body {
  font-family: YakuHanJP, "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.77;
  letter-spacing: 0.05em;
  color: #002350;
  position: relative;
  overflow-x: hidden;
  background-color: #fff;
}
body:has(.site-header #toggle-menu-btn:checked) {
  overflow-y: hidden;
}
body * {
  min-width: 0;
  min-height: 0;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast;
}

figure img, picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

picture {
  display: block;
}

h1, h2, h3 {
  line-height: 1;
  font-weight: 500;
}

em, i {
  font-style: normal;
}

@media screen and (min-width: 520px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.__link_disable > a {
  pointer-events: none;
}

.inline_link {
  text-decoration: underline;
  color: #002350;
}

._color_white {
  color: #FFF;
}

._color_blue {
  color: #002350;
}

._color_red {
  color: #9C0D38;
}

._color_green {
  color: #00564C;
}

.font_sans {
  font-family: "Noto Sans JP", sans-serif;
}

.font_en {
  font-family: "Inter", sans-serif;
}

.font_barlow {
  font-family: "Barlow Condensed", sans-serif;
}

._bold {
  font-weight: 700;
}

._em {
  font-size: 1.1em;
}

._marker {
  background: linear-gradient(transparent 50%, #c4e1f0 50%);
}

img.brightness_110 {
  filter: brightness(110%);
}

img.brightness_120 {
  filter: brightness(120%);
}

.container {
  width: 90%;
  max-width: 1366px;
  min-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1366px) {
  .container {
    max-width: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .container {
    min-width: 500px;
  }
}
@media screen and (max-width: 520px) {
  .container {
    min-width: 340px;
  }
}

a {
  transition: all ease 0.5s;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}
a.text_link {
  color: #002350;
  text-decoration: underline;
}

button a {
  display: block;
}

.__invisible {
  visibility: hidden;
  height: 0;
}

.__sp_only {
  display: none;
}

@media screen and (max-width: 1024px) {
  .__pc_only {
    display: none;
  }
  .__sp_only {
    display: block;
  }
}
.site-main {
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  z-index: 1;
}

.link_button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  cursor: pointer;
  border: 3px solid;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .link_button {
    width: 320px;
    height: 64px;
    font-size: 18px;
  }
  .link_button.btn_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .link_button {
    width: 240px;
    height: 48px;
    font-size: 16px;
  }
}
.link_button .btn_arrow {
  display: block;
  height: 1px;
  position: absolute;
  top: 50%;
  transition: all ease 0.3s;
}
.link_button .btn_arrow::after {
  display: block;
  width: 10px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  transform: rotate(45deg);
  transform-origin: right;
  content: "";
}
@media screen and (min-width: 1025px) {
  .link_button .btn_arrow {
    width: 40px;
    right: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .link_button .btn_arrow {
    width: 30px;
    right: 36px;
  }
}
.link_button.btn_white {
  border-color: #FFF;
  color: #FFF;
}
.link_button.btn_white .btn_arrow {
  background-color: #FFF;
}
.link_button.btn_white .btn_arrow::after {
  background-color: #FFF;
}
.link_button.btn_blue {
  border-color: #002350;
  color: #002350;
}
.link_button.btn_blue .btn_arrow {
  background-color: #002350;
}
.link_button.btn_blue .btn_arrow::after {
  background-color: #002350;
}
@media (hover: hover) {
  .link_button:hover {
    opacity: 1;
  }
  .link_button:hover .btn_arrow {
    right: 35px;
  }
}

.link_arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
@media screen and (max-width: 1024px) {
  .link_arrow {
    width: 26px;
    height: 26px;
  }
}
.link_arrow svg {
  width: 10px;
  height: 14px;
  fill: #FFF;
}
@media screen and (max-width: 1024px) {
  .link_arrow svg {
    width: 9px;
    height: 12px;
  }
}

.breadcrumb {
  white-space: nowrap;
  overflow: auto;
}
@media screen and (min-width: 1025px) {
  .breadcrumb {
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .breadcrumb {
    margin-bottom: 30px;
  }
}
.breadcrumb span {
  vertical-align: middle;
}
.breadcrumb span a {
  display: inline-block;
  position: relative;
}
.breadcrumb span a::after {
  display: block;
  width: 0;
  height: 1px;
  content: "";
  background-color: #002350;
  transition: all ease 0.5s;
  position: absolute;
  bottom: 0;
  left: 0;
}
.breadcrumb span a:hover {
  opacity: 1;
}
.breadcrumb span a:hover::after {
  width: 100%;
}
.breadcrumb .separator {
  margin: 0 0.5em;
}

._align_right {
  text-align: right;
}

._align_center {
  text-align: center;
}

@media screen and (min-width: 1025px) {
  .c-section {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .c-section {
    padding-top: 60px;
  }
}

.cta_container {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .cta_container {
    flex-wrap: wrap;
    row-gap: 18px;
  }
}
.cta_container .cta_banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  text-align: center;
  color: #FFF;
  position: relative;
}
.cta_container .cta_banner_pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.cta_container .cta_banner_pic.pic_personal::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: #297767;
  content: "";
}
.cta_container .cta_banner_pic.pic_personal .cta_banner_bg {
  opacity: 0.5;
}
.cta_container .cta_banner_bg {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 1;
}
.cta_container .cta_banner.bg_blue {
  background-color: rgba(67, 106, 146, 0.7);
}
.cta_container .cta_banner.bg_green {
  background-color: rgba(44, 145, 125, 0.5);
}
.cta_container .cta_banner_ttl {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1em;
  letter-spacing: 0;
}
.cta_container .cta_banner_txt {
  font-weight: 500;
}
.cta_container .cta_banner_ttl, .cta_container .cta_banner_txt, .cta_container .cta_banner .link_button {
  position: relative;
  z-index: 1;
}
.cta_container .cta_banner_img img.cta_color_img {
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .cta_container {
    justify-content: space-between;
  }
  .cta_container .cta_banner {
    flex-basis: 48.6%;
    padding: 5.8% 0;
  }
  .cta_container .cta_banner_ttl {
    font-size: 32px;
    padding: 0 1em;
  }
  .cta_container .cta_banner_ttl span {
    display: inline-block;
  }
  .cta_container .cta_banner_txt {
    flex-grow: 1;
    font-size: 18px;
    margin-bottom: 54px;
    padding: 0 1em;
  }
  .cta_container .cta_banner_txt span {
    display: inline-block;
  }
}
@media screen and (max-width: 1024px) {
  .cta_container {
    justify-content: center;
  }
  .cta_container .cta_banner {
    flex-basis: 100%;
    padding: 50px 0;
  }
  .cta_container .cta_banner_ttl {
    font-size: 22px;
  }
  .cta_container .cta_banner_txt {
    font-size: 16px;
    margin-bottom: 40px;
    padding: 0 1em;
  }
}

.spFooterLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1005;
}
@media screen and (min-width: 1024px) {
  .spFooterLink {
    display: none;
  }
}

.topFvMsgBannerLink {
  font-weight: 600;
  font-size: 13px;
  color: #fff;
  transition: 0.3s;
  width: 50%;
  text-align: center;
  padding: 1em 0;
}
@media screen and (min-width: 1024px) {
  .topFvMsgBannerLink {
    display: none;
  }
}
.topFvMsgBannerLink:not(:last-child) {
  border-right: 1px solid #fff;
}
.topFvMsgBannerLink.left_bnr {
  background-color: #436A92;
}
.topFvMsgBannerLink.right_bnr {
  background-color: #95C8bf;
}
.topFvMsgBannerLink i {
  display: inline-block;
  margin-right: 5px;
  transition: 0.3s;
}
a:hover .topFvMsgBannerLink i {
  opacity: 0.7;
}
.topFvMsgBannerLink:hover {
  background-color: rgb(100, 100, 100);
  color: #fff;
}
.topFvMsgBannerLink img {
  width: 18px;
  padding-bottom: 2px;
}
.topFvMsgBannerLink.left_bnr img {
  width: 22px;
}

.site-header {
  position: fixed;
  width: 100%;
  max-width: 100vw;
  z-index: 1000;
  top: 0;
  left: 0;
}
.site-header .header_container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  margin: 0 auto;
  background-color: #FFF;
  width: 100%;
  height: 88px;
  padding-left: 2%;
}
@media screen and (max-width: 1366px) {
  .site-header .header_container {
    padding: 0 30px;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .header_container {
    height: 64px;
    padding: 0 18px;
  }
}
@media screen and (min-width: 1025px) {
  .site-header .site-branding {
    flex-basis: 130px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1366px) {
  .site-header .site-branding {
    flex-basis: 130px;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .site-header .site-branding {
    flex-basis: 106px;
  }
}
.site-header .site-branding_logo {
  width: 100%;
}
.site-header .site-branding_logo img {
  width: 100%;
}
.site-header .header_nav {
  flex-grow: 1;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1366px) {
  .site-header .header_nav {
    display: none;
  }
}
.site-header .main_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  flex-grow: 1;
  height: 100%;
  padding-right: 2.2%;
  position: relative;
}
.site-header .main_menu .menu-item {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 700;
}
.site-header .main_menu .menu-item a {
  display: inline-block;
  line-height: 3;
}
.site-header .main_menu .menu-item::after {
  display: block;
  width: 80%;
  height: 3px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  background-color: #002350;
  transition: all ease 0.3s;
  content: "";
}
@media (hover: hover) {
  .site-header .main_menu .menu-item:hover a {
    opacity: 1;
  }
  .site-header .main_menu .menu-item:hover::after {
    transform: translateX(-50%) scaleX(1);
  }
}
.site-header .main_menu .menu-item.current-menu-item::after {
  transform: translateX(-50%) scaleX(1);
}
.site-header .main_menu::after {
  display: block;
  width: 2px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  right: 0;
  background-color: #E0E0E0;
  content: "";
}
.site-header .header_tel {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  height: 100%;
  padding: 0 2.2%;
  font-size: 18px;
  font-weight: 700;
}
.site-header .header_tel img {
  width: 22px;
}
.site-header .header_contact {
  height: 100%;
}
.site-header .header_contact_btn {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  height: 100%;
  padding: 0 20px;
  font-weight: 700;
}
.site-header .header_contact_btn.contact_p img {
  width: 20px;
}
.site-header .header_contact_btn.contact_b {
  background-color: #F0F0F0;
}
.site-header .header_contact_btn.contact_b img {
  width: 26px;
}
.site-header .header_mobile_btn {
  display: none;
}
@media screen and (max-width: 1366px) {
  .site-header .header_mobile_btn {
    display: block;
    width: 32px;
  }
  .site-header .header_mobile_btn ._mobile_menu_btn {
    display: block;
    width: 100%;
    height: 12px;
    position: relative;
    cursor: pointer;
  }
  .site-header .header_mobile_btn ._mobile_menu_btn ._menu_bar {
    display: block;
    height: 2px;
    position: absolute;
    background-color: #002350;
    border-radius: 1px;
    transition: all 0.5s;
  }
  .site-header .header_mobile_btn ._mobile_menu_btn ._menu_bar._bar1 {
    width: 100%;
    top: 0;
    left: 0;
  }
  .site-header .header_mobile_btn ._mobile_menu_btn ._menu_bar._bar2 {
    width: 62.5%;
    bottom: 0;
    right: 0;
  }
}
.site-header #toggle-menu-btn {
  display: none;
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar1 {
  transform: translateY(10px) rotate(-45deg);
}
.site-header #toggle-menu-btn:checked ~ .header_container ._mobile_menu_btn ._menu_bar._bar2 {
  width: 100%;
  transform: rotate(45deg);
}
.site-header .mobile_modal_window {
  display: none;
}
@media screen and (max-width: 1366px) {
  .site-header .mobile_modal_window {
    display: block;
    width: 100%;
    max-width: 100vw;
    height: 100vh;
    z-index: -1;
    position: fixed;
    top: 0;
    left: 100%;
    transition: all ease 0.5s;
    padding-top: 64px;
  }
  .site-header .mobile_modal_window .modal_inner {
    width: 365px;
    height: 100%;
    margin-left: auto;
    overflow-y: auto;
    position: relative;
    z-index: 1;
    padding: 104px 25px;
    background-color: #FFF;
  }
  .site-header .mobile_modal_window .modal_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 24px;
         column-gap: 24px;
    font-size: 18px;
    font-weight: 700;
    margin: 40px 0;
  }
  .site-header .mobile_modal_window .modal_tel img {
    width: 22px;
  }
  .site-header .mobile_modal_window .modal_contact_btn {
    display: flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
    width: 100%;
    height: 80px;
    font-weight: 700;
  }
  .site-header .mobile_modal_window .modal_contact_btn.contact_p {
    background-color: #F8F8F8;
  }
  .site-header .mobile_modal_window .modal_contact_btn.contact_p img {
    width: 20px;
  }
  .site-header .mobile_modal_window .modal_contact_btn.contact_b {
    background-color: #F0F0F0;
    margin-bottom: 40px;
  }
  .site-header .mobile_modal_window .modal_contact_btn.contact_b img {
    width: 26px;
  }
  .site-header .mobile_modal_window .mobile_menu {
    border-bottom: 1px solid #E0E0E0;
  }
  .site-header .mobile_modal_window .mobile_menu .menu-item {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 2em;
  }
  .site-header .mobile_modal_window .mobile_menu .menu_en {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding-right: 1em;
  }
}
.site-header #toggle-menu-btn:checked ~ .mobile_modal_window {
  left: 0;
}

body.single-color .main_menu .menu-item.menu_color::after {
  transform: translateX(-50%) scaleX(1);
}

.site-footer {
  position: relative;
  background-color: #F4F4F4;
}
.site-footer .footer_bg {
  position: absolute;
  left: 0;
  top: -5.2vw;
  width: 100%;
  height: 10.4vw;
  background-color: #F4F4F4;
  -webkit-clip-path: ellipse(50% 5.2vw at 50% 50%);
          clip-path: ellipse(50% 5.2vw at 50% 50%);
}
.site-footer .footer_container {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_container {
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_container {
    padding: 47px 0 120px;
  }
}
.site-footer .footer_logo {
  display: block;
}
.site-footer .footer_logo img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_logo {
    width: 271px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_logo {
    width: 181px;
    margin-bottom: 40px;
  }
}
.site-footer .footer_grid .footer_accsess {
  line-height: 2;
}
.site-footer .footer_grid .footer_accsess span {
  display: inline-block;
}
.site-footer .footer_grid .footer_sns_icons {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_grid {
    display: grid;
    grid-template-columns: 1fr 464px;
    grid-template-rows: auto auto;
    margin-bottom: 76px;
  }
  .site-footer .footer_grid .footer_accsess {
    grid-row: 1/2;
    grid-column: 1/2;
    padding-bottom: 60px;
    font-size: 18px;
  }
  .site-footer .footer_grid .footer_nav {
    grid-row: 1/3;
    grid-column: 2/3;
  }
  .site-footer .footer_grid .footer_sns {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .site-footer .footer_grid .footer_sns_ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_grid {
    margin-bottom: 80px;
  }
  .site-footer .footer_grid .footer_accsess {
    font-size: 16px;
    margin-bottom: 60px;
  }
  .site-footer .footer_grid .footer_nav {
    margin-bottom: 56px;
  }
  .site-footer .footer_grid .footer_sns_ttl {
    font-size: 16px;
    margin-bottom: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .site-footer .footer_copyright {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .site-footer .footer_copyright {
    font-size: 12px;
  }
}

.footer_menu .menu-item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .footer_menu .menu-item a {
    font-size: 18px;
    line-height: 2.66;
  }
}
@media screen and (max-width: 1024px) {
  .footer_menu .menu-item a {
    font-size: 16px;
    line-height: 3;
  }
}
.footer_menu .menu-item a .menu_en {
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .footer_menu .menu-item a .menu_en {
    padding-right: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .footer_menu .menu-item a .menu_en {
    padding-right: 1.5em;
  }
}
.footer_menu .menu-item a .menu_ja {
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .footer_menu .menu-item a .menu_ja {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .footer_menu .menu-item a .menu_ja {
    padding-left: 1.5em;
  }
}
.footer_menu .menu-item a .menu_en, .footer_menu .menu-item a .menu_ja {
  position: relative;
  z-index: 1;
  background-color: #F4F4F4;
}
.footer_menu .menu-item a::before {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #E0E0E0;
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
}

/**/
.button_totop {
  display: block;
  position: fixed;
  z-index: 999;
  cursor: pointer;
  transition: all ease 0.5s;
  visibility: hidden;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 1025px) {
  .button_totop {
    bottom: 59px;
    right: 2.1%;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .button_totop {
    bottom: 56px;
    right: 5%;
    font-size: 16px;
  }
}
.button_totop::before {
  display: block;
  width: 2px;
  position: absolute;
  left: calc(50% - 1px);
  bottom: calc(100% + 15px);
  background-color: #002350;
  content: "";
}
@media screen and (min-width: 1025px) {
  .button_totop::before {
    height: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .button_totop::before {
    height: 64px;
  }
}
.button_totop.__visible {
  visibility: visible;
}
@media (hover: hover) {
  .button_totop.__visible:hover {
    opacity: 0.7;
  }
}

.footer_contact {
  position: relative;
}
.footer_contact_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background: url("../images/wall_bg.jpg") center/cover no-repeat;
}
.footer_contact_bg::before {
  display: block;
  width: 100%;
  height: 200px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.27) 26.76%, rgb(255, 255, 255) 100%);
}
.footer_contact_container {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .footer_contact_container {
    padding: 120px 0 260px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_contact_container {
    padding: 60px 0 120px;
  }
}
.footer_contact .top_section_h2 {
  margin-bottom: 30px;
}
@media screen and (min-width: 1025px) {
  .footer_contact_lead {
    font-size: 18px;
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .footer_contact_lead {
    display: none;
  }
}

.top_fv {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .top_fv {
    height: 100vh;
    min-height: 600px;
    display: flex;
  }
}
.top_fv_visual {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_fv_visual {
    width: 48%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_visual {
    width: 100%;
    height: 117vw;
    max-height: 580px;
    margin-bottom: 20px;
  }
}
.top_fv_visual .top_fv_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_fv_visual .top_fv_catch {
  position: relative;
  z-index: 1;
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .top_fv_visual .top_fv_catch {
    padding-left: 13%;
    padding-top: 30vh;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_visual .top_fv_catch {
    padding-left: 6.4%;
    padding-top: clamp(150px, 40vw, 250px);
  }
}
.top_fv_visual .top_fv_catch .catch_anim {
  display: inline-block;
  position: relative;
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  transition: 1.4s cubic-bezier(0.37, 0, 0.63, 1);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.top_fv_visual .top_fv_catch .catch_anim.is-animated {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}
.top_fv_visual .top_fv_catch .catch_anim2 {
  display: inline-block;
  position: relative;
}
.top_fv_visual .top_fv_catch .catch_anim2.is-animated::before {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  content: "";
  transform-origin: left center;
  transform: scaleX(0);
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
.top_fv_visual .top_fv_catch .catch_anim2 .catch_inner {
  position: relative;
  z-index: 1;
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left center;
}
.top_fv_visual .top_fv_catch .catch_anim2.is-animated .catch_inner {
  animation: bg 2.6s cubic-bezier(0.22, 1, 0.36, 1) 0.5s forwards;
}
.top_fv_visual .top_fv_catchH2 {
  font-weight: 900;
  line-height: 1.625;
  color: #FFF;
  text-shadow: 2px 3px 3px rgba(0, 14, 31, 0.74);
}
.top_fv_visual .top_fv_catchH2 .catch_2 {
  margin-left: 1.7em;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .top_fv_visual .top_fv_catchH2 {
    font-size: clamp(46px, 4.57vw, 64px);
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_visual .top_fv_catchH2 {
    font-size: 32px;
  }
}
.top_fv_visual .top_fv_catchTxt {
  position: absolute;
  bottom: 5%;
}
.top_fv_visual .top_fv_catchTxt .catch_txt {
  position: relative;
  color: #FFF;
  line-height: 1.66;
  padding: 0 0.25em;
}
.top_fv_visual .top_fv_catchTxt .catch_txt img {
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .top_fv_visual .top_fv_catchTxt .catch_txt {
    font-size: clamp(21px, 2.1vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_visual .top_fv_catchTxt .catch_txt {
    font-size: 18px;
  }
  .top_fv_visual .top_fv_catchTxt .catch_txt img {
    width: 112px;
  }
}
.top_fv_visual .top_fv_catchTxt .catch_txt::before, .top_fv_visual .top_fv_catchTxt .catch_txt_wrap::before {
  background-color: #002350;
}
.top_fv_visual .top_fv_catchTxt span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider {
    display: flex;
    width: 52%;
    height: 100%;
    justify-content: space-evenly;
  }
  .top_fv_slider_l, .top_fv_slider_r {
    flex-basis: 44%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider {
    margin-bottom: 20px;
  }
  .top_fv_slider_l {
    display: none;
  }
  .top_fv_slider_r {
    width: 100%;
    height: 238px;
  }
  .top_fv_slider_r .splide__track {
    height: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide {
    margin-bottom: 64px;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide {
    margin-right: 20px;
  }
}
.top_fv_slider .top_fv_slide .slide_head {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide .slide_head {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide .slide_head {
    -moz-column-gap: 4px;
         column-gap: 4px;
  }
}
.top_fv_slider .top_fv_slide .slide_head_thumb {
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}
.top_fv_slider .top_fv_slide .slide_head_thumb img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide .slide_head_thumb {
    width: 9.09%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide .slide_head_thumb {
    width: 20px;
  }
}
.top_fv_slider .top_fv_slide .slide_head_no {
  display: flex;
  align-items: flex-start;
}
.top_fv_slider .top_fv_slide .slide_head_no span {
  line-height: 1;
  letter-spacing: 0;
}
.top_fv_slider .top_fv_slide .slide_head_noVert {
  font-weight: 500;
  writing-mode: vertical-rl;
  padding-top: 8%;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide .slide_head_noVert {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide .slide_head_noVert {
    font-size: 8px;
  }
}
.top_fv_slider .top_fv_slide .slide_head_noNum {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide .slide_head_noNum {
    font-size: clamp(20px, 2.1vw, 40px);
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide .slide_head_noNum {
    font-size: clamp(16px, 2.73vw, 28px);
  }
}
.top_fv_slider .top_fv_slide .slide_head_title span {
  display: block;
  line-height: 1;
  letter-spacing: -0.1em;
}
.top_fv_slider .top_fv_slide .slide_head_titleJa {
  font-weight: 700;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide .slide_head_titleJa {
    font-size: clamp(14px, 0.84vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide .slide_head_titleJa {
    font-size: clamp(12px, 1.56vw, 16px);
  }
}
.top_fv_slider .top_fv_slide .slide_head_titleEn {
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide .slide_head_titleEn {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide .slide_head_titleEn {
    font-size: 8px;
  }
}
.top_fv_slider .top_fv_slide .slide_head_arrow {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide .slide_head_arrow {
    width: 4.5%;
    top: calc(50% - 10px);
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide .slide_head_arrow {
    width: 10px;
    top: calc(50% - 5px);
  }
}
.top_fv_slider .top_fv_slide .slide_img {
  width: 100%;
  aspect-ratio: 11/10;
}
.top_fv_slider .top_fv_slide .slide_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .top_fv_slider .top_fv_slide .slide_img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_fv_slider .top_fv_slide .slide_img {
    margin-bottom: 12px;
  }
}

@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}
.top_about {
  width: 100%;
  position: relative;
  transition-property: opacity, transform;
}
@media screen and (min-width: 1025px) {
  .top_about {
    height: 200vh;
    min-height: 1200px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about {
    height: auto;
    min-height: 100vh;
  }
}
.top_about_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: url("../images/about_bg.jpg") center/cover no-repeat;
}
.top_about_container {
  height: 100%;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_about_container {
    padding-top: 88px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_container {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
.top_about_fixed {
  width: 100%;
  z-index: -1;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  transition-delay: 0s;
  transition-duration: 0.5s;
}
.top_about_fixed.is-visible {
  z-index: 1;
  opacity: 1;
}
.top_about_fixed::before {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .top_about_fixed::before {
    height: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_fixed::before {
    height: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .top_about_fixed {
    position: fixed;
    top: 0;
    height: 100vh;
    min-height: 900px;
  }
  .top_about_fixed.is-stick {
    position: absolute;
    top: unset;
    bottom: 0;
    height: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_fixed {
    position: relative;
    height: auto;
  }
  .top_about_fixed.is-stick {
    position: relative;
  }
}
.top_about_inner {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .top_about_inner {
    padding: 50px 0 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_inner {
    padding: 50px 0;
  }
}
.top_about_catch {
  transition-property: top, opacity, transform;
  transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  transition-delay: 0s;
  transition-duration: 0.1s;
  transform: scale(0.8);
  position: relative;
  opacity: 0;
  font-weight: 700;
  line-height: 1.58;
}
@media screen and (min-width: 1025px) {
  .top_about_catch {
    font-size: 36px;
    margin-bottom: 20px;
    top: calc(50vh - 120px);
  }
}
@media screen and (max-width: 1024px) {
  .top_about_catch {
    font-size: 28px;
    margin-bottom: 20px;
    top: calc(50vh - 104px);
  }
}
.top_about_catch span {
  display: inline-block;
  margin-bottom: 4px;
}
.top_about_catch.is-fadein {
  transition-delay: 0.09s;
  transition-duration: 1s;
  transform: scale(1.1) translateY(-50%);
  opacity: 1;
}
.top_about_catch.is-fadeout {
  transition-delay: 0.01s;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
  transform: scale(0.62) translateY(-1200px);
  opacity: 0;
}
.top_about_catch.is-small {
  transition-duration: 0.6s;
  transform: scale(0.9) translateY(0px);
  top: 0;
}
.top_about_txtArea {
  margin: 0 auto;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
  transition-delay: 0s;
  transition-duration: 0.1s;
  opacity: 0;
}
@media screen and (min-width: 1025px) {
  .top_about_txtArea {
    width: 800px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_txtArea {
    margin-bottom: 30px;
  }
}
.top_about_txtArea.is-fadein {
  transition-delay: 0.4s;
  transition-duration: 1s;
  transform: translateY(0px);
  opacity: 1;
}
.top_about_txtArea.is-fadeout {
  transition-delay: 0.05s;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
  transform: translateY(-600px);
  opacity: 0;
}
.top_about_txt {
  line-height: 2;
}
@media screen and (min-width: 1025px) {
  .top_about_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top_about_txt {
    font-size: 16px;
  }
}
.top_about_txt em {
  font-weight: 700;
  font-size: 1.33em;
}
.top_about .link_button {
  margin: 0 auto;
  opacity: 0;
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
}
.top_about .link_button.is-fadein {
  transition-delay: 0.9s;
  transition-duration: 1s;
  transform: translateY(0px);
  opacity: 1;
}
.top_about .link_button.is-fadeout {
  transition-delay: 0.1s;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(1, -0.2, 0.8, 1);
  transform: translateY(-600px);
  opacity: 0;
}

.top_cta .cta_container {
  opacity: 0;
  transform: translateY(50vh);
  transition-property: opacity, transform;
  transition-timing-function: cubic-bezier(0.15, 0, 0, 1);
}
.top_cta .cta_container.is-fadein {
  transition-delay: 0.1s;
  transition-duration: 1s;
  transform: translateY(0px);
  opacity: 1;
}
@media screen and (min-width: 1025px) {
  .top_cta {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top_cta {
    padding-top: 60px;
  }
}

@media screen and (min-width: 1025px) {
  .top_section {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section {
    padding-top: 60px;
  }
}

.top_section_h2Tag {
  display: inline-block;
  background-color: #002350;
  color: #FFF;
  font-weight: 700;
  line-height: 1.2;
  padding: 0 10px;
}
@media screen and (min-width: 1025px) {
  .top_section_h2Tag {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section_h2Tag {
    font-size: 16px;
  }
}
.top_section_h2Ttl {
  display: block;
  font-weight: 700;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 1025px) {
  .top_section_h2Ttl {
    margin-top: 15px;
    font-size: 40px;
  }
  .top_section_h2Ttl .dialogo {
    width: auto;
    height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section_h2Ttl {
    margin-top: 10px;
    font-size: 24px;
  }
  .top_section_h2Ttl .dialogo {
    width: auto;
    height: 20px;
  }
}
.top_section_h2Small {
  display: inline-blok;
  margin-left: 1em;
}
@media screen and (min-width: 1025px) {
  .top_section_h2Small {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .top_section_h2Small {
    font-size: 16px;
    line-height: 1.5;
  }
}
.top_section_h2:has(.top_section_h2Small) .top_section_h2Ttl {
  display: inline-block;
}

@media screen and (max-width: 1024px) {
  .top_lineup .link_button.btn_sp {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1025px) {
  .top_lineup_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1024px) {
  .top_lineup_head {
    margin-bottom: 34px;
  }
  .top_lineup_head .lineup_btns {
    display: none;
  }
}

.lineup_btns {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media screen and (min-width: 1025px) {
  .lineup_btns .btn_color .btn_arrow {
    width: 20px;
    right: 30px;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .lineup_btns .btn_color:hover .btn_arrow {
    right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .lineup_btns {
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .lineup_btns .link_button {
    width: 300px;
  }
  .lineup_btns .link_button.btn_color .btn_arrow {
    width: 20px;
    right: 20px;
  }
}

.top_lineup_view {
  width: 100%;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .top_lineup_view {
    height: 552px;
  }
}
.top_lineup_view .top_lineup_bg {
  background: url("../images/top_lineup.jpg") center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 1025px) {
  .top_lineup_view .top_lineup_bg {
    width: 66.6666666667%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top_lineup_view .top_lineup_bg {
    width: 100%;
    height: 320px;
    background-position: left bottom;
  }
}
@media screen and (min-width: 1025px) {
  .top_lineup_view .top_lineup_container {
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .top_lineup_view .top_lineup_container {
    height: 320px;
  }
}
.top_lineup_view .top_lineup_main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .top_lineup_view .top_lineup_mainHead {
    font-size: 32px;
    margin-bottom: 57px;
  }
}
@media screen and (max-width: 1024px) {
  .top_lineup_view .top_lineup_mainHead {
    font-size: 22px;
    margin-bottom: 23px;
  }
}
.top_lineup_view .top_lineup_mainTxt {
  letter-spacing: 0.05em;
}
.top_lineup_view .top_lineup_mainTxt span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .top_lineup_view .top_lineup_mainTxt {
    width: 36%;
    font-size: 18px;
    line-height: 1.75;
  }
}
@media screen and (max-width: 1024px) {
  .top_lineup_view .top_lineup_mainTxt {
    max-width: 500px;
    font-size: 16px;
    line-height: 1.5;
  }
}
.top_lineup_view .top_lineup_pickup {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .top_lineup_view .top_lineup_pickup {
    width: 33.3333333333%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
  }
}
@media screen and (max-width: 1024px) {
  .top_lineup_view .top_lineup_pickup {
    width: 100%;
  }
}
.top_lineup_view .top_lineup_pickupColor {
  width: 50%;
}
@media screen and (min-width: 1025px) {
  .top_lineup_view .top_lineup_pickupColor {
    height: 33.3333333333%;
  }
}
@media screen and (max-width: 1024px) {
  .top_lineup_view .top_lineup_pickupColor {
    height: 108px;
  }
}

.color_lineup {
  position: relative;
}
.color_lineup_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.color_lineup_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.1s;
}
.color_lineup_bg .color_example {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (hover: hover) {
  .color_lineup:hover a {
    opacity: 1;
  }
  .color_lineup:hover .color_lineup_bg {
    z-index: 2;
  }
  .color_lineup:hover .color_lineup_bg .color_sample {
    opacity: 0;
  }
  .color_lineup:hover .color_lineup_bg .color_example {
    opacity: 1;
  }
}
.color_lineup_head {
  display: flex;
  align-items: center;
  width: 94%;
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 1;
  transform: translateX(-50%);
  background-color: #FFF;
}
@media screen and (min-width: 1025px) {
  .color_lineup_head {
    height: 56px;
    -moz-column-gap: 5%;
         column-gap: 5%;
    padding: 0 5%;
  }
}
@media screen and (max-width: 1024px) {
  .color_lineup_head {
    height: 32px;
    -moz-column-gap: 2.5%;
         column-gap: 2.5%;
    padding: 0 2.5%;
  }
}
.color_lineup_head .color_no {
  display: flex;
  align-items: flex-start;
}
.color_lineup_head .color_no span {
  line-height: 1;
  letter-spacing: 0;
}
.color_lineup_head .color_noVert {
  font-weight: 500;
  writing-mode: vertical-rl;
  padding-top: 8%;
}
@media screen and (min-width: 1025px) {
  .color_lineup_head .color_noVert {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .color_lineup_head .color_noVert {
    font-size: 8px;
  }
}
.color_lineup_head .color_noNum {
  font-weight: 600;
  font-size: 22px;
}
.color_lineup_head .color_name span {
  display: block;
  line-height: 1.33;
  letter-spacing: -0.1em;
}
.color_lineup_head .color_name_ja {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .color_lineup_head .color_name_ja {
    font-size: clamp(12px, 0.96vw, 16px);
  }
}
@media screen and (max-width: 1024px) {
  .color_lineup_head .color_name_ja {
    font-size: 12px;
  }
}
.color_lineup_head .color_name_en {
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .color_lineup_head .color_name_en {
    font-size: clamp(10px, 1vw, 12px);
  }
}
@media screen and (max-width: 1024px) {
  .color_lineup_head .color_name_en {
    font-size: 8px;
  }
}

.top_lineup_showcase .top_lineup_image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.top_lineup_showcase .top_lineup_image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_lineup_showcase .top_showcase_head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 48px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #F0F0F0;
  padding: 0 5%;
}
.top_lineup_showcase .top_showcase_headTtl {
  display: flex;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  width: 100%;
}
.top_lineup_showcase .top_showcase_head .color_no {
  font-weight: 600;
  line-height: 1;
}
.top_lineup_showcase .top_showcase_head .color_name {
  flex-grow: 1;
  white-space: nowrap;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 1025px) {
  .top_lineup_showcase .showcase_list {
    flex-direction: column;
    flex-wrap: wrap;
    height: 368px;
  }
  .top_lineup_showcase .top_lineup_article {
    height: 184px;
  }
  .top_lineup_showcase .top_showcase_head .color_no {
    font-size: clamp(20px, 1.25vw, 24px);
  }
  .top_lineup_showcase .top_showcase_head .color_name {
    font-size: clamp(12px, 0.833vw, 16px);
  }
  .top_lineup_showcase .top_showcase_head .color_arrow {
    width: 16px;
  }
}
@media screen and (max-width: 1366px) {
  .top_lineup_showcase .top_showcase_head .color_no {
    font-size: clamp(16px, 1.25vw, 24px);
  }
  .top_lineup_showcase .top_showcase_head .color_name {
    font-size: clamp(12px, 0.833vw, 16px);
  }
  .top_lineup_showcase .top_showcase_head .color_arrow {
    width: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .top_lineup_showcase {
    margin-bottom: 50px;
  }
  .top_lineup_showcase .showcase_list {
    height: 108px;
  }
  .top_lineup_showcase .top_lineup_article {
    height: 100%;
  }
  .top_lineup_showcase .top_showcase_head .color_no {
    font-size: clamp(16px, 2.15vw, 22px);
  }
  .top_lineup_showcase .top_showcase_head .color_name {
    font-size: 12px;
  }
}

.top_products {
  display: flex;
  flex-wrap: wrap;
}
.top_products .top_product {
  position: relative;
}
.top_products .top_product_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_products .top_product a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.top_products .top_product_title {
  position: relative;
  z-index: 1;
  border: 3px solid #FFF;
  color: #FFF;
  text-align: center;
  font-weight: 700;
  padding: 1em 0;
}
@media screen and (min-width: 1025px) {
  .top_products {
    justify-content: space-between;
    row-gap: 78px;
    margin-top: 70px;
  }
  .top_products .top_product {
    flex-basis: 47%;
    height: 280px;
  }
  .top_products .top_product_title {
    width: 360px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .top_products {
    justify-content: center;
    row-gap: 18px;
    margin-top: 35px;
  }
  .top_products .top_product {
    flex-basis: 100%;
    max-width: 600px;
    height: 200px;
  }
  .top_products .top_product_title {
    width: 70%;
    font-size: 22px;
    line-height: 28px;
  }
}

.top_company {
  display: flex;
}
.top_company .top_company_info {
  position: relative;
}
.top_company .top_company_info .top_company_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
}
.top_company .top_company_info a {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.top_company .top_company_info .top_company_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 1em;
  position: relative;
  z-index: 1;
  border: 3px solid #FFF;
  color: #FFF;
  font-weight: 700;
}
.top_company .top_company_info .top_company_titleTxt {
  width: 100%;
  text-align: center;
}
.top_company .top_company_info .top_company_titleArrow {
  width: 40px;
  height: 1px;
  background-color: #FFF;
  position: relative;
}
.top_company .top_company_info .top_company_titleArrow::before {
  display: block;
  width: 12px;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #FFF;
  transform: rotate(45deg);
  transform-origin: right;
  content: "";
}
@media screen and (min-width: 1025px) {
  .top_company {
    justify-content: space-between;
    margin-top: 70px;
  }
  .top_company .top_company_info {
    flex-basis: 47%;
    height: 400px;
  }
  .top_company .top_company_info .top_company_title {
    width: 320px;
    height: 144px;
    font-size: 28px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1024px) {
  .top_company {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 18px;
    margin-top: 35px;
  }
  .top_company .top_company_info {
    flex-basis: 100%;
    max-width: 600px;
    height: 240px;
  }
  .top_company .top_company_info .top_company_title {
    width: 240px;
    height: 120px;
    font-size: 22px;
    line-height: 28px;
  }
}

@media screen and (min-width: 1025px) {
  .top_news_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .top_news_head {
    margin-bottom: 35px;
  }
  .top_news_head .link_button {
    display: none;
  }
}

.top_news_article {
  border-top: 1px solid #E0E0E0;
}
.top_news_article a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.top_news_article:last-child {
  border-bottom: 1px solid #E0E0E0;
}
.top_news_article .top_news_date {
  font-weight: 400;
  flex-shrink: 0;
}
.top_news_article .top_news_cat {
  background-color: #F0F0F0;
  text-align: center;
}
.top_news_article .top_news_title {
  font-weight: 600;
  line-height: 1.5;
}
.top_news_article .top_news_arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #202020;
  border-bottom: 2px solid #202020;
  transform: rotate(-45deg);
}
@media screen and (min-width: 1025px) {
  .top_news_article {
    height: 106px;
  }
  .top_news_article a {
    -moz-column-gap: 3.2%;
         column-gap: 3.2%;
    padding: 0 20px;
  }
  .top_news_article .top_news_date {
    font-size: 16px;
  }
  .top_news_article .top_news_cat {
    padding: 5px 0;
    min-width: 104px;
  }
  .top_news_article .top_news_title {
    flex-grow: 1;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .top_news_article {
    height: auto;
    padding: 16px 0;
  }
  .top_news_article a {
    flex-wrap: wrap;
    row-gap: 16px;
    -moz-column-gap: 35px;
         column-gap: 35px;
    padding: 0 10px;
    position: relative;
  }
  .top_news_article .top_news_date {
    font-size: 14px;
  }
  .top_news_article .top_news_cat {
    padding: 5px 0;
    min-width: 104px;
    font-size: 12px;
  }
  .top_news_article .top_news_title {
    width: 82.5%;
    font-size: 16px;
  }
  .top_news_article .top_news_arrow {
    position: absolute;
    right: 10px;
    top: calc(50% - 5px);
  }
}

@media screen and (max-width: 1024px) {
  .top_news {
    margin-bottom: 48px;
  }
  .top_news + .link_button {
    margin: 0 auto;
  }
}

.page_header {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background: url("../images/wall_bg.jpg") center/cover no-repeat;
}
.page_header span {
  display: block;
  text-align: center;
  font-weight: 700;
}
.page_header .page_header_h1 {
  position: relative;
  z-index: 1;
}
.page_header .page_header_h1Ja {
  letter-spacing: 0.1em;
}
.page_header .page_header_h1Ja .dialogo {
  width: auto;
}
.page_header .page_header_h1En {
  letter-spacing: 0;
  text-transform: uppercase;
}
.page_header_bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (min-width: 1025px) {
  .page_header {
    height: 400px;
  }
  .page_header .page_header_h1Ja {
    padding: 0 22px;
    line-height: 80px;
    font-size: 56px;
    margin-bottom: 24px;
  }
  .page_header .page_header_h1En {
    font-size: 24px;
  }
  .page_header .page_header_bg {
    height: 200px;
  }
}
@media screen and (max-width: 1024px) {
  .page_header {
    height: 200px;
  }
  .page_header .page_header_h1 {
    margin-top: 40px;
  }
  .page_header .page_header_h1Ja {
    padding: 0 12px;
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 18px;
  }
  .page_header .page_header_h1En {
    font-size: 16px;
  }
  .page_header .page_header_bg {
    height: 100px;
  }
}

.color_archive {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 1025px) {
  .color_archive {
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .color_archive {
    justify-content: center;
    -moz-column-gap: 1%;
         column-gap: 1%;
    row-gap: 5px;
  }
}
.color_archive_note {
  margin-top: 0.5em;
}

.color_article {
  position: relative;
}
.color_article .color_name_ja {
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .color_article {
    flex-basis: 19%;
    min-width: 200px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 1024px) {
  .color_article {
    flex-basis: 49%;
    max-width: 200px;
    aspect-ratio: 1/1;
  }
  .color_article .color_noNum {
    font-size: 16px;
  }
}

.color_single_inner {
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .color_single_inner {
    width: 86%;
  }
}
@media screen and (max-width: 1024px) {
  .color_single_inner {
    width: 100%;
    max-width: 900px;
  }
}
.color_single_head {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .color_single_head {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .color_single_head {
    margin-bottom: 20px;
  }
}
.color_single_head .color_single_h1 {
  display: flex;
  align-items: center;
}
.color_single_head .color_no {
  line-height: 1;
}
@media screen and (min-width: 1025px) {
  .color_single_head .color_no {
    margin-right: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .color_single_head .color_no {
    margin-right: 10px;
    flex-shrink: 0;
  }
}
.color_single_head .color_no_vertical, .color_single_head .color_no_number {
  vertical-align: middle;
}
.color_single_head .color_no_vertical {
  writing-mode: vertical-rl;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  .color_single_head .color_no_vertical {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .color_single_head .color_no_vertical {
    font-size: 12px;
  }
}
.color_single_head .color_no_number {
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .color_single_head .color_no_number {
    font-size: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .color_single_head .color_no_number {
    font-size: clamp(20px, 46.66vw, 28px);
  }
}
.color_single_head .color_name {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .color_single_head .color_name {
    font-size: clamp(30px, 3.22vw, 40px);
    margin-right: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .color_single_head .color_name {
    font-size: 16px;
    flex-shrink: 0;
    margin-right: 8px;
  }
}
.color_single_head .color_name_en {
  font-weight: 500;
  text-transform: uppercase;
}
@media screen and (min-width: 1025px) {
  .color_single_head .color_name_en {
    font-size: clamp(20px, 1.93vw, 24px);
  }
}
@media screen and (max-width: 1024px) {
  .color_single_head .color_name_en {
    font-size: 14px;
  }
}
.color_single .color_single_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  border: 3px solid #002350;
  font-weight: 700;
}
.color_single .color_single_btn .btn_icon {
  width: 20px;
  height: 20px;
}
.color_single .color_single_btn .btn_icon img {
  display: block;
}
@media screen and (min-width: 1025px) {
  .color_single .color_single_btn {
    width: 20%;
    height: 64px;
    position: absolute;
    right: -10%;
    top: calc(50% - 32px);
    font-size: 18px;
  }
  .color_single .color_single_btn.btn_sp {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .color_single .color_single_btn {
    width: 240px;
    height: 48px;
    margin: 0 auto;
    font-size: 16px;
  }
  .color_single .color_single_btn.btn_pc {
    display: none;
  }
}
.color_single .color_mv {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .color_single .color_mv {
    display: flex;
    aspect-ratio: 1176/705;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .color_single .color_mv {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 1025px) {
  .color_single .color_main_slide {
    width: 80%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .color_single .color_main_slide {
    width: 100%;
    aspect-ratio: 941/705;
  }
}
.color_single .color_main_slide .splide__track, .color_single .color_main_slide .splide__list, .color_single .color_main_slide .splide__slide {
  height: 100%;
}
.color_single .color_main_slide .splide__track img, .color_single .color_main_slide .splide__list img, .color_single .color_main_slide .splide__slide img {
  width: 100%;
  height: 90%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .color_single .color_thumb_slide {
    width: 20%;
    height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .color_single .color_thumb_slide {
    width: 100%;
    aspect-ratio: 932/174;
  }
  .color_single .color_thumb_slide .splide__track, .color_single .color_thumb_slide .splide__list, .color_single .color_thumb_slide .splide__slide {
    height: 100%;
  }
}
.color_single .color_thumb_slide .splide__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.color_single .color_page_navLink {
  display: block;
  width: 52px;
  height: 52px;
  position: absolute;
  top: calc(50% - 26px);
  border-top: 2px solid #002350;
}
.color_single .color_page_navLink.nav_prev {
  right: 103%;
  border-left: 2px solid #002350;
  transform: rotate(-45deg);
}
.color_single .color_page_navLink.nav_next {
  left: 103%;
  border-right: 2px solid #002350;
  transform: rotate(45deg);
}
@media screen and (max-width: 1024px) {
  .color_single .color_page_nav {
    display: none;
  }
}
.color_single .color_related {
  display: flex;
}
.color_single .color_related .color_lineup {
  height: 100%;
}
@media screen and (min-width: 1025px) {
  .color_single .color_related {
    justify-content: space-between;
    margin-bottom: 40px;
  }
  .color_single .color_related .color_next {
    flex-basis: 32%;
    aspect-ratio: 378/239;
  }
}
@media screen and (max-width: 1024px) {
  .color_single .color_related {
    flex-wrap: wrap;
    justify-content: center;
    -moz-column-gap: 10px;
         column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 20px;
  }
  .color_single .color_related .color_next {
    width: 100%;
    height: 150px;
    max-width: 340px;
  }
}
@media screen and (max-width: 1024px) {
  .color_single .color_note {
    margin-bottom: 40px;
  }
}

.color_case {
  margin-bottom: 20px;
  background-color: #002350;
  color: #fff;
  padding: 10px;
}
@media screen and (max-width: 1024px) {
  .color_case {
    padding: 0 10px;
    font-size: 80%;
  }
}
.color_case a {
  color: #fff;
}

.contact_caution, .contact_note {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #002350;
  border-radius: 10px;
  margin-bottom: 50px;
}
.contact_caution h3, .contact_note h3 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
.contact_caution p, .contact_note p {
  line-height: 1.5;
  margin-bottom: 1em;
}
.contact_caution span, .contact_note span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .contact_caution, .contact_note {
    width: 900px;
    padding: 50px 5%;
  }
  .contact_caution h3, .contact_note h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_caution, .contact_note {
    width: 100%;
    max-width: 900px;
    padding: 32px 16px;
  }
  .contact_caution h3, .contact_note h3 {
    font-size: 20px;
  }
}

.wp-block-contact-form-7-contact-form-selector {
  margin-bottom: 150px;
}

.contactform_table {
  table-layout: fixed;
  margin: 0 auto;
}
.contactform_table th, .contactform_table td {
  border-bottom: 1px solid;
}
.contactform_table th {
  font-weight: 500;
  position: relative;
}
.contactform_table .th_wrap {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
@media screen and (min-width: 1025px) {
  .contactform_table .th_wrap:not(.th_2row) {
    padding-top: 0.5em;
  }
}
.contactform_table td {
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .contactform_table {
    width: 900px;
    margin-bottom: 80px;
  }
  .contactform_table th {
    width: 256px;
    padding: 1em 1em;
  }
  .contactform_table td {
    padding: 1em 0;
  }
}
@media screen and (max-width: 1024px) {
  .contactform_table {
    width: 100%;
    max-width: 900px;
    margin-bottom: 50px;
  }
  .contactform_table th, .contactform_table td {
    display: block;
    width: 100%;
  }
  .contactform_table th {
    padding: 0.5em 0;
  }
  .contactform_table td {
    padding: 0.5em 0.5em 0.5em 1em;
  }
}
.contactform_table input[type=text], .contactform_table input[type=tel], .contactform_table input[type=email], .contactform_table textarea {
  width: 100%;
  border: 1px solid;
  padding: 0.5em 1em;
  font-family: "Noto Sans JP", sans-serif;
}
.contactform_table input[type=text].postal_code {
  width: 100px;
  margin-left: 0.5em;
  margin-bottom: 0.5em;
}
.contactform_table textarea {
  resize: none;
}
.contactform_table input[type=radio], .contactform_table input[type=checkbox] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}
.contactform_table input[type=radio] + .wpcf7-list-item-label {
  font-family: "Noto Sans JP", sans-serif;
}
.contactform_table .wpcf7-form-control.wpcf7-radio {
  display: flex;
  align-items: center;
  -moz-column-gap: 1em;
       column-gap: 1em;
  flex-wrap: wrap;
  row-gap: 0.5em;
  padding: 0.5em 0;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label {
  cursor: pointer;
}
.contactform_table .wpcf7-form-control.wpcf7-radio label input[type=radio], .contactform_table .wpcf7-form-control.wpcf7-radio label .wpcf7-list-item-label {
  vertical-align: middle;
}
.contactform_table .wpcf7-list-item {
  margin-left: 0;
}
.contactform_table .form_required {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  background-color: #000;
  color: #FFF;
  font-size: 12px;
  line-height: 20px;
}
.contactform_table .form_accept {
  text-align: center;
}
.contactform_table .form_accept_check {
  position: relative;
}
.contactform_table .form_accept_check span[data-name=acceptance] {
  display: inline-block;
  margin-left: 1em;
  margin-right: 0.5em;
}
.contactform_table .form_note {
  margin-top: 0.5em;
  padding: 0 0.5em;
  line-height: 1.33;
  font-size: 14px;
}

.contactform_btns {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  position: relative;
}
.contactform_btns .wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.wpcf7 .wpcf7-form .wpcf7-submit,
.wpcf7 .wpcf7-form .wpcf7-previous {
  border-radius: 2em;
  color: #FFF;
  font-weight: 700;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 3em;
  padding: 0 2em;
  text-align: center;
  border: 2px solid #002350;
  transition: all ease 0.3s;
}
.wpcf7 .wpcf7-form .wpcf7-submit:disabled,
.wpcf7 .wpcf7-form .wpcf7-previous:disabled {
  opacity: 0.5;
}
.wpcf7 .wpcf7-form .wpcf7-submit._confirm, .wpcf7 .wpcf7-form .wpcf7-submit._send,
.wpcf7 .wpcf7-form .wpcf7-previous._confirm,
.wpcf7 .wpcf7-form .wpcf7-previous._send {
  background-color: #002350;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._confirm:hover, .wpcf7 .wpcf7-form .wpcf7-submit._send:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._confirm:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._send:hover {
    background-color: #FFF;
    color: #002350;
  }
}
.wpcf7 .wpcf7-form .wpcf7-submit._back,
.wpcf7 .wpcf7-form .wpcf7-previous._back {
  color: #002350;
}
@media (hover: hover) {
  .wpcf7 .wpcf7-form .wpcf7-submit._back:hover,
  .wpcf7 .wpcf7-form .wpcf7-previous._back:hover {
    opacity: 0.7;
  }
}

.contact_note {
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .contact_note {
    margin-top: 80px;
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 1024px) {
  .contact_note {
    margin-top: 50px;
  }
}

.page_confirm_h2 {
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 1025px) {
  .page_confirm_h2 {
    width: 900px;
    margin-bottom: 80px;
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_confirm_h2 {
    margin-bottom: 50px;
  }
}

.page_contact_complete {
  background-color: #E0E0E0;
}
@media screen and (min-width: 1025px) {
  .page_contact_complete {
    margin-bottom: 80px;
    padding: 50px 25px;
  }
}
@media screen and (max-width: 1024px) {
  .page_contact_complete {
    margin-bottom: 50px;
    padding: 30px 10px;
  }
}
.page_contact_complete + .link_button {
  margin: 0 auto;
}

@media screen and (min-width: 1025px) {
  .outline-diathomas .top_section_h2 {
    margin-bottom: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .outline-diathomas .top_section_h2 {
    margin-bottom: 36px;
  }
}
.outline-diathomas .outline_spec {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
@media screen and (min-width: 1025px) {
  .outline-diathomas .outline_spec {
    align-items: flex-start;
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-bottom: 38px;
  }
}
@media screen and (max-width: 1024px) {
  .outline-diathomas .outline_spec {
    margin-bottom: 30px;
  }
}
.outline-diathomas .outline_table dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
  font-weight: 700;
  line-height: 1.33;
}
.outline-diathomas .outline_table dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  border: 1px solid #E0E0E0;
  border-top-width: 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.33;
}
.outline-diathomas .outline_table dl:first-child dd {
  background-color: #F0F0F0;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .outline-diathomas .outline_table {
    flex-grow: 1;
    min-width: 700px;
  }
  .outline-diathomas .outline_table_data {
    display: flex;
  }
  .outline-diathomas .outline_table dl {
    flex: 1;
  }
  .outline-diathomas .outline_table dl dt {
    height: 80px;
    font-size: 18px;
  }
  .outline-diathomas .outline_table dl dd {
    height: 135px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .outline-diathomas .outline_table {
    flex-basis: 100%;
  }
  .outline-diathomas .outline_table dl {
    display: flex;
    height: 70px;
  }
  .outline-diathomas .outline_table dl dt {
    flex-basis: 40%;
    font-size: 16px;
  }
  .outline-diathomas .outline_table dl dd {
    flex-grow: 1;
    font-size: 16px;
  }
}
.outline-diathomas .outline_dry {
  table-layout: fixed;
}
@media screen and (min-width: 1025px) {
  .outline-diathomas .outline_dry {
    flex-basis: 37%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1025px) {
  .outline-diathomas .outline_dry {
    flex-basis: 100%;
    max-width: 509px;
  }
}
.outline-diathomas .outline_dry td {
  height: 72px;
  line-height: 1;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #E0E0E0;
}
@media screen and (min-width: 1025px) {
  .outline-diathomas .outline_dry td {
    font-size: 18px;
  }
}
.outline-diathomas .outline_dry thead td {
  background-color: #48A0E0;
  color: #FFF;
  font-weight: 700;
}
.outline-diathomas .outline_dry .tbold {
  font-weight: 700;
  background-color: #F8F8F8;
}

.ourline_description {
  line-height: 1.77;
}
@media screen and (min-width: 1025px) {
  .ourline_description {
    font-size: 18px;
    margin-bottom: 65px;
  }
}
@media screen and (max-width: 1024px) {
  .ourline_description {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.pdf_dl_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  background-color: #002350;
}
.pdf_dl_btn .dl_icon {
  width: 24px;
  flex-shrink: 0;
}
.pdf_dl_btn .dl_pdf {
  width: 32px;
  flex-shrink: 0;
}
.pdf_dl_btn .dl_txt {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0;
}
.pdf_dl_btn .dl_txt span {
  display: inline-block;
}
@media screen and (min-width: 1025px) {
  .pdf_dl_btn {
    width: 464px;
    height: 64px;
  }
  .pdf_dl_btn.btn_wide {
    width: 600px;
    margin: 0 auto;
  }
  .pdf_dl_btn .dl_txt {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .pdf_dl_btn {
    width: 100%;
    max-width: 464px;
    height: 56px;
    margin: 0 auto;
    padding: 0 5%;
  }
  .pdf_dl_btn .dl_txt {
    font-size: 16px;
    line-height: 1.2;
  }
}

@media screen and (min-width: 1025px) {
  .page_content .top_section_h2 {
    margin-bottom: 40px;
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_content .top_section_h2 {
    margin-bottom: 25px;
    margin-top: 50px;
  }
}

.page_content .c-section .top_section_h2 {
  margin-top: 0;
}

.page_h2 {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 1em;
}
.page_h2_sub {
  display: block;
}
@media screen and (min-width: 1025px) {
  .page_h2 {
    font-size: clamp(28px, 2.5vw, 40px);
  }
  .page_h2_sub {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_h2 {
    font-size: 24px;
  }
  .page_h2 br {
    display: none;
  }
  .page_h2_sub {
    font-size: 18px;
  }
}

.page_text {
  line-height: 1.77;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_text {
    font-size: 18px;
  }
  .page_text.text_large {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_text {
    font-size: 16px;
  }
  .page_text.text_large {
    font-size: 20px;
  }
}

.page_column {
  display: flex;
  justify-content: flex-start;
}
.page_column .page_column_fig {
  aspect-ratio: 3/2;
}
.page_column .page_column_fig img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 1025px) {
  .page_column.col_normal {
    margin-left: calc(50% - 50vw);
  }
  .page_column.col_normal .page_column_txt {
    padding-left: 5%;
  }
  .page_column.col_reverse {
    flex-direction: row-reverse;
    margin-right: calc(50% - 50vw);
  }
  .page_column.col_reverse .page_column_txt {
    padding-right: 5%;
  }
  .page_column .page_column_fig {
    flex-basis: 50%;
    flex-shrink: 0;
  }
  .page_column .page_column_txt {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .page_column {
    flex-wrap: wrap;
    row-gap: 25px;
  }
  .page_column .page_column_fig {
    flex-basis: 100%;
  }
  .page_column .page_column_txt {
    flex-basis: 100%;
  }
}

@media screen and (min-width: 1025px) {
  p + .page_h2, p + .page_column, .page_column + .page_column {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  p + .page_h2, p + .page_column, .page_column + .page_column {
    margin-top: 50px;
  }
}

.page_policy_about {
  margin-left: auto;
  margin-right: auto;
  background-color: #F0F0F0;
  border: 1px solid #E0E0E0;
}
.page_policy_about h2 {
  font-weight: 700;
  margin-bottom: 1em;
}
.page_policy_about p {
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_policy_about {
    width: 100%;
    margin-top: 80px;
    margin-bottom: 80px;
    padding: 50px;
  }
  .page_policy_about h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_policy_about {
    width: 100%;
    max-width: 900px;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 20px;
  }
  .page_policy_about h2 {
    font-size: 20px;
  }
}

.history_slider .splide__track {
  height: 100%;
}
.history_slider .splide__arrows {
  display: flex;
  justify-content: center;
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .history_slider .splide__arrows {
    -moz-column-gap: 30px;
         column-gap: 30px;
    bottom: calc(100% + 10px);
    right: 0;
  }
}
@media screen and (max-width: 1024px) {
  .history_slider .splide__arrows {
    -moz-column-gap: 16px;
         column-gap: 16px;
    top: calc(100% + 10px);
    left: 0;
  }
}
.history_slider .splide__arrows .splide__arrow {
  position: static;
  background-color: #FFF;
  border: 1px solid #002350;
  transform: none;
}
.history_slider .splide__arrows .splide__arrow svg {
  fill: #002350;
}
.history_slider .history_slide {
  position: relative;
  border: 2px solid #002350;
}
.history_slider .history_title {
  font-weight: 700;
  margin-bottom: 1em;
  position: relative;
  z-index: 1;
}
.history_slider .history_year {
  position: absolute;
  top: 16px;
  right: 25px;
  z-index: 1;
  font-weight: 700;
  line-height: 1;
  color: #BCDDFF;
}
@media screen and (min-width: 1025px) {
  .history_slider .history_slide {
    padding: 50px;
  }
  .history_slider .history_title {
    font-size: 24px;
  }
  .history_slider .history_year {
    font-size: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .history_slider {
    margin-bottom: 50px;
  }
  .history_slider .history_slide {
    padding: 50px 25px;
  }
  .history_slider .history_title {
    font-size: 20px;
  }
  .history_slider .history_year {
    font-size: 30px;
  }
}

.page_products_color {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}
.page_products_colorBg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page_products_colorBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.page_products_colorTxt {
  position: relative;
  z-index: 1;
  color: #FFF;
}
@media screen and (min-width: 1025px) {
  .page_products_color {
    height: 300px;
    padding-left: 15%;
  }
  .page_products_colorTxt p {
    font-size: 18px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 1024px) {
  .page_products_color {
    height: 240px;
    padding-left: 5%;
  }
  .page_products_colorTxt p {
    font-size: 16px;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 520px) {
  .page_products_color .link_button {
    width: 200px;
  }
}

.page_products_catalog {
  display: flex;
  width: 100%;
}
.page_products_catalog .product_catalog_fig {
  aspect-ratio: 650/303;
}
.page_products_catalog .product_catalog_fig .pos_left {
  -o-object-position: left;
     object-position: left;
}
.page_products_catalog .page_products_product {
  border: none;
}
.page_products_catalog .product_catalog_body {
  border: 1px solid #E0E0E0;
}
@media screen and (min-width: 1025px) {
  .page_products_catalog .page_products_product {
    padding: 0;
  }
  .page_products_catalog .product_catalog_body {
    flex-grow: 1;
    padding: 60px 30px;
  }
  .page_products_catalog .product_catalog_fig {
    flex-basis: 47.5%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_products_catalog {
    flex-wrap: wrap;
  }
  .page_products_catalog .page_products_product {
    padding: 0;
  }
  .page_products_catalog .product_catalog_body {
    flex-basis: 100%;
    padding: 30px 15px;
  }
  .page_products_catalog .product_catalog_fig {
    flex-basis: 100%;
  }
}
.page_products_catalog .product_catalog_dl {
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
  margin-top: 40px;
}
.page_products_catalog .product_catalog_dl .dl_txt span {
  display: block;
  text-align: center;
  line-height: 1.33;
}
@media screen and (max-width: 1024px) {
  .page_products_catalog .product_catalog_dl {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .page_products_catalog .product_catalog_dl .pdf_dl_btn {
    max-width: 360px;
  }
}

.page_products_product {
  display: flex;
  align-items: flex-start;
  -moz-column-gap: 5%;
       column-gap: 5%;
  border: 1px solid #E0E0E0;
}
.page_products_product .product_fig {
  flex-basis: 25%;
  flex-shrink: 0;
}
.page_products_product .product_fig img {
  width: 100%;
}
.page_products_product .product_fig .sclae15 {
  transform: scale(1.5);
  transform-origin: top;
}
.page_products_product .product_desc {
  flex-grow: 1;
}
.page_products_product .product_name {
  line-height: 1.33;
  margin-bottom: 1em;
}
.page_products_product .product_name span {
  font-weight: 700;
  margin-right: 1em;
}
.page_products_product .product_name i {
  display: inline-block;
}
.page_products_product .product_attr {
  margin-bottom: 20px;
}
.page_products_product .product_spec {
  display: flex;
  line-height: 1.44;
  margin-bottom: 0.5em;
}
.page_products_product .product_spec dt {
  width: 5em;
  flex-shrink: 0;
}
.page_products_product .product_spec dd {
  flex-grow: 1;
}
.page_products_product .product_note {
  margin-top: 1em;
}

@media screen and (min-width: 1025px) {
  .page_products_product {
    padding: 60px 30px;
  }
  .product_name span {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page_products_product {
    flex-basis: 100%;
    max-width: 600px;
    padding: 30px 15px;
  }
  .product_name span {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  .product_name i {
    display: block;
  }
}
.page_products_shelf {
  display: flex;
}
@media screen and (min-width: 1025px) {
  .page_products_shelf {
    justify-content: space-between;
  }
  .page_products_shelf .page_products_product {
    flex-basis: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .page_products_shelf {
    flex-wrap: wrap;
    row-gap: 25px;
    justify-content: center;
  }
}

.page_products_accent_lead {
  margin-bottom: 2em;
}

.page_products_accent_note {
  margin-top: 1em;
  margin-bottom: 2em;
}

.page_performance {
  background-color: #F5F5F5;
}
@media screen and (min-width: 1025px) {
  .page_performance {
    margin-top: 80px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1024px) {
  .page_performance {
    margin-top: 50px;
    padding: 50px 0;
  }
}

.page_performance_list {
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.page_performance_list .page_performance_item {
  flex-shrink: 0;
}
.page_performance_list .page_performance_item .performance_fig {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 66%;
  aspect-ratio: 1/1;
  position: relative;
  background-color: #FFF;
  border-radius: 50%;
  margin: 0 auto 20px;
}
.page_performance_list .page_performance_item .performance_fig img {
  width: 44%;
}
.page_performance_list .page_performance_item .performance_fig .performance_no {
  position: absolute;
  top: 0;
  left: 0;
  color: #BCDDFF;
  font-weight: 700;
  line-height: 1;
}
.page_performance_list .page_performance_item .performance_title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .page_performance_list {
    row-gap: 50px;
  }
  .page_performance_list .page_performance_item {
    flex-basis: 30%;
  }
  .page_performance_list .page_performance_item .performance_fig .performance_no {
    font-size: 44px;
  }
  .page_performance_list .page_performance_item .performance_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_performance_list {
    row-gap: 50px;
  }
  .page_performance_list .page_performance_item {
    flex-basis: 100%;
    max-width: 330px;
  }
  .page_performance_list .page_performance_item .performance_fig .performance_no {
    font-size: 44px;
  }
  .page_performance_list .page_performance_item .performance_title {
    font-size: 20px;
  }
}

.page_performance_btn {
  margin: 0 auto;
  line-height: 1.3;
}

.page_performance_voice .voice_content {
  width: 90%;
  border: 2px solid #002350;
  border-radius: 20px;
  padding: 25px;
  margin-bottom: 40px;
}
.page_performance_voice .voice_content:nth-child(2n) {
  margin-left: auto;
}
.page_performance_voice .voice_title {
  font-weight: 700;
  line-height: 1.33;
  margin-bottom: 1em;
}
.page_performance_voice .voice_text {
  padding-left: 1em;
}
@media screen and (min-width: 1025px) {
  .page_performance_voice .voice_title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .page_performance_voice .voice_title {
    font-size: 20px;
  }
}

@media screen and (min-width: 1025px) {
  .page_environment_affect {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_environment_affect {
    margin-top: 50px;
  }
}

.page_environment_contrib {
  display: flex;
}
.page_environment_contrib .contrib {
  display: flex;
  flex-direction: column;
}
.page_environment_contrib .contrib_icon {
  width: 35%;
  aspect-ratio: 1/1;
  margin: 0 auto 20px;
}
.page_environment_contrib .contrib_icon img {
  width: 100%;
}
.page_environment_contrib .contrib_title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.page_environment_contrib .contrib_txt {
  flex-grow: 1;
  line-height: 2;
  margin-bottom: 20px;
}
.page_environment_contrib .contrib_fig {
  width: 100%;
  margin-bottom: 20px;
}
.page_environment_contrib .contrib_fig img {
  width: 100%;
}
.page_environment_contrib .contrib_sdgs {
  display: flex;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
@media screen and (min-width: 1025px) {
  .page_environment_contrib {
    justify-content: space-evenly;
  }
  .page_environment_contrib .contrib {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .page_environment_contrib {
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 50px;
  }
  .page_environment_contrib .contrib {
    flex-basis: 100%;
    max-width: 375px;
  }
}

.page_environment_sdgs {
  display: flex;
  flex-wrap: wrap;
  row-gap: 50px;
  margin-left: auto;
  margin-right: auto;
}
.page_environment_sdgs .sdgs {
  flex-shrink: 0;
}
.page_environment_sdgs .sdgs_icon {
  display: block;
  width: 165px;
  margin: 0 auto 20px;
}
.page_environment_sdgs .sdgs_title {
  font-weight: 700;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.page_environment_sdgs .sdgs_title.color_3 {
  color: #1b973a;
}
.page_environment_sdgs .sdgs_title.color_4 {
  color: #c50e28;
}
.page_environment_sdgs .sdgs_title.color_5 {
  color: #e83418;
}
.page_environment_sdgs .sdgs_title.color_8 {
  color: #970a31;
}
.page_environment_sdgs .sdgs_title.color_12 {
  color: #d39206;
}
.page_environment_sdgs .sdgs_title.color_13 {
  color: #427935;
}
@media screen and (min-width: 1025px) {
  .page_environment_sdgs {
    justify-content: space-between;
    width: 800px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .page_environment_sdgs .sdgs {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .page_environment_sdgs {
    justify-content: center;
    -moz-column-gap: 5%;
         column-gap: 5%;
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .page_environment_sdgs .sdgs {
    flex-basis: 100%;
    max-width: 240px;
  }
}

.page_environment_conclude {
  text-align: center;
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_environment_conclude {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_environment_conclude {
    font-size: 20px;
  }
}

.page_environment_text_em {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .page_environment_text_em {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_environment_text_em {
    font-size: 20px;
  }
}

.page_data_leadChart {
  display: flex;
  align-items: center;
  position: relative;
  background: url("../images/data/data_bgimg.jpg") center/cover no-repeat;
}
.page_data_leadChart .page_data_raderchart img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .page_data_leadChart {
    height: 600px;
    padding-left: 7.3%;
  }
  .page_data_leadChart .page_data_raderchart {
    width: 478px;
  }
}
@media screen and (max-width: 1024px) {
  .page_data_leadChart {
    width: 100vw;
    height: 61vw;
    min-height: 400px;
    background-position: left;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
  .page_data_leadChart .page_data_raderchart {
    width: 90%;
    max-width: 478px;
    height: 90%;
    margin: 0 auto;
  }
  .page_data_leadChart .page_data_raderchart img {
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

.page_data_feature {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 50px;
}
.page_data_feature .feature {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.page_data_feature .feature_fig {
  width: 100%;
  aspect-ratio: 3/2;
  margin-bottom: 10px;
}
.page_data_feature .feature_fig img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page_data_feature .feature_title {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 1em;
  text-align: center;
}
.page_data_feature .feature_text {
  flex-grow: 1;
  margin-bottom: 20px;
}
.page_data_feature .feature_date {
  font-size: 12px;
  text-align: right;
}
@media screen and (min-width: 1025px) {
  .page_data_feature {
    margin-top: 80px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page_data_feature .feature {
    flex-basis: 40%;
    min-width: 300px;
  }
  .page_data_feature .feature_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_data_feature {
    margin-top: 50px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page_data_feature .feature {
    flex-basis: 100%;
    max-width: 300px;
  }
}

.data_test_h3 {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .data_test_h3 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_h3 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}

.data_test {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .data_test {
    width: 100%;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test {
    width: 840px;
    margin-bottom: 50px;
  }
}
.data_test::before {
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(0deg, rgb(72, 160, 224) 0%, rgb(80, 168, 184) 50%, rgb(96, 176, 152) 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .data_test::before {
    width: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .data_test::before {
    width: 340px;
  }
}
.data_test_arrow {
  width: 8px;
  height: 89%;
  position: absolute;
  top: 50%;
  transform: translate(-100%, -50%);
  background: linear-gradient(0deg, rgb(72, 160, 224) 0%, rgb(80, 168, 184) 50%, rgb(96, 176, 152) 100%);
}
@media screen and (min-width: 1025px) {
  .data_test_arrow {
    left: 24%;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_arrow {
    left: 160px;
  }
}
.data_test_arrow::before {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 100%;
  left: calc(50% - 12px);
  background-color: rgb(72, 160, 224);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: "";
}

.data_test_table {
  width: 100%;
  table-layout: fixed;
  position: relative;
}
.data_test_table thead td {
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}
@media screen and (min-width: 1025px) {
  .data_test_table thead td {
    height: 60px;
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table thead td {
    height: 48px;
    font-size: 18px;
  }
}
.data_test_table tr {
  border-bottom: 2px solid #002350;
}
@media screen and (min-width: 1025px) {
  .data_test_table .td_head {
    width: 24%;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table .td_head {
    width: 160px;
  }
}
@media screen and (min-width: 1025px) {
  .data_test_table .td_data {
    width: 38%;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table .td_data {
    width: 340px;
  }
}
.data_test_table .th_elapse {
  vertical-align: middle;
}
.data_test_table .th_elapse span {
  display: inline-block;
  background-color: #002350;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.data_test_table .th_elapse span::before {
  display: block;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: #002350;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
}
@media screen and (min-width: 1025px) {
  .data_test_table .th_elapse span {
    font-size: 22px;
    line-height: 48px;
    padding: 0 2em;
  }
  .data_test_table .th_elapse span::before {
    width: 48px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table .th_elapse span {
    font-size: 18px;
    line-height: 36px;
    padding: 0 1em;
  }
  .data_test_table .th_elapse span::before {
    width: 36px;
  }
}
.data_test_table .test_table_cell {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 16px;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data_test_table .test_table_cell {
    padding: 32px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table .test_table_cell {
    padding: 20px 16px;
  }
}
.data_test_table .test_table_cell .cell_desc {
  flex-grow: 1;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .data_test_table .test_table_cell .cell_desc {
    height: 220px;
  }
}
@media screen and (min-width: 1025px) {
  .data_test_table .test_table_cell .cell_fig {
    flex-basis: 50%;
    min-width: 232px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table .test_table_cell .cell_fig {
    flex-basis: 112px;
    min-width: 0;
  }
}
.data_test_table .test_table_cell .cell_text {
  line-height: 1.33;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .data_test_table .test_table_cell .cell_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table .test_table_cell .cell_text {
    font-size: 16px;
  }
}
.data_test_table .test_table_cell .cell_text em {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .data_test_table .test_table_cell .cell_text em {
    font-size: 32px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table .test_table_cell .cell_text em {
    font-size: 24px;
  }
}
.data_test_table .test_table_cell .cell_text em.color_red {
  color: #FF6600;
}
.data_test_table .test_table_cell .cell_icon {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.data_test_table .test_table_cell .cell_circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 112px;
  height: 112px;
  position: absolute;
  right: 5%;
  bottom: 50px;
  border-radius: 50%;
  color: #FFF;
}
.data_test_table .test_table_cell .cell_circle span, .data_test_table .test_table_cell .cell_circle em {
  display: block;
  text-align: center;
  line-height: 1;
}
.data_test_table .test_table_cell .cell_circle span {
  font-size: 18px;
}
.data_test_table .test_table_cell .cell_circle em {
  font-size: 32px;
  font-weight: 700;
}
.data_test_table .test_table_cell .cell_circle.circle_vinyl {
  background-color: #48A0E0;
}
.data_test_table .test_table_cell .cell_circle.circle_dia {
  background-color: #002350;
  font-weight: 700;
}
.data_test_table .test_table_cell.table_cell_3col .cell_fig {
  flex-basis: 25%;
  min-width: 112px;
}
.data_test_table .test_table_cell.table_cell_3col .cell_desc {
  flex-basis: 25%;
  flex-grow: 0;
}
.data_test_table .test_table_cell.table_cell_3col .cell_exp, .data_test_table .test_table_cell.table_cell_3col .cell_confort {
  flex-basis: 45%;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: flex-end;
  text-align: center;
  font-weight: 700;
  line-height: 1.33;
}
@media screen and (min-width: 1025px) {
  .data_test_table .test_table_cell.table_cell_3col .cell_exp, .data_test_table .test_table_cell.table_cell_3col .cell_confort {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_table .test_table_cell.table_cell_3col .cell_exp, .data_test_table .test_table_cell.table_cell_3col .cell_confort {
    font-size: 18px;
  }
}
.data_test_table .test_table_cell.table_cell_3col .cell_exp {
  min-width: 200px;
  height: 148px;
  background: url("../images/data/test_exp.png") center/contain no-repeat;
  color: #CC3333;
}
.data_test_table .test_table_cell.table_cell_3col .cell_confort {
  min-width: 184px;
  aspect-ratio: 1/1;
  background-color: #FFF;
  border-radius: 50%;
}
.data_test_table .data_dia .cell_text {
  font-weight: 700;
  color: #FFF;
}

.data_test_graph img {
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .data_test_graph {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_graph {
    margin-bottom: 50px;
  }
}

.data_test_effect {
  display: flex;
  justify-content: center;
  -moz-column-gap: 5%;
       column-gap: 5%;
}
.data_test_effect .effect_head {
  position: relative;
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 0.5em;
}
.data_test_effect .effect_head::before {
  display: block;
  width: 100%;
  height: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  background-color: #D9E1EC;
  content: "";
}
.data_test_effect .effect_txt {
  line-height: 2;
}
.data_test_effect .effect_txt._bold {
  font-weight: 700;
}
.data_test_effect .effect_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.data_test_effect .effect_wrap .effect_after {
  background-color: #D9E1EC;
  line-height: 1;
  border-radius: 1.5em;
  color: #777;
  padding: 0.5em 2em;
}
@media screen and (min-width: 1025px) {
  .data_test_effect .effect {
    flex-basis: 45%;
  }
  .data_test_effect .effect_head {
    font-size: 32px;
    line-height: 42px;
  }
  .data_test_effect .effect_txt {
    font-size: 18px;
  }
  .data_test_effect .effect .effect_after {
    min-width: 150px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .data_test_effect {
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .data_test_effect .effect {
    flex-basis: 100%;
    max-width: 485px;
  }
  .data_test_effect .effect_head {
    font-size: 22px;
    line-height: 32px;
  }
  .data_test_effect .effect_txt {
    font-size: 16px;
  }
  .data_test_effect .effect_wrap {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .data_test_effect .effect .effect_after {
    min-width: 130px;
    font-size: 15px;
  }
}

.data_odor_test {
  position: relative;
  background-color: #F8F8F8;
}
@media screen and (min-width: 1025px) {
  .data_odor_test {
    padding: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .data_odor_test {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-top: 50px;
    padding: 40px 20px 60px;
  }
}
.data_odor_test .odor_head {
  display: flex;
}
.data_odor_test .odor_head .odor_legend {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.data_odor_test .odor_head .odor_legend .legend_color.color_blank {
  background-color: #CCCCCC;
}
.data_odor_test .odor_head .odor_legend .legend_color.color_dia {
  background-color: #50A8B8;
}
.data_odor_test .odor_head .odor_legend .legend_name {
  font-weight: 700;
}
@media screen and (min-width: 1025px) {
  .data_odor_test .odor_head {
    -moz-column-gap: 40px;
         column-gap: 40px;
    margin-bottom: 40px;
  }
  .data_odor_test .odor_head .legend_color {
    width: 24px;
    height: 24px;
  }
  .data_odor_test .odor_head .legend_name {
    font-size: 22px;
    line-height: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .data_odor_test .odor_head {
    -moz-column-gap: 20px;
         column-gap: 20px;
    margin-bottom: 20px;
  }
  .data_odor_test .odor_head .legend_color {
    width: 20px;
    height: 20px;
  }
  .data_odor_test .odor_head .legend_name {
    font-size: 18px;
    line-height: 20px;
  }
}
.data_odor_test .odor_note {
  font-weight: 400;
  position: absolute;
  right: 40px;
}
@media screen and (min-width: 1025px) {
  .data_odor_test .odor_note {
    font-size: 18px;
    top: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .data_odor_test .odor_note {
    font-size: 16px;
    bottom: 10px;
  }
}
.data_odor_test .odor_test {
  display: flex;
  flex-wrap: wrap;
  row-gap: 6px;
}
.data_odor_test .odor_test_result {
  position: relative;
  background-color: #FFF;
}
.data_odor_test .odor_test_result .result_graph {
  width: 100%;
}
.data_odor_test .odor_test_result .result_title {
  position: absolute;
}
.data_odor_test .odor_test_result .result_title h3 {
  font-weight: 700;
}
.data_odor_test .odor_test_result .result_title p {
  line-height: 1.2;
}
@media screen and (min-width: 1025px) {
  .data_odor_test .odor_test {
    justify-content: center;
    -moz-column-gap: 6px;
         column-gap: 6px;
  }
  .data_odor_test .odor_test_result {
    flex-basis: 49.7%;
    min-width: 540px;
  }
  .data_odor_test .odor_test_result .result_title {
    top: 20px;
    left: 40px;
  }
  .data_odor_test .odor_test_result .result_title h3 {
    font-size: 22px;
    margin-bottom: 18px;
  }
  .data_odor_test .odor_test_result .result_title h3 span {
    font-size: 28px;
  }
  .data_odor_test .odor_test_result .result_title p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .data_odor_test .odor_test {
    justify-content: center;
  }
  .data_odor_test .odor_test_result {
    flex-basis: 100%;
    max-width: 640px;
    padding-top: 25px;
  }
  .data_odor_test .odor_test_result .result_title {
    top: 5%;
    left: 3%;
  }
  .data_odor_test .odor_test_result .result_title h3 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .data_odor_test .odor_test_result .result_title h3 span {
    font-size: 20px;
  }
  .data_odor_test .odor_test_result .result_title p {
    font-size: 16px;
  }
}
.data_odor_test .odor_test_date {
  position: absolute;
}
@media screen and (min-width: 1025px) {
  .data_odor_test .odor_test_date {
    right: 0;
    bottom: calc(100% + 10px);
  }
}
@media screen and (max-width: 1024px) {
  .data_odor_test .odor_test_date {
    right: 2.5%;
    bottom: 100%;
    font-size: 14px;
  }
}

.page_maint_list {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.page_maint_list::after {
  content: "";
}
.page_maint_list .page_maint_card .maint_card_thumb {
  display: block;
  width: 100%;
  aspect-ratio: 336/188;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 16px;
  position: relative;
}
.page_maint_list .page_maint_card .maint_card_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page_maint_list .page_maint_card .maint_card_thumb::before {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  left: calc(50% - 18px);
  top: calc(50% - 18px);
  background-color: #FFF;
  -webkit-clip-path: polygon(0 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0, 100% 50%, 0 100%);
  opacity: 0;
  transition: opacity ease 0.3s;
  content: "";
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .page_maint_list .page_maint_card .maint_card_thumb::before {
    opacity: 1;
  }
}
@media (hover: hover) {
  .page_maint_list .page_maint_card .maint_card_thumb:hover::before {
    opacity: 1;
  }
}
.page_maint_list .page_maint_card .maint_card_title {
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page_maint_list .page_maint_card .main_card_summary li {
  position: relative;
  padding-left: 10px;
}
.page_maint_list .page_maint_card .main_card_summary li::before {
  display: block;
  width: 4px;
  height: 4px;
  position: absolute;
  left: 0;
  top: 10px;
  background-color: #002350;
  border-radius: 50%;
  content: "";
}
@media screen and (min-width: 1025px) {
  .page_maint_list {
    margin-top: 80px;
    justify-content: space-between;
    row-gap: 50px;
  }
  .page_maint_list::after {
    width: 30%;
  }
  .page_maint_list .page_maint_card {
    flex-basis: 30%;
  }
  .page_maint_list .page_maint_card .maint_card_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .page_maint_list {
    margin-top: 50px;
    justify-content: center;
    row-gap: 50px;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .page_maint_list::after {
    width: 336px;
  }
  .page_maint_list .page_maint_card {
    flex-basis: 100%;
    max-width: 336px;
  }
  .page_maint_list .page_maint_card .maint_card_title {
    font-size: 20px;
  }
}

.page_shop_btns {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .page_shop_btns {
    width: 86%;
    min-width: 900px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .page_shop_btns {
    width: 100%;
    max-width: 900px;
    margin-bottom: 50px;
  }
}
.page_shop_btns .shop_link_btn {
  flex-shrink: 0;
}
@media screen and (min-width: 1025px) {
  .page_shop_btns .shop_link_btn {
    flex-basis: 30%;
    height: 72px;
  }
}
@media screen and (max-width: 1024px) {
  .page_shop_btns .shop_link_btn {
    flex-basis: 48%;
    height: 66px;
  }
}
.page_shop_btns .shop_link_btn .wp-block-button__link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  align-items: center;
  text-align: center;
}
.page_shop_btns .shop_link_btn .wp-block-button__link span {
  display: inline-block;
  line-height: 1.2;
}

.shop_h3 {
  font-weight: 700;
  margin-bottom: 1em;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .shop_h3 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .shop_h3 {
    font-size: 20px;
  }
}

.shop_list + .shop_h3 {
  margin-top: 50px;
}

.shop_list {
  margin-left: auto;
  margin-right: auto;
}
.shop_list .wp-block-group__inner-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1em;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .shop_list .wp-block-group__inner-container {
    justify-content: space-between;
    -moz-column-gap: 5%;
         column-gap: 5%;
  }
  .shop_list .wp-block-group__inner-container::after {
    display: block;
    width: 30%;
    content: "";
  }
}
@media screen and (max-width: 1024px) {
  .shop_list .wp-block-group__inner-container {
    justify-content: center;
  }
}
.shop_list .shop_name {
  text-align: center;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .shop_list {
    width: 86%;
    min-width: 900px;
    margin-bottom: 80px;
  }
  .shop_list .shop_name {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .shop_list {
    width: 100%;
    max-width: 900px;
    margin-bottom: 50px;
  }
  .shop_list .shop_name {
    flex-basis: 100%;
  }
}

.page_company .company_info {
  display: flex;
}
.page_company .company_info dt {
  padding: 1em 0;
  text-align: center;
  border-bottom: 2px solid #002350;
}
.page_company .company_info dd {
  padding: 1em 1em;
  border-bottom: 1px solid #002350;
}
.page_company .company_info dd span {
  display: inline-block;
  white-space: nowrap;
}
.page_company_signature {
  width: 8em;
  margin-top: 1em;
  margin-left: auto;
}
@media screen and (min-width: 1025px) {
  .page_company {
    margin-bottom: 80px;
  }
  .page_company .company_info {
    font-size: 18px;
  }
  .page_company .company_info dt {
    flex-basis: 25%;
    flex-shrink: 0;
  }
  .page_company .company_info dd {
    flex-grow: 1;
  }
}
@media screen and (max-width: 1024px) {
  .page_company {
    margin-bottom: 50px;
  }
  .page_company .company_info {
    font-size: 16px;
  }
  .page_company .company_info dt {
    flex-basis: 25%;
    flex-shrink: 0;
    min-width: 110px;
  }
  .page_company .company_info dd {
    flex-grow: 1;
  }
}

.page_company_map {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 600px;
}
.page_company_map iframe {
  width: 100%;
  height: 100%;
}

.page_support_faq {
  background-color: #F8F8F8;
  padding-bottom: 50px;
}

.contact_caution .jsc-acc-head {
  position: relative;
}
.contact_caution .faq_ind {
  width: 24px;
  height: 2px;
  flex-shrink: 0;
  background-color: #002350;
  position: absolute;
  top: 10px;
  right: 20px;
}
.contact_caution .faq_ind::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 11px;
  width: 2px;
  height: 24px;
  background-color: #002350;
  transform: rotate(90deg);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.contact_caution.is-open .faq_ind::after {
  transform: rotate(0deg);
}

.cont-faq .jsc-acc-head {
  position: relative;
}
.cont-faq .jsc-acc-body {
  display: none;
}
.cont-faq .faq_ind {
  width: 24px;
  height: 2px;
  flex-shrink: 0;
  background-color: #002350;
  position: absolute;
  top: 50%;
  right: 3%;
}
.cont-faq .faq_ind::after {
  content: "";
  position: absolute;
  top: -11px;
  left: 11px;
  width: 2px;
  height: 24px;
  background-color: #002350;
  transform: rotate(0deg);
  opacity: 1;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.cont-faq.is-open .faq_ind::after {
  transform: rotate(90deg);
}

.support_faq .faq_content {
  background-color: #FFF;
  padding: 40px 5%;
  margin-bottom: 20px;
}
.support_faq .faq_content .faq_q {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #002350;
  cursor: pointer;
}
.support_faq .faq_content .faq_a {
  display: none;
}
.support_faq .faq_content .faq_a_wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  padding-top: 10px;
}
.support_faq .faq_content .faq_a_wrap .faq_a_img {
  display: block;
}
@media screen and (min-width: 1025px) {
  .support_faq .faq_content .faq_a_wrap .faq_a_img {
    width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .support_faq .faq_content .faq_a_wrap .faq_a_img {
    width: 100%;
    max-width: 400px;
  }
}
.support_faq .faq_content .faq_head {
  width: 1em;
  font-weight: 700;
  font-size: 28px;
  flex-shrink: 0;
}
.support_faq .faq_content .faq_txt {
  flex-grow: 1;
}
.support_faq .faq_content .faq_ind {
  width: 24px;
  height: 2px;
  flex-shrink: 0;
  background-color: #002350;
  position: relative;
}
.support_faq .faq_content .faq_ind::after {
  width: 2px;
  height: 24px;
  position: absolute;
  left: 11px;
  top: -11px;
  background-color: #002350;
  transition: transform ease 0.3s;
  content: "";
}
.support_faq .faq_content.is-open .faq_ind::after {
  transform: rotate(0deg);
}

.download_btns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
}
.download_btns .dl_btn {
  border: 1px solid #E0E0E0;
  text-align: center;
  padding: 30px 25px;
}
.download_btns .dl_btn h3 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 16px;
}
@media screen and (min-width: 1025px) {
  .download_btns {
    justify-content: space-between;
  }
  .download_btns .dl_btn {
    flex-basis: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .download_btns {
    justify-content: center;
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  .download_btns .dl_btn {
    flex-basis: 100%;
    max-width: 370px;
  }
}
@media (hover: hover) {
  .download_btns .dl_btn:hover {
    border-color: #002350;
  }
}

.download_rights {
  font-size: 12px;
  margin-top: 1em;
}

@media screen and (min-width: 1025px) {
  .news_archive {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .news_archive {
    margin-bottom: 50px;
  }
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  -moz-column-gap: 16px;
       column-gap: 16px;
}
.wp-pagenavi .page, .wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  font-family: "Inter", sans-serif;
  line-height: 2;
  padding: 0 0.5em;
  border: 1px solid #002350;
}
.wp-pagenavi .current {
  background-color: #002350;
  color: #FFF;
}

.news_single .post-thumbnail {
  width: 100%;
  aspect-ratio: 4/3;
  max-height: 600px;
  margin-bottom: 50px;
}
.news_single .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news_single .news_date {
  margin-bottom: 10px;
}
.news_single .news_title {
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .news_single .news_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_title {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .news_single .news_content {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content {
    margin-bottom: 50px;
  }
}
.news_single .news_content h2, .news_single .news_content h3, .news_single .news_content h4 {
  font-weight: 700;
  margin-bottom: 1em;
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h2 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h3 {
    font-size: 18px;
  }
}
@media screen and (min-width: 1025px) {
  .news_single .news_content h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .news_single .news_content h4 {
    font-size: 16px;
  }
}
.news_single .news_content p + h2, .news_single .news_content p + h3, .news_single .news_content p + h4,
.news_single .news_content ul + h2, .news_single .news_content ul + h3, .news_single .news_content ul + h4,
.news_single .news_content div + h2, .news_single .news_content div + h3, .news_single .news_content div + h4 {
  margin-top: 2em;
}

.post_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.post_nav .post_nav_link {
  min-width: 4em;
}
.post_nav .post_nav_link a {
  display: inline-block;
  width: 100%;
  position: relative;
}
.post_nav .post_nav_link a::before, .post_nav .post_nav_link a::after {
  display: block;
  height: 1px;
  background-color: #002350;
  position: absolute;
  bottom: 0;
  content: "";
}
.post_nav .post_nav_link a::before {
  width: 100%;
  left: 0;
}
.post_nav .post_nav_link a::after {
  width: 10px;
}
.post_nav .post_nav_link.nav_prev {
  text-align: right;
}
.post_nav .post_nav_link.nav_prev a::after {
  left: 0;
  transform: rotate(-30deg);
  transform-origin: left;
}
.post_nav .post_nav_link.nav_next a::after {
  right: 0;
  transform: rotate(30deg);
  transform-origin: right;
}

.privacy_policy .privacy_h2 {
  font-weight: 700;
  margin-bottom: 1em;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.2;
}
.privacy_policy .privacy_h2::before {
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background-color: #002350;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0.1em;
  content: "";
}
@media screen and (min-width: 1025px) {
  .privacy_policy .privacy_h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .privacy_h2 {
    font-size: 20px;
  }
}
.privacy_policy .privacy_text {
  line-height: 1.77;
  padding-left: 1em;
}
@media screen and (min-width: 1025px) {
  .privacy_policy .privacy_text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .privacy_text {
    font-size: 16px;
  }
}
.privacy_policy .privacy_text + .privacy_h2 {
  margin-top: 2em;
}
@media screen and (min-width: 1025px) {
  .privacy_policy .privacy_btn {
    margin: 80px auto;
  }
}
@media screen and (max-width: 1024px) {
  .privacy_policy .privacy_btn {
    margin: 50px auto;
  }
}

.e404_txt {
  text-align: center;
}

.e404_btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1025px) {
  .e404_btn {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .e404_btn {
    margin-top: 50px;
  }
}

.page_em {
  font-weight: 700;
  text-decoration: underline;
}

.vendor_flex {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}
@media screen and (max-width: 1024px) {
  .vendor_flex {
    flex-direction: column;
    gap: 20px;
  }
}
.vendor_flex figure {
  flex-basis: 30%;
}
@media screen and (max-width: 1024px) {
  .vendor_flex figure {
    flex-basis: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .vendor_flex .page_support_lead {
    flex-basis: 100%;
  }
}

.vendor_catalog {
  display: flex;
  padding: 0 !important;
  align-items: center;
  justify-content: space-between;
}
.vendor_catalog_text {
  flex-basis: 70%;
  padding: 30px 10px;
}
.vendor_catalog_img {
  flex-basis: 30%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vendor_catalog_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}/*# sourceMappingURL=style.css.map */