@charset "UTF-8";
/* Sass Document */
/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Hind:wght@300;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@700&display=swap");
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}
@media screen and (max-width: 767.98px) {
  html {
    width: 100%;
  }
}

body {
  -webkit-text-size-adjust: 100%;
  width: 100%;
  color: #111;
  letter-spacing: 0.22em;
  font-feature-settings: "palt";
  min-width: 113rem;
}
@media screen and (max-width: 767.98px) {
  body {
    min-width: inherit;
  }
  body.is_fixed {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: fixed;
  }
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
  margin: 0;
  padding: 0;
  border: none;
  line-height: 100%;
  list-style-type: none;
  font-style: normal;
  font-family: "Noto Sans JP", sans-serif;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  line-break: normal;
  word-wrap: break-word;
}

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

p,
li,
dt,
dd,
th,
td,
form {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 2.1vw;
  }
}
@media (min-width: 768px) {
  a[href*="tel:"] {
    text-decoration: none;
    cursor: default;
    pointer-events: none;
  }
}
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

input[type=text] {
  line-height: normal;
}

.content_inner {
  width: 110rem;
  margin: 0 auto;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .content_inner {
    width: auto;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}

.ttl {
  font-size: 3.8rem;
  text-align: center;
  color: #111111;
  font-weight: 700;
  letter-spacing: 0.13em;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .ttl {
    font-size: 3rem;
  }
}
.ttl.txtsize_small {
  font-size: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .ttl.txtsize_small {
    font-size: 2.2rem;
  }
}

.subttl {
  text-align: center;
  margin-bottom: 0.7rem;
}
.subttl span {
  display: inline-block;
  text-align: center;
  font-size: 1.9rem;
  line-height: 1.5789473684;
  letter-spacing: 0.11em;
  font-weight: 700;
  color: #FFF;
  padding: 0.25rem 2.4rem 0.35rem 2.4rem;
  box-sizing: border-box;
}

.heading_txt {
  text-align: center;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767.98px) {
  .heading_txt {
    font-size: 1.8rem;
  }
}

.ttl + .heading_txt {
  margin-top: 1.8rem;
}

.bgcolor_gray {
  background-color: #f9f8f7;
}

.bgcolor_main {
  background-color: #EB5E8A;
}

.bgcolor01 {
  background-color: #fff5e1;
}

.bg_img {
  background: url("../images/bg_img.jpg") repeat left top;
  background-size: 19px 17px;
}

.bg_triangle {
  position: relative;
  min-height: 17.2rem;
}
.bg_triangle:before, .bg_triangle:after {
  position: absolute;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  transform: rotate(0deg);
}
.bg_triangle:before {
  left: 0;
  top: 0;
  border-width: 442px 310px 0 0;
  border-color: #EB5E8A transparent transparent transparent;
}
@media screen and (max-width: 767.98px) {
  .bg_triangle:before {
    border-width: 17.2rem 16rem 0 0;
  }
}
.bg_triangle:after {
  right: 0;
  bottom: 0;
  border-width: 0 0 442px 310px;
  border-color: transparent transparent #EB5E8A transparent;
}
@media screen and (max-width: 767.98px) {
  .bg_triangle:after {
    border-width: 0 0 17.2rem 16rem;
  }
}

b {
  font-weight: bold;
}

.txtcolor_main {
  color: #EB5E8A;
}

.txtcolor_white {
  color: #fff !important;
}

.txtcolor_blue {
  color: #4373a3;
}

.num {
  display: inline-block;
}
.num img {
  height: 100%;
  width: auto;
}

.line {
  background: linear-gradient(180deg, rgba(250, 90, 20, 0) 0%, rgba(250, 90, 20, 0) 95%, rgb(250, 90, 20) 95%, rgb(250, 90, 20) 100%);
  padding-bottom: 0.7rem;
}

.line02 {
  background: linear-gradient(rgba(255, 255, 255, 0) 60%, #fff1ae 60%);
}

.line03 {
  display: inline-block;
  background: #EB5E8A;
  padding: 0 2.5rem 0.8rem 2.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .line03 {
    padding: 0 1.5rem 0.8rem 1.5rem;
  }
}

.font_zenkaku {
  font-family: "Zen Kaku Gothic New", sans-serif !important;
}

.tac {
  text-align: center;
}

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

.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp {
    display: block;
  }
}

.pc_inline {
  display: inline;
}
@media screen and (max-width: 767.98px) {
  .pc_inline {
    display: none;
  }
}

.link {
  margin-bottom: 0.7rem;
  background-color: #61d14a;
  border-radius: 1rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: grid;
  place-content: center;
  box-shadow: 0px 0.7rem 0px 0px rgb(47, 142, 33);
  transition: 0.3s;
  overflow: hidden;
  top: 0;
  backface-visibility: hidden;
  z-index: 1;
}
.link.pc {
  display: grid;
}
@media screen and (max-width: 767.98px) {
  .link.pc {
    display: none;
  }
}
.link.sp {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .link.sp {
    display: grid;
  }
}
@media screen and (max-width: 767.98px) {
  .link {
    font-size: 1.97rem;
    border-radius: 0.5rem;
    box-shadow: 0px 0.3rem 0px 0px rgb(47, 142, 33);
  }
}
@media (any-hover) {
  .link:hover {
    top: 0.7rem;
    box-shadow: 0px 0 0px 0px rgb(47, 142, 33);
  }
}
.link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 2.1rem;
  height: 2.1rem;
  background: url(../images/icn_arw.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}
@media screen and (max-width: 767.98px) {
  .link::after {
    width: 1.6rem;
    height: 1.6rem;
  }
}

.inquiry_link {
  height: 7rem;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .inquiry_link {
    height: 5.8rem;
  }
}

.btn {
  min-height: 7rem;
}
.btn.disable {
  background-color: #ccc;
  box-shadow: 0px 0.7rem 0px 0px rgb(119, 119, 119);
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .btn.disable {
    box-shadow: 0px 0.3rem 0px 0px rgb(119, 119, 119);
  }
}

@media screen and (min-width: 768px) {
  .to_right {
    transform: translateX(-400px);
    opacity: 0;
  }
  .to_right.is_animation {
    animation-name: to_right;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .delay2 {
    animation-delay: 0.1s;
  }
  .delay3 {
    animation-delay: 0.2s;
  }
}
@media screen and (max-width: 767.98px) {
  .to_up {
    transform: translateY(200px);
    opacity: 0;
  }
  .to_up.is_animation {
    animation-name: to_up;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
  }
  .sp_delay2 {
    animation-delay: 0.1s;
  }
  .sp_delay3 {
    animation-delay: 0.2s;
  }
  .sp_delay4 {
    animation-delay: 0.3s;
  }
  .sp_delay5 {
    animation-delay: 0.4s;
  }
}
@keyframes to_right {
  0% {
    transform: translateX(-400px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes to_up {
  0% {
    transform: translateY(200px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/* ----------------------------------------------------------------------------------------------------
*	nav
* --------------------------------------------------------------------------------------------------*/
.nav_wrapper {
  position: fixed;
  z-index: 99;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  transition: 0.3s;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(255, 255, 255, 0.6);
}
.nav_wrapper.is_header_open {
  pointer-events: auto;
  opacity: 1;
}

.ham_wrapper {
  top: 0;
  right: 0;
  position: fixed;
  width: 9rem;
  height: 9rem;
  z-index: 100;
  text-align: center;
  background-color: #111;
  padding: 2rem 0 1rem;
}
@media screen and (max-width: 767.98px) {
  .ham_wrapper {
    padding: 1rem 0 0.5rem;
    width: 5.7rem;
    height: 5.7rem;
  }
}
.ham_wrapper.is_ham_open .ham_btn .ham_line:first-of-type {
  transform: rotate(45deg);
  top: calc(50% - 0.25rem);
}
.ham_wrapper.is_ham_open .ham_btn .ham_line:nth-of-type(2) {
  opacity: 0;
}
.ham_wrapper.is_ham_open .ham_btn .ham_line:last-of-type {
  transform: rotate(-45deg);
  top: calc(50% - 0.25rem);
}

.ham_btn {
  width: 5.3rem;
  height: 3.5rem;
  margin: 0 auto;
  cursor: pointer;
  background-color: transparent;
  position: relative;
  border: none;
}
@media (any-hover) {
  .ham_btn {
    transition: 0.3s;
  }
  .ham_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .ham_btn {
    width: 3rem;
    height: 2.5rem;
  }
}

.ham_txt {
  font-size: 1.4rem;
  color: #fff;
  width: 4.3rem;
  display: block;
  margin: 0.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .ham_txt {
    margin-top: -0.3rem;
    width: 3rem;
  }
}

.ham_line {
  width: 4.4rem;
  height: 0.5rem;
  background-color: #fff;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  transition: 0.3s;
}
@media screen and (max-width: 767.98px) {
  .ham_line {
    height: 0.3rem;
    width: 2.7rem;
  }
}
.ham_line:first-of-type {
  top: 0%;
}
.ham_line:nth-of-type(2) {
  top: calc(50% - 0.25rem);
}
.ham_line:last-of-type {
  top: calc(100% - 0.5rem);
}

.nav_content {
  margin-left: auto;
  background-color: #111;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  width: 58.1rem;
  overflow: auto;
  height: 100svh;
  height: 100vh;
  padding: 8.6rem 7rem;
  scroll-behavior: smooth;
}
@media screen and (max-width: 767.98px) {
  .nav_content {
    width: 100%;
    padding: 2rem 4rem 12rem;
  }
}
.nav_content .link_wrapper {
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .nav_content .link_wrapper {
    margin-top: 2rem;
  }
}
.nav_content .link {
  height: 6.6rem;
}
.nav_content .tel_wrapper {
  text-align: center;
  margin-top: 3rem;
}
.nav_content .tel_wrapper a {
  width: 90%;
  margin: 0 auto;
  display: inline-block;
}
.nav_content .tel_wrapper a img {
  width: 100%;
}
.nav_content .tel_wrapper p {
  margin-top: 1rem;
  font-size: 1.38rem;
  color: #fff;
}

.header_nav_link {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
  padding: 0.7rem 0;
}
@media (any-hover) {
  .header_nav_link {
    transition: 0.3s;
  }
  .header_nav_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767.98px) {
  .header_nav_link {
    padding: 1rem 0;
  }
}



/* ----------------------------------------------------------------------------------------------------
*	.cta
* --------------------------------------------------------------------------------------------------*/
.c-cta {
  background-color: #111111;
  padding: 2.5rem 0 4rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .c-cta {
    padding: 2.5rem 2rem 4rem 2rem;
  }
}
.c-cta .cta__ttl {
  text-align: center;
  color: #FFF;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-cta .cta__ttl {
    line-height: 1.5833333333;
  }
}
.c-cta .cta_inner {
  gap: 0 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .c-cta .cta_inner {
    display: block;
  }
}
.c-cta .cta_inner .cta_tel_btn_wrapper {
  display: block;
}
.c-cta .cta_inner .tel_inquiry_wrapper {
  display: block;
  margin: 0;
}
.c-cta .cta_inner .tel_inquiry_wrapper .tel_num {
  display: block;
}


.c-cta .cta_inner .hour {
  margin-top: 0.8rem;
  display: block;
  color: #FFF;
  font-size: 1.3rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-left: 0;
}
.c-cta .cta_inner .hour:before {
  display: none;
}

.fixed_cta {
  width: 100%;
  background-color: #111111;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 20;
  padding: 1.5rem 1rem;
  transition: 0.3s;
}

.hidden {
  transform: translateY(100%);
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767.98px) {
  .fixed_cta {
    display: block;
  }
}
.fixed_cta.is_hide {
  opacity: 0;
  pointer-events: none;
}
.fixed_cta .inquiry_link {
  height: 5.7rem;
}
@media screen and (max-width: 767.98px) {
  .fixed_cta .inquiry_link {
    width: 49%;
  }
}
.fixed_cta .cta_tel_btn_wrapper {
  display: block;
}
@media screen and (max-width: 767.98px) {
  .fixed_cta .cta_tel_btn_wrapper {
    display: none;
  }
}
.fixed_cta .tel_inquiry_wrapper {
  display: block;
  margin: 0;
}
.fixed_cta .tel_inquiry_wrapper .tel_num {
  display: block;
}
.fixed_cta .hour {
  margin-top: 0.8rem;
  display: block;
  color: #FFF;
  font-size: 1.1rem;
  line-height: 1.5384615385;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-left: 0;
}
.fixed_cta .hour:before {
  display: none;
}

.cta_inner {
  display: flex;
  align-items: center;
  justify-content: center;
}
.txt_cta {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  color: #fff;
  margin-right: 1rem;
}
@media screen and (max-width: 767.98px) {
  .txt_cta {
    font-size: 1.15rem;
  }
}
.txt_cta span {
  font-size: 2.3rem;
  color: #f8ed6f;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .txt_cta span {
    font-size: 1.45rem;
  }
}
.txt_cta span::before, .txt_cta span::after {
  content: "";
  position: absolute;
  height: 100%;
  bottom: 0;
  background-color: #f8ed6f;
  width: 3px;
}
.txt_cta span::before {
  left: -1rem;
  transform: rotate(-30deg);
}
.txt_cta span::after {
  right: -1rem;
  transform: rotate(30deg);
}

/* 共通スタイル */
.cta_btn_wrapper {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
}

.cta_btn_wrapper .link {
  display: block;
  font-size: 2.4rem;
  margin-bottom: 1rem;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 5px;
}

/* PC版のスタイル */
@media screen and (min-width: 768px) {
  .inquiry_link.pc {
    display: block;
  }
  .inquiry_link.sp {
    display: none;
  }
}

/* SP版のスタイル */
@media screen and (max-width: 767.98px) {
  .cta_btn_wrapper {
    width: 100%;
    margin-top: 1rem;
    padding: 0 1rem; /* スマホの左右に余白を追加 */
  }

  .inquiry_link.pc {
    display: none;
  }
  
  .inquiry_link.sp {
    display: block;
    font-size: 2rem;
    width: 100%; /* 横幅いっぱいにする */
    box-sizing: border-box; /* パディングを含めて横幅を調整 */
    padding: 15px;
    margin: 10px 0; /* 上下のマージン */
    text-align: center;
    text-decoration: none;
    border-radius: 8px;
  }
}

.cta_link {
  height: 5.7rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1.39rem;
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 49%;
  text-decoration: none;
  border-radius: 0.5rem;
}
.cta_link::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../images/icn_arw.svg) no-repeat center center/cover;
  transform: translateY(-50%);
}

.btn_inq {
  background-color: #61d14a;
  padding-left: 1rem;
  padding-right: 2rem;
}
.btn_inq p {
  text-align: center;
  line-height: 1.2;
}
.btn_inq span {
  display: inline-block;
}

.btn_tel {
  background-color: #EB5E8A;
  align-items: center;
}

.cta_tel_btn_wrapper {
  display: flex;
  align-items: center;
}
.cta_tel_btn_wrapper .tel_num {
  width: 27.2rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .cta_tel_btn_wrapper {
    display: none;
  }
}
.cta_tel_btn_wrapper .tel {
  padding-top: 0.5rem;
  padding-left: 2.5rem;
  border-left: 2px solid #fff;
  margin-left: 2rem;
}
.cta_tel_btn_wrapper .tel p {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-top: 0.5rem;
}

.tel_inquiry_wrapper {
  display: flex;
  align-items: center;
  margin-top: 3rem;
}
@media screen and (max-width: 767.98px) {
  .tel_inquiry_wrapper {
    display: block;
  }
}
.tel_inquiry_wrapper .tel_num {
  width: 30.8rem;
  flex-shrink: 0;
  padding-right: 1rem;
}
.tel_inquiry_wrapper .hour {
  padding-left: 1.1rem;
  font-size: 1.38rem;
  font-weight: bold;
  position: relative;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .tel_inquiry_wrapper .hour {
    display: block;
    text-align: center;
    margin-top: 1rem;
    padding-left: 0;
  }
}
.tel_inquiry_wrapper .hour::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 2px;
  background-color: #3a3939;
  left: 0;
}
@media screen and (max-width: 767.98px) {
  .tel_inquiry_wrapper .hour::before {
    display: none;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	mv
* --------------------------------------------------------------------------------------------------*/
.content_ttl {
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  position: absolute;
  top: 0;
  line-height: 1.4;
  padding: 0 3rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .content_ttl {
    font-size: 1.2rem;
  }
}
.content_ttl .logo {
  position: relative;
  top: 1.2rem;
  display: inline-block;
  width: 13.7rem;
  flex-shrink: 0;
  margin-right: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .content_ttl .logo {
    width: 13.5rem;
  }
}
.content_ttl .txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .content_ttl .txt {
    margin-top: 2.4rem;
  }
}

.mv {
  position: relative;
  background: url("https://placehold.jp/2732x1520.png") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 767.98px) {
  .mv {
    background: url("https://placehold.jp/750x718.png") no-repeat center top;
    background-size: 100% auto;
  }
}

.mv_inner {
  position: relative;
  padding: 13.8rem 0 10.8rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1199px) {
  .mv_inner {
    padding-top: 11.8rem;
    padding-bottom: 5.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .mv_inner {
    padding: 9rem 0 0 0;
  }
}

.mv_content {
  max-width: 110rem;
  margin: 0 auto;
  text-align: center;
}

.mv_ttl {
  margin: 0 auto;
  text-align: center;
}

.mv_btn_wrapper {
  text-align: center;
  grid-area: btn;
  margin-top: 4rem;
}
@media screen and (max-width: 767.98px) {
  .mv_btn_wrapper {
    margin: -3.6rem auto 0 auto;
    width: 92%;
  }
}
.mv_btn_wrapper .btn_wrapper {
  margin-top: 0;
}

/* ----------------------------------------------------------------------------------------------------
*	解決できるお悩み
* --------------------------------------------------------------------------------------------------*/
.worries {
  position: relative;
  padding: 10rem 0 3rem;
}
@media screen and (max-width: 767.98px) {
  .worries {
    padding-top: 5rem;
    padding-bottom: 5rem;
    margin-top: 3rem;
  }
}

.worries_wrap {
  position: relative;
  margin: 4.8rem auto 0 auto;
  max-width: 72.2rem;
  z-index: 3;
}
@media screen and (max-width: 767.98px) {
  .worries_wrap {
    margin: 4rem auto 0 auto;
    max-width: inherit;
  }
}

.worries-box__txt {
  position: relative;
  background: #4c4a49;
  padding: 1.9rem 4.5rem 1.9rem 7.7rem;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .worries-box__txt {
    padding: 1.9rem 2rem 1.9rem 6rem;
  }
}
.worries-box__txt:before {
  position: absolute;
  left: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.2rem;
  display: block;
  content: "";
  background: url("../images/ico_comment.svg") no-repeat center center;
  background-size: 100% auto;
  width: 2.8rem;
  height: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .worries-box__txt:before {
    left: 2rem;
  }
}
.worries-box__txt:after {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -11px;
  display: block;
  content: "";
  margin: 0 auto;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 12px 15px 0 15px;
  border-color: #4c4a49 transparent transparent transparent;
}
.worries-box__txt p {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.13em;
  font-weight: 500;
}
.worries-box__txt02 {
  position: relative;
  background: #f6f5f4;
  padding: 2.5rem 4.5rem 2.5rem 7.7rem;
  box-sizing: border-box;
  z-index: 1;
}
@media screen and (max-width: 767.98px) {
  .worries-box__txt02 {
    padding: 2.5rem 2rem 2.5rem 6rem;
  }
}
.worries-box__txt02:before {
  position: absolute;
  left: 3.5rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../images/ico_checkmark.svg") no-repeat center center;
  background-size: 100% auto;
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767.98px) {
  .worries-box__txt02:before {
    left: 2rem;
  }
}
.worries-box__txt02 p {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.13em;
  font-weight: 700;
}
.worries-box + .worries-box {
  margin-top: 2rem;
}

.worries-img {
  position: relative;
  margin: -18.8rem auto 0 auto;
  max-width: 115.1rem;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .worries-img {
    max-width: inherit;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	ご利用のメリット
* --------------------------------------------------------------------------------------------------*/
.merit {
  padding: 8.2rem 0 0 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .merit {
    padding: 5rem 0 0 0;
  }
}
.merit .lead_txt {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.13em;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .merit .lead_txt {
    font-size: 2.2rem;
  }
}
.merit .lead_txt .line {
  font-size: 130%;
}
.merit .sub_txt {
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.13em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .merit .sub_txt {
    font-size: 1.8rem;
  }
}
.merit .support_box {
  position: relative;
  margin-top: 6.5rem;
  background: url("https://placehold.jp/1442x1098.png"), #FFF;
  background-size: auto 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box {
    background-size: 100% auto;
  }
}
.merit .support_box:before {
  position: absolute;
  left: 0;
  right: 0;
  top: -1.5rem;
  margin: 0 auto;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 35px 75px 0 75px;
  border-color: #EB5E8A transparent transparent transparent;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box:before {
    top: -2.5rem;
  }
}
.merit .support_box__inner {
  width: 59.2rem;
  margin: 0 0 0 auto;
  padding: 9rem 0 6rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box__inner {
    width: 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .merit .support_box .support_box__inner {
    padding-top: 33rem;
  }
}
.merit .support_box .black_box {
  margin-bottom: 2.5rem;
  background: url(""), #111111;
  background-size: 24.6rem 27.5rem;
  background-position: left bottom;
  background-repeat: no-repeat;
  border-top: 7px solid #EB5E8A;
  padding: 4.5rem 4rem 6.5rem 4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box .black_box {
    background-size: 19.6rem 22.5rem;
    padding: 3rem 1rem 4rem 1rem;
  }
}
.merit .support_box .black_box .txt01 {
  font-size: 2.8rem;
  line-height: 1.7857142857;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box .black_box .txt01 {
    text-align: center;
    font-size: 2.2rem;
  }
}
.merit .support_box .black_box .txt02 {
  font-size: 3.8rem;
  line-height: 1.7368421053;
  letter-spacing: 0.02em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box .black_box .txt02 {
    text-align: center;
    font-size: 3.2rem;
  }
}
.merit .support_box .black_box .line {
  background: linear-gradient(180deg, rgba(250, 90, 20, 0) 0%, rgba(250, 90, 20, 0) 87%, rgb(250, 90, 20) 87%, rgb(250, 90, 20) 100%);
  padding-bottom: 0.7rem;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box .black_box .line {
    background: linear-gradient(180deg, rgba(250, 90, 20, 0) 0%, rgba(250, 90, 20, 0) 90%, rgb(250, 90, 20) 90%, rgb(250, 90, 20) 100%);
  }
}
.merit .support_box .black_box .txtsize_large {
  font-size: 140%;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box .black_box .txtsize_large {
    font-size: 130%;
  }
}
.merit .support_box .txt03 {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.6666666667;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .merit .support_box .txt03 {
    font-size: 1.8rem;
  }
}
.merit .support_box .txt03 .txtsize_large {
  font-size: 120%;
}

.white-box {
  position: relative;
  width: 83.6rem;
  margin: 3.5rem auto 2rem auto;
  padding: 4rem 8rem 4.5rem 8rem;
  background: #FFF;
  border: 2px solid #cccccc;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .white-box {
    width: 100%;
    margin: 3rem auto 3rem auto;
    padding: 3rem 2rem 2.5rem 2rem;
  }
}
.white-box:before, .white-box:after {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
}
.white-box:before {
  left: 0;
  border-width: 50px 50px 0 0;
  border-color: #cccccc transparent transparent transparent;
}
@media screen and (max-width: 767.98px) {
  .white-box:before {
    border-width: 5rem 5rem 0 0;
  }
}
.white-box:after {
  right: 0;
  border-width: 0 50px 50px 0;
  border-color: transparent #cccccc transparent transparent;
}
@media screen and (max-width: 767.98px) {
  .white-box:after {
    border-width: 0 5rem 5rem 0;
  }
}
.white-box__ttl {
  position: relative;
  margin: 0 0 3rem 0;
  padding-bottom: 2rem;
  text-align: center;
  font-size: 2.2rem;
  line-height: 1.8181818182;
  letter-spacing: 0.13em;
  font-weight: 700;
  box-sizing: border-box;
}
.white-box__ttl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  display: block;
  content: "";
  background: url("../images/border_merit.png") no-repeat center bottom;
  background-size: 670px 11px;
  width: 100%;
  height: 11px;
}
@media screen and (max-width: 767.98px) {
  .white-box__ttl {
    font-size: 2rem;
  }
}
.white-box__ttl .txtsize_large {
  font-size: 130%;
}

.check_list li {
  position: relative;
  font-size: 1.8rem;
  line-height: 2;
  letter-spacing: 0.13em;
  font-weight: 700;
  padding-left: 3rem;
  box-sizing: border-box;
}
.check_list li:before {
  position: absolute;
  left: 0;
  top: 0.9rem;
  display: block;
  content: "";
  background: url("../images/ico_checkmark02.svg") no-repeat center center;
  background-size: 100% auto;
  width: 2rem;
  height: 2rem;
}

/* ----------------------------------------------------------------------------------------------------
*	選ばれる理由
* --------------------------------------------------------------------------------------------------*/
.reason {
  padding: 9.5rem 0 8.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .reason {
    padding: 5rem 0;
  }
}
.reason .content_inner {
  width: 118rem;
}
@media screen and (max-width: 1180px) {
  .reason .content_inner {
    width: 96%;
  }
}
@media screen and (max-width: 767.98px) {
  .reason .content_inner {
    width: auto;
  }
}
.reason .ttl {
  position: relative;
  z-index: 2;
}
.reason .ttl:after {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../images/txt_reason.svg") no-repeat center center;
  background-size: 100% auto !important;
  width: 39.8rem;
  height: 7.5rem;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .reason .ttl:after {
    width: 33.8rem;
  }
}

.reason_item {
  margin-top: 7.5rem;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  .reason_item {
    margin-top: 5rem;
    display: block;
  }
}
.reason_item:nth-of-type(1) .reasong_ttl {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item:nth-of-type(1) .reasong_ttl {
    margin-top: 0;
  }
}
.reason_item.rev {
  flex-direction: row-reverse;
}
.reason_item.rev .img_wrapper {
  margin-left: 0;
  margin-right: 9.4rem;
}
@media screen and (max-width: 1180px) {
  .reason_item.rev .img_wrapper {
    margin-right: 4%;
  }
}
@media screen and (max-width: 767.98px) {
  .reason_item.rev .img_wrapper {
    margin-right: 0;
  }
}
.reason_item .reasong_ttl {
  position: relative;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.3125;
  letter-spacing: 0.14em;
  padding-left: 2.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .reason_item .reasong_ttl {
    font-size: 2.6rem;
    padding-left: 2.2rem;
    letter-spacing: 0.07em;
  }
}
.reason_item .reasong_ttl:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: #EB5E8A;
  margin-top: 0.5rem;
  width: 0.6rem;
  height: 90%;
}
@media screen and (max-width: 767.98px) {
  .reason_item .reasong_ttl:before {
    height: 96%;
  }
}
.reason_item .num {
  display: block;
  width: auto;
  height: 2.3rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item .num {
    height: 1.9rem;
  }
}
.reason_item .img_wrapper {
  width: 56.2rem;
  flex-shrink: 0;
  margin-left: 9.4rem;
}
@media screen and (max-width: 1180px) {
  .reason_item .img_wrapper {
    width: 48%;
    margin-left: 4%;
  }
}
@media screen and (max-width: 767.98px) {
  .reason_item .img_wrapper {
    width: auto;
    margin-top: 2rem;
    margin-left: 0;
  }
  .reason_item .img_wrapper img {
    width: 100%;
    height: auto;
  }
}
.reason_item .img_wrapper.img-box {
  padding: 2.5rem 3.8rem;
  background: #f9f8f7;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .reason_item .img_wrapper.img-box {
    padding: 2rem 2rem;
  }
}
.reason_item .img_wrapper.img-box .box_ttl {
  position: relative;
  font-size: 2rem;
  line-height: 2.1;
  font-weight: 700;
  letter-spacing: 0.14em;
  padding-left: 1.3rem;
  color: #333;
}
.reason_item .img_wrapper.img-box .box_ttl:before {
  position: absolute;
  left: 0;
  top: 1rem;
  display: block;
  content: "";
  width: 0.4rem;
  height: 2.4rem;
  background: #EB5E8A;
}
.reason_item .img_wrapper.img-box img {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.7rem;
}
.reason_item .img_wrapper.img-box img + .box_ttl {
  margin-top: 2rem;
}
.reason_item .txt_wrapper {
  margin-top: -1.2rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item .txt_wrapper {
    margin-top: 0;
  }
}
.reason_item .txt_wrapper .txt {
  margin-top: 2rem;
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.98px) {
  .reason_item .txt_wrapper .txt {
    margin-top: 2rem;
    font-size: 1.8rem;
  }
}
.reason_item .txt_wrapper .txt + .txt {
  margin-top: 2rem;
}
.reason_item + .reason_item {
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .reason_item + .reason_item {
    margin-top: 4rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	インサイドセールス代行サービスのご紹介
* --------------------------------------------------------------------------------------------------*/
.insidesales .bg_triangle {
  padding: 7rem 0 10rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .insidesales .bg_triangle {
    padding: 5rem 0;
  }
}
.insidesales .content_inner {
  position: relative;
  z-index: 2;
}
.insidesales .ttl {
  position: relative;
  overflow-x: 2;
}
.insidesales .ttl:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  content: "";
  background: url("../images/txt_service.svg") no-repeat center center;
  background-size: 100% auto;
  width: 42.4rem;
  height: 7.5rem;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .insidesales .ttl:after {
    width: 58%;
  }
}
.insidesales .ttl + .heading_txt {
  margin-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .insidesales .heading_txt {
    text-align: left;
  }
}
.insidesales .point_wrap {
  padding: 5rem 0 4rem 0;
  background: url("https://placehold.jp/1046x1288.png"), #f9f8f7;
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 40% auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1446px) {
  .insidesales .point_wrap {
    background-size: auto 100%;
  }
}
@media screen and (max-width: 767.98px) {
  .insidesales .point_wrap {
    padding: 5rem 0 33rem 0;
    background-position: center 96%;
    background-size: 47% auto;
  }
}
.insidesales .point_wrap .point_inner {
  width: 64.8rem;
}
@media screen and (max-width: 767.98px) {
  .insidesales .point_wrap .point_inner {
    width: 100%;
  }
}
.insidesales .point_wrap .point_inner .point__ttl {
  position: relative;
  text-align: center;
  color: #FFF;
  font-size: 2.8rem;
  line-height: 1.4285714286;
  font-weight: 700;
  letter-spacing: 0.06em;
  background: #EB5E8A;
  padding: 0.7rem 1rem 0.8rem 1rem;
  margin-bottom: 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .insidesales .point_wrap .point_inner .point__ttl {
    font-size: 2.2rem;
    padding: 1.2rem 1rem 1.2rem 1rem;
  }
}
.insidesales .point_wrap .point_inner .point__ttl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.8rem;
  margin: 0 auto;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #EB5E8A transparent transparent transparent;
}
.insidesales .point_wrap .point_inner .point__list li {
  position: relative;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  border-bottom: 2px solid #e4e1dd;
  color: #3a3939;
  padding: 1.2rem 0 1.7rem 5.4rem;
  box-sizing: border-box;
}
.insidesales .point_wrap .point_inner .point__list li:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 767.98px) {
  .insidesales .point_wrap .point_inner .point__list li {
    position: relative;
    font-size: 1.6rem;
    padding: 1.4rem 0 1.4rem 5rem;
  }
}
.insidesales .point_wrap .point_inner .point__list li .num {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3.9rem;
}
@media screen and (max-width: 767.98px) {
  .insidesales .point_wrap .point_inner .point__list li .num {
    position: absolute;
    left: 0;
    top: 54%;
    transform: translateY(-50%);
    margin-right: 0;
  }
}
.insidesales .point_wrap .point_inner .point__list li:nth-of-type(1) .num {
  width: 3.4rem;
}
.insidesales .point_wrap .point_inner .point__list li:nth-of-type(4) .num {
  width: 4rem;
}

.insidesales_box {
  width: 100rem;
  margin: 3rem auto 0 auto;
}
@media screen and (max-width: 767.98px) {
  .insidesales_box {
    width: 100%;
  }
}
.insidesales_box .box {
  display: flex;
  justify-content: center;
  padding: 5.6rem 5.3rem 4.7rem 5.3rem;
  background: #f9f8f7;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .insidesales_box .box {
    display: block;
    padding: 3.5rem 2rem 4rem 2rem;
  }
}
.insidesales_box .box__txt {
  box-sizing: border-box;
}
.insidesales_box .box__txt .num {
  display: block;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767.98px) {
  .insidesales_box .box__txt .num {
    margin-bottom: 1rem;
  }
}
.insidesales_box .box__txt p {
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .insidesales_box .box__txt p {
    font-size: 2rem;
  }
}
.insidesales_box .box__txt .txtsize_small {
  margin-top: 1rem;
  font-size: 1.8rem;
  line-height: 1.8888888889;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 767.98px) {
  .insidesales_box .box__txt .txtsize_small {
    font-size: 1.6rem;
  }
}
.insidesales_box .box__txt .subimg {
  margin-top: 2rem;
  width: 42rem;
  border-radius: 0.7rem;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 767.98px) {
  .insidesales_box .box__txt .subimg {
    width: 100%;
  }
}
.insidesales_box .box__img {
  width: 34rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .insidesales_box .box__img {
    margin-top: 3rem;
    width: 100%;
  }
}
.insidesales_box .box.-reverse {
  flex-direction: row-reverse;
}
.insidesales_box .box.-reverse .box__txt {
  padding-left: 5.8rem;
  padding-right: 0;
}
@media screen and (max-width: 767.98px) {
  .insidesales_box .box.-reverse .box__txt {
    padding-left: 2rem;
  }
}
.insidesales_box .box + .box {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767.98px) {
  .insidesales_box .box + .box {
    margin-top: 3rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	主な対応業務
* --------------------------------------------------------------------------------------------------*/
.business {
  position: relative;
  margin-top: -0.2rem;
  padding: 7.7rem 0 8rem 0;
  background: #FFF;
  box-sizing: border-box;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .business {
    padding: 7.2rem 0;
  }
}

.business_wrap {
  margin-top: 6rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 6rem 6rem;
}
@media screen and (max-width: 767.98px) {
  .business_wrap {
    margin-top: 5rem;
    display: block;
  }
}
.business_wrap .box {
  width: calc((100% - 6rem) / 2);
}
@media screen and (max-width: 767.98px) {
  .business_wrap .box {
    width: 100%;
  }
  .business_wrap .box + .box {
    margin-top: 5rem;
  }
}
.business_wrap .box__ttl {
  font-size: 2.6rem;
  line-height: 1.3846153846;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin-bottom: 1.7rem;
}
@media screen and (max-width: 767.98px) {
  .business_wrap .box__ttl {
    font-size: 2.1rem;
  }
}
.business_wrap .box__ttl span {
  position: relative;
  display: inline-block;
  padding-left: 8rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .business_wrap .box__ttl span {
    padding-left: 6rem;
  }
}
.business_wrap .box__ttl span:before {
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  content: "";
  background: url("../images/ico_checkmark03.svg") no-repeat center center;
  background-size: 100% auto;
  width: 5rem;
  height: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .business_wrap .box__ttl span:before {
    left: 0.5rem;
    width: 4rem;
    height: 3.8rem;
  }
}
.business_wrap .box__img {
  margin: 0;
  padding: 0;
}
.business_wrap .box__img img {
  display: block;
}
.business_wrap .box__caption {
  background: url("../images/bg_blackbox.png"), #EB5E8A;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 10rem 11.2rem;
  padding: 1.2rem 1rem 1.6rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .business_wrap .box__caption {
    background-size: 9rem 10.2rem;
  }
}
.business_wrap .box__caption p {
  text-align: center;
  color: #FFF;
  font-size: 3rem;
  line-height: 1.4;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .business_wrap .box__caption p {
    font-size: 2.5rem;
  }
}

.aiming_wrap {
  background: url("https://placehold.jp/2732x990.png") no-repeat center center;
  background-size: cover;
  padding: 11.2rem 0 9.5rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .aiming_wrap {
    padding: 6rem 0 6rem 0;
  }
}
.aiming_wrap .aiming_ttl {
  font-size: 5.2rem;
  line-height: 1.3076923077;
  letter-spacing: 0.13em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .aiming_wrap .aiming_ttl {
    font-size: 3.2rem;
  }
}
.aiming_wrap .aiming_ttl .line03:nth-of-type(1) {
  margin-bottom: 1rem;
}
@media screen and (max-width: 767.98px) {
  .aiming_wrap .aiming_ttl .line03:nth-of-type(2) {
    margin-bottom: 1rem;
  }
  .aiming_wrap .aiming_ttl .line03.sp {
    display: inline-block;
  }
}
.aiming_wrap .lead_txt {
  margin-top: 2.5rem;
  font-size: 3rem;
  line-height: 1.8333333333;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .aiming_wrap .lead_txt {
    margin-top: 2rem;
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	安心してご利用いただくために…
* --------------------------------------------------------------------------------------------------*/
.safe_support {
  padding: 8.5rem 0 12rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .safe_support {
    padding: 5rem 0;
  }
}
.safe_support__ttl {
  position: relative;
  text-align: center;
  font-size: 3.2rem;
  line-height: 1.25;
  font-weight: 700;
  letter-spacing: 0.06em;
  color: #FFF;
  background: #EB5E8A;
  padding: 1rem 1rem 1.7rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .safe_support__ttl {
    font-size: 2.6rem;
    padding: 1rem 0.5rem 1.7rem 0.5rem;
  }
}
.safe_support__ttl:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.8rem;
  margin: 0 auto;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 18px 9px 0 9px;
  border-color: #EB5E8A transparent transparent transparent;
}
.safe_support .box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row-reverse;
  background: #fffae6;
  padding: 3rem 5rem 2.5rem 8.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .safe_support .box {
    display: block;
    padding: 3rem 2rem 2.5rem 2rem;
  }
}
.safe_support .box__img {
  width: 35.5rem;
}
@media screen and (max-width: 767.98px) {
  .safe_support .box__img {
    width: 80%;
    margin: 2rem auto 0 auto;
  }
}
.safe_support .box__txt {
  width: calc(100% - 35.5rem);
  padding-left: 4.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .safe_support .box__txt {
    width: 100%;
    padding-left: 0;
  }
}
.safe_support .box__txt p {
  font-size: 2.4rem;
  line-height: 2.0833333333;
  font-weight: 700;
  letter-spacing: 0.09em;
}
@media screen and (max-width: 767.98px) {
  .safe_support .box__txt p {
    font-size: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	導入効果
* --------------------------------------------------------------------------------------------------*/
.benefits {
  padding: 7rem 0 11rem 0;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .benefits {
    padding: 5rem 0;
  }
}
.benefits .box_wrap {
  margin-top: 5.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem 4rem;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap {
    margin-top: 5rem;
    display: block;
  }
}
.benefits .box_wrap .box {
  width: calc((100% - 4rem) / 2);
  background: #FFF;
  padding: 3rem 2.5rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap .box {
    width: 100%;
    padding: 2.2rem 2rem;
  }
  .benefits .box_wrap .box + .box {
    margin-top: 3rem;
  }
}
.benefits .box_wrap .box__img {
  margin: 0 auto 0.5rem auto;
  text-align: center;
  width: 4.4rem;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap .box__img {
    width: 5.4rem;
  }
}
.benefits .box_wrap .box__ttl {
  font-size: 2.4rem;
  line-height: 2.0833333333;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap .box__ttl {
    font-size: 2rem;
    line-height: 1.9;
    margin-bottom: 0.5rem;
  }
}
.benefits .box_wrap .box__txt {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap .box__txt {
    font-size: 1.6rem;
  }
}
.benefits .box_wrap .box:nth-of-type(1) .box__img {
  width: 3.4rem;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap .box:nth-of-type(1) .box__img {
    width: 4.4rem;
  }
}
.benefits .box_wrap .box:nth-of-type(2) .box__img {
  width: 4.8rem;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap .box:nth-of-type(2) .box__img {
    width: 5.8rem;
  }
}
.benefits .box_wrap .box:nth-of-type(3) .box__img {
  width: 4.2rem;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap .box:nth-of-type(3) .box__img {
    width: 5.2rem;
  }
}
.benefits .box_wrap .box:nth-of-type(6) .box__img {
  width: 4.7rem;
}
@media screen and (max-width: 767.98px) {
  .benefits .box_wrap .box:nth-of-type(6) .box__img {
    width: 5.7rem;
  }
}

.made_to_order.flex {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .made_to_order.flex {
    display: block;
    margin-top: 5rem;
  }
}
.made_to_order.flex .flex__txt {
  width: calc(100% - 31.1rem);
  padding-left: 4rem;
  box-sizing: border-box;
  margin-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  .made_to_order.flex .flex__txt {
    width: 100%;
    padding-left: 0;
  }
}
.made_to_order.flex .flex__txt .lead_txt {
  font-size: 3.2rem;
  line-height: 1.625;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .made_to_order.flex .flex__txt .lead_txt {
    font-size: 2.8rem;
  }
}
.made_to_order.flex .flex__txt .sub_txt {
  margin-top: 1.2rem;
  font-size: 2.4rem;
  line-height: 2.0833333333;
  letter-spacing: 0.09em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .made_to_order.flex .flex__txt .sub_txt {
    font-size: 1.8rem;
  }
}
.made_to_order.flex .flex__img {
  width: 31.1rem;
}
@media screen and (max-width: 767.98px) {
  .made_to_order.flex .flex__img {
    width: 80%;
    margin: 2rem auto 0 auto;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	料金案内
* --------------------------------------------------------------------------------------------------*/
.charge {
  padding: 7.5rem 0 7rem;
}
@media screen and (max-width: 767.98px) {
  .charge {
    padding-top: 5rem;
  }
}

.cahrge_img {
  width: 68.8rem;
  margin: 5.5rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .cahrge_img {
    width: auto;
    margin-top: 3rem;
  }
}

.charge_block {
  margin-top: 3rem;
}

.charge_list {
  display: flex;
  justify-content: center;
  gap: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  .charge_list {
    flex-wrap: wrap;
    gap: 1.2rem 1.2rem;
  }
}

.cahrge_item {
  width: 21.4rem;
  text-align: center;
  background: #FFF;
  padding: 2rem 0;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .cahrge_item {
    width: calc((100% - 1.2rem) / 2);
  }
}
.cahrge_item .icn {
  display: block;
  width: 15.9rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .cahrge_item .icn {
    width: 80%;
  }
}
.cahrge_item .txt {
  margin-top: 1rem;
  font-size: 1.9rem;
  font-weight: 700;
  letter-spacing: 0.11em;
  line-height: 1.5789473684;
  color: #EB5E8A;
}
@media screen and (max-width: 767.98px) {
  .cahrge_item .txt {
    font-size: 1.8rem;
  }
}

.note {
  margin-top: 1.2rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2.1875;
  letter-spacing: 0.11em;
  color: #666666;
}
@media screen and (max-width: 767.98px) {
  .note {
    display: block;
    text-align: left;
    padding-left: 2rem;
    font-size: 1.4rem;
  }
}

.obsession {
  padding: 4rem;
  width: 103.2rem;
  margin: 4.5rem auto 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .obsession {
    display: block;
    width: calc(100% - 4rem);
    padding: 3rem 2rem 3rem 2rem;
  }
}
.obsession .img_wrapper {
  width: 39.3rem;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .obsession .img_wrapper {
    width: 80%;
    margin: 3rem auto 0;
  }
}

.obsession_body {
  flex-grow: 1;
  padding-left: 3.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .obsession_body {
    padding-left: 0;
  }
}
.obsession_body .txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.08em;
  font-weight: 700;
}
@media screen and (max-width: 767.98px) {
  .obsession_body .txt {
    font-size: 1.8rem;
    line-height: 1.6;
  }
}

.obsession_ttl span {
  position: relative;
  background-color: #EB5E8A;
  text-align: center;
  display: block;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  padding: 1rem 1rem 1.1rem 1rem;
}
@media screen and (max-width: 767.98px) {
  .obsession_ttl span {
    display: block;
    padding: 1rem 0.5rem 1.7rem 0.5rem;
    font-size: 2.6rem;
  }
}
.obsession_ttl span:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.1rem;
  margin: 0 auto;
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 11px 7px 0 7px;
  border-color: #EB5E8A transparent transparent transparent;
}

.obsession_inner_ttl {
  font-size: 3.2rem;
  line-height: 1.3125;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin-top: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .obsession_inner_ttl {
    margin-top: 3rem;
    font-size: 2.4rem;
  }
}
.obsession_inner_ttl + .txt {
  margin-top: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .obsession_inner_ttl + .txt {
    margin-top: 1.2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	他サービスとの比較
* --------------------------------------------------------------------------------------------------*/
.comparison {
  position: relative;
  margin-top: -0.3rem;
  padding: 7.3rem 0 10.4rem 0;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  .comparison {
    padding: 5.3rem 0 7rem 0;
  }
}

.comparison_table {
  max-width: 88rem;
  margin: 5.5rem auto 0;
  border-spacing: 2px 0;
}
@media screen and (max-width: 767.98px) {
  .comparison_table {
    max-width: inherit;
    margin: 5rem auto 0;
  }
}
.comparison_table td {
  width: 26.568627451%;
  background-color: #f6f5f4;
  padding: 2.8rem 1rem 2.8rem 1rem;
  vertical-align: middle;
}
@media screen and (max-width: 767.98px) {
  .comparison_table td {
    font-size: 1.14rem;
    padding: 1rem 0.5rem;
    letter-spacing: 0.05em;
  }
}
.comparison_table td:nth-of-type(1) {
  background: #fff9e1;
}
.comparison_table td p {
  margin-top: 1rem;
  font-size: 1.6rem;
  line-height: 1.625;
  letter-spacing: 0.02em;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .comparison_table td p {
    font-size: 1.14rem;
  }
}
.comparison_table .icn {
  margin: 0 auto;
  text-align: center;
  display: block;
}
.comparison_table .icn.-circle {
  width: 4.4rem;
  height: 4.5rem;
}
@media screen and (max-width: 767.98px) {
  .comparison_table .icn.-circle {
    width: 2.3rem;
    height: 2.4rem;
  }
}
.comparison_table .icn.-cross {
  width: 4.2rem;
  height: 4.1rem;
}
@media screen and (max-width: 767.98px) {
  .comparison_table .icn.-cross {
    width: 2.1rem;
    height: 2rem;
  }
}
.comparison_table .icn.-triangle {
  width: 4.8rem;
  height: 4.3rem;
}
@media screen and (max-width: 767.98px) {
  .comparison_table .icn.-triangle {
    width: 2.9rem;
    height: 2.2rem;
  }
}
.comparison_table .icn img {
  vertical-align: bottom;
}

.table_heading {
  background-color: #999999;
  font-size: 2.4rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.022em;
  text-align: center;
  color: #fff;
  padding: 1.2rem 1rem 1.4rem 1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .table_heading {
    font-size: 1.5rem;
    padding: 0.6rem 0;
  }
}

.row_service th {
  height: 10rem;
  vertical-align: bottom;
}
@media screen and (max-width: 767.98px) {
  .row_service th {
    height: 6rem;
  }
}

.comparison_ttl {
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  display: grid;
  place-content: center;
}
@media screen and (max-width: 767.98px) {
  .comparison_ttl {
    font-size: 1.5rem;
  }
}

.service01 {
  position: relative;
  height: 100%;
  font-size: 3rem;
  background-color: #EB5E8A;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .service01 {
    font-size: 1.7rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}
.service01:after {
  position: absolute;
  right: -2px;
  top: 0;
  display: block;
  content: "";
  width: 20px;
  height: 100%;
  background: #EB5E8A;
  border-radius: 1rem 1rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .service01:after {
    width: 2rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }
}

.service02 {
  height: 70%;
  background-color: #333333;
}

.service03 {
  height: 70%;
  background-color: #666666;
}

/* ----------------------------------------------------------------------------------------------------
*	お客様インタビュー
* --------------------------------------------------------------------------------------------------*/
.interview {
  padding: 7.5rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .interview {
    padding: 5rem 0;
  }
}
.interview .ttl {
  margin-bottom: 5rem;
}

.interview_box {
  display: flex;
  background: #FFF;
  padding: 3.8rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.7rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .interview_box {
    flex-direction: column-reverse;
    padding: 3rem;
  }
}
.interview_box .box__txt {
  width: calc(100% - 31.1rem);
  padding-right: 3.4rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .interview_box .box__txt {
    width: 100%;
    padding-right: 0;
  }
}
.interview_box .box__txt .title {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  min-height: 8rem;
  font-size: 2.2rem;
  line-height: 1.4545454545;
  letter-spacing: 0.14em;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-left: 10rem;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .interview_box .box__txt .title {
    font-size: 2rem;
    padding-bottom: 1.2rem;
    margin-bottom: 1.2rem;
  }
}
.interview_box .box__txt .title .orange {
  position: absolute;
  left: 0;
  top: 43%;
  transform: translateY(-50%);
  display: inline-block;
  margin-right: 1rem;
  padding: 0.5rem 0.9rem 0.9rem 1.1rem;
  text-align: center;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 2.3333333333;
  letter-spacing: 0.14em;
  font-weight: 700;
  background: #EB5E8A;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .interview_box .box__txt .title .orange {
    font-size: 1.6rem;
    padding: 0.6rem 1rem;
  }
}
.interview_box .box__txt .text {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.05em;
  font-weight: 500;
}
.interview_box .box__img {
  width: 31.1rem;
}
@media screen and (max-width: 767.98px) {
  .interview_box .box__img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.interview_box.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767.98px) {
  .interview_box.reverse {
    flex-direction: column-reverse;
  }
}
.interview_box.reverse .box__txt {
  padding-right: 0;
  padding-left: 4.2rem;
}
@media screen and (max-width: 767.98px) {
  .interview_box.reverse .box__txt {
    padding-left: 0;
  }
}
.interview_box + .interview_box {
  margin-top: 3.8rem;
}
@media screen and (max-width: 767.98px) {
  .interview_box + .interview_box {
    margin-top: 3rem;
  }
}

.mac .interview_box .box__txt {
  padding-right: 3.4rem;
}
@media screen and (max-width: 767.98px) {
  .mac .interview_box .box__txt {
    padding-right: 0;
  }
}

.mac .interview_box.reverse .box__txt {
  padding-right: 0;
  padding-left: 3.4rem;
}
@media screen and (max-width: 767.98px) {
  .mac .interview_box.reverse .box__txt {
    padding-left: 0;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	FAQ
* --------------------------------------------------------------------------------------------------*/
.faq {
  padding: 10.5rem 0 10rem;
}
@media screen and (max-width: 767.98px) {
  .faq {
    padding: 5rem 0;
  }
}
.faq .ttl {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  .faq .ttl {
    margin-bottom: 3.7rem;
  }
}
.faq .ttl:after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -6.5rem;
  display: block;
  content: "";
  background: url("") no-repeat center center;
  background-size: 100% auto !important;
  width: 76.4rem;
  height: 17.7rem;
}
@media screen and (max-width: 767.98px) {
  .faq .ttl:after {
    top: -0.8rem;
    width: 100%;
    height: 11rem;
    background: url("../images/img_faq_sp.png") no-repeat center center;
  }
}

.faq_ttl_wrapper {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-bottom: 5.8rem;
}
@media screen and (max-width: 767.98px) {
  .faq_ttl_wrapper {
    align-items: center;
    padding-bottom: 2rem;
  }
}
.faq_ttl_wrapper .ill {
  flex-shrink: 0;
  margin-bottom: -4rem;
}
@media screen and (max-width: 767.98px) {
  .faq_ttl_wrapper .ill {
    margin-bottom: 0;
  }
}
.faq_ttl_wrapper .ill01 {
  width: 10.7rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  .faq_ttl_wrapper .ill01 {
    margin-right: 2rem;
    width: 4rem;
  }
}
.faq_ttl_wrapper .ill02 {
  width: 9.9rem;
  margin-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  .faq_ttl_wrapper .ill02 {
    margin-left: 2rem;
    width: 4rem;
  }
}

.faq_block {
  background-color: #f9f8f7;
  padding: 2.9rem 3rem;
  width: 94.6rem;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .faq_block {
    width: 100%;
    padding: 2rem 1rem 2rem 2rem;
  }
}
.faq_block:first-of-type {
  margin-top: 0;
}
.faq_block + .faq_block {
  margin-top: 3rem;
}

.faq_row {
  display: flex;
}
.faq_row .icn {
  flex-shrink: 0;
  width: 2.9rem;
  display: inline-block;
  margin-right: 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .faq_row .icn {
    margin-right: 1.2rem;
  }
}

.faq_question {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 767.98px) {
  .faq_question {
    margin-bottom: 1.2rem;
  }
}
.faq_question .icn {
  position: relative;
  top: 0.8rem;
}
@media screen and (max-width: 767.98px) {
  .faq_question .icn {
    top: 0;
  }
}
.faq_question .txt {
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.14em;
  font-weight: 700;
  padding-bottom: 1.5rem;
}
@media screen and (max-width: 767.98px) {
  .faq_question .txt {
    font-size: 1.8rem;
    line-height: 1.5555555556;
  }
}

.faq_answer {
  margin-top: 0.8rem;
}
.faq_answer .icn {
  margin-top: 0rem;
}
.faq_answer .txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .faq_answer .txt {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	流れ
* --------------------------------------------------------------------------------------------------*/
.flow {
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .flow {
    padding: 5rem 0 7rem 0;
  }
}

.flow_list {
  max-width: 74.4rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .flow_list {
    margin-top: 5rem;
    max-width: inherit;
  }
}
.flow_list .num {
  height: 5.8rem;
  margin-right: 4rem;
}
@media screen and (max-width: 767.98px) {
  .flow_list .num {
    position: absolute;
    top: 2.3rem;
    left: 2.3rem;
    margin-right: 0;
    height: 4rem;
  }
}

.flow_inner {
  width: 52.9rem;
}
@media screen and (max-width: 767.98px) {
  .flow_inner {
    display: block;
    width: 100%;
  }
}

@media screen and (max-width: 767.98px) {
  .flow_ttl_wrapper {
    text-align: center;
    border: none;
    width: auto;
    justify-content: center;
  }
}

.flow_ttl {
  font-size: 2.2rem;
  line-height: 1.9090909091;
  letter-spacing: 0.14em;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 1rem;
  margin-bottom: 1.5rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .flow_ttl {
    flex-grow: 0;
  }
}

.flow_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #fff;
  padding: 2.5rem 6rem 2.5rem 3.8rem;
  margin-bottom: 4rem;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  border-radius: 0.7rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .flow_item {
    padding: 2.5rem;
    margin-bottom: 5rem;
  }
}
.flow_item:last-of-type {
  margin-bottom: 0;
}
.flow_item:last-of-type::after {
  display: none;
}
.flow_item::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #EB5E8A transparent transparent transparent;
}

@media screen and (max-width: 767.98px) {
  .flow_body {
    padding: 0 2rem;
  }
}
.flow_body .txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .flow_body .txt {
    font-size: 1.8rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	インサイドセールスの外注をご検討中の方へ
* --------------------------------------------------------------------------------------------------*/
.consider {
  padding: 8rem 0 10rem;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .consider {
    padding: 5rem 0 7rem 0;
  }
}
.consider .content_inner {
  position: relative;
  z-index: 2;
}
.consider .flex {
  display: flex;
  margin-top: 4.7rem;
}
@media screen and (max-width: 767.98px) {
  .consider .flex {
    margin-top: 5rem;
    display: block;
  }
}
.consider .flex__img {
  width: 66rem;
  margin-left: -13.7rem;
}
@media screen and (max-width: 767.98px) {
  .consider .flex__img {
    width: 100%;
    margin-left: auto;
  }
}
.consider .flex__txt {
  width: calc(100% - 52.3rem);
  padding-left: 6.1rem;
  box-sizing: border-box;
}
@media screen and (max-width: 767.98px) {
  .consider .flex__txt {
    width: 100%;
    padding-left: 0;
    margin-top: 2rem;
  }
}
.consider .flex__txt .txt {
  font-size: 1.6rem;
  line-height: 1.5625;
  letter-spacing: 0.07em;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .consider .flex__txt .txt {
    font-size: 1.8rem;
  }
}
.consider .flex__txt .txt + .txt {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767.98px) {
  .consider .flex__txt .txt + .txt {
    margin-top: 2rem;
  }
}

/* ----------------------------------------------------------------------------------------------------
*	フォーム
* --------------------------------------------------------------------------------------------------*/
.contact {
  padding: 10rem 0;
}
@media screen and (max-width: 767.98px) {
  .contact {
    padding: 5rem 0;
  }
}
.contact a {
  color: #3a3939;
  text-decoration: none;
}
.contact a:hover {
  text-decoration: underline;
}
.contact .btn_wrapper {
  max-width: 43rem;
}
.contact .btn_wrapper .btn {
  min-height: 6.5rem;
}
.contact .btn_wrapper .link {
  font-size: 2.4rem;
  color: #FFF;
}
.contact .btn_wrapper .back {
  display: inline-block;
  margin-top: 4rem;
  font-size: 1.8rem;
  color: currentColor;
  text-decoration: underline;
}
@media (any-hover) {
  .contact .btn_wrapper .back {
    transition: 0.3s;
  }
  .contact .btn_wrapper .back:hover {
    opacity: 0.7;
  }
}

.form_content {
  max-width: 91rem;
  margin: 6rem auto 0;
}
@media screen and (max-width: 767.98px) {
  .form_content {
    margin-top: 2rem;
  }
}

.field {
  display: flex;
  border: none;
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 5.8rem;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .field {
    display: block;
  }
}

.field + .field {
  margin-top: 1.7rem;
}

.label {
  width: 21.7rem;
  cursor: text;
  display: flex;
  font-size: 1.8rem;
  font-weight: bold;
  align-items: center;
  padding-top: 1rem;
}
@media screen and (max-width: 767.98px) {
  .label {
    min-height: inherit;
    align-items: flex-start;
    margin-bottom: 1rem;
    padding-top: 0;
  }
}

.required {
  display: inline-block;
  font-size: 1.2rem;
  padding: 0rem 1rem 0.2rem 1rem;
  background-color: #EB5E8A;
  margin-right: 0.8rem;
  color: #fff;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .required {
    position: relative;
    top: 0.4rem;
  }
}

.label_container {
  width: 24.6rem;
}

.content_container {
  flex-grow: 1;
}
.content_container .input_area p {
  padding: 1.4rem 0;
  font-size: 1.8rem;
}

.input {
  font-size: 1.8rem;
  width: 100%;
  background-color: #f6f5f4;
  height: 100%;
  padding: 1.4rem 2rem 2rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .input {
    font-size: 16px;
  }
}

.textarea {
  min-height: 23rem;
  padding: 1rem 2rem;
}

.radio_list {
  display: flex;
  gap: 0 4rem;
  padding: 1rem 0;
}
.radio_list li {
  font-size: 1.8rem;
  box-sizing: border-box;
}

::-moz-placeholder {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #999;
}

::placeholder {
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #999;
}

.agree {
  margin-top: 5.2rem;
}
@media screen and (max-width: 767.98px) {
  .agree {
    margin-top: 3rem;
  }
}
.agree .label {
  width: auto;
  display: flex;
  justify-content: center;
}

.checkbox_content {
  display: block;
  margin: 0 auto;
  text-align: center;
}

.check_txt {
  font-size: 1.8rem;
  font-weight: bold;
}

.btn_wrapper {
  max-width: 61.2rem;
  margin: 6.5rem auto 0;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .btn_wrapper {
    max-width: inherit;
    margin-top: 3rem;
  }
}

input[type=checkbox],
input[type=radio] {
  visibility: hidden;
  width: 1px;
}

input + .check_txt {
  display: inline-block;
  position: relative;
  padding-left: 3.6rem;
  cursor: pointer;
}

/* inputの位置と枠　*/
input + .check_txt:before {
  display: block;
  position: absolute;
  content: "";
}

input[type=checkbox] + .check_txt:before {
  top: 50%;
  left: 0;
  width: 2.6rem;
  height: 2.6rem;
  transform: translateY(-50%);
  background-color: #f6f5f4;
}

/*　チェックマーク　*/
input[type=checkbox]:checked + .check_txt:after {
  display: block;
  position: absolute;
  top: 40%;
  left: 0.9rem;
  width: 0.8rem;
  height: 1.5rem;
  border-right: 2px solid #3a3939;
  border-bottom: 2px solid #3a3939;
  transform: translateY(-50%) rotate(45deg);
  content: "";
}

input[type=radio] + .check_txt:before {
  margin-top: 0.2rem;
  top: 50%;
  left: 0;
  width: 2.2rem;
  height: 2.2rem;
  border-radius: 100%;
  transform: translateY(-50%);
  border: 1px solid #111111;
}

/* ラジオボタンのチェック　*/
input[type=radio]:checked + .check_txt:after {
  display: block;
  position: absolute;
  top: 1.05rem;
  left: 0.6rem;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 100%;
  background-color: #111111;
  content: "";
}

.sns-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 20px;
}

.sns-icon {
  font-size: 3rem; /* アイコンのサイズ */
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.sns-icon:hover {
  transform: scale(1.1);
}

/* 各SNSのブランドカラー設定 */
.facebook {
  color: #1877F2; /* Facebookブルー */
}
.instagram {
  color: #E4405F; /* Instagramピンク */
}
.twitter {
  color: #1DA1F2; /* Twitterブルー */
}
.youtube {
  color: #FF0000; /* YouTubeレッド */
}
.linkedin {
  color: #0077B5; /* LinkedInブルー */
}
.line {
  font-size: 3rem;
  transition: transform 0.3s ease, opacity 0.3s ease;
  text-decoration: none; /* 下線を消す */
  color: #00C300; /* LINEのブランドカラー */
}

@media (max-width: 768px) {
  .sns-icons {
      gap: 15px;
  }
  .sns-icon {
      font-size: 2.5rem;
  }
}


.sns-icon:focus,
.sns-icon:active,
.sns-icon:hover {
  text-decoration: none; /* フォーカス時やホバー時も下線を消す */
}





/* ----------------------------------------------------------------------------------------------------
*	フッター
* --------------------------------------------------------------------------------------------------*/
.footer_upper {
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 3rem 2.4rem 3rem;
  box-sizing: content-box;
}
@media screen and (max-width: 767.98px) {
  .footer_upper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.footer_company {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .footer_company {
    display: block;
  }
}

.company_name {
  font-size: 1.6rem;
  margin-left: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .company_name {
    margin-top: 1rem;
  }
}

.pp_mark {
  margin-left: 2rem;
  width: 7rem;
}
@media screen and (max-width: 767.98px) {
  .pp_mark {
    width: 8rem;
    margin-left: auto;
  }
}

.footer_logo {
  width: 15.1rem;
}

.footer_bottom {
  background-color: #111111;
  padding: 2rem 0;
}

.footer_bottom_inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: content-box;
  flex-direction: row-reverse;
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767.98px) {
  .footer_bottom_inner {
    display: block;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.copyright {
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .copyright {
    text-align: center;
    margin-top: 2rem;
    font-size: 0.9rem;
  }
}

.footer_nav {
  font-size: 1.4rem;
}

.footer_nav_list {
  display: flex;
}

.footer_nav_item {
  position: relative;
}
.footer_nav_item::after {
  content: "";
  position: absolute;
  right: 0;
  height: 100%;
  width: 1px;
  background-color: #3a3939;
}
.footer_nav_item:last-of-type::after {
  display: none;
}

.footer_nav_link {
  color: currentColor;
  text-decoration: none;
  display: inline-block;
  padding: 0 2rem;
}

/* ----------------------------------------------------------------------------------------------------
*	確認画面
* --------------------------------------------------------------------------------------------------*/
.confirm .header_content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.confirm .content_ttl {
  position: static;
}
.confirm .form {
  padding-top: 10rem;
}
.confirm .label {
  padding: 0;
}
@media screen and (max-width: 767.98px) {
  .confirm .content_container {
    min-height: inherit;
  }
}
.confirm .content_container p {
  padding: 0;
}

.thanks {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.thanks .header_content {
  padding-left: 2rem;
  padding-right: 2rem;
}
.thanks .content_ttl {
  position: relative;
  width: 100%;
}
.thanks .contact {
  flex-grow: 1;
}

span.error {
  color: red;
  font-size: 1.4rem;
  font-weight: bold;
}