@charset "UTF-8";

.instagram-hero {
  overflow: hidden;
  background: unset;
}

.instagram-hero::before,
.instagram-hero::after {
  content: none;
}

.instagram-hero .hero-wrapper {
  margin: 0 auto;
  background: #225EB6;
  width: 100%;
}

.instagram-hero .mv {
  width: 100%;
  padding: 0;
}

.instagram-hero .mv .mv-inner {
  height: 100%;
}

.instagram-hero .mv .mv-heads {
  padding: 5.333vw 4vw;
  width: 100%;
}

.instagram-hero .mv .mv-text {
  display: inline-block;
  margin-top: 4vw;
  padding: 1.333vw 1.333vw 0.533vw;
  color: #fff;
  font-size: 4.533vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.7;
  border: 1px solid #fff;
}

.instagram-hero .mv .mv-text .dot {
  display: inline-block;
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
}

.instagram-hero .mv .mv-title {
  position: relative;
  display: inline-block;
  margin-top: 7.2vw;
  color: #fff;
  font-size: 6.933vw;
  font-weight: 900;
  letter-spacing: 0;
  text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 9;
}

.instagram-hero .mv .mv-title::before {
  content: '';
  position: absolute;
  right: 2.933vw;
  bottom: 10.4vw;
  background: url(../img/instagram/icon_mv_people_01.svg) no-repeat;
  background-size: cover;
  width: 29.867vw;
  height: 28.8vw;
  z-index: 0;
}

.instagram-hero .mv .mv-title::after {
  content: '';
  position: absolute;
  right: -0.133vw;
  bottom: 13.467vw;
  background: url(../img/instagram/icon_mv_people_01_01.svg) no-repeat;
  background-size: cover;
  width: 16.8vw;
  height: 5.867vw;
  z-index: 1;
}

.instagram-hero .mv .mv-title .title {
  display: inline-block;
}

.instagram-hero .mv .mv-title .title.is-01 {
  padding: 4vw 5.333vw;
  background: url(../img/instagram/bg_mv_title_01.png) no-repeat;
  background-size: cover;
}

.instagram-hero .mv .mv-title .title.is-02 {
  position: relative;
  z-index: 1;
  margin-top: 2.933vw;
  padding: 4vw 5.333vw;
  background: url(../img/instagram/bg_mv_title_02.png) no-repeat;
  background-size: cover;
}

.instagram-hero .mv .mv-list {
  display: flex;
  justify-content: space-between;
  margin-top: 6.667vw;
}

.instagram-hero .mv .mv-list .item {
  position: relative;
  padding-top: 14.667vw;
  background-color: #fff;
  border-radius: 5.333vw;
  width: 29.333vw;
  height: 29.333vw;
}

.instagram-hero .mv .mv-list .item::before {
  content: '';
  position: absolute;
  left: 50%;
  display: block;
  transform: translateX(-50%);
}

.instagram-hero .mv .mv-list .item.is-01::before {
  top: 2.667vw;
  width: 9.333vw;
  height: 10.4vw;
  background: url(../img/instagram/icon_mv_01.svg) no-repeat;
  background-size: contain;
}

.instagram-hero .mv .mv-list .item.is-02::before {
  top: 3.733vw;
  width: 8.8vw;
  height: 9.867vw;
  background: url(../img/instagram/icon_mv_02.svg) no-repeat;
  background-size: contain;
}

.instagram-hero .mv .mv-list .item.is-03::before {
  top: 4vw;
  width: 10.667vw;
  height: 9.333vw;
  background: url(../img/instagram/icon_mv_03.svg) no-repeat;
  background-size: contain;
}

.instagram-hero .mv .mv-list .text {
  font-size: 2.667vw;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
}

.instagram-hero .mv .mv-list .text .text-pink {
  display: block;
  color: #C13C71;
  font-size: 3.733vw;
  font-weight: 900;
  line-height: 1.2;
}

.instagram-hero .mv .mv-images {
  width: 100%;
}

.instagram-hero .mv .mv-images img {
  width: 100%; 
}

@media screen and (max-width: 750px) {
  .instagram-hero {
    margin-top: 0;
  }
}

@media screen and (min-width: 751px) {
  .instagram-hero .hero-wrapper {
    margin: 0.732vw auto 0;
    width: 100%;
  }

  .instagram-hero .mv {
    width: 100%;
    height: 51.757vw;
    padding: 0;
  }

  .instagram-hero .mv .mv-inner {
    display: flex;
    justify-content: center;
    max-width: 1366px;
    width: 100%;
    height: 100%;
  }

  .instagram-hero .mv .mv-heads {
    padding: 0.878vw 3.66vw 3.075vw 7.613vw;
    width: 60.761vw;
  }

  .instagram-hero .mv .mv-text {
    margin-top: 1.611vw;
    padding: 0.512vw 0.366vw 0.146vw;
    font-size: 1.757vw;
    line-height: 1.7;
    border: 1px solid #fff;
  }

  .instagram-hero .mv .mv-text .dot {
    display: inline-block;
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
  }

  .instagram-hero .mv .mv-title {
    margin-top: 1.757vw;
    font-size: 4.026vw;
  }

  .instagram-hero .mv .mv-title::before {
    right: 0;
    bottom: 4.1vw;
    width: 17.277vw;
    height: 16.691vw;
  }

  .instagram-hero .mv .mv-title::after {
    right: -1.83vw;
    bottom: 5.857vw;
    width: 9.81vw;
    height: 3.441vw;
  }

  .instagram-hero .mv .mv-title .title.is-01 {
    padding: 1.537vw 2.269vw;
  }

  .instagram-hero .mv .mv-title .title.is-02 {
    position: relative;
    z-index: 1;
    margin-top: 0.878vw;
    padding: 1.537vw 2.269vw;
  }

  .instagram-hero .mv .mv-list {
    margin-top: 2.196vw;
  }

  .instagram-hero .mv .mv-list .item {
    padding-top: 8.419vw;
    border-radius: 1.903vw;
    width: 15.227vw;
    height: 15.227vw;
  }

  .instagram-hero .mv .mv-list .item.is-01::before {
    top: 0.878vw;
    width: 5.857vw;
    height: 6.515vw;
  }

  .instagram-hero .mv .mv-list .item.is-02::before {
    top: 1.318vw;
    width: 5.49vw;
    height: 6.223vw;
  }

  .instagram-hero .mv .mv-list .item.is-03::before {
    top: 1.83vw;
    width: 6.076vw;
    height: 5.344vw;
  }

  .instagram-hero .mv .mv-list .text {
    font-size: 1.025vw;
    line-height: 1.75;
  }

  .instagram-hero .mv .mv-list .text .text-pink {
    font-size: 1.903vw;
    line-height: 1.2;
  }

  .instagram-hero .mv .mv-images {
    width: 49.414vw;
  }
}

@media screen and (min-width: 1366px) {
  .instagram-hero .hero-wrapper {
    margin: 10px auto 0;
  }

  .instagram-hero .mv {
    height: 707px;
  }

  .instagram-hero .mv .mv-inner {
    max-width: 100vw;
  }

  .instagram-hero .mv .mv-heads {
    padding: 12px 50px 42px 104px;
    width: 830px;
  }

  .instagram-hero .mv .mv-text {
    margin-top: 22px;
    padding: 7px 5px 2px;
    font-size: 24px;
    border: 1px solid #fff;
  }

  .instagram-hero .mv .mv-title {
    margin-top: 24px;
    font-size: 55px;
    text-shadow: 2px 2px 0 rgba(0, 0, 0, 0.5);
  }

  .instagram-hero .mv .mv-title::before {
    right: 0;
    bottom: 56px;
    width: 236px;
    height: 228px;
  }

  .instagram-hero .mv .mv-title::after {
    right: -25px;
    bottom: 80px;
    width: 134px;
    height: 47px;
  }

  .instagram-hero .mv .mv-title .title.is-01 {
    padding: 21px 31px;
  }

  .instagram-hero .mv .mv-title .title.is-02 {
    margin-top: 12px;
    padding: 21px 31px;
  }

  .instagram-hero .mv .mv-list {
    margin-top: 30px;
  }

  .instagram-hero .mv .mv-list .item {
    padding-top: 115px;
    border-radius: 26px;
    width: 208px;
    height: 208px;
  }

  .instagram-hero .mv .mv-list .item.is-01::before {
    top: 12px;
    width: 80px;
    height: 89px;
  }

  .instagram-hero .mv .mv-list .item.is-02::before {
    top: 18px;
    width: 75px;
    height: 85px;
  }

  .instagram-hero .mv .mv-list .item.is-03::before {
    top: 25px;
    width: 83px;
    height: 73px;
  }

  .instagram-hero .mv .mv-list .text {
    font-size: 14px;
  }

  .instagram-hero .mv .mv-list .text .text-pink {
    font-size: 26px;
  }

  .instagram-hero .mv .mv-images {
    width: 675px;
  }
}


@media screen and (max-width: 750px) {
  .instagram-hero .form th,
  .instagram-hero .form td,
  .instagram-hero .form td input {
    font-size: 3.2vw;
  }
}

.instagram-hero .mv .mv-form {
  padding-top: 5.333vw;
  width: 100%;
  background: url(../img/instagram/bg_mv_form_01.png) no-repeat center/cover;
}

.instagram-hero .mv .mv-form .text {
  color: #fff;
  font-size: 5.333vw;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0;
  text-align: center;
}

.instagram-hero .mform {
  position: static;
  margin: 5.333vw auto 0;
  padding: 2em 1.5em;
  width: 90%;
}

.instagram-hero .mform .form-submit {
  width: 100%;
}

.instagram-hero .form-btn-submit {
  background: unset;
  border: none;
  box-shadow: none;
  text-indent: -2666.4vw;
  background: url(../img/reform_lp/btn.png) no-repeat center/contain;
  aspect-ratio: 378/94;
  width: 100%;
  height: auto;
}

.instagram-hero .btn-btm {
  font-size: 3.2vw;
  color: #a5a5a5;
  text-align: center;
}

.instagram-hero .policy-txt {
  text-align: center;
  margin-top: 0.5em;
}

.instagram-hero .policy-txt a {
  text-decoration: underline;
}

.instagram-hero .policy-txt span {
  font-size: 3.733vw;
  letter-spacing: 0;
}

@media screen and (max-width: 750px) {
  .instagram-hero .mv .mv-form {
    padding-bottom: 5.333vw;
  }
  .instagram-hero .policy-txt span {
    font-size: 2.8vw;
  }
}

@media screen and (min-width: 751px) {
  .instagram-hero .mv .mv-form {
    padding-top: 2.562vw;
    width: 39.239vw;
    background: url(../img/instagram/bg_mv_form_01.png) no-repeat center/cover;
  }

  .instagram-hero .mv .mv-form .text {
    font-size: 1.903vw;
    line-height: 1.75;
  }

  .instagram-hero .mform {
    margin: 1.464vw auto 0;
    padding: 2em 1.5em;
    width: 29.283vw;
  }

  .instagram-hero .form-btn-submit {
    background: unset;
    border: none;
    box-shadow: none;
    text-indent: -731.991vw;
    background: url(../img/reform_lp/btn.png) no-repeat center/contain;
    aspect-ratio: 378/94;
    width: 100%;
    height: auto;
  }

  .instagram-hero .btn-btm {
    font-size: 0.878vw;
    color: #a5a5a5;
  }

  .instagram-hero .policy-txt {
    margin-top: 0.5em;
  }

  .instagram-hero .policy-txt span {
    font-size: 1.025vw;
  }
}

@media screen and (min-width: 1366px) {
  .instagram-hero .mv .mv-form {
    padding-top: 35px;
    width: 536px;
  }

  .instagram-hero .mv .mv-form .text {
    font-size: 26px;
  }

  .instagram-hero .mform {
    margin: 20px auto 0;
    padding: 2em 1.5em;
    width: 400px;
  }

  .instagram-hero .btn-btm {
    font-size: 12px;
  }

  .instagram-hero .policy-txt span {
    font-size: 14px;
  }
}

.instagram .problem {
  margin-top: 0;
}

.instagram .problem-bg {
  padding-top: 12vw;
}

.instagram .point-box-text {
  text-align: center;
}

@media screen and (min-width: 751px) {
  .instagram .problem-bg {
    padding-top: 4.091vw;
  }
}

@media screen and (min-width: 1100px) {
  .instagram .problem-bg {
    padding-top: 45px;
  }
}

.instagram .note {
  margin-top: 8vw;
}

.instagram .note .note-inner {
  margin: 0 auto;
  width: 100%;
}

.instagram .note .note-box {
  position: relative;
  margin-top: 2.667vw;
  padding: 6.667vw 5.333vw;
  width: 100%;
  border: 3px solid #1885E2;
  border-radius: 10.667vw;
}

.instagram .note .note-box::before,
.instagram .note .note-box::after {
  content: '';
  position: absolute;
  top: -18.133vw;
  display: block;
}

.instagram .note .note-box::before {
  left: 2.667vw;
  width: 16vw;
  height: 20.8vw;
  background: url(../img/instagram/icon_note_01.svg) no-repeat;
  background-size: cover;
}

.instagram .note .note-box::after {
  right: 2.667vw;
  width: 16.533vw;
  height: 20.8vw;
  background: url(../img/instagram/icon_note_02.svg) no-repeat;
  background-size: cover;
}

.instagram .note .note-heading {
  color: #C1272D;
  font-size: 6.133vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.instagram .note .note-list:not(:first-of-type) {
  margin-top: 5.333vw;
}

.instagram .note .note-list .title {
  color: #C1272D;
  font-size: 4.8vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
}

.instagram .note .note-list .desc {
  margin-top: 2.667vw;
  padding-left: 5.333vw;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.7;
}

@media screen and (max-width: 750px) {
  .instagram .note .note-inner {
    padding: 0 2.667vw;
  }
}

@media screen and (min-width: 751px) {
  .instagram .note {
    margin-top: 4.727vw;
  }

  .instagram .note .note-inner {
    margin: 0 auto;
    width: 78.727vw;
  }

  .instagram .note .note-box {
    margin-top: 3.182vw;
    padding: 3.818vw 9.091vw 3.818vw 12.727vw;
    width: 100%;
    border: 5px solid #1885E2;
    border-radius: 3.818vw;
  }

  .instagram .note .note-box::before,
  .instagram .note .note-box::after {
    top: -14.545vw;
  }

  .instagram .note .note-box::before {
    left: 4.636vw;
    width: 13.091vw;
    height: 17vw;
  }

  .instagram .note .note-box::after {
    right: 4.636vw;
    width: 13.455vw;
    height: 16.909vw;
  }

  .instagram .note .note-heading {
    font-size: 4.364vw;
    line-height: 1.25;
  }

  .instagram .note .note-list:not(:first-of-type) {
    margin-top: 2.727vw;
  }

  .instagram .note .note-list .title {
    font-size: 2.818vw;
    line-height: 1.2;
  }

  .instagram .note .note-list .desc {
    margin-top: 1.364vw;
    padding-left: 3.364vw;
    font-size: 1.364vw;
    line-height: 1.7;
  }
}

@media screen and (min-width: 1100px) {
  .instagram .note {
    margin-top: 52px;
  }

  .instagram .note .note-inner {
    width: 866px;
  }

  .instagram .note .note-box {
    margin-top: 35px;
    padding: 42px 100px 42px 140px;
    border: 5px solid #1885E2;
    border-radius: 42px;
  }

  .instagram .note .note-box::before,
  .instagram .note .note-box::after {
    top: -160px;
  }

  .instagram .note .note-box::before {
    left: 51px;
    width: 144px;
    height: 187px;
  }

  .instagram .note .note-box::after {
    right: 51px;
    width: 148px;
    height: 186px;
  }

  .instagram .note .note-heading {
    font-size: 48px;
  }

  .instagram .note .note-list:not(:first-of-type) {
    margin-top: 30px;
  }

  .instagram .note .note-list .title {
    font-size: 31px;
  }

  .instagram .note .note-list .desc {
    margin-top: 15px;
    padding-left: 37px;
    font-size: 15px;
  }
}

.instagram .apply {
  margin-top: 8vw;
}

.instagram .apply .apply-inner {
  width: 100%;
  margin: 0 auto;
  padding: 8vw 4vw;
  background-color: #225EB6;
  border-radius: 3.733vw;
}

.instagram .apply .apply-heading {
  text-align: center;
}

.instagram .apply .apply-heading .text {
  color: #E73367;
  font-size: 3.733vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.74;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff,
  -1px 1px 0 #fff,  1px -1px 0 #fff,
  1px 0 0 #fff, -1px  0 0 #fff,
  0 1px 0 #fff,  0 -1px 0 #fff;
}

.instagram .apply .apply-heading .heading {
  margin-top: 2.667vw;
  background-color: #E73367;
  transform: skewX(155deg)
}

.instagram .apply .apply-heading .title {
  color: #fff;
  font-size: 4.267vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.74;
  transform: skewX(-155deg);
}

.instagram .apply .apply-heading .title .dot {
  display: inline-block;
  background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
  background-position: top right;
  background-repeat: repeat-x;
  background-size: 1em 0.3em;
  padding-top: 0.2em;
  font-size: 5.867vw;
}

.instagram .apply .apply-text {
  margin-top: 4vw;
  color: #fff;
  font-size: 3.733vw;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.74;
  text-align: left;
}

.instagram .apply .apply-tel .reform-cta-tel {
  margin: 0 auto;
  width: 100%;
}

.instagram .apply .apply-box {
  padding: 5.333vw 4vw;
  width: 100%;
  background-color: #fff;
  border-radius: 4vw;
}

.instagram .apply .apply-box .text {
  font-size: 4.8vw;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.87;
}

.instagram .apply .apply-box .apply-form {
  margin-top: 6.333vw;
}

.instagram .apply .apply-box .apply-form .reform-cta-form {
  width: 100%;
}

@media screen and (max-width: 750px) {
  .instagram .apply {
    padding: 0 2.667vw;
  }
  .instagram .apply .apply-box {
    margin-top: 5.333vw;
  }
  .instagram .apply .apply-tel {
    margin-top: 2.667vw;
  }
  .instagram .apply .apply-box .text {
    text-align: center;
  }
  .instagram .apply .apply-box .apply-form .reform-cta-form {
    margin: 2.667vw auto 0;
  }
}

@media screen and (min-width: 751px) {
  .instagram .apply {
    margin-top: 5.727vw;
  }

  .instagram .apply .apply-inner {
    display: flex;
    justify-content: space-between;
    max-width: 95.545vw;
    padding: 3.909vw 2.818vw 3.909vw 2.182vw;
    border-radius: 1.273vw;
  }

  .instagram .apply .apply-area {
    margin-top: 0.909vw;
  }

  .instagram .apply .apply-heading .text {
    font-size: 2.091vw;
    line-height: 1.74;
  }

  .instagram .apply .apply-heading .heading {
    margin-top: 1.545vw;
    transform: skewX(150deg);
  }

  .instagram .apply .apply-heading .title {
    font-size: 2.091vw;
    line-height: 1.74;
    transform: skewX(-150deg);
  }

  .instagram .apply .apply-heading .title .dot {
    display: inline-block;
    background-image: radial-gradient(circle at center, #fff 20%, transparent 20%);
    background-position: top right;
    background-repeat: repeat-x;
    background-size: 1em 0.3em;
    padding-top: 0.2em;
    font-size: 3.909vw;
  }

  .instagram .apply .apply-text {
    margin-top: 2.636vw;
    font-size: 1.364vw;
    line-height: 1.74;
    text-align: center;
  }

  .instagram .apply .apply-tel {
    margin-top: 1.909vw;
  }

  .instagram .apply .apply-box {
    padding: 2.909vw 2.273vw 2.364vw;
    width: 35.909vw;
    border-radius: 1.364vw;
  }

  .instagram .apply .apply-box .text {
    font-size: 2.182vw;
    line-height: 1.87;
  }

  .instagram .apply .apply-box .apply-form {
    margin-top: 1.818vw;
  }
}

@media screen and (min-width: 1100px) {
  .instagram .apply {
    margin-top: 63px;
  }

  .instagram .apply .apply-inner {
    max-width: 1051px;
    padding: 43px 31px 43px 24px;
    border-radius: 14px;
  }

  .instagram .apply .apply-area {
    margin-top: 10px;
  }

  .instagram .apply .apply-heading .text {
    font-size: 23px;
  }

  .instagram .apply .apply-heading .heading {
    margin-top: 17px;
  }

  .instagram .apply .apply-heading .title {
    font-size: 23px;
    line-height: 1.74;
  }

  .instagram .apply .apply-heading .title .dot {
    font-size: 43px;
  }

  .instagram .apply .apply-text {
    margin-top: 29px;
    font-size: 15px;
  }

  .instagram .apply .apply-tel {
    margin-top: 21px;
  }

  .instagram .apply .apply-box {
    padding: 32px 25px 26px;
    width: 395px;
    border-radius: 15px;
  }

  .instagram .apply .apply-box .text {
    font-size: 24px;
  }

  .instagram .apply .apply-box .apply-form {
    margin-top: 20px;
  }
}

.instagram .reason {
  margin-top: 8vw;
}

.instagram .reason-inner {
  padding-bottom: 22.133vw;
}

.instagram .reason-box {
  padding: 28.533vw 7.2vw 9.333vw;
}

.instagram .reason-box .title {
  margin-top: 4.267vw;
  font-size: 3rem;
}

.instagram .reason-box .text {
  padding: 0 1.867vw;
}

.instagram .reason-box .label {
  width: 72.8vw;
}

.instagram .reason-box.is-03 .label {
  width: 80.8vw;
}

.instagram .reason-box.is-02::before {
  top: -5.867vw;
  width: 40vw;
  height: 29.6vw;
  background: url(../img/reform_lp/img_reason_box03.png) no-repeat;
  background-size: 100%;
}

.instagram .reason-box.is-03::before {
  top: -2.4vw;
  width: 32vw;
  height: 24.8vw;
  background: url(../img/reform_lp/img_reason_box06.png) no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 751px) {
  .instagram .reason {
    margin-top: 6vw;
  }
  .instagram .reason-inner {
    padding-bottom: 7.545vw;
  }

  .instagram .reason-box {
    padding: 9.727vw 2.455vw 3.182vw;
  }

  .instagram .reason-box .title {
    margin-top: 1.455vw;
    font-size: 3rem;
  }

  .instagram .reason-box .text {
    padding: 0 0.636vw;
  }

  .instagram .reason-box .label {
    width: 24.818vw;
  }

  .instagram .reason-box.is-03 .label {
    width: 27.545vw;
  }

  .instagram .reason-box.is-02::before {
    top: -4.636vw;
    width: 19.273vw;
    height: 14vw;
    background: url(../img/reform_lp/img_reason_box03.png) no-repeat;
    background-size: 100%;
  }
  .instagram .reason-box.is-03::before {
    top: -1.455vw;
    width: 12.545vw;
    height: 9.636vw;
    background: url(../img/reform_lp/img_reason_box06.png) no-repeat;
    background-size: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .instagram .reason {
    margin-top: 66px;
  }
  .instagram .reason-inner {
    padding-bottom: 83px;
  }

  .instagram .reason-box {
    padding: 107px 27px 35px;
  }

  .instagram .reason-box .title {
    margin-top: 16px;
    font-size: 3rem;
  }

  .instagram .reason-box .text {
    padding: 0 7px;
  }

  .instagram .reason-box .label {
    width: 273px;
  }

  .instagram .reason-box.is-03 .label {
    width: 303px;
  }
  .instagram .reason-box.is-02::before {
    top: -51px;
    width: 212px;
    height: 154px;
  }
  .instagram .reason-box.is-03::before {
    top: -16px;
    width: 138px;
    height: 106px;
  }
}

.instagram .instagram-review {
  position: relative;
  margin-top: 13.333vw;
}

.instagram .instagram-review-heading {
  text-align: center;
}

.instagram .instagram-review-heading .c-heading03-title {
  position: relative;
  z-index: 1;
  color: #101010;
  font-size: 8vw;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.019em;
}

.instagram .instagram-review-heading .c-heading03-en {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-bottom: 4.8vw;
  font-family: Montserrat, serif;
  font-size: 2.667vw;
  font-weight: 700;
  color: #0980e5;
}

.instagram .instagram-review-heading .c-heading03-en::after {
  content: '';
  position: absolute;
  display: block;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  width: 18.667vw;
  height: 2.667vw;
  background: url(../img/instagram/icon_heading_01.svg) no-repeat;
  background-size: 100%;
}

.instagram .instagram-review-heading .c-heading03-bg {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 18.667vw;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.5);
  text-align: left;
}

@media screen and (max-width: 750px) {
  .instagram .instagram-review {
    padding: 0 4vw;
  }
}

@media screen and (min-width: 751px) {
  .instagram .instagram-review {
    position: relative;
    margin-top: 32.182vw;
  }

  .instagram .instagram-review-heading {
    text-align: center;
  }

  .instagram .instagram-review-heading .c-heading03-title {
    position: relative;
    z-index: 1;
    font-size: 3.273vw;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .instagram .instagram-review-heading .c-heading03-en {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-bottom: 2.182vw;
    font-family: Montserrat, serif;
    font-size: 2.667vw;
    font-weight: 700;
    color: #0980e5;
  }
  .instagram .instagram-review-heading .c-heading03-bg {
    top: -7.455vw;
    right: -1.909vw;
    font-size: 11.636vw;
  }
  .instagram .instagram-review-heading .c-heading03-en::after {
    width: 9.182vw;
    height: 1.273vw;
  }
  .instagram .instagram-review-heading .c-heading03-en {
    margin-top: 1.091vw;
    font-size: 1.091vw;
  }
}

@media screen and (min-width: 1100px) {
  .instagram .instagram-review {
    position: relative;
    margin-top: 354px;
  }

  .instagram .instagram-review-heading {
    text-align: center;
  }

  .instagram .instagram-review-heading .c-heading03-title {
    position: relative;
    z-index: 1;
    font-size: 36px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.3;
  }

  .instagram .instagram-review-heading .c-heading03-en {
    position: relative;
    z-index: 1;
    display: inline-block;
    padding-bottom: 24px;
    font-family: Montserrat, serif;
    font-size: 2.667vw;
    font-weight: 700;
    color: #0980e5;
  }
  .instagram .instagram-review-heading .c-heading03-bg {
    top: -82px;
    right: -21px;
    font-size: 12.8rem;
  }
  .instagram .instagram-review-heading .c-heading03-en::after {
    width: 101px;
    height: 14px;
  }
  .instagram .instagram-review-heading .c-heading03-en {
    margin-top: 12px;
    font-size: 12px;
  }
}

.instagram .instagram-review-inner {
  margin: 5.333vw auto 0;
  width: 100%;
}

.instagram .instagram-review-box {
  position: relative;
  margin-top: 5.333vw;
  padding: 5.333vw;
  background-color: #fff;
  font-size: 3.733vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.4;
  border-radius: 5.333vw;
}

.instagram .instagram-review-box:nth-of-type(odd) {
  padding-left: 17.333vw;
  width: 100%;
}

.instagram .instagram-review-box:nth-of-type(even) {
  margin-left: auto;
  padding-right: 17.333vw;
  width: 100%;
}

.instagram .instagram-review-box:not(:first-of-type) {
  margin-top: 5.333vw;
}

.instagram .instagram-review-box::before,
.instagram .instagram-review-box::after {
  content: '';
  position: absolute;
  display: block;
}

.instagram .instagram-review-box.is-01::before {
  top: 3.733vw;
  left: 4vw;
  width: 10.667vw;
  height: 12vw;
  background: url(../img/instagram/icon_voice_01.svg) no-repeat;
  background-size: 100%;
}

.instagram .instagram-review-box.is-02::after {
  top: 4.267vw;
  right: 5.333vw;
  width: 10.667vw;
  height: 12vw;
  background: url(../img/instagram/icon_voice_02.svg) no-repeat;
  background-size: 100%;
}

.instagram .instagram-review-box.is-03::before {
  top: 6.933vw;
  left: 4vw;
  width: 10.667vw;
  height: 12.533vw;
  background: url(../img/instagram/icon_voice_03.svg) no-repeat;
  background-size: 100%;
}

.instagram .instagram-review-box.is-04::after {
  top: 3.733vw;
  right: 4vw;
  width: 10.667vw;
  height: 12vw;
  background: url(../img/instagram/icon_voice_04.svg) no-repeat;
  background-size: 100%;
}

@media screen and (min-width: 751px) {
  .instagram .instagram-review-inner {
    margin: 2.273vw auto 0;
    max-width: 73vw;
    width: 100%;
  }

  .instagram .instagram-review-box {
    margin-top: 2.364vw;
    padding: 3vw 0.909vw;
    font-size: 1.818vw;
    line-height: 1.35;
    border-radius: 2.091vw;
  }

  .instagram .instagram-review-box:nth-of-type(odd) {
    padding-left: 10.091vw;
    width: calc(100% - 20.818vw);
  }

  .instagram .instagram-review-box:nth-of-type(even) {
    margin-left: auto;
    padding-right: 8vw;
    width: calc(100% - 10.909vw);
  }

  .instagram .instagram-review-box:not(:first-of-type) {
    margin-top: 3.182vw;
  }

  .instagram .instagram-review-box.is-01::before {
    top: 0.545vw;
    left: 2.273vw;
    width: 6vw;
    height: 7vw;
  }

  .instagram .instagram-review-box.is-02::after {
    top: 0.636vw;
    right: 1.818vw;
    width: 6vw;
    height: 6.727vw;
  }

  .instagram .instagram-review-box.is-03::before {
    top: 1.636vw;
    left: 2.273vw;
    width: 6vw;
    height: 7vw;
  }

  .instagram .instagram-review-box.is-04::after {
    top: 0.364vw;
    right: 2.364vw;
    width: 6vw;
    height: 7vw;
  }
}

@media screen and (min-width: 1100px) {
  .instagram .instagram-review-inner {
    margin: 25px auto 0;
    max-width: 803px;
  }

  .instagram .instagram-review-box {
    margin-top: 26px;
    padding: 33px 10px;
    font-size: 20px;
    border-radius: 23px;
  }

  .instagram .instagram-review-box:nth-of-type(odd) {
    padding-left: 111px;
    width: calc(100% - 229px);
  }

  .instagram .instagram-review-box:nth-of-type(even) {
    padding-right: 88px;
    width: calc(100% - 120px);
  }

  .instagram .instagram-review-box:not(:first-of-type) {
    margin-top: 35px;
  }

  .instagram .instagram-review-box.is-01::before {
    top: 6px;
    left: 25px;
    width: 66px;
    height: 77px;
  }

  .instagram .instagram-review-box.is-02::after {
    top: 7px;
    right: 20px;
    width: 66px;
    height: 74px;
  }

  .instagram .instagram-review-box.is-03::before {
    top: 18px;
    left: 25px;
    width: 66px;
    height: 77px;
  }

  .instagram .instagram-review-box.is-04::after {
    top: 4px;
    right: 26px;
    width: 66px;
    height: 77px;
  }
}

.instagram .service {
  margin-top: 13.333vw;
}

.instagram .service .service-inner {
  width: 100%;
  margin: auto;
}

.instagram .service .service-area {
  margin-top: 10.667vw;
}

.instagram .service .service-box {
  position: relative;
  padding: 6.667vw 4vw;
  background-color: #E1F1FF;
}

.instagram .service .service-box:not(:first-of-type) {
  margin-top: 17.6vw;
}

.instagram .service .service-box.is-01::after {
  content: '';
  position: absolute;
  top: -23.467vw;
  right: 0px;
  display: block;
  width: 37.333vw;
  height: 37.333vw;
  background: url(../img/instagram/icon_service_01_01.svg) no-repeat;
  background-size: 100%;
}

.instagram .service .service-box.is-02::after {
  content: '';
  position: absolute;
  top: -19.467vw;
  right: -7.467vw;
  display: block;
  width: 38.133vw;
  height: 38.133vw;
  background: url(../img/instagram/icon_service_01_02.svg) no-repeat;
  background-size: 100%;
}

.instagram .service .service-box .heading {
  position: relative;
}

.instagram .service .service-box .heading::before {
  content: '';
  position: absolute;
  top: -3.2vw;
  left: -2.133vw;
  display: block;
  color: #225EB6;
  font-family: "Oswald", sans-serif;
  font-size: 18.667vw;
  font-weight: 700;
  letter-spacing: 0;
}

.instagram .service .service-box.is-02 .heading {
  width: 100%;
}

.instagram .service .service-box.is-01 .heading::before {
  content: '01';
}

.instagram .service .service-box.is-02 .heading::before {
  content: '02';
}

.instagram .service .service-box .heading .heading-title {
  position: relative;
  color: #225EB6;
  font-size: 5.333vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
}

.instagram .service .service-box .heading .heading-text {
  margin-top: 4vw;
  font-size: 3.733vw;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0;
}

.instagram .service .service-box .service-flow {
  display: flex;
  justify-content: space-between;
  margin-top: 4vw;
}

.instagram .service .service-box .service-flow .flow {
  position: relative;
  padding: 4vw 2.667vw;
  background-color: #225EB6;
  width: 42.667vw;
}

.instagram .service .service-box .service-flow .flow:not(:last-of-type)::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5.333vw;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.533vw 0 4.533vw 7.733vw;
  border-color: transparent transparent transparent #E1F1FF;
  z-index: 2;
}

.instagram .service .service-box .service-flow .flow .flow-title {
  background-color: #fff;
  color: #225EB6;
  font-size: 3.733vw;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 1.4;
  text-align: center;
}

.instagram .service .service-box .service-flow .flow .flow-image {
  margin: 4vw auto 0;
  width: 18.667vw;
}

.instagram .service .service-box .service-flow .flow .flow-image img {
  width: 100%;
}

.instagram .service .service-box .service-flow .flow .flow-text {
  margin-top: 2.667vw;
  color: #fff;
  font-size: 3.2vw;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.8;
}

.instagram .service .service-box .service-image {
  margin-top: 4vw;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .instagram .service .plan-heading .c-heading02-bg {
    top: -11.333vw;
    left: 2vw;
    font-size: 27.333vw;
  }
  .instagram .service .service-area {
    padding: 0 4vw;
  }
  .instagram .service .service-box .heading .heading-title {
    padding-left: 17.333vw;
  }
  .instagram .service .service-box.is-02 .heading .heading-title {
    padding-left: 20vw;
    padding-right: 17.6vw;
  }
  .instagram .service .service-box .flow-scroll {
    overflow-x: auto;
  }
  .instagram .service .service-box .service-flow {
    width: 218.667vw;
  }
  .instagram .service .service-box .service-image {
    overflow-x: scroll;
  }
  .instagram .service .service-box .service-image img {
    width: 130%;
  }
}

@media screen and (min-width: 751px) {
  .instagram .service {
    margin-top: 11.273vw;
  }

  .instagram .service .service-inner {
    max-width: 90.455vw;
  }

  .instagram .service .service-area {
    margin-top: 3.545vw;
  }

  .instagram .service .service-box {
    padding: 3.091vw 4vw 3.909vw;
  }

  .instagram .service .service-box:not(:first-of-type) {
    margin-top: 5.909vw;
  }

  .instagram .service .service-box.is-01::after {
    top: -8.455vw;
    right: -6.091vw;
    width: 27.636vw;
    height: 27.636vw;
  }

  .instagram .service .service-box.is-02::after {
    top: -5.455vw;
    right: -7.727vw;
    width: 23.909vw;
    height: 23.909vw;
  }

  .instagram .service .service-box .heading::before {
    top: -1.727vw;
    left: -1.818vw;
    font-size: 14.545vw;
  }

  .instagram .service .service-box.is-01 .heading {
    padding-left: 13.182vw;
  }

  .instagram .service .service-box.is-02 .heading {
    padding-left: 14.727vw;
    max-width: 70.909vw;
  }

  .instagram .service .service-box .heading .heading-title {
    font-size: 3.273vw;
    line-height: 1.3;
  }

  .instagram .service .service-box .heading .heading-text {
    margin-top: 0.909vw;
    font-size: 1.364vw;
    line-height: 1.8;
  }

  .instagram .service .service-box .service-flow {
    margin-top: 1.636vw;
  }

  .instagram .service .service-box .service-flow .flow {
    padding: 1.545vw;
    width: 16.091vw;
  }

  .instagram .service .service-box .service-flow .flow:not(:last-of-type)::after {
    right: -1.818vw;
    border-width: 1.545vw 0 1.545vw 2.636vw;
  }

  .instagram .service .service-box .service-flow .flow .flow-title {
    font-size: 1.364vw;
    line-height: 1.4;
  }

  .instagram .service .service-box .service-flow .flow .flow-image {
    margin: 26px auto 0;
    width: 8.273vw;
  }

  .instagram .service .service-box .service-flow .flow .flow-text {
    margin-top: 1.364vw;
    font-size: 1.091vw;
    line-height: 1.8;
  }

  .instagram .service .service-box .service-image {
    margin-top: 2vw;
    margin-left: 11.182vw;
    max-width: 65.455vw;
  }

  .instagram .service .service-box .service-image img {
    width: 100%;
  }
}

@media screen and (min-width: 1100px) {
  .instagram .service {
    margin-top: 124px;
  }

  .instagram .service .service-inner {
    max-width: 995px;
  }

  .instagram .service .service-area {
    margin-top: 39px;
  }

  .instagram .service .service-box {
    padding: 34px 44px 43px;
  }

  .instagram .service .service-box:not(:first-of-type) {
    margin-top: 65px;
  }

  .instagram .service .service-box.is-01::after {
    top: -93px;
    right: -67px;
    width: 304px;
    height: 304px;
  }

  .instagram .service .service-box.is-02::after {
    top: -60px;
    right: -85px;
    width: 263px;
    height: 263px;
  }

  .instagram .service .service-box .heading::before {
    top: -19px;
    left: -20px;
    font-size: 160px;
  }

  .instagram .service .service-box.is-01 .heading {
    padding-left: 145px;
  }

  .instagram .service .service-box.is-02 .heading {
    padding-left: 162px;
    max-width: 780px;
  }

  .instagram .service .service-box .heading .heading-title {
    font-size: 36px;
    line-height: 1.3;
  }

  .instagram .service .service-box .heading .heading-text {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.8;
  }

  .instagram .service .service-box .service-flow {
    margin-top: 18px;
  }

  .instagram .service .service-box .service-flow .flow {
    padding: 17px;
    width: 177px;
  }

  .instagram .service .service-box .service-flow .flow:not(:last-of-type)::after {
    right: -20px;
    border-width: 17px 0 17px 29px;
  }

  .instagram .service .service-box .service-flow .flow .flow-title {
    font-size: 15px;
  }

  .instagram .service .service-box .service-flow .flow .flow-image {
    margin: 26px auto 0;
    width: 91px;
  }

  .instagram .service .service-box .service-flow .flow .flow-text {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.8;
  }

  .instagram .service .service-box .service-image {
    margin-top: 22px;
    margin-left: 123px;
    max-width: 720px;
  }
}

.instagram-cta {
  margin-top: 8vw;
}

.instagram .instagram-faq .plan-heading .c-heading02-bg {
  color: #E1F1FF;
}

.instagram .instagram-faq .faq-list {
  margin-top: 12.267vw;
}

.instagram .instagram-faq .faq_ttl::before {
  content: none;
}

.instagram .instagram-faq .faq_ttl {
  padding: 5.333vw 10.667vw 5.333vw 5.333vw;
}

.instagram .instagram-faq .faq_ans {
  padding: 4.8vw 6.667vw 4.8vw 13.333vw;
}

.instagram .instagram-faq .faq_ans::after {
  top: 6.667vw;
  left: 6.133vw;
}

.instagram .instagram-faq .faq_num {
  display: inline-block;
  margin-right: 4vw;
}

@media screen and (max-width: 750px) {
  .instagram .instagram-faq .plan-heading .c-heading02-bg {
    top: -11.333vw;
    font-size: 20.333vw;
  }
}

@media screen and (min-width: 751px) {
  .instagram-cta {
    margin-top: 8.545vw;
  }

  .instagram .instagram-faq .faq-list {
    margin-top: 4.182vw;
  }

  .instagram .instagram-faq .faq_ttl {
    padding: 2.273vw 2.273vw 2.273vw 3.636vw;
  }

  .instagram .instagram-faq .faq_num {
    margin-right: 1.818vw;
  }

  .instagram .instagram-faq .faq_ans {
    padding: 1.818vw 6.364vw 1.818vw 8.182vw;
  }

  .instagram .instagram-faq .faq_ans::after {
    top: 2.273vw;
    left: 4.364vw;
  }
}

@media screen and (min-width: 1100px) {
  .instagram-cta {
    margin-top: 94px;
  }

  .instagram .instagram-faq .faq-list {
    margin-top: 46px;
  }

  .instagram .instagram-faq .faq_ttl {
    padding: 25px 25px 25px 40px;
  }

  .instagram .instagram-faq .faq_num {
    margin-right: 20px;
  }

  .instagram .instagram-faq .faq_ans {
    padding: 20px 70px 20px 90px;
  }

  .instagram .instagram-faq .faq_ans::after {
    top: 25px;
    left: 48px;
  }
}