@charset "UTF-8";
/* foundation */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dd {
  margin-left: 0;
}

a {
  display: inline-block;
  background-color: transparent;
  text-decoration: none;
  color: inherit;
  word-wrap: break-word;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

input[type=date]::-webkit-date-and-time-value {
  text-align: left;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

picture {
  display: block;
  width: 100%;
  height: 100%;
}

img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

span {
  display: inline-block;
}

li {
  list-style: none;
}

.gra_green_overlay {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  color: #393E3B;
  font-size: 1.5rem;
  letter-spacing: 0.05em;
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

main {
  margin-top: 80px;
}

a {
  transition: all 0.3s;
  text-decoration: none;
}

p {
  line-height: 1.6;
}

.second_txt {
  color: #E62E08;
  display: inline;
}

.container {
  width: min(100% - 40px, 1200px);
  margin: 0 auto;
}
.container_1080 {
  width: min(100% - 40px, 1080px);
  margin: 0 auto;
}
.container_980 {
  width: min(100% - 40px, 980px);
  margin: 0 auto;
}

.section_padding {
  padding: 80px 0;
}

.contens_gap {
  margin-top: 60px;
}

.lead_line {
  font-size: 2rem;
  position: relative;
  gap: 20px;
  margin-bottom: 8px;
}
.lead_line::before, .lead_line::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../../assets/images/icon/line.svg") center/100% no-repeat;
  width: 14px;
  height: 22px;
}
.lead_line::before {
  left: 25%;
}
.lead_line::after {
  right: 25%;
  transform: translateY(-50%) scale(-1, 1);
}

.sp_block {
  display: none !important;
}
@media (max-width: 767px) {
  .sp_block {
    display: block !important;
  }
}

.sp_none {
  display: block !important;
}
@media (max-width: 767px) {
  .sp_none {
    display: none !important;
  }
}

.tab_block {
  display: none !important;
}
@media (max-width: 1023px) {
  .tab_block {
    display: block !important;
  }
}

.tab_none {
  display: block !important;
}
@media (max-width: 1023px) {
  .tab_none {
    display: none !important;
  }
}

.border {
  width: 30px;
  height: 3px;
  background-color: #009f41;
}

.textback {
  position: absolute;
  bottom: -19%;
  transform: translateY(-50%);
}

.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 1000;
}
.pagetop:hover {
  transform: translateY(-4px);
}

.pagetop.is-show {
  opacity: 1;
  visibility: visible;
}

/* ===================================
   ▼ 1440px以下（PC微調整）
=====================a============== */
@media (max-width: 1440px) {
  .textback {
    font-size: 14rem;
    bottom: -13%;
  }
  main {
    margin-top: 50px;
  }
}
/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .textback {
    top: 50%;
    bottom: auto;
    right: 16px;
    transform: translateY(-50%);
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .section_padding {
    padding: 60px 0;
  }
  body {
    padding-bottom: 56px;
  }
  .pagetop {
    bottom: 70px;
  }
  .contens_gap {
    margin-top: 40px;
  }
}
/*layout */
.header {
  background-color: #ffffff;
  height: 80px;
  transition: 0.8s;
  padding: 0 0 0 8px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
@media (max-width: 1440px) {
  .header {
    height: 50px;
  }
}
.header_logo {
  gap: 26px;
  padding-left: 17px;
  padding: 8px 0;
}
.header_logo img {
  width: 144px;
}
@media (max-width: 1440px) {
  .header_logo img {
    width: 90px;
  }
}
.header_ttl {
  font-size: 1.2rem;
  font-weight: 500;
}
.header_inr {
  justify-content: space-between;
  max-width: 1920px;
  width: 100%;
  margin: auto;
  align-items: flex-start !important;
}
.header_nav {
  gap: 30px;
}
.header_nav_list {
  position: relative;
  transition: background-color 0.3s;
  gap: 30px;
}
.header_nav_list > li {
  font-weight: 500;
}
.header_nav_list > li > a {
  gap: 4px;
  line-height: 80px;
  font-size: clamp(12px, 0.8333333333vw, 16px);
}
@media (max-width: 1440px) {
  .header_nav_list > li > a {
    font-size: 1.6rem;
  }
}
.header_nav_list > li > a:hover {
  color: #E62E08;
}
.header_nav_drop {
  position: relative;
  cursor: default;
}
.header_nav_drop_icon {
  display: flex;
  padding-top: 2px;
  margin-left: 2px;
}
.header_nav_drop .vertical {
  transform-origin: center;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.header_nav_drop:hover .header_nav_inner {
  top: 130%;
  opacity: 1;
  visibility: visible;
}
.header_nav_drop:hover .vertical {
  transform: rotate(90deg);
  opacity: 0.5;
}
@media (max-width: 1440px) {
  .header_nav_drop:hover .vertical {
    transform: rotate(0deg);
    opacity: 1;
  }
}
.header_nav_drop.active .header_nav_inner {
  display: block;
  position: static;
  opacity: 1;
  visibility: initial;
  width: 100%;
  padding: 8px 16px;
}
@media (max-width: 1440px) {
  .header_nav_drop > a {
    justify-content: space-between;
  }
}
.header_nav_drop > a.open .vertical {
  transform: rotate(90deg);
  opacity: 0.5;
}
.header_nav_inner {
  /* ▼ ドロップダウンメニュー*/
  position: absolute;
  top: 120%;
  left: 0;
  padding: 15px 20px 20px;
  width: 240px;
  background-color: #ffffff;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
@media (max-width: 1440px) {
  .header_nav_inner {
    position: static;
    opacity: 1;
    visibility: initial;
    display: none;
    transition: none;
    width: 100%;
    box-shadow: none;
  }
}
.header_nav_inner li {
  position: relative;
  border-left: 2px solid #E62E08;
}
.header_nav_inner li > a {
  display: block;
  padding: 4px 0 4px 18px;
  font-size: clamp(12px, 0.8333333333vw, 16px);
}
@media (max-width: 1440px) {
  .header_nav_inner li > a {
    font-size: 1.6rem;
  }
}
.header_info {
  align-items: flex-start !important;
  color: #ffffff;
}
.header_info_tel {
  background-color: #009f41;
  padding: 0 20px;
  font-weight: bold;
  width: 138px;
  height: 80px;
  justify-content: center;
}
.header_info_tel::before {
  content: "";
  display: block;
  width: 22px;
  height: 25px;
  background-image: url("../../assets/images/icon/phone.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.header_info_tel span {
  font-size: 1.1rem;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}
.header_info_btn {
  height: 80px;
  width: 150px;
  background-color: #E62E08;
  text-align: center;
  font-weight: bold;
  justify-content: center;
}
.header_info_btn:hover {
  opacity: 0.7;
}

.hamburger_button {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 100;
  border: none;
  cursor: pointer;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  right: 0;
  top: 0;
}
.hamburger_button span {
  position: absolute;
  left: 15px;
  width: 38%;
  height: 2px;
  background: #ffffff;
  transition: 0.3s;
}
.hamburger_button span:nth-child(1) {
  top: 20px;
}
.hamburger_button span:nth-child(2) {
  top: 30px;
}
.hamburger_button.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 25px;
}
.hamburger_button.active span:nth-child(2) {
  transform: rotate(-45deg);
  top: 25px;
}

.sp_nav {
  position: fixed;
  top: 50px;
  left: 0;
  width: 100%;
  height: calc(100vh - 50px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background: #ffffff;
  padding: 50px 20px 0;
  z-index: 90;
  display: none;
}
.sp_nav > ul {
  align-items: flex-start !important;
  gap: 16px;
  font-weight: 500;
}
.sp_nav > ul > li > a {
  padding: 8px;
}
.sp_nav li {
  width: 100%;
}
.sp_nav li a {
  width: 100%;
}
.sp_nav.active {
  display: block;
}

/* ===================================
   ▼ 1440px以下（PC微調整）
=================================== */
@media (max-width: 1440px) {
  .header_nav nav ul {
    gap: 16px;
  }
  .header_nav {
    display: none !important;
  }
  .hamburger_button {
    display: block;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .header_ttl {
    display: none;
  }
}
.footer {
  background-color: #ededed;
  padding: 80px 0 48px;
}
.footer_logo {
  width: 220px;
}
.footer_item {
  font-size: 1.8rem;
  font-weight: bold;
}
.footer_address, .footer_time {
  font-size: 1.4rem;
}
.footer_time {
  font-weight: normal;
}
.footer_inner {
  align-items: flex-start !important;
  justify-content: space-between;
}
.footer_office_name {
  font-weight: 500;
}
.footer_info_list {
  align-items: flex-start !important;
  row-gap: 10px;
  margin-top: 32px;
  line-height: 1.8;
}
.footer_icon {
  margin-right: 5px;
  padding-bottom: 4px;
}
.footer_navArea {
  gap: 40px;
  align-items: flex-start !important;
  flex-wrap: wrap;
  font-weight: 500;
}
.footer_nav {
  align-items: flex-start !important;
  gap: 30px;
}
.footer_nav_sub {
  padding-left: 18px;
  border-left: 1px solid #E62E08;
  margin-top: 10px;
  line-height: 2.3;
}
.footer_nav_link:hover {
  color: #E62E08;
}
.footer_sns_list {
  gap: 20px;
  flex-wrap: wrap;
  max-width: 392px;
  width: 100%;
  margin: 60px auto;
  font-weight: 500;
}
.footer_sns_item {
  font-size: 1.4rem;
}
.footer_sns_item a {
  gap: 7px;
}

.sns_link:hover {
  color: #E62E08;
}

.copyright {
  font-size: 1.2rem;
  opacity: 0.6;
  margin-bottom: 28px;
  text-align: center;
}

/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .footer_inner {
    flex-direction: column;
    gap: 40px;
  }
  .footer_info_list {
    margin-top: 16px;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .footer {
    padding: 24px 0 48px;
  }
  .footer_nav, .footer_navArea {
    gap: 12px;
    font-size: 1.4rem;
  }
  .footer_sns_list {
    flex-direction: column;
    margin: 0;
    align-items: flex-start !important;
    gap: 8px;
    margin: 20px 0;
  }
  .footer_navArea {
    flex-direction: column;
  }
  .footer_nav_sub {
    padding-left: 12px;
  }
  .copyright {
    margin: 60px 0;
  }
}
/* object */
.animation_flow {
  overflow: hidden;
  margin: 80px 0 60px;
}
.animation_flow_track {
  display: flex;
  width: max-content;
  animation: flow-scroll 65s linear infinite;
  gap: 40px;
}
.animation_flow_list {
  display: flex;
  gap: 20px;
}
@keyframes flow-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .animation_flow {
    margin: 48px 0;
  }
  .animation_flow_track {
    gap: 20px;
  }
  .animation_flow_list {
    gap: 10px;
    height: 80px;
  }
}
.hover_text_green:hover {
  color: #009f41;
}
.hover_text_red:hover {
  color: #E62E08;
}
.hover_opacity:hover {
  opacity: 0.7;
}
.hover_scale div {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 52.5%;
  transition: 0.3s all;
  border-radius: 8px;
}
.hover_scale img {
  transition: 0.3s all;
  position: absolute;
  width: 100%;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.hover_scale:hover img {
  transform: translate(-50%, -50%) scale(1.05, 1.05);
}

.text_bold {
  font-weight: bold;
}
.text_500 {
  font-weight: 500;
}
.text_center {
  text-align: center;
}
.text_price {
  line-height: 1;
}
.text_price > span {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e54c30;
}
.text_price_slash {
  display: inline;
}

.text_color_green {
  color: #009f41;
}
.text_color_red {
  color: #E62E08;
}
.text_color_orange {
  color: #e54c30;
}
.text_color_white {
  color: #ffffff;
}

@media (max-width: 767px) {
  .text_price_slash {
    display: none;
  }
}
.bg_green {
  background-color: #009f41;
}
.bg_green_light {
  background-color: rgb(240.96, 255, 246.6996226415);
}
.bg_red {
  background-color: #E62E08;
}
.bg_red_light {
  background-color: #fffaf9;
}
.bg_orange {
  background-color: #e54c30;
}
.bg_white {
  background-color: #ffffff;
}
.bg_grad {
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
}
.bg_grad_light {
  background: linear-gradient(90deg, #aaeac5 0%, #FFBEB2 100%);
}
.bg_gra_green {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
}
.bg_gra_red {
  background: linear-gradient(135deg, #EA5C1F 0%, #DF3E38 25%, #D93C37 37%, #CB3734 52%, #B22F2F 67%, #93252A 83%);
}

.icon_arrow {
  display: inline-block;
  vertical-align: middle;
  color: #009f41;
  flex-shrink: 0;
  line-height: 1;
  position: relative;
  width: 35px;
  height: 35px;
  background: currentColor;
  border-radius: 50%;
  transition: all 0.3s;
}
.icon_arrow::before {
  content: "";
  background-image: url("../../assets/images/icon/arrow-white.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 10px;
}
.icon_arrow_red {
  background-color: #E62E08;
}
.icon_num {
  border-radius: 50%;
  background-color: #E62E08;
  color: #ffffff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  margin: 0 2px;
}

.flex {
  display: flex;
  align-items: center;
}
.flex_row {
  flex-direction: row;
}
.flex_column {
  flex-direction: column;
}
.flex_center {
  justify-content: center;
}

.flex_alternate {
  gap: 120px;
}
.flex_alternate_box {
  gap: 80px;
  align-items: stretch;
  padding-top: 60px;
}
.flex_alternate_text {
  flex: 1;
  gap: 24px;
  align-items: flex-start;
}
.flex_alternate_text .ttl_textdeco::before {
  left: auto;
}
.flex_alternate_img {
  width: min(100%, 480px);
}

@media (max-width: 1440px) {
  .flex_alternate_box {
    gap: 40px;
  }
  .flex_alternate_text {
    gap: 8px;
  }
}
@media (max-width: 1023px) {
  .flex_alternate {
    gap: 40px;
  }
  .flex_alternate_box {
    gap: 40px;
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
  .flex_alternate_box_reverse {
    flex-direction: column-reverse;
  }
  .flex_alternate_box_reverse .flex_alternate_text {
    z-index: 1;
  }
  .flex_alternate_text .ttl_textdeco::before {
    top: -4.2rem;
    font-size: 6rem;
  }
}
/* 共通（元の線スタイル） */
.ttl_main {
  font-size: 2.2rem;
  margin-bottom: 40px;
  font-weight: 500;
  gap: 15px;
}
.ttl_main_en {
  display: inline-flex;
  align-items: center;
  font-size: 2.4rem;
  position: relative;
  font-weight: 500;
  column-gap: 14px;
}
.ttl_main_en::before, .ttl_main_en::after {
  content: "";
  width: 20px;
  height: 6px;
  background: url("../../assets/images/circle-grad.svg") no-repeat center/100%;
}
.ttl_main_white {
  color: #ffffff;
}
.ttl_main_white .ttl_main_en::before, .ttl_main_white .ttl_main_en::after {
  background-image: url("../../assets/images/circle-white.svg");
}
.ttl_section {
  font-size: 2.4rem;
}
.ttl_line {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 500;
}
.ttl_line span {
  height: 30px;
  background-color: #E62E08;
  width: 2px;
  margin-top: 24px;
}
.ttl_left {
  align-items: flex-start;
}
.ttl_right {
  align-items: flex-end;
}
.ttl_textdeco {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
.ttl_textdeco::before {
  content: attr(data-feature);
  position: absolute;
  top: -12.2rem;
  left: -5%;
  font-size: 15.2rem;
  padding-right: 1em;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  opacity: 0.2;
  font-family: "Oooh Baby", cursive;
  white-space: nowrap;
}
.ttl_textdeco::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #009f41;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.ttl_textdeco_orange {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 16px;
}
.ttl_textdeco_orange::after {
  content: "";
  width: 30px;
  height: 3px;
  background: #e54c30;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
}
.ttl_borderleft {
  font-size: 2.2rem;
  margin: 3.2rem 0 1.6rem;
  padding-left: 38px;
  position: relative;
}
.ttl_borderleft::before {
  content: "";
  width: 30px;
  height: 3px;
  background: #009f41;
  position: absolute;
  left: 0;
  top: 1.6rem;
}

@media (max-width: 1440px) {
  .ttl_textdeco::before {
    font-size: 10.2rem;
    top: -7.2rem;
    left: 5%;
  }
}
@media (max-width: 1023px) {
  .ttl_textdeco::before {
    font-size: 7.2rem;
  }
  .ttl_left {
    align-items: center;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .ttl_main {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .ttl_main_en {
    font-size: 2rem;
  }
  .ttl_main_en::before, .ttl_main_en::after {
    width: 16px;
  }
  .ttl_section {
    font-size: 2rem;
  }
  .ttl_line {
    margin-bottom: 24px;
  }
  .ttl_line span {
    height: 16px;
    margin-top: 8px;
  }
  .ttl_textdeco::before {
    font-size: 9rem;
    left: -5%;
  }
  .ttl_borderleft {
    font-size: 1.8rem;
    padding-left: 24px;
  }
  .ttl_borderleft::before {
    width: 16px;
    top: 1.4rem;
  }
}
.btn {
  border-radius: 70px;
  display: block;
  position: relative;
  padding: 16px 60px 16px 35px;
  color: #ffffff;
  font-weight: bold;
}
.btn::after {
  content: "";
  background-image: url("../../assets/images/icon/arrow.svg");
  width: 16px;
  height: 12px;
  background-repeat: no-repeat;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.btn_green {
  background-color: #009f41;
  color: #ffffff;
}
.btn_green:hover {
  background-color: #E62E08;
}
.btn_red {
  width: min(100%, 380px);
  background-color: #E62E08;
}
.btn_red:hover {
  background-color: #009f41;
}
.btn_black {
  width: 280px;
  background-color: #393E3B;
  margin: 0 auto;
}
.btn_black:hover {
  background-color: #E62E08;
}
.btn_tel {
  display: flex;
  letter-spacing: 0.05em;
  gap: 12px;
  font-size: 3.6rem;
  height: 70px;
  padding: 0 30px;
  width: auto;
  align-items: center;
  background-color: #009f41;
  justify-content: center;
  pointer-events: none;
  color: inherit;
}
.btn_tel::after {
  content: none;
}
@media (max-width: 767px) {
  .btn_tel {
    pointer-events: auto;
  }
}
.btn_email {
  background-color: #E62E08;
  font-size: 2.5rem;
  display: flex;
  letter-spacing: 0.05em;
  gap: 12px;
  height: 70px;
  padding: 0 30px;
  width: auto;
  align-items: center;
}
.btn_email::after {
  content: none;
}
.btn_email:hover {
  opacity: 0.7;
}
.btn_header_sp {
  color: #ffffff;
  padding: 16px 0;
  margin: 0 auto;
  text-align: center;
  width: min(100%, 480px);
}
.btn_header_sp:hover {
  background-color: #009f41;
}

/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .btn {
    padding: 16px 60px 16px 24px;
  }
  .btn_tel {
    font-size: 2.8rem;
    height: 60px;
  }
  .btn_email {
    font-size: 1.8rem;
    height: 60px;
  }
}
.insidenav {
  width: min(100% - 32px, 1400px);
  margin: 40px auto;
}
.insidenav ul {
  gap: 32px;
  justify-content: center;
  align-items: stretch;
}
.insidenav_item {
  width: min(100%, 280px);
}
.insidenav_item a {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 16px 8px;
  text-align: center;
  transition: color 0.3s ease;
}
.insidenav_item a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
}
.insidenav_item a:hover {
  color: #009f41;
}
.insidenav_item a:hover span::after {
  background-image: url("../../assets/images/icon/arrow-bottom-green.svg");
}
.insidenav_item a span {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}
.insidenav_item a span::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url("../../assets/images/icon/arrow-bottom.svg");
  background-size: 100% 100%;
  transition: background-image 0.3s ease, transform 0.3s ease;
}

/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .insidenav {
    margin: 16px auto 0;
  }
  .insidenav ul {
    gap: 0;
    flex-direction: column;
  }
  .insidenav ul li a {
    font-size: 1.6rem;
  }
  .insidenav_item {
    width: 100%;
  }
}
.img_bg_green {
  position: relative;
  display: block;
  padding-right: 2rem;
  z-index: 0;
}
.img_bg_green::after {
  content: "";
  display: block;
  background-color: #009f41;
  width: calc(100% - 2rem);
  height: 100%;
  position: absolute;
  top: 2rem;
  right: 0;
  border-radius: 16px;
  z-index: -1;
}
.img_round {
  border-radius: 16px;
}

.flow {
  position: relative;
}
.flow::before, .flow::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
}
.flow::before {
  top: 0;
}
.flow::after {
  bottom: 0;
}
.flow_inner {
  gap: 24px;
}
.flow_content {
  background-color: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  width: 100%;
  padding: 32px 48px;
  justify-content: center;
  gap: 40px;
  border-radius: 8px;
}
.flow_number {
  color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
  flex-shrink: 0;
  aspect-ratio: 1/1;
}
.flow_number small {
  font-size: 1.2rem;
  line-height: 1;
}
.flow_number span {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1;
}
.flow_ttl {
  font-size: 2rem;
  margin-bottom: 8px;
}
.flow_txt {
  max-width: 700px;
  width: 100%;
}
.flow_lead {
  position: relative;
  display: inline-block;
  padding: 6px 20px;
  color: #ffffff;
  right: 14px;
  bottom: 5px;
  font-size: 1.6rem;
  background: #E62E08;
  border-radius: 6px;
  text-align: center;
}
.flow_lead::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 6px solid #E62E08;
}
.flow_link {
  color: #009f41;
  font-weight: 500;
}
.flow_link:hover {
  opacity: 0.7;
}

/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .flow_content {
    padding: 12px 8px;
    gap: 20px;
  }
  .flow_number {
    width: 60px;
    height: 60px;
  }
  .flow_number span {
    font-size: 2.2rem;
  }
  .flow_lead {
    font-size: 1.4rem;
    padding: 4px 8px;
    right: 3px;
  }
  .flow_ttl {
    font-size: 1.6rem;
  }
  .flow_txt p {
    font-size: 1.4rem;
  }
}
/*ContactForm7上書き*/
.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-spinner {
  display: none;
}

.form {
  max-width: 980px;
  margin: 0 auto 40px;
  background-color: rgb(240.96, 255, 246.6996226415);
  padding: 40px 80px;
  border-radius: 16px;
}

.form_row {
  border-top: 1px solid rgb(79.5, 255, 151.2452830189);
  padding: 20px 0;
  align-items: flex-start;
}
.form_row:last-of-type {
  border-bottom: 1px solid rgb(79.5, 255, 151.2452830189);
}

.form_label {
  width: 30%;
  align-items: flex-start;
  font-weight: 500;
  gap: 8px;
  padding-right: 16px;
}

.form_input {
  width: 70%;
}

.form_required {
  background: #E62E08;
  color: #ffffff;
  padding: 4px 6px;
  border-radius: 4px;
  font-size: 1.2rem;
  line-height: 1;
}

input[type=text],
input[type=tel],
input[type=email],
textarea {
  width: 100%;
  padding: 8px;
  border: 1px solid #ededed;
  border-radius: 4px;
  background-color: #ffffff;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
textarea:focus {
  outline: none;
}

textarea {
  min-height: 200px;
  vertical-align: top;
}

input[type=file] {
  display: none;
}

.form_file_wrapper {
  gap: 16px;
}
.form_file_button {
  display: inline-block;
  padding: 10px 0;
  width: 180px;
  background-color: #e54c30;
  color: #ffffff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
}
.form_file_button:hover {
  background-color: #009f41;
  border-color: #666;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.form_file_button:active {
  transform: translateY(1px);
  box-shadow: none;
}
.form_file_name {
  font-size: 1.5rem;
  color: #79857e;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 50%;
  flex: 1;
}

.form_note {
  color: #79857e;
  display: block;
  margin-top: 5px;
}

.form_radio_group {
  align-items: flex-start;
  gap: 12px;
}
.form_radio_group label {
  font-weight: 500;
  cursor: pointer;
  gap: 8px;
  display: flex;
  align-items: center;
}

.form_policy_section {
  margin-bottom: 25px;
}
.form_policy_title {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
.form_policy_sub_title {
  margin-bottom: 10px;
}
.form_policy_item_title {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 15px 0 5px;
}
.form_policy a {
  margin-bottom: 10px;
  display: block;
  word-break: break-all;
  max-width: 100%;
}
.form_policy_list {
  margin: 0 0 10px 20px;
  padding: 0;
}
.form_policy_list li {
  margin-bottom: 5px;
}

.form_checkbox_section {
  padding-top: 30px;
  gap: 16px;
}
.form_checkbox_label {
  cursor: pointer;
  gap: 8px;
}
.form_checkbox_input {
  transform: scale(1.2);
}
.form_checkbox_text a {
  text-decoration: underline;
}
.form_checkbox_text a:hover {
  text-decoration: none;
  color: #009f41;
}

.wpcf7-acceptance label {
  display: flex;
  align-items: center;
  gap: 8px;
}

.form_btn {
  margin-top: 50px;
  text-align: center;
  justify-content: center;
  gap: 50px;
}
.form_btn_submit {
  appearance: none;
  background-color: #E62E08;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 20px 80px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 280px;
}
.form_btn_submit:disabled {
  background-color: #79857e;
  cursor: not-allowed;
  box-shadow: none;
  transform: none;
  opacity: 0.7;
}
.form_btn_submit:not(:disabled):hover {
  background-color: #009f41;
}
.form_btn_previous {
  appearance: none;
  background-color: #79857e;
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  padding: 20px;
  border: 2px solid #ffffff;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  min-width: 280px;
}

@media (max-width: 1023px) {
  .form {
    padding: 40px 16px;
  }
}
@media (max-width: 767px) {
  .form_row {
    flex-direction: column;
  }
  .form_label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form_input {
    width: 100%;
  }
  .form_file_wrapper {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  .form_checkbox_input {
    position: relative;
    top: 4px;
  }
  .form_checkbox_label {
    align-items: flex-start;
  }
  .form_btn {
    flex-direction: column;
    gap: 16px;
  }
  .form_btn_submit {
    padding: 20px;
  }
}
.pagination {
  justify-content: space-between;
  padding: 16px 0;
  position: relative;
  width: 100%;
}
.pagination::before {
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.pagination a {
  padding: 8px 12px;
  gap: 8px;
  font-weight: 500;
  font-size: 1.8rem;
}
.pagination a:hover {
  color: #009f41;
}
.pagination_prev img {
  transform: rotate(-180deg);
}
.pagination_next {
  margin-left: auto;
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.pagination .page-numbers {
  color: #009f41;
  border-radius: 50%;
  font-size: 1.4rem;
  width: 24px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  padding: 0;
}
.pagination .page-numbers.prev, .pagination .page-numbers.next {
  background-color: transparent;
  color: #009f41;
  width: auto;
}
.pagination .page-numbers.current {
  color: #ffffff;
  background-color: #E62E08;
  font-size: 1.6rem;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .pagination a {
    padding: 8px 0;
  }
}
.list_dl {
  border-radius: 30px;
  overflow: hidden;
  width: min(100%, 980px);
  margin: 0 auto;
  border: 1px solid #ededed;
}
.list_dl .flex {
  align-items: stretch;
  width: 100%;
  border-bottom: 1px solid #ededed;
}
.list_dl .flex:last-of-type {
  border-bottom: none;
}
.list_dl dt {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  width: 20%;
  color: #ffffff;
}
.list_dl dt,
.list_dl dd {
  padding: 32px;
}
.list_dl dd {
  flex: 1;
  background-color: rgb(240.96, 255, 246.6996226415);
}
.list_dl02 {
  line-height: 1.6;
  letter-spacing: 0.1em;
}
.list_dl02 > div {
  display: flex;
}
.list_dl02 > div dt {
  border-bottom: 1px solid #009f41;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0;
  width: 32%;
}
.list_dl02 > div dd {
  border-bottom: 1px solid #E62E08;
  padding: 20px 0 20px;
  margin: 0;
  padding-left: 16px;
  width: 68%;
}
.list_circle {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0 16px;
}
.list_circle li {
  display: flex;
  gap: 4px;
}
.list_circle li:before {
  content: "●";
  /* color: v.$primary;*/
  color: #e54c30;
  font-size: 1.2rem;
  position: relative;
  top: 2px;
}
.list_check_row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  position: relative;
  margin: 0 auto;
  max-width: 980px;
  font-size: 1.6rem;
}
.list_check_row::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #ffffff;
}
.list_check_row .list_check {
  gap: 20px;
}
.list_check_row .list_check li::before {
  top: -2px;
  width: 30px;
  height: 30px;
}
.list_check {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.list_check li {
  display: flex;
  gap: 8px;
  width: 100%;
}
.list_check li p {
  flex: 1;
}
.list_check li:before {
  content: "";
  display: block;
  position: relative;
  top: 2px;
  width: 20px;
  height: 20px;
  background-image: url("../../assets/images/icon/checkd.svg");
  background-position: center;
  background-size: cover;
  flex-shrink: 0;
}
.list_check_wh li::before {
  background-image: url("../../assets/images/icon/checkd-wh.svg");
}
.list_num {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.list_num li {
  position: relative;
  counter-increment: number;
  display: flex;
  gap: 8px;
}
.list_num li::before {
  content: counter(number);
  width: 24px;
  height: 24px;
  background-color: #E62E08;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  line-height: 1.6;
  font-weight: 500;
  flex-shrink: 0;
}
.list_faq {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list_faq_item {
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 0 8px rgba(59, 166, 150, 0.16);
  padding: 24px;
}
.list_faq_ttl {
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 1.8rem;
  color: #009f41;
}
.list_faq_ttl:before, .list_faq_ttl:after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 2px;
  width: 12px;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  transition: all 0.3s ease-in-out;
}
.list_faq_ttl::before {
  transform: rotate(90deg);
}
.list_faq_ttl.is_open::before {
  transform: rotate(180deg);
}
.list_faq_body {
  padding: 16px 32px 0 0;
  display: none;
}
.list_card_ttl {
  position: relative;
  padding: 8px 0;
  display: flex;
  gap: 8px;
  align-items: center;
  font-weight: 500;
}
.list_card_ttl::before, .list_card_ttl::after {
  content: "";
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
}
.list_card_ttl:before {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.list_card_ttl::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
}

@media (max-width: 1023px) {
  .list_check_row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .list_check_row::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .list_dl {
    border-radius: 16px;
  }
  .list_dl dt {
    width: 28%;
  }
  .list_dl dt,
  .list_dl dd {
    padding: 8px;
    font-size: 1.3rem;
  }
  .list_circle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px 0 16px;
  }
  .list_circle li {
    display: flex;
    gap: 4px;
  }
  .list_circle li:before {
    content: "●";
    color: #009f41;
    font-size: 1.2rem;
    position: relative;
    top: 2px;
  }
  .list_check_row {
    gap: 8px;
  }
  .list_check_row .list_check {
    gap: 8px;
  }
  .list_check_row .list_check li {
    font-size: 1.6rem;
  }
  .list_check_row .list_check li::before {
    top: 4px;
    width: 16px;
    height: 16px;
  }
  .list_num {
    gap: 8px;
  }
  .list_num li {
    position: relative;
    counter-increment: number;
    display: flex;
    gap: 8px;
  }
  .list_num li::before {
    width: 16px;
    height: 16px;
    font-size: 1.2rem;
    line-height: 2;
    position: relative;
    top: 4px;
  }
  .list_faq {
    gap: 8px;
  }
  .list_faq_item {
    padding: 16px;
  }
  .list_faq_ttl {
    font-size: 1.5rem;
  }
  .list_faq_body {
    padding: 16px 16px 0 0;
  }
  .list_dl02 dl dt {
    padding: 20px 8px;
  }
}
.introduction_block {
  text-align: center;
}
.introduction_block_ttl {
  font-size: 3.6rem;
  margin-bottom: 20px;
}
.introduction_block_subttl {
  font-size: 2.6rem;
  margin: 24px 0 40px;
}
.introduction_block_txt {
  font-size: 1.8rem;
  line-height: 1.8;
  margin: 2rem 0;
}
.introduction_block .ttl_textdeco::before {
  left: 50%;
  transform: translateX(-50%);
  padding: 0 1rem;
}
.introduction_block .ttl_textdeco::after {
  content: none;
}

/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .introduction_block_ttl {
    font-size: 2.6rem;
  }
  .introduction_block_subttl {
    font-size: 2rem;
  }
  .introduction_block_txt {
    font-size: 1.6rem;
  }
  .introduction_block .ttl_textdeco::before {
    font-size: 9.2rem;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .introduction_ttl {
    font-size: 2.6rem;
  }
  .introduction_txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .introduction_subttl {
    font-size: 2rem;
    margin: 16px 0;
  }
  .introduction_block_txt, .introduction_block_subttl {
    text-align: left;
  }
  .introduction_block_ttl {
    font-size: 2.2rem;
  }
  .introduction_block_txt {
    text-align: left;
  }
  .introduction_block .ttl_textdeco::before {
    top: -4.2rem;
    font-size: 6rem;
  }
}
.top_mv {
  position: relative;
  aspect-ratio: 1920/869;
}
.top_mv_txt {
  font-size: 4rem;
  color: #E62E08;
}
.top_mv_slide {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.top_mv_slide img {
  width: 100%;
  object-fit: cover;
}
.top_mv_en {
  font-family: "Oooh Baby", cursive;
  font-size: 9.5rem;
  transform: rotate(-10deg);
  left: -40px;
  position: absolute;
  z-index: 2;
  top: -80px;
  display: inline-block;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
}
.top_mv_btn {
  width: 400px;
  height: 70px;
  font-size: 2.2rem;
}
.top_mv_btn:hover {
  background-color: #E62E08;
}
.top_mv_txtarea {
  position: absolute;
  width: clamp(500px, 55%, 939px);
  padding: 84px 66px;
  bottom: 0;
  right: 4%;
}
.top_mv_subttl {
  margin: 32px 0 40px;
  font-size: 2rem;
}

.mv {
  padding: 120px 0;
  background-size: cover;
  background-position: center;
  position: relative;
}
.mv::after {
  content: attr(data-ttl);
  position: absolute;
  white-space: nowrap;
  left: 50%;
  transform: translateX(-50%) rotate(-10deg);
  bottom: -4rem;
  font-family: "Oooh Baby", cursive;
  padding: 0 1rem;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  font-weight: normal;
  font-size: 9.6rem;
}
.mv_ttl {
  font-size: 5rem;
  text-align: center;
}
.mv_about {
  background-image: url("../../assets/images/mv/about.webp");
}
.mv_contact {
  background-image: url("../../assets/images/mv/contact.webp");
}
.mv_corporation {
  background-image: url("../../assets/images/mv/corporation.webp");
}
.mv_esg {
  background-image: url("../../assets/images/mv/esg.webp");
}
.mv_independence {
  background-image: url("../../assets/images/mv/independence.webp");
}
.mv_individual {
  background-image: url("../../assets/images/mv/individual.webp");
}
.mv_interview {
  background-image: url("../../assets/images/mv/interview.webp");
}
.mv_job {
  background-image: url("../../assets/images/mv/job.webp");
}
.mv_news {
  background-image: url("../../assets/images/mv/news.webp");
}
.mv_office {
  background-image: url("../../assets/images/mv/officeinfor.webp");
}
.mv_recruit {
  background-image: url("../../assets/images/mv/recruit.webp");
}
.mv_tips {
  background-image: url("../../assets/images/mv/tips.webp");
}
.mv_training {
  background-image: url("../../assets/images/mv/training.webp");
}

/* ===================================
   ▼ 1440px以下（PC微調整）
=================================== */
@media (max-width: 1440px) {
  .top_mv_txtarea {
    padding: 48px 32px;
  }
  .top_mv_subttl {
    margin: 20px 0;
    font-size: clamp(18px, 1.9444444444vw, 28px);
  }
  .top_mv_en {
    font-size: 8.5rem;
  }
  .top_mv_txt {
    font-size: clamp(30px, 2.7777777778vw, 40px);
  }
}
/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .top_mv_txtarea {
    padding: 48px 16px;
    width: clamp(450px, 55%, 939px);
  }
  .top_mv_txt {
    font-size: clamp(28px, 3.3203125vw, 34px);
  }
  .top_mv_subttl {
    margin: 20px 0;
    font-size: clamp(16px, 1.85546875vw, 19px);
  }
  .top_mv_en {
    top: -35px;
    font-size: 6.5rem;
  }
  .top_mv_btn {
    font-size: 2rem;
    width: 320px;
    height: 60px;
  }
  .mv {
    padding: 80px 0;
  }
  .mv::after {
    font-size: 7.6rem;
  }
  .mv_ttl {
    font-size: 4rem;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .top_mv {
    aspect-ratio: auto;
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .top_mv_en {
    font-size: clamp(45px, 13.0208333333vw, 100px);
    top: -15vw;
    left: 0;
  }
  .top_mv_txt {
    font-size: clamp(22px, 6.5104166667vw, 50px);
  }
  .top_mv_subttl {
    font-size: clamp(14px, 3.125vw, 24px);
  }
  .top_mv_slide {
    position: relative;
    width: 100%;
    height: auto;
  }
  .top_mv_slide img {
    width: 100%;
    height: auto;
    display: block;
  }
  .top_mv_txtarea {
    position: relative;
    left: 50%;
    right: 0;
    bottom: 8vw;
    transform: translateX(-50%);
    z-index: 2;
    width: 90vw;
    padding: 30px 34px 0;
    background-color: transparent;
  }
  .top_mv_btn {
    height: 55px;
    width: 262px;
    font-size: 1.6rem;
  }
  .top_mv_subttl {
    margin: 14px 0 25px;
  }
  .mv {
    padding: 60px 0;
    margin-bottom: 60px;
  }
  .mv::after {
    font-size: 5.6rem;
    bottom: -3rem;
  }
  .mv_ttl {
    font-size: 3.2rem;
  }
  .mv_ttl::after {
    font-size: 5.6rem;
    bottom: -9rem;
  }
  .mv_office::after {
    font-size: 5.3rem;
  }
  .mv_individual::after, .mv_corpration::after {
    font-size: 4.6rem;
  }
}
.cta {
  padding: clamp(60px, 6vw, 80px) 0;
  background: url("../../assets/images/top/cta.webp") center/cover no-repeat;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  z-index: 0;
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, rgba(200.7811158798, 52.3776824034, 25.2188841202, 0.7) 0% 50%, rgba(0, 108, 44.1509433962, 0.7) 50% 100%);
  z-index: 1;
}
.cta_btnarea {
  flex: 1;
}
.cta_inner {
  position: relative;
  z-index: 2;
}
.cta_inner::before {
  position: absolute;
  content: "";
  width: 2px;
  left: 50%;
  transform: translateX(-50%);
  height: 161px;
  display: block;
  background: #ffffff;
}
.cta .ttl_main {
  z-index: 2;
}
.cta_ttl {
  margin-bottom: 25px;
  font-size: 1.8rem;
}
.cta_time {
  margin-top: 12px;
  line-height: 1.8;
  font-size: 1.6rem;
}
.cta_deco_txt {
  font-family: "Oooh Baby", cursive;
  font-size: clamp(6rem, 20vw, 20rem);
  position: absolute;
  transform: rotate(-10deg);
  opacity: 0.08;
  z-index: 0;
  pointer-events: none;
  bottom: -60px;
  right: 0;
  font-weight: normal;
  z-index: 2;
}

.cta_sp {
  display: none;
  height: 56px;
}

.cta_sp_item {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #009f41;
  padding: 4px 0;
}

.cta_sp_btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #ffffff;
}

.cta_sp_btn_tel img {
  width: 24px;
}

.cta_sp_btn_mail {
  background: #E62E08;
}

.cta_sp_time {
  font-size: 1.1rem;
  color: #ffffff;
}

/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .cta_inner {
    flex-direction: column;
    gap: 40px;
  }
  .cta_inner::before {
    width: auto;
  }
  .cta_btnarea {
    max-width: 100%;
  }
  .cta_btnarea:nth-child(2) {
    position: relative;
  }
  .cta_btnarea:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ffffff;
    top: -20px;
    left: 0;
  }
  /* ===================================
     ▼ 767px以下
  =================================== */
}
@media (max-width: 1023px) and (max-width: 767px) {
  .cta_ttl {
    margin-bottom: 12px;
  }
  .cta_deco_txt {
    bottom: 5px;
    right: 20px;
  }
  .cta_sp {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 999;
  }
}
/*swiperCSS上書き*/
.swiper-slide {
  border-radius: 16px;
}

.swiper-container {
  position: relative;
}

.swiper-pagination {
  bottom: -56px !important;
}
.swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
}
.swiper-pagination .swiper-pagination-bullet-active {
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
}

.swiper-button-next,
.swiper-button-prev {
  transition: all 0.3s;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  color: #ffffff;
  font-size: 2rem !important;
  font-weight: bold;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  padding: 40px 12px;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .swiper-pagination {
    bottom: -40px !important;
  }
  .swiper-pagination .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 1.6rem !important;
    padding: 24px 8px;
  }
}
.pagenav_inner {
  gap: 16px;
  justify-content: center;
  flex: 1;
}
.pagenav_content {
  width: 100%;
  position: relative;
}
.pagenav_link:hover .pagenav_circle {
  /* background-color: v.$primary;
   border: 1px solid v.$primary;*/
  background-color: #E62E08;
  border: 1px solid #E62E08;
}
.pagenav_link:hover .pagenav_circle_orange {
  background-color: #e54c30;
}
.pagenav_ttl {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  white-space: nowrap;
  padding: 8px 16px;
  color: #ffffff;
  font-size: clamp(12px, 0.9375vw, 18px);
  gap: 12px;
}
.pagenav_circle {
  background: none;
  width: 25px;
  height: 25px;
  border: 1px solid #ffffff;
}

/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .pagenav_ttl {
    padding: 8px 16px;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .pagenav_ttl {
    font-size: 1.8rem;
  }
  .pagenav_inner {
    flex-direction: column;
  }
  .pagenav_link {
    justify-content: center;
  }
}
.box_grad {
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  width: min(100%, 980px);
  margin: 40px auto;
}
.box_grad_ttl {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}
.box_grad_text p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 1rem 0 0;
}

.box_gra_green {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  color: #ffffff;
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  width: min(100%, 980px);
  margin: 40px auto;
}
.box_gra_green_ttl {
  text-align: center;
  font-size: 3rem;
  margin-bottom: 20px;
}
.box_gra_green_text p {
  font-size: 1.6rem;
  line-height: 1.8;
  font-weight: 500;
  margin: 1rem 0 0;
}

@media (max-width: 767px) {
  .box_grad {
    padding: 24px 16px;
  }
  .box_grad_ttl {
    font-size: 2rem;
    margin-bottom: 16px;
  }
  .box_grad_text p {
    font-size: 1.6rem;
  }
}
.breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin: 8px 0 120px;
  line-height: 1;
}
.breadcrumbs a {
  color: #009f41;
}
.breadcrumbs a span {
  text-decoration: underline;
}
.breadcrumbs a:hover span {
  text-decoration: none;
}
.breadcrumbs_arrow {
  width: 12px;
  height: 14px;
  background-image: url("../../assets/images/icon/arrow-bottom.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  transform: rotate(-90deg);
  position: relative;
  top: 1px;
  left: 1px;
}

/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .breadcrumbs {
    margin-bottom: 100px;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .breadcrumbs {
    display: none;
  }
}
/* ======================
     about
  ====================== */
.top_about {
  position: relative;
}
.top_about::after {
  background-image: url("../../assets/images/top/point-img.webp");
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  z-index: -1;
  bottom: -34%;
}
.top_about_inner {
  justify-content: space-between;
}
.top_about_txt {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
}
.top_about_point {
  margin: 60px 0;
  justify-content: center;
  flex-wrap: wrap;
}
.top_about_point_content {
  width: 373.3333333333px;
  margin: 0 auto;
}
.top_about_icon {
  justify-content: center;
  position: relative;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  border: 1px solid transparent;
  background: linear-gradient(#ffffff, #ffffff) padding-box, linear-gradient(90deg, #009f41 0%, #e54c30 100%) border-box;
}
.top_about_ttl {
  gap: 16px;
  position: relative;
  margin-top: 2.4rem;
}
.top_about_ttl::before {
  content: "Point";
  font-family: "Oooh Baby", cursive;
  color: #009f41;
  font-size: 3rem;
  transform: rotate(-20deg);
  left: -33px;
  position: absolute;
  top: -47%;
}
.top_about_ttl h3 {
  font-size: 2.2rem;
  font-weight: 500;
}
.top_about .btn {
  width: 280px;
}

/* ======================
     servise
  ====================== */
.top_servise {
  margin-top: 260px;
  position: relative;
}
.top_servise::before {
  content: "MT";
  position: absolute;
  opacity: 0.2;
  width: 100%;
  transform: rotate(-10deg);
  top: -60px;
  right: -51%;
  font-family: "Oooh Baby", cursive;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 40%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent !important;
  -webkit-text-fill-color: transparent;
  font-size: 42.589rem;
}
.top_servise_block {
  gap: 120px;
}
.top_servise .ttl {
  font-size: 3rem;
  align-items: flex-start !important;
  letter-spacing: 0.1em;
}
.top_servise .ttl_en {
  color: #E62E08;
  font-weight: 500;
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.top_servise .txt_area {
  width: 55%;
}
.top_servise .txt_area h4 {
  font-size: 2.4rem;
  margin: 25px 0;
  line-height: 160%;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.top_servise .txt_area p {
  margin-bottom: 30px;
  line-height: 180%;
}
.top_servise_img {
  max-width: 470px;
}
.top_servise_img::after {
  max-width: 420px;
  left: -40px;
  top: auto;
  bottom: -60px;
  border-radius: 30px;
}
.top_servise_contents {
  justify-content: center;
  gap: 80px;
  align-items: flex-start !important;
}
.top_servise_contents:nth-child(2) {
  flex-direction: row-reverse;
}
.top_servise_contents:nth-child(2) .top_servise_img::after {
  right: -20px;
  left: auto;
}
.top_servise .btn {
  width: 280px;
}

/* ======================
    recruit
  ====================== */
.top_recruit {
  color: #ffffff;
  margin: 0 auto;
  border-radius: 20px;
  width: min(100% - 40px, 1860px);
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  position: relative;
}
.top_recruit_txtarea {
  width: 58%;
}
.top_recruit_txtarea h3 {
  text-align: center;
  font-size: 2.4rem;
  margin-bottom: 25px;
  font-weight: 500;
}
.top_recruit_txtarea p {
  line-height: 180%;
}
.top_recruit_img {
  position: relative;
  max-width: 500px;
}
.top_recruit_img::after {
  background-image: url("../../assets/images/top/RECRUIT.svg");
  background-size: 100%;
  background-position: left bottom;
  content: "";
  position: absolute;
  background-size: 100%;
  right: 0;
  bottom: -24%;
  width: 40vw;
  height: auto;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
}
.top_recruit_img img {
  height: auto;
  display: block;
}
.top_recruit_inner {
  gap: 60px;
}
.top_recruit_btnarea {
  margin-top: 40px;
}
.top_recruit_btnarea p {
  font-weight: 500;
  gap: 13px;
  margin-bottom: 20px;
}
.top_recruit_btnarea p::before, .top_recruit_btnarea p::after {
  content: "";
  background: url("../../assets/images/icon/text-arrow.svg") center/100% no-repeat;
  width: 11px;
  height: 18px;
}
.top_recruit_btnarea p::after {
  transform: scale(-1, 1);
}
.top_recruit_btnarea .btn_red {
  width: 280px;
  margin: 0 auto;
}

/* ======================
   nav-menu
  ====================== */
.top_company_item {
  max-width: 420px;
  width: 100%;
  font-size: 2.2rem;
}
.top_company_list {
  flex-wrap: wrap;
  gap: 40px 25px;
}
.top_company_link {
  justify-content: space-between;
  gap: 80px;
  font-weight: 500;
  padding: 20px 0;
  position: relative;
  transition: all 0.3s;
}
.top_company_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
}
.top_company_link:hover .icon_arrow {
  background-color: #009f41 !important;
}

/* ======================
    news
  ====================== */
.top_news {
  font-weight: 500;
}
.top_news_article {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
  gap: 30px;
}
.top_news_left {
  align-items: flex-start;
}
.top_news_btn {
  width: 230px;
}
.top_news_meta {
  gap: 30px;
}
.top_news_ttl {
  flex: 1;
}
.top_news_link {
  gap: 30px;
  justify-content: space-between;
  font-weight: 500;
  transition: all 0.3s;
}
.top_news_link:hover {
  color: #009f41;
}
.top_news_link:hover .icon_arrow {
  background-color: #E62E08 !important;
}
.top_news_category {
  gap: 8px;
}
.top_news_category a {
  background-color: #ededed;
  padding: 4px 10px;
  font-size: 1.4rem;
  display: inline-block;
}
.top_news_inner {
  gap: 80px;
  align-items: flex-start;
  justify-content: space-between;
}
.top_news_content {
  flex: 1;
  width: 100%;
}

/* ======================
    access
  ====================== */
.access {
  background-color: #fffaf9;
}
.access_inner {
  gap: 70px;
}
.access_content {
  gap: 80px;
  align-items: stretch !important;
  width: 100%;
}
.access_content img {
  object-fit: cover;
}
.access_ttl {
  font-size: 2.4rem;
  line-height: 160%;
  font-weight: 500;
}
.access_txt {
  width: 650px;
  width: 100%;
}
.access_map {
  color: #E62E08;
  padding-bottom: 4px;
  border-bottom: 1px solid #E62E08;
  font-size: 1.4rem;
  margin-left: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.access_map:hover {
  opacity: 0.7;
}
.access_map img {
  width: 16px;
  height: auto;
}
.access_map_img {
  max-width: 450px;
  width: 100%;
  flex-shrink: 0;
}
.access_address, .access_parking {
  line-height: 1.8;
}
.access_address_inner {
  align-items: flex-start !important;
  row-gap: 15px;
  margin-top: 32px;
}
.access_parking_marui {
  color: #009f41;
  border-bottom: 1px solid;
  display: inline;
  font-weight: 500;
}

/* ===================================
   ▼ 1440px以下（PC微調整）
=================================== */
@media (max-width: 1440px) {
  .top_servise {
    margin-top: 120px;
  }
  .top_servise::before {
    font-size: 22.589rem;
    top: 5%;
  }
  .top_news_ttl {
    flex: 1;
    width: 100%;
    margin: 0;
  }
  .top_news_meta {
    flex-shrink: 0;
  }
  .top_news_inner {
    gap: 80px;
  }
  .access_content {
    gap: 40px;
  }
}
/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .top_about_inner {
    flex-direction: column;
    gap: 24px;
  }
  .top_about_txt {
    width: 100%;
    font-size: 1.5rem;
  }
  .top_about_point {
    margin: 40px 0;
    gap: 40px;
  }
  .top_about_point_content {
    width: 45%;
  }
  .top_about_icon {
    width: 220px;
    height: 220px;
  }
  .top_about::after {
    bottom: -35%;
  }
  .top_servise {
    margin-top: 0;
  }
  .top_servise::before {
    top: 20%;
  }
  .top_servise_contents {
    flex-direction: column !important;
  }
  .top_servise_contents:nth-child(2) {
    flex-direction: column;
  }
  .top_servise_block {
    gap: 80px;
  }
  .top_servise .txt_area {
    width: 100%;
  }
  .top_recruit_txtarea {
    width: 100%;
  }
  .top_recruit_inner {
    flex-direction: column;
    gap: 40px;
  }
  .top_recruit_img::after {
    bottom: -1%;
    width: 120%;
  }
  .top_recruit_btnarea {
    margin-top: 28px;
  }
  .top_recruit_img::after {
    bottom: -10px;
  }
  .top_news_inner {
    flex-direction: column;
  }
  .top_news_left {
    row-gap: 0;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .top_news_inner {
    flex-direction: column;
    gap: 0;
  }
  .top_news_content {
    margin: 0 auto;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .top_about::after {
    bottom: -46%;
  }
  .top_about_point {
    gap: 20px;
    flex-direction: column;
  }
  .top_about_point_content {
    width: 100%;
  }
  .top_about_icon {
    width: 200px;
    height: 200px;
    margin: 0 auto;
  }
  .top_about_ttl {
    justify-content: center;
  }
  .top_about_inner {
    flex-direction: column;
  }
  .top_servise {
    margin-top: 60px;
  }
  .top_servise::before {
    font-size: 17rem;
    top: 15%;
    right: -23%;
  }
  .top_servise_img {
    padding-right: 0;
  }
  .top_servise_img::after {
    left: -20px;
    border-radius: 16px;
  }
  .top_servise_block {
    margin: 48px 0;
  }
  .top_recruit_txtarea h3 {
    font-size: 1.8rem;
  }
  .top_recruit_btnarea p {
    font-size: 1.4rem;
    text-align: center;
  }
  .top_recruit_img::after {
    width: 104%;
    bottom: -10px;
  }
  .top_company_item {
    font-size: 1.8rem;
  }
  .top_company_list {
    gap: 24px;
  }
  .top_news_article {
    flex-direction: column;
    align-items: flex-start !important;
    gap: 20px;
  }
  .top_news_btn {
    margin: 32px auto 0;
    width: 270px;
  }
  .top_news_meta {
    gap: 8px;
  }
  .top_news_category {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .access_ttl {
    font-size: 1.8rem;
  }
  .access_inner {
    gap: 48px;
    margin: 40px 0;
  }
  .access_address_inner {
    margin-top: 16px;
  }
  .access_content {
    flex-direction: column;
    align-items: center !important;
  }
}
.contact .flow:before {
  display: none;
}

.contact_tel_box {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  padding: 40px;
  border-radius: 8px;
  width: min(100%, 780px);
}
.contact_tel_box a {
  font-size: 6rem;
  color: #ffffff;
  line-height: 1;
  font-weight: bold;
  letter-spacing: 0.05em;
  gap: 12px;
  pointer-events: none;
}
.contact_tel_box a img {
  width: 60px;
  position: relative;
  top: 4px;
}
.contact_tel_box .cta_time {
  color: #ffffff;
}

.contact_done p {
  margin: 16px 0;
}
.contact_done a {
  margin: 40px auto 0;
}

@media (max-width: 767px) {
  .contact_tel a {
    font-size: 4rem;
    gap: 8px;
    margin-bottom: 8px;
    pointer-events: auto;
  }
  .contact_tel a img {
    width: 40px;
    position: relative;
    top: 4px;
  }
  .contact_tel_box {
    padding: 16px;
  }
  .contact_tel_box .cta_time {
    margin-top: 0;
  }
}
.about_feature_img img {
  max-width: 520px;
  width: 100%;
}
.about_feature_reverse .about_feature_contents {
  flex-direction: row-reverse;
}
.about_feature_reverse::before {
  left: 65%;
}
.about_feature_block {
  position: relative;
}
.about_feature_block::before {
  content: "";
  position: absolute;
  top: -30px;
  height: 120%;
  width: 50vw;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  z-index: -1;
}
.about_feature_contents {
  justify-content: center;
  gap: 80px;
  align-items: flex-start !important;
}
.about_feature_contents:nth-child(2) {
  flex-direction: row-reverse;
}
.about_feature_wrap {
  margin: 140px 0 80px;
  gap: 180px;
}
.about_feature_txt {
  font-size: 1.6rem;
}

.about_feature_block:not(.about_feature_reverse)::before {
  right: 65%;
}

/* ======================
    プロフィール
  ====================== */
.about_profile {
  position: relative;
  min-height: 520px;
}
.about_profile_txtarea {
  background-color: #ffffff;
  border-bottom: 9px solid #E62E08;
  padding: 32px 48px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 72%;
  left: 0;
  max-width: 614px;
  width: 100%;
  z-index: 2;
}
.about_profile_inner {
  position: relative;
  margin: 80px 0 220px;
  flex-direction: row-reverse;
}
.about_profile_img {
  max-width: 630px;
  padding-right: 40px;
}
.about_profile_img::after {
  right: 0;
  top: auto;
  bottom: -40px;
  width: 60%;
  height: 60%;
}
.about_profile_name {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 16px;
}

/* ======================
    代表税理士戦略
  ====================== */
.history {
  margin: 120px auto 60px;
  max-width: 880px;
}
.history_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.history_inner::before {
  content: "";
  position: absolute;
  left: 107px;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #393E3B;
}
.history_item {
  display: grid;
  grid-template-columns: 20% 80%;
  align-items: center;
  position: relative;
}
.history_year {
  font-size: 2rem;
  position: relative;
  width: 100px;
}
.history_year::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 12px;
  width: 10px;
  height: 10px;
  background: #009f41;
  border-radius: 50%;
}
.history_content {
  margin: 0;
  margin-left: -30px;
}

/* ===================================
   ▼ 1440px以下（PC微調整）
=================================== */
@media (max-width: 1440px) {
  .about_feature_wrap {
    gap: 120px;
  }
  .about_feature_block:not(.about_feature_reverse)::before {
    right: 70%;
  }
}
/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .about_feature_block .about_feature_contents {
    flex-direction: column;
  }
  .about_feature_block::before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 56%;
  }
  .about_feature_img,
  .about_feature .txt_area {
    max-width: 520px;
    margin: 0 auto;
  }
  .about_feature_wrap {
    margin: 100px 0 0;
  }
  .about_profile_txtarea {
    padding: 28px 30px;
  }
  .about_profile_img {
    max-width: 530px;
  }
  .history_content {
    margin-left: 0;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .about_ttl {
    font-size: 2.6rem;
  }
  .about_txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .about_feature_wrap {
    gap: 80px;
    margin: 100px 0 0;
  }
  .about_feature_txt {
    margin-top: 20px;
  }
  .about_feature_block::before {
    height: 50%;
  }
  .about_profile_inner {
    flex-direction: column;
    align-items: center;
    margin: 48px 0 0;
  }
  .about_profile_txtarea {
    max-width: 100%;
    position: static;
    padding: 24px 28px;
    margin: 40px 0;
  }
  .about_profile_txtarea p {
    font-size: 1.4rem;
  }
  .about_profile_img {
    margin-inline: auto;
    padding-right: 20px;
  }
  .about_profile_img::after {
    bottom: -20px;
    width: 80%;
  }
  .about_profile_name {
    font-size: 1.8rem;
  }
  .history {
    margin: 0;
  }
  .history_inner {
    gap: 28px;
  }
  .history_inner::before {
    left: 74px;
  }
  .history_item {
    grid-template-columns: 90px 1fr;
    column-gap: 24px;
    align-items: flex-start;
  }
  .history_year {
    width: 90px;
    font-size: 1.8rem;
  }
  .history_year::after {
    right: 11px;
  }
  .history_content {
    margin-left: 0;
  }
}
.news_tab {
  gap: 16px;
  align-items: flex-start;
  padding: 40px 0;
}
.news_tab li.active a {
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  color: #ffffff;
}
.news_tab li.active a:hover {
  opacity: 0.7;
}
.news_tab a {
  background: #ededed;
  color: #79857e;
  padding: 8px 16px;
  border-radius: 4px;
  font-size: 1.8rem;
  font-weight: 500;
}
.news_tab a:hover {
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  color: #ffffff;
}
.news_archive_articles {
  gap: 40px;
  padding: 40px 0 80px;
}
.news_archive_article {
  width: 100%;
  gap: 40px;
  align-items: flex-start;
}
.news_archive_img {
  width: 30%;
}
.news_archive_textarea {
  gap: 16px;
  align-items: flex-start;
  flex: 1;
}
.news_archive_ttl {
  font-size: 1.8rem;
}
.news_article {
  padding: 80px 0;
  width: min(100%, 780px);
  margin: 0 auto;
}
.news_article_ttl {
  font-size: 3.2rem;
  border-bottom: 1px solid #ededed;
  padding: 16px 0;
  margin-bottom: 3.2rem;
}
.news_article_disc {
  gap: 16px;
}
.news_article_disc time {
  font-weight: 500;
  color: #79857e;
}
.news_article_taglist {
  gap: 8px;
}
.news_article_taglist a {
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  color: #ffffff;
  font-size: 1.4rem;
  display: inline-block;
  padding: 4px 8px;
  border-radius: 4px;
  font-weight: 500;
  transition: all 0.3s;
  min-width: 75px;
  text-align: center;
}
.news_article_taglist a:hover {
  opacity: 0.7;
}
.news_btn {
  width: 100%;
  padding: 80px 0;
  justify-content: center;
}

@media (max-width: 1023px) {
  .news_archive_articles {
    padding: 0 0 40px;
  }
  .news_archive_article {
    gap: 16px;
  }
  .news_archive_textarea {
    gap: 8px;
  }
  .news_archive_ttl {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .news_archive_article {
    gap: 8px;
    flex-direction: column;
  }
  .news_archive_img {
    width: 100%;
  }
  .news_archive_textarea {
    gap: 4px;
  }
  .news_article {
    padding: 40px 0;
  }
  .news_article_taglist a {
    font-size: 1.2rem;
  }
  .news_btn {
    padding: 16px 0 40px;
  }
}
.job_box {
  width: 100%;
  display: none;
}
.job_box.active {
  display: block;
  animation: fadeIn 0.4s ease;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .job_pagenav .pagenav_ttl {
    font-size: 1.8rem;
  }
}
.training_employee {
  position: relative;
}
.training_employee_boxs {
  flex-wrap: wrap;
  gap: 50px;
  align-items: stretch;
}
.training_employee_box {
  border-radius: 8px;
  width: calc((100% - 100px) / 3);
  padding: 20px 32px;
  align-items: flex-start;
  gap: 8px;
  box-shadow: 0 0 8px rgba(59, 166, 150, 0.16);
}
.training_employee_box > div {
  gap: 8px;
  align-items: flex-start;
}
.training_employee_ttl {
  font-size: 2rem;
  color: #009f41;
  font-weight: bold;
}
.training_employee_deco {
  position: absolute;
  bottom: -50px;
  right: -50px;
}

@media (max-width: 1440px) {
  .training_employee_boxs {
    gap: 24px;
  }
  .training_employee_deco {
    right: 0;
  }
}
@media (max-width: 1023px) {
  .training_boxs {
    padding: 40px 0 0;
    gap: 40px;
  }
  .training_box {
    gap: 40px;
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
  .training_box:nth-child(odd) {
    flex-direction: column-reverse;
  }
  .training_employee_boxs {
    gap: 24px;
    flex-direction: column;
  }
  .training_employee_box {
    width: 100%;
    padding: 16px;
  }
  .training_employee_box > div {
    flex-direction: row;
    align-items: center;
    gap: 8px;
  }
}
.interview_content > section {
  position: relative;
}
.interview_content > section:not(:first-of-type)::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
  position: absolute;
  left: 0;
  top: 0;
}
.interview_head {
  align-items: flex-end;
  justify-content: center;
  gap: 80px;
  position: relative;
  padding-bottom: 80px;
  margin-bottom: 180px;
}
.interview_head::before {
  content: "";
  width: min(100%, 1200px);
  height: 60%;
  display: block;
  position: absolute;
  bottom: 0;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  z-index: -1;
}
.interview_head_position {
  background: #ffffff;
  padding: 4px 8px;
  font-size: 1.8rem;
  border-radius: 4px;
  color: #e54c30;
  font-weight: 500;
}
.interview_head_img {
  width: min(100%, 280px);
}
.interview_head_img img {
  border-radius: 16px;
}
.interview_head_disc {
  gap: 8px;
  align-items: flex-start;
  color: #ffffff;
}
.interview_head_name {
  font-size: 3.6rem;
  font-weight: bold;
  gap: 8px;
  line-height: 1;
}
.interview_head_name span {
  font-weight: normal;
  font-size: 1.8rem;
}
.interview_text {
  padding-bottom: 80px;
}
.interview_animation {
  width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -80px;
  margin: 0;
}
.interview_animation_track {
  display: flex;
  gap: 40px;
  width: 5208px;
  animation: scroll 60s linear infinite;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-2604px);
  }
}
@media (max-width: 1279px) {
  .interview_head {
    gap: 40px;
    padding: 0 20px 80px;
    margin-bottom: 120px;
  }
  .interview_head_name {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .interview_head {
    gap: 16px;
    padding-bottom: 40px;
    margin-bottom: 90px;
  }
  .interview_head::before {
    height: 85%;
  }
  .interview_head_img {
    width: min(100%, 140px);
  }
  .interview_head_img img {
    border-radius: 16px;
  }
  .interview_head_disc {
    flex: 1;
  }
  .interview_head_name {
    flex-direction: column;
    align-items: flex-start;
  }
  .interview_head_name span {
    font-size: 1.5rem;
  }
  .interview_text {
    padding-bottom: 40px;
  }
  .interview_animation {
    bottom: -50px;
  }
  .interview_animation_track {
    gap: 16px;
    width: 1600px;
    animation: scroll 30s linear infinite;
  }
  @keyframes scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-800px);
    }
  }
}
.recruit_point {
  margin: 80px 0;
}
.recruit_point_ttl {
  text-align: center;
  gap: 8px;
}
.recruit_point_fukidasi {
  background-color: #009f41;
  position: relative;
  color: #ffffff;
  padding: 8px;
  border-radius: 8px;
}
.recruit_point_fukidasi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #009f41;
}
.recruit_point_ttlnum {
  font-size: 2.4rem;
}
.recruit_point_ttlnum span {
  font-size: 4rem;
}
.recruit_point_contents {
  gap: 40px;
  align-items: stretch;
}
.recruit_point_content {
  position: relative;
  padding: 40px;
  margin-top: 60px;
  flex: 1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.16);
}
.recruit_point_content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #009f41 0%, #e54c30 100%);
}
.recruit_point_content_ttl {
  font-size: 2rem;
  margin-bottom: 16px;
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.recruit_point_num {
  color: #ffffff;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), linear-gradient(135deg, #b8c379 13%, #5dd12f 50%, #009f41 89%);
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  top: -35px;
  transform: translateX(-50%);
  left: 50%;
}
.recruit_point_num span {
  font-size: 1.2rem;
  font-weight: normal;
}
.recruit_know_box {
  width: 100%;
  align-items: stretch;
  justify-content: space-between;
  gap: 40px;
}
.recruit_know_box:nth-last-of-type(even) .btn {
  margin-left: auto;
}
.recruit_know_box .ttl_left {
  align-items: flex-start;
}
.recruit_know_box img {
  width: 45%;
}
.recruit_know_text {
  align-items: flex-start;
}
.recruit_know_text .btn {
  margin-top: auto;
  margin-bottom: 16px;
  width: auto;
}

@media (max-width: 1023px) {
  .recruit_point {
    margin: 40px 0;
  }
  .recruit_point_content {
    padding: 40px 20px 20px;
  }
  .recruit_know_box {
    flex-direction: column-reverse;
    gap: 16px;
  }
  .recruit_know_box_reverse {
    flex-direction: column;
  }
  .recruit_know_box .ttl_left {
    align-items: center;
  }
  .recruit_know_text {
    align-items: center;
  }
  .recruit_know_text .btn {
    margin-top: 32px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .recruit_point_contents {
    gap: 0px;
    flex-direction: column;
  }
}
.independence_thinking {
  padding-top: 120px;
}
.independence_beginner {
  padding-top: 120px;
}
.independence_junior {
  padding-top: 120px;
}
.independence_qa {
  width: 100%;
  margin: 60px 0;
  padding-bottom: 100px;
  position: relative;
}
.independence_qa::after {
  position: absolute;
  content: "";
  background-image: url("../../assets/images/independence/question.svg");
  background-size: 100%;
  background-position: right bottom;
  right: 0;
  bottom: 0;
  width: 47%;
  height: auto;
  background-repeat: no-repeat;
  aspect-ratio: 16/9;
}
.independence_qa .box_grad_ttl {
  margin-bottom: 50px;
}
.independence_cta {
  padding: 40px 0;
  gap: 80px;
  align-items: flex-start;
}
.independence_cta_img {
  width: min(100%, 460px);
}
.independence_cta_txtarea {
  flex: 1;
}
.independence_cta_txtarea p {
  line-height: 2;
  margin-bottom: 1rem;
}
.independence_cta_btnarea {
  width: 360px;
  margin: 20px auto 0;
}
.independence_cta_btnarea .bg_red:hover {
  background-color: #009f41;
}

/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .independence_cta {
    gap: 40px;
    flex-direction: column;
    align-items: center;
  }
  .independence_qa {
    padding-bottom: 40px;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .independence_cta_txtarea p {
    padding: 0 6px;
  }
  .independence_qa {
    padding: 40px 20px 60px;
  }
  .independence_qa::after {
    width: 74%;
  }
  .independence_qa .box_grad_ttl {
    margin-bottom: 16px;
  }
}
.tips_incorporation_flex {
  gap: 80px;
}
.tips_incorporation_flex > div {
  width: 100%;
}
.tips_incorporation_list {
  padding: 20px;
  border-radius: 16px;
  justify-content: space-between;
  gap: 40px;
}
.tips_incorporation_list .list_check span:before {
  content: "- ";
}
.tips_incorporation_list .list_check span {
  font-weight: normal;
}
.tips_incorporation_list img {
  width: min(100%, 200px);
  border-radius: 12px;
}
.tips_incorporation_list_text {
  padding: 4px 0 4px 8px;
}
.tips_incorporation_list_attention {
  display: flex;
  gap: 4px;
  padding: 4px 0 4px 8px;
}
.tips_incorporation_list_attention::before {
  content: "※";
  color: #79857e;
}

.tips_funds {
  gap: 40px;
}
.tips_funds_box {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid #ededed;
}
.tips_funds_box_ttl {
  padding: 16px 40px;
  width: 100%;
  font-size: 1.8rem;
}
.tips_funds_box_content {
  width: 100%;
  padding: 16px 40px 32px;
}
.tips_funds_box_content > p {
  margin: 16px 0;
}
.tips_funds_comparison {
  padding: 24px 40px;
  margin: 24px 0;
  gap: 16px;
}
.tips_funds_comparison_ttl {
  font-size: 1.8rem;
  margin-bottom: 8px;
}
.tips_funds_comparison > div {
  width: 100%;
  gap: 40px;
}
.tips_funds_comparison > div > div {
  flex: 1;
  padding: 8px 24px;
}
.tips_funds_comparison > div > div p span {
  display: inline-block;
  padding: 0 8px;
}

.tips_point ol {
  padding: 24px 40px;
  border-radius: 30px;
}
.tips_point ol li {
  border-bottom: 1px solid #ededed;
  padding: 16px 0 24px;
}
.tips_point ol li:last-child {
  border: none;
}

@media (max-width: 767px) {
  .tips_incorporation_flex {
    gap: 40px;
  }
  .tips_incorporation_list {
    padding: 16px;
    border-radius: 8px;
  }
  .tips_incorporation_list img {
    display: none;
  }
  .tips_funds {
    gap: 16px;
  }
  .tips_funds_box {
    border-radius: 8px;
  }
  .tips_funds_box_ttl {
    padding: 12px;
    font-size: 1.5rem;
  }
  .tips_funds_box_content {
    padding: 0 12px 16px;
  }
  .tips_funds_box_content > p {
    margin: 12px 0;
  }
  .tips_funds_comparison {
    padding: 12px;
    margin: 16px 0;
  }
  .tips_funds_comparison_ttl {
    font-size: 1.5rem;
  }
  .tips_funds_comparison > div {
    gap: 8px;
    flex-direction: column;
  }
  .tips_funds_comparison > div > div {
    width: 100%;
  }
  .tips_point ol {
    padding: 16px;
    border-radius: 16px;
  }
  .tips_point ol li {
    border-bottom: 1px solid #ededed;
    padding: 8px 0 16px;
  }
  .tips_point ol li:last-child {
    border: none;
  }
}
.esg_img {
  margin: 0 auto;
  max-width: 770px;
}
.esg_txtarea {
  max-width: 980px;
  text-align: center;
  padding: 60px 0;
  margin: 60px auto 0;
  border-radius: 40px;
}
.esg_txtarea p {
  font-size: 1.8rem;
  line-height: 2;
}
.esg_txtarea_ttl {
  font-size: 4rem;
  margin-bottom: 42px;
}
.esg_work_box {
  gap: 80px;
  padding: 0 40px;
}
.esg_work_txtarea {
  width: 100%;
  flex: 1;
}
.esg_work_txtarea p {
  line-height: 1.8;
}
.esg_work_actions {
  gap: 24px;
  width: 380px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.esg_work_num {
  position: relative;
  line-height: 1;
  z-index: 1;
  font-size: 12rem;
  font-weight: bold;
}
.esg_work_num::before {
  content: attr(data-esg);
  position: absolute;
  top: 0;
  left: 40px;
  font-weight: normal;
  padding-right: 1em;
  font-size: 12rem;
  background: linear-gradient(90deg, #aaeac5 0%, #FFBEB2 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  opacity: 0.4;
  font-family: "Oooh Baby", cursive;
  z-index: -1;
  white-space: nowrap;
}
.esg_work_num span {
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}
.esg_work_ttl {
  align-items: flex-start;
}
.esg_work_ttl_en {
  font-size: 3rem;
}
.esg_work_ttl_area {
  justify-content: space-between;
  margin: 16px 0;
}
.esg_work_img {
  gap: 12px;
}
.esg_work_action {
  gap: 16px;
}
.esg_work_action h4 {
  text-align: center;
  min-height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.esg_work_action_icon {
  border-radius: 50%;
  padding: 30px;
}

/* ===================================
   ▼ 1440px以下（PC微調整）
=================================== */
@media (max-width: 1440px) {
  .esg_work_number::before {
    font-size: 10rem;
  }
  .esg_work_actions {
    gap: 40px;
  }
}
/* ===================================
   ▼ 1023px以下
=================================== */
@media (max-width: 1023px) {
  .esg_txtarea {
    padding: 40px 28px;
  }
  .esg_txtarea p {
    text-align: left;
    font-size: 1.6rem;
  }
  .esg_txtarea span {
    font-size: 3rem;
    margin-bottom: 30px;
  }
  .esg_ttl {
    width: 20%;
  }
  .esg_work_box {
    flex-direction: column;
  }
  .esg_work_img {
    gap: 8px;
  }
  .esg_work_img img {
    width: 50px;
  }
  .esg_work_txtarea, .esg_work_actions {
    width: 100%;
  }
  .esg_work_actions {
    grid-template-columns: repeat(4, 1fr);
  }
  .esg_work_ttl_area {
    justify-content: flex-start !important;
    gap: 40px;
  }
}
/* ===================================
   ▼ 767px以下
=================================== */
@media (max-width: 767px) {
  .esg_txtarea span {
    margin-bottom: 20px;
  }
  .esg_txtarea p {
    font-size: 1.4rem;
  }
  .esg_ttl {
    width: 100%;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  .esg_img {
    width: 90%;
  }
  .esg_work_actions {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .esg_work_action {
    margin: 0 auto;
  }
  .esg_work_txtarea {
    padding-left: 0;
  }
  .esg_work_ttl_area {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }
  .esg_work_box {
    gap: 40px;
    padding: 0;
  }
  .esg_work_num {
    font-size: 9rem;
  }
  .esg_work_num::before {
    font-size: 6rem;
    top: 2.8rem;
  }
}
.individual_btn {
  width: min(100%, 360px);
  margin: 60px auto 0;
}
.individual_future {
  margin: 120px auto 180px;
}
.individual_preparation_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin: 80px auto;
}
.individual_preparation_box {
  border-radius: 16px;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #ededed;
  box-shadow: 0 0 8px rgba(59, 166, 150, 0.16);
}
.individual_preparation_box_fukidasi {
  background-color: #009f41;
  position: relative;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  min-height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.individual_preparation_box_fukidasi::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top-color: #009f41;
}
.individual_preparation_box_text {
  padding: 16px 24px 24px;
}
.individual_preparation_box_text p {
  margin: 8px 0;
}
.individual_price {
  width: min(100%, 980px);
  margin: 0 auto;
}
.individual_price_list {
  border-radius: 8px;
}
.individual_price_list dt {
  width: 30%;
}
.individual_price_text {
  margin: 40px 0;
  padding: 40px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.individual_price_text p {
  margin-bottom: 24px;
}
.individual_price_boxs {
  gap: 40px;
  width: min(100%, 980px);
  margin: 0 auto 40px;
  align-items: stretch;
}
.individual_price_box {
  border: 1px solid #ededed;
  flex: 1;
  padding: 16px;
  border-radius: 16px;
  gap: 16px;
}

@media (max-width: 767px) {
  .individual_btn {
    margin: 24px auto 0;
  }
  .individual_future {
    margin: 40px auto 80px;
  }
  .individual_preparation_grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 16px;
    margin: 40px auto;
  }
  .individual_preparation_box_fukidasi {
    font-size: 1.8rem;
    min-height: 60px;
  }
  .individual_preparation_box_text {
    padding: 8px 16px;
  }
  .individual_preparation .introduction_block_subttl {
    text-align: center;
    margin: 24px;
  }
  .individual_price_list dt {
    width: 20%;
    padding: 16px 8px 8px;
  }
  .individual_price_text {
    margin: 24px 0;
    padding: 24px 0;
  }
  .individual_price_boxs {
    flex-direction: column;
    gap: 16px;
    margin: 0 auto 24px;
  }
}
.corporation_btn {
  width: min(100%, 360px);
  margin: 60px auto 0;
}
.corporation_advisor_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
.corporation_price {
  width: min(100%, 980px);
  margin: 0 auto;
}
.corporation_price_list {
  border-radius: 8px;
}
.corporation_price_list dt {
  width: 30%;
}
.corporation_price_text {
  margin: 40px 0 0;
  padding: 40px 0 0;
  border-top: 1px solid #ededed;
}

@media (max-width: 1023px) {
  .corporation_advisor_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .corporation_btn {
    margin: 24px auto 0;
  }
  .corporation_advisor_grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .corporation_price_list dt {
    width: 28%;
    padding: 16px 8px 8px;
  }
  .corporation_price_text {
    margin: 24px 0 0;
    padding: 24px 0 0;
  }
}/*# sourceMappingURL=style.css.map */