@charset "UTF-8";
/*--------------------------------------------------------------
Foundation
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, b, em, i, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, mark,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, details,
table, caption, tbody, tfoot, thead, tr, th, td, figure, figcaption,
button, input, textarea, select, i {
  border: 0;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size: 10px;
  scroll-behavior: smooth;
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  html {
    font-size: calc(100vw * 10 / 1300);
  }
}

@media screen and (max-width: 461px) {
  html {
    font-size: calc(100vw * 10 / 461);
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 1.6rem;
  line-height: 1.6;
  background: #fff;
  color: #000;
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: "Noto Sans JP", sans-serif;
}

ul, li {
  list-style: none;
}

table {
  border-collapse: collapse;
  width: 100%;
}

a:hover,
a:active,
a:focus {
  outline: 0;
}

a {
  backface-visibility: hidden;
  transition: .2s ease-in;
  transition-property: opacity, color, border, background, transform, box-shadow;
  opacity: 1;
  line-height: inherit;
}

img {
  vertical-align: middle;
}

img,
input[type="image"] {
  border: 0;
  height: auto;
  max-width: 100%;
}

input[type="submit"], input[type="button"], button {
  cursor: pointer;
  -webkit-appearance: none;
  border-radius: 0;
  font-size: inherit;
  letter-spacing: inherit;
  background: none;
}

strong {
  font-weight: bold;
}

a {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover,
  input[type="image"]:hover {
    opacity: 0.7;
  }
}

main {
  overflow: hidden;
}

.m_ft {
  font-family: "Zen Old Mincho", serif;
}

.ft_e {
  font-family: "Lexend Deca", sans-serif;
}

/*--------------------------------------------------------------
Component
--------------------------------------------------------------*/
.evt {
  visibility: hidden;
}

.evt.done {
  visibility: visible;
}

.c_anchor {
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: -8.6rem;
}

@media screen and (min-width: 768px) {
  body:has(#header.rec) .c_anchor {
    margin-top: -12rem;
  }
}

@media screen and (max-width: 767px) {
  .c_anchor {
    margin-top: -8.6rem;
  }
}

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

.c_btn a {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font-weight: 500;
  background: #1253E4 url(../img/arw-z01.svg) no-repeat calc(100% - 3rem) center/2.9rem;
  border-radius: 3em;
  color: #fff;
  width: 32rem;
  height: 7.2rem;
  max-width: 100%;
  position: relative;
  padding-left: 3.4rem;
}

@media screen and (max-width: 767px) {
  .c_btn a {
    width: 35rem;
    max-width: 100%;
  }
}

.c_btn a.w {
  background-color: #fff;
  background-image: url(../img/arw-z02.svg);
  color: #000;
}

.c_btn a.w:before {
  background: #ccc;
}

.c_btn a:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 3.6rem;
  background: #fff;
  opacity: .5;
  width: 1px;
  right: 7.5rem;
}

.c_back {
  text-align: center;
}

.c_back a {
  display: inline-flex;
  align-items: center;
  background: url(../img/arw-l02.svg) no-repeat left center/contain;
  height: 6rem;
  padding-left: 8rem;
  font-weight: 500;
}

.c_lead {
  line-height: 2;
}

.c_sub {
  font-size: 7rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #1253E4;
  position: relative;
  padding-left: 1.2rem;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .c_sub {
    font-size: 6.15rem;
    margin-bottom: .25em;
  }
}

.c_sub:before {
  content: '';
  background: #FF7E00;
  position: absolute;
  top: -2rem;
  left: -1.8rem;
  width: 2.4rem;
  height: 2rem;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}

.c_ttl {
  font-weight: bold;
  font-size: 1.8rem;
  padding-left: 1.2rem;
}

.c_bg {
  padding: 10rem 0 14rem;
  position: relative;
  z-index: 0;
}

.c_bg.b {
  padding-bottom: 10rem;
}

.c_bg:before {
  content: '';
  position: absolute;
  left: 50%;
  translate: -50% 0;
  background: #F6F6F8;
  width: 100vw;
  height: 100%;
  top: 0;
  z-index: -2;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.u_wrap {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .u_inner {
    width: 120rem;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .u_inner {
    margin: 0 2rem;
  }
}

.u_switch_img {
  opacity: 1;
}

.u_relative {
  position: relative;
}

@media screen and (min-width: 768px) {
  .is_sp {
    display: none;
  }
  .is_tel {
    pointer-events: none;
    cursor: default;
  }
  .is_tel:hover {
    opacity: 1;
  }
}

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

/*--------------------------------------------------------------
Layout/PageBase
--------------------------------------------------------------*/
:where(#header, #footer) a {
  display: block;
}

#header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 66;
  height: 8.6rem;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: solid 1px #ddd;
}

@media screen and (min-width: 768px) {
  #header {
    padding: 0 3.5rem 0 4rem;
  }
}

@media screen and (max-width: 767px) {
  #header {
    height: 8.6rem;
    padding: 0 1.722rem;
  }
}

.h_logo img {
  display: block;
  width: 30.7rem;
}

@media screen and (max-width: 767px) {
  .h_logo img {
    width: 24.969rem;
  }
}

.h_logo span {
  display: block;
  font-size: 1.2rem;
  letter-spacing: .14em;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .h_nav {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    font-size: 1.5rem;
    font-weight: bold;
    gap: 1rem 2em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  .h_nav {
    gap: .5rem 2rem;
  }
}

@media screen and (max-width: 767px) {
  .h_nav {
    font-weight: 600;
    margin-bottom: 5rem;
    color: #fff;
    padding: 0 2.3rem;
  }
  .h_nav li {
    border-bottom: solid 2px rgba(255, 255, 255, 0.15);
  }
  .h_nav a {
    padding: 1.8em 1.4em;
    background: url(../img/arw-r01.svg) no-repeat right center/1.23em;
  }
}

.h_btn {
  display: flex;
  gap: 2rem;
  white-space: nowrap;
}

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

@media screen and (max-width: 1680px) {
  .h_btn {
    gap: 1rem;
  }
}

.h_btn a {
  background: #1253E4;
  height: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .5em;
  border-radius: 3em;
  font-weight: bold;
  padding: 0 1.5em;
  border: solid 1px #1253E4;
  color: #fff;
}

.h_btn img {
  width: 1.8rem;
}

.h_btn .doc {
  background: #fff;
  color: #1253E4;
}

.h_btn .doc img {
  width: 1.4rem;
}

@media screen and (min-width: 768px) {
  #toggle_menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1680px) {
  #toggle_menu {
    gap: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .h_menu {
    top: 2.6rem;
    width: 3.321rem;
    aspect-ratio: 1 / 1;
    cursor: pointer;
  }
  .h_menu .icon {
    position: relative;
    display: block;
    left: calc(50% - 1.6605rem);
    top: calc(50% - 1px);
  }
  .h_menu .icon:before, .h_menu .icon:after {
    width: 3.321rem;
    height: 2px;
    background-color: #1253E4;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transition-property: background-color, top;
  }
  .h_menu .icon:before, .h_menu .icon:after {
    content: '';
    position: absolute;
    top: -0.492rem;
    left: 0;
  }
  .h_menu .icon:after {
    top: 0.492rem;
  }
  body.open .h_menu .icon:before, body.open .h_menu .icon:after {
    top: 0;
  }
  body.open .h_menu .icon:before {
    transform: rotate(45deg);
  }
  body.open .h_menu .icon:after {
    transform: rotate(-45deg);
  }
  #toggle_menu {
    position: fixed;
    overflow-y: auto;
    height: calc(100% - 8.6rem);
    top: 8.6rem;
    left: 0;
    width: 100%;
    background: #1253E4;
    padding: 4rem 2rem 4rem;
  }
  #header.rec #toggle_menu {
    padding-top: 2rem;
  }
  .h_lang {
    position: absolute;
    top: 3rem;
    right: 4rem;
  }
  body.open {
    overflow-y: hidden;
  }
  body.open #toggle_menu {
    display: block;
    animation: itemFadeIn 1s;
  }
  body:not(.open) #toggle_menu {
    display: none;
    animation: itemFadeOut .8s;
  }
}

@keyframes itemFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes itemFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

@media screen and (max-width: 767px) {
  .c_contact .box {
    position: relative;
    background: #003EC8;
    padding: 8rem 2.5rem 3.7rem;
  }
  .c_contact .box + .box {
    margin-top: 3rem;
  }
}

.c_contact .ttl {
  color: #fff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 767px) {
  .c_contact .ttl {
    background: #FF7E00;
    clip-path: polygon(0 0, 100% 0, calc(100% - 2.7rem) 100%, 0% 100%);
    height: 5.2rem;
    display: flex;
    align-items: center;
    padding-left: 3rem;
    width: 25rem;
  }
}

.c_contact .sub {
  display: flex;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  font-weight: 500;
  color: #fff;
  margin-bottom: 1.7rem;
}

.c_contact .sub em {
  font-weight: bold;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .c_contact .sub em {
    font-size: 2.5rem;
    margin-top: .3em;
  }
}

.c_contact li {
  margin-top: 2.6rem;
}

.c_contact a {
  border-radius: 3em;
  display: block;
  background: #fff;
  border: solid 1px #1253E4;
  text-align: center;
  gap: .6em;
  height: 6rem;
  color: #1253E4;
}

@media screen and (max-width: 767px) {
  .c_contact a {
    height: 8.6rem;
  }
}

.c_contact a small {
  display: block;
  font-size: 1.2rem;
  padding-top: .5em;
  color: #000;
}

@media screen and (max-width: 767px) {
  .c_contact a small {
    font-size: 1.45rem;
    padding-top: .9em;
  }
}

.c_contact a em {
  display: inline-block;
  font-size: 1.8rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  background: url(../img/ico-tel02.svg) no-repeat left center/1.2rem;
  padding-left: .9em;
  color: #1253E4;
}

@media screen and (max-width: 767px) {
  .c_contact a em {
    font-size: 3.2rem;
    line-height: 1.2;
  }
}

.c_contact a:has(img) {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .c_contact a:not(:has(img)) {
    border: none;
  }
}

.c_contact .mail img {
  width: 1.25em;
}

.c_contact .doc img {
  width: 1em;
}

@media screen and (min-width: 768px) {
  .fixed_side {
    position: fixed;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    height: 28rem;
    width: 28rem;
    background: #fff;
    border-radius: 3rem 0 0 3rem;
    overflow: hidden;
    padding-left: 7.6rem;
    padding-right: 1.4rem;
    padding-top: 3rem;
    box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(15px);
    transform: translateX(21.8rem);
    transition: transform .3s;
  }
  .fixed_side li {
    margin-top: 1rem;
  }
  .fixed_side .sub {
    flex-direction: column-reverse;
    color: #000;
    font-size: 1.4rem;
  }
  .fixed_side .sub small {
    font-size: 1.2rem;
    display: block;
    line-height: 1.3;
  }
  .fixed_side .sub em {
    color: #F87B00;
  }
  .fixed_side.open {
    transform: none;
  }
  .fixed_side.open .ttl:after {
    transform: none;
  }
  .fixed_side .ttl {
    background: #FF7E00 url(../img/ico-tel01.svg) no-repeat center 2.8rem/1.6rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.5rem;
    height: 100%;
    width: 6.2rem;
    display: flex;
    padding-top: 5rem;
    align-items: center;
    cursor: pointer;
  }
  .fixed_side .ttl:after {
    content: '';
    position: absolute;
    background: url(../img/arw-l01.svg) no-repeat 50%/contain;
    transform: rotate(180deg);
    width: 100%;
    height: 1.4rem;
    bottom: 3rem;
    left: 0;
    z-index: 1;
    transition: transform .3s;
  }
}

.f_contact {
  background: url(../img/f-contact-bg.webp) no-repeat 50%/cover;
  padding: 14.5rem 0 11.5rem;
}

@media screen and (max-width: 767px) {
  .f_contact {
    padding: 11rem 0 9.8rem;
    background-image: url(../img/f-contact-bg-sp.webp);
  }
}

.f_contact .c_sub {
  color: #fff;
}

.f_contact .mail {
  background: #1253E4;
  color: #fff;
}

.f_contact .head {
  display: flex;
  align-items: center;
  gap: 6rem 14rem;
  color: #fff;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .f_contact .head {
    align-items: flex-start;
    flex-direction: column;
  }
}

.f_contact .box {
  background: rgba(255, 255, 255, 0.2);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(30px);
}

@media screen and (min-width: 768px) {
  .f_contact ul {
    margin-top: 3.3rem;
  }
  .f_contact .c_contact {
    display: flex;
    gap: 6rem;
    border-radius: .2rem;
  }
  .f_contact .c_contact a {
    height: 9rem;
  }
  .f_contact .c_contact a small {
    font-size: 1.4rem;
    font-weight: 400;
    padding-top: 1.2em;
  }
  .f_contact .c_contact a em {
    font-size: 2.8rem;
    background-size: 2rem;
    line-height: 1.2;
  }
  .f_contact .c_contact a:not(:has(img)) {
    border: none;
  }
  .f_contact .box {
    flex: 1;
    padding: 9rem 10.5rem 7rem;
  }
  .f_contact .ttl {
    background: #FF7E00;
    font-size: 2rem;
    clip-path: polygon(0 0, 100% 0, calc(100% - 3rem) 100%, 0% 100%);
    height: 5.8rem;
    display: flex;
    align-items: center;
    padding-left: 3rem;
    width: 29.4rem;
  }
  .f_contact .sub {
    margin: 0 -5rem;
  }
  .f_contact .sub em {
    font-size: 3rem;
    margin-top: .4em;
  }
}

#footer {
  padding: 13rem 0 9.5rem;
}

@media screen and (max-width: 767px) {
  #footer {
    padding: 9.225rem 0 4.92rem;
  }
}

#footer:before {
  top: -2.8rem;
  right: calc(50% - 21.2rem);
}

@media screen and (max-width: 767px) {
  #footer:before {
    right: 8.61rem;
    top: -2.46rem;
  }
}

.f_logo {
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .f_logo {
    margin-bottom: 2.5rem;
    text-align: center;
  }
}

.f_logo img {
  width: 40rem;
}

@media screen and (max-width: 767px) {
  .f_logo img {
    width: 27.675rem;
  }
}

@media screen and (max-width: 767px) {
  .f_nav {
    border-top: solid 1px #ddd;
    padding-top: 3rem;
    margin-top: 3rem;
  }
}

.f_nav p {
  color: #1253E4;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
  margin-bottom: 2.6rem;
}

.f_nav .row {
  display: flex;
  justify-content: space-between;
  gap: 8rem;
}

@media screen and (max-width: 767px) {
  .f_nav .row {
    justify-content: flex-start;
  }
}

.f_nav ul {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}

.f_row.b {
  border-top: solid 1px #ddd;
  padding-top: 5rem;
  margin-top: 7rem;
}

@media screen and (max-width: 767px) {
  .f_row.b {
    flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .f_row {
    display: flex;
    justify-content: space-between;
  }
}

.f_info {
  font-size: 1.5rem;
  line-height: 2;
}

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

.f_info a {
  display: inline-block;
}

.f_link {
  display: flex;
  font-size: 1.3rem;
  gap: 3.8rem;
  color: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  .f_link {
    justify-content: center;
    margin-bottom: 3.69rem;
  }
}

.f_copy {
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem;
  font-weight: 300;
}

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

/*--------------------------------------------------------------
Project
--------------------------------------------------------------*/
.top_bg {
  background: #F6F6F8;
  position: relative;
}

@media screen and (min-width: 768px) {
  .top_main {
    padding-top: 8.6rem;
    height: 108rem;
  }
}

@media screen and (max-width: 767px) {
  .top_main {
    margin-top: 8.6rem;
  }
}

.top_main .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_main .slide {
  margin-left: 2rem;
  width: calc(100% + 12vw);
}

@media screen and (min-width: 768px) {
  .top_main .slide {
    width: 117.7rem;
    margin-left: calc(50% - 18rem);
  }
}

.top_main .slide img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .top_main dl {
    margin-left: 4.5rem;
    margin-top: -3.5rem;
  }
}

.top_main dt {
  font-size: 6.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 9.2rem;
}

@media screen and (max-width: 767px) {
  .top_main dt {
    line-height: 1.4;
    font-size: 5rem;
    margin-bottom: 2rem;
  }
}

.top_main dt small {
  display: block;
  color: #1253E4;
  font-size: 2rem;
  font-family: "Lexend Deca", sans-serif;
  letter-spacing: 0;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .top_main dt small {
    margin-top: .6em;
  }
}

.top_main dd {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .top_main dl {
    position: absolute;
    left: calc(50% - 72.7rem);
    top: 28.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1550px) {
  .top_main dl {
    left: 4rem;
  }
}

.top_news .box {
  border-radius: .2rem;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(1.5rem);
  padding: 2.5rem 4.7rem;
}

@media screen and (min-width: 768px) {
  .top_news .box {
    display: flex;
    padding: 3.5rem 28rem 3.5rem 0;
  }
}

@media screen and (min-width: 768px) {
  .top_news {
    position: absolute;
    z-index: 2;
    bottom: 6rem;
    right: 0;
    width: calc(100% - 11rem);
  }
}

@media screen and (max-width: 767px) {
  .top_news {
    margin-left: 3.3rem;
    margin-top: 3.7rem;
  }
}

.top_news .ttl {
  font-family: "Lexend Deca", sans-serif;
  color: #1253E4;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .top_news .ttl {
    width: 20rem;
    text-align: center;
  }
}

.top_news li {
  border-right: solid 1px #ddd;
}

.top_news li a {
  display: flex;
  padding: 0 4rem;
}

@media screen and (max-width: 767px) {
  .top_news li a {
    flex-direction: column;
    padding: 0 2.4rem 0 0;
  }
}

@media screen and (min-width: 768px) {
  .top_news li time {
    width: 11rem;
  }
  .top_news li p {
    width: calc(100% - 11rem);
  }
}

.top_news li time {
  color: rgba(0, 0, 0, 0.4);
  font-family: "Lexend Deca", sans-serif;
}

.top_news .swiper-slide {
  width: 40.5rem;
  height: auto;
}

@media screen and (max-width: 767px) {
  .top_news .swiper-slide {
    width: 26rem;
    margin-right: 2.4rem;
  }
}

.top_news .slide {
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .top_news .slide {
    width: calc(100% - 20rem);
  }
}

.top_news .ctrl {
  display: flex;
  gap: 2.6rem;
  align-items: center;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .top_news .ctrl {
    margin-top: 1.7rem;
    margin-right: 3.3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_news .ctrl {
    width: 45.7rem;
    padding: 4rem 5rem;
    justify-content: flex-end;
    position: absolute;
    z-index: 2;
    right: 0;
    top: 0;
  }
}

.top_news .link a {
  background: url(../img/arw-r02.svg) no-repeat right center/1.25em;
  padding-right: 2.5em;
  text-decoration: underline;
  text-underline-offset: .1em;
}

.top_news .btn {
  display: flex;
  gap: .8rem;
}

@media screen and (max-width: 767px) {
  .top_news .btn {
    gap: 1.5rem;
  }
}

.top_news .btn i {
  cursor: pointer;
  width: 4.2rem;
  height: 4.2rem;
  background: url(../img/btn-prev01.svg) no-repeat 50%/contain;
}

.top_news .btn .next {
  background-image: url(../img/btn-next01.svg);
}

.bg_logo {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.bg_logo.w {
  background: #F6F6F8;
}

.bg_logo.w:before {
  background-image: url(../img/bg-logo-mark02.svg);
}

.bg_logo:before {
  content: '';
  position: absolute;
  background: url(../img/bg-logo-mark01.svg) no-repeat 50%/contain;
  width: 115.1rem;
  height: 97rem;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .bg_logo:before {
    width: 59.8rem;
    height: 50.3rem;
  }
}

.top_about {
  background: #F6F6F8;
  padding: 11rem 0 19.6rem;
}

@media screen and (max-width: 767px) {
  .top_about {
    padding: 14rem 0 11rem;
  }
}

.top_about:before {
  background-image: url(../img/sec-about-bg.svg);
  right: calc(50% + 13rem);
  top: 12.6rem;
}

@media screen and (max-width: 767px) {
  .top_about:before {
    right: 5.8rem;
    top: 9rem;
  }
}

.top_about .catch {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .top_about .catch {
    font-size: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_about .desc {
    width: 62.3rem;
  }
}

.top_about .desc p {
  line-height: 2;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .top_about .c_btn {
    margin-top: 4.5rem;
  }
}

.top_about .row {
  display: flex;
  justify-content: space-between;
  margin: 8.8rem 0 12.5rem;
}

@media screen and (max-width: 767px) {
  .top_about .row {
    margin: 5.5rem 0 14rem;
    flex-direction: column;
    gap: 4rem;
  }
}

.top_about .txt_slider {
  margin-top: -20rem;
}

@media screen and (max-width: 767px) {
  .top_about .txt_slider {
    margin-top: -13.5rem;
  }
}

.txt_slider {
  display: flex;
  overflow: hidden;
  position: absolute;
  z-index: -1;
  width: 100%;
}

.txt_slider p {
  animation: scroll-left 70s infinite linear .5s both;
  white-space: nowrap;
  font-family: "Lexend Deca", sans-serif;
  color: #fff;
  font-size: 20rem;
  font-weight: 600;
  font-weight: bold;
  padding-right: 4rem;
}

@media screen and (max-width: 767px) {
  .txt_slider p {
    font-size: 12.3rem;
  }
}

.img_slider {
  display: flex;
  overflow: hidden;
}

.img_slider ul {
  animation: scroll-left 80s infinite linear .5s both;
  display: flex;
  gap: 6rem;
  padding-right: 6rem;
  height: 46.8rem;
}

@media screen and (max-width: 767px) {
  .img_slider ul {
    gap: 2.952rem;
    padding-right: 2.952rem;
    height: 22.632rem;
  }
}

.img_slider li {
  display: flex;
  align-items: center;
}

.img_slider li.btm {
  align-items: flex-end;
}

.img_slider li.top {
  align-items: flex-start;
}

.img_slider img {
  max-width: none;
  width: auto;
}

.img_slider img[height="380"] {
  height: 38rem;
}

@media screen and (max-width: 767px) {
  .img_slider img[height="380"] {
    height: 18.45rem;
  }
}

.img_slider img[height="350"] {
  height: 35rem;
}

@media screen and (max-width: 767px) {
  .img_slider img[height="350"] {
    height: 16.974rem;
  }
}

@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.top_search {
  padding: 14rem 0 18rem;
}

@media screen and (max-width: 767px) {
  .top_search {
    padding: 12rem 0;
  }
}

.top_search .c_search {
  margin-top: 8rem;
}

.top_search:before {
  left: calc(50% - 2rem);
  top: -4.2rem;
}

.c_search .ttl {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 2em;
  line-height: 1;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .c_search .ttl {
    font-size: 2.214rem;
  }
}

.c_search .ttl:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.153em;
  height: 2px;
  background: #FF7E00;
  left: 0;
}

.c_search form {
  background: #E7EEFC;
  padding: 4rem 4.5rem;
  display: flex;
  gap: 1.6rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .c_search form {
    margin-bottom: 4.92rem;
    padding: 2.46rem;
    position: relative;
  }
}

.c_search form input[type="text"] {
  background: #fff;
  border-radius: 3em;
  height: 6.6rem;
  padding: 0 5rem;
  width: calc(100% - 19rem);
}

@media screen and (max-width: 767px) {
  .c_search form input[type="text"] {
    width: 100%;
    padding: 0 7.5rem 0 3rem;
  }
}

.c_search form input[type="text"]::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.c_search form input[type="submit"] {
  background: #1253E4 url(../img/ico-search01.svg) no-repeat calc(50% - 1.5em)/1.5625em;
  height: 6.6rem;
  width: 17.4rem;
  border-radius: 3em;
  color: #fff;
  padding-left: 2em;
}

@media screen and (max-width: 767px) {
  .c_search form input[type="submit"] {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 3.5rem;
    border-radius: 50%;
    color: transparent;
    width: 5rem;
    height: 5rem;
    padding: 0;
    background-position: center;
    background-size: 2.214rem;
  }
}

.c_search ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3.2rem 2.1rem;
  border-top: solid 1px #ccc;
  padding: 4rem 0;
}

@media screen and (max-width: 767px) {
  .c_search ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.23rem;
  }
}

.c_search li a {
  background: #F6F6F8;
  border-radius: .2rem;
  text-align: center;
  display: block;
  height: 24rem;
  padding: 2.5rem .5em 0;
  position: relative;
}

.c_search li a:before {
  content: '';
  position: absolute;
  background: url(../img/arw-r01.svg) no-repeat 50%/contain;
  width: 2rem;
  height: 1.8rem;
  right: 1.6rem;
  bottom: 1.6rem;
}

.c_search li p {
  line-height: 1.4;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.8em;
  margin-top: .8rem;
}

@media screen and (min-width: 768px) {
  .c_search li p {
    font-size: 1.8rem;
  }
}

.c_search li img {
  width: 15.1rem;
}

.c_search dl {
  position: relative;
  z-index: 0;
  margin-top: 4rem;
  padding: 0 3rem;
}

@media screen and (max-width: 767px) {
  .c_search dl {
    margin-top: 6.765rem;
    padding: 0 2.46rem;
  }
}

.c_search dl:before {
  content: '';
  inset: 0;
  position: absolute;
  background: #1253E4;
  opacity: 0.25;
  filter: blur(2.5rem);
  z-index: -2;
}

.c_search dl:after {
  content: '';
  inset: 0;
  position: absolute;
  background: #fff;
  z-index: -1;
  border-radius: .2rem;
}

.c_search dt {
  cursor: pointer;
  background: url(../img/btn-open01.svg) no-repeat right center/5rem;
  padding: 2rem 0;
  display: flex;
  align-items: center;
  gap: 3rem;
  font-size: 2.2rem;
  font-weight: bold;
  transition: background .3s;
}

@media screen and (max-width: 767px) {
  .c_search dt {
    font-size: 1.968rem;
    gap: 2rem;
    padding: 2.46rem 0;
  }
}

.c_search dt img {
  width: 7rem;
}

.c_search dt.open {
  background-image: url(../img/btn-close01.svg);
}

.c_search dd {
  height: 0;
  overflow: hidden;
  transition: height .4s;
}

.top_prd {
  padding-bottom: 14.5rem;
}

@media screen and (max-width: 767px) {
  .top_prd {
    padding-bottom: 12.3rem;
  }
}

.top_prd:before {
  right: calc(50% + 9rem);
  bottom: -24rem;
}

@media screen and (max-width: 767px) {
  .top_prd:before {
    right: 6.15rem;
    bottom: -15.99rem;
  }
}

.top_prd li {
  width: 54rem;
  background: #1253E4;
  border-radius: .2rem;
  margin-right: 4rem;
  padding: 2rem 2.5rem 5rem;
  height: auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_prd li {
    width: 36.9rem;
    margin: 0 1.5rem;
  }
}

.top_prd li img {
  aspect-ratio: 490 / 400;
  width: 100%;
  object-fit: cover;
}

.top_prd .slide {
  margin-top: 7rem;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .top_prd .slide {
    margin-top: 6rem;
  }
}

@media screen and (min-width: 768px) {
  .top_prd .slide {
    margin-left: calc(50% - 60rem);
    padding-bottom: 10.5rem;
  }
}

.top_prd .c_btn {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 5rem;
  left: 0;
}

@media screen and (max-width: 767px) {
  .top_prd .c_btn a {
    width: 30rem;
  }
}

.top_prd dl {
  color: #fff;
  padding: 3rem 1rem 11rem;
}

.top_prd dt {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .05em;
  margin-bottom: .4em;
}

@media screen and (max-width: 767px) {
  .top_prd dt {
    font-size: 2.214rem;
  }
}

.top_prd dd {
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .top_prd dd {
    font-size: 1.8rem;
  }
}

.top_prd .row {
  display: flex;
  justify-content: space-between;
  margin-top: -5rem;
}

@media screen and (max-width: 767px) {
  .top_prd .row {
    flex-direction: column;
    margin-top: 4.92rem;
    gap: 6rem;
  }
}

.top_prd .btn2 a {
  display: flex;
  align-items: center;
  gap: 1em;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .top_prd .btn2 a {
    justify-content: center;
  }
}

.top_prd .btn2 a:after {
  content: '';
  background: #FF7E00 url(../img/arw-z01.svg) no-repeat 50%/2.5rem;
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .top_prd .btn2 a:after {
    width: 7.626rem;
    height: 7.626rem;
    background-size: 2.091rem;
  }
}

.top_prd .pager {
  display: flex;
}

@media screen and (min-width: 768px) {
  .top_prd .pager {
    margin-top: 2rem;
    width: 37rem;
    margin-left: 9rem;
  }
}

.top_prd .swiper-pagination-bullet {
  height: 2px;
  flex: 1;
  cursor: pointer;
  background: #ddd;
}

.top_prd .swiper-pagination-bullet-active {
  background: #FF7E00;
}

.top_prd .btn i {
  position: absolute;
  cursor: pointer;
  z-index: 2;
  width: 6rem;
  height: 6rem;
  background: url(../img/btn-prev02.svg) no-repeat 50%/contain;
}

@media screen and (max-width: 767px) {
  .top_prd .btn i {
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}

@media screen and (min-width: 768px) {
  .top_prd .btn i {
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .top_prd .btn .prev {
    left: 1.23rem;
  }
}

.top_prd .btn .next {
  background-image: url(../img/btn-next02.svg);
}

@media screen and (min-width: 768px) {
  .top_prd .btn .next {
    left: 48rem;
  }
}

@media screen and (max-width: 767px) {
  .top_prd .btn .next {
    right: 1.23rem;
  }
}

.case_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4rem;
}

@media screen and (max-width: 767px) {
  .case_list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4.92rem;
    width: 36.9rem;
    margin: 0 auto;
  }
}

.case_list img {
  aspect-ratio: 370 / 240;
  width: 100%;
  object-fit: cover;
}

.case_list a {
  display: block;
  position: relative;
  background: #fff;
  border-radius: 2px;
  padding: 0 3.5rem 2rem;
  height: 100%;
}

.case_list a:after {
  content: '';
  position: absolute;
  background: #FF7E00 url(../img/arw-z01.svg) no-repeat 50%/2rem;
  border-radius: 50%;
  width: 5.6rem;
  height: 5.6rem;
  right: 2rem;
  bottom: 2rem;
}

.case_list a:hover {
  opacity: 1;
}

.case_list a:hover:before {
  opacity: .25;
}

.case_list a:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1253E4;
  opacity: 0;
  filter: blur(3rem);
  z-index: -1;
  transition: opacity .3s;
}

.case_list figure {
  margin: 0 -3.5rem 3rem;
}

.case_list p:not(:has(i)) {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.8;
  margin: .3em 0 1em;
}

.case_list p i {
  position: relative;
  padding-left: 1.2em;
}

.case_list p i:before {
  content: '';
  position: absolute;
  background: #FF7E00;
  width: .625em;
  height: .625em;
  border-radius: 50%;
  left: 0;
  top: .5em;
}

.case_list dl {
  display: flex;
  flex-wrap: wrap;
  gap: .71em .4em;
  font-size: 1.4rem;
}

.case_list dt {
  width: 5em;
  background: #E7EEFC;
  color: #1253E4;
  text-align: center;
  border-radius: 3em;
}

.case_list dd {
  width: calc(100% - 5.4em);
  padding-left: .6em;
}

.case_list time {
  display: block;
  font-family: "Lexend Deca", sans-serif;
  margin-top: 5rem;
  color: rgba(0, 0, 0, 0.4);
}

.top_case {
  padding: 15rem 0;
}

@media screen and (max-width: 767px) {
  .top_case {
    padding: 11.07rem 0;
  }
}

.top_case:before {
  left: calc(50% - 9rem);
  top: -21rem;
}

@media screen and (max-width: 767px) {
  .top_case:before {
    left: 0;
    top: 0;
  }
}

.top_case .head {
  display: flex;
  align-items: center;
  gap: 6rem 14rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .top_case .head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.top_case .c_btn {
  text-align: center;
  margin-top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .top_case .c_btn {
    margin-top: 5rem;
  }
}

.top_sdgs {
  position: relative;
  padding: 12rem 0 21rem;
}

@media screen and (max-width: 767px) {
  .top_sdgs {
    padding: 12.3rem 0 12.3rem;
  }
}

.top_sdgs .txt_slider {
  top: 56rem;
}

.top_sdgs .txt_slider p {
  color: #F6F6F8;
}

.top_sdgs .row {
  display: flex;
  justify-content: space-between;
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .top_sdgs .row {
    flex-direction: column;
    gap: 3.69rem;
    padding: 0 1.5rem;
  }
}

.top_sdgs .swiper-fade .swiper-slide {
  transition-property: opacity !important;
}

.top_sdgs .slide {
  width: 41rem;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_sdgs .slide {
    width: 27.552rem;
  }
}

.top_sdgs .dummy {
  opacity: 0;
}

.top_sdgs .back {
  position: absolute;
  inset: 0;
  animation: aLayer 6s ease-in-out infinite;
}

.top_sdgs .front {
  position: absolute;
  inset: 0;
  animation: bLayer 6s ease-in-out infinite;
}

.top_sdgs .catch {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .top_sdgs .catch {
    font-size: 2.952rem;
  }
}

.top_sdgs .catch i {
  letter-spacing: -.01em;
}

@media screen and (min-width: 768px) {
  .top_sdgs .catch {
    margin-top: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .top_sdgs .desc {
    width: 32rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: 6rem;
  }
}

.top_sdgs .c_btn {
  margin-top: 4.5rem;
}

/* 画像A のアニメーション */
@keyframes aLayer {
  /* 前面: まっすぐ */
  0%, 45% {
    z-index: 2;
    transform: rotate(0deg);
    opacity: 1;
  }
  /* 切り替え: フェードアウト → 背面へ */
  50% {
    z-index: 1;
    transform: rotate(-4.74deg);
    opacity: 0;
  }
  /* 背面: 斜め */
  55%, 95% {
    z-index: 1;
    transform: rotate(-4.74deg);
    opacity: 1;
  }
  100% {
    z-index: 2;
    transform: rotate(0deg);
    opacity: 1;
  }
}

/* 画像B のアニメーション (Aの逆位相) */
@keyframes bLayer {
  /* 背面: 斜め */
  0%, 45% {
    z-index: 1;
    transform: rotate(-4.74deg);
    opacity: 1;
  }
  /* 切り替え: 前面へ */
  50% {
    z-index: 2;
    transform: rotate(0deg);
    opacity: 1;
  }
  /* 前面: まっすぐ */
  55%, 95% {
    z-index: 2;
    transform: rotate(0deg);
    opacity: 1;
  }
  100% {
    z-index: 1;
    transform: rotate(-4.74deg);
    opacity: 1;
  }
}

.top_faq {
  margin-bottom: 21rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .top_faq {
    margin-bottom: 12.3rem;
  }
  .top_faq figure {
    width: 100%;
  }
  .top_faq figure img {
    width: 100%;
  }
}

.top_faq .head {
  display: flex;
  align-items: center;
  gap: 1rem 3rem;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .top_faq .head {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 1.4rem;
  }
}

.top_faq .ttl {
  font-size: 3.4rem;
  font-weight: bold;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .top_faq .ttl {
    font-size: 2.46rem;
  }
}

.top_faq .sub {
  color: #FF7E00;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
}

@media screen and (max-width: 767px) {
  .top_faq .sub {
    font-size: 1.353rem;
  }
}

.top_faq p {
  font-size: 1.8rem;
}

.top_faq a {
  display: flex;
  padding: 3.5rem;
  background: #1253E4;
  border-radius: .2rem;
  align-items: center;
  gap: 2rem 7.8rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top_faq a {
    flex-direction: column;
    align-items: stretch;
    padding: 2.46rem;
  }
}

.top_faq a:before {
  content: '';
  background: url(../img/arw-z01.svg) no-repeat 50%/2.5rem;
  width: 9.6rem;
  height: 9.6rem;
  right: 5.5rem;
  border: solid 1px #fff;
  border-radius: 50%;
}

@media screen and (min-width: 768px) {
  .top_faq a:before {
    position: absolute;
    top: 50%;
    translate: 0 -50%;
  }
}

@media screen and (max-width: 767px) {
  .top_faq a:before {
    position: absolute;
    width: 7.626rem;
    height: 7.626rem;
    background-size: 1.968rem;
    right: 2.46rem;
    bottom: 2.46rem;
  }
}

.low_header {
  margin-top: 8.6rem;
}

.low_header .u_inner {
  padding-top: 10.5rem;
  position: relative;
  height: 36rem;
}

@media screen and (max-width: 767px) {
  .low_header .u_inner {
    padding-top: 6rem;
    margin-top: 8.6rem;
    margin-bottom: 3rem;
    height: auto;
    padding-left: .8rem;
  }
}

@media screen and (min-width: 768px) {
  .low_header:has(.cat_ttl) .u_inner {
    height: auto;
  }
  .low_header:has(.cat_ttl) .low_path {
    position: static;
    margin: 11rem 0 3rem;
  }
}

.low_sub {
  font-size: 8.6rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  line-height: 1;
  color: #1253E4;
  position: relative;
  margin-bottom: .2em;
}

@media screen and (max-width: 767px) {
  .low_sub {
    font-size: 5.2rem;
  }
}

.low_sub:before {
  content: '';
  background: #FF7E00;
  position: absolute;
  top: 0;
  left: -2.7rem;
  width: 2.4rem;
  height: 2rem;
  clip-path: polygon(50% 0%, 100% 0%, 50% 100%, 0% 100%);
}

.cat_ttl {
  font-weight: bold;
  font-size: 6rem;
}

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

.low_path {
  display: flex;
  justify-content: flex-end;
  font-size: 1.4rem;
  white-space: nowrap;
  overflow-x: auto;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .low_path {
    margin-top: 5rem;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .low_path {
    position: absolute;
    right: 0;
    bottom: 3rem;
  }
}

.low_path a {
  text-decoration: underline;
  font-weight: normal;
}

.low_path li {
  font-weight: bold;
}

.low_path li + li {
  position: relative;
}

.low_path li + li:before {
  content: '';
  position: absolute;
  height: .9em;
  border-left: solid 1px #000;
  left: -1em;
  top: .4em;
  transform: rotate(30deg);
}

.pp_body h2, .case_sec h2, .post_body h2 {
  position: relative;
  font-size: 2.8rem;
  font-weight: bold;
  padding-left: 1.2em;
  line-height: 1;
  margin: 8rem 0 3.5rem;
}

@media screen and (max-width: 767px) {
  .pp_body h2, .case_sec h2, .post_body h2 {
    font-size: 2.214rem;
  }
}

.pp_body h2:before, .case_sec h2:before, .post_body h2:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 1em;
  width: .214em;
  background: #FF7E00;
  left: 0;
}

.case_sec {
  margin: 14rem 0 7rem;
}

.case_sec h2 {
  margin: 0 0 6.5rem;
}

.case_sec .c_btn {
  text-align: center;
  margin-top: 6.5rem;
}

.not_found {
  text-align: center;
}

.not_found .catch {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: .05em;
  margin-bottom: .8em;
  line-height: 1.5;
}

.not_found .c_btn {
  margin-top: 7rem;
}

.cat_feature li {
  position: relative;
  padding-left: 1.6em;
  line-height: 2;
}

.cat_feature li:before {
  content: '';
  position: absolute;
  left: .3em;
  width: .5em;
  height: .5em;
  background: #1253E4;
  border-radius: 50%;
  top: .8em;
}

.editor_body p {
  line-height: 2;
}

.editor_body ol {
  counter-reset: item;
  margin: 3rem 0;
}

.editor_body ol > li {
  counter-increment: item;
  padding-left: 1.8em;
  line-height: 2;
  position: relative;
}

.editor_body ol > li:before {
  content: counter(item) ".";
  font-family: "Lexend Deca", sans-serif;
  color: #1253E4;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.editor_body .c_btn {
  text-align: center;
}

.editor_body .preparation {
  background: #fff;
  border: solid 1px #1253E4;
  padding: 8.5rem 3rem;
  text-align: center;
}

.sitemap_list {
  border-top: solid 1px #ccc;
}

.sitemap_list a {
  text-decoration: underline;
  text-underline-offset: .15em;
  text-decoration-thickness: 1px;
}

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

.sitemap_list > li > a {
  font-size: 2.2rem;
  font-weight: bold;
  padding: 1.5em .5em;
  display: flex;
  align-items: center;
  gap: .8em;
}

.sitemap_list > li > a:after {
  content: '';
  background: url(../img/arw-sitemap.svg) no-repeat 50%/contain;
  width: 1.36em;
  height: 1.36em;
}

.sitemap_list > li:has(dl) {
  padding-bottom: 5rem;
}

.sitemap_list dl {
  background: #EEEEF2;
  border-radius: .2rem;
  padding: 4.5rem 5rem;
}

@media screen and (max-width: 767px) {
  .sitemap_list dl {
    padding: 3rem 3rem;
  }
}

.sitemap_list dl + dl {
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  .sitemap_list dl {
    display: flex;
  }
  .sitemap_list dl dt {
    width: 29rem;
  }
  .sitemap_list dl dd {
    width: calc(100% - 29rem);
  }
}

@media screen and (max-width: 767px) {
  .sitemap_list dt {
    margin-bottom: 2rem;
  }
}

.sitemap_list dt a {
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: .8em;
  background: url(../img/arw-sitemap02.svg) no-repeat left center/0.555em;
  padding-left: 1.2em;
}

.sitemap_list dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 3.5rem 5rem;
}

@media screen and (max-width: 767px) {
  .sitemap_list dd ul {
    gap: 1em 2em;
  }
}

.page_body h2 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: .05em;
}

@media screen and (max-width: 767px) {
  .page_body h2 {
    font-size: 4rem;
  }
}

.page_body .sub {
  font-family: "Lexend Deca", sans-serif;
  font-size: 2rem;
  color: #1253E4;
  font-weight: bold;
  margin-bottom: 7rem;
}

.page_body h3 {
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .05em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page_body h3 {
    font-size: 2.8rem;
  }
}

.page_body h4 {
  font-weight: bold;
  font-size: 2.4rem;
  letter-spacing: .05em;
  margin-bottom: 2em;
}

.page_body .sub_ttl {
  font-weight: bold;
  line-height: 1;
  border-left: solid 0.1875em #FF7E00;
  padding-left: 1em;
  margin-bottom: 1em;
}

.page_body .pdf {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  margin-top: .6em;
}

.page_body .pdf a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: .15em;
}

.page_body .pdf em {
  background: #FF7E00;
  color: #fff;
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem;
  padding: .3em .3em;
  text-decoration: none;
}

.page_body th, .page_body td {
  border: none;
}

.page_body th {
  background: #D0DDFA;
  width: 25rem;
}

@media screen and (max-width: 767px) {
  .page_body th {
    width: 6em;
  }
}

.page_body tr + tr th {
  border-top: solid 1px #fff;
}

.page_body tr + tr td {
  border-top: solid 1px #ddd;
}

.page_body table {
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.page_body th, .page_body td {
  padding: 1.5em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .page_body th, .page_body td {
    font-size: 1.4rem;
    padding: 1em .3em;
  }
}

.page_body td {
  background: #fff;
  border-right: solid 1px #ddd;
}

.iso_philo .row {
  display: flex;
}

@media screen and (max-width: 767px) {
  .iso_philo .row {
    flex-direction: column;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .iso_philo .row {
    justify-content: space-between;
  }
  .iso_philo .row figure {
    width: 50rem;
  }
  .iso_philo .row p {
    width: 60rem;
  }
}

.ico_policy {
  margin: 14rem 0;
}

.ico_policy li + li {
  border-top: solid 1px #ccc;
  padding-top: 4rem;
  margin-top: 4rem;
}

.ico_policy .sign {
  text-align: right;
  margin-top: 8rem;
}

.dl_list {
  font-weight: normal;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8rem 4.5rem;
}

@media screen and (max-width: 767px) {
  .dl_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem 1.5rem;
  }
}

.dl_list dl {
  padding: 3rem 0;
}

.dl_list dt {
  font-weight: 600;
  font-size: 2rem;
  margin-bottom: .8em;
}

.dl_list dd {
  line-height: 1.7;
  font-weight: 400;
}

.dl_list figure {
  text-align: center;
}

.dl_list figure img {
  aspect-ratio: 220 / 312;
  object-fit: contain;
}

.dl_list a {
  position: relative;
  border-radius: 2px;
  display: block;
  font-weight: bold;
  background: #fff;
  padding: 4rem 3.5rem 6rem;
}

@media screen and (max-width: 767px) {
  .dl_list a {
    padding: 3.5rem 2rem 6rem;
  }
}

.dl_list a:hover {
  opacity: 1;
}

.dl_list a:hover:before {
  opacity: .25;
}

.dl_list a:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1253E4;
  opacity: 0;
  filter: blur(3rem);
  z-index: -1;
  transition: opacity .3s;
}

.dl_list .btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6rem;
  background: #1253E4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: center;
  gap: .8em;
  font-weight: 400;
}

.dl_list .btn:after {
  content: 'PDF';
  background: #FF7E00;
  color: #fff;
  line-height: 1;
  font-family: "Lexend Deca", sans-serif;
  font-size: 1rem;
  padding: .3em .3em;
}

@media screen and (min-width: 768px) {
  .about_body th {
    width: 20rem;
    vertical-align: middle;
  }
  .about_body td {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .about_body th, .about_body td {
    width: 100%;
    float: left;
  }
  .about_body th {
    padding: .5em 0;
  }
  .about_body td {
    padding: 1em 2.5rem;
  }
}

.about_body .row {
  display: flex;
  gap: 1.8rem;
}

@media screen and (max-width: 767px) {
  .about_body .row {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .about_body .row {
    width: 53.8rem;
  }
}

.about_body .row > * {
  flex: 1;
}

.about_body .row figure {
  text-align: center;
}

.about_body iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.about_body .map {
  aspect-ratio: 260 / 200;
}

.about_body th {
  line-height: 1.7;
}

.about_body td {
  line-height: 1.7;
}

.about_body td:has(ul) {
  padding: 0;
}

.about_body td > ul > li {
  display: flex;
  padding: 3rem 4rem;
}

@media screen and (min-width: 768px) {
  .about_body td > ul > li {
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .about_body td > ul > li {
    padding: 3rem 2.5rem;
    flex-direction: column;
    gap: 2.5rem;
  }
}

.about_body td > ul > li + li {
  border-top: solid 1px #ddd;
}

.about_body td > ul > li + li {
  margin-top: 3rem;
}

.about_body td > ul > li p {
  font-weight: bold;
  margin-top: 1.5em;
}

.about_body td > ul > li li {
  position: relative;
  text-indent: 1em;
}

.about_body td > ul > li li:before {
  content: '';
  position: absolute;
  background: #1253E4;
  width: .5em;
  height: .5em;
  border-radius: 50%;
  left: 0;
  top: .6em;
}

@media screen and (min-width: 768px) {
  .about_body td dl {
    width: 35rem;
  }
}

.sdgs_lead .row {
  margin-top: 10rem;
}

@media screen and (min-width: 768px) {
  .sdgs_lead .row {
    display: flex;
    justify-content: space-between;
  }
  .sdgs_lead .row .desc {
    width: 60rem;
  }
}

.sdgs_lead p + p {
  margin-top: 2em;
}

.sdgs_lead figure {
  width: calc(50vw + 60rem);
}

@media screen and (max-width: 767px) {
  .sdgs_lead figure {
    width: auto;
    margin-right: -2rem;
  }
}

.sdgs_info {
  margin: 14rem 0;
}

.sdgs_info .box {
  border: solid 2px #ddd;
  padding: 5rem 5rem 9rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .sdgs_info .box {
    padding: 5rem 2.5rem 9rem;
  }
}

.sdgs_info h3 {
  display: flex;
  align-items: center;
  gap: 1em;
  border-bottom: solid 1px #ddd;
  padding-bottom: 3rem;
  margin-bottom: 5rem;
}

.sdgs_info h3 img {
  width: 2.8125em;
}

.sdgs_info .row {
  display: flex;
}

.sdgs_info .row + .row {
  margin-top: 4rem;
}

.sdgs_info .row + .row:has(h4) {
  border-top: solid 1px #ddd;
  margin-top: 5rem;
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .sdgs_info .row {
    flex-direction: column;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .sdgs_info .row {
    justify-content: space-between;
  }
  .sdgs_info .row:has(h4) .desc {
    margin-top: 2rem;
  }
  .sdgs_info .row .desc {
    width: 54rem;
  }
  .sdgs_info .row .desc + * {
    width: 50rem;
  }
}

.com_policy {
  margin-bottom: 14rem;
}

.com_policy .txt_slider {
  width: 100vw;
  left: 50%;
  translate: -50% 0;
  margin-top: -9rem;
}

.com_policy ul {
  margin: 14rem 3.8rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 3rem;
}

@media screen and (max-width: 767px) {
  .com_policy ul {
    width: 38rem;
    grid-template-columns: repeat(2, 1fr);
    margin: 14rem auto 0;
  }
}

.com_policy li {
  position: relative;
  height: 33rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: bold;
  font-size: 2.86rem;
}

@media screen and (max-width: 767px) {
  .com_policy li {
    height: 24rem;
  }
  .com_policy li:nth-child(n + 3) {
    margin-top: -3rem;
  }
}

.com_policy li:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50%  -50%;
  width: 33rem;
  height: 100%;
  background: rgba(246, 246, 248, 0.3);
  border: 1.1px solid rgba(18, 83, 228, 0.2);
  box-shadow: inset 0px 4.4px 110px 11px rgba(18, 83, 228, 0.2);
  border-radius: 50%;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .com_policy li:before {
    width: 24rem;
  }
}

.com_policy li i {
  color: #1253E4;
  font-size: .61539em;
  font-weight: normal;
  line-height: 1;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1em;
}

.com_work figure {
  position: relative;
  margin-top: 8.5rem;
}

@media screen and (min-width: 768px) {
  .com_work figure {
    width: 127.1rem;
    margin-left: -3.7rem;
  }
}

.com_work a {
  position: absolute;
  background: url(../img/btn-zoom.svg) no-repeat center top/contain;
  width: 6rem;
  aspect-ratio: 1 / 1;
  z-index: 1;
  top: 0;
  left: 0;
  translate: -50%  -50%;
}

@media screen and (max-width: 767px) {
  .com_work a {
    width: 8%;
  }
}

.com_work .a1 {
  left: 51.5%;
  top: 15.4%;
}

.com_work .b1 {
  left: 32.1%;
  top: 38.5%;
}

.com_work .b2 {
  left: 46.7%;
  top: 31.4%;
}

.com_work .b3 {
  left: 77.4%;
  top: 30.8%;
}

.com_work .c1 {
  left: 45.9%;
  top: 46.8%;
}

.com_work .c2 {
  left: 66.5%;
  top: 44.2%;
}

.com_work .c3 {
  left: 88.6%;
  top: 42.8%;
}

.com_work .d1 {
  left: 27.5%;
  top: 59%;
}

.com_work .d2 {
  left: 50.8%;
  top: 63.3%;
}

.com_work .d3 {
  left: 81.2%;
  top: 62.2%;
}

.com_work .e1 {
  left: 11.4%;
  top: 73.5%;
}

.com_work dl {
  display: none;
}

.work_modal .ttl {
  font-weight: bold;
  line-height: 1;
}

.work_modal .ttl i {
  display: block;
  font-size: 2.5em;
  margin-bottom: .5em;
}

.work_modal dt {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 .8em;
  color: #1253E4;
}

.work_modal dd {
  line-height: 2;
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
  animation: modalFadeOut .2s;
}

body.show-modal .popup-modal {
  display: block;
  animation: modalFadeIn .5s;
}

.popup-modal .close {
  position: absolute;
  width: 2rem;
  top: 3.5rem;
  right: 4rem;
  cursor: pointer;
  z-index: 1;
}

.popup-modal .wrap {
  display: flex;
  height: calc(100vh - 4rem);
  margin-top: 2rem;
}

.popup-modal .box {
  width: 53rem;
  max-width: calc(100% - 4rem);
  border-radius: 2rem;
  margin: auto;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  border: 2px solid #1253E4;
  box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
}

.popup-modal .scroll {
  padding: 9.5rem 6rem 6rem;
  overflow-y: auto;
  height: 100%;
  max-height: calc(100vh - 4rem);
}

@media screen and (max-width: 767px) {
  .popup-modal .scroll {
    padding: 7rem 3rem 5rem;
  }
}

body.show-modal {
  overflow-y: hidden;
}

@keyframes modalFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes modalFadeOut {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
  }
}

.com_msg {
  margin: 14rem 0;
}

.com_msg h3 {
  margin-bottom: 1.5em;
}

.com_history {
  margin: 14rem 0;
}

.com_history .sub_ttl {
  border-width: .2142em;
  font-size: 2.8rem;
  margin-bottom: 6rem;
}

.com_history .row {
  display: flex;
  position: relative;
  margin-bottom: 25rem;
}

@media screen and (max-width: 767px) {
  .com_history .row {
    flex-direction: column;
    gap: 8rem;
  }
}

.com_history .row:before {
  content: '';
  position: absolute;
  background: url(../img/more-img.svg) no-repeat 50%/contain;
  height: 11.4rem;
  width: 100%;
  left: 0;
  bottom: -18rem;
}

@media screen and (min-width: 768px) {
  .com_history .row {
    gap: 10rem;
  }
  .com_history .row .box {
    flex: 1;
  }
}

.com_history .c_btn {
  margin-top: 7.5rem;
}

.com_history dl {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
}

.com_history dt, .com_history dd {
  padding: 0 0 0 .6em;
  line-height: 1.7;
  padding-bottom: 3rem;
}

.com_history dt {
  width: 15rem;
  border-bottom: solid 1px #1253E4;
}

@media screen and (max-width: 767px) {
  .com_history dt {
    width: 8rem;
  }
}

.com_history dd {
  width: calc(100% - 15rem);
  border-bottom: solid 1px #ccc;
}

@media screen and (max-width: 767px) {
  .com_history dd {
    width: calc(100% - 8rem);
  }
}

.low_nav {
  border: solid 1px #ddd;
  border-radius: .2rem;
  background: #fff;
  padding: 4rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 3rem 0;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .low_nav {
    gap: 1rem 0;
    padding: 2rem 0;
  }
}

.low_nav li {
  border-left: solid 1px #ddd;
  margin-left: -1px;
}

.low_nav a {
  display: flex;
  padding: 0 6rem;
  font-weight: 500;
  gap: 1em;
}

@media screen and (max-width: 767px) {
  .low_nav a {
    padding: 0 2rem;
  }
}

.low_nav a:after {
  content: '';
  background: url(../img/arw-d01.svg) no-repeat 50%/contain;
  width: 1.875em;
  height: 1.875em;
}

.product_wrap {
  padding: 10rem 0 14rem;
}

.cat_list li {
  background: #1253E4;
  margin-top: 6rem;
  padding: 2.2rem;
  display: flex;
}

@media screen and (max-width: 767px) {
  .cat_list li {
    flex-direction: column;
  }
}

.cat_list dt {
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: .05em;
  margin-bottom: .7em;
  font-weight: bold;
}

.cat_list dd {
  line-height: 2;
  color: #fff;
}

.cat_list .c_btn {
  margin-top: 4.5rem;
}

.cat_list figure img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 490 / 380;
}

@media screen and (min-width: 768px) {
  .cat_list figure {
    width: 49rem;
  }
}

.cat_list .desc {
  padding: 1rem 1rem 4rem;
}

@media screen and (min-width: 768px) {
  .cat_list .desc {
    padding: 3.8rem;
    width: calc(100% - 49rem);
  }
}

.product_list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 6rem 4rem;
}

@media screen and (max-width: 767px) {
  .product_list {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}

.product_list a {
  display: block;
  position: relative;
  background: #1253E4;
  color: #fff;
  height: 100%;
  border-radius: .2rem;
  padding: 2rem 2rem 8rem;
}

@media screen and (max-width: 767px) {
  .product_list a {
    padding: 1.5rem 1.5rem 7rem;
  }
}

.product_list .name {
  font-weight: bold;
  font-size: 2.2rem;
  margin-bottom: .4em;
}

.product_list dt {
  font-weight: bold;
  line-height: 1;
  border-left: solid 0.3rem #FF7E00;
  padding-left: 1em;
  margin: 2em 0 .7em;
}

.product_list dd {
  line-height: 1.7;
}

.product_list img {
  width: 100%;
  aspect-ratio: 230 / 179;
  object-fit: cover;
}

.product_list .btn {
  margin-top: 4rem;
  text-align: right;
  background: url(../img/arw-plus.svg) no-repeat right center/contain;
  padding-right: 4rem;
  line-height: 3rem;
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}

@media screen and (max-width: 767px) {
  .product_list .btn {
    bottom: 1.5rem;
    right: 1.5rem;
  }
}

.nav-links {
  margin-top: 7rem;
  display: flex;
  justify-content: center;
  gap: 2rem;
  font-weight: bold;
  font-family: "Lexend Deca", sans-serif;
}

@media screen and (max-width: 767px) {
  .nav-links {
    gap: 1.5rem;
  }
}

.nav-links span, .nav-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 3.75em;
  height: 3.75em;
  text-align: center;
  border: solid 1px #ccc;
  border-radius: 50%;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .nav-links span, .nav-links a {
    width: 3.25em;
    height: 3.25em;
  }
}

.nav-links .dots {
  border: none;
  background: none;
  margin: 0 -2.4rem;
}

.nav-links .current {
  color: #FF7E00;
  border: solid 2px #FF7E00;
}

.nav-links .prev {
  border: none;
  background: url(../img/arw-l02.svg) no-repeat 50%/contain;
  color: transparent;
}

.nav-links .prev * {
  display: none;
}

.nav-links .next {
  border: none;
  background: url(../img/arw-r04.svg) no-repeat 50%/contain;
  color: transparent;
}

.nav-links .next * {
  display: none;
}

.pagination .screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
}

.product_detail {
  margin-bottom: 6.5rem;
}

.product_detail .type {
  font-size: 5rem;
  font-weight: bold;
  letter-spacing: .05em;
  padding-bottom: .8em;
  position: relative;
  margin-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .product_detail .type {
    font-size: 3.8rem;
  }
}

.product_detail .type:before {
  content: '';
  position: absolute;
  width: 1.6em;
  background: #1253E4;
  height: .16em;
  left: 0;
  bottom: 0;
}

.product_detail .box {
  background: #fff;
  padding: 4rem 5rem 6rem;
  margin-top: 6rem;
}

@media screen and (max-width: 767px) {
  .product_detail .box {
    padding: 3rem 3rem 5rem;
  }
}

.product_detail .name {
  font-weight: bold;
  font-size: 3.6rem;
  letter-spacing: .05em;
  padding-bottom: .6em;
  border-bottom: solid 1px #ccc;
  margin-bottom: 7rem;
}

@media screen and (min-width: 768px) {
  .product_detail .row:has(figure) {
    display: flex;
  }
  .product_detail .row:has(figure) dl {
    width: calc(100% - 50rem);
    padding-right: 6rem;
  }
}

@media screen and (max-width: 767px) {
  .product_detail .row {
    flex-direction: column;
    gap: 3rem;
  }
}

@media screen and (min-width: 768px) {
  .product_detail figure {
    width: 50rem;
  }
}

.product_detail figure img {
  width: 100%;
}

.product_detail dt {
  display: inline-block;
  color: #1253E4;
  font-weight: bold;
  background: #E7EEFC;
  border-radius: 3em;
  padding: .45em 1.2em;
  margin-bottom: .6em;
}

.product_detail dd {
  line-height: 2;
}

.product_detail dd + dt {
  margin-top: 2.3rem;
}

.product_detail dd + dd {
  margin-top: 2.3rem;
}

.product_detail p {
  line-height: 2;
}

.product_detail .c_btn {
  text-align: center;
  margin-top: 6rem;
}

.product_detail li {
  position: relative;
  padding-left: 1.6em;
}

.product_detail li:before {
  content: '';
  position: absolute;
  left: .3em;
  width: .5em;
  height: .5em;
  background: #1253E4;
  border-radius: 50%;
  top: .8em;
}

.post_body {
  line-height: 2;
}

.post_body .wp-block-table.case td {
  text-align: left;
}

.post_body .wp-block-table th, .post_body .wp-block-table td {
  border: none;
}

.post_body .wp-block-table th {
  background: #D0DDFA;
  width: 25rem;
}

@media screen and (max-width: 767px) {
  .post_body .wp-block-table th {
    width: 6em;
  }
}

.post_body .wp-block-table tr + tr th {
  border-top: solid 1px #fff;
}

.post_body .wp-block-table tr + tr td {
  border-top: solid 1px #ddd;
}

.post_body .wp-block-table table {
  border-bottom: solid 1px #ddd;
  border-top: solid 1px #ddd;
  border-left: solid 1px #ddd;
}

.post_body .wp-block-table th, .post_body .wp-block-table td {
  text-align: center;
  padding: 1.5em;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .post_body .wp-block-table th, .post_body .wp-block-table td {
    font-size: 1.4rem;
    padding: 1em .3em;
  }
}

.post_body .wp-block-table td {
  background: #fff;
  border-right: solid 1px #ddd;
}

.post_body figure {
  margin: 6rem 0;
}

.post_body figure:first-child {
  margin-top: 0;
}

.post_body figure:last-child {
  margin-bottom: 0;
}

.post_body p + p {
  margin-top: 2em;
}

.product_code {
  display: flex;
  align-items: center;
  text-align: center;
  gap: .8em;
  margin-bottom: 6rem;
  line-height: 1.5;
}

.product_code strong {
  font-weight: normal;
}

.product_code em {
  background: #fff;
  border: solid 1px #ddd;
  padding: 1.8em 1.8em;
}

@media screen and (max-width: 767px) {
  .product_code em {
    padding: 1em .5em;
  }
}

.case_wrap .c_search {
  margin-bottom: 10rem;
}

.sitemap_search {
  margin: 14rem 0 13rem;
}

.sitemap_search .c_search {
  margin-bottom: 10rem;
}

.case_inner {
  margin-bottom: 7rem;
  display: flex;
}

@media screen and (min-width: 768px) {
  .case_inner {
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .case_inner {
    flex-direction: column;
    gap: 8rem;
  }
}

@media screen and (min-width: 768px) {
  .case_body {
    width: 84rem;
  }
}

@media screen and (min-width: 768px) {
  .case_side {
    width: 30rem;
  }
}

.case_side dl {
  background: #fff;
  border-radius: .2rem;
  padding: 4.5rem 2.5rem;
}

.case_side dl + dl {
  margin-top: 4rem;
}

.case_side dt {
  border-bottom: solid 1px #ddd;
  padding-bottom: 1.4em;
  margin-bottom: 2rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  padding-left: 1em;
}

.case_side dt:before {
  content: '';
  position: absolute;
  width: .25em;
  height: 1em;
  background: #FF7E00;
  left: 0;
}

.case_side dd ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.case_side dd a {
  border: solid 1px #1253E4;
  color: #1253E4;
  padding: .4em 1em;
  display: block;
  border-radius: 3em;
  font-weight: bold;
}

.case_head figure {
  margin-bottom: 4.5rem;
}

.case_head P {
  background: url(../img/ico-time.svg) no-repeat left center/2rem;
  padding-left: 2em;
  margin-bottom: 3rem;
}

.case_head time {
  font-family: "Lexend Deca", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.case_head .ttl {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: .05em;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .case_head .ttl {
    font-size: 3.2rem;
  }
}

.news_head {
  border-bottom: solid 1px #ddd;
  margin-bottom: 6rem;
}

.news_head P {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
  gap: 1.2rem;
}

.news_head P i {
  font-size: 1.4rem;
  color: #1253E4;
  border-radius: 3em;
  padding: .2em 1em;
  background: #fff;
  border: solid 1px #1253E4;
}

.news_head P:has(time) {
  gap: 1.4em;
}

.news_head time {
  font-family: "Lexend Deca", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.news_head .ttl {
  font-weight: bold;
  font-size: 4rem;
  letter-spacing: .05em;
  margin-bottom: 3.5rem;
}

@media screen and (max-width: 767px) {
  .news_head .ttl {
    font-size: 3.2rem;
  }
}

.news_cat {
  margin-bottom: 8rem;
}

@media screen and (max-width: 767px) {
  .news_cat {
    margin-bottom: 6rem;
  }
}

.news_cat dt {
  position: relative;
  font-size: 2.6rem;
  font-weight: bold;
  padding-left: 2em;
  line-height: 1;
  margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
  .news_cat dt {
    font-size: 2.214rem;
  }
}

.news_cat dt:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  width: 1.153em;
  height: 2px;
  background: #FF7E00;
  left: 0;
}

.news_cat ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .news_cat ul {
    gap: 1rem;
  }
}

.news_cat a {
  border: solid 1px #1253E4;
  color: #1253E4;
  padding: .6em 1.4em;
  display: block;
  border-radius: 3em;
  font-weight: bold;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .news_cat a {
    font-size: 1.8rem;
  }
}

.news_cat .active {
  background: #1253E4;
  color: #fff;
}

.faq_list li {
  margin-top: 3rem;
}

.faq_list p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.faq_list a {
  position: relative;
  border-radius: 2px;
  padding: 4rem;
  display: block;
  padding-right: 10rem;
  padding-left: 12rem;
  font-weight: bold;
  background: #fff url(../img/arw-r01.svg) no-repeat calc(100% - 4rem) 50%/1.8rem;
}

@media screen and (max-width: 767px) {
  .faq_list a {
    background-position: calc(100% - 2rem);
    padding: 3rem 1rem;
    padding-right: 5rem;
    padding-left: 8.5rem;
  }
}

.faq_list a:after {
  content: 'Q';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: #E7EEFC;
  border-radius: 50%;
  color: #1253E4;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  font-size: 1.8rem;
  font-family: "Lexend Deca", sans-serif;
  font-weight: bold;
  left: 4rem;
}

@media screen and (max-width: 767px) {
  .faq_list a:after {
    left: 2rem;
  }
}

.faq_list a:hover {
  opacity: 1;
}

.faq_list a:hover:before {
  opacity: .25;
}

.faq_list a:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1253E4;
  opacity: 0;
  filter: blur(3rem);
  z-index: -1;
  transition: opacity .3s;
}

.news_list {
  border-bottom: solid 1px #ddd;
}

.news_list li {
  border-top: solid 1px #ddd;
}

.news_list a {
  display: flex;
  position: relative;
  border-radius: 2px;
  padding: 4rem;
  padding-right: 10rem;
}

@media screen and (max-width: 767px) {
  .news_list a {
    flex-direction: column;
    gap: 1rem 0;
    padding: 3rem 1rem;
    padding-right: 4rem;
  }
}

.news_list a:after {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  background: url(../img/arw-r01.svg) no-repeat 50%/contain;
  width: 1.8rem;
  height: 1.8rem;
  right: 4rem;
}

@media screen and (max-width: 767px) {
  .news_list a:after {
    right: 1rem;
  }
}

.news_list a:hover {
  opacity: 1;
  background: #fff;
}

.news_list a:hover:before {
  opacity: .25;
}

.news_list a:before {
  content: '';
  position: absolute;
  inset: 0;
  background: #1253E4;
  opacity: 0;
  filter: blur(3rem);
  z-index: -1;
  transition: opacity .3s;
}

@media screen and (min-width: 768px) {
  .news_list p {
    width: calc(100% - 29rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.news_list p:has(time) {
  display: flex;
  gap: 1em;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .news_list p:has(time) {
    width: 29rem;
  }
}

.news_list i {
  font-size: 1.4rem;
  color: #1253E4;
  border-radius: 3em;
  padding: .2em 1em;
  background: #fff;
  border: solid 1px #1253E4;
}

.news_list time {
  font-family: "Lexend Deca", sans-serif;
  color: rgba(0, 0, 0, 0.4);
}

.form_body .contact-form {
  padding: 10rem 15rem;
}

@media screen and (max-width: 767px) {
  .form_body .contact-form {
    padding: 4rem 2rem 6rem;
  }
}

.form_body .contact-form .contact-form-label__text {
  font-size: 1.6rem;
}

.form_body .contact-form .contact-form-required {
  background: #FF7E00;
  border-radius: 3em;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1.6;
}

.form_body .contact-form .contact-form-radio-list {
  flex-direction: row;
  gap: 2.2rem;
}

@media screen and (max-width: 767px) {
  .form_body .contact-form .contact-form-radio-list {
    gap: 1.2rem;
  }
  .form_body .contact-form .contact-form-radio-list li {
    flex: 1;
  }
}

.form_body .contact-form .contact-form-radio-item {
  background: #fff;
  border: solid 1px #ddd;
  border-radius: .2rem;
  padding: 1.6em 2em;
}

@media screen and (max-width: 767px) {
  .form_body .contact-form .contact-form-radio-item {
    padding: 1.6em .5em;
  }
}

.form_body .contact-form .contact-form-radio-item-icon {
  background: #F5F5F5;
  border: solid 1px #ddd;
}

.form_body .contact-form .contact-form-textbox input[type=text], .form_body .contact-form .contact-form-textbox input[type=email], .form_body .contact-form .contact-form-textbox input[type=tel], .form_body .contact-form .contact-form-textbox input[type=url], .form_body .contact-form .contact-form-textbox input[type=number], .form_body .contact-form .contact-form-textbox textarea {
  background: #F5F5F5;
  border: solid 1px #ddd;
  padding: 1.2em 2em;
}

.form_body .contact-form .contact-form-privacy-policy-checkbox {
  text-align: center;
  justify-content: center;
  margin: 3rem 0 0;
}

.form_body .contact-form .contact-form-submit {
  display: inline-flex;
  align-items: center;
  text-align: left;
  font-weight: 500;
  background: #1253E4 url(../img/arw-z01.svg) no-repeat calc(100% - 3rem) center/2.9rem;
  border-radius: 3em;
  color: #fff;
  width: 32rem;
  height: 7.2rem;
  max-width: 100%;
  position: relative;
  min-width: 0;
  padding-left: 3.4rem;
}

@media screen and (max-width: 767px) {
  .form_body .contact-form .contact-form-submit {
    width: 35rem;
    max-width: 100%;
  }
}

.form_body .contact-form .contact-form-submit:before {
  content: '';
  position: absolute;
  top: 50%;
  translate: 0 -50%;
  height: 3.6rem;
  background: #fff;
  opacity: .5;
  width: 1px;
  right: 7.5rem;
}

.form_body .contact-form .contact-form-submit:after {
  content: none;
}

/*# sourceMappingURL=style.css.map */