/*
Theme Name: sleep insight
Theme URI: https://sleep-insight.jp/
Author: 株式会社アイムスタイル
Description: Sleepinsight Original Theme
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.2
*/

@charset "UTF-8";
@import url(https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap);

/**
* Base - サイトのベースになるcss
*/
/*
* Color
*/
:root {
  --txt-primary: #333;
  --color-white: #fff;
  --color-navy: #005493;
  --color-blue: #BAEAFF;
  --color-yellow: #FABF00;
  --color-red: #e20000;
  --color-main: #224B8F;
  --color-sub: #FFA07A;
  --bg-blue: #ECF3FF;
  --bg-blue02: #ECF3FF;
  --border-gray: #c7cbce;
  --color-danger: #DB0000;
}

/*
* ダークモードに対応する場合は以下のメディアクエリを
*/
/*
* Font
*/
/*
* Font Size
*/
/* PC Tablet */
/* Mobile */
/*
* Media Query
*/
/*
* メディアクエリ
*/
/*
* ドロップシャドウ
*/
/*
* vwの計算
*/
html {
  font-size: 62.5%;
  margin-top: 0 !important;
}

#wpadminbar {
  display: none !important;
}

* {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "BIZ UDPGothic", Meiryo, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
  color: var(--txt-primary);
  background: linear-gradient(to right, #FFFCF9 0%, #F3F9FF 100%);
  min-height: 100vh;
  padding-top: 117px;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 1.6rem;
    padding-top: 81px;
  }
}

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

main h1,
main h2,
main h3,
main h4,
main h5,
main h6,
main p,
main li,
main a {
  line-height: 1.6;
}

a:hover {
  text-decoration: none;
}

address {
  font-style: normal;
}

strong {
  font-weight: bold;
}

input[type=radio] {
  margin: 0 7px 0 0;
}

input[type=color],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
select,
select:focus,
textarea {
  font-size: 16px;
}

p {
  color: #333;
  color: var(--txt-primary);
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.bl_main_problem {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
}

@media screen and (max-width: 1024px) {
  .bl_main_problem {
    gap: 16px;
  }
}

@media screen and (max-width: 500px) {
  .bl_main_problem {
    flex-direction: column;
  }
}

.bl_main_pro_box {
  background-color: #fff;
  padding: 24px;
  width: calc(33.333% - 16px);
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.18);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
}

.bl_main_pro_box img {
  width: 100%;
  max-width: 224px;
  display: block;
  margin: 16px auto 0;
}

@media screen and (max-width: 1024px) {
  .bl_main_pro_box {
    width: calc(50% - 8px);
  }
}

@media screen and (max-width: 500px) {
  .bl_main_pro_box {
    width: 100%;
  }
}

.bl_main_pro_text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.bl_main_q_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
  min-height: 64px;
}

.bl_main_q_ttl span {
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 8px;
}

.bl_main_q_ttl .problem {
  color: #224B8F;
  color: var(--color-main);
}

.bl_main_q_ttl .solution {
  color: #FFA07A;
  color: var(--color-sub);
}

.bl_main_pro_text p:last-of-type {
  margin-bottom: 8px;
}

.bl_main_pro_cta {
  text-align: center;
  margin-top: 64px;
}

.bl_main_pro_cta .bl_main_pro_cta_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .bl_main_pro_cta .bl_main_pro_cta_ttl {
    font-size: 2.4rem;
  }
}

.bl_main_forte {
  position: relative;
  padding: 0;
  overflow: hidden;
}

.bl_main_forte::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 100%;
  background-color: #ECF3FF;
  background-color: var(--bg-blue02);
  border-radius: 0 64px 64px 0;
  z-index: 0;
}

.bl_main_for_inner {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 90%;
  max-width: 1280px;
  z-index: 1;
  gap: 16px;
  margin: 88px auto;
}

@media screen and (max-width: 1200px) {
  .bl_main_for_inner {
    flex-direction: column;
    align-items: center;
  }
}

.bl_main_for_text {
  flex: 1;
  max-width: 548px;
}

.bl_main_for_number {
  font-weight: bold;
  color: #224B8F;
  color: var(--color-main);
  margin-bottom: 24px;
  font-size: 2.4rem;
}

.bl_main_for_title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 24px;
}

@media screen and (max-width: 1024px) {
  .bl_main_for_title {
    font-size: 2.4rem;
  }
}

.bl_main_for_img {
  display: flex;
  justify-content: center;
  gap: 40px 24px;
  transform: translateX(9%);
  padding-right: 24px;
}

@media screen and (max-width: 1200px) {
  .bl_main_for_img {
    transform: translateX(0%);
    padding-right: 0;
  }
}

@media screen and (max-width: 500px) {
  .bl_main_for_img {
    flex-direction: column;
    flex-wrap: wrap;
  }
}

.bl_main_for_img_item {
  flex: 1;
  text-align: center;
  max-width: 200px;
}

.bl_main_for_img_item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1200px) {
  .bl_main_for_img_item {
    max-width: 160px;
  }
}

@media screen and (max-width: 500px) {
  .bl_main_for_img_item {
    width: 100%;
    max-width: 248px;
  }
}

.bl_main_for_img_item_pc {
  flex: 1;
  text-align: center;
  max-width: 312px;
}

.bl_main_for_img_item_pc img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

@media screen and (max-width: 1200px) {
  .bl_main_for_img_item_pc {
    max-width: 248px;
  }
}

.bl_main_for_img_caption {
  margin-top: 8px;
  font-size: 1.4rem;
}

.bl_main_comment {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.18);
  margin-bottom: 40px;
}

@media screen and (max-width: 1024px) {
  .bl_main_comment {
    padding: 24px;
  }
}

.bl_main_com_flex {
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 1024px) {
  .bl_main_com_flex {
    flex-direction: column;
  }
}

.bl_main_com_box img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .bl_main_com_img {
    display: flex;
    gap: 8px 24px;
    align-items: flex-end;
    justify-content: center;
  }
}

@media screen and (max-width: 500px) {
  .bl_main_com_box {
    flex-direction: column;
    align-items: center;
  }
}

.bl_main_com_img {
  width: 100%;
  max-width: 184px;
  flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .bl_main_com_img {
    max-width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .bl_main_com_img img {
    max-width: 184px;
  }
}

.bl_main_com_img p {
  font-size: 1.4rem;
  padding-top: 4px;
  line-height: 1.4;
}

.bl_main_com_img .bl_main_com_name {
  font-size: 2rem;
  font-weight: bold;
}

.bl_main_com_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.splide.splide .splide__track {
  padding-bottom: 16px !important;
}

.splide__pagination {
  bottom: -32px !important;
}

.splide__pagination__page.is-active {
  background-color: #224B8F !important;
  background-color: var(--color-main) !important;
}

.bl_main_case_li {
  width: 100%;
  max-width: 400px;
  background-color: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.18);
}

.bl_main_case_li img {
  width: 100%;
  height: 184px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 500px) {
  .bl_main_case_li {
    max-width: 300px;
  }
}

.bl_main_case_content {
  padding: 24px;
}

.bl_main_case_company {
  font-size: 2rem;
  margin-bottom: 24px;
}

/* 共通：静的時 */
.bl_main_case--static {
  display: flex;
  gap: 24px;
  padding: 0 16px;
  list-style: none;
  margin: 0;
}

.bl_main_case--static .bl_main_case_li {
  flex: 0 1 400px;
  max-width: 400px;
  width: 100%;
}

.bl_main_case--1 {
  justify-content: center;
}

.bl_main_case--2 {
  justify-content: center;
}

.bl_main_case--3 {
  justify-content: center;
}

.bl_main_case--4 {
  justify-content: space-around;
}

@media (max-width: 1024px) {
  .bl_main_case--static {
    gap: 20px;
  }
}

@media (max-width: 500px) {
  .bl_main_case--static {
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 16px;
  }

  .bl_main_case--static .bl_main_case_li {
    max-width: 300px;
    flex-basis: 300px;
  }
}

.bl_main_price {
  display: flex;
  justify-content: flex-start;
  gap: 24px;
  flex-wrap: wrap;
}

/* 1件だけのとき中央寄せ（:has対応ブラウザ向け） */
.bl_main_price:has(> .bl_main_pri_box:only-child) {
  justify-content: center;
}

.bl_main_price:has(> .bl_main_pri_box:only-child) .bl_main_pri_box {
  flex-basis: min(100%, 600px);
}

.bl_main_pri_box {
  width: 100%;
  max-width: 600px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.18);
  flex: 0 1 calc((100% - 48px) / 3);
}

.bl_main_pri_type {
  text-align: center;
  font-weight: bold;
  background-color: #224B8F;
  background-color: var(--color-main);
  border-radius: 8px 8px 0 0;
  padding: 16px 0;
  color: #fff;
}

.bl_main_pri_main {
  text-align: center;
  padding: 40px 0;
}

.bl_main_pri_yen {
  font-size: 4.8rem;
  font-weight: bold;
}

.bl_main_pri_yen span {
  font-size: 3.2rem;
}

@media (min-width: 1201px) {
  .bl_main_price:not(:has(> .bl_main_pri_box:nth-child(3))) .bl_main_pri_box {
    flex: 0 1 calc((100% - 24px) / 2);
  }
}

@media screen and (max-width: 1200px) {
  .bl_main_pri_box {
    flex: 0 1 calc((100% - 24px) / 2);
  }
}

@media screen and (max-width: 768px) {
  .bl_main_price {
    justify-content: center;
  }

  .bl_main_pri_box {
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 1024px) {
  .bl_main_pri_yen span {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 1024px) {
  .bl_main_pri_yen {
    font-size: 4rem;
  }
}

.bl_main_pri_txt {
  font-size: 1.4rem;
}

.bl_main_pri_content {
  padding: 0 40px 40px 40px;
}

@media screen and (max-width: 500px) {
  .bl_main_pri_content {
    padding: 0 24px 40px 24px;
  }
}

.bl_main_pri_con_ttl {
  color: #224B8F;
  color: var(--color-main);
  font-weight: 500;
  margin-bottom: 8px;
}

.bl_main_pri_con_ul li {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.bl_main_pri_con_ul li:last-child {
  margin-bottom: 0;
}

.bl_main_pri_con_ul li span {
  color: #FFA07A;
  color: var(--color-sub);
  margin-right: 8px;
  flex-shrink: 0;
}

.bl_main_faq {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bl_main_faq_item {
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.18);
  overflow: hidden;
}

.bl_main_faq_item.open .bl_main_faq_vertical {
  opacity: 0;
  transform: translateX(-50%) scaleY(0) rotate(90deg);
}

.bl_main_faq_item.open .bl_main_faq_answer {
  opacity: 1;
}

.bl_main_faq_question {
  width: 100%;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  border: none;
  text-align: left;
  cursor: pointer;
  transition: background-color 0.2s;
}

@media screen and (max-width: 500px) {
  .bl_main_faq_question {
    padding: 16px;
  }
}

.bl_main_faq_que_content {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 500px) {
  .bl_main_faq_que_content {
    gap: 16px;
  }
}

.bl_main_faq_que_badge {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 3px solid #224B8F;
  border: 3px solid var(--color-main);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bl_main_faq_que_badge p {
  font-weight: bold;
  font-size: 2.4rem;
  color: #224B8F;
  color: var(--color-main);
  margin-bottom: 4px;
}

@media screen and (max-width: 500px) {
  .bl_main_faq_que_badge p {
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 500px) {
  .bl_main_faq_que_badge {
    width: 32px;
    height: 32px;
  }
}

.bl_main_faq_icon {
  width: 24px;
  height: 24px;
  position: relative;
  margin-left: 24px;
  flex-shrink: 0;
}

@media screen and (max-width: 500px) {
  .bl_main_faq_icon {
    width: 16px;
    height: 16px;
    margin-left: 16px;
  }
}

.bl_main_faq_horizontal {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FFA07A;
  background-color: var(--color-sub);
  transform: translateY(-50%);
  border-radius: 50px;
}

.bl_main_faq_vertical {
  position: absolute;
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  background-color: #FFA07A;
  background-color: var(--color-sub);
  transform: translateX(-50%);
  border-radius: 50px;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bl_main_faq_answer {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.bl_main_faq_ans_content {
  padding: 24px;
}

@media screen and (max-width: 500px) {
  .bl_main_faq_ans_content {
    padding: 16px;
  }
}

.bl_main_faq_ans_wrapper {
  display: flex;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 500px) {
  .bl_main_faq_ans_wrapper {
    gap: 16px;
  }
}

.bl_main_faq_ans_badge {
  width: 40px;
  height: 40px;
  background-color: #fff;
  border: 3px solid #FFA07A;
  border: 3px solid var(--color-sub);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.bl_main_faq_ans_badge p {
  font-weight: bold;
  font-size: 2.4rem;
  color: #FFA07A;
  color: var(--color-sub);
}

@media screen and (max-width: 500px) {
  .bl_main_faq_ans_badge p {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 500px) {
  .bl_main_faq_ans_badge {
    width: 32px;
    height: 32px;
  }
}

.bl_main_faq_que_txt {
  flex-direction: 1;
  font-weight: 500;
}

.bl_main_faq_ans_text {
  flex-direction: 1;
}

.bl_main_contact {
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
}

@media screen and (max-width: 1024px) {
  .bl_main_contact {
    font-size: 2.4rem;
  }
}

.bl_main_top_btn {
  position: fixed;
  right: 16px;
  bottom: 16px;
  width: 48px;
  height: 48px;
  background-color: #224B8F;
  background-color: var(--color-main);
  color: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 999;
}

.bl_main_top_btn.show {
  opacity: 1;
  pointer-events: auto;
}

.bl_main_top_btn .material-symbols-outlined {
  font-size: 3.2rem;
}

@media screen and (max-width: 500px) {
  .bl_main_top_btn {
    right: 8px;
    bottom: 8px;
  }
}

header {
  padding: 24px 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  background-color: transparent;
  transition: background-color 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

header.is-scrolled {
  background-color: #ffffff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
}

header.is-scrolled img {
  max-width: 160px;
}

header.is-scrolled .bl_header_cta {
  padding: 12px 32px;
}

header.is-scrolled .bl_header_hamburger {
  top: 0;
  transition: top 0.3s ease;
}

@media screen and (max-width: 1200px) {
  header.is-scrolled {
    padding: 8px 0;
  }
}

.bl_header_pc {
  width: 96%;
  max-width: 1792px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
}

.bl_header_pc img {
  width: 100%;
  max-width: 240px;
  transition: max-width 0.3s ease;
}

@media screen and (max-width: 1440px) {
  .bl_header_pc img {
    max-width: 160px;
  }
}

@media screen and (max-width: 1200px) {
  .bl_header_pc img {
    max-width: 160px;
  }
}

.bl_herder_nav_pc {
  display: block;
}

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

.bl_header_memu_pc {
  display: flex;
  gap: 40px;
  align-items: center;
}

@media screen and (max-width: 1440px) {
  .bl_header_memu_pc {
    gap: 32px;
  }

  @media screen and (max-width: 1280px) {
    .bl_header_memu_pc {
      gap: 24px;
    }
  }
}

.bl_header_cta {
  padding: 16px 32px;
  background-color: #224B8F;
  background-color: var(--color-main);
  color: #fff !important;
  font-weight: 500;
  border-radius: 50px;
  transition: padding 0.3s ease;
}

.bl_header_cta::after {
  display: none;
}

@media screen and (max-width: 1440px) {
  .bl_header_cta {
    padding: 16px 24px;
  }
}

@media screen and (max-width: 1200px) {
  .bl_header_btn {
    text-align: center;
  }
}

.bl_header_memu_pc li a {
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
}

.bl_header_memu_pc li a:not(.bl_header_cta):hover {
  color: #224B8F;
  color: var(--color-main);
}

.bl_header_memu_pc li a:not(.bl_header_cta):hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.bl_header_memu_pc li a:not(.bl_header_cta)::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #224B8F;
  background: var(--color-main);
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

.bl_header_sp_btn {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
  transition: padding 0.3s ease;
}

@media screen and (min-width: 1201px) {
  .bl_header_sp_btn {
    display: none;
  }
}

.bl_header_hamburger {
  position: fixed;
  top: 16px;
  right: 8px;
  width: 48px;
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: none;
  z-index: 999;
  cursor: pointer;
  padding: 0;
  background: transparent;
  transition: background-color 0.3s;
}

.bl_header_hamburger span {
  display: block;
  width: 24px;
  height: 3px;
  background-color: #224B8F;
  background-color: var(--color-main);
  border-radius: 2px;
  margin: 3px 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.bl_header_hamburger.active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
}

.bl_header_hamburger.active span:nth-child(2) {
  opacity: 0;
}

.bl_header_hamburger.active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
}

.bl_herder_nav_sp {
  display: block;
  position: fixed;
  top: 0;
  right: -100%;
  width: 480px;
  max-width: 768px;
  height: 100vh;
  background: #fff;
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.1);
  transition: right 0.3s ease;
  z-index: 99;
  padding: 68px 24px 0;
}

.bl_herder_nav_sp.active {
  right: 0;
}

@media screen and (min-width: 1201px) {
  .bl_herder_nav_sp {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .bl_herder_nav_sp {
    width: 100%;
  }
}

.bl_header_memu_sp {
  list-style: none;
  padding: 0;
}

.bl_header_memu_sp li {
  border-bottom: 1px solid #ccc;
}

.bl_header_memu_sp li:last-child {
  border-bottom: none;
  margin-top: 64px;
}

.bl_header_memu_sp li a {
  display: block;
  text-decoration: none;
  padding: 16px 40px 16px 16px;
  transition: background-color 0.2s ease;
  position: relative;
}

.bl_header_memu_sp li a::after {
  content: "";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background-image: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 14" fill="%23224B8F"><path d="M1 1l6 6-6 6" stroke="%23224B8F" stroke-width="2" fill="none" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}

footer {
  text-align: center;
  padding-top: 40px;
  padding: 40px 0 0 0;
  border-top: 1px solid #ccc;
}

footer img {
  width: 100%;
  max-width: 200px;
}

@media screen and (max-width: 1024px) {
  footer img {
    margin-bottom: 24px;
  }
}

.bl_footer_menu {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 24px 0;
  font-size: 1.6rem;
}

@media screen and (max-width: 1024px) {
  .bl_footer_menu {
    font-size: 1.4rem;
    width: 93%;
    max-width: 1024px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  .bl_footer_menu {
    font-size: 1.4rem;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 16px;
    text-align: left;
  }

  .bl_footer_menu li {
    width: 168px;
  }
}

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

.bl_cover_flex {
  display: flex;
  justify-content: center;
  gap: 24px 40px;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .bl_cover_flex {
    flex-direction: column-reverse;
  }
}

.bl_cover_box h1 {
  font-size: 4.8rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 24px;
}

@media screen and (max-width: 1200px) {
  .bl_cover_box h1 {
    font-size: 3.6rem;
  }
}

@media screen and (max-width: 500px) {
  .bl_cover_box h1 {
    font-size: 2.4rem;
  }
}

.bl_cover_box img {
  width: 100%;
  max-width: 600px;
}

@media screen and (max-width: 1024px) {
.bl_cover_box img {
    max-width: 400px;
  }
}

.bl_cover_box_txt {
  max-width: 764px;
}

.bl_cover_box_img {
  flex-direction: 0;
}

.bl_cover_award_box {
  display: flex;
  justify-content: center !important;
  gap: 64px !important;
  align-items: flex-start !important;
}

@media screen and (max-width: 768px) {
  .bl_cover_award_box {
    gap: 24px !important;
    flex-wrap: wrap !important;
  }
}

.bl_cover_award_img {
  max-width: 175px;
}

.bl_cover_award_img img {
  width: 100%;
}

.bl_cover_award_img p {
  font-size: 1.2rem;
}

@media screen and (max-width: 500px) {
  .bl_cover_award_img {
    max-width: 128px !important;
  }
}

@keyframes horizontal-animation {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-100%);
  }
}

.slider-container {
  display: flex;
  overflow: hidden;
  align-items: center;
  background-color: #fff;
  padding: 32px 0;
}

@media screen and (max-width: 500px) {
  .slider-container {
    padding: 16px 0;
  }
}

.slider-wrapper {
  display: flex;
  animation: horizontal-animation 20s linear infinite;
  height: 46px;
  align-items: center;
  flex-shrink: 0;
}

.slide {
  /* width: 100%; */
  flex: 0 0 auto;
  width: auto;
  margin-right: 64px;
}

@media screen and (max-width: 500px) {
  .slide {
    margin-right: 32px;
  }
}

.slide img {
  width: 149px;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width: 500px) {
  .slide img {
    width: 96px;
  }
}

.field {
  display: grid;
  gap: 8px;
}

.label {
  font-weight: 600;
}

.req {
  color: #e60000;
  margin-left: 16px;
  font-size: 1.4rem;
}

.input,
.select,
.textarea {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fff;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s, background-color 0.2s;
}

.textarea {
  resize: vertical;
}

.input:focus,
.select:focus,
.textarea:focus {
  border-color: #FFA07A;
  border-color: var(--color-sub);
  box-shadow: 0 0 0 2px #FFA07A;
  box-shadow: 0 0 0 2px var(--color-sub);
  background: rgba(255, 255, 255, 0.05);
}

.input[aria-invalid=true],
.select[aria-invalid=true],
.textarea[aria-invalid=true] {
  border-color: #ef4444;
  box-shadow: 0 0 0 6px rgba(239, 68, 68, 0.25);
}

.select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.03);
  background-image: linear-gradient(45deg, transparent 50%, #333 50%), linear-gradient(-45deg, transparent 50%, #333 50%);
  background-position: calc(100% - 16px) center, calc(100% - 11px) center;
  background-size: 6px 6px;
  background-repeat: no-repeat;
  padding-right: 32px;
  cursor: pointer;
}

.help {
  color: #94a3b8;
  font-size: 1.4rem;
  margin: -2px 0 0;
}

.error {
  color: #ef4444;
  font-size: 1.4rem;
  min-height: 1.2em;
  margin: 0;
}

.actions {
  text-align: center;
}

.btn {
  display: inline-block;
  width: 100%;
  max-width: 320px;
  padding: 16px 16px;
  border: 0;
  border-radius: 8px;
  background: #224B8F;
  background: var(--color-main);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: filter 0.15s, transform 0.02s ease-in;
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 500px) {
  .btn {
    max-width: 100%;
  }
}

.btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.btn:active {
  transform: translateY(1px);
}

.actions {
  margin-top: 6px;
}

.inline-error {
  margin: 0;
  font-size: 1.4rem;
  color: #e60000;
  display: none;
}

.inline-error.is-error {
  display: block;
  margin: 4px 0 -2px;
}

.privacy-box {
  border: 1px solid #ccc;
  padding: 24px 32px;
  height: 240px;
  overflow-y: auto;
  background: #fff;
  border-radius: 4px;
  margin-bottom: 12px;
}

.privacy-check {
  display: flex;
  align-items: center;
  gap: 8px;
}

.privacy-check input[type="checkbox"] {
  width: 18px;
  height: 18px;
}

.privacy-check p {
  width: 100%;
}

#submitBtn:disabled {
  background-color: #ccc;
  color: #333;
  cursor: not-allowed;
}

#privacy-field input[type="checkbox"]#agree {
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;

  display: inline-block !important;
  position: static !important;

  width: 18px !important;
  height: 18px !important;
  margin: 0 8px 0 0 !important;

  opacity: 1 !important;
  visibility: visible !important;

  clip: auto !important;
  clip-path: none !important;
  transform: none !important;
  pointer-events: auto !important;
  accent-color: #1d4ed8;
}

#privacy-field .privacy-check {
  display: flex;
  align-items: center;
}

#privacy-field .privacy-check label[for="agree"] {
  margin: 0;
}

#ierr-agree {
  color: #e60000;
  font-size: 1.6rem;
}

.agree-label {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid var(--color-main);
  border-radius: 6px;
  padding: 12px 16px;
  cursor: pointer;
  background: #fff;
  transition: background 0.2s, border-color 0.2s;
  width: 100%;
}

/* チェック済みを強調 */
#agree:checked+.agree-label,
.agree-label:has(input:checked) {
  background: #f0f8ff;
  border-color: var(--color-main);
}

.el_ttl_h2_problem {
  font-size: 3.2rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 64px;
}

.el_ttl_h2_problem span {
  font-size: 4rem;
  font-weight: bold;
  margin-right: 8px;
}

@media screen and (max-width: 1024px) {
  .el_ttl_h2_problem span {
    font-size: 3.2rem;
  }
}

.el_ttl_h2_problem .problem {
  color: #224B8F;
  color: var(--color-main);
}

.el_ttl_h2_problem .solution {
  color: #FFA07A;
  color: var(--color-sub);
}

@media screen and (max-width: 1024px) {
  .el_ttl_h2_problem {
    font-size: 2.4rem;
  }
}

.el_ttl_h2 {
  text-align: center;
  margin-bottom: 64px;
}

.el_ttl_h2 h2 {
  font-size: 3.2rem;
  font-weight: bold;
  margin: 0;
  position: relative;
  display: inline-block;
}

.el_ttl_h2 h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 6px;
  margin: 8px auto 0;
  background: linear-gradient(to right, #224B8F 50%, #FFA07A 50%);
  background: linear-gradient(to right, var(--color-main) 50%, var(--color-sub) 50%);
}

@media screen and (max-width: 1024px) {
  .el_ttl_h2 h2 {
    font-size: 2.4rem;
  }
}

.el_btn_cta_cover {
  margin-top: 72px;
}

@media screen and (max-width: 1024px) {
  .el_btn_cta_cover {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .el_btn_cta_cover {
    text-align: center;
  }
}

.el_btn_cta_cover a {
  padding: 24px 48px;
  font-size: 2.4rem;
  background-color: #224B8F;
  background-color: var(--color-main);
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.el_btn_cta_cover a:hover {
  background-color: #001e4e;
}

@media screen and (max-width: 1024px) {
  .el_btn_cta_cover a {
    padding: 16px 32px;
    font-size: 2rem;
  }
}

.el_btn_cta {
  padding: 16px 48px;
  font-size: 2.4rem;
  font-weight: 500;
  background-color: #224B8F;
  background-color: var(--color-main);
  color: #fff;
  border-radius: 50px;
  transition: all 0.3s ease;
}

.el_btn_cta:hover {
  background-color: #001e4e;
}

@media screen and (max-width: 1024px) {
  .el_btn_cta {
    font-size: 1.8rem;
    padding: 16px 40px;
  }
}

.el_btn_cta_white {
  padding: 16px 48px;
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
  color: #224B8F;
  color: var(--color-main);
  border-radius: 50px;
  transition: all 0.3s ease;
}

@media screen and (max-width: 1024px) {
  .el_btn_cta_white {
    font-size: 1.8rem;
    padding: 16px 40px;
  }
}

.el_btn_evi a {
  display: flex;
  align-items: center;
  justify-content: center;
  /* border-bottom: 1px solid #FFA07A; */
  border-bottom: 2px solid #FFA07A;
  padding: 8px;
  width: 100%;
  max-width: 288px;
  /* background-color: #fff; */
}

.el_btn_evi a span {
  /* color: #FFA07A; */
  margin-left: 8px;
}

.el_btn_evi a .material-symbols-outlined {
  display: inline-block;
  transition: transform 0.3s ease;
}

.el_btn_evi a:hover .material-symbols-outlined {
  transform: translateX(8px);
}


.el_br1060 {
  display: block;
}

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

.el_br1024 {
  display: block;
}

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

.el_br768 {
  display: block;
}

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

.ly_cover {
  padding: 40px 0 0;
  width: 90%;
  margin: 0 auto;
}

.ly_cover_award {
  padding: 64px 0 16px;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
}

.ly_sec_bg {
  background-color: #ECF3FF;
  background-color: var(--bg-blue);
}

.ly_sec_bg_02 {
  background-color: #ECF3FF;
  background-color: var(--bg-blue02);
}

.ly_sec_bg_white {
  background-color: #fff;
}

.ly_sec_bg_blue {
  background-color: #224B8F;
  background-color: var(--color-main);
}

.ly_sec_main {
  padding: 88px 0;
  width: 92%;
  max-width: 1280px;
  margin: 0 auto;
}

.ly_sec_sub {
  padding: 88px 0;
  width: 100%;
  margin: 0 auto;
}

.ly_sec_un {
  padding: 88px 0;
  width: 92%;
  max-width: 920px;
  margin: 0 auto;
}

/*
* margin
*/

.hp_mt0p {
  margin-top: 0px !important;
}

.hp_mt5p {
  margin-top: 5px !important;
}

.hp_mt8p {
  margin-top: 8px !important;
}

.hp_mt10p {
  margin-top: 10px !important;
}

.hp_mt15p {
  margin-top: 15px !important;
}

.hp_mt16p {
  margin-top: 16px !important;
}

.hp_mt20p {
  margin-top: 20px !important;
}

.hp_mt24p {
  margin-top: 24px !important;
}

.hp_mt25p {
  margin-top: 25px !important;
}

.hp_mt30p {
  margin-top: 30px !important;
}

.hp_mt32p {
  margin-top: 32px !important;
}

.hp_mt35p {
  margin-top: 35px !important;
}

.hp_mt40p {
  margin-top: 40px !important;
}

.hp_mt45p {
  margin-top: 45px !important;
}

.hp_mt48p {
  margin-top: 48px !important;
}

.hp_mt50p {
  margin-top: 50px !important;
}

.hp_mt55p {
  margin-top: 55px !important;
}

.hp_mt56p {
  margin-top: 56px !important;
}

.hp_mt60p {
  margin-top: 60px !important;
}

.hp_mt64p {
  margin-top: 64px !important;
}

.hp_mt65p {
  margin-top: 65px !important;
}

.hp_mt70p {
  margin-top: 70px !important;
}

.hp_mt72p {
  margin-top: 72px !important;
}

.hp_mt75p {
  margin-top: 75px !important;
}

.hp_mt80p {
  margin-top: 80px !important;
}

.hp_mt85p {
  margin-top: 85px !important;
}

.hp_mt90p {
  margin-top: 90px !important;
}

.hp_mt95p {
  margin-top: 95px !important;
}

.hp_mt100p {
  margin-top: 100px !important;
}

.hp_mt130p {
  margin-top: 130px !important;
}

.hp_mt225p {
  margin-top: 225px !important;
}

.hp_mr0p {
  margin-right: 0px !important;
}

.hp_mr5p {
  margin-right: 5px !important;
}

.hp_mr8p {
  margin-right: 8px !important;
}

.hp_mr10p {
  margin-right: 10px !important;
}

.hp_mr15p {
  margin-right: 15px !important;
}

.hp_mr16p {
  margin-right: 16px !important;
}

.hp_mr20p {
  margin-right: 20px !important;
}

.hp_mr25p {
  margin-right: 25px !important;
}

.hp_mr30p {
  margin-right: 30px !important;
}

.hp_mr35p {
  margin-right: 35px !important;
}

.hp_mr40p {
  margin-right: 40px !important;
}

.hp_mr45p {
  margin-right: 45px !important;
}

.hp_mr50p {
  margin-right: 50px !important;
}

.hp_mr55p {
  margin-right: 55px !important;
}

.hp_mr60p {
  margin-right: 60px !important;
}

.hp_mr65p {
  margin-right: 65px !important;
}

.hp_mr70p {
  margin-right: 70px !important;
}

.hp_mb0p {
  margin-bottom: 0px !important;
}

.hp_mb5p {
  margin-bottom: 5px !important;
}

.hp_mb8p {
  margin-bottom: 8px !important;
}

.hp_mb10p {
  margin-bottom: 10px !important;
}

.hp_mb15p {
  margin-bottom: 15px !important;
}

.hp_mb16p {
  margin-bottom: 16px !important;
}

.hp_mb20p {
  margin-bottom: 20px !important;
}

.hp_mb24p {
  margin-bottom: 24px !important;
}

.hp_mb25p {
  margin-bottom: 25px !important;
}

.hp_mb30p {
  margin-bottom: 30px !important;
}

.hp_mb32p {
  margin-bottom: 32px !important;
}

.hp_mb35p {
  margin-bottom: 35px !important;
}

.hp_mb40p {
  margin-bottom: 40px !important;
}

.hp_mb45p {
  margin-bottom: 45px !important;
}

.hp_mb48p {
  margin-bottom: 48px !important;
}

.hp_mb50p {
  margin-bottom: 50px !important;
}

.hp_mb55p {
  margin-bottom: 55px !important;
}

.hp_mb56p {
  margin-bottom: 56px !important;
}

.hp_mb60p {
  margin-bottom: 60px !important;
}

.hp_mb65p {
  margin-bottom: 65px !important;
}

.hp_mb64p {
  margin-bottom: 64px !important;
}

.hp_mb70p {
  margin-bottom: 70px !important;
}

.hp_mb75p {
  margin-bottom: 75px !important;
}

.hp_mb80p {
  margin-bottom: 80px !important;
}

.hp_mb85p {
  margin-bottom: 85px !important;
}

.hp_mb90p {
  margin-bottom: 90px !important;
}

.hp_mb95p {
  margin-bottom: 95px !important;
}

.hp_mb100p {
  margin-bottom: 100px !important;
}

.hp_mb105p {
  margin-bottom: 105px !important;
}

.hp_ml0p {
  margin-left: 0px !important;
}

.hp_ml5p {
  margin-left: 5px !important;
}

.hp_ml8p {
  margin-left: 8px !important;
}

.hp_ml10p {
  margin-left: 10px !important;
}

.hp_ml15p {
  margin-left: 15px !important;
}

.hp_ml16p {
  margin-left: 16px !important;
}

.hp_ml20p {
  margin-left: 20px !important;
}

.hp_ml25p {
  margin-left: 25px !important;
}

.hp_ml30p {
  margin-left: 30px !important;
}

.hp_ml35p {
  margin-left: 35px !important;
}

.hp_ml40p {
  margin-left: 40px !important;
}

.hp_ml45p {
  margin-left: 45px !important;
}

.hp_ml50p {
  margin-left: 50px !important;
}

.hp_ml55p {
  margin-left: 55px !important;
}

.hp_ml60p {
  margin-left: 60px !important;
}

.hp_ml65p {
  margin-left: 65px !important;
}

.hp_ml70p {
  margin-left: 70px !important;
}

/*
* padding
*/

.hp_pt0p {
  padding-top: 0px !important;
}

.hp_pt5p {
  padding-top: 5px !important;
}

.hp_pt10p {
  padding-top: 10px !important;
}

.hp_pt15p {
  padding-top: 15px !important;
}

.hp_pt20p {
  padding-top: 20px !important;
}

.hp_pt24p {
  padding-top: 24px !important;
}

.hp_pt25p {
  padding-top: 25px !important;
}

.hp_pt30p {
  padding-top: 30px !important;
}

.hp_pt35p {
  padding-top: 35px !important;
}

.hp_pt40p {
  padding-top: 40px !important;
}

.hp_pt45p {
  padding-top: 45px !important;
}

.hp_pt50p {
  padding-top: 50px !important;
}

.hp_pt55p {
  padding-top: 55px !important;
}

.hp_pt60p {
  padding-top: 60px !important;
}

.hp_pt64p {
  padding-top: 64px !important;
}

.hp_pt65p {
  padding-top: 65px !important;
}

.hp_pt70p {
  padding-top: 70px !important;
}

.hp_pt75p {
  padding-top: 75px !important;
}

.hp_pt95p {
  padding-top: 95px !important;
}

.hp_pt100p {
  padding-top: 100px !important;
}

.hp_pt105p {
  padding-top: 105px !important;
}

.hp_pt110p {
  padding-top: 110px !important;
}

.hp_pt115p {
  padding-top: 115px !important;
}

.hp_pt130p {
  padding-top: 130px !important;
}

.hp_pt225p {
  padding-top: 225px !important;
}

.hp_pr0p {
  padding-right: 0px !important;
}

.hp_pr5p {
  padding-right: 5px !important;
}

.hp_pr10p {
  padding-right: 10px !important;
}

.hp_pr15p {
  padding-right: 15px !important;
}

.hp_pr20p {
  padding-right: 20px !important;
}

.hp_pr25p {
  padding-right: 25px !important;
}

.hp_pr30p {
  padding-right: 30px !important;
}

.hp_pr35p {
  padding-right: 35px !important;
}

.hp_pr40p {
  padding-right: 40px !important;
}

.hp_pr45p {
  padding-right: 45px !important;
}

.hp_pr50p {
  padding-right: 50px !important;
}

.hp_pr55p {
  padding-right: 55px !important;
}

.hp_pr60p {
  padding-right: 60px !important;
}

.hp_pr65p {
  padding-right: 65px !important;
}

.hp_pr70p {
  padding-right: 70px !important;
}

.hp_pb0p {
  padding-bottom: 0px !important;
}

.hp_pb5p {
  padding-bottom: 5px !important;
}

.hp_pb10p {
  padding-bottom: 10px !important;
}

.hp_pb15p {
  padding-bottom: 15px !important;
}

.hp_pb20p {
  padding-bottom: 20px !important;
}

.hp_pb24p {
  padding-bottom: 24px !important;
}

.hp_pb25p {
  padding-bottom: 25px !important;
}

.hp_pb30p {
  padding-bottom: 30px !important;
}

.hp_pb35p {
  padding-bottom: 35px !important;
}

.hp_pb40p {
  padding-bottom: 40px !important;
}

.hp_pb45p {
  padding-bottom: 45px !important;
}

.hp_pb50p {
  padding-bottom: 50px !important;
}

.hp_pb55p {
  padding-bottom: 55px !important;
}

.hp_pb60p {
  padding-bottom: 60px !important;
}

.hp_pb65p {
  padding-bottom: 65px !important;
}

.hp_pb70p {
  padding-bottom: 70px !important;
}

.hp_pb75p {
  padding-bottom: 75px !important;
}

.hp_pb105p {
  padding-bottom: 105px !important;
}

.hp_pb110p {
  padding-bottom: 110px !important;
}

.hp_pb115p {
  padding-bottom: 115px !important;
}

.hp_pb120p {
  padding-bottom: 120px !important;
}

.hp_pb125p {
  padding-bottom: 125px !important;
}

.hp_pb130p {
  padding-bottom: 130px !important;
}

.hp_pl0p {
  padding-left: 0px !important;
}

.hp_pl5p {
  padding-left: 5px !important;
}

.hp_pl10p {
  padding-left: 10px !important;
}

.hp_pl15p {
  padding-left: 15px !important;
}

.hp_pl20p {
  padding-left: 20px !important;
}

.hp_pl25p {
  padding-left: 25px !important;
}

.hp_pl30p {
  padding-left: 30px !important;
}

.hp_pl35p {
  padding-left: 35px !important;
}

.hp_pl40p {
  padding-left: 40px !important;
}

.hp_pl45p {
  padding-left: 45px !important;
}

.hp_pl50p {
  padding-left: 50px !important;
}

.hp_pl55p {
  padding-left: 55px !important;
}

.hp_pl60p {
  padding-left: 60px !important;
}

.hp_pl65p {
  padding-left: 65px !important;
}

.hp_pl70p {
  padding-left: 70px !important;
}

/*
* font
*/
.hp_fwBold {
  font-weight: bold !important;
}

.hp_fs80per {
  font-size: 0.8em !important;
}

.hp_fs120per {
  font-size: 1.2em !important;
}

.hp_fs140per {
  font-size: 1.4em !important;
}

.hp_fs2rem {
  font-size: 2rem !important;
}

.hp_txtCenter {
  text-align: center !important;
}

.hp_txtLeft {
  text-align: left !important;
}

.hp_txtRight {
  text-align: right !important;
}

.hp_txtJust {
  text-align: justify !important;
}

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

/*
* color
*/
.hp_colorMain {
  color: var(--color-primary) !important;
}

.hp_colorDanger {
  color: #DB0000 !important;
  color: var(--color-danger) !important;
}

.hp_colorBl {
  color: #264CC4;
}

.hp_colorRed {
  color: red;
}

.un_company_table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.un_company_table th {
  width: 22%;
  background: #ECF3FF;
  background: var(--bg-blue);
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 16px;
  vertical-align: middle;
  font-weight: normal;
  text-align: center;
}

@media all and (max-width: 500px) {
  .un_company_table th {
    padding: 8px 16px;
  }
}

.un_company_table td {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  text-align: left;
}

@media all and (max-width: 500px) {

  .un_company_table th,
  .un_company_table td {
    display: block;
    width: 100%;
    border-bottom: none;
  }
}

@media all and (max-width: 500px) {
  .un_company_table tr:last-child td:last-child {
    border-bottom: 1px solid #ccc;
  }
}

.un_ter_box {
  margin-top: 64px;
}

.un_ter_ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}

.un_ter_list_parent {
  list-style-type: disc;
  margin-left: 24px !important;
}

.un_ter_list_parent li {
  margin-bottom: 8px;
}

.un_ter_list_parent li:last-child {
  margin-bottom: 0;
}

.un_evi_box {
  padding: 24px;
  background-color: #fff;
  box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.23);
  margin-bottom: 24px;
}

@media all and (max-width: 500px) {
  .un_evi_box {
    padding: 16px;
  }
}

.un_evi_category {
  display: flex;
  gap: 4px 16px;
  padding-bottom: 8px;
}

.un_evi_category li {
  background-color: #224B8F;
  background-color: var(--color-main);
  padding: 4px 16px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  border-radius: 50px;
}

.un_evi_ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

@media all and (max-width: 500px) {
  .un_evi_ttl {
    font-size: 2rem;
  }
}

.un_evi_txt {
  display: flex;
  gap: 0px 16px;
  margin-top: 8px;
}

@media all and (max-width: 1200px) {
  .un_evi_txt {
    flex-direction: column;
  }
}

.un_evi_txt_flex {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
}

.un_evi_txt_flex p {
  color: #707070 !important;
}

.un_evi_txt_flex_p {
  flex-shrink: 0;
}

.un_evi_url {
  margin-top: 8px;
}

.un_evi_con_ttl {
  margin-bottom: 8px;
  font-weight: 500;
  border-bottom: 2px solid #FFA07A;
  border-bottom: 2px solid var(--color-sub);
}

.accordion-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0;
  position: relative;
  width: 100%;
}

.accordion-icon {
  font-size: 4rem !important;
  transition: transform 0.3s ease;
  color: #224B8F;
  color: var(--color-main);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media all and (max-width: 500px) {
  .accordion-icon {
    font-size: 2.4rem !important;
  }
}

.accordion-icon.rotated {
  transform: rotate(180deg);
}

.un_evi_con_content {
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
  max-height: 0;
  opacity: 0;
}

.un_evi_con_content.open {
  opacity: 1;
}

.un_evi_con_content .un_evi_con_ttl {
  margin-bottom: 8px;
  margin-top: 16px;
}

.un_evi_con_content p {
  margin: 0;
}

.main-content {
  position: relative;
  width: 100%;
  padding-right: 40px;
}

.accordion-icon-container {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

/* URLリンク部分はクリック無効化 */
.un_evi_url {
  position: relative;
  z-index: 10;
}


/* ===== 絞り込みボタン（SP表示） ===== */
.evi_filter_nav{
  padding-bottom: 16px;
}

.evi_filter_toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border: 1px solid var(--color-main, #224B8F);
  background: #fff;
  color: var(--color-main, #224B8F);
  /* border-radius: 999px; */
  /* font-size: 1.4rem; */
  font-weight: 600;
  cursor: pointer;
}

.evi_filter_toggle:focus-visible {
  outline: 2px solid rgba(34, 75, 143, .35);
  outline-offset: 2px;
}

/* ===== アコーディオンパネル（SPで開閉） ===== */
.evi_filter_panel {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition: max-height .3s ease, opacity .3s ease;
}

.evi_filter_panel.open {
  opacity: 1;
}

/* ===== リスト（SPは縦並び） ===== */
.evi_filter {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.evi_filter li {
  flex: 0 0 auto;
}

.evi_filter a {
  display: block;
  width: 100%;
  min-width: 200px;
  text-align: center;
  padding: 8px 16px;
  border: 1px solid var(--color-main, #224B8F);
  color: var(--color-main, #224B8F);
  background: #fff;
  text-decoration: none;
  font-weight: 500;
}

.evi_filter a.is-active {
  background: var(--color-main, #224B8F);
  color: #fff;
  border-color: var(--color-main, #224B8F);
}

/* ===== 769px以上：トグル非表示／パネル常時展開／横並び（折返し） ===== */
@media (min-width: 769px) {
  .evi_filter_toggle {
    display: none;
  }

  .evi_filter_panel {
    max-height: none !important;
    opacity: 1 !important;
    overflow: visible;
  }

  .evi_filter {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px 16px;
    padding-bottom: 24px;
  }

  .evi_filter a {
    width: auto;
    white-space: nowrap;
  }
}


.accordion-icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  margin-left: 24px;
  flex-shrink: 0;
}

@media (max-width:500px) {
  .accordion-icon-container {
    width: 16px;
    height: 16px;
    margin-left: 16px;
  }
}

.evi_icon {
  position: relative;
  width: 100%;
  height: 100%;
}

.evi_icon_bar {
  position: absolute;
  display: block;
  background-color: #FFA07A;
  border-radius: 50px;
}

.evi_icon_bar--h {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  transform: translateY(-50%);
  opacity: 1;
  transition: opacity .18s ease;
}

.evi_icon_bar--v {
  left: 50%;
  top: 0;
  width: 3px;
  height: 100%;
  transform-origin: 50% 50%;
  transform: translateX(-50%) rotate(0deg);
  opacity: 1;
  transition: transform .28s cubic-bezier(.4, 0, .2, 1), opacity .18s ease;
  z-index: 1;
}

.evi_icon.is-open .evi_icon_bar--v {
  transform: translateX(-50%) rotate(90deg);
  opacity: 0;
  /* 回転後に消える */
}

.evi_icon.animating-open .evi_icon_bar--h {
  opacity: 0;
}

.evi_icon.animating-close .evi_icon_bar--h {
  opacity: 0;
}

.evi_icon.animating-close .evi_icon_bar--v {
  opacity: 1;
}

@media (prefers-reduced-motion: reduce) {

  .evi_icon_bar--h,
  .evi_icon_bar--v {
    transition: none;
  }
}

















.un_news_ul li {
  padding: 16px;
  border-bottom: 1px solid #ccc;
}

.un_news_ul li a {
  display: flex;
  gap: 4px 0;
  transition: all ease 0.3s;
}

.un_news_ul li a:hover {
  opacity: 0.6;
}

@media all and (max-width: 768px) {
  .un_news_ul li a {
    flex-direction: column;
  }
}

.un_news_ul li a p {
  width: 192px;
  display: flex;
  gap: 16px;
}

@media all and (max-width: 768px) {
  .un_news_ul li a p {
    width: 100%;
  }
}

.un_news_ul li a p .un_news_new {
  color: #c90000;
}


.un_news_more {
  margin-top: 64px;
  text-align: center;
}

.un_news_more a {
  border: 2px solid #224B8F;
  background-color: #fff;
  color: #224B8F;
  padding: 8px 32px;
  border-radius: 50px;
  transition: all ease 0.3s;
}

.un_news_more a:hover {
  background-color: #224B8F;
  color: #fff;
}

.un_news_ttl {
  font-size: 3.2rem;
  font-weight: bold;
  border-bottom: 1px solid #224B8F;
  padding-bottom: 8px;
  margin-bottom: 24px;
  margin-top: 8px;
}

.un_link_blue {
  color: #1a0dab;
  text-decoration: underline;
  overflow-wrap: anywhere;
}

.un_link_blue:hover {
  text-decoration: none;
}

.un_ter_list_ol {
  list-style-type: decimal;
  margin-left: 24px !important;
}

.un_ter_list_ol li {
  margin-bottom: 8px;
}