/*
see: http://html5doctor.com/html-5-reset-stylesheet/
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  width: 100%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  background-color: #FFF;
  text-align: justify;
  overflow-wrap: break-word;
}

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

a {
  text-decoration: none;
  color: #004DE6;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a,
button {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
a:focus,
button:focus {
  opacity: 0.7;
}
@media (hover: hover) {
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  a:active,
  button:active {
    opacity: 0.7;
  }
}

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

.br-pc {
  display: none;
}
@media (768px <= width) {
  .br-pc {
    display: block;
  }
}

@media (768px <= width) {
  .br-sp {
    display: none;
  }
}

.is-empty {
  margin-bottom: clamp(3.75rem, 2.8697183099rem + 3.7558685446vw, 6.25rem);
}
@media (768px <= width) {
  .is-empty {
    text-align: center;
  }
}

/* -- header -- */
.site-header {
  position: absolute;
  z-index: 10;
}
.site-header .menu {
  padding-inline: 50px;
  max-width: 510px;
  margin-inline: auto;
  margin-top: 11.25rem;
  margin-bottom: 6.25rem;
}
@media (1100px <= width) {
  .site-header .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
    padding: 1rem 2.5rem 1rem 1.875rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.site-header .menu-link {
  font-size: 1.25rem;
}
@media (1100px <= width) {
  .site-header .menu-link {
    font-size: 1rem;
  }
}
.site-header .sub-menu {
  font-weight: 400;
}
@media (1100px <= width) {
  .site-header .sub-menu {
    display: none;
  }
}
.site-header .menu > .menu-item {
  margin-top: 1.25rem;
  border-bottom: #D3D3D3 1px solid;
}
.site-header .menu > .menu-item:last-child {
  border-bottom: none;
}
@media (1100px <= width) {
  .site-header .menu > .menu-item {
    margin-top: 0;
    border-bottom: none;
  }
}

.header__logo {
  display: inline-block;
  width: auto;
  max-height: 50px;
  margin: 1.25rem 0 0 0.8125rem;
}
@media screen and (max-width: 374px) {
  .header__logo {
    width: calc(100vw - 5.625rem);
  }
}
@media (1100px <= width) {
  .header__logo {
    max-height: 60px;
    margin-top: 1rem;
    margin-left: 2.8125rem;
  }
}

/* -- hamburger -- */
.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  border: none;
  width: 50px;
  height: 50px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1a66ff), to(#0e2bc7));
  background-image: linear-gradient(#1a66ff, #0e2bc7);
  border-radius: 5px;
  cursor: pointer;
  z-index: 1000;
}
@media (1100px <= width) {
  .hamburger {
    display: none;
  }
}

.hamburger__line {
  display: block;
  position: relative;
  background-color: #FFF;
  width: 20px;
  height: 2px;
  border-radius: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 12px auto 8px;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.hamburger__line:before {
  top: -6px;
}

.hamburger__line:after {
  top: 6px;
}

.hamburger__line::before,
.hamburger__line::after {
  display: block;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 1px;
  background-color: #FFF;
  -webkit-transition: inherit;
  transition: inherit;
}

.hamburger__line.-active {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.hamburger__line.-active::before {
  opacity: 0;
}

.hamburger__line.-active::after {
  top: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.hamburger__text {
  font-size: 0.6875rem;
  font-weight: 600;
  color: #FFF;
}

/* -- navigation -- */
.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100dvh;
  background-color: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1000;
}
@media (1100px <= width) {
  .nav {
    top: 20px;
    left: auto;
    right: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
    visibility: visible;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    border-radius: 10px;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  }
}

.nav.-active {
  opacity: 1;
  visibility: visible;
  overflow: auto;
}

.nav__logo-wrapper {
  display: none;
  position: fixed;
  top: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 2.5rem 0 1.25rem;
  background-color: #FFF;
}

.nav__logo-wrapper.-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (1100px <= width) {
  .nav__logo-wrapper.-active {
    display: none;
  }
}

.nav__logo {
  width: auto;
  max-height: 100px;
}

.nav__contact__wrapper {
  position: fixed;
  bottom: 0;
  padding-inline: 1.25rem;
  width: 100%;
  background-color: #FFF;
}
@media (1100px <= width) {
  .nav__contact__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: static;
    width: auto;
    padding-inline: 0;
    background-color: transparent;
  }
}

.nav__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 450px;
  margin: 1.25rem auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#FF9F40), to(#FF720D));
  background-image: linear-gradient(#FF9F40, #FF720D);
  color: #FFF;
  font-size: 1.25rem;
  font-weight: 600;
  padding: 0.625rem 1.25rem;
  border-radius: 10px;
}
@media (1100px <= width) {
  .nav__contact {
    font-size: 0.875rem;
    padding: 0.5rem 1rem;
    margin: 0;
    margin-right: 0.625rem;
  }
}
.nav__contact::before {
  content: "";
  display: inline-block;
  width: 22px;
  aspect-ratio: 44/33;
  margin-right: 0.4em;
  background: url("../img/icon-mail.png") no-repeat center/contain;
}
@media (1100px <= width) {
  .nav__contact::before {
    width: 18px;
    margin-right: 0.375rem;
  }
}

/* -- footer -- */
.footer {
  background-color: #F7F7F9;
  padding: 2.5rem 1.25rem 1.25rem;
}
@media (768px <= width) {
  .footer {
    padding: 3.75rem 3.75rem 1.25rem;
  }
}
@media screen and (min-width: 1300px) {
  .footer {
    padding-inline: 7.5rem;
  }
}
@media screen and (min-width: 1300px) {
  .footer .footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 6.25rem;
       -moz-column-gap: 6.25rem;
            column-gap: 6.25rem;
    max-width: 1200px;
    margin-inline: auto;
    margin-bottom: 1.875rem;
  }
}
.footer .footer__logo {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: inline-block;
  max-width: 310px;
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 1300px) {
  .footer .footer__logo {
    max-width: 260px;
  }
}
.footer .menu {
  margin-bottom: 2.5rem;
}
@media (768px <= width) {
  .footer .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-column-gap: 1.25rem;
       -moz-column-gap: 1.25rem;
            column-gap: 1.25rem;
    margin-bottom: 1.25rem;
  }
}
@media screen and (min-width: 1300px) {
  .footer .menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer .menu-link {
  font-size: 1rem;
}
@media screen and (min-width: 1300px) {
  .footer .menu-link {
    font-size: 1.25rem;
  }
}
.footer .sub-menu {
  margin-left: 0.625rem;
  margin-top: 0.625rem;
  font-weight: 400;
}
@media (768px <= width) {
  .footer .sub-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (768px <= width) {
  .footer .menu-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 180px;
  }
}
.footer .footer__contact {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border: #004DE6 1px solid;
  padding: 0.5rem 1.25rem;
  margin-bottom: 1.875rem;
  border-radius: 10px;
  background-color: #FFF;
  color: #004DE6;
  font-size: 0.875rem;
  font-weight: 600;
  opacity: 1;
  overflow: hidden;
  z-index: 1;
}
@media (768px <= width) {
  .footer .footer__contact {
    max-width: 270px;
    padding: 0.5rem 1rem;
  }
}
.footer .footer__contact::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  background-color: #004DE6;
  z-index: -1;
}
@media (hover: hover) {
  .footer .footer__contact::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.footer .footer__contact .footer__contact__text {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1;
}
.footer .footer__contact .footer__contact__text::before {
  content: "";
  display: inline-block;
  width: 18px;
  aspect-ratio: 66/50;
  margin-right: 0.4em;
  background: url("../img/icon-mail-blue.png") no-repeat center/contain;
}
@media (hover: hover) {
  .footer .footer__contact:hover {
    color: #FFF;
  }
  .footer .footer__contact:hover::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .footer .footer__contact:hover .footer__contact__text::before {
    background-image: url("../img/icon-mail.png");
  }
}
.footer .footer__legal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.625rem;
}
@media (768px <= width) {
  .footer .footer__legal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.625rem 1.875rem;
    max-width: 1200px;
    margin-inline: auto;
  }
}
.footer .footer-legal-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
}
.footer .policy-link,
.footer .terms-link {
  color: #333;
  font-size: 0.875rem;
}
.footer .copyright {
  text-align: center;
  font-size: 0.75rem;
}

/* -- menu -- */
.menu {
  list-style: none;
}
@media (hover: hover) {
  .menu a {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 0.4em;
  }
  .menu a:hover {
    opacity: 1;
  }
  .menu a::before {
    content: "";
    position: relative;
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    margin-top: 1px;
    border-radius: 50%;
    background-color: #004DE6;
    opacity: 0;
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .menu a:hover::before {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.menu > .menu-item {
  padding-bottom: 1.25rem;
}
.menu > .menu-item:last-child {
  padding-bottom: 0;
}
@media (1100px <= width) {
  .menu > .menu-item {
    padding-bottom: 0;
  }
}

.menu-link {
  color: #004DE6;
  font-weight: 600;
}

.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1.875rem;
     -moz-column-gap: 1.875rem;
          column-gap: 1.875rem;
  list-style: none;
}

.sub-menu .menu-item a {
  font-size: 0.875rem;
  color: #333;
}

/* -- breadcrumb -- */
.breadcrumb {
  font-size: 0.75rem;
  margin-bottom: 1.875rem;
}
@media (768px <= width) {
  .breadcrumb {
    margin-bottom: 3.125rem;
  }
}
.breadcrumb ol {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.breadcrumb ol li:not(:last-child)::after {
  content: ">";
  margin: 0 1em;
}
.breadcrumb a {
  color: #333;
}
.breadcrumb .current_page {
  color: #004DE6;
}

/* -- title -- */
.section-title,
.page-title,
.news-title {
  font-family: "Montserrat", sans-serif;
  font-size: clamp(3.75rem, 3.3098591549rem + 1.8779342723vw, 5rem);
  color: #004DE6;
  margin-bottom: clamp(1.25rem, 7vw, 2.5rem);
  line-height: 1.2;
}

.section-sub-title,
.page-sub-title,
.news-sub-title {
  position: relative;
  display: block;
  font-size: clamp(1rem, 0.911971831rem + 0.3755868545vw, 1.25rem);
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 1.5em;
}
.section-sub-title::before,
.page-sub-title::before,
.news-sub-title::before {
  position: absolute;
  top: 2px;
  left: 0;
  content: "";
  display: block;
  width: 1em;
  height: 1em;
  background: url("../img/deco-title.png") no-repeat center/contain;
}

.page-title,
.news-title {
  font-size: 3.75rem;
  margin-bottom: 2.5rem;
}
@media (768px <= width) {
  .page-title,
  .news-title {
    font-size: 5rem;
    margin-bottom: 3.75rem;
  }
}

.page-sub-title,
.news-sub-title {
  font-size: 1rem;
}
@media (768px <= width) {
  .page-sub-title,
  .news-sub-title {
    font-size: 1.25rem;
  }
}

.page-title--jp,
.news-title--jp {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.875rem;
}
@media (768px <= width) {
  .page-title--jp,
  .news-title--jp {
    font-size: 3.625rem;
  }
}

.page-sub-title--en,
.news-sub-title--en {
  font-family: "Montserrat", sans-serif;
  font-size: 1.125rem;
}
@media (768px <= width) {
  .page-sub-title--en,
  .news-sub-title--en {
    font-size: 1.375rem;
  }
}

/* -- list -- */
.page main ul,
.single main ul {
  list-style: none;
  padding-left: 1.2em;
  margin-bottom: 1.875rem;
}
.page main ul li,
.single main ul li {
  position: relative;
  margin-bottom: 1rem;
}
.page main ul li::before,
.single main ul li::before {
  content: "";
  position: absolute;
  left: -1.2em;
  top: 0.7em;
  width: 0.5em;
  height: 0.5em;
  background-color: #004DE6;
  border-radius: 50%;
}

/* -- link -- */
.c-button-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
}
@media (hover: hover) {
  .c-button-link:focus, .c-button-link:hover {
    opacity: 1 !important;
  }
  .c-button-link:focus .c-button-link__arrow, .c-button-link:hover .c-button-link__arrow {
    color: #FFF;
  }
  .c-button-link:focus .c-button-link__arrow::after, .c-button-link:hover .c-button-link__arrow::after {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.c-button-link__arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.8em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  border: #004DE6 solid 1px;
  margin-left: 0.4em;
  background-color: #FFF;
  font-size: 0.8em;
  font-weight: 500;
  color: #004DE6;
  overflow: hidden;
  z-index: 1;
}
.c-button-link__arrow::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #004DE6;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  z-index: -1;
}
@media (hover: hover) {
  .c-button-link__arrow::after {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}

.no-hover .c-button-link:hover .c-button-link__arrow {
  color: #004DE6;
}
.no-hover .c-button-link:hover .c-button-link__arrow::after {
  content: none;
}

.c-button-link__arrow--external {
  display: inline-block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
}

.c-button-link--wh {
  background-color: #FFF;
  border-radius: 10px;
  width: 100%;
  padding: 1rem 1.5rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-button-link--wh .c-button-link__arrow {
  background-color: #004DE6;
  color: #FFF;
  margin-left: 0.6em;
}
.c-button-link--wh .c-button-link__arrow::after {
  background-color: #CCDDFF;
}
@media (hover: hover) {
  .c-button-link--wh:focus, .c-button-link--wh:hover {
    background-color: #CCDDFF;
  }
  .c-button-link--wh:focus .c-button-link__arrow, .c-button-link--wh:hover .c-button-link__arrow {
    color: #004DE6;
  }
}

.no-hover .c-button-link--wh:hover .c-button-link__arrow {
  color: #FFF;
}

.about__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.875rem clamp(1.25rem, -4.4642857143rem + 11.9047619048vw, 6.25rem);
  padding-inline: clamp(1.25rem, -1.1354961832rem + 10.1781170483vw, 3.75rem);
  margin-bottom: clamp(2.5rem, 0.7394366197rem + 7.5117370892vw, 7.5rem);
}

.about-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0.5rem;
  max-width: 400px;
}
@media (hover: hover) {
  .about-link:focus .about-link__image, .about-link:hover .about-link__image {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
  }
}

.about-link__image {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.recruit__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.875rem;
  margin-bottom: clamp(2.5rem, 0.7394366197rem + 7.5117370892vw, 7.5rem);
}
@media (768px <= width) {
  .recruit__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.c-button-link--recruit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.625rem;
  padding: 1.5625rem 2.5rem;
  border: 1px solid #004DE6;
  border-radius: 10px;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (768px <= width) {
  .c-button-link--recruit {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 340px;
    padding: clamp(0.9375rem, 0.3813976378rem + 1.312335958vw, 1.5625rem) clamp(1.25rem, 0.1377952756rem + 2.624671916vw, 2.5rem);
    line-height: 1.4;
  }
}
@media (hover: hover) {
  .c-button-link--recruit:focus, .c-button-link--recruit:hover {
    background-color: #CCDDFF;
  }
  .c-button-link--recruit:focus .c-button-link__arrow, .c-button-link--recruit:hover .c-button-link__arrow {
    background-color: #CCDDFF;
  }
}

.c-button-link--thanks,
.c-button-link--404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5625rem 2.5rem;
  max-width: 340px;
  margin-inline: auto;
  border: 1px solid #004DE6;
  border-radius: 10px;
  background-color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
  .c-button-link--thanks:focus, .c-button-link--thanks:hover,
  .c-button-link--404:focus,
  .c-button-link--404:hover {
    background-color: #CCDDFF;
  }
  .c-button-link--thanks:focus .c-button-link__arrow, .c-button-link--thanks:hover .c-button-link__arrow,
  .c-button-link--404:focus .c-button-link__arrow,
  .c-button-link--404:hover .c-button-link__arrow {
    background-color: #CCDDFF;
  }
}

.c-button-link--thanks {
  margin-bottom: clamp(2.5rem, 0.7394366197rem + 7.5117370892vw, 7.5rem);
}

.c-button-link--404 {
  margin-bottom: clamp(2.5rem, 1.6197183099rem + 3.7558685446vw, 5rem);
}

.c-button-link--grad {
  position: relative;
  color: #FFF;
  background: -webkit-gradient(linear, right top, left top, from(#1a66ff), to(#0e2bc7));
  background: linear-gradient(270deg, #1a66ff, #0e2bc7);
  overflow: hidden;
}
.c-button-link--grad::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 0;
  border-radius: 10px;
}
.c-button-link--grad .c-button-link__text,
.c-button-link--grad .c-button-link__arrow {
  position: relative;
  z-index: 1;
  color: #FFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-button-link--grad .c-button-link__arrow {
  border-color: #FFF;
  background-color: transparent;
}
.c-button-link--grad .c-button-link__arrow::after {
  background-color: #FFF;
}
@media (hover: hover) {
  .c-button-link--grad:focus::before, .c-button-link--grad:hover::before {
    background: rgba(0, 0, 0, 0.2);
  }
  .c-button-link--grad:focus .c-button-link__arrow, .c-button-link--grad:hover .c-button-link__arrow {
    color: #004DE6;
  }
}

.no-hover .c-button-link--grad:hover .c-button-link__arrow {
  color: #FFF;
}

.c-button-link--grad-accent {
  background: -webkit-gradient(linear, right top, left top, from(#FF9F40), to(#FF720D));
  background: linear-gradient(270deg, #FF9F40, #FF720D);
  border: none;
  max-width: 280px;
  margin-inline: auto;
  margin-bottom: clamp(5rem, 4.1197183099rem + 3.7558685446vw, 7.5rem);
}
@media (hover: hover) {
  .c-button-link--grad-accent:focus::before, .c-button-link--grad-accent:hover::before {
    background: rgba(255, 255, 255, 0.2);
  }
  .c-button-link--grad-accent:focus .c-button-link__arrow, .c-button-link--grad-accent:hover .c-button-link__arrow {
    color: #FF9F40;
  }
}

.c-button-link__close {
  font-size: 0.7em;
}

.c-button-link--recruit.is-close {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #6E6E6E;
  border-color: #6E6E6E;
}
@media (hover: hover) {
  .c-button-link--recruit.is-close:focus::before, .c-button-link--recruit.is-close:hover::before {
    background: transparent;
  }
}

/* -- box -- */
.c-content-box {
  background-color: #FFF;
  padding: 1.875rem 1.25rem;
  border-radius: 10px;
}
@media (768px <= width) {
  .c-content-box {
    padding: 2.5rem 3.75rem;
  }
}

/* -- contact -- */
.contact {
  margin-top: 3.75rem;
}
.contact .section-title,
.contact p {
  color: #FFF;
  font-weight: 600;
}
.contact .section-sub-title::before {
  background: url("../img/deco-title-wh.png") no-repeat center/contain;
}
@media (768px <= width) {
  .contact .section-title {
    margin-bottom: 0.625rem;
  }
  .contact p {
    margin-bottom: 1.875rem;
  }
  .contact .c-button-link__text {
    font-size: clamp(1rem, 0.7775590551rem + 0.5249343832vw, 1.25rem);
  }
}
@media screen and (min-width: 1320px) {
  .contact {
    margin-bottom: clamp(3.75rem, 10vw, 6.25rem);
  }
}

.contact__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#1a66ff), to(#0e2bc7));
  background: linear-gradient(#1a66ff, #0e2bc7);
  border-radius: 60px 60px 0 0;
  padding-top: clamp(3.75rem, 10vw, 6.25rem);
  padding-bottom: clamp(3.75rem, 10vw, 6.25rem);
  width: 100vw;
  margin-left: calc(50% - 50vw);
}
@media (768px <= width) {
  .contact__wrapper {
    padding-top: 3.75rem;
    padding-bottom: 1.875rem;
    max-width: 1320px;
    margin-inline: auto;
  }
}
@media screen and (min-width: 1320px) {
  .contact__wrapper {
    border-radius: 60px;
  }
}

.contact__list {
  list-style: none;
}
@media (768px <= width) {
  .contact__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem;
  }
}

.contact__item {
  margin-bottom: 1.875rem;
}
.contact__item:last-child {
  margin-bottom: 0;
}
@media (768px <= width) {
  .contact__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/* -- news -- */
.news__list {
  border-top: 1px solid #D3D3D3;
}

.news__item {
  display: block;
  border-bottom: 1px solid #D3D3D3;
}

.news__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 0 1rem 0;
  font-size: 1rem;
}

.news-date {
  font-weight: 500;
  color: #6E6E6E;
}

.news-category {
  display: inline-block;
  padding: 0.2em 1.2em;
  border: 1px solid currentColor;
  border-radius: 999px;
  font-size: 0.8rem;
}

.news-category--sales {
  color: #0056d2;
  background-color: #FFF;
}

.news-category--product-service {
  color: #E85A00;
  background-color: #FFF;
}

.news-category--others {
  color: #6E6E6E;
  background-color: #FFF;
}

.news__text {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  padding-bottom: 1.5rem;
  margin-bottom: 0;
}

/* -- page -- */
.page h2 {
  font-size: 1.5625rem;
  padding-bottom: 0.5rem;
  background-image: linear-gradient(90deg, #004DE6 0 60px, #D3D3D3 60px);
  background-repeat: no-repeat;
  background-size: 100% 2px;
  background-position: bottom;
  margin-bottom: 1.875rem;
}
@media (768px <= width) {
  .page h2 {
    font-size: 2.5rem;
  }
}
.page .lead {
  margin-bottom: 3.75rem;
  font-weight: 600;
}
@media (768px <= width) {
  .page .lead {
    font-size: 1.125rem;
    max-width: 1000px;
    margin-inline: auto;
    margin-bottom: 6.25rem;
  }
}
.page .c-button-link {
  font-size: 1.125rem;
}
@media (768px <= width) {
  .page .c-button-link {
    font-size: 1.25rem;
  }
}

/* -- page-child -- */
.page-child .page-hero {
  margin-bottom: 0.5rem;
}
@media (768px <= width) {
  .page-child .page-hero {
    margin-bottom: 0.75rem;
  }
}

section + section {
  margin-top: clamp(3.75rem, 10vw, 6.25rem);
}

.section__inner,
.content-wrapper,
.page-section__inner {
  margin-inline: clamp(1.25rem, -1.1354961832rem + 10.1781170483vw, 3.75rem);
}
@media (768px <= width) {
  .section__inner,
  .content-wrapper,
  .page-section__inner {
    max-width: 1440px;
    margin-inline: auto;
  }
}

@media (768px <= width) {
  .section__inner {
    padding-inline: clamp(3.75rem, -0.5357142857rem + 8.9285714286vw, 7.5rem);
  }
}

@media (768px <= width) {
  .content-wrapper,
  .page-section__inner {
    padding-inline: clamp(3.75rem, -4.8214285714rem + 17.8571428571vw, 11.25rem);
  }
}

p {
  margin-bottom: 1.6em;
}

.flex--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}/*# sourceMappingURL=common.css.map */