@charset "UTF-8";
/* ----------------------  common ---------------------- */
html {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
}

body,
h1, h2, h3, h4, h5, h6,
p, span, a, li, th, td,
input, textarea, select, button {
  font-family: "Noto Sans JP", sans-serif;
}

/* ビューポート幅がタブレット以下のときのフォントサイズ */
@media (max-width: 1024px) {
  html {
    font-size: calc(62.5% + 4.5 * (100vw - 1024px) / 600);
  }
}
/* ビューポート幅がスマホ以下のときのフォントサイズ */
@media (max-width: 767px) {
  html {
    font-size: calc(62.5% + 4.5 * (100vw - 390px) / 200);
  }
}
body {
  color: #0d0a00;
  font-size: 1.6rem;
  font-weight: 400;
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

a {
  color: inherit;
  transition: all 0.3s;
  text-decoration: none;
}
a:hover {
  opacity: 0.6;
}
a[href^="tel:"] {
  cursor: default;
  opacity: 1;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  text-decoration: inherit;
}

h1,
h2,
h3,
strong {
  font-weight: 700;
}

.txt_en {
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.txt_center {
  text-align: center;
}

.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_note {
  font-size: 1.2rem;
}

.txt_lead {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 3em;
}
.txt_lead.is_bold {
  font-weight: 400;
}
@media (max-width: 767px) {
  .txt_lead {
    font-size: 14px;
    text-align: left;
    margin-bottom: 2.2em;
  }
}

.list_disc {
  list-style-type: disc;
  text-align: left;
  padding-left: 2em;
}

main {
  /* header重なり */
  padding-top: 86px;
}
@media (max-width: 1024px) {
  main {
    padding-top: 60px;
  }
}
main:has(.page_head_new) {
  padding-top: 0;
}

.inner {
  max-width: 1230px;
  padding: 0 20px;
  margin: 0 auto;
  width: 100%;
}
.inner.is_s {
  max-width: 980px;
}

/* title */
.top_ttl_en {
  font-family: "Outfit", sans-serif;
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .top_ttl_en {
    font-size: 3rem;
  }
}

.sec_ttl {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1.8em;
  text-align: center;
}
.sec_ttl.is_l {
  font-size: 32px;
}
.sec_ttl.is_left {
  text-align: left;
}
@media (max-width: 1024px) {
  .sec_ttl {
    margin-bottom: 1.4em;
  }
}
@media (max-width: 767px) {
  .sec_ttl {
    font-size: 24px;
  }
  .sec_ttl.is_l {
    font-size: 24px;
  }
}

/* btn */
.cmn_btn {
  background: #fff;
  border: 1px solid #0d0a00;
  border-radius: 100px;
  display: block;
  font-weight: 700;
  text-align: center;
  padding: 18px;
  margin: 3.8em auto 0;
  max-width: 290px;
}
.cmn_btn.is_s {
  padding: 8px;
  margin: 0 auto;
  max-width: 250px;
}
.cmn_btn:hover {
  border: 1px solid #00B4A0;
  color: #00B4A0;
  opacity: 1;
}
@media (max-width: 1024px) {
  .cmn_btn {
    max-width: 240px;
  }
  .cmn_btn.is_s {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .cmn_btn {
    padding: 12px;
    margin: 2.8em auto 0;
    max-width: 54vw;
  }
  .cmn_btn.is_s {
    font-size: 1.4rem;
    max-width: 40vw;
  }
}

.cmn_btn_gn {
  background: #00B4A0;
  border-radius: 100px;
  color: #fff;
  display: block;
  font-size: 112.5%;
  text-align: center;
  padding: 20px;
  position: relative;
  margin: 3.8em auto 0;
  max-width: 370px;
}
.cmn_btn_gn .arrow_circle_wh {
  position: absolute;
  top: 50%;
  right: 0.8em;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
}
.cmn_btn_gn .arrow_circle_wh .arrow {
  width: 14px;
}
.cmn_btn_gn .arrow_circle_wh .arrow::before, .cmn_btn_gn .arrow_circle_wh .arrow::after {
  width: 10px;
}
@media (max-width: 1024px) {
  .cmn_btn_gn {
    max-width: 300px;
  }
}
@media (max-width: 767px) {
  .cmn_btn_gn {
    padding: 14px;
    margin: 2.8em auto 0;
    max-width: 62vw;
  }
  .cmn_btn_gn .arrow_circle_wh {
    right: 0.6em;
    width: 36px;
    height: 36px;
  }
}

.cmn_btn_wh {
  background: #fff;
  border: 1px solid #00B4A0;
  border-radius: 100px;
  color: #0d0a00;
  display: block;
  text-align: center;
  padding: 12px;
  position: relative;
  margin: 2em auto 0;
  max-width: 230px;
}
.cmn_btn_wh .arrow_circle_gn {
  position: absolute;
  top: 50%;
  right: 0.6em;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
}
.cmn_btn_wh .arrow_circle_gn .arrow {
  width: 12px;
}
.cmn_btn_wh .arrow_circle_gn .arrow::before, .cmn_btn_wh .arrow_circle_gn .arrow::after {
  width: 8px;
}
@media (max-width: 767px) {
  .cmn_btn_wh {
    max-width: 52vw;
  }
  .cmn_btn_wh .arrow_circle_gn {
    width: 28px;
    height: 28px;
  }
}

/* arrow */
.arrow_circle_wh {
  background: #fff;
  border-radius: 100%;
  display: block;
  position: relative;
  width: 34px;
  height: 34px;
}
.arrow_circle_wh .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #00B4A0;
}
.arrow_circle_wh .arrow::before, .arrow_circle_wh .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 8px;
  height: 2px;
  border-radius: 9999px;
  background-color: #00B4A0;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow_circle_wh .arrow::before {
  transform: rotate(45deg);
}
.arrow_circle_wh .arrow::after {
  transform: rotate(-45deg);
}

.arrow_circle_gn {
  background: #00B4A0;
  border-radius: 100%;
  display: block;
  position: relative;
  width: 30px;
  height: 30px;
}
.arrow_circle_gn .arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 14px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
}
.arrow_circle_gn .arrow::before, .arrow_circle_gn .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 10px;
  height: 2px;
  border-radius: 9999px;
  background-color: #fff;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow_circle_gn .arrow::before {
  transform: rotate(45deg);
}
.arrow_circle_gn .arrow::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .arrow_circle_gn {
    width: 22px;
    height: 22px;
  }
  .arrow_circle_gn .arrow {
    width: 10px;
  }
  .arrow_circle_gn .arrow::before, .arrow_circle_gn .arrow::after {
    width: 8px;
  }
}

.arrow {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #00B4A0;
}
.arrow::before, .arrow::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 0;
  width: 9px;
  height: 2px;
  background-color: #00B4A0;
  transform-origin: calc(100% - 1px) 50%;
}
.arrow::before {
  transform: rotate(45deg);
}
.arrow::after {
  transform: rotate(-45deg);
}
.arrow.is_l {
  width: 20px;
  height: 3px;
}
.arrow.is_l::before, .arrow.is_l::after {
  width: 14px;
  height: 3px;
}
@media (max-width: 767px) {
  .arrow.is_l {
    width: 16px;
    height: 2px;
  }
  .arrow.is_l::before, .arrow.is_l::after {
    width: 12px;
    height: 2px;
  }
}

/* padding */
.pd_s {
  padding: 40px 0;
}

.pdt_s {
  padding-top: 40px;
}

.pdb_s {
  padding-bottom: 40px;
}

.pd_m {
  padding: 80px 0;
}

.pdt_m {
  padding-top: 80px;
}

.pdb_m {
  padding-bottom: 80px;
}

.pd_l {
  padding: 110px 0;
}

.pdt_l {
  padding-top: 110px;
}

.pdb_l {
  padding-bottom: 110px;
}

@media (max-width: 767px) {
  .pd_s {
    padding: 20px 0;
  }
  .pdt_s {
    padding-top: 20px;
  }
  .pdb_s {
    padding-bottom: 20px;
  }
  .pd_m {
    padding: 40px 0;
  }
  .pdt_m {
    padding-top: 40px;
  }
  .pdb_m {
    padding-bottom: 40px;
  }
  .pd_l {
    padding: 60px 0;
  }
  .pdt_l {
    padding-top: 60px;
  }
  .pdb_l {
    padding-bottom: 60px;
  }
}
/* display */
.is_sp,
.is_tb {
  display: none !important;
}

@media (max-width: 1024px) {
  .is_pc {
    display: none !important;
  }
  .is_tb {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .is_sp {
    display: block !important;
  }
}
/* ----------------------  header ---------------------- */
.header {
  background: rgba(248, 248, 248, 0.8);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  margin: 5px 20px 0;
  width: calc(100% - 40px);
  max-width: 1560px;
  left: 50%;
  transform: translateX(-50%);
  position: fixed;
  z-index: 99;
}
@media (max-width: 767px) {
  .header {
    margin: 5px 8px 0;
    width: calc(100% - 16px);
  }
}
.header_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px 15px;
  width: 100%;
}
@media (max-width: 1024px) {
  .header_block {
    padding: 5px 15px;
  }
}
@media (max-width: 767px) {
  .header_block {
    padding: 5px 5px;
  }
}
.header_block .logo {
  position: relative;
  width: 112px;
}
.header_block .logo img {
  display: block;
}
@media (max-width: 1024px) {
  .header_block .logo {
    width: 84px;
  }
}
@media (max-width: 767px) {
  .header_block .logo {
    width: 70px;
  }
}
.header_menu {
  margin: 0 0 0 auto;
}
@media (max-width: 767px) {
  .header_nav {
    background: #f2f2f2;
    position: fixed;
    top: 0;
    right: 0;
    padding-top: 12vh;
    text-align: center;
    transform: translateX(100%);
    transition: transform 0.4s ease;
    width: 70%;
    height: 100vh;
    z-index: 99;
  }
}
.header_nav > ul {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .header_nav.on {
    transform: translateX(0);
  }
  .header_nav.on ul {
    display: block;
    padding: 0 1.4em;
  }
}
.header_nav a {
  color: #0d0a00;
  display: block;
  white-space: nowrap;
  padding: 0 1em;
  font-size: 15px;
  font-weight: 500;
}
.header_nav a:hover {
  opacity: 0.6;
}
@media (max-width: 767px) {
  .header_nav a {
    font-size: 1.5rem;
    padding: 0.6em 1em;
    position: relative;
    text-align: left;
  }
  .header_nav a::before {
    content: "-";
    color: #00B4A0;
    display: inline-block;
    margin-right: 0.4em;
  }
}
.header_nav .btn_contact {
  position: relative;
  margin-left: 0.8em;
  width: 140px;
}
.header_nav .btn_contact a {
  background: transparent;
  border: 1px solid #333333;
  border-radius: 100px;
  display: block;
  color: #333333;
  text-align: center;
  padding: 8px 16px;
  width: 100%;
}
.header_nav .btn_contact a:hover {
  opacity: 0.7;
}
.header_nav .btn_contact a .arrow_circle_wh {
  display: none;
}
@media (max-width: 1024px) {
  .header_nav .btn_contact {
    width: 130px;
  }
}
@media (max-width: 767px) {
  .header_nav .btn_contact {
    width: auto;
    margin: 0;
  }
  .header_nav .btn_contact a {
    background: transparent;
    border-radius: 0;
    border: none;
    color: #0d0a00;
    text-align: left;
    padding: 0.6em 1em;
  }
  .header_nav .btn_contact a .arrow_circle_wh {
    display: none;
  }
}

@media (max-width: 767px) {
  .header_toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 4px;
    z-index: 100;
  }
  .header_toggle .bar {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #0d0a00;
    transition: transform 0.3s, opacity 0.3s;
  }
  .header_toggle.close .bar {
    background-color: #00B4A0;
  }
  .header_toggle.close .bar_top {
    transform: translateY(6px) rotate(45deg);
  }
  .header_toggle.close .bar_middle {
    opacity: 0;
  }
  .header_toggle.close .bar_bottom {
    transform: translateY(-6px) rotate(-45deg);
  }
}
/* ---------------------- footer ---------------------- */
.footer {
  background: #f8f8f8;
  font-size: 1.4rem;
  padding: 40px 0 40px;
}
@media (max-width: 767px) {
  .footer {
    font-size: 1.2rem;
    padding-top: 40px;
  }
}
.footer_main {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 10px;
}
@media (max-width: 1024px) {
  .footer_main {
    flex-wrap: wrap;
  }
}
.footer_main .footer_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer_main .footer_left .logo {
  max-width: 112px;
  width: 100%;
}
@media (max-width: 767px) {
  .footer_main .footer_left .logo {
    max-width: 100px;
  }
}
.footer_main .footer_left .isms_cert {
  margin-top: 15px;
}
.footer_main .footer_left .isms_cert img {
  max-width: 160px;
  height: auto;
  display: block;
}
.footer_main .footer_left .isms_cert p {
  font-size: 10px;
  color: #666;
  margin-top: 5px;
}
@media (max-width: 767px) {
  .footer_main .footer_left .isms_cert img {
    max-width: 130px;
  }
  .footer_main .footer_left .isms_cert p {
    font-size: 9px;
  }
}
.footer_main .footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .footer_main .footer_right {
    width: 100%;
    margin-top: 20px;
    align-items: flex-start;
  }
}
.footer_main .footer_right .main_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 18px;
}
.footer_main .footer_right .main_menu a {
  line-height: 1;
  display: block;
  font-size: 15px;
  font-weight: 500;
  padding: 0 1.2em;
}
@media (max-width: 767px) {
  .footer_main .footer_right .main_menu {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
    margin-bottom: 8px;
  }
  .footer_main .footer_right .main_menu li {
    width: 49%;
  }
  .footer_main .footer_right .main_menu li a {
    padding: 0 1em 1em 0;
  }
}
.footer_main .footer_right .sub_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 12px;
}
.footer_main .footer_right .sub_menu a {
  line-height: 1;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 0 1.2em;
}
@media (max-width: 767px) {
  .footer_main .footer_right .sub_menu a {
    padding: 0.4em 0.4em 0.4em 0;
  }
}
@media (max-width: 767px) {
  .footer_main .footer_right .sub_menu {
    justify-content: flex-start;
    margin-bottom: 8px;
  }
}
.footer_main .footer_right .copyright {
  display: block;
  text-align: right;
  font-size: 90%;
  letter-spacing: 0.04em;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .footer_main .footer_right .copyright {
    padding: 0;
    text-align: left;
  }
}
.footer_sub {
  padding-top: 10px;
  text-align: right;
}
.footer_sub .sub_menu {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.6em;
  margin-bottom: 10px;
}
.footer_sub .sub_menu a {
  line-height: 1;
  display: block;
  font-size: 13px;
  font-weight: 500;
  padding: 0 1em;
}
@media (max-width: 767px) {
  .footer_sub .sub_menu a {
    padding: 0.4em;
  }
}
.footer_sub .copyright {
  display: block;
  text-align: right;
  margin-top: 10px;
  font-size: 90%;
  letter-spacing: 0.04em;
  padding: 0 1em;
}

/* ----------------------  mv ---------------------- */
.mv {
  margin: 0 auto;
  max-width: 1392px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .mv {
    padding: 0;
  }
}
.mv_bg {
  background: url(../images/top_mv.jpg) no-repeat center/cover;
  padding-top: 49.5562130178%;
  position: relative;
  width: 100%;
  height: 0;
}
@media (max-width: 767px) {
  .mv_bg {
    background: url(../images/top_mv_s.jpg) no-repeat center/cover;
    padding-top: 123.5897435897%;
  }
}
.mv_item {
  position: absolute;
  bottom: 16%;
  padding: 0 4.6em;
}
.mv_item .main_ttl {
  font-size: 2.6rem;
}
.mv_item .main_ttl strong {
  display: block;
  line-height: 1.3;
  font-size: 205%;
}
.mv_item .main_ttl span {
  display: block;
  font-weight: 700;
  margin-top: 0.8em;
}
@media (max-width: 1024px) {
  .mv_item {
    bottom: 12%;
    padding: 0 3em;
  }
  .mv_item .main_ttl strong {
    font-size: 190%;
  }
}
@media (max-width: 767px) {
  .mv_item {
    bottom: 6%;
    padding: 0 1.4em;
  }
  .mv_item .main_ttl {
    font-size: 1.8rem;
  }
  .mv_item .main_ttl strong {
    font-size: 172%;
  }
  .mv_item .main_ttl span {
    margin-top: 0.6em;
  }
}
.mv_link {
  display: inline-block;
  font-size: 112.5%;
  font-weight: 700;
  position: relative;
  text-decoration: underline;
  margin-top: 2.2em;
}
.mv_link .arrow_circle_gn {
  position: absolute;
  right: -45px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1024px) {
  .mv_link {
    margin-top: 1.4em;
  }
}
@media (max-width: 767px) {
  .mv_link {
    font-size: 96%;
  }
  .mv_link .arrow_circle_gn {
    right: -36px;
  }
}

/* ----------------------  overview ---------------------- */
.overview {
  padding: 86px 0 60px;
}
@media (max-width: 1024px) {
  .overview {
    padding: 50px 0 20px;
  }
}
.overview .top_lead {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 3.8em;
}
@media (max-width: 1024px) {
  .overview .top_lead {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .overview .top_lead {
    font-size: 1.8rem;
    margin-bottom: 3em;
  }
}
.overview_list {
  display: flex;
  justify-content: center;
}
@media (max-width: 767px) {
  .overview_list {
    flex-direction: column;
    margin: 0 auto;
    width: 90%;
  }
}
.overview_list li {
  border-left: 1px solid rgba(13, 10, 0, 0.2);
  text-align: center;
  flex: 1;
}
.overview_list li:first-of-type {
  border-left: none;
}
@media (max-width: 767px) {
  .overview_list li {
    border-left: 0;
    border-top: 1px solid rgba(13, 10, 0, 0.2);
    padding: 1.4em 1em 2.2em;
  }
  .overview_list li:last-of-type {
    border-bottom: 1px solid rgba(13, 10, 0, 0.2);
  }
}
.overview_list li img {
  width: 30px;
}
.overview_list li .ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.5;
  height: 4.2em;
}
@media (max-width: 1024px) {
  .overview_list li .ttl {
    font-size: 2rem;
    height: 5em;
  }
}
@media (max-width: 767px) {
  .overview_list li .ttl {
    font-size: 1.6rem;
    padding: 1em 0;
    height: auto;
  }
}

/* ---------------------- news ---------------------- */
.news_list li {
  margin-bottom: 1em;
}
.news_list li a {
  background: #f2f2f2;
  border-radius: 20px;
  display: block;
  padding: 2.2em 4.6em 2.2em 2.4em;
  position: relative;
}
@media (max-width: 767px) {
  .news_list li a {
    border-radius: 10px;
    padding: 1.6em 3em 1.6em 1.6em;
  }
}
.news_list li .date {
  display: inline-block;
  font-weight: 500;
  margin-bottom: 0.4em;
}
@media (max-width: 767px) {
  .news_list li .date {
    font-size: 1.4rem;
  }
}
.news_list li .txt {
  font-size: 2rem;
}
.news_list li .txt .arrow {
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .news_list li .txt {
    font-size: 1.4rem;
  }
  .news_list li .txt .arrow {
    right: 1.2em;
  }
}

/* ---------------------- service ---------------------- */
.service {
  background: #f2f2f2;
}
.service_txt {
  font-size: 112.5%;
  line-height: 1.6;
  text-align: center;
  margin: -2em 0 3em;
}
@media (max-width: 767px) {
  .service_txt {
    margin: -0.6em 0 2em;
  }
}
.service_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 2.3%;
  list-style-type: none;
  margin-bottom: -1.6em;
}
.service_list li {
  margin-bottom: 1.6em;
  width: 31.8%;
}
@media (max-width: 1024px) {
  .service_list li {
    width: 48.7%;
  }
}
@media (max-width: 767px) {
  .service_list li {
    margin-bottom: 1em;
    width: 100%;
  }
}
.service_list li a {
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 6%;
  padding: 1.8em;
}
@media (max-width: 767px) {
  .service_list li a {
    border-radius: 10px;
    gap: 4%;
    padding: 1.2em;
  }
}
.service_list li img {
  display: block;
  width: 31px;
}
@media (max-width: 767px) {
  .service_list li img {
    width: 26px;
  }
}
.service_list li p {
  font-size: 112.5%;
  font-weight: 700;
}
@media (max-width: 767px) {
  .service_list li p {
    font-size: 1.5rem;
  }
}
.service_list li .arrow {
  display: block;
  margin: 0 0 0 auto;
  width: 16px;
}
.service_list li .arrow::before, .service_list li .arrow::after {
  width: 12px;
}

/* ---------------------- page ---------------------- */
.page_head {
  margin: 0 auto;
  max-width: 1392px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .page_head {
    padding: 0;
  }
}
.page_head_bg {
  background: url(../images/page_ttl_bg.jpg) no-repeat center/cover;
  padding-top: 16.1764705882%;
  position: relative;
  width: 100%;
  height: 0;
}
@media (max-width: 767px) {
  .page_head_bg {
    background-position-x: 4%;
    padding-top: 22.2%;
  }
}
.page_head_ttl {
  position: absolute;
  left: 2.2em;
  top: 50%;
  transform: translateY(-50%);
  font-size: 3.6rem;
}
@media (max-width: 1024px) {
  .page_head_ttl {
    left: 1.4em;
  }
}
@media (max-width: 767px) {
  .page_head_ttl {
    left: 1em;
    font-size: 2.2rem;
  }
}

/* ---------------------- page_head_new ---------------------- */
.page_head_new {
  margin: 80px auto 0;
  max-width: 1600px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .page_head_new {
    margin-top: 60px;
    padding: 0;
  }
}

.page_head_inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background: #d4f4f0;
  border-radius: 30px;
  height: 220px;
  padding: 0 60px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .page_head_inner {
    justify-content: center;
    border-radius: 0;
    height: 160px;
    padding: 0 20px;
  }
}

.page_head_bg_video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1.02);
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}

.page_head_content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .page_head_content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
  }
}

.page_head_lottie {
  width: 150px;
  height: 150px;
  flex-shrink: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .page_head_lottie {
    width: 80px;
    height: 80px;
  }
}

.page_head_title {
  font-size: 3.6rem;
  font-weight: 700;
  color: #333333;
  opacity: 0;
}
.page_head_title.animate {
  animation: simpleFadeIn 2.2s ease-out forwards;
}
@media (max-width: 767px) {
  .page_head_title {
    font-size: 2.2rem;
  }
}

/* ---------------------- about ---------------------- */
.about_intro .sec_ttl {
  text-align: center;
}
.about_intro .intro_list li {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 4em 0;
}
@media (max-width: 767px) {
  .about_intro .intro_list li {
    padding: 1em 0 2.6em;
    flex-direction: column;
  }
}
.about_intro .intro_list li .item_txt {
  width: 51%;
}
@media (max-width: 767px) {
  .about_intro .intro_list li .item_txt {
    display: contents;
  }
}
.about_intro .intro_list li .tag {
  background: #fff;
  border: 1px solid #00B4A0;
  border-radius: 100px;
  display: inline-block;
  font-size: 1.4rem;
  padding: 0.25em 1.6em;
  position: relative;
  margin-bottom: 1em;
}
.about_intro .intro_list li .tag::before {
  content: "";
  background: #00B4A0;
  display: inline-block;
  margin-right: 0.8em;
  width: 0.75em;
  height: 0.75em;
}
@media (max-width: 767px) {
  .about_intro .intro_list li .tag {
    font-size: 1.2rem;
    order: 1;
  }
}
.about_intro .intro_list li .ttl {
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 0.4em;
}
@media (max-width: 1024px) {
  .about_intro .intro_list li .ttl {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .about_intro .intro_list li .ttl {
    font-size: 24px;
    order: 2;
  }
}
.about_intro .intro_list li .txt {
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767px) {
  .about_intro .intro_list li .txt {
    font-size: 14px;
    order: 4;
  }
}
.about_intro .intro_list li .item_pic {
  max-width: 500px;
  width: 44%;
}
@media (max-width: 767px) {
  .about_intro .intro_list li .item_pic {
    display: contents;
  }
  .about_intro .intro_list li .item_pic img {
    display: block;
    order: 3;
    margin: 0.6em 0 1.6em;
    width: 100%;
  }
}

.about_future {
  background: #fff;
}
.about_future .future_ttl span {
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  font-weight: inherit;
  padding: 0.15em 1.6em;
}
@media (max-width: 767px) {
  .about_future .future_ttl {
    font-size: 1.8rem;
  }
  .about_future .future_ttl span {
    padding: 0.4em 1.2em;
  }
}
.about_future .future_box {
  background: #fff;
  border: 1px solid #00B4A0;
  border-radius: 40px;
  padding: 6em 4.6em;
}
@media (max-width: 1024px) {
  .about_future .future_box {
    padding: 5em 3em;
  }
}
@media (max-width: 767px) {
  .about_future .future_box {
    border-radius: 20px;
    padding: 2.6em 1.4em;
  }
}
.about_future .future_list li {
  display: flex;
  align-items: flex-start;
  gap: 4%;
  padding-bottom: 4em;
  position: relative;
}
.about_future .future_list li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 70px;
  background: #00B4A0;
  width: 2px;
  height: 100%;
}
@media (max-width: 1024px) {
  .about_future .future_list li::before {
    left: 55px;
  }
}
@media (max-width: 767px) {
  .about_future .future_list li::before {
    left: 37px;
  }
}
.about_future .future_list li:last-of-type {
  padding-bottom: 0;
}
.about_future .future_list li:last-of-type::before {
  content: none;
}
@media (max-width: 767px) {
  .about_future .future_list li {
    flex-wrap: wrap;
    gap: 8px 14px;
    padding-bottom: 2em;
  }
}
.about_future .future_list .num {
  background: #fff;
  border: 3px solid #00B4A0;
  border-radius: 100px;
  color: #00B4A0;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  padding: 0.4em 0.2em 0.5em;
  position: relative;
  width: 140px;
  z-index: 1;
}
.about_future .future_list .num span {
  font-size: 64%;
  font-weight: 500;
}
@media (max-width: 1024px) {
  .about_future .future_list .num {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .about_future .future_list .num {
    font-size: 1.8rem;
    padding: 0.3em 0.2em 0.2em;
    width: 74px;
  }
  .about_future .future_list .num span {
    font-size: 70%;
  }
}
.about_future .future_list .ttl {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  width: 36%;
}
@media (max-width: 1024px) {
  .about_future .future_list .ttl {
    font-size: 2rem;
    width: 32%;
  }
}
@media (max-width: 767px) {
  .about_future .future_list .ttl {
    font-size: 1.6rem;
    width: 68%;
  }
}
.about_future .future_list .txt {
  width: 42%;
}
@media (max-width: 767px) {
  .about_future .future_list .txt {
    font-size: 100%;
    line-height: 1.5;
    padding-left: 88px;
    width: 100%;
  }
}

.about_officer .officer_list {
  margin-bottom: -2em;
}
.about_officer .officer_list li {
  background: #f2f2f2;
  border-radius: 20px;
  display: flex;
  align-items: flex-start;
  gap: 4%;
  padding: 4.2em 4em;
  margin-bottom: 4em;
}
@media (max-width: 1024px) {
  .about_officer .officer_list li {
    padding: 4em 3.2em;
  }
}
@media (max-width: 767px) {
  .about_officer .officer_list li {
    flex-direction: column;
    padding: 2.6em 1.6em;
    margin-bottom: 2em;
  }
}
.about_officer .officer_list .profile {
  text-align: center;
  width: 18%;
}
@media (max-width: 767px) {
  .about_officer .officer_list .profile {
    margin-bottom: 1.2em;
    width: 100%;
  }
}
.about_officer .officer_list .profile img {
  border-radius: 4px;
  display: block;
  margin: 0 auto 1em;
  width: 150px;
}
.about_officer .officer_list .profile .position {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .about_officer .officer_list .profile .position {
    font-size: 1.3rem;
    margin-bottom: 0;
  }
}
.about_officer .officer_list .profile .name {
  font-size: 2.4rem;
  font-weight: 700;
}
.about_officer .officer_list .profile .name span {
  display: block;
  font-size: 50%;
  line-height: 1;
}
@media (max-width: 767px) {
  .about_officer .officer_list .profile .name {
    font-size: 2rem;
  }
}
.about_officer .officer_list .career {
  line-height: 1.5;
  width: 88%;
}
.about_officer .officer_list .career strong {
  display: block;
  font-weight: bold;
  margin-bottom: 0.2em;
}
.about_officer .officer_list .career p {
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .about_officer .officer_list .career {
    width: 100%;
  }
}

.about_company {
  background: #f2f2f2;
}
.about_company .company_tbl {
  font-size: 112.5%;
}
@media (max-width: 767px) {
  .about_company .company_tbl {
    font-size: 100%;
  }
}
.about_company .company_tbl th,
.about_company .company_tbl td {
  padding: 2em 0;
}
.about_company .company_tbl th {
  border-top: 1px solid #00B4A0;
  border-bottom: 1px solid #00B4A0;
  color: #00B4A0;
  width: 30%;
}
.about_company .company_tbl td {
  border-top: 1px solid rgba(13, 10, 0, 0.2);
  border-bottom: 1px solid rgba(13, 10, 0, 0.2);
}
.about_company .company_pic {
  margin: 7em 0 2em;
}
@media (max-width: 767px) {
  .about_company .company_pic {
    margin: 4em 0 1em;
  }
}

/* service flow image */
.service_flow_img {
  width: 85%;
  margin: 60px auto 0;
}
.service_flow_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}
@media (max-width: 767px) {
  .service_flow_img {
    width: 100%;
    margin-top: 40px;
  }
  .service_flow_img img {
    border-radius: 10px;
  }
}

/* ---------------------- services ---------------------- */
.services_list {
  border-top: 1px solid #00B4A0;
  margin-top: 6em;
}
@media (max-width: 767px) {
  .services_list {
    margin-top: 4em;
  }
}
.services_list li {
  background: #f2f2f2;
  border-bottom: 1px solid #00B4A0;
  padding: 4em 0;
  min-height: 20em;
}
.services_list .inner {
  display: flex;
  align-items: flex-start;
  gap: 4%;
}
.services_list .icon {
  width: 10%;
  max-width: 28px;
}
.services_list .txt_wrap {
  display: flex;
  align-items: flex-start;
  gap: 12%;
}
@media (max-width: 767px) {
  .services_list .txt_wrap {
    flex-direction: column;
    width: 86%;
  }
}
.services_list .txt_wrap .name {
  width: 40%;
}
@media (max-width: 767px) {
  .services_list .txt_wrap .name {
    width: 100%;
  }
}
.services_list .txt_wrap .name span {
  background: #00B4A0;
  color: #fff;
  display: inline-block;
  font-size: 112.5%;
  line-height: 1.3;
  padding: 0.2em 1em;
}
@media (max-width: 1024px) {
  .services_list .txt_wrap .name span {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .services_list .txt_wrap .name span {
    font-size: 1.2rem;
    padding: 0.4em 0.6em;
  }
}
.services_list .txt_wrap .name .ttl {
  font-size: 3.8rem;
  line-height: 1.5;
  margin-top: 0.6em;
}
@media (max-width: 1024px) {
  .services_list .txt_wrap .name .ttl {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .services_list .txt_wrap .name .ttl {
    font-size: 2.2rem;
    margin: 0.6em 0 0.8em;
  }
}
.services_list .txt_wrap .txt {
  width: 48%;
}
@media (max-width: 767px) {
  .services_list .txt_wrap .txt {
    width: 100%;
  }
}
.services_list .txt_wrap .cmn_btn_wh {
  margin: 2em auto 0 0;
}
@media (max-width: 767px) {
  .services_list .txt_wrap .cmn_btn_wh {
    margin-top: 1.4em;
  }
}

/* ---------------------- news ---------------------- */
/* single */
.page_single .date {
  margin-bottom: 1em;
}
.page_single .page_ttl {
  font-size: 2.8rem;
  line-height: 1.6;
  text-align: left;
  margin-bottom: 1.6em;
}
@media (max-width: 767px) {
  .page_single .page_ttl {
    font-size: 2rem;
  }
}

.page_content h2 {
  font-size: 2.6rem;
  margin: 3em 0 1em;
}
@media (max-width: 767px) {
  .page_content h2 {
    font-size: 1.8rem;
  }
}
.page_content h3 {
  font-size: 2.2rem;
  margin: 3em 0 1em;
}
@media (max-width: 767px) {
  .page_content h3 {
    font-size: 1.6rem;
  }
}
.page_content p {
  margin-bottom: 1.4em;
}
.page_content a {
  color: #00B4A0;
  display: inline-block;
  text-decoration: underline;
}
.page_content .wp-block-image {
  overflow: hidden;
  margin: 3em 0;
}
.page_content ul {
  padding-left: 1.4em;
  margin: 1.4em 0;
}
.page_content ul li {
  list-style-type: disc;
}
.page_content ol {
  padding-left: 1.4em;
  margin: 1.4em 0;
}
.page_content ol li {
  list-style-type: decimal;
}

.arrow_circle_gn.is_prev {
  transform: rotate(180deg);
}

/* single pagination */
.post_nav {
  display: flex;
  justify-content: space-between;
  font-size: 112.5%;
  margin-top: 6em;
}
@media (max-width: 767px) {
  .post_nav {
    margin-top: 3em;
  }
}
.post_nav a {
  display: flex;
}
.post_nav a p {
  margin: 0 1.6em;
}

/* archive pagination */
.pagination {
  margin-top: 5em;
}
@media (max-width: 767px) {
  .pagination {
    margin-top: 3em;
  }
}
.pagination .nav-links > ul {
  display: flex;
  justify-content: center;
  gap: 2%;
}
@media (max-width: 767px) {
  .pagination .nav-links > ul {
    gap: 4%;
  }
}
.pagination .nav-links > ul span,
.pagination .nav-links > ul a {
  display: inline-block;
  text-align: center;
}
.pagination .nav-links .page-numbers {
  color: #0d0a00;
}
.pagination .nav-links .page-numbers.current {
  color: #00B4A0;
}

/* ---------------------- works ---------------------- */
.works_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 3.2%;
}
@media (max-width: 767px) {
  .works_list {
    flex-direction: column;
  }
}
.works_list li {
  background: #fff;
  border: 1px solid #00B4A0;
  border-radius: 20px;
  padding: 3.4em 3.2em;
  margin-bottom: 3em;
  width: 48.4%;
}
@media (max-width: 767px) {
  .works_list li {
    padding: 2.4em 2em;
    margin-bottom: 2em;
    width: 100%;
  }
}
.works_list .name {
  font-size: 2.4rem;
  margin-bottom: 0.8em;
}
@media (max-width: 767px) {
  .works_list .name {
    font-size: 1.8rem;
    margin-bottom: 0.4em;
  }
}
.works_list .logo img {
  width: auto;
  height: 100px;
}
@media (max-width: 1024px) {
  .works_list .logo img {
    height: 65px;
  }
}
.works_list .solution dt {
  font-size: 112.5%;
  font-weight: 700;
  position: relative;
  padding-left: 1.4em;
  margin: 1.4em 0 1em;
}
.works_list .solution dt::before {
  content: "";
  background: #00B4A0;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0.75em;
  height: 0.75em;
}
@media (max-width: 767px) {
  .works_list .solution dt {
    font-size: 1.5rem;
    margin: 1.2em 0 1em;
  }
}
.works_list .solution dd p {
  background: #fff;
  border: 1px solid #00B4A0;
  border-radius: 100px;
  color: #00B4A0;
  line-height: 1.4;
  display: inline-block;
  padding: 0.26em 0.84em;
  margin: 0 0.2em 0.7em 0;
}
@media (max-width: 767px) {
  .works_list .solution dd p {
    font-size: 1.3rem;
  }
}

.partners_list {
  display: flex;
  flex-wrap: wrap;
  gap: 4%;
}
.partners_list li {
  margin-bottom: 1.6em;
  width: 22%;
}
.partners_list li img {
  display: block;
  max-width: 280px;
  width: 100%;
}
@media (max-width: 767px) {
  .partners_list li {
    width: 30%;
  }
}

/* ---------------------- recruit ---------------------- */
.recruit_main .sec_ttl {
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  .recruit_main .sec_ttl {
    text-align: center;
  }
}
.recruit_main .pic {
  margin-bottom: 3em;
}

.recruit_lead {
  font-size: 112.5%;
  margin-bottom: 3.4em;
}
.recruit_lead.is_center {
  text-align: center;
}
@media (max-width: 767px) {
  .recruit_lead {
    font-size: 100%;
    margin-bottom: 2.4em;
  }
  .recruit_lead.is_center {
    text-align: left;
  }
}

.recruit_info {
  background: #f2f2f2;
}
.recruit_info .sec_ttl {
  margin-bottom: 1em;
}
.recruit_info .job_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -2em;
  gap: 3.2%;
}
@media (max-width: 767px) {
  .recruit_info .job_list {
    flex-direction: column;
  }
}
.recruit_info .job_list li {
  background: #fff;
  border-radius: 20px;
  padding: 3.4em 3.2em;
  margin-bottom: 3em;
  width: 48.4%;
}
@media (max-width: 767px) {
  .recruit_info .job_list li {
    padding: 2.4em 2em;
    margin-bottom: 2em;
    width: 100%;
  }
}
.recruit_info .job_list .ttl {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 0.6em;
}
@media (max-width: 1024px) {
  .recruit_info .job_list .ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 767px) {
  .recruit_info .job_list .ttl {
    font-size: 1.8rem;
  }
}
.recruit_info .job_list .place {
  background: #00B4A0;
  border-radius: 100px;
  color: #fff;
  display: inline-block;
  line-height: 1.4;
  text-align: center;
  padding: 0.2em 0.6em;
  margin-bottom: 1.2em;
  width: 6.5em;
}
@media (max-width: 767px) {
  .recruit_info .job_list .place {
    font-size: 1.3rem;
  }
}
.recruit_info .job_list .detail {
  line-height: 1.6;
}
.recruit_info .job_list .cmn_btn_wh {
  padding: 16px;
  margin: 1.6em auto 0;
}
.recruit_info .job_list .cmn_btn_wh .arrow_circle_gn {
  right: 0.8em;
}
@media (max-width: 767px) {
  .recruit_info .job_list .cmn_btn_wh {
    padding: 12px;
    margin: 1.4em auto 0;
  }
  .recruit_info .job_list .cmn_btn_wh .arrow_circle_gn {
    right: 0.6em;
  }
}

/* ---------------------- contact ---------------------- */
@media (max-width: 767px) {
  .contact .txt_lead {
    text-align: center;
  }
}
.contact .form_tbl {
  font-size: 112.5%;
}
@media (max-width: 767px) {
  .contact .form_tbl {
    display: block;
  }
}
.contact .form_tbl th {
  font-weight: 700;
  padding: 1.2em 4.5em 1.2em 0;
  position: relative;
  vertical-align: top;
  width: 30%;
}
@media (max-width: 767px) {
  .contact .form_tbl th {
    display: block;
    padding: 1em 4em 0 0;
    width: 100%;
  }
}
.contact .form_tbl td {
  padding: 0.6em 0;
  width: 70%;
}
@media (max-width: 767px) {
  .contact .form_tbl td {
    display: block;
    padding: 0.2em 0 0 0;
    width: 100%;
  }
}
.contact .form_tbl .required {
  background: #ff4d4d;
  color: #fff;
  display: inline-block;
  font-size: 80%;
  line-height: 1.2;
  text-align: center;
  padding: 0.2em 0.6em;
  position: absolute;
  top: 1.9em;
  right: 2em;
}
@media (max-width: 767px) {
  .contact .form_tbl .required {
    position: static;
    margin-left: 1em;
  }
}
.contact .form_tbl .check_txt {
  font-size: 90%;
  text-align: center;
  padding-top: 1.6em;
}
.contact .form_tbl .check_txt a {
  color: #00B4A0;
  display: inline-block;
  text-decoration: underline;
  margin-left: 0.4em;
}
.contact .form_tbl input,
.contact .form_tbl textarea,
.contact .form_tbl select {
  background: #f2f2f2;
  border: 1px solid #0d0a00;
  border-radius: 4px;
  font-family: inherit;
  font-size: 100%;
  font-weight: normal;
  padding: 1em 1.2em;
  width: 100%;
}
.contact .form_tbl input[type=checkbox] {
  transform: scale(1.5, 1.5);
  width: auto;
}
.contact .form_btn {
  transition: all 0.3s;
  padding: 16px;
  max-width: 260px;
}
.contact .form_btn:has(input:not(:disabled)):hover {
  opacity: 0.6;
}
.contact .form_btn p {
  text-align: center;
}
.contact .form_btn input[type=submit] {
  padding: 0;
  background: transparent;
  border: 0;
  font-size: 112.5%;
  font-family: inherit;
  width: 100%;
}
.contact .wpcf7-spinner {
  display: none;
}

/* 必須未入力項目下 エラー文章 */
.wpcf7-not-valid-tip {
  color: #ff4d4d;
  display: block;
  font-size: 85%;
}

/* 送信ボタン下 送信完了時 */
.wpcf7 form.sent .wpcf7-response-output {
  border: none;
  color: #0d0a00;
  font-size: 112.5%;
  font-weight: 700;
  margin: 1.6em 0;
  padding: 0;
  text-align: center;
}

/* 送信ボタン下 未入力エラー文章 */
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border: none;
  color: #ff4d4d;
  font-size: 100%;
  font-weight: 700;
  margin: 1.6em 0;
  padding: 0;
  text-align: center;
}

/* reCAPTCHA badge非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

.recaptcha_policy {
  font-size: 12px;
  color: #666;
  text-align: center;
  margin-top: 1.5em;
}
.recaptcha_policy a {
  color: #666;
  text-decoration: underline;
}

/* ---------------------- privacypolicy ---------------------- */
.privacypolicy {
  line-height: 1.6;
}
.privacypolicy .box {
  margin: 2.6em 0;
}
.privacypolicy .box h2 {
  font-size: 2.4rem;
  margin-bottom: 0.6em;
}
@media (max-width: 767px) {
  .privacypolicy .box h2 {
    font-size: 1.8rem;
  }
}
.privacypolicy .box p {
  margin: 1em 0;
}
.privacypolicy .box .pd_left_1 {
  display: block;
  padding-left: 1em;
}
.privacypolicy .box .indent {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/* ================================================
   New Top Page Styles
   ================================================ */
/* Wrapper */
.my-new-top {
  width: 100%;
  overflow-x: hidden;
  margin: 0;
  padding: 0 20px;
  background: transparent;
}
@media (max-width: 767px) {
  .my-new-top {
    padding: 0;
  }
}

.my-new-top .container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
}

/* ================================================
   Hero Section
   ================================================ */
.my-new-top .hero-section {
  width: 100% !important;
  max-width: 1600px !important;
  height: auto !important;
  position: relative !important;
  overflow: visible !important;
  margin: 0 auto !important;
  padding: 0 !important;
  margin-top: 80px !important;
  border-radius: 30px !important;
  aspect-ratio: 1368/585 !important;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  z-index: 10;
}
@media (max-width: 767px) {
  .my-new-top .hero-section {
    border-radius: 0 !important;
    aspect-ratio: 9/10 !important;
    margin-top: 60px !important;
  }
}

.my-new-top .hero-content {
  width: 100% !important;
  height: 100% !important;
  position: relative !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}
@media (max-width: 767px) {
  .my-new-top .hero-content {
    border-radius: 0 !important;
  }
}

.my-new-top .hero-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.my-new-top .hero-bg-video {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) scale(1.02) !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  z-index: 1 !important;
  border-radius: 30px !important;
}

.my-new-top .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.my-new-top .lottie-logo {
  width: clamp(100px, 18vw, 300px);
  height: clamp(100px, 18vw, 300px);
  margin-bottom: clamp(10px, 1.5vw, 20px);
  pointer-events: none;
}

@keyframes simpleFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.my-new-top .hero-text {
  text-align: center;
  color: #333333;
  opacity: 0;
}
.my-new-top .hero-text.animate {
  animation: simpleFadeIn 2.2s ease-out forwards;
}

.my-new-top .hero-title {
  font-family: "Outfit", sans-serif;
  font-size: clamp(18px, 3vw, 48px);
  font-weight: 300;
  line-height: 1.4;
  margin: 0 0 clamp(10px, 1.5vw, 20px) 0;
  letter-spacing: 0.06em;
}

.my-new-top .hero-subtitle {
  font-size: clamp(12px, 1.5vw, 24px);
  font-weight: 400;
  line-height: 1.6;
  margin: 0;
  letter-spacing: 0.06em;
}

.my-new-top .scroll-down-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -25px;
  position: relative;
  z-index: 100;
}

.my-new-top .scroll-down {
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.3s ease;
}
.my-new-top .scroll-down:hover {
  background: rgba(0, 0, 0, 0.7);
}

.my-new-top .scroll-icon {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #fff;
}

/* Responsive - Mobile */
@media (max-width: 767px) {
  .my-new-top .hero-section {
    border-radius: 20px;
  }
  .my-new-top .hero-content {
    border-radius: 20px !important;
  }
  .my-new-top .hero-bg-video {
    border-radius: 20px !important;
  }
  .my-new-top .lottie-logo {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
  }
  .my-new-top .hero-title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .my-new-top .hero-subtitle {
    font-size: 14px;
  }
}
/* ================================================
   Icon Boxes Section
   ================================================ */
.my-new-top .icon-boxes-section {
  padding: 60px 0;
  margin-top: 0;
  background: transparent;
}

.my-new-top .icon-boxes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}

.my-new-top .icon-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0 20px;
  border-left: 1px solid rgba(13, 10, 0, 0.2);
  text-decoration: none;
  transition: opacity 0.3s ease;
}
.my-new-top .icon-box:first-child {
  border-left: none;
}
.my-new-top .icon-box:hover {
  opacity: 0.7;
}

.my-new-top .icon-wrapper {
  flex-shrink: 0;
}
.my-new-top .icon-wrapper img {
  width: 60px;
  height: 60px;
  display: block;
}

.my-new-top .icon-box-text {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 1.6;
  margin: 0;
}

/* ================================================
   Mission Section
   ================================================ */
.my-new-top .mission-section {
  padding: 60px 80px;
  background: linear-gradient(135deg, #20C9B8 0%, #00B4A0 100%);
  border-radius: 30px;
  max-width: 1600px;
  margin: 0 auto 40px;
  position: relative;
  overflow: hidden;
}
.my-new-top .mission-section::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 300px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  transform: translate(30%, -30%);
}
.my-new-top .mission-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 250px;
  height: 250px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  transform: translate(-30%, 30%);
}
.my-new-top .mission-section .inner {
  position: relative;
  z-index: 1;
  text-align: left;
}

.my-new-top .section-label {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  margin: 0 0 15px;
  opacity: 0.9;
}

.my-new-top .mission-title {
  font-size: 32px;
  font-weight: 400;
  color: #fff;
  line-height: 1.8;
  margin: 0 0 15px;
}

.my-new-top .mission-description {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  line-height: 1.9;
  margin: 0 0 40px;
}

.my-new-top .btn-white {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.my-new-top .btn-white:hover {
  opacity: 0.7;
}

.my-new-top .btn-arrow {
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow_link_white.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

/* ================================================
   Service Section
   ================================================ */
.my-new-top .service-section {
  padding: 0;
  background: transparent;
}

.my-new-top .service-content {
  position: relative;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-new-top .service-text {
  position: absolute;
  top: 40px;
  left: 40px;
  max-width: 600px;
  z-index: 2;
}

.my-new-top .service-section .section-label {
  color: #00B4A0;
  margin-bottom: 10px;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.my-new-top .service-title {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  margin: 0 0 25px;
}

.my-new-top .service-description {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 1.9;
  margin: 0 0 35px;
}

.my-new-top .btn-outline {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #333333;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-offset: 4px;
  transition: all 0.3s ease;
}
.my-new-top .btn-outline:hover {
  opacity: 0.6;
}

.my-new-top .btn-arrow-dark {
  width: 24px;
  height: 24px;
  background-image: url("../images/arrow_link.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}

.my-new-top .service-diagram {
  width: 85%;
  margin: 200px auto 0;
}

.my-new-top .diagram-image {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px;
}

.my-new-top .service-arrows {
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 800px;
  margin: 0 auto;
}

.my-new-top .arrow-item {
  padding: 20px 30px;
  background: linear-gradient(90deg, #B8E5DF 0%, rgba(184, 229, 223, 0.3) 100%);
  border-radius: 0 50px 50px 0;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.my-new-top .arrow-item::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid rgba(184, 229, 223, 0.3);
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}

/* ================================================
   News Section
   ================================================ */
.my-new-top .news-section {
  padding: 80px 20px 100px;
  margin: 0 -20px;
  background: #fff;
}

.my-new-top .news-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: start;
}

.my-new-top .news-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.my-new-top .news-title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.my-new-top .news-section .section-label {
  color: #00B4A0;
}

.my-new-top .news-title {
  font-size: 32px;
  font-weight: 400;
  color: #333333;
  margin: 0;
}

.my-new-top .news-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.my-new-top .news-item {
  border-bottom: 1px solid #E5E5E5;
}

.my-new-top .news-link {
  display: flex;
  gap: 30px;
  padding: 25px 20px;
  text-decoration: none;
  transition: background 0.3s ease;
}
.my-new-top .news-link:hover {
  background: rgba(0, 180, 160, 0.05);
  opacity: 1;
}

.my-new-top .news-date {
  flex-shrink: 0;
  font-size: 15px;
  color: #666666;
  font-family: "Noto Sans JP", sans-serif;
}

.my-new-top .news-text {
  flex: 1;
  font-size: 15px;
  color: #333333;
  margin: 0;
  line-height: 1.6;
}

/* ================================================
   Responsive Design
   ================================================ */
/* Mobile */
@media screen and (max-width: 767px) {
  .my-new-top .service-content {
    display: flex;
    flex-direction: column;
  }
  .my-new-top .service-text {
    position: static;
    max-width: 100%;
    margin-bottom: 30px;
    order: 1;
    padding: 0 20px;
  }
  .my-new-top .service-diagram {
    width: 100%;
    margin-top: 0;
    order: 2;
  }
  .my-new-top .icon-boxes-grid {
    grid-template-columns: 1fr;
    gap: 0;
    width: 90%;
    margin: 0 auto;
  }
  .my-new-top .icon-box {
    border-left: none;
    border-top: 1px solid rgba(13, 10, 0, 0.2);
    padding: 20px 10px;
  }
  .my-new-top .icon-box:first-child {
    border-top: none;
  }
  .my-new-top .icon-box:last-child {
    border-bottom: 1px solid rgba(13, 10, 0, 0.2);
  }
  .my-new-top .mission-section {
    padding: 40px 20px;
    margin: 0 0 40px;
    border-radius: 0;
  }
  .my-new-top .section-label {
    font-size: 16px;
  }
  .my-new-top .mission-title {
    font-size: 24px;
  }
  .my-new-top .mission-description {
    font-size: 14px;
  }
  .my-new-top .service-section {
    padding: 0;
  }
  .my-new-top .service-title,
  .my-new-top .news-title {
    font-size: 24px;
  }
  .my-new-top .service-description {
    font-size: 14px;
  }
  .my-new-top .news-section {
    padding: 40px 20px 60px;
  }
  .my-new-top .news-content {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 0 20px;
  }
  .my-new-top .news-link {
    flex-direction: column;
    gap: 10px;
    padding: 20px 15px;
  }
  .my-new-top .arrow-item {
    font-size: 14px;
    padding: 15px 20px;
  }
}
@media screen and (max-width: 480px) {
  .my-new-top .section-label {
    font-size: 14px;
  }
  .my-new-top .mission-title {
    font-size: 20px;
  }
  .my-new-top .mission-description {
    font-size: 14px;
  }
  .my-new-top .service-title,
  .my-new-top .news-title {
    font-size: 20px;
  }
}
