html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  box-sizing: border-box;
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
  border: none;
  border-radius: 0;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]:focus,
input[type=button]:focus {
  outline-offset: -2px;
}

* {
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.06em;
  line-height: 1.2em;
}

html,
body {
  max-width: 100vw;
  overflow: clip visible;
  background-color: #ffffff;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
}

button {
  cursor: pointer;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
}

@media screen and (min-width: 836px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (min-width: 701px) and (max-width: 835px) {
  .tab_none {
    display: none !important;
  }
}

@media screen and (max-width: 700px) {
  .sp_none {
    display: none !important;
  }
}

a,
button,
input {
  cursor: pointer !important;
}

.sec_title {
  font-size: 40px;
  line-height: 1.1em;
  font-weight: bold;
  color: #3C435C;
}

.sec_title_jp {
  font-size: 24px;
  line-height: 1.1em;
  font-weight: bold;
  color: #3C435C;
}

html {
  scroll-padding-top: 130px;
}

header {
  position: fixed;
  padding: 20px 0;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  z-index: 9999;
  width: 100%;
}
header .header_sp {
  display: none;
}
header .header_pc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1350px;
  margin: 0 auto;
}
header .header_pc .header_logo {
  display: block;
  width: fit-content;
}
header .header_pc .header_logo > img {
  width: 180px;
  height: auto;
  display: block;
}
header .header_pc nav {
  background-color: #ffffff;
  width: 1000px;
  height: 60px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header_pc nav ul {
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_pc nav ul li a {
  font-size: 14px;
  color: #000000;
  font-family: "Noto Sans JP", sans-serif;
}
header .header_pc nav ul li:last-of-type a {
  padding: 10px 20px;
  font-weight: bold;
  color: #ffffff;
  background-color: #ED7700;
  border-radius: 30px;
}

.fv {
  width: 100%;
  background-image: url("../images/BG_01.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 121px 0 98px;
}
.fv .fv_pc {
  display: flex;
  flex-direction: column;
}
.fv .fv_pc .fv_inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1200px;
  margin: 0 auto;
}
.fv .fv_pc .fv_inner > ul {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  align-items: flex-start;
}
.fv .fv_pc .fv_inner > ul li:first-of-type {
  font-size: 16px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  color: #878787;
}
.fv .fv_pc .fv_inner > ul li img {
  width: 636px;
  height: auto;
}
.fv .fv_pc .fv_inner > ul li:last-of-type {
  font-size: 20px;
  line-height: 1.4em;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
.fv .fv_pc .fv_inner .scroll_icon {
  width: 20px;
  height: auto;
  animation: scrollMove 3s ease-in-out infinite;
}
@keyframes scrollMove {
  0% {
    transform: translateY(0);
    opacity: 0.7;
  }
  50% {
    transform: translateY(10px);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 0.7;
  }
}
.fv .fv_pc > img {
  width: 1100px;
  margin: -30px auto 0;
}

.float_wrapper {
  position: fixed;
  right: 30px;
  bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  z-index: 1000;
}
.float_wrapper .float_contact_btn {
  background-color: #C45369;
  padding: 10px 20px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  column-gap: 10px;
  border-radius: 30px;
}
.float_wrapper .float_contact_btn > p {
  font-size: 14px;
  color: #ffffff;
  font-weight: bold;
}
.float_wrapper .float_contact_btn > div {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 6px;
}
.float_wrapper .float_contact_btn > div > p {
  font-size: 14px;
  color: #ffffff;
}
.float_wrapper .float_contact_btn > div > a {
  width: fit-content;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.float_wrapper .float_contact_btn > div > a img {
  width: 20px;
  height: auto;
}
.float_wrapper .float_contact_btn_sp {
  display: none;
}
.float_wrapper .float_scroll_back {
  width: fit-content;
  height: auto;
  text-decoration: none;
  transition: 0.3s;
  display: block;
}
.float_wrapper .float_scroll_back:hover {
  opacity: 0.8;
}
.float_wrapper .float_scroll_back > img {
  width: 50px;
  height: auto;
}

.about {
  width: 100%;
  background-image: url("../images/BG_02.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 40px 40px;
  box-sizing: border-box;
  position: relative;
  z-index: 0;
}
.about::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 10px 0 0 10px;
  z-index: -1;
  padding: 40px 0;
}
.about .about_inner .about_inner_title {
	width: calc(100% - 200px);
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  display: flex;
}
.about .about_inner .about_inner_title .about_inner_title_text {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  align-items: flex-start;
  padding-top: 50px;
}
.about .about_inner .about_inner_title .sec_title {
  padding-bottom: 15px;
}
.about .about_inner .about_inner_title .about_title_line {
  border-bottom: 1px solid #000000;
  width: 80%;
  padding-bottom: 20px;
}
.about .about_inner .about_inner_body {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  gap: 130px;
  padding-left: 50px;
}
.about .about_inner .about_inner_img {
  max-width: 350px;
  display: inline-block;
  padding-top: 50px;
  padding-left: 40px;
}
.about .about_inner .about_inner_content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about .about_inner .about_inner_cards_top {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
.about .about_inner .about_inner_card, .about .about_inner .about_inner_content_cards {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 20px;
  padding-right: 20px;
}
.about .about_inner .about_inner_card_title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 30px;
}
.about .about_inner .about_inner_card_title h3 {
  font-size: 20px;
  font-weight: bold;
}
.about .about_inner .about_inner_card img {
  width: 20px;
  height: auto;
}
.about .about_inner .about_inner_card_text {
  font-size: 14px;
  padding-top: 20px;
}
.about .about_inner .left_wrapper {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.about .about_inner .about_inner_card_text .highlight {
  background: linear-gradient(transparent 30%, #ffff00 60%);
}
.about .about_inner .about_inner_card_cta {
  font-size: 16px;
  line-height: 1.8;
}
.about .about_inner .about_inner_card_link {
  background-color: #C45369;
  color: #fff;
  font-weight: bold;
  border-radius: 20px;
  padding: 5px 20px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  margin-left: 20px;
}

.our_strength {
  width: 100%;
  background-image: url("../images/BG_03.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 90px 0;
  position: relative;
}
.our_strength_inner {
  width: 1200px;
  margin: 0 auto;
}
.our_strength_title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.our_strength_cards {
  display: flex;
  gap: 20px;
  padding-top: 35px;
}
.our_strength_card {
  background-image: url("../images/our_strength_bg_blob.png");
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  padding: 5px 50px;
  width: 400px;
  height: 350px;
}
.our_strength_card--center {
  margin-top: 55px;
}
.our_strength_card_visual {
  display: flex;
  align-items: flex-start;
  column-gap: 45px;
}
.our_strength_card_number {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 50px;
  font-weight: 900;
}
.our_strength_card_img_1 {
  width: 180px;
  height: auto;
  margin-top: -70px;
}
.our_strength_card_body {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 275px;
}
.our_strength_card_heading {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 900;
}
.our_strength_card_heading .highlight {
  background: linear-gradient(transparent 30%, #FFE500 100%);
}
.our_strength_card_subheading {
  display: inline;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
.our_strength_card_subheading .our_strength_card_subheading_line {
  background: linear-gradient(transparent 30%, #FFE500 100%);
}
.our_strength_card_subheading .emphasize {
  font-size: 20px;
  font-weight: 900;
}
.our_strength_card_text {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.6;
}

.service_flow {
  width: 100%;
  background-image: url("../images/BG_service_flow.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px 0;
  position: relative;
}
.service_flow_inner {
  width: 1200px;
  margin: 0 auto;
}
.service_flow_title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.service_flow_cards {
  position: relative;
  font-family: Zen Maru Gothic, sans-serif;
  display: flex;
  gap: 340px;
  margin-top: 100px;
}
.service_flow_cards_left, .service_flow_cards_right {
  display: flex;
  flex-direction: column;
  gap: 115px;
}
.service_flow_cards_right {
  padding-top: 100px;
}
.service_flow_cards_right > div:nth-of-type(3) .service_flow_card_text {
  font-size: 15px;
}
.service_flow_cards_right > .service_flow_card::before {
  transform: scaleX(-1);
}
.service_flow_lines {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.service_flow_dot {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #D5FF7E;
  border-radius: 50%;
}
.service_flow_line {
  position: absolute;
  height: 1px;
  background: repeating-linear-gradient(to right, #686868 0 4px, transparent 4px 8px);
  transform-origin: left center;
}
.service_flow_dot--l1 {
  top: 140px;
  left: 435px;
}
.service_flow_dot--r1 {
  top: 200px;
  right: 435px;
}
.service_flow_dot--l2 {
  top: 540px;
  left: 435px;
}
.service_flow_dot--r2 {
  top: 600px;
  right: 435px;
}
.service_flow_dot--l3 {
  top: 900px;
  left: 435px;
}
.service_flow_dot--r3 {
  top: 1000px;
  right: 435px;
}
.service_flow_line--1 {
  top: 155px;
  left: 465px;
  width: 280px;
  transform: rotate(12deg);
}
.service_flow_line--2 {
  top: 550px;
  left: 465px;
  width: 425px;
  transform: rotate(-50deg);
}
.service_flow_line--3 {
  top: 555px;
  left: 465px;
  width: 280px;
  transform: rotate(12deg);
}
.service_flow_line--4 {
  top: 910px;
  left: 465px;
  width: 400px;
  transform: rotate(-46deg);
}
.service_flow_line--5 {
  top: 915px;
  left: 465px;
  width: 285px;
  transform: rotate(20deg);
}
.service_flow_card {
  position: relative;
  width: 370px;
  height: 220px;
  padding: 30px 30px;
}
.service_flow_card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/flow-bubble.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  z-index: 0;
}
.service_flow_card_inner {
  padding-top: 40px;
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.service_flow_card_head {
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}
.service_flow_card_heading {
  color: #3C435C;
  font-weight: bold;
  font-size: 20px;
}
.service_flow_card_title {
  font-size: 24px;
  font-weight: bold;
}
.service_flow_card_icon {
  width: 200px;
  height: auto;
  margin-top: -130px;
  position: absolute;
  right: -50px;
}
.service_flow_card_icon_1, .service_flow_card_icon_2 {
  position: absolute;
  height: auto;
  display: block;
}
.service_flow_card_icon_1 {
  top: 0px;
  left: 60px;
  width: 78px;
  height: auto;
}
.service_flow_card_icon_2 {
  bottom: -80px;
  right: 15px;
  width: 63px;
  height: auto;
}
.service_flow_card_body {
  padding-top: 20px;
}
.service_flow_card_text {
  font-size: 15.5px;
  line-height: 1.6;
  font-weight: 400;
}
.service_flow_card_text_anotation {
  display: block;
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.2;
}

.daily_schedule {
  width: 100%;
  background-image: url("../images/BG_daily_schedule.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 10px 0 90px;
  position: relative;
}
.daily_schedule_inner {
  width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  row-gap: 70px;
}
.daily_schedule_title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.daily_schedule_content {
  display: flex;
  flex-direction: column;
  row-gap: 160px;
  width: 100%;
}
.daily_schedule_content > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.daily_schedule_content_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 30px;
}
.daily_schedule_content_left > h3 {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
.daily_schedule_content_left > img {
  width: 428px;
  height: auto;
}
.daily_schedule_content_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 45px;
  width: 800px;
}
.daily_schedule_content_right > p {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: bold;
  text-align: left;
}
.daily_schedule_content_right .swiper {
  width: 100%;
}
.daily_schedule_content_right .daily_time_schedule {
  width: 100%;
  box-sizing: border-box;
  padding: 20px 50px;
  border: 1px solid #8D4F42;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
}
.daily_schedule_content_right .daily_time_schedule > div {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 310px;
}
.daily_schedule_content_right .daily_time_schedule > div > time {
  width: 110px;
  padding: 8px 0;
  text-align: center;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: bold;
  color: #fff;
  margin: -21px 0 0 -51px;
  background-color: #8D4F42;
  border-radius: 10px 0 0 0;
  font-family: Zen Maru Gothic, sans-serif;
}
.daily_schedule_content_right .daily_time_schedule > div > h3 {
  font-size: 24px;
  font-weight: bold;
  color: #8D4F42;
  font-family: Zen Maru Gothic, sans-serif;
}
.daily_schedule_content_right .daily_time_schedule > div > p {
  font-size: 16px;
  line-height: 1.6;
  color: #363636;
}
.daily_schedule_content_right .daily_time_schedule > img {
  width: 315px;
  height: auto;
}

.daily_schedule_swiper {
  position: relative;
  overflow: visible;
}
.daily_schedule_swiper .swiper-wrapper {
  align-items: stretch;
}
.daily_schedule_swiper .swiper-slide {
  height: auto;
}
.daily_schedule_swiper .daily_schedule_button_prev,
.daily_schedule_swiper .daily_schedule_button_next {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
.daily_schedule_swiper .daily_schedule_button_prev img,
.daily_schedule_swiper .daily_schedule_button_next img {
  width: 100%;
  height: auto;
  display: block;
}
.daily_schedule_swiper .daily_schedule_button_prev {
  left: 5px;
  transform: translateY(-50%) rotate(180deg);
}
.daily_schedule_swiper .daily_schedule_button_next {
  right: 5px;
  transform: translateY(-50%);
}

.STAFF {
  width: 100%;
  background-image: url("../images/BG_STAFF.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
.STAFF_inner {
  width: 1300px;
  margin: 0 auto;
}
.STAFF_title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.STAFF_cards {
  position: relative;
  font-family: Zen Maru Gothic, sans-serif;
  padding-top: 90px;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
.STAFF_card {
  position: relative;
  background-color: #FFFFFF;
  border-radius: 10px;
  width: 320px;
  height: 270px;
  padding: 5px 30px;
}
.STAFF_card_visual {
  display: flex;
  column-gap: 20px;
}
.STAFF_card_icon {
  width: 85px;
  height: 85px;
  margin-top: -25px;
}
.STAFF_card_head {
  display: flex;
  gap: 20px;
  align-items: center;
}
.STAFF_card_head .STAFF_name {
  font-size: 16px;
  font-weight: bold;
}
.STAFF_card_head .STAFF_category_label {
  color: #FFFFFF;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 15px;
  border-radius: 5px;
}
.STAFF_card_head .STAFF_category_label--green {
  background-color: #009356;
}
.STAFF_card_head .STAFF_category_label--blue {
  background-color: #005893;
}
.STAFF_card_head .STAFF_category_label--purple {
  background-color: #600093;
}
.STAFF_card_head .STAFF_category_label--red {
  background-color: #93005D;
}
.STAFF_card_body {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
}
.STAFF_year {
  padding-top: 15px;
  font-size: 14px;
  font-weight: bold;
}
.STAFF_year .capitalize {
  font-size: 20px;
}
.STAFF_skills {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.6;
}
.STAFF_text {
  font-size: 13px;
  line-height: 1.6;
  font-weight: 400;
}

.voice {
  width: 100%;
  background-image: url("../images/BG_voice.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
.voice_inner {
  width: 1300px;
  margin: 0 auto;
}
.voice_head {
  position: relative;
  display: flex;
  align-items: center;
  gap: 150px;
}
.voice_title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: flex-start;
}
.voice .sp_only {
  display: none;
}
.voice_message {
  background-color: #E2F4F1;
  border-radius: 80px;
  padding: 25px 45px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  position: relative;
  margin-top: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}
.voice_message::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  background-color: #E2F4F1;
  transform: rotate(45deg);
  bottom: -10px;
}
.voice_slider {
  position: relative;
  overflow: hidden;
  width: 1350px;
  padding: 6px 40px;
  box-sizing: border-box;
}
.voice_nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  cursor: pointer;
}
.voice_nav--prev {
  left: 0;
}
.voice_nav--next {
  right: 0;
}
.voice_track {
  display: flex;
  gap: 45px;
  transition: transform 0.3s;
  margin-top: 35px;
}
.voice_card {
  flex-shrink: 0;
  position: relative;
  background-color: #FFFFFF;
  width: 575px;
  height: auto;
  margin-top: 30px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.voice_card_visual {
  font-family: Zen Maru Gothic, sans-serif;
  background-color: #D3F0A6;
  display: flex;
  align-items: center;
  column-gap: 35px;
  justify-content: flex-start;
  padding-left: 80px;
  height: 60px;
}
.voice_card_icon {
  width: 102.5px;
  height: 102.5px;
  margin-top: -25px;
}
.voice_card_person {
  display: flex;
  column-gap: 10px;
}
.voice_card_name {
  font-size: 20px;
  font-weight: 900;
}
.voice_card_year {
  font-size: 14px;
  font-weight: 900;
}
.voice_card_body {
  display: flex;
  flex-direction: column;
  row-gap: 18px;
  padding: 40px 50px;
}
.voice_card_label {
  font-family: Zen Maru Gothic, sans-serif;
  color: #1A9C03;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.voice_card_catch {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  color: #1A9C03;
  text-align: center;
}
.voice_card_text_before_title, .voice_card_text_after_title {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
}
.voice_card_text {
  position: relative;
  font-family: Hiragino maru Gothic Std, sans-serif;
}
.voice_card_text_block {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.voice_card_text_block > p {
  font-size: 13px;
  line-height: 1.6;
}
.voice_card_text_before_title {
  color: #A5A5A5;
  border-bottom: 1px solid #A5A5A5;
}
.voice_card_text_after_title {
  color: #FFBB00;
  border-bottom: 1px solid #FFBB00;
}
.voice_card_text_before_text {
  padding-bottom: 15px;
}

.service_fee {
  width: 100%;
  background-image: url("../images/BG_fee_section.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
  position: relative;
}
.service_fee .service_fee_inner {
  width: 1200px;
  margin: 0 auto;
}
.service_fee .service_fee_title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.service_fee .service_fee_content {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-top: 65px;
}
.service_fee .service_fee_content_item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  height: 125px;
}
.service_fee .service_fee_content_left {
  display: flex;
  width: 415px;
  height: 100%;
  align-items: center;
  justify-content: flex-start;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.service_fee .service_fee_content_right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #FFFFFF;
  flex: 1;
  height: 100%;
  border-radius: 0 10px 10px 0;
}
.service_fee .service_fee_item_number {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 40px;
  font-weight: bold;
  background-color: #5297F1;
  color: #FFFFFF;
  border-radius: 50%;
  position: absolute;
  transform: translateX(-35px);
}
.service_fee .service_fee_item_label {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.6;
  color: #000000;
  padding-left: 60px;
}
.service_fee .service_fee_item_desc {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 18px;
  color: #000000;
  padding-left: 42px;
  line-height: 1.6;
}
.service_fee .service_fee_content_left--blue {
  background-color: #BAD8FF;
}
.service_fee .service_fee_content_left--sky {
  background-color: #B5ECFF;
}
.service_fee .service_fee_content_left--green {
  background-color: #C9FFF4;
}
.service_fee .service_fee_item_number--blue {
  background-color: #5297F1;
}
.service_fee .service_fee_item_number--sky {
  background-color: #00AEE6;
}
.service_fee .service_fee_item_number--green {
  background-color: #00D4AA;
}

.philosophy {
  width: 100%;
  background-image: url("../images/BG_Philosophy_section.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0;
  position: relative;
}
.philosophy .philosophy_title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
  padding-top: 50px;
}
.philosophy .philosophy_cards {
  display: flex;
  justify-content: center;
  gap: 33px;
  padding-top: 60px;
}
.philosophy .philosophy_card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
  width: 380px;
  height: 435px;
  border: 3px solid #D4D4D4;
  background-color: rgba(255, 255, 255, 0.4);
  justify-content: center;
}
.philosophy .philosophy_img {
  width: 200px;
}
.philosophy .philosophy_content_title {
  font-family: Hiragino Kaku Gothic Std, sans-serif;
  font-size: 24px;
  font-weight: bold;
}
.philosophy .philosophy_content_text {
  font-family: Zen Maru Gothic, sans-serif;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
.philosophy .philosophy_conclusion {
  font-family: Hiragino Kaku Gothic Std, sans-serif;
  font-size: 30px;
  line-height: 1.4em;
  font-weight: 800;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 110px;
}

.qa_section {
  width: 100%;
  background-image: url("../images/BG_qa.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 70px 0;
  position: relative;
}
.qa_section .qa_title {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  align-items: center;
}
.qa_section .qa_inner {
  width: 1200px;
  margin: 0 auto;
}
.qa_section .qa_list {
  font-family: Zen Maru Gothic, sans-serif;
  padding-top: 60px;
}
.qa_section .qa_item {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 28px;
  margin-left: 50px;
  margin-right: 50px;
}
.qa_section .qa_body {
  flex: 1;
  padding-top: 20px;
}
.qa_section .qa_answer {
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  margin-top: 15px;
  padding: 32px 32px;
  width: 880px;
}
.qa_section .qa_answer > p {
  color: #3C435C;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.3;
}
.qa_section .question {
  font-size: 20px;
  font-weight: 800;
  color: #3C435C;
  margin-left: -20px;
}
.qa_section .asterrisk {
  font-size: 14px;
  color: #3C435C;
}

footer {
  width: 100%;
  background-image: url("../images/BG_footer.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: 80px;
  padding-top: 0px;
  position: relative;
}
footer .footer_inner {
  display: flex;
  justify-content: center;
  padding-bottom: 50px;
}
footer .footer_logo {
  height: 110px;
  padding-bottom: 40px;
}

@media screen and (min-width: 836px) and (max-width: 1440px) {
  .sec_title {
    font-size: 2.7777777778vw;
    line-height: 1.1em;
    font-weight: bold;
    color: #3C435C;
  }
  .sec_title_jp {
    font-size: 1.6666666667vw;
    line-height: 1.1em;
    font-weight: bold;
    color: #3C435C;
  }
  html {
    scroll-padding-top: 9.0277777778vw;
  }
  header {
    position: fixed;
    padding: 1.3888888889vw 0;
    left: 50%;
    transform: translateX(-50%);
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(0.6944444444vw);
    -webkit-backdrop-filter: blur(0.6944444444vw);
    z-index: 9999;
    width: 100%;
  }
  header .header_pc {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 93.75vw;
    margin: 0 auto;
  }
  header .header_pc .header_logo {
    display: block;
    width: fit-content;
  }
  header .header_pc .header_logo > img {
    width: 12.5vw;
    height: auto;
    display: block;
  }
  header .header_pc nav {
    background-color: #ffffff;
    width: 69.4444444444vw;
    height: 4.1666666667vw;
    border-radius: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .header_pc nav ul {
    width: 90%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .header_pc nav ul li a {
    font-size: 0.9722222222vw;
    color: #000000;
    font-family: "Noto Sans JP", sans-serif;
  }
  header .header_pc nav ul li:last-of-type a {
    padding: 0.6944444444vw 1.3888888889vw;
    font-weight: bold;
    color: #ffffff;
    background-color: #ED7700;
    border-radius: 2.0833333333vw;
  }
  .header_sp {
    display: none;
  }
  .fv {
    width: 100%;
    background-image: url("../images/BG_01.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 8.4027777778vw 0 6.8055555556vw;
  }
  .fv .fv_pc {
    display: flex;
    flex-direction: column;
  }
  .fv .fv_pc .fv_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 83.3333333333vw;
    margin: 0 auto;
  }
  .fv .fv_pc .fv_inner > ul {
    display: flex;
    flex-direction: column;
    row-gap: 1.25vw;
    align-items: flex-start;
  }
  .fv .fv_pc .fv_inner > ul li:first-of-type {
    font-size: 1.1111111111vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    color: #878787;
  }
  .fv .fv_pc .fv_inner > ul li img {
    width: 44.1666666667vw;
    height: auto;
  }
  .fv .fv_pc .fv_inner > ul li:last-of-type {
    font-size: 1.3888888889vw;
    line-height: 1.4em;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
  }
  .fv .fv_pc .fv_inner .scroll_icon {
    width: 1.3888888889vw;
    height: auto;
    animation: scrollMove 3s ease-in-out infinite;
  }
  @keyframes scrollMove {
    0% {
      transform: translateY(0);
      opacity: 0.7;
    }
    50% {
      transform: translateY(0.6944444444vw);
      opacity: 1;
    }
    100% {
      transform: translateY(0);
      opacity: 0.7;
    }
  }
  .fv .fv_pc > img {
    width: 76.3888888889vw;
    margin: -2.0833333333vw auto 0;
  }
  .float_wrapper {
    position: fixed;
    right: 2.0833333333vw;
    bottom: 2.0833333333vw;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.7361111111vw;
    z-index: 1000;
  }
  .float_wrapper .float_contact_btn {
    background-color: #C45369;
    padding: 0.6944444444vw 1.3888888889vw;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    column-gap: 0.6944444444vw;
    border-radius: 2.0833333333vw;
  }
  .float_wrapper .float_contact_btn > p {
    font-size: 0.9722222222vw;
    color: #ffffff;
    font-weight: bold;
  }
  .float_wrapper .float_contact_btn > div {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.4166666667vw;
  }
  .float_wrapper .float_contact_btn > div > p {
    font-size: 0.9722222222vw;
    color: #ffffff;
  }
  .float_wrapper .float_contact_btn > div > a {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .float_wrapper .float_contact_btn > div > a img {
    width: 1.3888888889vw;
    height: auto;
  }
  .float_wrapper .float_scroll_back {
    width: fit-content;
    height: auto;
    text-decoration: none;
    transition: 0.3s;
    display: block;
  }
  .float_wrapper .float_scroll_back:hover {
    opacity: 0.8;
  }
  .float_wrapper .float_scroll_back > img {
    width: 3.4722222222vw;
    height: auto;
  }
  .about {
    width: 100%;
    background-image: url("../images/BG_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0.6944444444vw 0 2.7777777778vw 2.7777777778vw;
    box-sizing: border-box;
    position: relative;
    z-index: 0;
  }
  .about::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 78%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 0.6944444444vw 0 0 0.6944444444vw;
    z-index: -1;
    padding: 2.7777777778vw 0;
  }
  .about .about_inner .about_inner_title {
    width: 86.1111111111vw;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    display: flex;
  }
  .about .about_inner .about_inner_title .about_inner_title_text {
    display: flex;
    flex-direction: column;
    row-gap: 0.6944444444vw;
    align-items: flex-start;
    padding-top: 3.4722222222vw;
  }
  .about .about_inner .about_inner_title .sec_title {
    padding-bottom: 1.0416666667vw;
  }
  .about .about_inner .about_inner_title .about_title_line {
    border-bottom: 0.0694444444vw solid #000000;
    width: 80%;
    padding-bottom: 1.3888888889vw;
  }
  .about .about_inner .about_inner_body {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    gap: 9.0277777778vw;
    padding-left: 3.4722222222vw;
  }
  .about .about_inner .about_inner_img {
    max-width: 24.3055555556vw;
    display: inline-block;
    padding-top: 3.4722222222vw;
    padding-left: 2.7777777778vw;
  }
  .about .about_inner .about_inner_content {
    display: flex;
    flex-direction: column;
    gap: 2.0833333333vw;
  }
  .about .about_inner .about_inner_cards_top {
    display: flex;
    justify-content: space-between;
    gap: 1.3888888889vw;
  }
  .about .about_inner .about_inner_card, .about .about_inner .about_inner_content_cards {
    background-color: #fff;
    border-radius: 0.6944444444vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 1.0416666667vw;
    padding-left: 1.3888888889vw;
    padding-right: 1.3888888889vw;
  }
  .about .about_inner .about_inner_card_title {
    display: flex;
    align-items: center;
    gap: 0.6944444444vw;
    min-height: 2.0833333333vw;
  }
  .about .about_inner .about_inner_card_title h3 {
    font-size: 1.3888888889vw;
    font-weight: bold;
  }
  .about .about_inner .about_inner_card img {
    width: 1.3888888889vw;
    height: auto;
  }
  .about .about_inner .about_inner_card_text {
    font-size: 0.9722222222vw;
    padding-top: 1.3888888889vw;
  }
  .about .about_inner .left_wrapper {
    display: flex;
    align-items: center;
    column-gap: 0.6944444444vw;
  }
  .about .about_inner .about_inner_card_text .highlight {
    background: linear-gradient(transparent 30%, #ffff00 60%);
  }
  .about .about_inner .about_inner_card_cta {
    font-size: 1.1111111111vw;
    line-height: 1.8;
  }
  .about .about_inner .about_inner_card_link {
    background-color: #C45369;
    color: #fff;
    font-weight: bold;
    border-radius: 1.3888888889vw;
    padding: 0.3472222222vw 1.3888888889vw;
    text-decoration: none;
    display: inline-block;
    font-size: 0.9722222222vw;
    margin-left: 1.3888888889vw;
  }
  .our_strength {
    width: 100%;
    background-image: url("../images/BG_03.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 6.25vw 0;
    position: relative;
  }
  .our_strength_inner {
    width: 83.3333333333vw;
    margin: 0 auto;
  }
  .our_strength_title {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    align-items: center;
  }
  .our_strength_cards {
    display: flex;
    gap: 1.3888888889vw;
    padding-top: 2.4305555556vw;
  }
  .our_strength_card {
    background-image: url("../images/our_strength_bg_blob.png");
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0.3472222222vw 3.4722222222vw;
    width: 27.7777777778vw;
    height: 24.3055555556vw;
  }
  .our_strength_card--center {
    margin-top: 3.8194444444vw;
  }
  .our_strength_card_visual {
    display: flex;
    align-items: flex-start;
    column-gap: 3.125vw;
  }
  .our_strength_card_number {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 3.4722222222vw;
    font-weight: 900;
  }
  .our_strength_card_img_1 {
    width: 12.5vw;
    height: auto;
    margin-top: -4.8611111111vw;
  }
  .our_strength_card_body {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    width: 19.0972222222vw;
  }
  .our_strength_card_heading {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 1.3888888889vw;
    line-height: 1.5;
    font-weight: 900;
  }
  .our_strength_card_heading .highlight {
    background: linear-gradient(transparent 30%, #FFE500 100%);
  }
  .our_strength_card_subheading {
    display: inline;
    font-size: 0.9722222222vw;
    font-weight: bold;
    line-height: 1.3;
  }
  .our_strength_card_subheading .our_strength_card_subheading_line {
    background: linear-gradient(transparent 30%, #FFE500 100%);
  }
  .our_strength_card_subheading .emphasize {
    font-size: 1.3888888889vw;
    font-weight: 900;
  }
  .our_strength_card_text {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 0.9722222222vw;
    font-weight: 900;
    line-height: 1.6;
  }
  .service_flow {
    width: 100%;
    background-image: url("../images/BG_service_flow.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 1.3888888889vw 0;
    position: relative;
  }
  .service_flow_inner {
    width: 83.3333333333vw;
    margin: 0 auto;
  }
  .service_flow_title {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    align-items: center;
  }
  .service_flow_cards {
    position: relative;
    font-family: Zen Maru Gothic, sans-serif;
    display: flex;
    gap: 23.6111111111vw;
    margin-top: 6.9444444444vw;
  }
  .service_flow_cards_left, .service_flow_cards_right {
    display: flex;
    flex-direction: column;
    gap: 7.9861111111vw;
  }
  .service_flow_cards_right {
    padding-top: 6.9444444444vw;
  }
  .service_flow_cards_right > div:nth-of-type(3) .service_flow_card_text {
    font-size: 1.0416666667vw;
  }
  .service_flow_cards_right > .service_flow_card::before {
    transform: scaleX(-1);
  }
  .service_flow_lines {
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
  }
  .service_flow_dot {
    position: absolute;
    width: 2.0833333333vw;
    height: 2.0833333333vw;
    background-color: #D5FF7E;
    border-radius: 50%;
  }
  .service_flow_line {
    position: absolute;
    height: 0.0694444444vw;
    background: repeating-linear-gradient(to right, #686868 0 0.2777777778vw, transparent 0.2777777778vw 0.5555555556vw);
    transform-origin: left center;
  }
  .service_flow_dot--l1 {
    top: 9.7222222222vw;
    left: 30.2083333333vw;
  }
  .service_flow_dot--r1 {
    top: 13.8888888889vw;
    right: 30.2083333333vw;
  }
  .service_flow_dot--l2 {
    top: 37.5vw;
    left: 30.2083333333vw;
  }
  .service_flow_dot--r2 {
    top: 41.6666666667vw;
    right: 30.2083333333vw;
  }
  .service_flow_dot--l3 {
    top: 62.5vw;
    left: 30.2083333333vw;
  }
  .service_flow_dot--r3 {
    top: 69.4444444444vw;
    right: 30.2083333333vw;
  }
  .service_flow_line--1 {
    top: 10.7638888889vw;
    left: 32.2916666667vw;
    width: 19.4444444444vw;
    transform: rotate(12deg);
  }
  .service_flow_line--2 {
    top: 38.1944444444vw;
    left: 32.2916666667vw;
    width: 29.5138888889vw;
    transform: rotate(-50deg);
  }
  .service_flow_line--3 {
    top: 38.5416666667vw;
    left: 32.2916666667vw;
    width: 19.4444444444vw;
    transform: rotate(12deg);
  }
  .service_flow_line--4 {
    top: 63.1944444444vw;
    left: 32.2916666667vw;
    width: 27.7777777778vw;
    transform: rotate(-46deg);
  }
  .service_flow_line--5 {
    top: 63.5416666667vw;
    left: 32.2916666667vw;
    width: 19.7916666667vw;
    transform: rotate(20deg);
  }
  .service_flow_card {
    position: relative;
    width: 25.6944444444vw;
    height: 15.2777777778vw;
    padding: 2.0833333333vw 2.0833333333vw;
    isolation: isolate;
  }
  .service_flow_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/flow-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: -1;
  }
  .service_flow_card_inner {
    padding-top: 2.7777777778vw;
    margin-left: 1.3888888889vw;
  }
  .service_flow_card_head {
    display: flex;
    align-items: center;
    gap: 1.3888888889vw;
    position: relative;
  }
  .service_flow_card_heading {
    color: #3C435C;
    font-weight: bold;
    font-size: 1.3888888889vw;
  }
  .service_flow_card_title {
    font-size: 1.6666666667vw;
    font-weight: bold;
  }
  .service_flow_card_icon {
    width: 13.8888888889vw;
    height: auto;
    margin-top: -9.0277777778vw;
    position: absolute;
    right: -3.4722222222vw;
  }
  .service_flow_card_icon_1, .service_flow_card_icon_2 {
    position: absolute;
    height: auto;
    display: block;
  }
  .service_flow_card_icon_1 {
    top: 0vw;
    left: 4.1666666667vw;
    width: 5.4166666667vw;
  }
  .service_flow_card_icon_2 {
    bottom: -5.5555555556vw;
    right: 1.0416666667vw;
    width: 4.375vw;
  }
  .service_flow_card_body {
    padding-top: 1.3888888889vw;
  }
  .service_flow_card_text {
    font-size: 1.0763888889vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .service_flow_card_text_anotation {
    display: block;
    padding-top: 1.3888888889vw;
    font-size: 0.9722222222vw;
    line-height: 1.2;
  }
  .daily_schedule {
    width: 100%;
    background-image: url("../images/BG_daily_schedule.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0.6944444444vw 0 6.25vw;
    position: relative;
  }
  .daily_schedule_inner {
    width: 90.2777777778vw;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 4.8611111111vw;
  }
  .daily_schedule_title {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    align-items: center;
  }
  .daily_schedule_content {
    display: flex;
    flex-direction: column;
    row-gap: 11.1111111111vw;
    width: 100%;
  }
  .daily_schedule_content .sp_only {
    display: none;
  }
  .daily_schedule_content > div {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .daily_schedule_content_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.0833333333vw;
  }
  .daily_schedule_content_left > h3 {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 1.3888888889vw;
    line-height: 1.4;
    font-weight: bold;
    text-align: center;
  }
  .daily_schedule_content_left > img {
    width: 29.7222222222vw;
    height: auto;
  }
  .daily_schedule_content_right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 3.125vw;
    width: 55.5555555556vw;
  }
  .daily_schedule_content_right > p {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 1.25vw;
    line-height: 1.3;
    font-weight: bold;
    text-align: left;
  }
  .daily_schedule_content_right .swiper {
    width: 100%;
  }
  .daily_schedule_content_right .daily_time_schedule {
    width: 100%;
    box-sizing: border-box;
    padding: 1.3888888889vw 3.4722222222vw;
    border: 0.0694444444vw solid #8D4F42;
    display: flex;
    justify-content: space-between;
    border-radius: 0.6944444444vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    width: 21.5277777778vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div > time {
    width: 7.6388888889vw;
    padding: 0.5555555556vw 0;
    text-align: center;
    font-size: 1.6666666667vw;
    line-height: 1.2em;
    font-weight: bold;
    color: #fff;
    margin: -1.4583333333vw 0 0 -3.5416666667vw;
    background-color: #8D4F42;
    border-radius: 0.6944444444vw 0 0 0;
    font-family: Zen Maru Gothic, sans-serif;
  }
  .daily_schedule_content_right .daily_time_schedule > div > h3 {
    font-size: 1.6666666667vw;
    font-weight: bold;
    color: #8D4F42;
    font-family: Zen Maru Gothic, sans-serif;
  }
  .daily_schedule_content_right .daily_time_schedule > div > p {
    font-size: 1.1111111111vw;
    line-height: 1.6;
    color: #363636;
  }
  .daily_schedule_content_right .daily_time_schedule > img {
    width: 21.875vw;
    height: auto;
  }
  .daily_schedule_swiper {
    position: relative;
    overflow: visible;
  }
  .daily_schedule_swiper .swiper-wrapper {
    align-items: stretch;
  }
  .daily_schedule_swiper .swiper-slide {
    height: auto;
  }
  .daily_schedule_swiper .daily_schedule_button_prev,
  .daily_schedule_swiper .daily_schedule_button_next {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 3.0555555556vw;
    height: 3.0555555556vw;
    cursor: pointer;
  }
  .daily_schedule_swiper .daily_schedule_button_prev img,
  .daily_schedule_swiper .daily_schedule_button_next img {
    width: 100%;
    height: auto;
    display: block;
  }
  .daily_schedule_swiper .daily_schedule_button_prev {
    left: 0.3472222222vw;
    transform: translateY(-50%) rotate(180deg);
  }
  .daily_schedule_swiper .daily_schedule_button_next {
    right: 0.3472222222vw;
    transform: translateY(-50%);
  }
  .STAFF {
    width: 100%;
    background-image: url("../images/BG_STAFF.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.5555555556vw 0;
    position: relative;
  }
  .STAFF_inner {
    width: 90.2777777778vw;
    margin: 0 auto;
  }
  .STAFF_title {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    align-items: flex-start;
  }
  .STAFF_cards {
    position: relative;
    font-family: Zen Maru Gothic, sans-serif;
    padding-top: 6.25vw;
    display: flex;
    flex-wrap: wrap;
    gap: 4.1666666667vw;
  }
  .STAFF_card {
    position: relative;
    background-color: #FFFFFF;
    border-radius: 0.6944444444vw;
    width: 22.2222222222vw;
    height: 18.75vw;
    padding: 0.3472222222vw 2.0833333333vw;
  }
  .STAFF_card_visual {
    display: flex;
    column-gap: 1.3888888889vw;
  }
  .STAFF_card_icon {
    width: 5.9027777778vw;
    height: 5.9027777778vw;
    margin-top: -1.7361111111vw;
  }
  .STAFF_card_head {
    display: flex;
    gap: 1.3888888889vw;
    align-items: center;
  }
  .STAFF_card_head .STAFF_name {
    font-size: 1.1111111111vw;
    font-weight: bold;
  }
  .STAFF_card_head .STAFF_category_label {
    color: #FFFFFF;
    font-size: 0.8333333333vw;
    font-weight: bold;
    padding: 0.2777777778vw 1.0416666667vw;
    border-radius: 0.3472222222vw;
  }
  .STAFF_card_head .STAFF_category_label--green {
    background-color: #009356;
  }
  .STAFF_card_head .STAFF_category_label--blue {
    background-color: #005893;
  }
  .STAFF_card_head .STAFF_category_label--purple {
    background-color: #600093;
  }
  .STAFF_card_head .STAFF_category_label--red {
    background-color: #93005D;
  }
  .STAFF_card_body {
    display: flex;
    flex-direction: column;
    row-gap: 0.9027777778vw;
  }
  .STAFF_year {
    padding-top: 1.0416666667vw;
    font-size: 0.9722222222vw;
    font-weight: bold;
  }
  .STAFF_year .capitalize {
    font-size: 1.3888888889vw;
  }
  .STAFF_skills {
    font-size: 0.9722222222vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .STAFF_text {
    font-size: 0.9027777778vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .voice {
    width: 100%;
    background-image: url("../images/BG_voice.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.5555555556vw 0;
    position: relative;
  }
  .voice_inner {
    width: 90.2777777778vw;
    margin: 0 auto;
  }
  .voice_head {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10.4166666667vw;
  }
  .voice_title {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    align-items: flex-start;
  }
  .voice_message {
    background-color: #E2F4F1;
    border-radius: 5.5555555556vw;
    padding: 1.7361111111vw 3.125vw;
    font-size: 1.25vw;
    font-weight: bold;
    line-height: 1.6;
    position: relative;
    margin-top: 2.0833333333vw;
    box-shadow: 0 0.2777777778vw 1.1111111111vw rgba(0, 0, 0, 0.3);
  }
  .voice_message::before {
    content: "";
    position: absolute;
    width: 1.6666666667vw;
    height: 1.6666666667vw;
    background-color: #E2F4F1;
    transform: rotate(45deg);
    bottom: -0.6944444444vw;
  }
  .voice_slider {
    position: relative;
    overflow: hidden;
    width: 93.75vw;
    padding: 0.4166666667vw 2.7777777778vw;
    box-sizing: border-box;
  }
  .voice_nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    background: none;
    border: none;
    cursor: pointer;
  }
  .voice_nav--prev img, .voice_nav--next img {
    display: block;
    width: 5.2083333333vw;
    height: 4.1666666667vw;
  }
  .voice_nav--prev {
    left: 0;
  }
  .voice_nav--next {
    right: 0;
  }
  .voice_track {
    display: flex;
    gap: 3.125vw;
    transition: transform 0.3s;
    margin-top: 2.4305555556vw;
  }
  .voice_card {
    flex-shrink: 0;
    position: relative;
    background-color: #FFFFFF;
    width: 39.9305555556vw;
    height: auto;
    margin-top: 2.0833333333vw;
    box-shadow: 0 0.1388888889vw 0.8333333333vw rgba(0, 0, 0, 0.3);
  }
  .voice_card_visual {
    font-family: Zen Maru Gothic, sans-serif;
    background-color: #D3F0A6;
    display: flex;
    align-items: center;
    column-gap: 2.4305555556vw;
    justify-content: flex-start;
    padding-left: 5.5555555556vw;
    height: 4.1666666667vw;
  }
  .voice_card_icon {
    width: 7.1180555556vw;
    height: 7.1180555556vw;
    margin-top: -1.7361111111vw;
  }
  .voice_card_person {
    display: flex;
    column-gap: 0.6944444444vw;
  }
  .voice_card_name {
    font-size: 1.3888888889vw;
    font-weight: 900;
  }
  .voice_card_year {
    font-size: 0.9722222222vw;
    font-weight: 900;
  }
  .voice_card_body {
    display: flex;
    flex-direction: column;
    row-gap: 1.25vw;
    padding: 2.7777777778vw 3.4722222222vw;
  }
  .voice_card_label {
    font-family: Zen Maru Gothic, sans-serif;
    color: #1A9C03;
    font-size: 1.1111111111vw;
    font-weight: bold;
    text-align: center;
  }
  .voice_card_catch {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 1.3888888889vw;
    font-weight: bold;
    line-height: 1.6;
    color: #1A9C03;
    text-align: center;
  }
  .voice_card_text_before_title, .voice_card_text_after_title {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 1.1111111111vw;
  }
  .voice_card_text {
    position: relative;
    font-family: Hiragino maru Gothic Std, sans-serif;
  }
  .voice_card_text_block {
    display: flex;
    flex-direction: column;
    row-gap: 0.6944444444vw;
  }
  .voice_card_text_block > p {
    font-size: 0.9027777778vw;
    line-height: 1.6;
  }
  .voice_card_text_before_title {
    color: #A5A5A5;
    border-bottom: 0.0694444444vw solid #A5A5A5;
  }
  .voice_card_text_after_title {
    color: #FFBB00;
    border-bottom: 0.0694444444vw solid #FFBB00;
  }
  .voice_card_text_before_text {
    padding-bottom: 1.0416666667vw;
  }
  .service_fee {
    width: 100%;
    background-image: url("../images/BG_fee_section.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2.0833333333vw 0;
    position: relative;
  }
  .service_fee .service_fee_inner {
    width: 83.3333333333vw;
    margin: 0 auto;
  }
  .service_fee .service_fee_title {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    align-items: center;
  }
  .service_fee .service_fee_content {
    display: flex;
    flex-direction: column;
    gap: 1.0416666667vw;
    padding-top: 4.5138888889vw;
  }
  .service_fee .service_fee_content_item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-shadow: 0 0.2777777778vw 0.8333333333vw rgba(0, 0, 0, 0.3);
    border-radius: 0.6944444444vw;
    height: 8.6805555556vw;
  }
  .service_fee .service_fee_content_left {
    display: flex;
    width: 28.8194444444vw;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    border-radius: 0.6944444444vw 0 0 0.6944444444vw;
    position: relative;
  }
  .service_fee .service_fee_content_right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    background-color: #FFFFFF;
    flex: 1;
    height: 100%;
    border-radius: 0 0.6944444444vw 0.6944444444vw 0;
  }
  .service_fee .service_fee_item_number {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 4.8611111111vw;
    height: 4.8611111111vw;
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 2.7777777778vw;
    font-weight: bold;
    background-color: #5297F1;
    color: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    transform: translateX(-2.4305555556vw);
  }
  .service_fee .service_fee_item_label {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 1.6666666667vw;
    font-weight: 900;
    line-height: 1.6;
    color: #000000;
    padding-left: 4.1666666667vw;
  }
  .service_fee .service_fee_item_desc {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 1.25vw;
    color: #000000;
    padding-left: 2.9166666667vw;
    line-height: 1.6;
  }
  .service_fee .service_fee_content_left--blue {
    background-color: #BAD8FF;
  }
  .service_fee .service_fee_content_left--sky {
    background-color: #B5ECFF;
  }
  .service_fee .service_fee_content_left--green {
    background-color: #C9FFF4;
  }
  .service_fee .service_fee_item_number--blue {
    background-color: #5297F1;
  }
  .service_fee .service_fee_item_number--sky {
    background-color: #00AEE6;
  }
  .service_fee .service_fee_item_number--green {
    background-color: #00D4AA;
  }
  .philosophy {
    width: 100%;
    background-image: url("../images/BG_Philosophy_section.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.5555555556vw 0;
    position: relative;
  }
  .philosophy .philosophy_title {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    align-items: center;
    padding-top: 3.4722222222vw;
  }
  .philosophy .philosophy_cards {
    display: flex;
    justify-content: center;
    gap: 2.2916666667vw;
    padding-top: 4.1666666667vw;
  }
  .philosophy .philosophy_card {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.7361111111vw;
    width: 26.3888888889vw;
    height: 30.2083333333vw;
    border: 0.2083333333vw solid #D4D4D4;
    background-color: rgba(255, 255, 255, 0.4);
    justify-content: center;
  }
  .philosophy .philosophy_img {
    width: 13.8888888889vw;
  }
  .philosophy .philosophy_content_title {
    font-family: Hiragino Kaku Gothic Std, sans-serif;
    font-size: 1.6666666667vw;
    font-weight: bold;
  }
  .philosophy .philosophy_content_text {
    font-family: Zen Maru Gothic, sans-serif;
    font-size: 1.1111111111vw;
    font-weight: bold;
    text-align: center;
    line-height: 1.6;
  }
  .philosophy .philosophy_conclusion {
    font-family: Hiragino Kaku Gothic Std, sans-serif;
    font-size: 2.0833333333vw;
    font-weight: 800;
    text-align: center;
    padding-top: 6.9444444444vw;
    padding-bottom: 7.6388888889vw;
  }
  .qa_section {
    width: 100%;
    background-image: url("../images/BG_qa.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4.8611111111vw 0;
    position: relative;
  }
  .qa_section .qa_title {
    display: flex;
    flex-direction: column;
    row-gap: 1.3888888889vw;
    align-items: center;
  }
  .qa_section .qa_inner {
    width: 83.3333333333vw;
    margin: 0 auto;
  }
  .qa_section .qa_list {
    font-family: Zen Maru Gothic, sans-serif;
    padding-top: 4.1666666667vw;
  }
  .qa_section .qa_item {
    display: flex;
    gap: 1.3888888889vw;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 1.9444444444vw;
    margin-left: 3.4722222222vw;
    margin-right: 3.4722222222vw;
  }
  .qa_section .qa_body {
    flex: 1;
    padding-top: 1.3888888889vw;
  }
  .qa_section .qa_answer {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0.2777777778vw 0.8333333333vw rgba(0, 0, 0, 0.08);
    margin-top: 1.0416666667vw;
    padding: 2.2222222222vw 2.2222222222vw;
    width: 61.1111111111vw;
  }
  .qa_section .qa_answer > p {
    color: #3C435C;
    font-size: 1.1111111111vw;
    font-weight: 900;
    line-height: 1.3;
  }
  .qa_section .question {
    font-size: 1.3888888889vw;
    font-weight: 800;
    color: #3C435C;
    margin-left: -1.3888888889vw;
  }
  .qa_section .asterrisk {
    font-size: 0.9722222222vw;
    color: #3C435C;
  }
  footer {
    width: 100%;
    background-image: url("../images/BG_footer.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding-bottom: 5.5555555556vw;
    padding-top: 0vw;
    position: relative;
  }
  footer .footer_inner {
    display: flex;
    justify-content: center;
    padding-bottom: 3.4722222222vw;
  }
  footer .footer_logo {
    height: 7.6388888889vw;
    padding-bottom: 2.7777777778vw;
  }
}
@media screen and (max-width: 835px) {
  html {
    scroll-padding-top: 12vw;
  }
  .sec_title {
    font-size: 6.4vw;
    line-height: 1.1em;
    font-weight: bold;
    color: #3C435C;
  }
  .sec_title_jp {
    font-size: 4.2666666667vw;
    line-height: 1.1em;
    font-weight: bold;
    color: #3C435C;
  }
  html.is-fixed,
  body.is-fixed {
    overflow: hidden;
    height: 100%;
  }
  .float_wrapper {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    padding: 2.6666666667vw 0;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    column-gap: 6.6666666667vw;
    flex-direction: row-reverse;
  }
  .float_wrapper .float_contact_btn {
    display: none;
  }
  .float_wrapper .float_contact_btn_sp {
    display: flex;
    position: static;
    transform: unset;
    background-color: #C45369;
    padding: 2.6666666667vw 5.3333333333vw;
    align-items: center;
    justify-content: center;
    column-gap: 2.6666666667vw;
    border-radius: 8vw;
    width: 42.6666666667vw;
    position: static;
    transform: unset;
    left: 50%;
    bottom: 4vw;
    z-index: 100;
  }
  .float_wrapper .float_contact_btn_sp > p {
    font-size: 3.2vw;
    color: #ffffff;
    font-weight: bold;
  }
  .float_wrapper .float_contact_btn_sp > div {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.6vw;
  }
  .float_wrapper .float_contact_btn_sp > div > p {
    font-size: 3.2vw;
    color: #ffffff;
  }
  .float_wrapper .float_contact_btn_sp > div > a {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .float_wrapper .float_contact_btn_sp > div > a img {
    width: 5.3333333333vw;
    height: auto;
  }
  .float_wrapper .float_scroll_back > img {
    width: 5.3333333333vw;
    height: auto;
  }
  header {
    position: fixed;
    padding: 4vw 0;
  }
  header .pc_only {
    display: none;
  }
  header .header_sp {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6.6666666667vw;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 20;
  }
  header .header_sp .header_logo, header .header_sp .hamburger-menu {
    z-index: 20;
    position: relative;
  }
  header .header_sp .header_logo {
    display: block;
    width: fit-content;
  }
  header .header_sp .header_logo > img {
    width: 26.6666666667vw;
    height: 7.4666666667vw;
  }
  header .header_sp .hamburger-menu {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }
  header .header_sp .hamburger-menu-inner {
    width: 100%;
    height: 100%;
  }
  header .header_sp .hamburger-menu-inner span {
    width: 100%;
    height: auto;
  }
  header .header_sp .hamburger-menu-inner img {
    width: 100%;
    height: auto;
  }
  header .header_sp .open, header .header_sp .close {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header_sp .close {
    display: none;
  }
  header .header_sp .header_nav_list_sp {
    display: none;
    position: absolute;
    top: -5.3333333333vw;
    left: 0;
    width: 104vw;
    height: 100vh;
    padding-top: 26.6666666667vw;
  }
  header .header_sp .header_nav_list_sp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(0.5333333333vw);
    -webkit-backdrop-filter: blur(0.5333333333vw);
    z-index: -1;
  }
  header .header_sp .header_nav_list_sp ul {
    list-style: none;
    margin: 0;
    padding-left: 10.6666666667vw;
    display: flex;
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  header .header_sp .header_nav_list_sp ul li a {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 4.2666666667vw;
    font-weight: medium;
  }
  header .header_sp .header_nav_list_sp .header_btn {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 3.2vw;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ED7700;
    padding: 3.6vw 7.0666666667vw;
    border-radius: 26.4vw;
    width: fit-content;
  }
  header .header_sp.is-open .open {
    display: none;
  }
  header .header_sp.is-open .close {
    display: block;
  }
  header .header_sp.is-open .header_nav_list_sp {
    display: block;
  }
  header .header_sp.is-open .contact_btn_sp {
    display: flex;
  }
  .fv {
    width: 100%;
    background-image: url("../images/BG_sp_01.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0 5.3333333333vw;
  }
  .fv .fv_sp_only {
    padding-top: 17.3333333333vw;
    display: flex;
    flex-direction: column;
  }
  .fv .fv_sp_only .fv_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .fv .fv_sp_only .fv_inner > ul {
    display: flex;
    flex-direction: column;
    row-gap: 4vw;
    align-items: flex-start;
  }
  .fv .fv_sp_only .fv_inner > ul li:first-of-type {
    font-size: 2.6666666667vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    color: #878787;
  }
  .fv .fv_sp_only .fv_inner > ul li img {
    width: 82.6666666667vw;
    height: auto;
  }
  .fv .fv_sp_only .fv_inner > ul li:last-of-type {
    font-size: 2.6666666667vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
  }
  .fv .fv_sp_only .fv_inner .scroll_icon {
    display: none;
  }
  .fv .fv_sp_only > img {
    width: 90.6666666667vw;
    margin: 6.6666666667vw auto 0;
    padding-bottom: 0;
  }
  .about {
    width: 100%;
    background-image: url("../images/BG_sp_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    padding: 2.6666666667vw 0 4vw 0;
  }
  .about::before {
    width: 95%;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
    z-index: -1;
    padding: 0;
    top: 26.6666666667vw;
    bottom: 0;
  }
  .about .about_inner {
    position: relative;
  }
  .about .about_inner .about_inner_title {
    width: 93.3333333333vw;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    display: flex;
  }
  .about .about_inner .about_inner_title .about_inner_title_text {
    padding-top: 5.3333333333vw;
  }
  .about .about_inner .about_inner_title .about_title_line {
    display: none;
  }
  .about .about_inner .about_inner_title .sec_title {
    padding-bottom: 0;
  }
  .about .about_inner .about_inner_body {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0;
  }
  .about .about_inner .about_inner_img {
    width: 40vw;
    height: auto;
    position: absolute;
    top: -26.6666666667vw;
    left: 40vw;
  }
  .about .about_inner .about_inner_content {
    padding-top: 21.3333333333vw;
    padding-left: 8vw;
    gap: 2.6666666667vw;
  }
  .about .about_inner .about_inner_cards_top {
    display: flex;
    flex-direction: column;
    gap: 2.9333333333vw;
    padding: 0;
  }
  .about .about_inner .about_inner_card, .about .about_inner .about_inner_content_cards {
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #fff;
    border-radius: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 6.4vw;
    padding-right: 4vw;
  }
  .about .about_inner .about_inner_card_title {
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
    min-height: 8vw;
  }
  .about .about_inner .about_inner_card_title h3 {
    font-size: 3.7333333333vw;
  }
  .about .about_inner .about_inner_card_text {
    font-size: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    line-height: 1.4;
  }
  .about .about_inner .about_inner_card_cta {
    font-size: 3.2vw;
  }
  .about .about_inner .about_inner_card_link {
    padding: 1.3333333333vw 4vw;
    border-radius: 5.3333333333vw;
    font-size: 3.2vw;
    margin-left: 5.3333333333vw;
  }
  .about .about_inner .about_inner_card_text_bottom_sp {
    padding-top: 8vw;
  }
  .our_strength {
    width: 100%;
    background-image: url("../images/BG_sp_03.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 16vw 0;
    position: relative;
  }
  .our_strength_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .our_strength_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
    align-items: center;
    padding-top: 0vw;
  }
  .our_strength_cards {
    display: flex;
    flex-direction: column;
    gap: 21.3333333333vw;
    padding-top: 21.3333333333vw;
  }
  .our_strength_card {
    width: 66.6666666667vw;
    height: 64vw;
  }
  .our_strength_card--center {
    margin-top: 0;
  }
  .our_strength_card_visual {
    column-gap: 10.6666666667vw;
    padding-left: 10.6666666667vw;
  }
  .our_strength_card_number {
    font-size: 8vw;
    font-weight: bold;
  }
  .our_strength_card_img_1 {
    width: 32vw;
    height: auto;
  }
  .our_strength_card_body {
    width: 53.3333333333vw;
    row-gap: 2.6666666667vw;
    padding-top: 4vw;
    padding-left: 10.6666666667vw;
  }
  .our_strength_card_heading {
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  .our_strength_card_subheading .emphasize {
    font-size: 4.2666666667vw;
    font-weight: 900;
  }
  .our_strength_card_text {
    font-size: 2.6666666667vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .daily_schedule {
    width: 100%;
    background-image: url("../images/BG_sp_04.png");
    background-size: cover;
    background-repeat: repeat-y;
    padding: 13.3333333333vw 0;
    position: relative;
  }
  .daily_schedule_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
    row-gap: 13.3333333333vw;
  }
  .daily_schedule_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
    align-items: center;
    padding-top: 8vw;
  }
  .daily_schedule_content {
    row-gap: 26.6666666667vw;
  }
  .daily_schedule_content .sp_only {
    display: block;
  }
  .daily_schedule_content > div {
    flex-direction: column;
    align-items: center;
  }
  .daily_schedule_content_left > h3 {
    font-size: 3.7333333333vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .daily_schedule_content_left > img {
    width: 90.6666666667vw;
    height: auto;
  }
  .daily_schedule_content_right {
    row-gap: 18.6666666667vw;
    width: 90.6666666667vw;
  }
  .daily_schedule_content_right > p {
    font-size: 2.9333333333vw;
    padding-top: 13.3333333333vw;
    line-height: 1.7;
    text-align: left;
    margin: 0 auto;
  }
  .daily_schedule_content_right .daily_time_schedule {
    width: 100%;
    height: 168vw;
    padding: 5.3333333333vw 6.6666666667vw;
    flex-direction: column;
    row-gap: 8vw;
    margin-bottom: 8vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div {
    row-gap: 4vw;
    width: 77.3333333333vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div > time {
    width: 21.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 0;
    text-align: center;
    margin: -5.6vw 0 0 -6.6666666667vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div > h3 {
    font-size: 4.8vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div > p {
    font-size: 2.9333333333vw;
    text-align: left;
  }
  .daily_schedule_content_right .daily_time_schedule > img {
    width: 77.3333333333vw;
    height: auto;
  }
  .service_flow {
    width: 100%;
    background-image: url("../images/BG_sp_05.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0;
    position: relative;
  }
  .service_flow_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .service_flow_title {
    row-gap: 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
  .service_flow_cards {
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 16vw;
  }
  .service_flow_cards_left, .service_flow_cards_right {
    display: contents;
  }
  .service_flow_cards_left > .service_flow_card:nth-of-type(1) {
    order: 1;
  }
  .service_flow_cards_left > .service_flow_card:nth-of-type(2) {
    order: 3;
  }
  .service_flow_cards_left > .service_flow_card:nth-of-type(3) {
    order: 5;
  }
  .service_flow_cards_right > .service_flow_card:nth-of-type(1) {
    order: 2;
  }
  .service_flow_cards_right > .service_flow_card:nth-of-type(2) {
    order: 4;
  }
  .service_flow_cards_right > .service_flow_card:nth-of-type(3) {
    order: 6;
  }
  .service_flow_cards_right > div:nth-of-type(3) .service_flow_card_text {
    font-size: 2.9333333333vw;
  }
  .service_flow_cards_right > .service_flow_card::before {
    transform: scaleX(-1);
  }
  .service_flow_card {
    position: relative;
    width: 56vw;
    height: 37.3333333333vw;
    padding: 8vw 16vw;
    isolation: isolate;
  }
  .service_flow_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/flow-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: -1;
  }
  .service_flow_card_inner {
    padding-top: 5.3333333333vw;
    margin-left: 0;
  }
  .service_flow_card_heading {
    font-size: 3.7333333333vw;
  }
  .service_flow_card_title {
    font-size: 4.8vw;
  }
  .service_flow_card_icon {
    width: 32vw;
    height: auto;
    margin-top: -18.6666666667vw;
    right: -17.3333333333vw;
  }
  .service_flow_card_icon_1 {
    width: 13.3333333333vw;
    height: auto;
    top: -6.6666666667vw;
    left: 5.3333333333vw;
  }
  .service_flow_card_icon_2 {
    width: 10.6666666667vw;
    height: auto;
    top: 0vw;
  }
  .service_flow_card_body {
    padding-top: 4vw;
  }
  .service_flow_card_text {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .service_flow_card_text_anotation {
    font-size: 2.1333333333vw;
    padding-top: 2.1333333333vw;
  }
  .service_flow_lines {
    display: none;
  }
  .service_flow_dot {
    display: none;
  }
  .service_flow_line {
    display: none;
  }
  .STAFF {
    width: 100%;
    background-image: url("../images/BG_sp_06.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0;
    position: relative;
  }
  .STAFF_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .STAFF_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
    align-items: flex-start;
  }
  .STAFF_cards {
    padding-top: 10.6666666667vw;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 3.2vw;
  }
  .STAFF_card {
    width: 69.3333333333vw;
    height: 49.3333333333vw;
    padding: 2.6666666667vw 6.6666666667vw;
    flex-shrink: 0;
  }
  .STAFF_card_visual {
    column-gap: 5.3333333333vw;
  }
  .STAFF_card_icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .STAFF_card_head {
    gap: 4.8vw;
  }
  .STAFF_card_head .STAFF_name {
    font-size: 3.2vw;
  }
  .STAFF_card_head .STAFF_category_label {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .STAFF_card_body {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .STAFF_year {
    padding-top: 4vw;
    font-size: 3.2vw;
    font-weight: bold;
  }
  .STAFF_year .capitalize {
    font-size: 4.2666666667vw;
  }
  .STAFF_skills {
    font-size: 2.9333333333vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .STAFF_text {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .voice {
    width: 100%;
    background-image: url("../images/BG_sp_07.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10.6666666667vw 0;
    position: relative;
  }
  .voice_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .voice_head {
    gap: 5.3333333333vw;
  }
  .voice_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .voice .sp_only {
    display: block;
  }
  .voice_message {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .voice_message::before {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background-color: #E2F4F1;
    transform: rotate(45deg);
    bottom: -0.5333333333vw;
  }
  .voice_slider {
    width: 93.3333333333vw;
    padding: 0;
  }
  .voice_nav {
    display: none;
  }
  .voice_track {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 3.2vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
    padding: 2.6666666667vw;
  }
  .voice_card {
    width: 80vw;
    height: auto;
  }
  .voice_card_visual {
    column-gap: 2.6666666667vw;
    padding-left: 6.6666666667vw;
    height: 10.6666666667vw;
  }
  .voice_card_icon {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
  .voice_card_person {
    gap: 1.3333333333vw;
  }
  .voice_card_name {
    font-size: 3.4666666667vw;
  }
  .voice_card_year {
    font-size: 2.6666666667vw;
  }
  .voice_card_body {
    padding: 3.2vw 4vw;
    row-gap: 4vw;
  }
  .voice_card_label {
    font-size: 2.6666666667vw;
  }
  .voice_card_text_before_title, .voice_card_text_after_title {
    font-size: 3.2vw;
  }
  .voice_card_catch {
    font-size: 3.7333333333vw;
  }
  .voice_card_text_block {
    row-gap: 3.2vw;
  }
  .voice_card_text_block > p {
    font-size: 2.6666666667vw;
  }
  .voice_card_text_before_text {
    padding-bottom: 2.6666666667vw;
  }
  .service_fee {
    width: 100%;
    background-image: url("../images/BG_sp_08.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10.6666666667vw 0;
    position: relative;
  }
  .service_fee .service_fee_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .service_fee .service_fee_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .service_fee .service_fee_content {
    display: flex;
    gap: 6.6666666667vw;
    margin-top: 0vw;
    padding-top: 10.6666666667vw;
  }
  .service_fee .service_fee_content_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 40vw;
  }
  .service_fee .service_fee_content_left {
    width: 100%;
    height: 18.6666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .service_fee .service_fee_content_right {
    width: 100%;
    height: 21.3333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .service_fee .service_fee_item_number {
    width: 8vw;
    height: 8vw;
    font-size: 5.3333333333vw;
    border-radius: 50%;
    position: absolute;
    transform: translateX(5.3333333333vw);
  }
  .service_fee .service_fee_item_label {
    font-size: 4.2666666667vw;
    padding-left: 17.3333333333vw;
  }
  .service_fee .service_fee_item_desc {
    font-size: 3.2vw;
    padding-left: 17.3333333333vw;
    padding-right: 9.3333333333vw;
  }
  .philosophy {
    width: 100%;
    background-image: url("../images/BG_sp_09.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0;
    position: relative;
  }
  .philosophy .philosophy_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .philosophy .philosophy_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .philosophy .philosophy_cards {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-top: 6.6666666667vw;
    width: 100%;
  }
  .philosophy .philosophy_card {
    gap: 4vw;
    width: 100%;
    height: auto;
    padding: 5.3333333333vw;
    border: 0.8vw solid #D4D4D4;
    box-sizing: border-box;
  }
  .philosophy .philosophy_img {
    width: 37.3333333333vw;
    height: auto;
  }
  .philosophy .philosophy_content_title {
    font-size: 4.8vw;
  }
  .philosophy .philosophy_content_text {
    font-size: 3.2vw;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
  }
  .philosophy .philosophy_conclusion {
    font-size: 4.8vw;
    line-height: 1.8;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .qa_section {
    width: 100%;
    background-image: url("../images/BG_sp_10.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0;
    position: relative;
  }
  .qa_section .qa_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .qa_section .qa_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .qa_section .qa_list {
    padding-top: 12vw;
  }
  .qa_section .qa_item {
    gap: 4.5333333333vw;
    margin-left: 0vw;
    margin-right: 0vw;
    margin-bottom: 7.4666666667vw;
  }
  .qa_section .qa_img {
    width: 13.3333333333vw;
    height: auto;
  }
  .qa_section .qa_body {
    padding-top: 0;
  }
  .qa_section .qa_answer {
    padding: 2.2666666667vw 5.4666666667vw;
    width: 64vw;
    margin-top: 2.6666666667vw;
  }
  .qa_section .qa_answer > p {
    font-size: 2.4vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .qa_section .question {
    font-size: 3.7333333333vw;
    margin-left: -4vw;
  }
  .qa_section .asterrisk {
    font-size: 2.1333333333vw;
  }
  footer {
    width: 100%;
    background-image: url("../images/BG_sp_11.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
  }
  footer .footer_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  footer .footer_logo {
    width: 53.3333333333vw;
    height: 14.6666666667vw;
    padding-top: 6.6666666667vw;
    padding-bottom: 4vw;
  }
}
@media screen and (max-width: 500px) {
  html {
    scroll-padding-top: 12vw;
  }
  .sec_title {
    font-size: 6.4vw;
    line-height: 1.1em;
    font-weight: bold;
    color: #3C435C;
  }
  .sec_title_jp {
    font-size: 4.2666666667vw;
    line-height: 1.1em;
    font-weight: bold;
    color: #3C435C;
  }
  html.is-fixed,
  body.is-fixed {
    overflow: hidden;
    height: 100%;
  }
  .float_wrapper {
    width: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: 0;
    padding: 2.6666666667vw 0;
    background-color: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(2.6666666667vw);
    -webkit-backdrop-filter: blur(2.6666666667vw);
    column-gap: 6.6666666667vw;
    flex-direction: row-reverse;
  }
  .float_wrapper .float_contact_btn {
    display: none;
  }
  .float_wrapper .float_contact_btn_sp {
    padding: 2.6666666667vw 5.3333333333vw;
    column-gap: 2.6666666667vw;
    border-radius: 8vw;
    width: 42.6666666667vw;
    bottom: 4vw;
    z-index: 100;
    position: static;
    transform: unset;
  }
  .float_wrapper .float_contact_btn_sp > p {
    font-size: 3.2vw;
    color: #ffffff;
    font-weight: bold;
  }
  .float_wrapper .float_contact_btn_sp > div {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 1.6vw;
  }
  .float_wrapper .float_contact_btn_sp > div > p {
    font-size: 3.2vw;
    color: #ffffff;
  }
  .float_wrapper .float_contact_btn_sp > div > a {
    width: fit-content;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .float_wrapper .float_contact_btn_sp > div > a img {
    width: 5.3333333333vw;
    height: auto;
  }
  .float_wrapper .float_scroll_back > img {
    width: 10.6666666667vw;
    height: auto;
  }
  header {
    position: fixed;
    padding: 4vw 0;
  }
  header .pc_only {
    display: none;
  }
  header .header_sp {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6.6666666667vw;
    box-sizing: border-box;
    margin: 0 auto;
    z-index: 20;
  }
  header .header_sp .header_logo, header .header_sp .hamburger-menu {
    z-index: 20;
    position: relative;
  }
  header .header_sp .header_logo {
    display: block;
    width: fit-content;
  }
  header .header_sp .header_logo > img {
    width: 26.6666666667vw;
    height: 7.4666666667vw;
  }
  header .header_sp .hamburger-menu {
    width: 10.6666666667vw;
    height: 10.6666666667vw;
    position: relative;
    background: transparent;
    border: none;
    padding: 0;
    margin: 0;
  }
  header .header_sp .hamburger-menu-inner {
    width: 100%;
    height: 100%;
  }
  header .header_sp .hamburger-menu-inner span {
    width: 100%;
    height: auto;
  }
  header .header_sp .hamburger-menu-inner img {
    width: 100%;
    height: auto;
  }
  header .header_sp .open, header .header_sp .close {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .header_sp .close {
    display: none;
  }
  header .header_sp .header_nav_list_sp {
    display: none;
    position: absolute;
    top: -5.3333333333vw;
    left: 0;
    width: 104vw;
    height: 100vh;
    padding-top: 26.6666666667vw;
  }
  header .header_sp .header_nav_list_sp::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(0.5333333333vw);
    -webkit-backdrop-filter: blur(0.5333333333vw);
    z-index: -1;
  }
  header .header_sp .header_nav_list_sp ul {
    list-style: none;
    margin: 0;
    padding-left: 10.6666666667vw;
    display: flex;
    flex-direction: column;
    gap: 6.6666666667vw;
  }
  header .header_sp .header_nav_list_sp ul li a {
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 4.2666666667vw;
    font-weight: medium;
  }
  header .header_sp .header_nav_list_sp .header_btn {
    display: block;
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.2vw;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #ED7700;
    padding: 3.6vw 7.0666666667vw;
    border-radius: 26.4vw;
    width: fit-content;
  }
  header .header_sp.is-open .open {
    display: none;
  }
  header .header_sp.is-open .close {
    display: block;
  }
  header .header_sp.is-open .header_nav_list_sp {
    display: block;
  }
  header .header_sp.is-open .contact_btn_sp {
    display: flex;
  }
  .fv {
    width: 100%;
    background-image: url("../images/BG_sp_01.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0 5.3333333333vw;
  }
  .fv .fv_sp_only {
    padding-top: 17.3333333333vw;
    display: flex;
    flex-direction: column;
  }
  .fv .fv_sp_only .fv_inner {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .fv .fv_sp_only .fv_inner > ul {
    display: flex;
    flex-direction: column;
    row-gap: 4vw;
    align-items: flex-start;
  }
  .fv .fv_sp_only .fv_inner > ul li:first-of-type {
    font-size: 2.6666666667vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
    color: #878787;
  }
  .fv .fv_sp_only .fv_inner > ul li img {
    width: 82.6666666667vw;
    height: auto;
  }
  .fv .fv_sp_only .fv_inner > ul li:last-of-type {
    font-size: 2.6666666667vw;
    font-family: "Zen Maru Gothic", sans-serif;
    font-weight: bold;
  }
  .fv .fv_sp_only .fv_inner .scroll_icon {
    display: none;
  }
  .fv .fv_sp_only > img {
    width: 90.6666666667vw;
    margin: 6.6666666667vw auto 0;
    padding-bottom: 0;
  }
  .about {
    width: 100%;
    background-image: url("../images/BG_sp_02.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
    padding: 2.6666666667vw 0 4vw 0;
  }
  .about::before {
    width: 95%;
    height: auto;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 2.6666666667vw 0 0 2.6666666667vw;
    z-index: -1;
    padding: 0;
    top: 26.6666666667vw;
    bottom: 0;
  }
  .about .about_inner .about_inner_title {
    width: 93.3333333333vw;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    display: flex;
  }
  .about .about_inner .about_inner_title .about_inner_title_text {
    padding-top: 5.3333333333vw;
  }
  .about .about_inner .about_inner_title .about_title_line {
    display: none;
  }
  .about .about_inner .about_inner_title .sec_title {
    padding-bottom: 0;
  }
  .about .about_inner .about_inner_body {
    display: flex;
    position: relative;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 0;
  }
  .about .about_inner .about_inner_img {
    width: 40vw;
    height: auto;
    position: absolute;
    top: -26.6666666667vw;
    left: 40vw;
  }
  .about .about_inner .about_inner_content {
    padding-top: 21.3333333333vw;
    padding-left: 8vw;
    gap: 2.6666666667vw;
  }
  .about .about_inner .about_inner_cards_top {
    display: flex;
    flex-direction: column;
    gap: 2.9333333333vw;
    padding: 0;
  }
  .about .about_inner .about_inner_card, .about .about_inner .about_inner_content_cards {
    font-family: "Zen Maru Gothic", sans-serif;
    background-color: #fff;
    border-radius: 2.6666666667vw;
    padding-top: 5.3333333333vw;
    padding-bottom: 5.3333333333vw;
    padding-left: 6.4vw;
    padding-right: 4vw;
  }
  .about .about_inner .about_inner_card_title {
    display: flex;
    align-items: center;
    gap: 2.6666666667vw;
    min-height: 8vw;
  }
  .about .about_inner .about_inner_card_title h3 {
    font-size: 3.7333333333vw;
  }
  .about .about_inner .about_inner_card_text {
    font-size: 2.6666666667vw;
    padding-top: 2.6666666667vw;
    line-height: 1.4;
  }
  .about .about_inner .about_inner_card_cta {
    font-size: 3.2vw;
  }
  .about .about_inner .about_inner_card_link {
    padding: 1.3333333333vw 4vw;
    border-radius: 5.3333333333vw;
    font-size: 3.2vw;
    margin-left: 5.3333333333vw;
  }
  .about .about_inner .about_inner_card_text_bottom_sp {
    padding-top: 8vw;
  }
  .our_strength {
    width: 100%;
    background-image: url("../images/BG_sp_03.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 16vw 0;
    position: relative;
  }
  .our_strength_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .our_strength_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
    align-items: center;
    padding-top: 0vw;
  }
  .our_strength_cards {
    display: flex;
    flex-direction: column;
    gap: 21.3333333333vw;
    padding-top: 21.3333333333vw;
  }
  .our_strength_card {
    width: 66.6666666667vw;
    height: 64vw;
  }
  .our_strength_card--center {
    margin-top: 0;
  }
  .our_strength_card_visual {
    column-gap: 10.6666666667vw;
    padding-left: 10.6666666667vw;
  }
  .our_strength_card_number {
    font-size: 8vw;
    font-weight: bold;
  }
  .our_strength_card_img_1 {
    width: 32vw;
    height: auto;
  }
  .our_strength_card_body {
    width: 53.3333333333vw;
    row-gap: 2.6666666667vw;
    padding-top: 4vw;
    padding-left: 10.6666666667vw;
  }
  .our_strength_card_heading {
    font-size: 3.7333333333vw;
    font-weight: bold;
  }
  .our_strength_card_subheading .emphasize {
    font-size: 4.2666666667vw;
    font-weight: 900;
  }
  .our_strength_card_text {
    font-size: 2.6666666667vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .daily_schedule {
    width: 100%;
    background-image: url("../images/BG_sp_04.png");
    background-size: cover;
    background-repeat: repeat-y;
    padding: 13.3333333333vw 0;
    position: relative;
  }
  .daily_schedule_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
    row-gap: 13.3333333333vw;
  }
  .daily_schedule_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
    align-items: center;
    padding-top: 8vw;
  }
  .daily_schedule_content {
    row-gap: 26.6666666667vw;
  }
  .daily_schedule_content .sp_only {
    display: block;
  }
  .daily_schedule_content > div {
    flex-direction: column;
    align-items: center;
  }
  .daily_schedule_content_left > h3 {
    font-size: 3.7333333333vw;
    font-weight: bold;
    line-height: 1.5;
  }
  .daily_schedule_content_left > img {
    width: 90.6666666667vw;
    height: auto;
  }
  .daily_schedule_content_right {
    row-gap: 18.6666666667vw;
    width: 90.6666666667vw;
  }
  .daily_schedule_content_right > p {
    font-size: 3.2vw;
    padding-top: 13.3333333333vw;
    line-height: 1.7;
  }
  .daily_schedule_content_right .daily_time_schedule {
    width: 100%;
    height: 168vw;
    padding: 5.3333333333vw 6.6666666667vw;
    flex-direction: column;
    row-gap: 8vw;
    margin-bottom: 8vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div {
    row-gap: 4vw;
    width: 77.3333333333vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div > time {
    width: 21.3333333333vw;
    font-size: 4.2666666667vw;
    padding: 1.3333333333vw 0;
    text-align: center;
    margin: -5.6vw 0 0 -6.6666666667vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div > h3 {
    font-size: 4.8vw;
  }
  .daily_schedule_content_right .daily_time_schedule > div > p {
    font-size: 3.7333333333vw;
    text-align: left;
    line-height: 1.6;
  }
  .daily_schedule_content_right .daily_time_schedule > img {
    width: 77.3333333333vw;
    height: auto;
  }
  .service_flow {
    width: 100%;
    background-image: url("../images/BG_sp_05.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0;
    position: relative;
  }
  .service_flow_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .service_flow_title {
    row-gap: 2.6666666667vw;
    padding-top: 5.3333333333vw;
  }
  .service_flow_cards {
    display: flex;
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-top: 16vw;
  }
  .service_flow_cards_left, .service_flow_cards_right {
    display: contents;
  }
  .service_flow_cards_left > .service_flow_card:nth-of-type(1) {
    order: 1;
  }
  .service_flow_cards_left > .service_flow_card:nth-of-type(2) {
    order: 3;
  }
  .service_flow_cards_left > .service_flow_card:nth-of-type(3) {
    order: 5;
  }
  .service_flow_cards_right > .service_flow_card:nth-of-type(1) {
    order: 2;
  }
  .service_flow_cards_right > .service_flow_card:nth-of-type(2) {
    order: 4;
  }
  .service_flow_cards_right > .service_flow_card:nth-of-type(3) {
    order: 6;
  }
  .service_flow_cards_right > div:nth-of-type(3) .service_flow_card_text {
    font-size: 2.9333333333vw;
  }
  .service_flow_cards_right > .service_flow_card::before {
    transform: scaleX(-1);
  }
  .service_flow_card {
    position: relative;
    width: 56vw;
    height: 37.3333333333vw;
    padding: 8vw 16vw;
    isolation: isolate;
  }
  .service_flow_card::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../images/flow-bubble.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    z-index: -1;
  }
  .service_flow_card_inner {
    padding-top: 5.3333333333vw;
    margin-left: 0;
  }
  .service_flow_card_heading {
    font-size: 3.7333333333vw;
  }
  .service_flow_card_title {
    font-size: 4.8vw;
  }
  .service_flow_card_icon {
    width: 32vw;
    height: auto;
    margin-top: -18.6666666667vw;
    right: -17.3333333333vw;
  }
  .service_flow_card_icon_1 {
    width: 13.3333333333vw;
    height: auto;
    top: -6.6666666667vw;
    left: 5.3333333333vw;
  }
  .service_flow_card_icon_2 {
    width: 10.6666666667vw;
    height: auto;
    top: 0vw;
  }
  .service_flow_card_body {
    padding-top: 4vw;
  }
  .service_flow_card_text {
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .service_flow_card_text_anotation {
    font-size: 2.1333333333vw;
    padding-top: 2.1333333333vw;
  }
  .service_flow_lines {
    display: none;
  }
  .service_flow_dot {
    display: none;
  }
  .service_flow_line {
    display: none;
  }
  .STAFF {
    width: 100%;
    background-image: url("../images/BG_sp_06.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0;
    position: relative;
  }
  .STAFF_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .STAFF_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
    align-items: flex-start;
  }
  .STAFF_cards {
    padding-top: 10.6666666667vw;
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 3.2vw;
  }
  .STAFF_card {
    width: 69.3333333333vw;
    height: 49.3333333333vw;
    padding: 2.6666666667vw 6.6666666667vw;
    flex-shrink: 0;
  }
  .STAFF_card_visual {
    column-gap: 5.3333333333vw;
  }
  .STAFF_card_icon {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
  .STAFF_card_head {
    gap: 4.8vw;
  }
  .STAFF_card_head .STAFF_name {
    font-size: 3.2vw;
  }
  .STAFF_card_head .STAFF_category_label {
    font-size: 2.6666666667vw;
    padding: 1.3333333333vw 5.3333333333vw;
  }
  .STAFF_card_body {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .STAFF_year {
    padding-top: 4vw;
    font-size: 3.2vw;
    font-weight: bold;
  }
  .STAFF_year .capitalize {
    font-size: 4.2666666667vw;
  }
  .STAFF_skills {
    font-size: 2.9333333333vw;
    font-weight: bold;
    line-height: 1.6;
  }
  .STAFF_text {
    font-size: 2.6666666667vw;
    line-height: 1.6;
    font-weight: 400;
  }
  .voice {
    width: 100%;
    background-image: url("../images/BG_sp_07.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10.6666666667vw 0;
    position: relative;
  }
  .voice_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .voice_head {
    gap: 5.3333333333vw;
  }
  .voice_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .voice .sp_only {
    display: block;
  }
  .voice_message {
    font-size: 2.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    margin-top: 5.3333333333vw;
  }
  .voice_message::before {
    content: "";
    width: 3.2vw;
    height: 3.2vw;
    background-color: #E2F4F1;
    transform: rotate(45deg);
    bottom: -0.5333333333vw;
  }
  .voice_slider {
    width: 93.3333333333vw;
    padding: 0;
  }
  .voice_nav {
    display: none;
  }
  .voice_track {
    flex-wrap: nowrap;
    overflow-x: scroll;
    gap: 3.2vw;
    margin-top: 5.3333333333vw;
    margin-bottom: 13.3333333333vw;
  }
  .voice_card {
    width: 80vw;
    height: auto;
  }
  .voice_card_visual {
    column-gap: 2.6666666667vw;
    padding-left: 6.6666666667vw;
    height: 10.6666666667vw;
  }
  .voice_card_icon {
    width: 16.5333333333vw;
    height: 16.5333333333vw;
  }
  .voice_card_person {
    gap: 1.3333333333vw;
  }
  .voice_card_name {
    font-size: 3.4666666667vw;
  }
  .voice_card_year {
    font-size: 2.6666666667vw;
  }
  .voice_card_body {
    padding: 3.2vw 4vw;
    row-gap: 4vw;
  }
  .voice_card_label {
    font-size: 2.6666666667vw;
  }
  .voice_card_text_before_title, .voice_card_text_after_title {
    font-size: 3.2vw;
  }
  .voice_card_catch {
    font-size: 3.7333333333vw;
  }
  .voice_card_text_block {
    row-gap: 3.2vw;
  }
  .voice_card_text_block > p {
    font-size: 2.6666666667vw;
  }
  .voice_card_text_before_text {
    padding-bottom: 2.6666666667vw;
  }
  .service_fee {
    width: 100%;
    background-image: url("../images/BG_sp_08.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 10.6666666667vw 0;
    position: relative;
  }
  .service_fee .service_fee_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .service_fee .service_fee_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .service_fee .service_fee_content {
    display: flex;
    width: 100%;
    gap: 6.6666666667vw;
    margin-top: 0vw;
    padding-top: 10.6666666667vw;
  }
  .service_fee .service_fee_content_item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 40vw;
  }
  .service_fee .service_fee_content_left {
    width: 100%;
    height: 18.6666666667vw;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .service_fee .service_fee_content_right {
    width: 100%;
    height: 21.3333333333vw;
    border-radius: 0 0 2.6666666667vw 2.6666666667vw;
  }
  .service_fee .service_fee_item_number {
    width: 8vw;
    height: 8vw;
    font-size: 5.3333333333vw;
    border-radius: 50%;
    position: absolute;
    transform: translateX(5.3333333333vw);
  }
  .service_fee .service_fee_item_label {
    font-size: 4.2666666667vw;
    padding-left: 17.3333333333vw;
  }
  .service_fee .service_fee_item_desc {
    font-size: 3.2vw;
    padding-left: 17.3333333333vw;
    padding-right: 9.3333333333vw;
  }
  .philosophy {
    width: 100%;
    background-image: url("../images/BG_sp_09.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0;
    position: relative;
  }
  .philosophy .philosophy_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .philosophy .philosophy_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
    padding-top: 2.6666666667vw;
  }
  .philosophy .philosophy_cards {
    display: flex;
    flex-direction: column;
    gap: 5.3333333333vw;
    padding-top: 6.6666666667vw;
  }
  .philosophy .philosophy_card {
    gap: 4vw;
    width: 100%;
    height: auto;
    padding: 5.3333333333vw;
    border: 0.8vw solid #D4D4D4;
  }
  .philosophy .philosophy_img {
    width: 37.3333333333vw;
    height: auto;
  }
  .philosophy .philosophy_content_title {
    font-size: 4.8vw;
  }
  .philosophy .philosophy_content_text {
    font-size: 3.2vw;
    line-height: 1.6;
    font-weight: bold;
    text-align: center;
  }
  .philosophy .philosophy_conclusion {
    font-size: 4.8vw;
    line-height: 1.8;
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .qa_section {
    width: 100%;
    background-image: url("../images/BG_sp_10.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 5.3333333333vw 0;
    position: relative;
  }
  .qa_section .qa_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  .qa_section .qa_title {
    display: flex;
    flex-direction: column;
    row-gap: 2.6666666667vw;
  }
  .qa_section .qa_list {
    padding-top: 12vw;
  }
  .qa_section .qa_item {
    gap: 4.5333333333vw;
    margin-left: 0vw;
    margin-right: 0vw;
    margin-bottom: 7.4666666667vw;
  }
  .qa_section .qa_img {
    width: 13.3333333333vw;
    height: auto;
  }
  .qa_section .qa_body {
    padding-top: 0;
  }
  .qa_section .qa_answer {
    padding: 2.2666666667vw 5.4666666667vw;
    width: 64vw;
    margin-top: 2.6666666667vw;
  }
  .qa_section .qa_answer > p {
    font-size: 2.4vw;
    line-height: 1.6;
    font-weight: bold;
  }
  .qa_section .question {
    font-size: 3.7333333333vw;
    margin-left: -4vw;
  }
  .qa_section .asterrisk {
    font-size: 2.1333333333vw;
  }
  footer {
    width: 100%;
    background-image: url("../images/BG_sp_11.png");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    position: relative;
  }
  footer .footer_inner {
    width: 93.3333333333vw;
    margin: 0 auto;
  }
  footer .footer_logo {
    width: 53.3333333333vw;
    height: 14.6666666667vw;
    padding-top: 6.6666666667vw;
    padding-bottom: 4vw;
  }
}
@media screen and (min-width: 836px) and (max-width: 1024px) {
  .about_bg {
    height: clamp(575px, 70vh, 585px) !important;
  }
}