@charset "UTF-8";
article,
aside,
footer,
header,
nav,
section,
main,
div,
img {
  display: block;
}

header,
a,
li,
div,
dl,
dt,
dd,
input,
section,
textarea,
th,
td,
label {
  box-sizing: border-box;
}

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

dd,
dt {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}

p,
dl {
  margin: 0;
}

blockquote {
  margin: 0;
}

figure {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  word-break: break-all;
}

td,
th {
  word-break: break-word;
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

::-webkit-input-placeholder {
  font-family: sans-serif;
}

:-moz-placeholder {
  font-family: sans-serif;
}

input,
button {
  background: none;
  border: none;
  outline: none;
}

input[type=submit],
input[type=reset],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=reset]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=reset]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

@media screen and (max-width: 767px) {
  input:not([type=checkbox]),
  textarea,
  select {
    font-size: 1.6rem;
  }
}

@media (min-width: 410px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
}
table {
  word-break: break-all;
}

html {
  font-size: 62.5%;
}

body {
  background-color: #fff;
  width: 100%;
  position: relative;
  margin: 0;
  color: #141e28;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.8;
}
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6,
body table,
body td,
body th,
body li,
body a,
body span,
body small,
body time {
  rotate: 0.04deg;
  rotate: z 0.04deg;
}

.gHeader--menuBtn {
  z-index: 101;
}

.gHeader {
  z-index: 100;
}

.overlay {
  z-index: 80;
}

.toTop {
  z-index: 70;
}

a {
  transition: opacity 0.2s ease-out, color 0.2s ease-out;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}

main a {
  color: #0096eb;
}

main {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 75svh;
}

section:last-of-type {
  padding-bottom: 10rem;
}

.admin_only {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: 0;
  bottom: 0;
  text-align: center;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  .admin_only {
    display: none;
  }
}
.admin_only a {
  font-size: 3rem;
  color: #fff;
  opacity: 0.8;
  background: #0096eb;
  padding: 0 1rem;
}
.admin_only a.logout {
  margin-top: 1rem;
  font-size: 1.2rem;
}

.page404__inner {
  padding: 8rem 0 0;
  text-align: center;
  display: grid;
  gap: 1rem;
}
.page404__inner h1 {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  table[id],
  section[id] {
    scroll-margin-top: 6.4rem; /* ヘッダーの高さに合わせて調整 */
  }
}
.overlay,
.gHeader--menuBtn {
  display: none;
}

.overlay {
  background-color: #000;
  cursor: pointer;
  width: 100vw;
  height: 100lvh;
  top: 0;
  left: 0;
  position: fixed;
}

.gHeader {
  width: 100%;
  background: #eef0f5;
  position: sticky;
  top: 0;
  left: 0;
  line-height: 1;
  transition: transform 0.3s ease-in-out;
}
.gHeader--logo {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: calc(100% - 6.4rem);
  margin-right: 20px;
}
.gHeader--logo-text {
  font-size: 1.6rem;
  color: #141e28;
  font-weight: 500;
}
.gHeader--media {
  display: flex;
}
.gHeader--sns {
  margin-left: 10px;
}
.gHeader--sns a {
  display: block;
}
.gHeader__inner {
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

@media screen and (min-width: 1201px) {
  .gHeader {
    height: 8rem;
  }
  .gHeader__inner {
    width: 96%;
  }
  .gHeader--sns-sp {
    display: none;
  }
  .gHeader--nav {
    display: flex;
    height: 100%;
    margin-left: auto;
  }
  .gHeader--nav span,
  .gHeader--nav a {
    text-decoration: none;
    white-space: nowrap;
    font-size: 1.5rem;
    position: relative;
  }
  .gHeader--nav > ul {
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    gap: 3rem;
    align-items: center;
  }
  .gHeader--nav > ul > li {
    height: 100%;
  }
  .gHeader--nav > ul span,
  .gHeader--nav > ul a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-weight: 500;
    height: 100%;
  }
  .gHeader--nav > ul span, .gHeader--nav > ul span:visited,
  .gHeader--nav > ul a,
  .gHeader--nav > ul a:visited {
    color: #141e28;
  }
  .gHeader--nav > ul span[aria-current=page],
  .gHeader--nav > ul a[aria-current=page] {
    color: #0096eb;
  }
  .gHeader--nav .link-ex > a:after {
    content: "";
    display: inline-block;
    width: 15px;
    height: 12px;
    margin: 0 0 0 10px;
    background: url("../img/common/link_ex.png") no-repeat center center/contain;
  }
  .gHeader--nav .has-child {
    position: relative;
  }
  .gHeader--nav .has-child > span:after, .gHeader--nav .has-child > a:after {
    background: url("../img/common/icon_submenu-b.webp") no-repeat center center/contain;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
    transition: transform 0.3s;
  }
  .gHeader--nav .has-child:hover > span:after, .gHeader--nav .has-child:hover > a:after {
    transform: rotate(180deg);
  }
  .gHeader--nav .has-child:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
  .gHeader--nav .sub-menu {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    visibility: hidden;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 10;
  }
  .gHeader--nav .sub-menu li a {
    display: block;
    font-weight: 500;
    padding: 8px 20px;
    text-decoration: none;
    transition: background-color 0.2s, color 0.2s;
  }
  .gHeader--nav .sub-menu li a, .gHeader--nav .sub-menu li a:visited {
    color: #141e28;
  }
  .gHeader--nav .sub-menu li a:hover {
    background-color: rgba(0, 150, 235, 0.1);
    color: #0096eb;
  }
}
@media screen and (max-width: 1200px) {
  body.open {
    height: 100%;
    overflow: hidden;
  }
  body.open .overlay {
    opacity: 0.6;
    display: block;
  }
  .gHeader {
    height: 6.4rem;
  }
  .gHeader__inner {
    padding: 0 2rem;
  }
  .gHeader--logo {
    margin-right: 15px;
  }
  .gHeader--logo img {
    width: 150px;
  }
  .gHeader--sns {
    display: none;
  }
  .gHeader--sns-sp {
    display: flex;
    gap: 10px;
    padding: 2rem;
  }
  .gHeader--sns-sp a {
    display: block;
    margin-left: 0;
    padding: 0 !important;
  }
  .gHeader--nav {
    background: rgba(0, 150, 235, 0.9);
    overflow-x: hidden;
    position: fixed;
    top: 6.4rem;
    max-width: 400px;
    right: -400px;
    height: 100lvh;
    width: 80%;
    font-size: 1.6rem;
  }
  .gHeader--nav > ul {
    margin: 4rem 0 0;
    display: grid;
    grid-auto-flow: row;
    gap: 1rem;
  }
  .gHeader--nav span,
  .gHeader--nav p,
  .gHeader--nav a,
  .gHeader--nav a:visited {
    color: #fff;
  }
  .gHeader--nav span,
  .gHeader--nav p,
  .gHeader--nav a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1rem 2rem;
  }
  .gHeader--nav .sub-menu a {
    padding-left: 3rem;
  }
  .gHeader--nav .sub-menu a:before {
    content: " - ";
    padding-right: 1rem;
  }
  .gHeader--menuBtn {
    border-radius: 50%;
    position: fixed;
    display: block;
    top: 5px;
    right: 10px;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1001;
    background: #0096eb;
  }
  .gHeader--menuBtn:before, .gHeader--menuBtn:after,
  .gHeader--menuBtn span {
    content: "";
    display: block;
    transition: all 0.4s;
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    height: 1px;
    border-radius: 5px;
    background: #fff;
    width: 50%;
  }
  .gHeader--menuBtn:before {
    top: calc(50% - 0.75rem);
  }
  .gHeader--menuBtn span {
    opacity: 1;
  }
  .gHeader--menuBtn:after {
    top: calc(50% + 0.75rem);
  }
  .gHeader--menuBtn.close:before, .gHeader--menuBtn.close:after {
    top: 50%;
  }
  .gHeader--menuBtn.close:before {
    rotate: -45deg;
  }
  .gHeader--menuBtn.close:after {
    rotate: 45deg;
  }
  .gHeader--menuBtn.close span {
    opacity: 0;
  }
}
.footer {
  color: #fff;
  font-weight: 500;
}
.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer table,
.footer td,
.footer th,
.footer li,
.footer a,
.footer span {
  rotate: 0.04deg;
  rotate: z 0.04deg;
}
.footer__top {
  background: #eef0f5 url(../img/common/f_bg_top.webp) no-repeat bottom center/100% 100px;
  margin-bottom: -1px;
}
.footer__top img {
  margin: auto;
}
.footer__main {
  background: #0096eb;
  color: #fff;
  padding: 100px 0;
  position: relative;
}
.footer__inner {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 2rem;
}
.footer-company {
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.footer-company .company-logo {
  margin-bottom: 2.25rem;
}
.footer-company .company-address {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.7;
  margin-bottom: 2.25rem;
  color: #fff;
}
.footer-company .company-address a {
  color: #fff;
}
.footer-company .company-sns {
  display: flex;
  gap: 10px;
  margin-bottom: 2rem;
}
.footer-company .company-link {
  display: flex;
  gap: 20px;
  margin-top: auto;
}
.footer-company .company-link small {
  font-size: 1.5rem;
}
.footer-company .privacy-link {
  color: #fff;
  text-decoration: underline;
}
.footer-company .privacy-link:hover {
  opacity: 0.7;
}
.footer__nav {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
  width: 100%;
}
.footer__nav-column {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 240px;
  width: 100%;
}
.footer__nav-item a {
  border-bottom: 1px solid #80caf5;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: 500;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 0 12px 0;
  transition: all 0.3s ease;
}
.footer__nav-item a:hover {
  opacity: 0.7;
}
.footer__nav-item--parent a:after {
  background: url(../img/common/icon_submenu-w.webp) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
}
.footer__to-top {
  position: absolute;
  bottom: 0;
  right: 2rem;
}
.footer__to-top a {
  cursor: pointer;
  display: block;
}

@media screen and (max-width: 1200px) {
  .footer {
    color: #fff;
    font-weight: 500;
  }
  .footer__top {
    background: #eef0f5 url(../img/common/f_bg_top.webp) no-repeat bottom center/100% 30%;
    padding: 0 10px;
  }
  .footer__top img {
    margin: auto;
  }
  .footer__main {
    background: #0096eb;
    color: #fff;
    padding: 50px 0 0;
    position: relative;
  }
  .footer__inner {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: center;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 2rem;
  }
  .footer-company {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
  }
  .footer-company .company-logo {
    margin-bottom: 2rem;
  }
  .footer-company .company-address {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    color: #fff;
    text-align: center;
  }
  .footer-company .company-address a {
    color: #fff;
  }
  .footer-company .company-sns {
    display: flex;
    gap: 10px;
    margin-bottom: 2rem;
  }
  .footer-company .company-link {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    margin-top: auto;
  }
  .footer-company .company-link small {
    font-size: 1.5rem;
  }
  .footer-company .privacy-link {
    color: #fff;
    text-decoration: underline;
  }
  .footer-company .privacy-link:hover {
    opacity: 0.7;
  }
  .footer__nav {
    display: none;
    flex-direction: column;
    gap: 40px;
    justify-content: flex-end;
    width: 100%;
  }
  .footer__nav-column {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 240px;
    width: 100%;
  }
  .footer__nav-item a {
    border-bottom: 1px solid #80caf5;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 0 10px 0;
    transition: all 0.3s ease;
  }
  .footer__nav-item a:hover {
    opacity: 0.7;
  }
  .footer__nav-item--parent a:after {
    background: url(../img/common/icon_submenu-w.webp) no-repeat center center/contain;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-left: 10px;
  }
  .footer__to-top {
    padding-top: 20px;
    position: initial;
  }
  .footer__to-top a {
    text-align: center;
    width: 100%;
  }
  .footer__to-top img {
    display: inline-block;
    width: 200px;
  }
}
@media screen and (min-width: 768px) {
  .is_sp {
    display: none !important;
  }
  .is_pc {
    display: block;
  }
  br.is_pc {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  .is_pc {
    display: none !important;
  }
  .is_sp {
    display: block;
  }
  br.is_sp {
    display: inline-block;
  }
}
.btn {
  line-height: 1.6;
  background: #fff;
  border-top-left-radius: 22px 50%;
  border-top-right-radius: 22px 50%;
  border-bottom-right-radius: 22px 50%;
  border-bottom-left-radius: 22px 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #141e28;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  .btn {
    min-width: 320px;
  }
}
.btn:hover {
  opacity: 0.6;
}
.btn:after {
  background: url(../img/common/icon_link.webp) no-repeat center center/contain;
  content: "";
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 7px;
  width: 10.5%;
  height: calc(100% - 10px);
}
.btn.--primary {
  color: #0096eb;
}
.btn.--primary.--pattern02 {
  background-color: #0096eb;
  color: #fff;
}
.btn.--primary.--pattern02:after {
  background: url(../img/common/icon_link_w.svg) no-repeat center center/contain;
  content: "";
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 7px;
  width: 10.5%;
  height: calc(100% - 10px);
}
.btn--back {
  padding-left: 50px;
  min-width: auto;
}
.btn--back::after {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) scaleX(-1);
}
.btn--backArticle {
  padding-left: 50px;
}
.btn--backArticle::after {
  background: url(../img/common/icon_link-back.svg) no-repeat center center/contain !important;
  right: auto;
  left: 1rem;
}

.wrapper {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .wrapper {
    max-width: 700px;
  }
}
.wrapper.s_lg {
  margin-bottom: 10rem;
}
@media screen and (max-width: 767px) {
  .wrapper.s_lg {
    margin-bottom: 6rem;
  }
}
.wrapper.ns_tp {
  padding-top: 0;
}
.wrapper.ns_bt {
  padding-bottom: 0;
}
.wrapper.lg {
  width: 100%;
  max-width: 100%;
}
.wrapper.thin {
  max-width: 820px;
}

.embed--youtube {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  margin-bottom: 25px;
}
.embed--youtube iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.table--wrap {
  overflow-x: auto;
  margin-bottom: 6rem;
}
.table--wrap img,
.table--wrap table {
  min-width: 600px;
}

.post__wrapper {
  display: grid;
  grid-template-columns: 1fr 220px;
  gap: 0 6%;
}
.post--empty {
  text-align: center;
}
.post__aside {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6rem;
}
.post__aside--title {
  color: #0096eb;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
  padding-bottom: 5px;
  border-bottom: 1px solid #cccccc;
}
.post__aside--list {
  font-size: 1.5rem;
}
.post__aside--list li {
  padding: 0.25rem 0;
}
.post__aside--list li:not(.current-cat) a, .post__aside--list li:not(.current-cat) a:visited {
  color: #141e28;
}
.post__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
.post__list a, .post__list a:visited {
  color: #141e28;
}
.post__list--img {
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem 5%;
}
.post__list--img .post--single {
  border: none;
}
.post--single {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #cccccc;
}
.post--single > a {
  display: inline-block;
  position: relative;
}
.post--thumb {
  aspect-ratio: 3/2;
  overflow: hidden;
}
.post--thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.post--thumb a {
  display: block;
}
.post--title {
  font-size: 1.8rem;
}
.post--info {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.post--catList {
  font-size: 1.4rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.post--catList a {
  display: block;
  padding: 0 0.8rem;
  background: #0096eb;
}
.post--catList a, .post--catList a:visited {
  color: #fff;
}
.post--archiveTitle {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.post--pager ul {
  margin-top: 4rem;
  font-size: 1.8rem;
  line-height: 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  text-align: center;
}
.post--pager ul a,
.post--pager ul span {
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  box-sizing: border-box;
  border-radius: 50%;
}
.post--pager ul a.current,
.post--pager ul span.current {
  color: #fff;
  background: #0096eb;
}
.post--pager ul a.dots,
.post--pager ul span.dots {
  border: none;
}
.post--pager ul a {
  border: 1px solid #0096eb;
  transition: background 0.2s;
}
.post--pager ul a, .post--pager ul a:visited {
  color: #0096eb;
}
.post--pager ul a:hover {
  opacity: 1;
  background: rgba(0, 150, 235, 0.3);
}

.article__info {
  margin-bottom: 2rem;
}
.article__cont {
  overflow: hidden;
  margin: 6rem auto 4rem;
}
.article--title {
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
}
.article--guide {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .post__wrapper {
    grid-template-columns: 1fr;
    gap: 6rem;
  }
  .post__aside {
    gap: 4rem;
  }
  .post__list--img {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
    max-width: 500px;
    margin: 0 auto;
  }
  .post__list--img .post--single {
    padding-bottom: 0;
  }
  .post--catList {
    font-size: 1.3rem;
  }
  .post--archiveTitle {
    font-size: 2.2rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #0096eb;
  }
  .post--pager ul {
    font-size: 1.6rem;
  }
  .article__cont {
    margin: 4rem auto;
  }
}
.contact-aside {
  background: #eef0f5 url(../img/common/f_bg_contact.jpg) no-repeat top center/100% 100px;
  margin-top: -1px;
  padding-bottom: 100px;
  padding-top: 100px;
  position: relative;
}
.contact-aside__container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .contact-aside__container {
    max-width: 700px;
  }
}
.contact-aside__header {
  margin-bottom: 50px;
  text-align: center;
}
.contact-aside__title {
  font-family: "Fredoka", sans-serif;
  font-feature-settings: "kern" 0;
  font-size: clamp(48px, 5vw, 60px);
  font-weight: 400;
  color: #141e28;
  line-height: 1;
  margin-bottom: 10px;
}
.contact-aside__subtitle {
  font-weight: 400;
  color: #141e28;
}
.contact-aside__cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: min(3vw, 40px);
}
.contact-aside__card {
  border: 6px solid #141e28;
  border-radius: 30px;
  padding: min(40px, 3.2vw) min(30px, 2.4vw);
  display: flex;
  align-items: center;
  gap: 30px;
}
.contact-aside__card--phone {
  background: #0096eb;
  color: #fff;
}
.contact-aside__card--mail {
  background: #fff000;
  color: #141e28;
}
.contact-aside__card-icon {
  flex-shrink: 0;
}
.contact-aside__card-text {
  width: 100%;
}
.contact-aside__card-label {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 5px;
}
.contact-aside__card-phone {
  font-size: clamp(36px, 4vw, 46px);
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.01em;
  line-height: 1;
  margin: 10px 0;
}
.contact-aside__card-time {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.contact-aside__card-button {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: 15px;
  min-width: 100%;
  max-width: 100%;
  padding-bottom: 20px;
  padding-top: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contact-aside {
    background: #eef0f5 url(../img/common/f_bg_contact.jpg) no-repeat top center/100% 50px;
    margin-top: -1px;
    padding-top: 50px;
    padding-top: 60px;
    position: relative;
  }
  .contact-aside__container {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact-aside__container {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .contact-aside__header {
    margin-bottom: 30px;
    text-align: center;
  }
  .contact-aside__title {
    font-family: "Fredoka", sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #141e28;
    line-height: 1;
    margin-bottom: 10px;
  }
  .contact-aside__subtitle {
    font-weight: 400;
    color: #141e28;
  }
  .contact-aside__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: min(4vw, 50px);
  }
  .contact-aside__card {
    border: 5px solid #141e28;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .contact-aside__card--phone {
    background: #0096eb;
    color: #fff;
  }
  .contact-aside__card--mail {
    background: #fff000;
    color: #141e28;
  }
  .contact-aside__card-icon {
    flex-shrink: 0;
    max-width: 70px;
  }
  .contact-aside__card-text {
    width: 100%;
  }
  .contact-aside__card-label {
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .contact-aside__card-phone {
    font-size: clamp(24px, 6.5vw, 28px);
    color: #fff;
    letter-spacing: 0.01em;
    line-height: 1;
    margin: 10px 0;
  }
  .contact-aside__card-time {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
  }
  .contact-aside__card-button {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.pageTitle {
  color: #141e28;
  font-weight: bold;
  background: #eef0f5;
  padding: 7rem 0 7rem;
  margin-bottom: 105px;
  position: relative;
}
.pageTitle > img {
  border-radius: clamp(10px, 2.3vw, 30px);
  position: absolute;
  top: 0%;
  right: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  height: calc(100% + 50px);
  max-width: clamp(200px, 50vw, 685px);
}
@media screen and (max-width: 767px) {
  .pageTitle > img {
    aspect-ratio: 7/18;
    top: calc(100% - 90px);
    max-height: 143px;
    max-width: 80%;
  }
}
.pageTitle__inner {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pageTitle__inner {
    max-width: 700px;
  }
}
.pageTitle .title--en {
  font-size: 7.5rem;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  font-feature-settings: "kern" 0;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
.pageTitle .title--ja {
  font-size: 2rem;
  font-weight: 500;
}
.pageTitle .title--ja_only {
  font-size: 3.4rem;
}
.pageTitle .title--ja::before {
  color: #0096eb;
  content: "-";
  display: inline-block;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .pageTitle {
    margin-bottom: 90px;
  }
  .pageTitle:has(img) {
    padding: 20px 0 120px;
  }
  .pageTitle:not(:has(img)) {
    padding: 20px 0 40px;
  }
  .pageTitle .title--en {
    font-size: 3.9rem;
  }
  .pageTitle .title--ja {
    font-size: 1.5rem;
  }
  .pageTitle .title--ja_only {
    font-size: 2.4rem;
  }
}
#tinymce .is_sp {
  opacity: 0.5;
}

.single-works .article__cont img {
  border-radius: clamp(10px, 2.5vw, 30px);
}

#tinymce,
.pages__editable,
.article__cont,
.wp-editor {
  overflow-wrap: anywhere;
  /* ===== TYPE1 ===== */
  /* 2カラムのカードレイアウト */
}
#tinymce h2,
.pages__editable h2,
.article__cont h2,
.wp-editor h2 {
  border-left: 5px solid #0096eb;
  line-height: 1.3;
  padding-left: 15px;
  font-size: 2.8rem;
  font-weight: 500;
  margin-bottom: 40px;
}
#tinymce h3,
.pages__editable h3,
.article__cont h3,
.wp-editor h3 {
  color: #0096eb;
  font-weight: 500;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
#tinymce h4,
.pages__editable h4,
.article__cont h4,
.wp-editor h4 {
  font-size: 1.8rem;
  margin-bottom: 15px;
}
#tinymce h4::before,
.pages__editable h4::before,
.article__cont h4::before,
.wp-editor h4::before {
  content: "●";
  color: #0096eb;
  font-size: 14px;
  padding-right: 5px;
}
#tinymce h5,
.pages__editable h5,
.article__cont h5,
.wp-editor h5 {
  font-size: 1.8rem;
}
#tinymce h6,
.pages__editable h6,
.article__cont h6,
.wp-editor h6 {
  font-size: 1.8rem;
}
#tinymce .wp-caption,
.pages__editable .wp-caption,
.article__cont .wp-caption,
.wp-editor .wp-caption {
  border-radius: 30px;
  width: 100% !important;
}
#tinymce .wp-caption img,
.pages__editable .wp-caption img,
.article__cont .wp-caption img,
.wp-editor .wp-caption img {
  margin-bottom: 0.8em;
}
#tinymce img,
.pages__editable img,
.article__cont img,
.wp-editor img {
  border-radius: clamp(10px, 2.5vw, 30px);
}
#tinymce img:has(+ *),
#tinymce p:has(+ *),
.pages__editable img:has(+ *),
.pages__editable p:has(+ *),
.article__cont img:has(+ *),
.article__cont p:has(+ *),
.wp-editor img:has(+ *),
.wp-editor p:has(+ *) {
  margin-bottom: 2rem;
}
#tinymce p span.large-text,
.pages__editable p span.large-text,
.article__cont p span.large-text,
.wp-editor p span.large-text {
  font-size: 30px;
  line-height: 1.5;
}
#tinymce p a,
.pages__editable p a,
.article__cont p a,
.wp-editor p a {
  display: inline-block;
}
#tinymce ul,
#tinymce ol,
.pages__editable ul,
.pages__editable ol,
.article__cont ul,
.article__cont ol,
.wp-editor ul,
.wp-editor ol {
  margin-bottom: 2rem;
  padding-left: 1.5em;
}
#tinymce ul,
.pages__editable ul,
.article__cont ul,
.wp-editor ul {
  list-style: disc;
}
#tinymce ol,
.pages__editable ol,
.article__cont ol,
.wp-editor ol {
  list-style: decimal;
}
#tinymce hr,
.pages__editable hr,
.article__cont hr,
.wp-editor hr {
  border: none;
  padding: 2rem;
  margin: 0 auto;
}
#tinymce iframe,
.pages__editable iframe,
.article__cont iframe,
.wp-editor iframe {
  width: 100%;
  display: block;
}
#tinymce table th,
#tinymce table td,
.pages__editable table th,
.pages__editable table td,
.article__cont table th,
.article__cont table td,
.wp-editor table th,
.wp-editor table td {
  font-weight: normal;
  padding: 1rem;
}
#tinymce .tb_list,
.pages__editable .tb_list,
.article__cont .tb_list,
.wp-editor .tb_list {
  width: 100%;
  margin: 0 auto 5rem;
}
#tinymce .tb_list tr:first-child,
.pages__editable .tb_list tr:first-child,
.article__cont .tb_list tr:first-child,
.wp-editor .tb_list tr:first-child {
  border-top: 1px solid #cccccc;
}
#tinymce .tb_list th,
#tinymce .tb_list td,
.pages__editable .tb_list th,
.pages__editable .tb_list td,
.article__cont .tb_list th,
.article__cont .tb_list td,
.wp-editor .tb_list th,
.wp-editor .tb_list td {
  font-size: 1.5rem;
  text-align: left;
  padding: 1.5rem 0;
}
#tinymce .tb_list tr td:first-child,
.pages__editable .tb_list tr td:first-child,
.article__cont .tb_list tr td:first-child,
.wp-editor .tb_list tr td:first-child {
  width: 20%;
  min-width: 110px;
  border-bottom: 1px solid #cccccc;
  font-weight: 500;
}
#tinymce .tb_list tr td:last-child,
.pages__editable .tb_list tr td:last-child,
.article__cont .tb_list tr td:last-child,
.wp-editor .tb_list tr td:last-child {
  width: 80%;
  padding-left: 1.5%;
  border-bottom: 1px solid #cccccc;
  font-weight: 400;
}
#tinymce .tb_fbox th,
#tinymce .tb_fbox td,
.pages__editable .tb_fbox th,
.pages__editable .tb_fbox td,
.article__cont .tb_fbox th,
.article__cont .tb_fbox td,
.wp-editor .tb_fbox th,
.wp-editor .tb_fbox td {
  padding: 2rem 0;
}
#tinymce .tb_fbox tr td:first-child,
.pages__editable .tb_fbox tr td:first-child,
.article__cont .tb_fbox tr td:first-child,
.wp-editor .tb_fbox tr td:first-child {
  width: 50%;
  padding-right: 2%;
}
#tinymce .tb_fbox tr td:last-child,
.pages__editable .tb_fbox tr td:last-child,
.article__cont .tb_fbox tr td:last-child,
.wp-editor .tb_fbox tr td:last-child {
  width: 50%;
  padding-left: 2%;
}
#tinymce .tb_fbox.col3 tr td,
.pages__editable .tb_fbox.col3 tr td,
.article__cont .tb_fbox.col3 tr td,
.wp-editor .tb_fbox.col3 tr td {
  width: 33.3333333333%;
  padding: 2rem 0 4rem;
}
#tinymce .tb_fbox.col3 tr td img,
.pages__editable .tb_fbox.col3 tr td img,
.article__cont .tb_fbox.col3 tr td img,
.wp-editor .tb_fbox.col3 tr td img {
  margin-bottom: 2rem;
}
#tinymce .tb_fbox.col3 tr td:first-child,
.pages__editable .tb_fbox.col3 tr td:first-child,
.article__cont .tb_fbox.col3 tr td:first-child,
.wp-editor .tb_fbox.col3 tr td:first-child {
  padding-right: 2%;
}
#tinymce .tb_fbox.col3 tr td:nth-child(2),
.pages__editable .tb_fbox.col3 tr td:nth-child(2),
.article__cont .tb_fbox.col3 tr td:nth-child(2),
.wp-editor .tb_fbox.col3 tr td:nth-child(2) {
  padding-right: 1%;
  padding-left: 1%;
}
#tinymce .tb_fbox.col3 tr td:last-child,
.pages__editable .tb_fbox.col3 tr td:last-child,
.article__cont .tb_fbox.col3 tr td:last-child,
.wp-editor .tb_fbox.col3 tr td:last-child {
  padding-left: 2%;
}
#tinymce .btn-list,
.pages__editable .btn-list,
.article__cont .btn-list,
.wp-editor .btn-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
#tinymce .btn-list .btn,
.pages__editable .btn-list .btn,
.article__cont .btn-list .btn,
.wp-editor .btn-list .btn {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #tinymce .btn-list .btn,
  .pages__editable .btn-list .btn,
  .article__cont .btn-list .btn,
  .wp-editor .btn-list .btn {
    width: auto;
  }
}
#tinymce .btn-list .btn,
.pages__editable .btn-list .btn,
.article__cont .btn-list .btn,
.wp-editor .btn-list .btn {
  line-height: 1.6;
  background: #fff;
  border-top-left-radius: 22px 50%;
  border-top-right-radius: 22px 50%;
  border-bottom-right-radius: 22px 50%;
  border-bottom-left-radius: 22px 50%;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  color: #141e28;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  position: relative;
  padding: 17px 40px;
  text-align: center;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (min-width: 768px) {
  #tinymce .btn-list .btn,
  .pages__editable .btn-list .btn,
  .article__cont .btn-list .btn,
  .wp-editor .btn-list .btn {
    min-width: 320px;
  }
}
#tinymce .btn-list .btn:hover,
.pages__editable .btn-list .btn:hover,
.article__cont .btn-list .btn:hover,
.wp-editor .btn-list .btn:hover {
  opacity: 0.6;
}
#tinymce .btn-list .btn:after,
.pages__editable .btn-list .btn:after,
.article__cont .btn-list .btn:after,
.wp-editor .btn-list .btn:after {
  background: url(../img/common/icon_link.webp) no-repeat center center/contain;
  content: "";
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 8px;
  width: 12%;
  height: calc(100% - 10px);
}
#tinymce .btn-list .btn.--primary,
.pages__editable .btn-list .btn.--primary,
.article__cont .btn-list .btn.--primary,
.wp-editor .btn-list .btn.--primary {
  color: #0096eb;
}
#tinymce .btn-list .btn.--primary.--pattern02,
.pages__editable .btn-list .btn.--primary.--pattern02,
.article__cont .btn-list .btn.--primary.--pattern02,
.wp-editor .btn-list .btn.--primary.--pattern02 {
  background-color: #0096eb;
  color: #fff;
}
#tinymce .btn-list .btn.--primary.--pattern02:after,
.pages__editable .btn-list .btn.--primary.--pattern02:after,
.article__cont .btn-list .btn.--primary.--pattern02:after,
.wp-editor .btn-list .btn.--primary.--pattern02:after {
  background: url(../img/common/icon_link_w.svg) no-repeat center center/contain;
  content: "";
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 8px;
  width: 12%;
  height: calc(100% - 10px);
}
#tinymce .btn-list .btn--back,
.pages__editable .btn-list .btn--back,
.article__cont .btn-list .btn--back,
.wp-editor .btn-list .btn--back {
  background: rgba(20, 30, 40, 0.5);
  padding-left: 50px;
  min-width: auto;
}
#tinymce .btn-list .btn--back::after,
.pages__editable .btn-list .btn--back::after,
.article__cont .btn-list .btn--back::after,
.wp-editor .btn-list .btn--back::after {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) scaleX(-1);
}
#tinymce .btn-list .btn--backArticle,
.pages__editable .btn-list .btn--backArticle,
.article__cont .btn-list .btn--backArticle,
.wp-editor .btn-list .btn--backArticle {
  padding-left: 50px;
  min-width: auto;
}
#tinymce .btn-list .btn--backArticle::after,
.pages__editable .btn-list .btn--backArticle::after,
.article__cont .btn-list .btn--backArticle::after,
.wp-editor .btn-list .btn--backArticle::after {
  right: auto;
  left: 1rem;
  transform: translateY(-50%) scaleX(-1);
}
#tinymce .type-box,
.pages__editable .type-box,
.article__cont .type-box,
.wp-editor .type-box {
  background: #eef0f5;
  border-radius: clamp(10px, 2.3vw, 30px);
  margin-bottom: 5rem;
  padding: clamp(20px, 3vw, 40px) clamp(15px, 3vw, 40px) clamp(15px, 3vw, 40px);
  /* ===== 2カラム ===== */
  /* ===== サムネ（左上の黒い正方形） ===== */
  /* ===== テキスト ===== */
}
#tinymce .type-box .type__eyebrow,
.pages__editable .type-box .type__eyebrow,
.article__cont .type-box .type__eyebrow,
.wp-editor .type-box .type__eyebrow {
  font-family: "Fredoka", sans-serif;
  font-weight: 500;
  font-feature-settings: "kern" 0;
  font-size: clamp(16px, 2.2vw, 27px);
  letter-spacing: 0.02em;
  color: #0096eb;
  flex-shrink: 0;
}
#tinymce .type-box .type__title,
.pages__editable .type-box .type__title,
.article__cont .type-box .type__title,
.wp-editor .type-box .type__title {
  font-weight: 700;
  font-size: clamp(17px, 2.2vw, 22px);
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin-bottom: 15px;
}
#tinymce .type-box h3,
.pages__editable .type-box h3,
.article__cont .type-box h3,
.wp-editor .type-box h3 {
  font-size: 2rem;
}
#tinymce .type-box figure,
.pages__editable .type-box figure,
.article__cont .type-box figure,
.wp-editor .type-box figure {
  margin: 0;
}
#tinymce .type-box .type__grid,
.pages__editable .type-box .type__grid,
.article__cont .type-box .type__grid,
.wp-editor .type-box .type__grid {
  display: grid;
  grid-template-columns: 180px 1fr;
  gap: clamp(18px, 2vw, 24px);
  align-items: center;
}
@media (max-width: 767px) {
  #tinymce .type-box .type__grid,
  .pages__editable .type-box .type__grid,
  .article__cont .type-box .type__grid,
  .wp-editor .type-box .type__grid {
    grid-template-columns: 1fr;
  }
}
#tinymce .type-box .thumb,
.pages__editable .type-box .thumb,
.article__cont .type-box .thumb,
.wp-editor .type-box .thumb {
  text-align: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
#tinymce .type-box .thumb > img,
.pages__editable .type-box .thumb > img,
.article__cont .type-box .thumb > img,
.wp-editor .type-box .thumb > img {
  width: 100%;
  height: 100%;
  display: inline-block;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #tinymce .type-box .thumb > img,
  .pages__editable .type-box .thumb > img,
  .article__cont .type-box .thumb > img,
  .wp-editor .type-box .thumb > img {
    width: 120px !important;
    height: auto !important;
  }
}
#tinymce .type-box .type__content h2,
.pages__editable .type-box .type__content h2,
.article__cont .type-box .type__content h2,
.wp-editor .type-box .type__content h2 {
  margin: 0 0 10px;
  font-size: clamp(18px, 2.3vw, 22px);
  font-weight: 500;
}
#tinymce .type-box .type__content p,
.pages__editable .type-box .type__content p,
.article__cont .type-box .type__content p,
.wp-editor .type-box .type__content p {
  margin: 0;
}
#tinymce .type-box .type__image,
.pages__editable .type-box .type__image,
.article__cont .type-box .type__image,
.wp-editor .type-box .type__image {
  padding-top: 30px;
}
#tinymce .type-box .type__image img,
.pages__editable .type-box .type__image img,
.article__cont .type-box .type__image img,
.wp-editor .type-box .type__image img {
  border-radius: clamp(10px, 2.3vw, 30px);
  margin-bottom: 0;
  width: 100%;
}
#tinymce .cards,
.pages__editable .cards,
.article__cont .cards,
.wp-editor .cards {
  background: #eef0f5;
  border-radius: clamp(10px, 2.3vw, 30px);
  padding: clamp(20px, 3vw, 40px);
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px clamp(20px, 2.5vw, 30px);
  margin-bottom: 5rem;
  /* 各カード */
  /* 黒ベタのサムネ（角丸・16:9） */
}
@media (max-width: 767px) {
  #tinymce .cards,
  .pages__editable .cards,
  .article__cont .cards,
  .wp-editor .cards {
    grid-template-columns: 1fr;
  }
}
#tinymce .cards figure,
.pages__editable .cards figure,
.article__cont .cards figure,
.wp-editor .cards figure {
  margin: 0;
}
#tinymce .cards .card h3,
.pages__editable .cards .card h3,
.article__cont .cards .card h3,
.wp-editor .cards .card h3 {
  margin: 0 0 10px;
  font-weight: 500;
  font-size: clamp(18px, 2vw, 22px);
}
#tinymce .cards .thumb,
.pages__editable .cards .thumb,
.article__cont .cards .thumb,
.wp-editor .cards .thumb {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 15px;
  overflow: hidden;
  margin-bottom: 15px;
}
#tinymce .cards .thumb > img,
.pages__editable .cards .thumb > img,
.article__cont .cards .thumb > img,
.wp-editor .cards .thumb > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#tinymce .cards .card p,
.pages__editable .cards .card p,
.article__cont .cards .card p,
.wp-editor .cards .card p {
  margin: 0;
  font-size: clamp(14px, 1.6vw, 15px);
}

@media screen and (max-width: 767px) {
  #tinymce img,
  .pages__editable img,
  .article__cont img {
    border-radius: 10px;
  }
  #tinymce .tb_fbox td,
  .pages__editable .tb_fbox td,
  .article__cont .tb_fbox td {
    display: block;
    width: 100% !important;
    padding: 0 !important;
  }
  #tinymce .tb_fbox tr td:last-child,
  .pages__editable .tb_fbox tr td:last-child,
  .article__cont .tb_fbox tr td:last-child {
    padding-bottom: 3rem !important;
  }
  #tinymce .tb_fbox.col3 tr td,
  .pages__editable .tb_fbox.col3 tr td,
  .article__cont .tb_fbox.col3 tr td {
    padding-bottom: 4rem !important;
  }
  #tinymce .tb_fbox.rev tr,
  .pages__editable .tb_fbox.rev tr,
  .article__cont .tb_fbox.rev tr {
    display: flex;
    flex-direction: column;
  }
  #tinymce .tb_fbox.rev tr:nth-child(2n),
  .pages__editable .tb_fbox.rev tr:nth-child(2n),
  .article__cont .tb_fbox.rev tr:nth-child(2n) {
    flex-direction: column-reverse;
  }
  #tinymce .tb_fbox.rev tr:nth-child(2n) td:first-child,
  .pages__editable .tb_fbox.rev tr:nth-child(2n) td:first-child,
  .article__cont .tb_fbox.rev tr:nth-child(2n) td:first-child {
    padding-bottom: 3rem !important;
  }
  #tinymce .tb_fbox.rev tr:nth-child(2n) td:last-child,
  .pages__editable .tb_fbox.rev tr:nth-child(2n) td:last-child,
  .article__cont .tb_fbox.rev tr:nth-child(2n) td:last-child {
    padding-bottom: 0 !important;
  }
}
.top .gHeader {
  position: fixed;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
.top .gHeader.show {
  transform: translateY(0);
  opacity: 1;
}
.top .hero {
  background: #0096eb url(../img/top/bg_first.webp) center center/contain;
  position: relative;
  overflow: hidden;
}
.top .hero::after {
  background: url(../img/top/bg_gray-t.webp) no-repeat center bottom/100% 100%;
  content: "";
  height: 100px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.top .hero__container {
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  height: 100dvh;
  min-height: 900px;
  position: relative;
  max-width: calc((100% - 1180px) / 2 + 1180px);
  padding-left: 20px;
}
.top .hero__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 55vw;
  padding: 50px 0 150px;
  flex-shrink: 0;
}
.top .hero__company {
  display: flex;
  gap: 30px;
}
.top .hero__sns {
  display: flex;
  gap: 15px;
}
.top .hero__sns a {
  width: 40px;
  height: 40px;
  display: block;
  transition: opacity 0.3s;
}
.top .hero__sns a:hover {
  opacity: 0.7;
}
.top .hero__sns a img {
  width: 100%;
  height: 100%;
}
.top .hero__nav {
  display: grid;
  font-weight: 500;
  grid-template-columns: auto 1fr;
  gap: 10px 30px;
}
.top .hero__nav-item > a {
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s;
}
.top .hero__nav-item > a::before {
  content: "●";
  display: inline-block;
  font-size: 0.875rem;
}
.top .hero__nav-item--parent {
  z-index: 9;
}
.top .hero__nav-item--parent > a {
  padding-right: 10px;
}
.top .hero__nav-item--parent > a::after {
  background: url(../img/common/icon_submenu-w.webp) no-repeat center center/contain;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
}
.top .hero__nav-item--parent .hero__submenu {
  background-color: #fff;
  border-radius: 10px;
  opacity: 0;
  padding: 10px 20px;
  visibility: hidden;
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 100%;
  white-space: nowrap;
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
  z-index: 9;
}
.top .hero__nav-item--parent:hover .hero__submenu {
  opacity: 1;
  visibility: visible;
}
.top .hero__nav-item--parent:hover .hero__submenu a {
  color: #141e28;
  font-weight: 500;
  padding: 5px 0;
  text-decoration: none;
  transition: color 0.2s;
}
.top .hero__nav-item--parent:hover .hero__submenu a:hover {
  color: #0096eb;
}
.top .hero__text {
  color: #fff;
  padding-top: clamp(30px, 8vw, 90px);
}
.top .hero__text__heading {
  font-size: min(42px, 4vw);
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 25px;
  letter-spacing: 0.05em;
}
.top .hero__text__description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
}
.top .hero__cta {
  align-items: center;
  display: inline-flex;
  flex-direction: column;
  gap: 20px;
  max-width: 270px;
}
.top .hero__cta-label {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
}
.top .hero__cta-button {
  min-width: 270px;
}
.top .hero__right {
  height: 140%;
  flex-shrink: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  rotate: 10deg;
  transform: translateY(-15%);
  width: 100%;
}
.top .hero__right img {
  animation: hero-scroll-vertical 50s linear infinite;
  will-change: transform;
}
@keyframes hero-scroll-vertical {
  0% {
    transform: translate(0, -15%);
  }
  100% {
    transform: translate(0%, -115%);
  }
}
.top .about {
  background: #eef0f5;
  padding: 150px 0;
  position: relative;
}
.top .about__container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .top .about__container {
    max-width: 700px;
  }
}
.top .about__bg-text {
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  font-family: "Fredoka", sans-serif;
  font-size: clamp(80px, 12vw, 150px);
  font-feature-settings: "kern" 0;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0.1em;
  white-space: nowrap;
  z-index: 1;
  pointer-events: none;
  line-height: 1;
}
.top .about__content {
  position: relative;
  text-align: center;
  z-index: 2;
}
.top .about__heading {
  margin-bottom: 40px;
}
.top .about__heading-main {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2;
  line-height: 2;
  color: #000000;
  margin-bottom: 10px;
}
.top .about__description {
  font-size: 1.5rem;
  line-height: 2;
  color: #000000;
  margin-bottom: 60px;
}
.top .about__images {
  display: flex;
  justify-content: center;
  gap: clamp(20px, 4vw, 40px);
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
}
.top .about__image {
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  min-width: clamp(160px, 20vw, 240px);
}
.top .about__image:nth-child(even) {
  margin-top: 40px;
}
.top .works {
  background: #fff url(../img/top/bg_works.webp) center center/contain;
  padding-top: 250px;
  position: relative;
  overflow-x: clip;
}
.top .works__chara {
  display: inline-block;
  position: absolute;
  top: -100px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.top .works::after {
  background: url(../img/top/bg_gray-b.webp) no-repeat center top/100% 100%;
  content: "";
  height: 100px;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.top .works__container {
  display: flex;
  gap: min(60px, 5vw);
  justify-content: space-between;
}
.top .works__sidebar {
  align-self: flex-start;
  background: #d9dfe9;
  border-radius: 0 50px 50px 0;
  width: 252px;
  flex-shrink: 0;
  padding: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
}
.top .works__sidebar-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 100%;
}
.top .works__sidebar-title {
  writing-mode: vertical-rl;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(50px, 8vw, 104px);
  font-feature-settings: "kern" 0;
  font-weight: 400;
  color: #141e28;
  letter-spacing: 0.1em;
  line-height: 1;
}
.top .works__sidebar-subtitle {
  font-size: 2rem;
  font-weight: 700;
  color: #141e28;
  letter-spacing: 0.1em;
}
.top .works__sidebar-description {
  border-top: 1px solid #bec3d2;
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  font-weight: 400;
  color: #141e28;
  line-height: 2;
  margin-top: auto;
  padding-top: 20px;
}
.top .works__sidebar-button {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 160px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  min-width: 160px;
  padding-right: 60px;
  width: 100%;
}
.top .works__sidebar-button:after {
  background: url(../img/common/icon_link.webp) no-repeat center center/contain;
  content: "";
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  transform: translateY(-50%);
  top: 50%;
  right: 8px;
  width: 23%;
  height: calc(100% - 10px);
}
.top .works__main {
  padding: 40px 0;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top .works__section {
  margin-bottom: 50px;
}
.top .works__section:last-child {
  margin-bottom: 0;
}
.top .works__section__header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-right: 20px;
  max-width: 1180px;
  margin-left: 0;
  margin-bottom: 30px;
  gap: 20px;
}
.top .works__heading {
  font-size: 3.2rem;
  font-weight: 500;
  color: #141e28;
}
.top .works__heading:has(+ .works__section__header) {
  padding-bottom: 20px;
}
.top .works__category {
  display: flex;
  gap: 15px;
  align-items: center;
}
.top .works__category-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  background: #fff;
  border: none;
  border-radius: 10px;
  padding: 10px min(20px, 1.5vw);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: 0.1s ease;
}
.top .works__category-item img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.1s ease;
}
.top .works__category-item span {
  font-size: 1.6rem;
  font-weight: 500;
  color: #141e28;
  white-space: nowrap;
  transition: all 0.1s ease;
}
.top .works__category-item:hover, .top .works__category-item--active {
  background: linear-gradient(135deg, #0095d9 0%, #0076b8 100%);
}
.top .works__category-item:hover span, .top .works__category-item--active span {
  color: #fff;
}
.top .works__category-item:hover img, .top .works__category-item--active img {
  filter: brightness(0) invert(1);
}
.top .works__cards {
  display: flex;
}
.top .works__card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: transform 0.3s, box-shadow 0.3s;
  flex-shrink: 0;
  margin-right: 20px;
}
.top .works__card:hover {
  transform: translateY(-5px);
}
.top .works__card--disabled {
  cursor: default;
  opacity: 0.8;
}
.top .works__card--disabled:hover {
  transform: none;
}
.top .works__card-image {
  border-radius: clamp(10px, 3vw, 30px);
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top .works__card-image img {
  aspect-ratio: 3/4;
  border-radius: clamp(10px, 3vw, 30px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  -o-object-fit: cover;
     object-fit: cover;
}
.top .works__card-text {
  background: linear-gradient(to bottom, rgba(20, 30, 40, 0) 0%, rgba(20, 30, 40, 0.3) 100%);
  border-radius: clamp(10px, 3vw, 30px);
  padding: 40px 25px 25px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.top .works__card-tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 500;
  padding: 2px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  width: -moz-fit-content;
  width: fit-content;
}
.top .works__card-title {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.top .works__nav {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.top .works__nav-button {
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  transition: all 0.2s;
}
.top .works__nav-button:hover:not(:disabled) {
  opacity: 0.6;
}
.top .works__nav-button:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.top .works__loop-text {
  display: flex;
  gap: 3%;
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  white-space: nowrap;
  width: 120%;
}
.top .works__loop-text img {
  display: inline-block;
  height: auto;
  animation: works-loop-scroll 25s linear infinite;
  will-change: transform;
  width: 300%;
}
@keyframes works-loop-scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-103%);
  }
}
.top .service {
  background: #fff url(../img/top/bg_works.webp) center center/1366px auto;
  padding-right: 20px;
}
.top .service__container {
  border: 8px solid #141e28;
  border-left: none;
  border-radius: 0 50px 50px 0;
  max-width: calc((100vw - 1180px) / 2 + 1180px);
  background: #0096eb;
  padding: min(100px, 8vw);
  display: flex;
  align-items: center;
  gap: min(6vw, 70px);
  width: 100%;
}
.top .service__label {
  align-self: start;
  writing-mode: vertical-rl;
  font-family: "Fredoka", sans-serif;
  font-feature-settings: "kern" 0;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 4%;
}
.top .service__content {
  flex: 1;
  color: #fff;
  position: relative;
  z-index: 2;
}
.top .service__heading {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
}
.top .service__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
}
.top .service__title small {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.top .service__character {
  flex-shrink: 0;
  max-width: 13vw;
}
.top .service__lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.75;
  color: #fff;
  margin-bottom: 20px;
}
.top .service__description {
  font-weight: 500;
  line-height: 2;
  color: #fff;
  margin-bottom: 40px;
}
.top .service__button {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  min-width: 300px;
}
.top .service__image {
  flex-shrink: 1;
  max-width: 400px;
  position: relative;
}
.top .service__image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.top .service::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../img/top/bg_about.webp) no-repeat center right/contain;
  opacity: 0.1;
  pointer-events: none;
}
.top .service02 {
  background: #fff url(../img/top/bg_works.webp) center center/1366px auto;
  padding: 100px 0 250px;
  padding-left: 20px;
  position: relative;
}
.top .service02::after {
  background: url(../img/top/bg_gray-3.webp) no-repeat center bottom/100% 100%;
  content: "";
  height: 100px;
  position: absolute;
  bottom: -1px;
  left: 0;
  z-index: 1;
  width: 100%;
}
.top .service02__container {
  border: 8px solid #141e28;
  border-right: none;
  border-radius: 50px 0 0 50px;
  max-width: calc((100vw - 1180px) / 2 + 1180px);
  margin-left: auto;
  background: #fff000;
  padding: min(100px, 8vw);
  display: flex;
  flex-flow: row-reverse;
  align-items: center;
  gap: min(6vw, 70px);
  width: 100%;
}
.top .service02__label {
  align-self: start;
  writing-mode: vertical-rl;
  font-family: "Fredoka", sans-serif;
  font-size: 18px;
  font-feature-settings: "kern" 0;
  font-weight: 400;
  color: #141e28;
  letter-spacing: 0.05em;
  flex-shrink: 0;
  line-height: 1;
  padding-top: 4%;
}
.top .service02__content {
  flex: 1;
  color: #141e28;
  position: relative;
  z-index: 2;
}
.top .service02__heading {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  margin-bottom: 40px;
}
.top .service02__title {
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1.4;
  color: #141e28;
}
.top .service02__title small {
  font-size: 2rem;
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
}
.top .service02__character {
  flex-shrink: 0;
}
.top .service02__lead {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1.75;
  color: #141e28;
  margin-bottom: 20px;
}
.top .service02__description {
  font-weight: 500;
  line-height: 2;
  color: #141e28;
  margin-bottom: 40px;
}
.top .service02__button {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  min-width: 300px;
}
.top .service02__image {
  flex-shrink: 1;
  max-width: 400px;
  position: relative;
}
.top .service02__image img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}
.top .service02::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: url(../img/top/bg_about.webp) no-repeat center right/contain;
  opacity: 0.1;
  pointer-events: none;
}
.top .news {
  background: #eef0f5;
  padding: 120px 0;
  position: relative;
}
.top .news__character {
  position: absolute;
  top: -130px;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.top .news__container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  display: flex;
  gap: min(100px, 8vw);
  position: relative;
}
@media screen and (max-width: 767px) {
  .top .news__container {
    max-width: 700px;
  }
}
.top .news__header {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
}
.top .news__title {
  align-items: center;
  font-family: "Fredoka", sans-serif;
  font-size: clamp(40px, 5vw, 60px);
  font-feature-settings: "kern" 0;
  font-weight: 400;
  color: #141e28;
  line-height: 1;
}
.top .news__subtitle {
  font-size: 1.6rem;
  color: #141e28;
  margin-left: 10px;
  vertical-align: middle;
}
.top .news__button {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-top: auto;
}
.top .news__content {
  flex: 1;
  position: relative;
}
.top .news__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top .news__item {
  padding-top: 50px;
  transition: opacity 0.3s;
}
.top .news__item:first-child {
  padding-top: 0;
}
.top .news__item:hover {
  opacity: 0.7;
}
.top .news__item a {
  text-decoration: none;
  display: block;
}
.top .news__item-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 15px;
}
.top .news__date {
  font-size: 1.5rem;
  font-weight: 400;
  color: #898e93;
  font-family: "Fredoka", sans-serif;
  font-feature-settings: "kern" 0;
  letter-spacing: 0.05em;
}
.top .news__category {
  display: inline-block;
  background: #fff;
  color: #141e28;
  font-size: 1.5rem;
  font-weight: 600;
  padding: 2px 18px;
  border-radius: 20px;
}
.top .news__item-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: #141e28;
  line-height: 1.7;
}
.top .company {
  background: #eef0f5;
  padding: 120px 0;
  position: relative;
  overflow: hidden;
}
.top .company__container {
  margin: auto;
  max-width: 1180px;
  padding: 0 20px;
  position: relative;
  width: 100%;
}
.top .company__content {
  flex: 1;
  background: #dce1e8;
  border-radius: 30px 500px 500px 30px;
  padding: min(120px, 9vw) 20px min(120px, 9vw) min(100px, 8vw);
  min-height: 600px;
  display: flex;
  flex-direction: column;
  max-width: 872px;
}
.top .company__inner {
  max-width: min(420px, 40vw);
}
.top .company__header {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.top .company__title {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(45px, 5vw, 60px);
  font-feature-settings: "kern" 0;
  font-weight: 400;
  color: #141e28;
  line-height: 1;
}
.top .company__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #141e28;
  margin-left: 10px;
  letter-spacing: 0.05em;
}
.top .company__lead {
  font-size: 2.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2;
  color: #141e28;
  margin-bottom: 20px;
  max-width: 500px;
}
.top .company__description {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2;
  color: #141e28;
  margin-bottom: 40px;
}
.top .company__button {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  max-width: 280px;
}
.top .company__character {
  position: absolute;
  bottom: 40px;
  left: -40px;
  z-index: 2;
}
.top .company__images {
  flex-shrink: 0;
  position: absolute;
  bottom: 80px;
  right: 20px;
  z-index: 0;
  max-width: 40vw;
}
.top .contact {
  background: #eef0f5;
  padding-bottom: 100px;
  position: relative;
}
.top .contact__container {
  max-width: 1040px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1180px;
}
@media screen and (max-width: 767px) {
  .top .contact__container {
    max-width: 700px;
  }
}
.top .contact__header {
  margin-bottom: 50px;
  text-align: center;
}
.top .contact__title {
  font-family: "Fredoka", sans-serif;
  font-size: clamp(48px, 5vw, 60px);
  font-feature-settings: "kern" 0;
  font-weight: 400;
  color: #141e28;
  line-height: 1;
  margin-bottom: 10px;
}
.top .contact__subtitle {
  font-weight: 400;
  color: #141e28;
}
.top .contact__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: min(4vw, 50px);
}
.top .contact__card {
  border: 6px solid #141e28;
  border-radius: 30px;
  padding: min(40px, 3.2vw) min(30px, 2.4vw);
  display: flex;
  align-items: center;
  gap: 30px;
}
.top .contact__card--phone {
  background: #0096eb;
  color: #fff;
}
.top .contact__card--mail {
  background: #fff000;
  color: #141e28;
}
.top .contact__card-icon {
  flex-shrink: 0;
}
.top .contact__card-text {
  width: 100%;
}
.top .contact__card-label {
  font-size: 1.6rem;
  font-weight: 500;
}
.top .contact__card-phone {
  font-size: clamp(36px, 4vw, 46px);
  font-weight: 700;
  color: #fff;
  line-height: 1;
  margin: 10px 0;
}
.top .contact__card-time {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
}
.top .contact__card-button {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  margin-top: 20px;
  max-width: 100%;
  min-width: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .top .gHeader--menuBtn {
    display: none;
  }
  .top .gHeader--menuBtn.show {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .top {
    padding-top: 0;
    overflow-x: clip;
  }
  .top .gHeader {
    opacity: 1;
  }
  .top .gHeader.show {
    transform: translateY(0);
    opacity: 1;
  }
  .top .gHeader--menuBtn:not(.show) {
    background: #ffffff;
  }
  .top .gHeader--menuBtn:not(.show)::before, .top .gHeader--menuBtn:not(.show)::after,
  .top .gHeader--menuBtn:not(.show) span {
    background: #0096eb;
  }
  .top .hero {
    background: #0096eb url(../img/top/bg_first.webp) center center/contain;
    position: relative;
    overflow: hidden;
  }
  .top .hero::after {
    background: url(../img/top/bg_gray-t.webp) no-repeat center bottom/100% 100%;
    content: "";
    height: 50px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .top .hero__container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: auto;
    height: 100dvh;
    min-height: 500px;
    position: relative;
    max-width: 100%;
    padding: 0 15px 0 30px;
  }
  .top .hero__left {
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 100%;
    padding: 20px 0 80px;
    position: relative;
    flex-shrink: 0;
    height: 100%;
    z-index: 1;
  }
  .top .hero__company {
    align-items: center;
    gap: 20px;
  }
  .top .hero__logo {
    width: 160px;
  }
  .top .hero__logo img {
    width: 100%;
    height: auto;
  }
  .top .hero__sns {
    display: none;
    gap: 15px;
  }
  .top .hero__sns a {
    width: 30px;
    height: 30px;
    display: block;
    transition: opacity 0.3s;
  }
  .top .hero__sns a:hover {
    opacity: 0.7;
  }
  .top .hero__nav {
    display: none;
    font-weight: 500;
    grid-template-columns: 1fr;
    gap: 5px 30px;
  }
  .top .hero__nav-item {
    position: relative;
  }
  .top .hero__nav-item a {
    color: #fff;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: opacity 0.3s;
  }
  .top .hero__nav-item a::before {
    content: "●";
    display: inline-block;
  }
  .top .hero__nav-item--parent > a::after {
    background: url(../img/common/icon_submenu-w.webp) no-repeat center center/contain;
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    transition: transform 0.3s;
  }
  .top .hero__nav-item--parent:hover > a::after {
    transform: rotate(45deg);
  }
  .top .hero__nav-item--parent:hover .hero__submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .top .hero__submenu {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    list-style: none;
    opacity: 0;
    padding: 10px 0;
    position: absolute;
    left: 20px;
    top: calc(100% + 5px);
    min-width: 180px;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    z-index: 10;
  }
  .top .hero__submenu-item a {
    color: #0096eb;
    display: block;
    font-weight: 500;
    padding: 10px 20px;
    text-decoration: none;
    transition: background-color 0.2s;
  }
  .top .hero__submenu-item a:hover {
    background-color: rgba(0, 149, 235, 0.1);
  }
  .top .hero__text {
    color: #fff;
    margin-top: auto;
    padding-top: 20px;
    text-shadow: 0 0 8px rgba(0, 150, 235, 0.6);
  }
  .top .hero__text__heading {
    font-size: clamp(24px, 4.8vw, 34px);
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 20px;
    letter-spacing: 0.05em;
  }
  .top .hero__text__description {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
  }
  .top .hero__cta {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 260px;
    width: 100%;
  }
  .top .hero__cta-button {
    width: 100%;
  }
  .top .hero__right {
    position: absolute;
    left: 30%;
    opacity: 0.6;
    top: 0;
    width: 100%;
  }
  .top .hero__right img {
    height: auto;
    width: 100%;
  }
  .top .about {
    background: #eef0f5;
    padding: 80px 0 100px;
    position: relative;
  }
  .top .about__container {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top .about__container {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .top .about__bg-text {
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    font-family: "Fredoka", sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.1em;
    white-space: nowrap;
    z-index: 1;
    pointer-events: none;
    line-height: 1;
  }
  .top .about__content {
    position: relative;
    text-align: center;
    z-index: 2;
  }
  .top .about__heading {
    margin-bottom: 30px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #000000;
    margin-bottom: 10px;
    word-break: keep-all;
  }
  .top .about__description {
    font-size: 1.5rem;
    line-height: 2;
    color: #000000;
    margin-bottom: 50px;
    text-align: left;
  }
  .top .about__images {
    display: flex;
    justify-content: center;
    gap: clamp(20px, 4vw, 40px);
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
  }
  .top .about__image {
    position: relative;
    overflow: hidden;
    border-radius: 15px;
    min-width: 120px;
  }
  .top .about__image:nth-child(even) {
    margin-top: 30px;
  }
  .top .works {
    background: #fff url(../img/top/bg_works.webp) center center/contain;
    padding-top: 140px;
    position: relative;
    overflow-x: clip;
  }
  .top .works__chara {
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    width: 100%;
    max-width: 325px;
  }
  .top .works::after {
    background: url(../img/top/bg_gray-b.webp) no-repeat center top/100% 100%;
    content: "";
    height: 50px;
    position: absolute;
    top: -1px;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .top .works__container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    justify-content: space-between;
    padding-left: 30px;
  }
  .top .works__sidebar {
    align-self: flex-start;
    background: transparent;
    border-radius: 0 50px 50px 0;
    width: 100%;
    flex-shrink: 0;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 30px 0 0;
  }
  .top .works__sidebar-content {
    display: flex;
    flex-direction: column;
    align-items: normal;
    gap: 10px;
    width: 100%;
  }
  .top .works__sidebar-title {
    writing-mode: horizontal-tb;
    font-family: "Fredoka", sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #141e28;
    letter-spacing: 0.1em;
    line-height: 1;
    text-align: center;
  }
  .top .works__sidebar-subtitle {
    font-size: 1.8rem;
    font-weight: 700;
    color: #141e28;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .top .works__sidebar-description {
    border-top: none;
    writing-mode: horizontal-tb;
    font-size: 1.5rem;
    font-weight: 400;
    color: #141e28;
    line-height: 2;
    margin-top: auto;
    padding-top: 10px;
  }
  .top .works__sidebar-button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 260px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    min-width: 260px;
    margin: auto;
    margin-top: 20px;
    width: 100%;
  }
  .top .works__sidebar-button:after {
    background: url(../img/common/icon_link.webp) no-repeat center center/contain;
    content: "";
    position: absolute;
    box-sizing: border-box;
    pointer-events: none;
    transform: translateY(-50%);
    top: 50%;
    right: 8px;
    width: 10.5%;
    height: calc(100% - 10px);
  }
  .top .works__main {
    padding: 0;
    position: relative;
    width: 100%;
    overflow: hidden;
  }
  .top .works__section {
    margin-bottom: 50px;
  }
  .top .works__section:last-child {
    margin-bottom: 0;
  }
  .top .works__section__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-right: 30px;
    gap: 20px;
  }
  .top .works__heading {
    font-size: 2.4rem;
    font-weight: 500;
    color: #141e28;
  }
  .top .works__category {
    display: flex;
    gap: 10px;
    align-items: center;
  }
  .top .works__category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #fff;
    border: none;
    border-radius: 15px;
    padding: 5px 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: all 0.3s ease;
    width: 70px;
    min-width: 70px;
    flex: 1;
  }
  .top .works__category-item img {
    width: 40px;
    height: 40px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .top .works__category-item span {
    font-size: 1rem;
    font-weight: 500;
    color: #141e28;
    white-space: wrap;
    word-break: keep-all;
    padding: 0 5px;
  }
  .top .works__cards {
    display: flex;
  }
  .top .works__card {
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    position: relative;
    transition: transform 0.3s, box-shadow 0.3s;
    margin-right: 20px;
    white-space: wrap;
  }
  .top .works__card:hover {
    transform: translateY(-5px);
  }
  .top .works__card--disabled {
    cursor: default;
    opacity: 0.8;
  }
  .top .works__card--disabled:hover {
    transform: none;
  }
  .top .works__card-image {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
  }
  .top .works__card-image img {
    border-radius: 25px;
    height: 300px;
    width: auto;
  }
  .top .works__card-text {
    background: linear-gradient(to bottom, rgba(20, 30, 40, 0) 0%, rgba(20, 30, 40, 0.3) 100%);
    border-radius: 25px;
    padding: 15px 15px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .top .works__card-tag {
    display: inline-block;
    background: rgba(255, 255, 255, 0.4);
    border: 1px solid #fff;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 500;
    padding: 2px 10px;
    border-radius: 20px;
    margin-bottom: 10px;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top .works__card-title {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.6;
  }
  .top .works__nav {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
  }
  .top .works__nav-button {
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 0;
    transition: all 0.3s;
  }
  .top .works__nav-button img {
    width: 40px;
  }
  .top .works__nav-button:hover:not(:disabled) {
    opacity: 0.6;
  }
  .top .works__nav-button:disabled {
    opacity: 0.3;
    cursor: not-allowed;
  }
  .top .works__loop-text {
    display: flex;
    gap: 3%;
    position: relative;
    overflow: hidden;
    padding: 50px 0;
    white-space: nowrap;
    width: 180%;
  }
  .top .works__loop-text img {
    display: inline-block;
    height: auto;
    animation: works-loop-scroll 20s linear infinite;
    will-change: transform;
    width: 300%;
  }
  @keyframes works-loop-scroll {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-103%);
    }
  }
  .top .service {
    background: #fff url(../img/top/bg_works.webp) center center/1366px auto;
    padding-right: 10px;
  }
  .top .service__container {
    border: 5px solid #141e28;
    border-left: none;
    border-radius: 0 20px 20px 0;
    max-width: 100%;
    background: #0096eb;
    padding: 30px 25px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .top .service__label {
    align-self: start;
    writing-mode: horizontal-tb;
    font-family: "Fredoka", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    line-height: 1;
    margin-bottom: -20px;
    padding-top: 4%;
  }
  .top .service__title {
    max-width: 194px;
  }
  .top .service__content {
    flex: 1;
    color: #fff;
    position: relative;
    z-index: 2;
  }
  .top .service__heading {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 30px;
  }
  .top .service__character {
    flex-shrink: 0;
    max-width: 100px;
  }
  .top .service__lead {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #fff;
    margin-bottom: 15px;
  }
  .top .service__description {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    color: #fff;
    margin-bottom: 30px;
  }
  .top .service__button {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: block;
    min-width: 280px;
    max-width: 280px;
  }
  .top .service__image {
    flex-shrink: 0;
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .top .service__image img {
    width: 100%;
    height: auto;
    border-radius: 15px;
  }
  .top .service::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/top/bg_about.webp) no-repeat center right/contain;
    opacity: 0.1;
    pointer-events: none;
  }
  .top .service02 {
    background: #fff url(../img/top/bg_works.webp) center center/1366px auto;
    padding: 40px 0 120px;
    padding-left: 10px;
    position: relative;
  }
  .top .service02::after {
    background: url(../img/top/bg_gray-3.webp) no-repeat center bottom/100% 100%;
    content: "";
    height: 50px;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 1;
    width: 100%;
  }
  .top .service02__container {
    border: 5px solid #141e28;
    border-right: none;
    border-radius: 20px 0 0 20px;
    max-width: 100%;
    margin-left: auto;
    background: #fff000;
    padding: 30px 25px 25px;
    display: flex;
    flex-flow: column;
    align-items: center;
    gap: 0;
    width: 100%;
  }
  .top .service02__label {
    align-self: start;
    writing-mode: horizontal-tb;
    font-family: "Fredoka", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #141e28;
    letter-spacing: 0.05em;
    flex-shrink: 0;
    line-height: 1;
    margin-bottom: -20px;
    padding-top: 4%;
  }
  .top .service02__title {
    max-width: 194px;
  }
  .top .service02__content {
    flex: 1;
    color: #141e28;
    position: relative;
    z-index: 2;
  }
  .top .service02__heading {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    margin-bottom: 30px;
  }
  .top .service02__character {
    flex-shrink: 0;
    max-width: 100px;
  }
  .top .service02__lead {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.5;
    color: #141e28;
    margin-bottom: 15px;
  }
  .top .service02__description {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 2;
    color: #141e28;
    margin-bottom: 30px;
  }
  .top .service02__button {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    display: block;
    min-width: 280px;
    max-width: 280px;
  }
  .top .service02__image {
    flex-shrink: 0;
    padding-top: 30px;
    width: 100%;
    max-width: 100%;
    position: relative;
  }
  .top .service02__image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }
  .top .service02::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: url(../img/top/bg_about.webp) no-repeat center right/contain;
    opacity: 0.1;
    pointer-events: none;
  }
  .top .news {
    background: #eef0f5;
    display: flex;
    flex-direction: column;
    padding: 60px 0;
    position: relative;
  }
  .top .news__character {
    position: absolute;
    top: -80px;
    left: 50%;
    translate: -50% 0;
    z-index: 2;
    width: 203px;
  }
  .top .news__container {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0 30px;
    position: relative;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top .news__container {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .top .news__header {
    flex-shrink: 0;
    display: contents;
  }
  .top .news__title {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: "Fredoka", sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #141e28;
    line-height: 1;
    padding-bottom: 20px;
  }
  .top .news__subtitle {
    font-size: 1.6rem;
    color: #141e28;
    margin-left: 10px;
    vertical-align: middle;
  }
  .top .news__button {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    margin-top: auto;
    order: 1;
    max-width: 280px;
    margin: auto;
    width: 100%;
  }
  .top .news__content {
    flex: 1;
    position: relative;
  }
  .top .news__list {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .top .news__item {
    padding-top: 30px;
    transition: opacity 0.3s;
  }
  .top .news__item:first-child {
    padding-top: 0;
  }
  .top .news__item:hover {
    opacity: 0.7;
  }
  .top .news__item a {
    text-decoration: none;
    display: block;
  }
  .top .news__item-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
  }
  .top .news__date {
    font-size: 1.5rem;
    font-weight: 400;
    color: #898e93;
    font-family: "Fredoka", sans-serif;
  }
  .top .news__category {
    display: inline-block;
    background: #fff;
    color: #141e28;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 2px 15px;
    border-radius: 20px;
  }
  .top .news__item-title {
    font-size: 1.6rem;
    font-weight: 500;
    color: #141e28;
    line-height: 1.7;
  }
  .top .company {
    background: #eef0f5;
    padding: 0 0 60px 0;
    position: relative;
    overflow: visible;
  }
  .top .company__container {
    margin: auto;
    max-width: 100%;
    padding: 0;
    position: static;
    width: 100%;
  }
  .top .company__content {
    flex: 1;
    background: #dce1e8;
    border-radius: 0 0 250px 250px/0 0 100px 100px;
    padding: 60px 30px 300px;
    min-height: auto;
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .top .company__inner {
    max-width: 100%;
  }
  .top .company__header {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    text-align: center;
  }
  .top .company__title {
    font-family: "Fredoka", sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #141e28;
    line-height: 1;
  }
  .top .company__subtitle {
    color: #141e28;
    margin-left: 0;
  }
  .top .company__lead {
    font-size: 1.8rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.75;
    color: #141e28;
    margin-bottom: 20px;
    max-width: 500px;
  }
  .top .company__description {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 2;
    color: #141e28;
    margin-bottom: 30px;
  }
  .top .company__button {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    display: block;
    max-width: 280px;
    margin: auto;
  }
  .top .company__character {
    display: none;
    position: absolute;
    bottom: 0;
    left: 10px;
    z-index: 2;
    top: -20px;
    max-width: 25%;
  }
  .top .company__images {
    flex-shrink: 0;
    margin-top: -250px;
    position: inherit;
    bottom: 0;
    right: 0;
    left: 0;
    translate: 0;
    z-index: 0;
    max-width: 100%;
    text-align: center;
  }
  .top .company__images img {
    margin: auto;
    width: 88%;
  }
  .top .contact {
    background: #eef0f5;
    padding-bottom: 60px;
    position: relative;
  }
  .top .contact__container {
    max-width: 1040px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .top .contact__container {
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .top .contact__header {
    margin-bottom: 30px;
    text-align: center;
  }
  .top .contact__title {
    font-family: "Fredoka", sans-serif;
    font-size: 60px;
    font-weight: 400;
    color: #141e28;
    line-height: 1;
    margin-bottom: 10px;
  }
  .top .contact__subtitle {
    font-weight: 400;
    color: #141e28;
  }
  .top .contact__cards {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .top .contact__card {
    border: 4px solid #141e28;
    border-radius: 15px;
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  .top .contact__card--phone {
    background: #0096eb;
    color: #fff;
  }
  .top .contact__card--mail {
    background: #fff000;
    color: #141e28;
  }
  .top .contact__card-icon {
    flex-shrink: 0;
    max-width: 70px;
  }
  .top .contact__card-text {
    width: 100%;
  }
  .top .contact__card-label {
    font-size: 1.5rem;
    font-weight: 500;
    padding-bottom: 5px;
  }
  .top .contact__card-phone {
    font-size: clamp(24px, 6.5vw, 28px);
    color: #fff;
    line-height: 1;
    margin: 10px 0;
  }
  .top .contact__card-time {
    font-size: 1.5rem;
    font-weight: 500;
    color: #fff;
  }
  .top .contact__card-button {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
    margin-top: 5px;
    max-width: 100%;
    width: 100%;
  }
}
.works-archive__intro {
  margin-bottom: 70px;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 400;
  line-height: 1.8;
}
.works-archive__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin-bottom: 60px;
}

.works-card__link {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.works-card__link--disabled {
  cursor: default;
  opacity: 0.8;
}
.works-card__link--disabled:hover {
  opacity: 0.8;
}
.works-card__image {
  width: 100%;
  aspect-ratio: 3/2;
  border-radius: 20px;
  overflow: hidden;
  background: #000;
  position: relative;
  margin-bottom: 10px;
}
.works-card__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.works-card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-card__content {
  padding: 0 5px;
}
.works-card__category {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.works-card__category-item {
  color: #0096eb;
  font-size: 1.2rem;
  font-weight: 500;
  transition: opacity 0.3s ease;
}
.works-card__category-item:hover {
  opacity: 0.7;
}
.works-card__title {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.6;
  color: #141e28;
  margin: 0 0 10px 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.works-card__excerpt {
  font-size: 1.4rem;
  line-height: 1.8;
  color: #666;
}

.works-template-default.single .wrapper {
  max-width: 1040px;
}
.works-template-default.single .post--info {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
}
.works-template-default.single .post--time {
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
  gap: 20px;
}
.works-template-default.single .post--catList {
  font-size: 1.5rem;
  font-weight: 500;
}
.works-template-default.single .post--catList a {
  color: #0096eb;
  display: block;
  padding: 0;
  background: transparent;
}
.works-template-default.single .article--title {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.works-template-default.single .article__info-image {
  padding-top: 30px;
  width: 100%;
}
.works-template-default.single .article__info-image img {
  aspect-ratio: 3/2;
  border-radius: 30px;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-width: 767px) {
  .works-template-default.single .article__info-image img {
    border-radius: 10px;
  }
}
.works-template-default.single .article__contact {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  gap: 15px;
  padding-top: 30px;
  position: relative;
}
.works-template-default.single .article__contact-message {
  font-size: clamp(1.5rem, 1.7vw, 2rem);
  font-weight: 500;
  padding: 0 80px;
  word-break: keep-all;
}
@media screen and (max-width: 767px) {
  .works-template-default.single .article__contact-message {
    padding: 0 0 0 80px;
  }
}
.works-template-default.single .article__contact-chara {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  max-width: 17vw;
}
@media screen and (max-width: 767px) {
  .works-template-default.single .article__contact-btn {
    margin: 0 0 0 80px;
  }
}
.works-template-default.single .article__other {
  border-radius: clamp(10px, 3vw, 30px);
  margin-top: 80px;
  padding: 40px 60px;
  background: #eef0f5;
  margin-bottom: 80px;
}
.works-template-default.single .article__other-head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-left: 10px;
}
.works-template-default.single .article__other-title {
  font-size: 2rem;
  font-weight: 500;
  background: #fff;
  padding: 20px 40px;
  border-radius: 50px;
  margin: 0;
  position: relative;
}
.works-template-default.single .article__other-title::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  transform: translate(-100%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 15px 10px 0;
  border-color: transparent #fff transparent transparent;
}
.works-template-default.single .article__other-sns {
  display: flex;
  gap: 15px;
}
.works-template-default.single .article__other-sns-link {
  display: block;
  transition: opacity 0.3s;
}
.works-template-default.single .article__other-sns-link img {
  display: block;
  width: 50px;
  height: 50px;
}
.works-template-default.single .article__other-sns-link:hover {
  opacity: 0.7;
}
.works-template-default.single .article__other-posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.works-template-default.single .article__other-post {
  display: block;
  text-decoration: none;
  transition: opacity 0.3s;
}
.works-template-default.single .article__other-post:hover {
  opacity: 0.7;
}
.works-template-default.single .article__other-post--disabled {
  cursor: default;
  opacity: 0.8;
}
.works-template-default.single .article__other-post--disabled:hover {
  opacity: 0.8;
}
.works-template-default.single .article__other-post-thumb {
  width: 100%;
  aspect-ratio: 3/2;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 15px;
  background: #000;
}
.works-template-default.single .article__other-post-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.works-template-default.single .article__other-post-info {
  display: flex;
  flex-direction: column;
}
.works-template-default.single .article__other-post-date {
  font-size: 1.2rem;
  color: #0096eb;
  font-weight: 500;
}
.works-template-default.single .article__other-post-title {
  color: #141e28;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.5;
}
.works-template-default.single .article__guide {
  text-align: center;
  border-top: 1px solid #cccccc;
  padding-top: 100px;
}
.works-template-default.single .toc {
  background: #f5f5f5;
  border-radius: clamp(10px, 2vw, 30px);
  padding: 30px;
  margin-bottom: 70px;
}
.works-template-default.single .toc__title {
  font-size: 2rem;
  font-weight: 500;
  color: #0096eb;
  line-height: 1;
  margin-bottom: 20px;
  position: relative;
}
.works-template-default.single .toc__list {
  list-style: none !important;
  counter-reset: toc-counter;
  padding-left: 0 !important;
  margin: 0;
  margin-bottom: 0 !important;
}
.works-template-default.single .toc__item {
  counter-increment: toc-counter;
  font-weight: 400;
  margin-bottom: 5px;
  position: relative;
  padding-left: 20px;
}
.works-template-default.single .toc__item:last-child {
  margin-bottom: 0;
}
.works-template-default.single .toc__item::before {
  content: counter(toc-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #0096eb;
  font-weight: 500;
  line-height: 1.6;
}
.works-template-default.single .toc__link {
  color: #141e28;
  font-size: 1.6rem;
  line-height: 1.6;
  text-decoration: none;
  display: block;
  transition: opacity 0.3s ease;
}
.works-template-default.single .toc__link:hover {
  opacity: 0.7;
  text-decoration: underline;
}

@media screen and (max-width: 767px) {
  .works-archive__intro {
    margin-bottom: 50px;
  }
  .works-archive__grid {
    grid-template-columns: 1fr;
    gap: 30px;
    margin-bottom: 40px;
  }
  .works-card__image {
    border-radius: 15px;
  }
  .works-card__title {
    font-size: 1.6rem;
  }
  .works-card__excerpt {
    font-size: 1.3rem;
  }
  .works-template-default.single .article__other {
    margin-top: 60px;
    padding: 40px 20px;
  }
  .works-template-default.single .article__other-head {
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .works-template-default.single .article__other-title {
    font-size: 1.2rem;
    padding: 15px 30px;
    width: 100%;
    box-sizing: border-box;
  }
  .works-template-default.single .article__other-posts {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .works-template-default.single .toc {
    padding: 20px;
    margin-bottom: 50px;
  }
  .works-template-default.single .toc__title {
    font-size: 1.8rem;
  }
  .works-template-default.single .toc__item {
    padding-left: 20px;
  }
  .works-template-default.single .toc__item::before {
    font-size: 1.4rem;
  }
  .works-template-default.single .toc__link {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .works-archive__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
.form__table {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  margin: 6rem auto 3rem;
}
.form__table td,
.form__table th {
  padding: 0 0 3rem;
}
.form__table th {
  width: 30%;
  padding-right: 2rem;
  font-weight: normal;
}
.form__table td {
  width: 70%;
}
.form__table input:not([type=checkbox]),
.form__table textarea,
.form__table select {
  border: 1px solid #cccccc;
  font-size: 1.6rem;
  padding: 1rem;
  width: 100%;
  border-radius: 0;
  background: #fff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}
.form__table input:not([type=checkbox]):hover,
.form__table textarea:hover,
.form__table select:hover {
  border-color: #a6a6a6;
  background: #fafafa;
}
.form__table input:not([type=checkbox]):focus,
.form__table textarea:focus,
.form__table select:focus {
  outline: none;
  border-color: #0096eb;
  box-shadow: 0 0 0 3px rgba(0, 150, 235, 0.1);
  background: #fff;
}
.form__table input:not([type=checkbox])::-moz-placeholder, .form__table textarea::-moz-placeholder, .form__table select::-moz-placeholder {
  color: #5b84ad;
  opacity: 0.7;
}
.form__table input:not([type=checkbox])::placeholder,
.form__table textarea::placeholder,
.form__table select::placeholder {
  color: #5b84ad;
  opacity: 0.7;
}
.form__table input:not([type=checkbox]):disabled,
.form__table textarea:disabled,
.form__table select:disabled {
  background: #f5f5f5;
  cursor: not-allowed;
  opacity: 0.6;
}
.form__table input:not([type=checkbox]).p-region,
.form__table textarea.p-region,
.form__table select.p-region {
  margin-top: 1rem;
}
.form__table textarea {
  display: block;
  resize: none;
  height: 216px;
  flex: 1;
}
.form__table input[type=checkbox]:hover {
  cursor: pointer;
}
.form__table .p-country-name {
  display: none;
}
.form--notes {
  font-size: 1.4rem;
  display: inline-block;
  padding: 0.5rem 0;
}
.form--pp a {
  text-decoration: underline;
}
.form--confirm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.form--confirm .btn {
  font-size: 1.5rem;
  min-width: 260px;
}

.mw_wp_form.mw_wp_form_complete {
  text-align: center;
  margin-top: 30px;
}

.mw_wp_form input[name="__children[pp_agreement][]"] + .error {
  display: inline;
  padding-right: 0.5em;
}
.mw_wp_form .checkbox__wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
  line-height: 1.4;
}
.mw_wp_form .checkbox__wrap.col {
  flex-direction: column;
}
.mw_wp_form .checkbox__wrap.form--pp {
  flex-wrap: nowrap;
  gap: 0;
}
.mw_wp_form .checkbox__wrap .horizontal-item + .horizontal-item {
  margin-left: 0;
}
.mw_wp_form .checkbox__wrap > span {
  position: relative;
}
.mw_wp_form .checkbox__wrap input[type=radio],
.mw_wp_form .checkbox__wrap input[type=checkbox] {
  display: none;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span {
  box-sizing: border-box;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  padding: 0;
  width: auto;
  flex-basis: auto;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span::before,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span::before {
  content: "";
  width: 2rem;
  height: 2rem;
  background: #eff2f9;
  margin-right: 1rem;
  flex-basis: auto;
  flex-shrink: 0;
}
.mw_wp_form .checkbox__wrap input[type=radio] + span::after,
.mw_wp_form .checkbox__wrap input[type=checkbox] + span::after {
  border-right: 3px solid #0096eb;
  border-bottom: 3px solid #0096eb;
  content: "";
  display: block;
  height: 9px;
  opacity: 0;
  position: absolute;
  top: 4px;
  left: 7px;
  transform: rotate(45deg);
  width: 5px;
}
.mw_wp_form .checkbox__wrap input[type=radio]:checked + span::after,
.mw_wp_form .checkbox__wrap input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.mw_wp_form .form--error input,
.mw_wp_form .form--error textarea,
.mw_wp_form .form--error select, .mw_wp_form .form--error.checkbox__wrap {
  background: #ffeeee;
  border: 1px solid #ff0000;
}
.mw_wp_form .form--error.checkbox__wrap {
  position: relative;
  padding: 1rem 1rem 4rem;
}
.mw_wp_form .form--error.checkbox__wrap .error {
  position: absolute;
  bottom: 0;
}
.mw_wp_form .form--error .error {
  font-size: 1.3rem;
  color: #ff0000;
  padding: 0.5rem 0;
}
.mw_wp_form .req {
  font-size: 1.3rem;
  color: #ff0000;
  margin-left: 1rem;
}

.mw_wp_form_input .form--send {
  display: none;
}

.mw_wp_form_preview .form__table {
  border-top: 1px solid #cccccc;
}
.mw_wp_form_preview .form__table th,
.mw_wp_form_preview .form__table td {
  padding: 1rem 0;
  border-bottom: 1px solid #cccccc;
}
.mw_wp_form_preview .form--pp a {
  pointer-events: none;
  text-decoration: none;
}
.mw_wp_form_preview .form--pp a, .mw_wp_form_preview .form--pp a:visited {
  color: #141e28;
}
.mw_wp_form_preview .req,
.mw_wp_form_preview .form--notes,
.mw_wp_form_preview .form--input {
  display: none;
}

@media screen and (max-width: 767px) {
  .form__table {
    margin: 4rem auto;
  }
  .form__table td,
  .form__table th {
    width: 100%;
    display: block;
    padding: 0;
  }
  .form__table th {
    padding-bottom: 0.5rem;
  }
  .form__table td {
    padding-bottom: 2rem;
  }
  .mw_wp_form_preview .form__table th {
    padding: 0.5rem 0;
    border-color: rgba(204, 204, 204, 0.5);
  }
}/*# sourceMappingURL=style.css.map */