/* 共通 */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 75px;
}

body {
  width: 100%;
  position: relative;
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-weight: 500;
  color: #333;
  background: #fafafa;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.main {
  position: relative;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  width: 100%;
}

section {
  padding-top: 80px;
}

.section_inner {
  max-width: 1100px;
  margin: 0px auto;
}

.section_title {
  padding-top: 80px;
  border-bottom: 2px solid #333;
}

.section_title_inner {
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}

.section_title img {
  width: 109px;
  margin-top: 8px;
  margin-left: 16px;
}

.section_title h2 {
  font-size: 66px;
  font-weight: 500;
}

.section_text {
  display: inline-block;
  margin-top: 16px;
  padding-top: 3px;
  font-size: 22px;
  color: #fff;
  font-family: "roc-grotesk-wide", sans-serif;
  background-color: #333;
}

.btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 345px;
  margin-top: 40px;
  padding: 18px 32px;
  color: #fff;
  font-size: 18px;
  background: #333;
  border-radius: 30px;
  box-sizing: border-box;
}

.btn::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border: solid 2px #333;
  z-index: -1;
  border-radius: 40px;
}

.btn img {
  width: 32px;
}

.btn_p {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 345px;
  margin-top: 40px;
  padding: 18px 32px;
  color: #fff;
  font-size: 18px;
  background: #a10079;
  border-radius: 30px;
  box-sizing: border-box;
  z-index: 9999;
}

.btn_p::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border: solid 2px #a10079;
  z-index: -1;
  border-radius: 40px;
}

.btn_p img {
  width: 32px;
}

.extraplan_form .btn {
  position: relative;
  display: inline-block;
  justify-content: space-between;
  width: 345px;
  margin-top: 40px;
  padding: 18px 32px;
  color: #fff;
  font-size: 18px;
  background: #333;
  border-radius: 30px;
  box-sizing: border-box;
}

.extraplan_form .btn::before {
  content: "";
  position: absolute;
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
  border: solid 2px #333;
  z-index: -1;
  border-radius: 40px;
}

.extraplan_form .btn img {
  width: 32px;
  margin-left: 10px;
}

@media screen and (max-width: 1200px) {
  .main {
    padding: 0 20px;
    box-sizing: border-box;
  }

  section {
    max-width: none;
    margin: 0px auto;
    padding-top: 0px;
  }

  .section_title h2 {
    font-size: 36px;
  }

  .section_subtitle {
    top: 28px;
    font-size: 16px;
  }

  .section_text {
    margin-top: 8px;
    font-size: 12px;
  }

  .btn, .btn_p {
    width: 100%;
    margin-top: 32px;
    font-size: 16px;
  }

  .section_title_inner {
    padding-bottom: 10px;
  }

  .section_title img {
    width: 51px;
    margin-top: 6px;
    margin-left: 12px;
  }
}

/* ヘッダーメニュー */
header {
  position: fixed;
  display: flex;
  top: 0;
  justify-content: space-between;
  width: 100%;
  padding: 16px 40px;
  font-size: 14px;
  box-sizing: border-box;
  align-items: center;
  background-color: #fafafa;
  z-index: 10000;
}

.header_menu a {
  color: #333;
  text-decoration: none;
}

.header_menu {
  display: flex;
  align-items: center;
}

.header_menu li {
  margin-right: 40px;
  letter-spacing: 2px;
}

.header_menu li:last-child {
  margin-right: 0px;
}

.header_menu li:nth-child(6) {
  margin-right: 12px;
}

.header_menu a:hover {
  text-decoration: underline;
}

.header_menu .btn:hover {
  text-decoration: none;
}

.header_menu .inquiry_btn {
  padding: 14px 24px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: #333;
  border-radius: 30px;
  box-sizing: border-box;
}

.header_menu .inquiry_btn_p {
  padding: 14px 24px;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  background: #a10079;
  border-radius: 30px;
  box-sizing: border-box;
}

header img {
  height: 18px;
}

@media screen and (max-width: 1200px) {
  header {
    position: fixed;
    padding: 0;
  }

  header img {
    width: 190px;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 16px;
  }
}

/* spメニュー */
#g-nav {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  background: #fff;
  will-change: transform;
  transition: all 0.3s 0s ease;
  font-weight: 400;
}

#g-nav.panelactive {
  right: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  width: 100%;
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  text-decoration: none;
  padding: 15px;
  display: block;
  font-size: 16px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}

.openbtn span {
  display: inline-block;
  transition: all 0.3s 0s ease;
  box-sizing: border-box;
}

.openbtn {
  display: none;
  position: fixed;
  top: 12px;
  right: 34px;
  width: 30px;
  height: 20px;
  background: none;
  border: none;
  appearance: none;
  cursor: pointer;
  z-index: 99999;
  box-sizing: border-box;
}

.openbtn span {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
}

.openbtn span:nth-of-type(1) {
  top: 0;
}

.openbtn span:nth-of-type(2) {
  top: 9px;
}

.openbtn span:nth-of-type(3) {
  bottom: 0;
}

.openbtn.active span:nth-of-type(1) {
  top: -12px;
  transform: translateY(20px) rotate(-45deg);
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 28px;
  transform: translateY(-20px) rotate(45deg);
}

/* メインビジュアル */
.mv {
  position: relative;
  width: calc(100% - 160px);
  max-width: 2200px;
  margin: 100px auto;
}

h1 {
  padding-top: 40px;
  font-size: min(3.5vw, 77px);
  font-weight: 500;
  letter-spacing: 0.2rem;
  line-height: 1.3;
}

.sub_copy {
  margin-top: 20px;
  font-size: min(2vw, 44px);
  font-family: "roc-grotesk-wide", sans-serif;
  line-height: 1.5;
  letter-spacing: 0.15rem;
}

.mv_image {
  position: absolute;
  top: 0;
  right: 0;
  width: 65%;
  border-radius: 32px;
  z-index: -1;
}

.mv_image img {
  width: 100%;
}

.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  margin: 0 8px !important;
  background-color: #000;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.main_deco {
  width: 650px;
  position: absolute;
  top: -150px;
  right: -80px;
  z-index: -1;
}

@media screen and (max-width: 1200px) {
  .mv {
    position: relative;
    width: 100%;
    margin: 80px auto 0;
  }

  .mv_image {
    position: absolute;
    top: 0;
    right: -20px;
    width: calc(100% - 8px);
    border-radius: 16px 0px 0px 16px;
  }

  h1 {
    padding-top: 54%;
    font-size: 8vw;
    line-height: 120%;
    letter-spacing: 0.1rem;
  }

  .sub_copy {
    margin-top: 12px;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }

  .swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    margin: 0 6px !important;
  }

  .swiper-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-bullets.swiper-pagination-horizontal,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    top: 12px;
    left: 12px;
    right: auto;
  }

  .main_deco {
    width: 340px;
    top: -150px;
    right: 0px;
  }
}

/* MVの特徴とバルーン */
.mv_features_wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px 0;
}

.mv_features {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mv_features li {
  display: block;
  background-color: #333333;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.5;
  margin: 5px 0;
  padding: 0 10px 3px 10px;
  width: fit-content;
}

.mv_balloon {
  position: relative;
  background-color: #e8c5dd;
  color: #a10079;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  border: 3px solid #a10079;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}

.mv_balloon p {
  margin: 0;
}

/* PC版のボタンを15%大きく */
@media (min-width: 769px) {
  .mv .btn_p {
    width: clamp(397px, 30vw, 500px);
    padding: 21px 37px;
    font-size: 21px;
  }
  
  .mv .btn_p img {
    width: 37px;
  }
}

@media (max-width: 768px) {
  .mv_features_wrapper {
    gap: 10px;
    align-items: flex-start;
    position: relative;
  }
  
  .mv_features li {
    font-size: 18px;
  }
  
  .mv_balloon {
    position: absolute;
    right: 10px;
    width: 100px;
    height: 100px;
    font-size: 15px;
    flex-shrink: 0;
  }
}

/* アバウト */
.about {
  margin-top: 10%;
  margin-bottom: 100px;
  padding-bottom: 240px;
  position: relative;
}

.about .section_inner {
  position: relative;
}

.about_copy {
  font-size: 32px;
}

.about_copy2 {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 48px;
}

.about_text {
  font-size: 18px;
  line-height: 2.4;
}

.about_img {
  position: absolute;
  top: 80px;
  right: 50px;
  width: 500px;
  z-index: -1;
}

.about .deco_1 {
  width: 100px;
  position: absolute;
  top: 40px;
  right: 130px;
}

.about_deco_1 {
  width: 64px;
  position: absolute;
  top: 130px;
  right: 20px;
}

.about_deco_2 {
  width: 280px;
  position: absolute;
  top: 440px;
  right: 360px;
}

.about_deco_3 {
  width: 128px;
  position: absolute;
  top: 48px;
  left: 355px;
}

.logo_bg {
  height: 140px;
  position: absolute;
  bottom: -130px;
  right: -460px;
  z-index: -2;
}

@media (min-width: 1800px) {
  .about {
    margin-top: 15%;
  }
}

@media (min-width: 2200px) {
  .about {
    margin-top: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .about {
    margin-top: 100px;
    margin-bottom: 0;
    padding-bottom: 0px;
  }

  .about_img {
    position: static;
    width: 90%;
  }

  .about_copy {
    margin-top: 60px;
    font-size: 24px;
  }

  .about_copy2 {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 36px;
  }

  .about_text {
    font-size: 14px;
    line-height: 2;
  }

  .about .deco_1 {
    width: 70px;
    top: 0px;
    right: 70px;
  }

  .about_deco_1 {
    width: 32px;
    top: 10%;
    right: 30px;
  }

  .about_deco_2 {
    width: 168px;
    top: 41%;
    left: 0;
  }

  .logo_bg {
    width: 700px;
    position: absolute;
    top: 38%;
    bottom: 0px;
    right: 0px;
    z-index: -2;
  }
}

/* サービス特徴 */
.features {
  position: relative;
  margin-bottom: 160px;
}

.features .main_deco {
  width: 335px;
  position: absolute;
  top: 300px;
  right: -80px;
  z-index: -1;
  transform: rotate(-90deg);
}

.features .section_subtitle {
  left: 416px;
}

.features_inner {
  display: flex;
  justify-content: space-between;
}

.features_box {
  position: relative;
  width: 320px;
}

.features_box h3,
.features_box h4 {
  font-weight: 500;
  text-align: center;
}

.features_box h3 {
  font-size: 24px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.features_box_01 {
  margin-top: 80px;
}

.service_01_deco_1 {
  width: 192px;
  position: absolute;
  top: 30px;
}

.service_01_deco_2 {
  width: 60px;
  position: absolute;
  top: 240px;
  right: 24px;
}

.features_box_02 {
  margin-top: 180px;
}

.service_02_deco_1 {
  width: 50px;
  position: absolute;
  top: 30px;
}

.service_02_deco_2 {
  width: 60px;
  position: absolute;
  top: 200px;
  right: 24px;
}

.features_box_03 {
  margin-top: 280px;
}

.service_03_deco_1 {
  width: 50px;
  position: absolute;
  top: 100px;
  right: 0;
}

.service_03_deco_2 {
  width: 60px;
  position: absolute;
  top: 32px;
  left: 32px;
}

.service_num {
  width: 220px;
  position: absolute;
  top: 0;
  right: -50px;
  z-index: -1;
}

.features_box p {
  font-size: 15px;
  line-height: 1.8;
}

.deco_3 {
  width: 120px;
  position: absolute;
  left: 400px;
  bottom: 0;
}

@media screen and (max-width: 1200px) {
  .features {
    margin-bottom: 0px;
  }

  .features_inner {
    display: block;
  }

  .features .section_subtitle {
    left: 214px;
  }

  .features_box {
    width: 100%;
  }

  .features_box p {
    font-size: 14px;
  }

  .features_box_01,
  .features_box_02,
  .features_box_03 {
    margin-top: 40px;
  }

  .deco_3 {
    display: none;
  }

  .features .main_deco {
    display: none;
  }

  .service_num {
    width: 180px;
    right: 0px;
  }

  .service_01_deco_1 {
    width: 161px;
    top: 30px;
  }

  .service_01_deco_2 {
    width: 48px;
    top: 240px;
    right: 24px;
  }

  .service_02_deco_1 {
    width: 42px;
    top: 30px;
  }

  .service_02_deco_2 {
    width: 48px;
    top: 200px;
    right: 32px;
  }

  .service_03_deco_2 {
    width: 48px;
    top: 32px;
    left: 32px;
  }

  .service_03_deco_1 {
    width: 42px;
    top: 100px;
    right: 0;
  }
}

/* デモ */
.samplemove {
  position: relative;
  margin-bottom: 160px;
}

.samplemove_inner{
  margin:30px 0px;
}

@media screen and (max-width: 1200px) {
  .samplemove {
    margin:100px auto;
  }
    }

/* 対応業務一覧 */
.worklist {
  position: relative;
  padding-bottom: 100px;
  color: #fff;
  background: #333;
  border-top-left-radius: 160px;
}

.worklist .section_title {
  padding-top: 0;
  color: #fff;
  border-bottom: 2px solid #fff;
}

.worklist .section_text {
  color: #333;
  background-color: #fff;
}

.worklist_inner {
  width: 772px;
  margin-top: 50px;
  margin-left: auto;
}

.worklist_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.worklist_inner li {
  display: flex;
  align-items: center;
  width: 360px;
  margin-bottom: 32px;
  padding: 20px;
  font-size: 22px;
  color: #333;
  background-color: #fff;
  border-radius: 12px;
  box-sizing: border-box;
}

.worklist_inner li img {
  width: 52px;
  margin-right: 8px;
}

.worklist_heading {
  display: flex;
  align-items: center;
  font-size: 20px;
  margin-bottom: 20px;
}

.worklist_heading img {
  width: 35px;
  margin-right: 16px;
}

.worklist_arrow {
  display: block;
  width: 60px;
  margin: 0px auto 32px;
  text-align: center;
}

.worklist_note {
  text-align: center;
}

.worklist_note_text {
  margin-top: 32px;
  margin-bottom: 24px;
  padding: 20px;
  font-size: 24px;
  color: #fff;
  border: 1px solid #fff;
}

.worklist_note_text2 {
  font-size: 15px;
  line-height: 1.6;
}

.worklist_note .btn {
  margin: 40px auto;
  color: #333;
  background: #fff;
}

.worklist_note .btn::before {
  border: solid 2px #fff;
  z-index: 1;
}

.worklist_deco_01 {
  width: 50px;
  position: absolute;
  top: 360px;
  right: 70vw;
}

.worklist_deco_02 {
  width: 40px;
  position: absolute;
  top: 245px;
  left: 47.5vw;
}

.worklist_deco_03 {
  width: 132px;
  position: absolute;
  top: 360px;
  left: 10vw;
  z-index: 0;
}

.worklist_deco_04 {
  width: 105px;
  position: absolute;
  top: 520px;
  left: 225px;
}

.worklist_deco_05 {
  width: 285px;
  position: absolute;
  top: 720px;
  left: 10vw;
  z-index: 0;
}

@media screen and (max-width: 1200px) {
  .worklist {
    width: calc(100% + 40px);
    margin-top: 40px;
    margin-left: -20px;
    padding: 0 20px;
    padding-top: 48px;
    border-top-left-radius: 60px;
    box-sizing: border-box;
  }

  .worklist .section_subtitle {
    left: 218px;
  }

  .worklist_inner {
    display: block;
    width: 100%;
    margin-top: 40px;
    padding-bottom: 48px;
  }

  .worklist_inner ul {
    display: block;
  }

  .worklist_inner li {
    width: 100%;
    font-size: 18px;
    padding: 12px;
    margin-bottom: 20px;
  }

  .worklist_heading {
    font-size: 14px;
  }

  .worklist_arrow {
    margin: 36px auto;
  }

  .worklist_note {
    width: 100%;
    margin-bottom: 60px;
    box-sizing: border-box;
  }

  .worklist_note_text {
    margin-top: 0px;
    margin-bottom: 24px;
    padding: 8px;
    font-size: 15px;
    line-height: 1.6;
  }

  .worklist_note_text2 {
    font-size: 14px;
    line-height: 1.6;
    text-align: left;
  }

  .worklist_note .btn {
    margin: 32px auto 0;
  }

  .worklist_deco_01 {
    display: none;
  }

  .worklist_deco_02 {
    width: 32px;
    position: absolute;
    top: 148px;
    left: 155px;
  }

  .worklist_deco_03 {
    display: none;
  }

  .worklist_deco_04 {
    width: 100px;
    top: 120px;
    left: auto;
    right: 27px;
  }

  .worklist_deco_05 {
    width: 250px;
    position: absolute;
    top: 720px;
    left: 0;
    z-index: -1;
  }

  .worklist_inner li img {
    width: 48px;
    margin-right: 8px;
  }
}

/* プラン */
.plan {
  position: relative;
}

.plan_inner {
  display: flex;
  justify-content: space-between;
}

.plan_box {
  position: relative;
  width: 538px;
  margin-top: 80px;
  padding: 36px;
  text-align: center;
  border: 1px solid #333;
  box-sizing: border-box;
}

.plan_box::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  border: solid 1px #999;
  z-index: -1;
}

.plan_time {
  font-size: 20px;
}

.plan_border {
  width: 240px;
  margin-top: 20px;
  margin-bottom: 0px;
}

.plan_price {
  font-size: 24px;
}

.plan_price span {
  font-size: 60px;
  margin: 10px;
}

.plan_tax {
  margin-top: 12px;
  font-size: 20px;
}

.plan_cap {
  font-size: 15px;
  margin-bottom: 20px;
}

.plan_note {
  margin-top: 60px;
  font-size: 28px;
  text-align: center;
}

.plan_note2 {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

/* 料金表 */
.plan_table_wrapper {
  margin-top: 60px;
}

.plan_table_container {
  display: flex;
  width: 100%;
  max-width: 1100px;
  gap: 10px;
  box-sizing: border-box;
}

.plan_table_labels {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-shrink: 0;
  padding-top: 44px;
  width: 90px;
}

.plan_table_header_label {
  width: 90px;
  min-width: 90px;
  height: 70px;
  background-color: transparent;
}

.plan_table_label {
  width: 90px;
  min-width: 90px;
  height: 70px;
  padding: 0 8px 0 0;
  background-color: transparent;
  border: none;
  font-weight: 500;
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
  box-sizing: border-box;
}

.plan_table_content {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.plan_table_badge_row {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  height: 24px;
  margin-bottom: 8px;
}

.plan_table_badge {
  width: 242px;
  min-width: 242px;
  font-size: 18pt;
  font-weight: bold;
  color: #a10079;
  text-align: center;
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.plan_table_content_row {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
  position: relative;
}

.plan_table_content_row:nth-child(4) {
  margin-top: -80px;
}

.plan_table_header {
  position: relative;
  min-width: 242px;
  width: 242px;
  height: 70px;
  flex-shrink: 0;
  padding: 20px 16px;
  border: 1px solid #333333;
  color: #ffffff;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.plan_table_header_1 {
  background-color: #e8c5dd;
  border: 5px double #a10079;
}

.plan_table_header_1 .plan_table_title {
  color: #a10079;
}

.plan_table_header_2 {
  background-color: #cc6bb3;
}

.plan_table_header_3 {
  background-color: #b84095;
}

.plan_table_header_4 {
  background-color: #a10079;
}

.plan_table_title {
  font-size: 18px;
  font-weight: 500;
}

.plan_number {
  font-size: 32px;
  font-weight: bold;
}

.plan_table_cell {
  min-width: 242px;
  width: 242px;
  height: 70px;
  flex-shrink: 0;
  padding: 20px 16px;
  background-color: #fff;
  border: 1px solid #333333;
  font-size: 16px;
  color: #333333;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.plan_table_cell_full {
  width: 998px;
  min-width: 998px;
}

.plan_table_cell_span2 {
  height: 150px;
}

.plan_table_price {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 8px;
}

.plan_table_tax {
  font-size: 14px;
}

.price_number {
  font-size: 1.3em;
  font-weight: bold;
}

.price_unit {
  font-size: 0.75em;
}

.plan_table_custom {
  font-size: 14px;
  line-height: 1.8;
}

.plan_table_note {
  margin-top: 20px;
  padding: 24px 32px;
  font-size: 18px;
  line-height: 1.8;
  text-align: center;
  background-color: #e5e5e5;
}

.m10h_modelcase {
  margin-top: 80px;
  text-align: left;
  max-width: 100%;
  overflow: hidden;
}

.m10h_modelcase .extraplan_title {
  margin-top: 0;
}

.m10h_modelcase_caption {
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
}

.m10h_modelcase_slider {
  position: relative;
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  max-width: 100vw;
  box-sizing: border-box;
}

.m10h_modelcase_images_wrapper {
  flex: 1;
  overflow: visible;
  position: relative;
  max-width: 100%;
}

.m10h_modelcase_images {
  display: flex;
  transition: transform 0.5s ease;
}

.m10h_modelcase_images img {
  width: 95%;
  flex-shrink: 0;
  height: auto;
  margin-right: 20px;
  box-shadow: 5px 5px 0px #ddd;
  border: 1px solid #ddd;
  opacity: 0.5;
  transition: opacity 0.5s ease;
}

.slider_btn {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 51, 51, 0.8);
  border: none;
  border-radius: 50%;
  color: #fff;
  font-size: 32px;
  font-weight: normal;
  cursor: pointer;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
  z-index: 10;
}

.slider_btn:hover {
  background-color: rgba(51, 51, 51, 1);
}

.slider_btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}

.auto_carryover {
  margin-top: 80px;
  text-align: center;
}

.auto_carryover_text {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 32px;
  color: #333;
  line-height: 140%;
}

.auto_carryover img {
  max-width: 100%;
  height: auto;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 1200px) {
  .plan_table_wrapper {
    margin-top: 32px;
  }

  .plan_table_container {
    gap: 8px;
  }

  .plan_table_labels {
    gap: 8px;
    padding-top: 32px;
  }

  .plan_table_header_label {
    width: 80px;
    min-width: 80px;
    height: 60px;
  }

  .plan_table_label {
    width: 80px;
    min-width: 80px;
    height: 60px;
    padding: 0 8px 0 0;
    font-size: 12px;
  }

  .plan_table_content {
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .plan_table_badge_row {
    height: 20px;
    margin-bottom: 4px;
    gap: 8px;
  }

  .plan_table_badge {
    width: 160px;
    min-width: 160px;
    font-size: 14pt;
  }

  .plan_table_content_row {
    gap: 8px;
  }

  .plan_table_content_row:nth-child(4) {
    margin-top: -68px;
  }

  .plan_table_header {
    min-width: 160px;
    width: 160px;
    height: 60px;
    padding: 16px 12px;
    border: 1px solid #333333;
    font-size: 14px;
  }

  .plan_table_header_1 {
    border: 5px double #a10079;
  }

  .plan_table_title {
    font-size: 14px;
  }

  .plan_number {
    font-size: 24px;
  }

  .plan_table_cell {
    min-width: 160px;
    width: 160px;
    height: 60px;
    padding: 16px 12px;
    font-size: 12px;
  }

  .plan_table_price {
    font-size: 16px;
    margin-bottom: 4px;
  }

  .plan_table_tax {
    font-size: 11px;
  }

  .plan_table_custom {
    font-size: 11px;
    line-height: 1.6;
  }

  .plan_table_cell_span2 {
    height: 128px;
  }

  .plan_table_cell_full {
    width: 664px;
    min-width: 664px;
  }

  .plan_table_note {
    margin-top: 12px;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.8;
  }

  .m10h_modelcase {
    margin-top: 40px;
  }

  .m10h_modelcase .extraplan_title {
    margin-top: 0;
  }

  .m10h_modelcase_caption {
    margin-top: 16px;
    font-size: 14px;
  }

  .m10h_modelcase_slider {
    margin-top: 24px;
    gap: 12px;
    flex-direction: column;
  }

  .m10h_modelcase_images_wrapper {
    width: 100%;
  }

  .m10h_modelcase_images {
    flex-direction: column;
    width: 100%;
    transform: none !important;
    transition: none !important;
  }

  .m10h_modelcase_images img {
    width: 99% !important;
    margin-right: 0;
    margin-bottom: 20px;
    opacity: 1 !important;
    box-sizing: border-box;
  }

  .m10h_modelcase_images img:last-child {
    margin-bottom: 0;
  }

  .slider_btn {
    display: none;
  }

  .auto_carryover {
    margin-top: 40px;
  }

  .auto_carryover_text {
    font-size: 18px;
    margin-bottom: 24px;
  }

  .sp_only {
    display: inline;
  }
}

.plan_box_01 .plan_deco {
  width: 207px;
  position: absolute;
  top: -54px;
  right: 0px;
  z-index: 1;
}

.plan_box_01 .plan_frame,
.plan_box_02 .plan_frame {
  width: 56px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.plan_box_02 .plan_deco {
  width: 42px;
  position: absolute;
  top: -54px;
  right: 24px;
  z-index: 1;
}

.plan_deco3 {
  width: 230px;
  position: absolute;
  top: 100px;
  left: -10px;
  z-index: -1;
}

.extraplan_title {
  margin-top: 100px;
  margin-bottom: 32px;
  font-size: 60px;
  font-family: "roc-grotesk-wide", sans-serif;
  font-weight: 300;
}

.faq_title {
  margin-top: 100px;
  margin-bottom: 32px;
  font-size: 60px;
  font-family: "roc-grotesk-wide", sans-serif;
  font-weight: 300;
}

.faq_title span {
  font-family: "source-han-sans-cjk-ja", sans-serif;
  font-size: 16px;
  font-weight: 500;
}

/* FAQ */
section.faq {
  padding-bottom: 160px;
}

.faq_wrapper {
  margin-top: 60px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

.faq_item {
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
}

.faq_item:first-child {
  border-top: 1px solid #ddd;
}

.faq_item summary {
  display: block;
}

.faq_item .faq_answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease, padding 0.4s ease;
}

.faq_item[open] .faq_answer {
  max-height: 1000px;
  opacity: 1;
}

.faq_answer > div {
  overflow: hidden;
}

.faq_question {
  display: block;
  padding: 24px 20px;
  padding-left: 68px;
  cursor: pointer;
  list-style: none;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
}

.faq_question .faq_icon {
  position: absolute;
  left: 20px;
  top: 24px;
}

.faq_question::-webkit-details-marker {
  display: none;
}

.faq_question::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transition: transform 0.3s ease;
}

.faq_item[open] .faq_question::after {
  transform: translateY(-50%) rotate(-135deg);
}

.faq_icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  flex-shrink: 0;
  margin-right: 16px;
  vertical-align: top;
  text-indent: 0;
}

.faq_icon_q {
  background-color: #a10079;
  color: #fff;
}

.faq_icon_a {
  background-color: #e5e5e5;
  color: #333;
}

.faq_question_text {
  display: inline;
  padding-right: 40px;
}

.faq_answer > div {
  display: flex;
  align-items: flex-start;
  padding: 0 20px 24px 20px;
  background-color: #fafafa;
}

.faq_answer_text {
  flex: 1;
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
  font-weight: normal;
}

@media screen and (max-width: 1200px) {
  section.faq {
    padding-bottom: 80px;
  }

  .faq_wrapper {
    margin-top: 32px;
  }

  .faq_question {
    padding: 16px 12px;
    padding-left: 52px;
    font-size: 14px;
  }

  .faq_question .faq_icon {
    left: 12px;
    top: 16px;
  }

  .faq_icon {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 16px;
    margin-right: 12px;
  }

  .faq_question_text {
    display: inline;
    padding-right: 32px;
  }

  .faq_question::after {
    right: 12px;
    width: 6px;
    height: 6px;
  }

  .faq_answer > div {
    padding: 0 12px 16px 12px;
  }

  .faq_answer_text {
    font-size: 14px;
    line-height: 1.6;
  }
}

.extraplan {
  display: flex;
  margin-bottom: 120px;
}

.extraplan_form {
  margin: 70px auto;
  text-align: center;
}

.extraplan2 {
  flex-direction: row-reverse;
  margin-bottom: 0px;
}

.extraplan_img {
  width: 500px;
  border-radius: 20px;
}

.extraplan_left {
  position: relative;
}

.extraplan_deco_1 {
  position: absolute;
  top: -30px;
  right: 24px;
  width: 60px;
}

.extraplan_deco_2 {
  position: absolute;
  bottom: -20px;
  left: 32px;
  width: 172px;
}

.extraplan_right {
  position: relative;
  padding-left: 80px;
}

.extraplan2 .extraplan_right {
  padding-left: 0px;
  padding-right: 80px;
}

.extraplan2 .extraplan_deco_2 {
  position: absolute;
  bottom: 32px;
  left: auto;
  right: -48px;
  width: 176px;
}

.extraplan_deco_3 {
  position: absolute;
  top: 80px;
  right: 0;
  width: 40px;
}

.extraplan_deco_4 {
  position: absolute;
  bottom: 460px;
  width: 1000px;
}

.extraplan_left .deco_2 {
  position: absolute;
  right: -100px;
  bottom: -30px;
  width: 132px;
}

.extraplan2 .extraplan_left .deco_2 {
  position: absolute;
  left: -80px;
  bottom: -30px;
  width: 105px;
}

.extraplan_right h4 {
  font-size: 30px;
  font-family: "roc-grotesk-wide", sans-serif;
  font-weight: 500;
}

.extraplan_right h3 {
  margin: 12px 0 20px;
  font-size: 26px;
  font-weight: 500;
}

.extraplan_right p {
  font-size: 18px;
  line-height: 2;
}

.extraplan .btn {
  margin-left: auto;
}

/* CTA */
.cta {
  padding: 40px;
  padding-left: 5vw;
  background: #333;
  box-sizing: border-box;
}

.cta_inner {
  display: flex;
  max-width: 1800px;
  margin: 0 auto;
}

.cta_right {
  margin-left: 80px;
}

.cta_left {
  width: 30%;
}

.cta_copy {
  font-size: min(3vw, 66px);
  color: #fff;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}

.cta_subcopy {
  margin-top: 20px;
  font-size: min(2vw, 44px);
  color: #fff;
  font-family: "roc-grotesk-wide", sans-serif;
  font-weight: 500;
  line-height: 1.5;
}

.cta_right .btn::before {
  border: solid 2px #fff;
  z-index: 2;
}

.cta .btn {
  color: #333;
  background: #fff;
}

.cta .sp {
  display: none;
}

@media screen and (max-width: 1200px) {
  .cta {
    padding: 20px 20px 36px;
  }

  .cta_inner {
    display: block;
    padding: 0;
  }

  .cta_right {
    margin-left: 0px;
  }

  .cta_copy {
    margin-top: 32px;
    font-size: 8vw;
    letter-spacing: 0;
  }

  .cta_subcopy {
    margin-top: 12px;
    font-size: 4vw;
    line-height: 1.5;
    letter-spacing: 0.1rem;
  }

  .cta .sp {
    display: block;
  }

  .cta_left {
    width: 100%;
    margin-left: auto;
  }

  .cta .sp {
    display: flex;
    width: calc(100% - 40px);
    margin: 32px auto 0;
    font-size: 16px;
  }
}

/* フッター */
footer {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding: 32px;
}

footer small {
  font-size: 12px;
  font-family: "roc-grotesk-wide", sans-serif;
  font-weight: 500;
}

footer ul {
  display: flex;
  font-size: 15px;
}

footer li {
  margin-left: 32px;
}

footer ul a {
  color: #333;
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  footer {
    display: block;
    padding: 60px 0 40px;
    text-align: center;
  }

  footer ul {
    display: block;
    margin-bottom: 60px;
    font-size: 13px;
  }

  footer li {
    margin-left: 0px;
    margin-bottom: 24px;
  }

  footer small {
    font-size: 10px;
  }
}

@media screen and (max-width: 1200px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  button.openbtn.sp {
    display: block !important;
  }
}

.list-item {
  opacity: 1;
}

.list-item.is-hidden {
  opacity: 0;
  height: 0;
  margin: 0;
  padding: 0;
}

.list-btn.is-btn-hidden {
  display: none;
}

.list-btn button {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 18px 32px;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  border: 1px solid #fff;
  box-sizing: border-box;
  background-color: #333;
}

.more {
  width: 22px;
}

/*-----------------------------------------
エクストラプラン
-----------------------------------------*/
.extraplan_mv {
  margin-top: 74px;
  padding: 60px 0;
  text-align: center;
  color: #fafafa;
  background: linear-gradient(87deg, #A10079 1.35%, #9754B7 100%);
}

.extraplan_mv_subcopy {
  font-size: 20px;
  font-family: "roc-grotesk-wide", sans-serif;
}

.extraplan_mv h1 {
  margin-top: 24px;
  padding-top: 0;
  font-size: 2.2vw;
  font-size: min(2.2vw, 40px);
}

.extraplan_page .btn {
  margin: 40px auto 0;
  color: #333;
  background: #fafafa;
}

.extraplan_page .btn::before {
  border: solid 2px #fafafa;
  z-index: 1;
}

.medium_text {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.8;
}

.plan_title {
  font-size: 40px;
  font-weight: 500;
}

.plan_subtitle {
  margin-bottom: 24px;
  font-size: 28px;
  text-align: center;
}

.blackback {
  background-color: #333;
  color: #fff;
}

.extra_mv_deco {
  width: 409px;
  position: absolute;
  bottom: -100px;
  left: 40px;
  z-index: -2;
}

.extraplan_page .extraplan {
  margin-bottom: 0px;
}

.extra_cta {
  margin-top: 100px;
  padding: 60px 0 70px;
  text-align: center;
  background: #333;
  box-sizing: border-box;
}

.extra_cta_copy {
  font-size: min(2.5vw, 40px);
  color: #fafafa;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.2rem;
}

.example {
  font-size: 0.7em;
  vertical-align: top;
}

/* calling */
.ma_calling_about {
  position: relative;
  padding-top: 28px;
}

.ma_calling_about_deco {
  width: 132px;
  position: absolute;
  right: 20vw;
  bottom: -100px;
}

.extraplan_page .extraplan {
  margin-top: 48px;
}

.extraplan_page .extraplan_right {
  padding-left: 60px;
}

.extraplan_page .extraplan_right h3 {
  margin: 0;
  font-size: 32px;
  font-weight: 300;
}

.extraplan_page .extraplan_right h3 span {
  font-size: 16px;
  padding-left: 16px;
}

.biz_example {
  display: inline-block;
  margin-top: 32px;
  padding: 10px;
  font-size: 20px;
}

.biz_example_list {
  display: flex;
  margin-top: 12px;
}

.biz_example_list li {
  font-size: 15px;
  line-height: 2.2;
}

.biz_example_list_right {
  margin-left: 40px;
}

.request_flow {
  display: flex;
  justify-content: space-between;
  margin-top: 80px;
}

.flow_text {
  margin: 20px auto 0;
  font-size: 18px;
  line-height: 1.6;
  writing-mode: vertical-rl;
  text-align: start;
}

.request_flow_box {
  position: relative;
  width: 150px;
  padding: 16px;
  text-align: center;
  border: solid 1px #333;
  box-sizing: border-box;
  background: #fafafa;
}

.request_flow_num {
  height: 54px;
  position: absolute;
  top: -50px;
  right: -40px;
  z-index: -1;
}

.request_flow_box_co {
  border: solid 1px #A10079;
  background-color: #F1E1ED;
}

.flow_user {
  padding: 10px 0;
  font-size: 14px;
}

.flow_co {
  display: flex;
  height: 34px;
  justify-content: center;
  align-items: center;
  background-color: #A10079;
}

.flow_co img {
  width: 90%;
}

.flow_arrow {
  width: 20px;
}

.ma_calling_price_inner {
  display: flex;
  justify-content: space-between;
}

.ma_calling_price_box {
  position: relative;
  width: 800px;
  margin: 60px auto 0;
  padding: 48px;
  text-align: center;
  border: 1px solid #333;
  box-sizing: border-box;
}

.ma_calling_price_box::before {
  content: "";
  position: absolute;
  top: 7px;
  bottom: 7px;
  left: 7px;
  right: 7px;
  border: solid 1px #999;
  z-index: -1;
}

.calling_arrow_deco {
  position: absolute;
  top: 160px;
  right: 0;
  width: 200px;
  z-index: -1;
}

.ma_calling_price_deco_1 {
  position: absolute;
  bottom: -40px;
  left: 32px;
  width: 50px;
}

.ma_calling_price_deco_2 {
  position: absolute;
  top: 32px;
  right: -100px;
  width: 295px;
}

.ma_calling_page .extraplan_deco_1 {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 60px;
}

.ma_calling_page .extraplan_deco_2 {
  position: absolute;
  bottom: -40px;
  left: auto;
  right: 32px;
  width: 50px;
  transform: rotate(0deg);
}

.ma_calling_plan {
  position: relative;
}

.ma_calling_plan_deco_1 {
  width: 103px;
  position: absolute;
  top: 80px;
  right: 20vw;
}

.ma_calling_plan_deco_2 {
  width: 103px;
  position: absolute;
  bottom: 0;
  left: 10vw;
}

.plan_time {
  font-size: 32px;
}

.ma_calling_price_border {
  width: 240px;
  margin-top: 20px;
}

.plan_price {
  font-size: 24px;
}

.plan_price span {
  font-size: 60px;
  margin: 10px;
}

.plan_tax {
  margin-top: 12px;
  font-size: 20px;
}

.plan_cap {
  margin-top: 12px;
  font-size: 20px;
}

.plan_note {
  margin-top: 40px;
  font-size: 28px;
  text-align: center;
}

.plan_note2 {
  margin-top: 20px;
  font-size: 18px;
  text-align: center;
}

.ma_calling_price_box .plan_deco {
  width: 185px;
  position: absolute;
  top: 60px;
  left: -50px;
  z-index: 1;
}

.ma_calling_price_box .deco_4 {
  width: 185px;
  position: absolute;
  top: 40px;
  right: -100px;
}

.ma_calling_price_box .deco_1 {
  width: 103px;
  position: absolute;
  top: 150px;
  left: -80px;
}

.ma_calling_price_frame {
  width: 56px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}

.ma_calling_price_note {
  font-size: 15px;
  margin-top: 12px;
  margin-bottom: 32px;
}

/* recruiting */
.ma_recruiting_about {
  position: relative;
  padding-top: 28px;
}

.ma_recruiting_about_deco {
  width: 64px;
  position: absolute;
  bottom: 0;
  right: 20vw;
}

.ma_recruiting_about_deco_2 {
  width: 103px;
  position: absolute;
  bottom: -50px;
  right: 30vw;
}

.recruitment_needs_plan {
  position: relative;
  padding-bottom: 160px;
}

.ma_recruiting_page .biz_example {
  margin-top: 0px;
}

.ma_recruiting_merit_list {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

.ma_recruiting_merit_box {
  position: relative;
  width: 320px;
  text-align: center;
}

.ma_recruiting_merit_box h3 {
  margin: 24px 0;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.ma_recruiting_merit_box p {
  font-size: 15px;
  line-height: 2;
  text-align: left;
}

.merit_num {
  width: 222px;
  position: absolute;
  top: -40px;
  right: -40px;
  z-index: -1;
}

.ma_recruiting_merit_box .merit_note {
  margin-top: 8px;
  font-size: 12px;
}

.merit_deco_1 {
  width: 223px;
  position: absolute;
  top: 12px;
  left: -40px;
}

.merit_deco_2 {
  width: 50px;
  position: absolute;
  top: 12px;
  right: 0;
}

.merit_deco_3 {
  width: 227px;
  position: absolute;
  top: 200px;
  right: 0;
}

.merit_img {
  width: 260px;
}

.ma_recruiting_plan {
  position: relative;
}

.ma_recruiting_plan_deco {
  width: 132px;
  position: absolute;
  right: 10vw;
  top: 80px;
}

.ma_recruiting_plan_deco_2 {
  width: 103px;
  position: absolute;
  left: 9vw;
  bottom: 200px;
}

.ma_recruiting_form {
  position: relative;
  padding: 150px 0px;
}

.ma_recruiting_thanks {
  position: relative;
  padding: 50px 0px;
}

.ma_recruiting_form .section_inner,
.ma_recruiting_thanks .section_inner {
  max-width: 800px;
  margin: 0px auto;
}

@media screen and (max-width: 1200px) {
  .extraplan_mv {
    width: calc(100% + 40px);
    margin-top: 72px;
    margin-left: -20px;
    padding: 40px 20px;
    box-sizing: border-box;
  }

  .extraplan_mv_subcopy {
    font-size: 16px;
  }

  .extraplan_mv h1 {
    margin-top: 24px;
    font-size: 6vw;
    line-height: 1.7;
  }

  .extraplan_page .btn {
    margin-top: 32px;
  }

  .extraplan_page .extraplan {
    margin-top: 32px;
  }

  .extraplan_page .extraplan_right {
    padding-left: 0px;
  }

  .plan_subtitle {
    margin-bottom: 24px;
    font-size: 20px;
  }

  .plan_title {
    font-size: 32px;
  }

  .medium_text {
    margin-top: 0;
    font-size: 14px;
  }

  .biz_example {
    font-size: 16px;
  }

  /* calling */
  .ma_calling_about {
    padding-top: 32px;
  }

  .ma_calling_about_deco {
    width: 90px;
    right: 5vw;
    bottom: -56px;
  }

  .request_flow {
    display: block;
    margin-top: 20px;
  }

  .extraplan_page .extraplan_right h3 {
    margin-top: 24px;
    font-size: 28px;
  }

  .extraplan_page .extraplan_right h3 span {
    display: block;
    font-size: 12px;
    margin-top: 12px;
    padding-left: 0px;
  }

  .ma_recruiting_page .biz_example {
    margin-top: 32px;
    padding: 10px;
    font-size: 18px;
  }

  .biz_example_list li {
    font-size: 11px;
    line-height: 2.2;
  }

  .biz_example_list_right {
    margin-left: 16px;
  }

  .request_flow_box {
    width: 100%;
    padding: 16px;
    text-align: center;
    border: solid 1px #333;
    box-sizing: border-box;
    background: #fafafa;
  }

  .flow_text {
    margin: 20px auto 0;
    font-size: 14px;
    line-height: 1.6;
    writing-mode: horizontal-tb;
    text-align: center;
  }

  .flow_arrow {
    display: block;
    width: 20px;
    margin: 0 auto;
    transform: rotate(90deg);
  }

  .flow_co img {
    width: 140px;
  }

  .request_flow_num {
    width: 90px;
    height: 54px;
    top: -50px;
    right: -12px;
  }

  .ma_calling_price_box {
    margin-top: 32px;
    padding: 32px;
  }

  .ma_calling_price_note {
    font-size: 10px;
    margin-top: 12px;
    margin-bottom: 32px;
  }

  .ma_calling_price_deco_1 {
    bottom: -36px;
    left: -8px;
    width: 50px;
  }

  /* recruiting */
  .ma_recruiting_about {
    padding-top: 32px;
  }

  .ma_recruiting_merit_list {
    display: block;
  }

  .merit_deco_1 {
    width: 165px;
    top: 12px;
    left: 20px;
  }

  .merit_num {
    width: 180px;
    top: -40px;
    right: 0px;
  }

  .ma_recruiting_merit_box {
    width: 100%;
    margin-bottom: 60px;
  }

  .ma_recruiting_merit_box:last-child {
    margin-bottom: 0;
  }

  .ma_recruiting_plan_deco_2 {
    width: 103px;
    top: 0;
    right: 0;
    left: auto;
    bottom: auto;
  }

  /* cta */
  .extra_cta {
    margin-top: 60px;
    padding: 40px 20px 50px;
  }

  .extra_cta_copy {
    font-size: 6vw;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1200px) {
  .plan .section_subtitle {
    left: 175px;
  }

  .plan_inner {
    display: block;
  }

  .plan_box {
    width: 100%;
    margin-top: 40px;
  }

  .plan_box_02 {
    margin-top: 16px;
  }

  .plan_box_01 .plan_deco {
    width: 207px;
    position: absolute;
    top: -24px;
    left: 16px;
  }

  .plan_box_02 .plan_deco {
    width: 42px;
    position: absolute;
    top: -20px;
    right: -12px;
  }

  .plan_time {
    font-size: 16px;
  }

  .plan_border {
    width: 200px;
    margin-top: 16px;
  }

  .plan_price {
    font-size: 20px;
  }

  .plan_price span {
    font-size: 48px;
  }

  .plan_tax {
    font-size: 16px;
  }

  .plan_cap {
    font-size: 16px;
  }

  .plan_note {
    margin-top: 32px;
    font-size: 18px;
    line-height: 1.5;
  }

  .plan_note2 {
    margin-top: 14px;
    font-size: 12px;
  }

  .extraplan_title {
    margin-top: 48px;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .faq_title {
    margin-top: 48px;
    margin-bottom: 16px;
    font-size: 32px;
  }

  .extraplan {
    display: block;
    margin-bottom: 60px;
  }

  .extraplan2 {
    margin-bottom: 0px;
  }

  .extraplan_img {
    width: 100%;
  }

  .extraplan_right {
    padding-left: 0px;
  }

  .extraplan_left .deco_2 {
    right: -34px;
    bottom: -10px;
    width: 90px;
    transform: rotate(90deg);
  }

  .extraplan2 .extraplan_left .deco_2 {
    top: -26px;
    left: -12px;
    width: 103px;
    transform: rotate(0deg);
  }

  .plan_deco3 {
    width: 100px;
    top: 250px;
    left: -49px;
    z-index: -1;
  }

  .extraplan_deco_1 {
    top: -24px;
    width: 48px;
  }

  .extraplan_deco_2 {
    bottom: 40px;
    left: -36px;
    width: 146px;
    transform: rotate(90deg);
  }

  .extraplan2 .extraplan_deco_2 {
    bottom: 12px;
    right: -8px;
    width: 130px;
    transform: rotate(0deg);
  }

  .extraplan_deco_4 {
    display: none;
  }

  .extraplan_right h4 {
    margin-top: 24px;
    font-size: 28px;
  }

  .extraplan_right h3 {
    margin: 20px 0 20px;
    font-size: 22px;
  }

  .extraplan_right p {
    font-size: 14px;
    line-height: 1.8;
  }

  .extraplan2 .extraplan_right {
    padding-right: 0;
  }
}

/* popup */
@media (min-width: 768px) {
#pop_up {
  position: fixed;
  z-index: 2;
  bottom: 30px;
  right: 20px;
  width:320px;
  /* background: #ffffff; */
  /* border-top: #e83d1b solid 20px; */
  color: #333333;
  font-size: 13px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #939393;
}

#pop_up img {
   width: 100%;
}

#pop_up .center {
  margin: 20px auto;
  text-align: center;
}

#pop_up .bnr a {
  color: white;
  font-size: 15px;
  font-weight: bold;
  background: #e83d1b;
  border: none;
  border-radius: 100px;
  padding: 12px 55px;
  display: inline-block;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  font-weight: normal;
}

#pop_up button {
  position: absolute;
  top: -42px;
  right: -10px;
  background: #ffffff8c;
  border: 0px;
  outline: 0;
  font-size: 30px;
  color: #4c4c4c;
  height: 30px;
  line-height: 1;
}

#pop_up button:active {
  border: 0px;
}

#pop_up p {
  display: block;
}
}


@media (max-width: 767px) {
  #pop_up {
    position: fixed;
    z-index: 2;
    width: 80%;
    z-index: 2;
    top: auto;
    right: 18px;
    bottom: 40px;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    box-shadow: 0px -3px 10px #00000029;
  }
  
#pop_up button {
  position: absolute;
  top: -42px;
  right: -10px;
  background: #ffffff8c;
  border: 0px;
  outline: 0;
  font-size: 30px;
  color: #4c4c4c;
  height: 30px;
  line-height: 1;
}
  
  }

