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

html {
  margin: 0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #504b44;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
  word-break: break-all;
  margin: 0;
  padding: 0;
  border: 0;
}

div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2 {
  line-height: 1.2;
}

h3,
h4 {
  line-height: 1.5;
}

h5,
h6 {
  line-height: inherit;
}

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

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

b,
strong {
  font-weight: bolder;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button {
  outline: none;
  border: none;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: none;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

[hidden] {
  display: none !important;
}

*:focus {
  outline: none;
}

.clearfix::after {
  content: "";
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

body.no-scroll {
  overflow: hidden;
  height: 100vh;
}

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

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

a {
  text-decoration: none;
  color: inherit;
}

#main {
  overflow-x: clip;
}

img.w100,
svg.w100 {
  max-width: 100%;
  height: auto;
}

.no-item {
  font-size: 16px;
}

.w1440 {
  max-width: 83.3333333333%;
  width: 90%;
  margin: 0 auto;
}

.w1200 {
  max-width: 72.9166666667%;
  width: 90%;
  margin: 0 auto;
}

.secttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.secttl .main {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 32px;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  color: #000000;
}
.secttl .sub {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #b1b1b1;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
}

.page-fv {
  background: url(../img/common/page-fv.png) no-repeat right/cover;
}
.page-fv .w1440 {
  padding: 142px 0;
}
.page-fv .w1440 .title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 50px;
  font-size: clamp(1.875rem, 1.043rem + 1.73vw, 3.125rem);
  color: #ffffff;
  letter-spacing: 0.02em;
}

.header {
  background: #fff;
  -webkit-box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 8px rgba(0, 0, 0, 0.03);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.header.is-scrolled {
  -webkit-animation: fadeInDown 0.4s ease;
          animation: fadeInDown 0.4s ease;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto;
  margin-left: 25px;
}
@media screen and (max-width: 1250px) {
  .header .inner {
    max-width: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.header .inner .logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0;
  cursor: pointer;
}
.header .inner .logo a {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  color: #333333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (max-width: 1250px) {
  .header .inner .logo a {
    font-size: clamp(1rem, 0.834rem + 0.35vw, 1.25rem);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .header .inner .logo a img {
    width: 86px;
    height: auto;
  }
}
.header .inner .logo:hover {
  -webkit-filter: opacity(80%);
          filter: opacity(80%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header .inner .nav {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav {
    position: absolute;
    right: -100%;
    width: 100%;
    background-color: #5eaad6;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: right 0.3s ease;
    transition: right 0.3s ease;
    top: 0;
    height: 100vh;
    padding: 96px 0 45px;
    gap: 20px;
  }
  .header .inner .nav.open {
    right: 0;
  }
}
.header .inner .nav .header-list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
  }
}
.header .inner .nav .header-list .menu-item {
  position: relative;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item {
    width: 80%;
    text-align: center;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
  }
  .header .inner .nav .header-list .menu-item:nth-last-child(2) {
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  }
}
.header .inner .nav .header-list .menu-item > a {
  position: relative;
  display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #333333;
  padding: 34px 40px;
  z-index: 10;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item > a {
    text-align: left;
    color: #fff;
    padding: 34px 0;
  }
}
.header .inner .nav .header-list .menu-item > a.is-active, .header .inner .nav .header-list .menu-item > a:hover {
  color: #5eaad6;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item > a.is-active, .header .inner .nav .header-list .menu-item > a:hover {
    opacity: 50%;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .header .inner .nav .header-list .menu-item > a.is-active, .header .inner .nav .header-list .menu-item > a:hover {
    opacity: 1;
  }
}
.header .inner .nav .header-list .menu-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/menu.svg) no-repeat center/contain;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item::before {
    width: 13px;
    height: 8px;
    top: 0;
    bottom: 0;
    left: auto;
    right: 40%;
    margin: auto;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    background-image: url(../img/common/down.svg);
  }
}
@media screen and (max-width: 767px) {
  .header .inner .nav .header-list .menu-item::before {
    right: 10%;
  }
}
.header .inner .nav .header-list .menu-item.contact {
  background-color: #5eaad6;
  max-width: 272px;
  width: 100%;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item.contact {
    background-color: #fff;
    border-radius: 40px;
    margin-top: 64px;
  }
}
.header .inner .nav .header-list .menu-item.contact a {
  color: #fff;
  width: 100%;
  height: 100%;
  display: block;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item.contact a {
    color: #5eaad6;
    padding: 0;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header .inner .nav .header-list .menu-item.contact::before {
  background: url(../img/common/tel.svg) no-repeat center/contain;
  width: 20px;
  height: 20px;
  left: 58px;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item.contact::before {
    right: auto;
    background-image: url(../img/common/tel-b.svg);
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
}
.header .inner .nav .header-list .menu-item.contact::after {
  content: "";
  position: absolute;
  background: url(../img/common/down.svg) no-repeat center/contain;
  width: 13px;
  height: 8px;
  top: 0;
  bottom: 0;
  right: 61px;
  margin: auto;
}
@media screen and (max-width: 1250px) {
  .header .inner .nav .header-list .menu-item.contact::after {
    background-image: url(../img/common/down-b.svg);
  }
}
.header .hamburger {
  display: none;
}
@media screen and (max-width: 1250px) {
  .header .hamburger {
    background: #5eaad6;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 100;
  }
  .header .hamburger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    -webkit-transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: opacity 0.25s ease, -webkit-transform 0.35s ease;
    transition: transform 0.35s ease, opacity 0.25s ease;
    transition: transform 0.35s ease, opacity 0.25s ease, -webkit-transform 0.35s ease;
    -webkit-transform-origin: center center;
            transform-origin: center center;
  }
  .header .hamburger span:nth-child(1) {
    top: 37.1428571429%;
  }
  .header .hamburger span:nth-child(2) {
    top: calc(37.1428571429% + 8px);
  }
  .header .hamburger span:nth-child(3) {
    top: calc(37.1428571429% + 16px);
  }
}
.header .hamburger.open span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}
.header .hamburger.open span:nth-child(2) {
  opacity: 0;
}
.header .hamburger.open span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.t_contact {
  background: url(../img/common/contact-bg.png) no-repeat center/cover;
}
.t_contact .w1200 {
  padding: 124px 0 100px;
}
@media screen and (max-width: 767px) {
  .t_contact .w1200 {
    padding: 80px 0;
  }
}
.t_contact .w1200 .head {
  margin-bottom: 48px;
}
.t_contact .w1200 .secttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  padding-bottom: 64px;
  position: relative;
}
.t_contact .w1200 .secttl .main,
.t_contact .w1200 .secttl .sub {
  color: #fff;
}
.t_contact .w1200 .secttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  background: url(../img/common/deco-w.svg) no-repeat center/contain;
  width: 8px;
  height: 40px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.t_contact .w1200 .desc {
  text-align: center;
  margin-bottom: 32px;
}
.t_contact .w1200 .desc p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.04em;
  color: #ffffff;
}
.t_contact .w1200 .telbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.t_contact .w1200 .telbox a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_contact .w1200 .telbox a:hover {
  opacity: 50%;
}
.t_contact .w1200 .telbox .sub {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.04em;
  color: #ffffff;
}
.t_contact .w1200 .telbox .num {
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 60px;
  font-size: clamp(2.5rem, 1.668rem + 1.73vw, 3.75rem);
  letter-spacing: 0.02em;
  color: #ffffff;
}
.t_contact .w1200 .telbox .time {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.04em;
  color: #ffffff;
}
.t_contact .w1200 .telbox .telnum {
  margin-top: 32px;
  font-family: "Oswald", sans-serif;
  font-weight: 600;
  font-size: 24px;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  color: #ffffff;
  letter-spacing: 0.02em;
}

.footer .w1200 {
  padding: 60px 0 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 136px 0;
}
@media screen and (max-width: 767px) {
  .footer .w1200 {
    gap: 80px 0;
    max-width: 90%;
  }
}
.footer .w1200 .col-left {
  width: 40%;
}
@media screen and (max-width: 1023px) {
  .footer .w1200 .col-left {
    width: 100%;
  }
}
.footer .w1200 .col-left .f_logo {
  margin-bottom: 40px;
}
.footer .w1200 .col-left .f_logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1250px) {
  .footer .w1200 .col-left .f_logo a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0;
  }
  .footer .w1200 .col-left .f_logo a img {
    width: 86px;
    height: auto;
  }
}
.footer .w1200 .col-left .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
.footer .w1200 .col-left .text .address {
  font-family: "IBM Plex Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 180%;
  color: #333333;
}
.footer .w1200 .col-left .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.footer .w1200 .col-left .text dl .icon {
  background-color: #333333;
  border-radius: 2px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 4px 3px;
}
.footer .w1200 .col-left .text dl dd {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #333333;
  letter-spacing: 0.02em;
}
.footer .w1200 .col-left .text dl dd a {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.footer .w1200 .col-left .text dl dd a:hover {
  opacity: 50%;
}
.footer .w1200 .col-right {
  width: 60%;
}
@media screen and (max-width: 1250px) {
  .footer .w1200 .col-right {
    width: 100%;
  }
}
.footer .w1200 .col-right .footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .footer .w1200 .col-right .footer-list {
    display: none;
  }
}
.footer .w1200 .col-right .footer-list .menu-item {
  position: relative;
}
.footer .w1200 .col-right .footer-list .menu-item > a {
  position: relative;
  display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  color: #333333;
  padding: 0 24px;
  z-index: 10;
}
.footer .w1200 .col-right .footer-list .menu-item > a:hover {
  color: #5eaad6;
}
.footer .w1200 .col-right .footer-list .menu-item::before {
  content: "";
  position: absolute;
  background: url(../img/common/menu.svg) no-repeat center/contain;
  width: 2px;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.footer .w1200 .footimg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  gap: 8px;
}
@media screen and (max-width: 767px) {
  .footer .w1200 .footimg {
    display: grid;
    grid-template-columns: repeat(2, 48%);
    grid-template-rows: 54px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .w1200 .footimg img {
    width: auto;
    height: 54px;
  }
  .footer .w1200 .footimg img:first-child {
    height: auto;
  }
}
.footer .copy {
  width: 100%;
  background-color: #333333;
  letter-spacing: 0.04em;
  color: #b1b1b1;
  font-size: 12px;
  font-weight: 400;
  font-family: "IBM Plex Sans JP", sans-serif;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .footer .copy {
    font-size: 11px;
  }
}

.fv {
  position: relative;
  z-index: 5;
}
.fv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(359.78deg, rgba(255, 255, 255, 0) 58.62%, #ffffff 73.93%), url("../img/top/bg.jpg");
  background-repeat: no-repeat, repeat;
  background-position: center top, top;
  background-size: cover, 409px auto;
  -webkit-filter: opacity(30%);
          filter: opacity(30%);
  z-index: -1;
}
.fv .w1440 {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1023px) {
  .fv .w1440 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.fv .w1440 .img {
  max-width: 914px;
  width: 100%;
}
.fv .w1440 .text {
  max-width: 480px;
  width: 100%;
}
.fv .w1440 .text .main {
  margin-bottom: 32px;
  overflow: hidden;
}
.fv .w1440 .text .main span {
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  font-size: clamp(2.5rem, 1.668rem + 1.73vw, 3.75rem);
  line-height: 140%;
  color: #333333;
  letter-spacing: 0.15em;
  white-space: pre;
  display: inline-block;
}
.fv .w1440 .text .main .char {
  display: inline-block;
  -webkit-transform: translateY(1.2em);
          transform: translateY(1.2em);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  .fv .w1440 .text .main {
    margin-bottom: 16px;
  }
}
.fv .w1440 .text .sub {
  font-family: "Oswald", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 120%;
  letter-spacing: 0.02em;
  color: #b1b1b1;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .fv .w1440 .text .sub {
    margin-bottom: 20px;
  }
}
.fv .w1440 .text .desc {
  margin-bottom: 53px;
}
@media screen and (max-width: 767px) {
  .fv .w1440 .text .desc {
    margin-bottom: 25px;
  }
}
.fv .w1440 .text .desc p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  line-height: 180%;
  letter-spacing: 0.04em;
  color: #333333;
}

.t_news .w1440 {
  padding: 120px 0;
}
.t_news .w1440 .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 56px;
}
.t_news .w1440 .head .secttl {
  padding-left: 24px;
  position: relative;
}
.t_news .w1440 .head .secttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url(../img/common/deco.svg) no-repeat center/contain;
  width: 8px;
  height: 100%;
}
.t_news .w1440 .head .more {
  max-width: 182px;
  width: 100%;
  height: 50px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_news .w1440 .head .more:hover {
  opacity: 50%;
}
@media screen and (max-width: 767px) {
  .t_news .w1440 .head .more {
    width: 50%;
  }
}
.t_news .w1440 .head .more a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  background-color: #333333;
  border-radius: 25px;
}
.t_news .w1440 .head .more p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  letter-spacing: 0.02em;
  color: #ffffff;
}
.t_news .w1440 .secbody .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.t_news .w1440 .secbody .news-list .news-item {
  width: 100%;
  border-radius: 8px;
}
.t_news .w1440 .secbody .news-list .news-item a {
  padding: 32px 24px;
  display: grid;
  grid-template-columns: -webkit-max-content -webkit-max-content minmax(0, 1fr);
  grid-template-columns: max-content max-content minmax(0, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_news .w1440 .secbody .news-list .news-item a:hover {
  opacity: 50%;
}
@media screen and (max-width: 1023px) {
  .t_news .w1440 .secbody .news-list .news-item a {
    grid-template-columns: -webkit-max-content minmax(0, 1fr);
    grid-template-columns: max-content minmax(0, 1fr);
    grid-template-rows: auto;
  }
}
.t_news .w1440 .secbody .news-list .news-item a .date {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  letter-spacing: 0.02em;
  color: #b1b1b1;
  margin-right: 8px;
}
@media screen and (max-width: 1023px) {
  .t_news .w1440 .secbody .news-list .news-item a .date {
    grid-area: 1/1/2/2;
  }
}
.t_news .w1440 .secbody .news-list .news-item a .new {
  border: 1px solid #dd4939;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1;
  color: #dd4939;
  border-radius: 2px;
  padding: 4px 6px;
  display: inline-block;
  margin-right: 40px;
}
@media screen and (max-width: 1023px) {
  .t_news .w1440 .secbody .news-list .news-item a .new {
    grid-area: 1/2/2/3;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.t_news .w1440 .secbody .news-list .news-item a .ttl {
  max-width: 969px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  line-height: 2;
  letter-spacing: 0.02em;
  color: #333333;
}
@media screen and (max-width: 1023px) {
  .t_news .w1440 .secbody .news-list .news-item a .ttl {
    grid-area: 2/1/3/3;
    max-width: none;
  }
}
.t_news .w1440 .secbody .news-list .news-item:nth-child(odd) {
  background-color: #f8f8f8;
}
.t_news .w1440 .secbody .news-list .news-item.nomark a {
  grid-template-columns: -webkit-max-content auto;
  grid-template-columns: max-content auto;
  gap: 83px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 1023px) {
  .t_news .w1440 .secbody .news-list .news-item.nomark a {
    grid-template-columns: 20%;
    grid-template-rows: auto;
    gap: 20px;
  }
}
.t_news .w1440 .secbody .news-list .news-item.nomark a .date {
  margin-right: 0;
}

.t_service {
  padding: 61px 0 120px;
  counter-reset: number 0;
  position: relative;
  z-index: 5;
}
.t_service::before {
  content: "";
  background: url(../img/top/service-bg.png) no-repeat top/100% auto;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .t_service::before {
    height: 15%;
    background-size: cover;
  }
}
.t_service::after {
  content: "";
  background: url(../img/top/service-symbol.png) no-repeat bottom/100% auto;
  position: absolute;
  bottom: 16px;
  left: 56px;
  width: 907px;
  height: 100%;
  pointer-events: none;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .t_service::after {
    width: 80%;
    left: 20px;
  }
}
.t_service .secttl {
  padding-left: 24px;
  position: relative;
  margin-bottom: 61px;
}
.t_service .secttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url(../img/common/deco-w.svg) no-repeat center/contain;
  width: 8px;
  height: 100%;
}
.t_service .secttl .main,
.t_service .secttl .sub {
  color: #fff;
}
.t_service .service {
  margin-bottom: 80px;
}
.t_service .service:last-child {
  margin-bottom: 0;
}
.t_service .service .title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #fff;
  font-size: 28px;
  font-size: clamp(1.25rem, 0.917rem + 0.69vw, 1.75rem);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 66px;
}
.t_service .service .title::before {
  content: "";
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50px;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  font-family: "Oswald", sans-serif;
  color: #5eaad6;
  font-weight: 500;
  font-size: 32px;
  font-size: clamp(1.5rem, 1.167rem + 0.69vw, 2rem);
  letter-spacing: -0.05em;
  counter-increment: number 1;
  content: "" counter(number, decimal-leading-zero);
}
.t_service .service .title.reverse {
  color: #333333;
}
.t_service .service .title.reverse::before {
  color: #fff;
  background-color: #5eaad6;
}
.t_service .service .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 60px;
}
@media screen and (max-width: 1023px) {
  .t_service .service .column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.t_service .service .column .img {
  max-width: 500px;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .t_service .service .column .img {
    margin: 0 auto;
  }
}
.t_service .service .column .text {
  max-width: 640px;
  width: 100%;
}
.t_service .service .column .text .desc {
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .t_service .service .column .text .desc {
    margin-bottom: 0;
  }
}
.t_service .service .column .text .desc p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333333;
}
.t_service .service .column .text .tablearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.t_service .service .column .text .tablearea .item {
  display: grid;
  grid-template-columns: 25% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_service .service .column .text .tablearea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.t_service .service .column .text .tablearea .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(94, 170, 214) 150px, rgb(177, 177, 177) 150px);
}
.t_service .service .column .text .tablearea .item .ttl,
.t_service .service .column .text .tablearea .item .detail {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: clamp(0.875rem, 0.843rem + 0.13vw, 1rem);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333333;
  padding-left: 10px;
}
.t_service .service.service03 .column .text {
  width: 50%;
}
@media screen and (max-width: 1023px) {
  .t_service .service.service03 .column .text {
    width: 100%;
  }
}
.t_service .service.service03 .column .img {
  max-width: 731px;
}
.t_service .service-swiper {
  margin-left: 120px;
  padding-bottom: 44px;
  -webkit-filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 16px rgba(0, 0, 0, 0.1));
}
@media screen and (max-width: 1250px) {
  .t_service .service-swiper {
    margin-left: 0;
  }
}
.t_service .service-swiper .swiper-wrapper {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.t_service .service-swiper .swiper-slide {
  max-width: 1200px;
  width: 90%;
  height: auto;
  border-radius: 40px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media screen and (max-width: 1023px) {
  .t_service .service-swiper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    gap: 24px;
  }
}
.t_service .service-swiper .swiper-slide .text {
  max-width: 660px;
  width: 90%;
  padding: 59px 0 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  position: relative;
}
.t_service .service-swiper .swiper-slide .text::before {
  content: "";
  position: absolute;
  right: 14px;
  top: 26px;
}
@media screen and (max-width: 1023px) {
  .t_service .service-swiper .swiper-slide .text::before {
    top: -70px;
  }
}
@media screen and (max-width: 1023px) {
  .t_service .service-swiper .swiper-slide .text {
    padding: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .t_service .service-swiper .swiper-slide .text {
    max-width: 100%;
    width: 100%;
  }
}
.t_service .service-swiper .swiper-slide .text .item {
  max-width: 500px;
  width: 90%;
}
@media screen and (max-width: 767px) {
  .t_service .service-swiper .swiper-slide .text .item {
    max-width: none;
    width: 90%;
    margin: 0 auto;
  }
}
.t_service .service-swiper .swiper-slide .text .item-ttl {
  color: #5eaad6;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-size: 24px;
  font-size: clamp(1.125rem, 0.876rem + 0.52vw, 1.5rem);
  padding-bottom: 8px;
  border-bottom: 1px solid #b1b1b1;
  margin-bottom: 16px;
}
.t_service .service-swiper .swiper-slide .text dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.t_service .service-swiper .swiper-slide .text dt {
  background-color: #f8f8f8;
  padding: 12px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: clamp(1rem, 0.917rem + 0.17vw, 1.125rem);
  color: #333333;
}
.t_service .service-swiper .swiper-slide .text dd {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 150%;
  color: #333333;
}
.t_service .service-swiper .swiper-slide .img {
  max-width: 540px;
  width: 90%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .t_service .service-swiper .swiper-slide .img {
    max-width: 100%;
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 767px) {
  .t_service .service-swiper .swiper-slide .img {
    height: 240px;
  }
}
.t_service .service-swiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: right;
     object-position: right;
  border-radius: 0 40px 40px 0;
}
@media screen and (max-width: 1023px) {
  .t_service .service-swiper .swiper-slide .img img {
    -o-object-position: center;
       object-position: center;
    border-radius: 40px 40px 0 0;
  }
}
.t_service .service-swiper .swiper-slide.slide03, .t_service .service-swiper .swiper-slide.slide04, .t_service .service-swiper .swiper-slide.slide05, .t_service .service-swiper .swiper-slide.slide06 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  max-width: 580px;
  width: 100%;
}
.t_service .service-swiper .swiper-slide.slide03 .text,
.t_service .service-swiper .swiper-slide.slide03 .img, .t_service .service-swiper .swiper-slide.slide04 .text,
.t_service .service-swiper .swiper-slide.slide04 .img, .t_service .service-swiper .swiper-slide.slide05 .text,
.t_service .service-swiper .swiper-slide.slide05 .img, .t_service .service-swiper .swiper-slide.slide06 .text,
.t_service .service-swiper .swiper-slide.slide06 .img {
  max-width: 100%;
  width: 100%;
}
.t_service .service-swiper .swiper-slide.slide03 .text, .t_service .service-swiper .swiper-slide.slide04 .text, .t_service .service-swiper .swiper-slide.slide05 .text, .t_service .service-swiper .swiper-slide.slide06 .text {
  position: relative;
  padding: 40px 56px;
}
@media screen and (max-width: 1023px) {
  .t_service .service-swiper .swiper-slide.slide03 .text, .t_service .service-swiper .swiper-slide.slide04 .text, .t_service .service-swiper .swiper-slide.slide05 .text, .t_service .service-swiper .swiper-slide.slide06 .text {
    max-width: 660px;
    width: 90%;
    padding: 0;
    padding-bottom: 40px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .t_service .service-swiper .swiper-slide.slide03 .text, .t_service .service-swiper .swiper-slide.slide04 .text, .t_service .service-swiper .swiper-slide.slide05 .text, .t_service .service-swiper .swiper-slide.slide06 .text {
    max-width: 100%;
    width: 100%;
  }
}
.t_service .service-swiper .swiper-slide.slide03 .text::before, .t_service .service-swiper .swiper-slide.slide04 .text::before, .t_service .service-swiper .swiper-slide.slide05 .text::before, .t_service .service-swiper .swiper-slide.slide06 .text::before {
  right: 16px;
  top: -118px;
}
@media screen and (max-width: 1250px) {
  .t_service .service-swiper .swiper-slide.slide03 .text::before, .t_service .service-swiper .swiper-slide.slide04 .text::before, .t_service .service-swiper .swiper-slide.slide05 .text::before, .t_service .service-swiper .swiper-slide.slide06 .text::before {
    top: -32px;
  }
}
@media screen and (max-width: 1023px) {
  .t_service .service-swiper .swiper-slide.slide03 .text::before, .t_service .service-swiper .swiper-slide.slide04 .text::before, .t_service .service-swiper .swiper-slide.slide05 .text::before, .t_service .service-swiper .swiper-slide.slide06 .text::before {
    top: -100px;
  }
}
.t_service .service-swiper .swiper-slide.slide03 .img, .t_service .service-swiper .swiper-slide.slide04 .img, .t_service .service-swiper .swiper-slide.slide05 .img, .t_service .service-swiper .swiper-slide.slide06 .img {
  height: 300px;
}
.t_service .service-swiper .swiper-slide.slide03 .img img, .t_service .service-swiper .swiper-slide.slide04 .img img, .t_service .service-swiper .swiper-slide.slide05 .img img, .t_service .service-swiper .swiper-slide.slide06 .img img {
  border-radius: 40px 40px 0 0;
  -o-object-position: center;
     object-position: center;
}
.t_service .service-swiper .swiper-slide.slide01 .text::before {
  width: 136px;
  height: 152px;
  background: url(../img/top/mark01.png) no-repeat center/contain;
}
@media screen and (max-width: 1250px) {
  .t_service .service-swiper .swiper-slide.slide01 .text::before {
    width: 30%;
    height: 100px;
  }
}
.t_service .service-swiper .swiper-slide.slide02 .text::before {
  width: 136px;
  height: 136px;
  background: url(../img/top/mark02.png) no-repeat center/contain;
}
@media screen and (max-width: 1250px) {
  .t_service .service-swiper .swiper-slide.slide02 .text::before {
    width: 30%;
    height: 100px;
  }
}
.t_service .service-swiper .swiper-slide.slide03 .text::before {
  width: 136px;
  height: 152px;
  background: url(../img/top/mark03.png) no-repeat center/contain;
}
@media screen and (max-width: 1250px) {
  .t_service .service-swiper .swiper-slide.slide03 .text::before {
    width: 30%;
    height: 100px;
  }
}
.t_service .service-swiper .swiper-slide.slide04 .text::before {
  width: 136px;
  height: 136px;
  background: url(../img/top/mark04.png) no-repeat center/contain;
}
@media screen and (max-width: 1250px) {
  .t_service .service-swiper .swiper-slide.slide04 .text::before {
    width: 30%;
    height: 100px;
  }
}
.t_service .service-swiper .swiper-slide.slide05 .text::before {
  width: 136px;
  height: 136px;
  background: url(../img/top/mark05.png) no-repeat center/contain;
}
@media screen and (max-width: 1250px) {
  .t_service .service-swiper .swiper-slide.slide05 .text::before {
    width: 30%;
    height: 100px;
  }
}
.t_service .service-swiper .swiper-slide.slide06 .text::before {
  width: 136px;
  height: 136px;
  background: url(../img/top/mark06.png) no-repeat center/contain;
}
@media screen and (max-width: 1250px) {
  .t_service .service-swiper .swiper-slide.slide06 .text::before {
    width: 30%;
    height: 100px;
  }
}
.t_service .swiper-area {
  max-width: 87.5%;
  width: 100%;
  margin-left: auto;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1023px) {
  .t_service .swiper-area {
    margin: 0 auto;
  }
}
.t_service .swiper-area .swiper-nav {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 40px;
  max-width: 1357px;
  width: 90%;
  height: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
@media screen and (max-width: 1023px) {
  .t_service .swiper-area .swiper-nav {
    max-width: 100%;
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
  }
}
.t_service .swiper-area .swiper-nav .swiper-button-prev,
.t_service .swiper-area .swiper-nav .swiper-button-next {
  width: 72px;
  height: 72px;
  pointer-events: auto;
}
@media screen and (max-width: 1023px) {
  .t_service .swiper-area .swiper-nav .swiper-button-prev,
  .t_service .swiper-area .swiper-nav .swiper-button-next {
    width: 40px;
    height: 40px;
  }
}
.t_service .swiper-area .swiper-nav .swiper-button-prev {
  left: 0;
}
@media screen and (max-width: 767px) {
  .t_service .swiper-area .swiper-nav .swiper-button-prev {
    left: -20px;
  }
}
.t_service .swiper-area .swiper-nav .swiper-button-next {
  right: 0;
}
@media screen and (max-width: 767px) {
  .t_service .swiper-area .swiper-nav .swiper-button-next {
    right: -20px;
  }
}
.t_service .swiper-area .swiper-nav .swiper-button-prev::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/next.svg) no-repeat center/contain;
}
.t_service .swiper-area .swiper-nav .swiper-button-next::after {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/top/prev.svg) no-repeat center/contain;
}
.t_service .swiper-area .swiper-pagination-bullet {
  opacity: 1;
  background: #dfdfdf;
}
.t_service .swiper-area .swiper-pagination-bullet-active {
  background: #5eaad6;
}

.t_company {
  background-color: #f8f8f8;
}
.t_company .w1440 {
  padding: 80px 0;
}
.t_company .w1440 .head {
  margin-bottom: 56px;
}
.t_company .w1440 .secttl {
  padding-left: 24px;
  position: relative;
}
.t_company .w1440 .secttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  background: url(../img/common/deco.svg) no-repeat center/contain;
  width: 8px;
  height: 100%;
}
.t_company .w1440 strong {
  display: block;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  font-size: clamp(0.938rem, 0.813rem + 0.26vw, 1.125rem);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333333;
  margin-bottom: 32px;
}
.t_company .w1440 .tablearea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 80px;
}
.t_company .w1440 .tablearea .item {
  display: grid;
  grid-template-columns: 25% auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .t_company .w1440 .tablearea .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 14px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.t_company .w1440 .tablearea .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(90deg, rgb(94, 170, 214) 360px, rgb(177, 177, 177) 360px);
}
.t_company .w1440 .tablearea .item .ttl,
.t_company .w1440 .tablearea .item .detail {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #333333;
  padding-left: 10px;
}
.t_company .w1440 .tablearea .item .detail.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.t_company .w1440 .tablearea .item .detail.column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.t_company .w1440 .tablearea .item .detail.column dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.t_company .w1440 .tablearea .item .detail.column dl .icon,
.t_company .w1440 .tablearea .item .detail.column dl img {
  background-color: #333333;
  border-radius: 2px;
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 700;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 0.02em;
  color: #ffffff;
  padding: 4px 3px;
}
.t_company .w1440 .tablearea .item .detail.column dl img {
  background-color: transparent;
  padding: 0;
}
.t_company .w1440 .tablearea .item .detail.column dl dd {
  margin: auto 0;
}
.t_company .w1440 .tablearea .item .detail.column dl dd a {
  line-height: 1;
  display: block;
}
.t_company .w1440 .more {
  max-width: 620px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.t_company .w1440 .more:hover {
  opacity: 50%;
}
.t_company .w1440 .more svg {
  width: 16px;
}
@media screen and (max-width: 767px) {
  .t_company .w1440 .more {
    height: auto;
  }
}
.t_company .w1440 .more a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 11px;
  background-color: #333333;
  border-radius: 25px;
}
@media screen and (max-width: 767px) {
  .t_company .w1440 .more a {
    padding: 10px 30px 10px 30px;
    border-radius: 50px;
    gap: 15px;
  }
}
.t_company .w1440 .more p {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: clamp(0.875rem, 0.792rem + 0.17vw, 1rem);
  letter-spacing: 0.02em;
  color: #ffffff;
}

.contents_blur_item {
  opacity: 0;
  -webkit-filter: blur(8px);
          filter: blur(8px);
  -webkit-transform: translateY(20px) translateZ(0);
          transform: translateY(20px) translateZ(0);
  -webkit-transition: all 0.3s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
  transition: all 0.3s 0.1s cubic-bezier(0.33, 1, 0.68, 1);
}
.contents_blur_item.loaded {
  opacity: 1;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: none;
          transform: none;
}/*# sourceMappingURL=style.css.map */




.center-position-img{
	object-position: center !important;
}