@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+Antique&family=Zen+Kaku+Gothic+New&display=swap");
/* リセット
---------------------------------------------------- */
*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
u,
b,
mark,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
figure,
button {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset,
img {
  border: 0;
  vertical-align: top;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: inherit;
}

li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6,
small {
  font-size: 100%;
  font-weight: inherit;
}

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

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

br {
  letter-spacing: normal;
}

/* to preserve line-height and selector appearance */
sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

main {
  display: block;
}

u {
  text-decoration: none;
}

b {
  font-weight: inherit;
}

mark {
  background: none;
  color: inherit;
}

time {
  display: block;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input,
textarea,
select {
  *font-size: 100%;
}

button {
  font-family: inherit;
  color: inherit;
  border: none;
  cursor: pointer;
}

/* ページ共通
---------------------------------------------------- */
html {
  color: #3a3b3c;
  font-size: 10px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  margin: 0;
  padding: 0;
  font: 10px/1.4 "azo-sans-web", "A1ゴシック M", "A1 Gothic M", "sans-serif";
  font-size: 1.6rem;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%;
  }
}

*:first-child + html body {
  font-size: 87%;
}

hr {
  border: none;
}

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

a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  img {
    width: 100%;
  }
}

.clearfix:after {
  content: ".";
  /* 新しい要素を作る */
  display: block;
  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}

.clear {
  clear: both;
}

.none {
  margin: 0;
  padding: 0;
  border: none;
}

.set-anime {
  opacity: 0;
  transition: 0.8s;
  position: relative;
  top: 30px;
}
.set-anime.show-anime {
  opacity: 1;
  top: 0;
}

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

svg {
  vertical-align: top;
}

input[type=text],
input[type=submit],
input[type=reset],
input[type=button],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

input[type=text],
input[type=password],
textarea {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}
input[type=text]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #aaa;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-input-placeholder,
input[type=password]::-moz-input-placeholder,
textarea::-moz-input-placeholder {
  /* Fox */
  color: #ccc;
  opacity: 1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, textarea::-moz-placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
textarea::placeholder {
  /* Others */
  color: #ccc;
  opacity: 1;
}

input[type=text] {
  padding: 8px 16px;
}
input[type=text]::-ms-clear {
  visibility: hidden;
}

input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-outer-spin-button, input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  box-sizing: border-box;
}
select::-ms-expand {
  display: none;
}

textarea {
  padding: 16px;
  vertical-align: baseline;
}
:root {
  --header-height: 114px;
}
@media (max-width: 1024px) {
  :root {
    --header-height: 90px;
  }
}

.l-header.scrolled ~ .l-main {
  --header-height: 60px;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #333;
  background: #fff;
  line-height: 1.445;
}

a {
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.6;
}

body.is-menu-open {
  overflow: hidden;
  height: 100%;
}

/*--------------------------------------
 ヘッダー（PC：上固定）
---------------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 200;
  background: #fff;
}
.l-header .inner {
  display: flex;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  row-gap: 20px;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px 40px;
  height: 114px;
  transition: height 0.3s;
}
@media (max-width: 1024px) {
  .l-header .inner {
    justify-content: space-between;
    -moz-column-gap: 0;
         column-gap: 0;
    row-gap: 0;
    padding: 10px 20px;
    height: 90px;
  }
}
@media screen and (max-width: 767px) {
  .l-header .inner {
    height: auto;
    padding: 2.6666666667vw 5.3333333333vw;
  }
}
.l-header .inner > a {
  width: 100%;
  max-width: 210px;
}
@media (max-width: 1024px) {
  .l-header .inner > a {
    display: none;
  }
}
.l-header .inner > a .icon {
  display: none;
}
.l-header .logo {
  width: 100%;
  max-width: 290px;
}
@media screen and (max-width: 767px) {
  .l-header .logo {
    max-width: 45.3333333333vw;
  }
}
.l-header .logo a {
  display: block;
}
.l-header .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-header .logo .logo-scrolled {
  display: none;
}
.l-header .lang {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-shrink: 0;
}
@media (max-width: 1024px) {
  .l-header .lang {
    display: none;
  }
}
.l-header .lang a,
.l-header .lang span {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #000;
  text-decoration: none;
}
.l-header .lang .is-current a,
.l-header .lang .is-current span {
  color: #3d62ad;
  text-decoration: underline;
  text-underline-offset: 3px;
  pointer-events: none;
}
.l-header .header-nav {
  margin-left: auto;
}
@media (max-width: 1024px) {
  .l-header .header-nav {
    display: none;
  }
}
.l-header .header-nav > ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}
.l-header .header-nav a,
.l-header .header-nav .sub-toggle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #000;
  white-space: nowrap;
  transition: opacity 0.3s, font-size 0.3s;
}
.l-header .header-nav .sub-toggle {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.l-header .header-nav .sub-toggle::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
}
.l-header .header-nav .has-sub {
  position: relative;
}
.l-header .header-nav .has-sub.is-open .sub-toggle::after {
  transform: rotate(-135deg);
  top: 2px;
}
.l-header .header-nav .has-sub.is-open .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.l-header .header-nav .sub-menu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  z-index: 210;
  display: block;
  min-width: 280px;
  margin: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #dfdfdf;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translate(0, 8px);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s, transform 0.25s, visibility 0.25s;
}
.l-header .header-nav .sub-menu li {
  display: block;
}
.l-header .header-nav .sub-menu a {
  display: block;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.19;
  white-space: normal;
  transition: background 0.2s, color 0.2s;
}
.l-header .header-nav .sub-menu a:hover {
  background: #3d62ad;
  color: #fff;
}
.l-header .sp-menu-btn {
  display: none;
}
@media (max-width: 1024px) {
  .l-header .sp-menu-btn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    padding: 0;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 200;
  }
  .l-header .sp-menu-btn span {
    display: block;
    flex-shrink: 0;
    width: 40px;
    height: 2px;
    background: #000;
    transition: 0.3s;
  }
  .l-header .sp-menu-btn.is-open span:nth-child(1) {
    transform: translateY(12px) rotate(45deg);
  }
  .l-header .sp-menu-btn.is-open span:nth-child(2) {
    opacity: 0;
  }
  .l-header .sp-menu-btn.is-open span:nth-child(3) {
    transform: translateY(-12px) rotate(-45deg);
  }
}
@media screen and (max-width: 767px) {
  .l-header .sp-menu-btn {
    gap: 2.6666666667vw;
    width: 8vw;
    height: auto;
  }
  .l-header .sp-menu-btn span {
    width: 8vw;
    height: 2px;
  }
  .l-header .sp-menu-btn.is-open span:nth-child(1) {
    transform: translateY(calc(2.6666666667vw + 2px)) rotate(45deg);
  }
  .l-header .sp-menu-btn.is-open span:nth-child(3) {
    transform: translateY(calc(0px - 2.6666666667vw - 2px)) rotate(-45deg);
  }
}
.l-header.scrolled .inner {
  height: 70px;
}
.l-header.scrolled .logo {
  width: auto;
  max-width: none;
}
.l-header.scrolled .logo .logo-default {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header.scrolled .logo .logo-default {
    display: inline;
    width: 45.3333333333vw;
  }
}
.l-header.scrolled .logo .logo-scrolled {
  display: block;
  width: 45px;
}
@media screen and (max-width: 767px) {
  .l-header.scrolled .logo .logo-scrolled {
    display: none;
  }
}
.l-header.scrolled .inner > a {
  width: 52px;
  max-width: 52px;
  height: 52px;
  padding: 0;
  border-radius: 50%;
}
.l-header.scrolled .inner > a .label {
  display: none;
}
.l-header.scrolled .inner > a .icon {
  display: block;
  width: 22px;
  height: auto;
}
.l-header.scrolled .header-nav a,
.l-header.scrolled .header-nav .sub-toggle {
  font-size: 16px;
}
.l-header.scrolled .header-nav .sub-menu a {
  font-size: 15px;
}
@media screen and (max-width: 767px) {
  .l-header.scrolled .inner {
    height: auto;
  }
}

/*--------------------------------------
 SP メニューパネル
---------------------------------------*/
.sp-nav {
  display: none;
}
@media (max-width: 1024px) {
  .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgb(255, 255, 255);
    z-index: 190;
    padding: 150px 30px 40px;
    transform: translateY(-100%);
    transition: transform 0.35s ease;
    overflow-y: auto;
  }
  .sp-nav.is-open {
    transform: translateY(0);
  }
  .sp-nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .sp-nav > ul:not(.lang) > li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .sp-nav > ul:not(.lang) > li > a,
  .sp-nav > ul:not(.lang) > li > .sub-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    padding: 18px 0;
    border: none;
    background: transparent;
    text-align: left;
    cursor: pointer;
  }
  .sp-nav > ul:not(.lang) .sub-toggle::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(45deg);
    flex-shrink: 0;
  }
  .sp-nav > ul:not(.lang) .has-sub.is-open .sub-toggle::after {
    transform: rotate(-135deg);
  }
  .sp-nav > ul:not(.lang) .has-sub.is-open .sub-menu {
    display: block;
  }
  .sp-nav > ul:not(.lang) .sub-menu {
    display: none;
    margin: 0;
    padding: 0 0 12px;
    list-style: none;
  }
  .sp-nav > ul:not(.lang) .sub-menu a {
    display: block;
    padding: 12px 0 12px 16px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
  }
  .sp-nav .lang {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 24px;
  }
  .sp-nav .lang a,
  .sp-nav .lang span {
    display: block;
    color: #000;
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    padding: 0;
  }
  .sp-nav .lang .is-current a,
  .sp-nav .lang .is-current span {
    color: #3d62ad;
    text-decoration: underline;
    text-underline-offset: 3px;
  }
}
@media screen and (max-width: 767px) {
  .sp-nav {
    padding: 21.3333333333vw 8vw 10.6666666667vw;
  }
  .sp-nav > ul:not(.lang) > li > a,
  .sp-nav > ul:not(.lang) > li > .sub-toggle {
    font-size: 4.8vw;
    padding: 4.8vw 0;
  }
  .sp-nav > ul:not(.lang) .sub-menu a {
    font-size: 4.2666666667vw;
    padding: 3.2vw 0 3.2vw 4.2666666667vw;
  }
  .sp-nav .lang {
    gap: 4.2666666667vw;
    margin-bottom: 6.4vw;
  }
  .sp-nav .lang a,
  .sp-nav .lang span {
    font-size: 4.8vw;
  }
}

/*--------------------------------------
 メインコンテンツ
---------------------------------------*/
.l-main {
  padding-top: var(--header-height, 114px);
  transition: padding-top 0.3s;
}
@media screen and (max-width: 767px) {
  .l-main {
    padding-top: 17vw;
  }
}

/*--------------------------------------
 フッター
---------------------------------------*/
.l-footer {
  background: #fff;
  border-top: 1px solid #dfdfdf;
  padding: 55px 40px 40px;
  color: #000;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  .l-footer {
    padding: 10.6666666667vw 5.3333333333vw 8.5333333333vw;
  }
}
.l-footer > .inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 60px;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1400px) {
  .l-footer > .inner {
    align-items: center;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .l-footer > .inner {
    gap: 8.5333333333vw;
  }
}
.l-footer .logo {
  flex-shrink: 0;
  width: 100%;
  max-width: 294px;
}
@media screen and (max-width: 767px) {
  .l-footer .logo {
    max-width: 50vw;
  }
}
.l-footer .logo a {
  display: block;
}
.l-footer .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.l-footer .nav {
  width: 70%;
  display: flex;
  align-items: flex-start;
  gap: 5%;
  justify-content: space-between;
}
@media (max-width: 1400px) {
  .l-footer .nav {
    width: 100%;
    gap: 20px;
    justify-content: space-around;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .nav {
    flex-wrap: wrap;
    gap: 5.3333333333vw 5.3333333333vw;
    justify-content: flex-start;
  }
}
.l-footer .nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.l-footer .nav ul li {
  margin-bottom: 7px;
}
@media screen and (max-width: 767px) {
  .l-footer .nav ul {
    flex: 1 1 calc(50% - 2.6666666667vw);
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 1.3333333333vw;
  }
}
.l-footer .nav a {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.36;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .l-footer .nav a {
    gap: 2.6666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.275;
  }
}
.l-footer .nav a::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin-top: 12px;
  border-right: 1.5px solid #3d62ad;
  border-bottom: 1.5px solid #3d62ad;
  transform: rotate(-45deg);
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .l-footer .nav a::before {
    width: 1.3333333333vw;
    height: 1.3333333333vw;
    margin-top: 2.1333333333vw;
  }
}
.l-footer .copy {
  margin: 50px 0 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.275;
  color: #000;
}
@media screen and (max-width: 767px) {
  .l-footer .copy {
    margin-top: 5.3333333333vw;
    font-size: 2.6vw;
  }
}

/*--------------------------------------
 c-title: セクションタイトル
---------------------------------------*/
.c-title {
  margin-bottom: 50px;
}
.c-title .en {
  display: block;
  font-family: "Oswald", sans-serif;
  font-size: 9rem;
  font-weight: 400;
  line-height: 1;
  background: linear-gradient(to right, #002083, #008fdd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767px) {
  .c-title .en {
    font-size: 16vw;
  }
}
.c-title h2 {
  font-size: 2.6rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-top: 2px;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .c-title h2 {
    font-size: 5.8666666667vw;
  }
}
.c-title.c-title--white .en {
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: #fff;
  background-clip: unset;
  color: #fff;
}
.c-title.c-title--white h2 {
  color: #fff;
}
.c-title.l2 {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .c-title.l2 {
    flex-wrap: wrap;
    gap: 5.3333333333vw;
    margin-bottom: 8vw;
    width: 100%;
  }
}
.c-title.l2 .inner {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  flex-shrink: 0;
  width: auto;
  max-width: none;
  margin: 0;
  padding: 0 0 30px;
  color: #e6ecf9;
}
@media screen and (max-width: 767px) {
  .c-title.l2 .inner {
    gap: 3.2vw;
    width: 100%;
    padding: 0 0 5.3333333333vw;
  }
}
.c-title.l2 .inner::after {
  content: "";
  position: absolute;
  right: 0;
  left: calc(-40px - max(0px, (100vw - 1800px) / 2));
  bottom: 0;
  height: 1px;
  background: #e6ecf9;
}
@media screen and (max-width: 767px) {
  .c-title.l2 .inner::after {
    left: 0;
    width: 100%;
  }
}
.c-title.l2 .en {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 0.9;
  background: none;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
  background-clip: unset;
  color: #e6ecf9;
  letter-spacing: normal;
}
@media screen and (max-width: 767px) {
  .c-title.l2 .en {
    font-size: 12vw;
  }
}
.c-title.l2 .ja {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 1;
  color: #e6ecf9;
}
@media screen and (max-width: 767px) {
  .c-title.l2 .ja {
    font-size: 4.2666666667vw;
    line-height: 1.19;
    padding-bottom: 1.0666666667vw;
  }
}
.c-title.l2 p {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 34px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-title.l2 p {
    width: 100%;
    font-size: 4vw;
    line-height: 1.53;
    order: 3;
  }
}
.c-title.l2.dark .inner {
  color: #3d62ad;
}
.c-title.l2.dark .inner::after {
  background: #3d62ad;
}
.c-title.l2.dark .en,
.c-title.l2.dark .ja {
  color: #3d62ad;
}
.c-title.l2.dark p {
  color: #000;
}
.c-title.l2.right .inner::after {
  left: 0;
  right: auto;
  width: calc(100vw - 40px - max(0px, (100vw - 1800px) / 2));
}
@media screen and (max-width: 767px) {
  .c-title.l2.right .inner::after {
    left: 0;
    width: 100%;
  }
}

/*--------------------------------------
 c-card: カード
---------------------------------------*/
.c-card {
  background: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  padding: 0 24px 28px;
  position: relative;
}
.c-card .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 0;
  margin-bottom: 12px;
}
.c-card .head .label {
  display: inline-block;
  background: #ffe100;
  border-radius: 0 0 8px 0;
  font-family: "Roboto", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #002083;
  padding: 6px 16px;
  margin-left: -24px;
}
.c-card .head .icon {
  width: 56px;
  height: 56px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-top: 8px;
}
.c-card h3 {
  font-size: 2rem;
  font-weight: 700;
  color: #073171;
  line-height: 1.19;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .c-card h3 {
    font-size: 4.8vw;
  }
}
.c-card p {
  font-size: 1.5rem;
  line-height: 1.53;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-card p {
    font-size: 3.7333333333vw;
  }
}
.c-card.c-card--white {
  background: #fff;
  padding: 0 0 24px;
}
.c-card.c-card--white .img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 200px;
  margin-bottom: 20px;
}
.c-card.c-card--white .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.c-card.c-card--white h4 {
  font-size: 1.9rem;
  font-weight: 700;
  color: #002083;
  padding: 0 20px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .c-card.c-card--white h4 {
    font-size: 4.5333333333vw;
  }
}
.c-card.c-card--white p {
  padding: 0 20px;
  font-size: 1.5rem;
  line-height: 1.53;
  color: #333;
}
@media screen and (max-width: 767px) {
  .c-card.c-card--white p {
    font-size: 3.7333333333vw;
  }
}

/*--------------------------------------
 c-col2: 2カラムグリッド
---------------------------------------*/
.c-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .c-col2 {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
  }
}

/*--------------------------------------
 c-button: ボタン
---------------------------------------*/
.c-button {
  display: inline-block;
  background: #ff8000;
  border: none;
  border-radius: 50px;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 14px 32px;
  cursor: pointer;
  letter-spacing: 0.05em;
  transition: 0.3s;
}
.c-button:hover {
  opacity: 1;
}
.c-button.c-button--submit {
  font-size: 1.8rem;
  padding: 16px 60px;
  min-width: 200px;
}
@media screen and (max-width: 767px) {
  .c-button.c-button--submit {
    width: 100%;
    padding: 4.2666666667vw 0;
    font-size: 4.2666666667vw;
  }
}
.c-button.orange {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 20px;
  border: none;
  border-radius: 180px;
  background: #f29500;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  white-space: nowrap;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .c-button.orange {
    min-width: 0;
    width: 100%;
    height: 13.8666666667vw;
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 6.9333333333vw;
  }
}
.c-button.orange:hover {
  filter: brightness(1.1);
}
.c-button.ver01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  height: 65px;
  padding: 0 20px;
  border: 2px solid #3d62ad;
  border-radius: 33px;
  background: #fff;
  color: #3d62ad;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.02;
  letter-spacing: normal;
  transform: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .c-button.ver01 {
    min-width: 0;
    width: 100%;
    height: 13.8666666667vw;
    padding: 0 5.3333333333vw;
    font-size: 4.2666666667vw;
    border-radius: 6.9333333333vw;
  }
}
.c-button.ver01::after {
  content: "";
  display: block;
  width: 26px;
  height: 8px;
  flex-shrink: 0;
  -webkit-mask-image: url("/assets/img/link-arrow.svg");
          mask-image: url("/assets/img/link-arrow.svg");
  background-color: #FFF;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button.ver01::after {
    width: 5.3333333333vw;
    height: 1.8666666667vw;
  }
}
.c-button.ver01.light {
  border-color: #fff;
  background: transparent;
  color: #fff;
}
.c-button.ver01.light:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.c-button.ver01.light:hover {
  color: #3d62ad;
  background-color: #FFF;
}
.c-button.ver01.light:hover:after {
  background-color: #3d62ad;
}
.c-button.ver01.blue {
  border-color: #3d62ad;
  color: #3d62ad;
  transition: 0.3s;
  line-height: 1.4;
}
.c-button.ver01.blue:hover {
  color: #FFF;
  background-color: #3d62ad;
}
.c-button.ver01.blue:hover:after {
  background-color: #FFF;
}
.c-button.ver01.blue::after {
  background-color: #3d62ad;
  background-image: none;
  mask: url("/assets/img/link-arrow.svg") center/contain no-repeat;
  -webkit-mask: url("/assets/img/link-arrow.svg") center/contain no-repeat;
}
.c-button.ver01.compact {
  width: 100%;
  height: 56px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .c-button.ver01.compact {
    height: 12.8vw;
    font-size: 3.7333333333vw;
  }
}
.c-button.ver02 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  min-width: 314px;
  height: 56px;
  padding: 0 28px;
  border: none;
  border-radius: 180px;
  background: #f19500;
  border: 2px solid #f19500;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: normal;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .c-button.ver02 {
    min-width: 0;
    width: 100%;
    height: 13.8666666667vw;
    padding: 0 5.3333333333vw;
    font-size: 5.3333333333vw;
    border-radius: 6.9333333333vw;
    gap: 3.2vw;
  }
}
.c-button.ver02::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 28px;
  height: 10px;
  flex-shrink: 0;
  -webkit-mask: url("/assets/img/link-arrow.svg") center/contain no-repeat;
          mask: url("/assets/img/link-arrow.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .c-button.ver02::after {
    width: 8vw;
    height: 3.2vw;
  }
}
.c-button.ver02:hover {
  background-color: #FFF;
  color: #f19500;
}
.c-button.ver02:hover:after {
  -webkit-mask: url("/assets/img/link-arrow.svg") center/contain no-repeat;
          mask: url("/assets/img/link-arrow.svg") center/contain no-repeat;
  background-color: #f19500;
}
.c-button[aria-disabled=true] {
  pointer-events: none;
  cursor: default;
  opacity: 0.55;
}
.c-button.tel {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 48px;
  padding: 0 24px;
  border: none;
  border-radius: 180px;
  background: #3d62ad;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  letter-spacing: 0.02em;
  transform: none;
}
@media screen and (max-width: 767px) {
  .c-button.tel {
    min-width: 0;
    width: 100%;
    height: 11.7333333333vw;
    font-size: 4.8vw;
  }
}
.c-button.tel:hover {
  transform: none;
}

/*--------------------------------------
 c-local-nav: ページ内アンカーナビ
---------------------------------------*/
.c-local-nav {
  position: sticky;
  top: var(--header-height, 114px);
  z-index: 50;
  background: rgba(61, 98, 173, 0.8);
  transition: top 0.3s;
}
.c-local-nav .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  .c-local-nav .inner {
    padding: 0 4.2666666667vw;
    overflow-x: auto;
  }
}
.c-local-nav ul {
  display: flex;
  align-items: center;
  gap: 31px;
  margin: 0;
  padding: 15px 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .c-local-nav ul {
    gap: 4.2666666667vw;
    padding: 2.6666666667vw 0;
    width: -moz-max-content;
    width: max-content;
  }
}
.c-local-nav li {
  display: flex;
  align-items: center;
  gap: 31px;
}
@media screen and (max-width: 767px) {
  .c-local-nav li {
    gap: 4.2666666667vw;
  }
}
.c-local-nav li::before {
  content: "";
  display: block;
  width: 1px;
  height: 39px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-local-nav li::before {
    height: 6.4vw;
  }
}
.c-local-nav li:last-child::after {
  content: "";
  display: block;
  width: 1px;
  height: 39px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .c-local-nav li:last-child::after {
    height: 6.4vw;
  }
}
.c-local-nav a {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .c-local-nav a {
    font-size: 3.4666666667vw;
  }
}

/*--------------------------------------
 c-kv: 下層ページ共通KV
---------------------------------------*/
.c-kv {
  padding: 18px 40px 0;
}
@media screen and (max-width: 767px) {
  .c-kv {
    padding: 3.2vw 4.2666666667vw 0;
  }
}
.c-kv .inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1824px;
  height: 300px;
  margin: 0 auto;
  padding: 0 40px 0 clamp(40px, 9.8958333333vw, 190px);
  border-radius: 10px;
  overflow: hidden;
  background: #3d62ad;
}
@media screen and (max-width: 1024px) {
  .c-kv .inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .c-kv .inner {
    height: 42.6666666667vw;
    padding: 0 6.4vw;
    border-radius: 2.1333333333vw;
  }
}
.c-kv .inner::before {
  content: "";
  width: 421px;
  height: 408px;
  position: absolute;
  right: 130px;
  top: -50px;
  background: url("/assets/img/lower_kv-item.webp") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .c-kv .inner::before {
    width: 33.6vw;
    height: 32.5333333333vw;
    right: -5.3333333333vw;
    top: 10.6666666667vw;
  }
}
.c-kv .inner::after {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/lower_kv-overlay.webp") center/cover no-repeat;
  mix-blend-mode: screen;
}
.c-kv h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.935;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .c-kv h1 {
    font-size: 6.4vw;
  }
}

.u-underline {
  text-decoration: underline;
}

/*--------------------------------------
 KV セクション　背景スライドとか
---------------------------------------*/
.br1200 {
  display: block;
}
@media (max-width: 1300px) {
  .br1200 {
    display: none;
  }
}

.br-tablet {
  display: none;
}
@media (min-width: 767px) and (max-width: 1024px) {
  .br-tablet {
    display: block;
  }
}

body.page-top {
  animation: pageTopFadeIn 1s ease both;
}

@keyframes pageTopFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes headlineBgIn {
  from {
    transform: scaleX(0);
  }
  to {
    transform: scaleX(1);
  }
}
@keyframes headlineTextIn {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}
.page-top-wrapper {
  position: relative;
  overflow: hidden;
}

@keyframes kvBgFade {
  0% {
    opacity: 1;
  }
  26% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  93% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.kv-bg {
  z-index: 0;
  position: fixed;
  inset: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .kv-bg:after {
    content: "";
    position: absolute;
    inset: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to bottom, transparent, rgba(255, 255, 255, 0) 50%, rgb(255, 255, 255) 70%);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 1;
  }
}
.kv-bg picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  animation: kvBgFade 15s linear infinite;
}
@media screen and (max-width: 767px) {
  .kv-bg picture {
    height: 70vh;
  }
}
.kv-bg picture:nth-child(1) {
  opacity: 1;
  animation-delay: 0s;
}
.kv-bg picture:nth-child(2) {
  animation-delay: -10s;
}
.kv-bg picture:nth-child(3) {
  animation-delay: -5s;
}
.kv-bg picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (prefers-reduced-motion: reduce) {
  .kv-bg picture {
    animation: none;
  }
  .kv-bg picture:nth-child(1) {
    opacity: 1;
  }
  .kv-bg picture:nth-child(n+2) {
    opacity: 0;
  }
}

.overlay {
  z-index: 2;
  pointer-events: none;
  position: absolute;
  left: 50%;
  width: 3662px;
  transform: translateX(-50%);
  background: rgba(28, 68, 151, 0.8);
  backdrop-filter: blur(5px);
  top: -1540px;
  height: 3180px;
  clip-path: polygon(0 2080px, 3662px 0, 3662px 1100px, 0 3180px);
}
@media (max-width: 1620px) {
  .overlay {
    clip-path: polygon(0 2030px, 3442px 0, 3662px 1100px, 0 3180px);
  }
}
@media (max-width: 1330px) {
  .overlay {
    clip-path: polygon(0 1930px, 3242px 0, 3662px 1100px, 0 3180px);
  }
}
@media (max-width: 1150px) {
  .overlay {
    clip-path: polygon(0 1820px, 3102px 0, 3662px 1100px, 0 3180px);
  }
}
@media (max-width: 1024px) {
  .overlay {
    clip-path: polygon(0 1020px, 2242px 0, 3662px 1100px, 0 3180px);
  }
}
@media screen and (max-width: 767px) {
  .overlay {
    left: -4%;
    width: 115%;
    transform: none;
    height: auto;
    aspect-ratio: 389/521;
    top: -330vw;
    clip-path: polygon(0 28.41%, 100% 0%, 100% 71.59%, 0 100%);
  }
}

.bg-white {
  z-index: 1;
  position: relative;
}
.bg-white::before {
  content: "";
  position: absolute;
  left: 50%;
  width: 3662px;
  transform: translateX(-50%);
  top: -1540px;
  bottom: 0;
  z-index: -1;
  background-color: #ffffff;
  clip-path: polygon(0 3180px, 3662px 1100px, 3662px 100%, 0 100%);
}
@media screen and (max-width: 767px) {
  .bg-white::before {
    clip-path: none;
    left: 0;
    width: 100%;
    transform: none;
    top: 0;
  }
}

/*--------------------------------------
 KV 
---------------------------------------*/
.kv-section {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .kv-section {
    padding: 20vw 5vw 16vw;
  }
}
.kv-section .inner {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .kv-section .inner {
    display: flex;
    flex-direction: column;
    padding: 40px 40px;
    padding-top: 100px;
  }
}
@media screen and (max-width: 767px) {
  .kv-section .inner {
    padding: 0;
  }
}
.kv-section .lead-row {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-top: clamp(0px, 13vw, 190px);
  margin-bottom: clamp(0px, 6.25vw, 100px);
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  .kv-section .lead-row {
    display: contents;
  }
}
@media screen and (max-width: 767px) {
  .kv-section .lead-row {
    flex-direction: column;
    gap: 10.6666666667vw;
    margin-bottom: 10.6666666667vw;
  }
}
.kv-section .main {
  flex: 1;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .kv-section .main {
    display: contents;
  }
}
.kv-section .headline {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #3d62ad;
  margin-bottom: clamp(0px, 8.375vw, 134px);
}
@media (max-width: 1024px) {
  .kv-section .headline {
    order: 1;
    margin-bottom: 40px;
  }
  .kv-section .headline > .line,
  .kv-section .headline .group {
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kv-section .headline .line {
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.kv-section .headline .line .bg {
  position: absolute;
  inset: 0;
  background: #fff;
  transform: scaleX(0);
  transform-origin: left center;
  animation: headlineBgIn 0.7s cubic-bezier(0.22, 1, 0.36, 1) both;
}
.kv-section .headline .line .text {
  position: relative;
  display: block;
  font-size: clamp(0px, 3.375vw, 54px);
  line-height: 1;
  padding: 13px 23px;
  white-space: nowrap;
  clip-path: inset(0 100% 0 0);
  animation: headlineTextIn 0.65s cubic-bezier(0.22, 1, 0.36, 1) both;
}
@media screen and (max-width: 767px) {
  .kv-section .headline .line .text {
    font-size: 5.5vw;
    padding: 2.1333333333vw 1.0666666667vw;
  }
}
.kv-section .headline > .line:nth-child(1) .bg {
  animation-delay: 0.35s;
}
.kv-section .headline > .line:nth-child(1) .text {
  animation-delay: 0.45s;
}
.kv-section .headline > .line:nth-child(2) .bg {
  animation-delay: 0.6s;
}
.kv-section .headline > .line:nth-child(2) .text {
  animation-delay: 0.7s;
}
.kv-section .headline > .line {
  margin-bottom: 11px;
}
@media screen and (max-width: 767px) {
  .kv-section .headline > .line {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 1.6vw;
  }
}
.kv-section .headline .group > .line:not(:last-child) {
  margin-bottom: 11px;
}
@media (max-width: 1024px) {
  .kv-section .headline .group > .line:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 1024px) {
  .kv-section .headline .group .line:first-child .text {
    padding-right: 0;
  }
  .kv-section .headline .group .line:last-child .text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .kv-section .headline .group {
    display: flex;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.kv-section .headline .punct {
  margin-right: -0.5em;
}
.kv-section .topics {
  display: flex;
  align-items: center;
  gap: 24px;
  max-width: 540px;
  padding: 18px 20px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(7px);
  animation: pageTopFadeIn 1s ease 0.5s both;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .kv-section .topics {
    order: 4;
    max-width: none;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .kv-section .topics {
    gap: 2.6666666667vw;
    max-width: none;
    padding: 3.7333333333vw 4.2666666667vw;
    border-radius: 1.3333333333vw;
  }
}
.kv-section .topics .label {
  flex-shrink: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 17px;
  color: #a4abd6;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .kv-section .topics .label {
    font-size: 4.8vw;
    line-height: 1.02;
  }
}
.kv-section .topics .body {
  min-width: 0;
}
.kv-section .topics .body p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kv-section .topics .body p {
    font-size: 3.7333333333vw;
    line-height: 1.275;
  }
}
.kv-section .topics .body .title {
  margin-bottom: 6px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .kv-section .topics .body .title {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.19;
  }
}
.kv-section .intro {
  position: absolute;
  bottom: -20px;
  right: 10px;
  flex: 1;
  text-align: right;
  color: #fff;
  align-self: flex-end;
  animation: pageTopFadeIn 0.8s ease 1.45s both;
}
@media (max-width: 1300px) {
  .kv-section .intro {
    position: static;
  }
}
@media (max-width: 1024px) {
  .kv-section .intro {
    order: 2;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .kv-section .intro {
    max-width: none;
    margin-top: 0;
    text-align: left;
    margin-bottom: 12vw;
  }
}
.kv-section .intro p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: clamp(16px, 1.25vw, 20px);
  line-height: 34px;
}
@media screen and (max-width: 767px) {
  .kv-section .intro p {
    font-size: 4vw;
    line-height: 1.53;
  }
}
.kv-section .intro .catch {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: clamp(20px, 1.75vw, 28px);
  line-height: 38.2px;
}
@media screen and (max-width: 767px) {
  .kv-section .intro .catch {
    margin-bottom: 8vw;
    font-size: 4.5333333333vw;
    line-height: 1.36;
  }
}
.kv-section .targets {
  display: flex;
  gap: 20px;
  margin-bottom: -40px;
}
@media (max-width: 1024px) {
  .kv-section .targets {
    flex-direction: column;
    order: 3;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kv-section .targets {
    flex-direction: column;
    gap: 4.2666666667vw;
  }
}
.kv-section .targets .item {
  flex: 1;
  min-width: 0;
  padding: 40px 20px 36px;
  border-radius: 10px;
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.5px);
  text-align: center;
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease;
}
.kv-section .targets .item:hover {
  filter: brightness(1.1);
  transform: scale(1.01);
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .kv-section .targets .item {
    padding: 5.3333333333vw 2.6666666667vw;
    border-radius: 2.6666666667vw;
  }
}
.kv-section .targets .item.corp {
  background: #2288bf;
}
.kv-section .targets .item.corp .head::before {
  background: #48a6d8;
}
.kv-section .targets .item.corp ul li {
  color: #3d86ad;
  border-color: #3d86ad;
}
.kv-section .targets .item.patent {
  background: #159a9f;
}
.kv-section .targets .item.patent .head::before {
  background: #2db9be;
}
.kv-section .targets .item.patent ul li {
  color: #3da9ad;
  border-color: #3da9ad;
}
.kv-section .targets .item .head {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
  padding: 7px 24px;
  color: #fff;
}
.kv-section .targets .item .head::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  mix-blend-mode: multiply;
}
.kv-section .targets .item .head > * {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .kv-section .targets .item .head {
    gap: 2.1333333333vw;
    margin-bottom: 5.3333333333vw;
    padding: 1.6vw 4.2666666667vw;
  }
}
.kv-section .targets .item .head img {
  width: 30px;
}
@media screen and (max-width: 767px) {
  .kv-section .targets .item .head img {
    width: 6.4vw;
  }
}
.kv-section .targets .item .head span {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
}
@media screen and (max-width: 767px) {
  .kv-section .targets .item .head span {
    font-size: 4.2666666667vw;
  }
}
.kv-section .targets .item .question {
  margin: 0 0 28px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 36.5px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .kv-section .targets .item .question {
    margin-bottom: 5.3333333333vw;
    font-size: 4.5333333333vw;
    line-height: 1.19;
  }
}
.kv-section .targets .item ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .kv-section .targets .item ul {
    gap: 2.1333333333vw;
  }
}
.kv-section .targets .item ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 20px;
  background: #fff;
  border: 1px solid;
  border-radius: 130px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 27.2px;
}
@media screen and (max-width: 767px) {
  .kv-section .targets .item ul li {
    width: 100%;
    padding: 1.0666666667vw 1.8666666667vw;
    font-size: 3.4666666667vw;
    line-height: 1.36;
    border-radius: 34.6666666667vw;
    word-break: keep-all;
  }
}

/*--------------------------------------
 Reason セクション
---------------------------------------*/
.reason-section {
  position: relative;
  padding: 80px 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .reason-section {
    padding: 16vw 6.4vw;
  }
}

/*--------------------------------------
 Service セクション
---------------------------------------*/
.service-section {
  padding: 180px 40px 0px 40px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1024px) {
  .service-section {
    padding: 100px 40px 0px 40px;
  }
}
@media screen and (max-width: 767px) {
  .service-section {
    padding: 16vw 5.3333333333vw 0vw 5.3333333333vw;
  }
}
.service-section > .inner {
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .service-section .c-title {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .service-section .c-title .inner::after {
    background: #3D62AD;
  }
  .service-section .c-title .ja {
    color: #3D62AD;
  }
  .service-section .c-title .en {
    color: #3D62AD;
  }
  .service-section .c-title .text {
    color: #3D62AD;
  }
}
.service-section .nav {
  display: flex;
  justify-content: flex-end;
  gap: 25px;
  flex-shrink: 0;
  margin-right: 40px;
  margin-bottom: 30px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .service-section .nav {
    gap: 3.2vw;
    margin-top: 5.3333333333vw;
  }
}
.service-section .nav button {
  display: block;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  transition: opacity 0.3s;
}
.service-section .nav button:hover {
  opacity: 0.75;
}
.service-section .nav button.swiper-button-disabled {
  opacity: 0.6;
  cursor: default;
  pointer-events: none;
}
.service-section .nav button.swiper-button-disabled:hover {
  opacity: 0.6;
}
.service-section .nav button img {
  display: block;
  width: 68px;
}
@media screen and (max-width: 767px) {
  .service-section .nav button img {
    width: 12.8vw;
  }
}
.service-section .slider {
  overflow: hidden;
  margin-right: calc(50% - 50vw);
  padding-bottom: 5px;
}
@media screen and (max-width: 767px) {
  .service-section .slider {
    display: flex;
    flex-direction: column-reverse;
  }
}
.service-section .slider .swiper-wrapper {
  display: flex;
}
.service-section .slider .swiper-slide {
  width: 406px;
  flex-shrink: 0;
  height: auto;
}
@media screen and (max-width: 767px) {
  .service-section .slider .swiper-slide {
    width: 80vw;
  }
  .service-section .slider .swiper-slide:last-child {
    padding-right: 5.3333333333vw;
  }
}
.service-section .item {
  display: block;
  height: 100%;
  padding: 25px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}
.service-section .item:hover {
  opacity: 1;
}
.service-section .item:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 767px) {
  .service-section .item {
    padding: 5.3333333333vw;
    border-radius: 2.6666666667vw;
  }
}
.service-section .item .img {
  margin-bottom: 15px;
  border-radius: 3px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .service-section .item .img {
    margin-bottom: 3.2vw;
  }
}
.service-section .item .img img {
  display: block;
  width: 100%;
  transition: 0.3s;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.service-section .item h3 {
  margin: 0 0 15px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 22.1px;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .service-section .item h3 {
    margin-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
    line-height: 1.19;
  }
}
.service-section .item p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 22.1px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .service-section .item p {
    font-size: 3.7333333333vw;
    line-height: 1.36;
  }
}

/*--------------------------------------
 About セクション
---------------------------------------*/
.about-section {
  padding: 140px 40px 140px 40px;
  position: relative;
  z-index: 3;
  background-image: url("/assets/img/top/about_bg.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-position: 100% 100%;
}
@media screen and (max-width: 767px) {
  .about-section {
    padding: 16vw 5.3333333333vw 16vw 5.3333333333vw;
    background-size: 30%;
  }
}
.about-section > .inner {
  display: flex;
  align-items: center;
  gap: 80px;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .about-section > .inner {
    flex-direction: column;
    gap: 0vw;
  }
}
@media (max-width: 1024px) {
  .about-section .c-title .inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .about-section .c-title .inner {
    flex-direction: row;
    align-items: flex-end;
  }
}
.about-section .visual {
  position: relative;
  width: 46%;
}
@media screen and (max-width: 767px) {
  .about-section .visual {
    margin-bottom: 5.3333333333vw;
    order: 3;
    width: 100%;
    max-width: 85.3333333333vw;
  }
}
.about-section .visual .img {
  overflow: hidden;
}
.about-section .visual .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about-section .body {
  flex: 1;
  max-width: 40%;
}
@media screen and (max-width: 767px) {
  .about-section .body {
    display: contents;
  }
}
.about-section .body .c-title {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .about-section .body .c-title {
    order: 1;
    margin-bottom: 8vw;
  }
}
.about-section .body .catch {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.36;
  color: #000;
}
@media screen and (max-width: 767px) {
  .about-section .body .catch {
    order: 2;
    margin-bottom: 5.3333333333vw;
    font-size: 4.8vw;
    align-self: flex-start;
  }
}
.about-section .body > p:not(.catch) {
  margin: 0 0 40px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 30.6px;
  color: #000;
}
@media screen and (max-width: 767px) {
  .about-section .body > p:not(.catch) {
    order: 4;
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}
.about-section .links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .about-section .links {
    order: 5;
    gap: 5.3333333333vw;
    flex-direction: column;
    width: 100%;
  }
}
.about-section .links > a {
  flex: 1;
  min-width: 230px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .about-section .links > a {
    flex: none;
  }
}

/*--------------------------------------
 FAQ セクション
---------------------------------------*/
.faq-section {
  position: relative;
  padding: 80px 60px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .faq-section {
    padding: 16vw 6.4vw;
  }
}

.faq-bg {
  position: absolute;
  top: -150px;
  right: -200px;
  width: 1200px;
  height: 800px;
  border-radius: 50%;
  background: #c8f0ff;
  opacity: 0.4;
  pointer-events: none;
}

.faq-inner {
  position: relative;
  z-index: 1;
  max-width: 1100px;
  margin: 0 auto;
}

.faq-lead {
  font-size: 1.6rem;
  color: #333;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .faq-lead {
    font-size: 3.7333333333vw;
    margin-bottom: 6.4vw;
  }
}

.faq-list .item {
  border-top: 1px solid #d0d8e8;
  padding: 28px 0;
}
.faq-list .item:last-child {
  border-bottom: 1px solid #d0d8e8;
}
@media screen and (max-width: 767px) {
  .faq-list .item {
    padding: 5.3333333333vw 0;
  }
}
.faq-list .q,
.faq-list .a {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}
.faq-list .q span,
.faq-list .a span {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .faq-list .q span,
  .faq-list .a span {
    width: 9.6vw;
    height: 9.6vw;
    font-size: 5.3333333333vw;
  }
}
.faq-list .q p,
.faq-list .a p {
  padding-top: 8px;
  font-size: 1.8rem;
  line-height: 1.445;
}
@media screen and (max-width: 767px) {
  .faq-list .q p,
  .faq-list .a p {
    font-size: 4vw;
    padding-top: 1.6vw;
  }
}
.faq-list .q span {
  background: #ffe100;
  color: #1a1a2e;
}
.faq-list .q p {
  font-weight: 500;
  color: #222;
}
.faq-list .a {
  margin-top: 16px;
}
.faq-list .a span {
  background: #0088dd;
  color: #fff;
}
.faq-list .a p {
  font-weight: 700;
  color: #333;
}
@media screen and (max-width: 767px) {
  .faq-list .a {
    margin-top: 3.2vw;
  }
}

/*--------------------------------------
 Contact セクション
---------------------------------------*/
.contact-section {
  position: relative;
  z-index: 3;
  overflow: hidden;
  padding: 80px 40px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .contact-section {
    padding: 16vw 6.4vw;
  }
}
.contact-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/contact/bg.webp") center/cover no-repeat;
  pointer-events: none;
}
.contact-section > .inner {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .contact-section > .inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 8.5333333333vw;
  }
}
.contact-section .head .en {
  margin: 0 0 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 0.9;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-section .head .en {
    margin-bottom: 3.2vw;
    font-size: 14.9333333333vw;
  }
}
.contact-section .head > p:not(.en) {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.36;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .contact-section .head > p:not(.en) {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.contact-section > .inner > a {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .contact-section > .inner > a {
    min-width: 0;
    width: 100%;
  }
}

/*--------------------------------------
 Knowledge / KV
---------------------------------------*/
.page-academy-wrapper .kv-section {
  padding: 18px 40px 0;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .kv-section {
    padding: 3.2vw 4.2666666667vw 0;
  }
}
.page-academy-wrapper .kv-section .inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1824px;
  height: 300px;
  margin: 0 auto;
  padding: 0 40px 0 clamp(40px, 9.8958333333vw, 190px);
  border-radius: 10px;
  overflow: hidden;
  background: url("/assets/img/academy/kv.webp") center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .page-academy-wrapper .kv-section .inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .kv-section .inner {
    height: 42.6666666667vw;
    padding: 0 6.4vw;
    border-radius: 2.1333333333vw;
  }
}
.page-academy-wrapper .kv-section .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(61, 98, 173, 0.6);
}
.page-academy-wrapper .kv-section h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.935;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .kv-section h1 {
    font-size: 6.4vw;
  }
}

/*--------------------------------------
 Knowledge / Intro
---------------------------------------*/
.page-academy-wrapper .intro-section {
  padding: 66px 40px 50px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .intro-section {
    padding: 9.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.page-academy-wrapper .intro-section .inner {
  max-width: 1210px;
  margin: 0 auto;
}
.page-academy-wrapper .intro-section h2 {
  margin: 0 0 45px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.326;
  color: #3d62ad;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .intro-section h2 {
    margin-bottom: 6.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.36;
    text-align: left;
    word-break: auto-phrase;
  }
}
.page-academy-wrapper .intro-section p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .intro-section p {
    font-size: 3.7333333333vw;
    line-height: 1.615;
  }
}

/*--------------------------------------
 Academy / Common
---------------------------------------*/
.page-academy-wrapper .seminar-section .inner,
.page-academy-wrapper .training-section .inner,
.page-academy-wrapper .book-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-academy-wrapper .seminar-section > .inner > h2,
.page-academy-wrapper .training-section > .inner > h2,
.page-academy-wrapper .book-section > .inner > h2 {
  position: relative;
  margin: 0 0 50px;
  padding-left: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section > .inner > h2,
  .page-academy-wrapper .training-section > .inner > h2,
  .page-academy-wrapper .book-section > .inner > h2 {
    margin-bottom: 7.4666666667vw;
    padding-left: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
.page-academy-wrapper .seminar-section > .inner > h2::before,
.page-academy-wrapper .training-section > .inner > h2::before,
.page-academy-wrapper .book-section > .inner > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section > .inner > h2::before,
  .page-academy-wrapper .training-section > .inner > h2::before,
  .page-academy-wrapper .book-section > .inner > h2::before {
    width: 1.6vw;
    height: 6.4vw;
  }
}
.page-academy-wrapper .book-section > .inner > h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section > .inner > h2 {
    margin-bottom: 6.4vw;
  }
}
.page-academy-wrapper .seminar-section .lead,
.page-academy-wrapper .training-section .lead,
.page-academy-wrapper .book-section .lead {
  margin: 0 0 40px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .lead,
  .page-academy-wrapper .training-section .lead,
  .page-academy-wrapper .book-section .lead {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-academy-wrapper .book-section .lead {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .lead {
    margin-bottom: 6.6666666667vw;
  }
}
.page-academy-wrapper .book-section .item > h3 {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background: #3d62ad;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.216;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item > h3 {
    height: auto;
    font-size: 4.2666666667vw;
  }
}

/*--------------------------------------
 Academy / Seminar（受付中）
---------------------------------------*/
.page-academy-wrapper .seminar-section {
  padding: 70px 40px 100px;
  scroll-margin-top: calc(var(--header-height, 114px) + 80px);
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section {
    padding: 12.8vw 5.3333333333vw 16vw;
  }
}
.page-academy-wrapper .seminar-section .body {
  display: flex;
  gap: 76px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .body {
    flex-direction: column-reverse;
    gap: 8.5333333333vw;
  }
}
.page-academy-wrapper .seminar-section .visual {
  position: sticky;
  top: calc(var(--header-height, 114px) + 80px);
  align-self: flex-start;
  flex: 0 1 528px;
  max-width: 528px;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .visual {
    position: static;
    top: auto;
    flex: none;
    max-width: none;
    width: 100%;
  }
}
.page-academy-wrapper .seminar-section .visual .img {
  margin-bottom: 16px;
}
.page-academy-wrapper .seminar-section .visual .img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-academy-wrapper .seminar-section .visual > p {
  margin: 0 0 30px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .visual > p {
    margin-bottom: 4vw;
    font-size: 3.7333333333vw;
  }
}
.page-academy-wrapper .seminar-section .visual > a {
  display: flex;
  width: 100%;
  max-width: 314px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .visual > a {
    max-width: none;
  }
}
.page-academy-wrapper .seminar-section .detail {
  flex: 1 1 528px;
  min-width: 0;
}
.page-academy-wrapper .seminar-section .detail .badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 25px;
  padding: 4px 24px;
  border-radius: 160px;
  background: #3d62ad;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.59;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .detail .badge {
    margin-bottom: 4.2666666667vw;
    padding: 1.0666666667vw 4.2666666667vw;
    font-size: 4vw;
  }
}
.page-academy-wrapper .seminar-section .detail h3 {
  margin: 0 0 20px;
  padding-bottom: 45px;
  border-bottom: 1px solid #c5c5c5;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .detail h3 {
    margin-bottom: 4vw;
    padding-bottom: 5.3333333333vw;
    font-size: 4.2666666667vw;
  }
}
.page-academy-wrapper .seminar-section .detail dl {
  margin: 0;
}
.page-academy-wrapper .seminar-section .detail dl > div {
  display: flex;
  gap: 25px;
  padding: 20px 0;
  border-bottom: 1px solid #c5c5c5;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .detail dl > div {
    flex-direction: column;
    gap: 2.6666666667vw;
    padding: 4vw 0;
  }
}
.page-academy-wrapper .seminar-section .detail dl > div:first-child {
  padding-top: 0;
}
.page-academy-wrapper .seminar-section .detail dt {
  flex: 0 0 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  margin: 0;
  border-radius: 5px;
  background: #d5d8f0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .detail dt {
    flex: none;
    width: 17.0666666667vw;
    height: 8.5333333333vw;
    font-size: 3.7333333333vw;
  }
}
.page-academy-wrapper .seminar-section .detail dd {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-academy-wrapper .seminar-section .detail dd {
    padding-top: 9px;
  }
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .seminar-section .detail dd {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-academy-wrapper .seminar-section .detail dd ul {
  margin: 0;
  padding: 0 0 0 1.2em;
  list-style: disc;
}
.page-academy-wrapper .seminar-section .detail dd li + li {
  margin-top: 7px;
}
.page-academy-wrapper .seminar-section .detail dd strong {
  display: block;
  font-weight: 700;
  text-indent: -1em;
}
.page-academy-wrapper .seminar-section .detail dd strong:before {
  content: "・";
}

/*--------------------------------------
 Academy / Training
---------------------------------------*/
.page-academy-wrapper .training-section {
  padding: 90px 40px 80px;
  background: rgba(244, 244, 244, 0.89);
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .training-section {
    padding: 12vw 5.3333333333vw 10.6666666667vw;
  }
}

/*--------------------------------------
 Academy / Book（書籍出版）
---------------------------------------*/
.page-academy-wrapper .book-section {
  padding: 60px 40px 120px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section {
    padding: 12vw 5.3333333333vw 16vw;
  }
}
.page-academy-wrapper .book-section .item > h3 {
  margin: 0;
  padding: 0 20px;
  height: 75px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item > h3 {
    padding: 2.6666666667vw 4vw;
    line-height: 1.275;
    border-radius: 1.6vw;
  }
}
.page-academy-wrapper .book-section .item .body {
  display: flex;
  gap: 52px;
  padding: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item .body {
    flex-direction: column;
    gap: 6.4vw;
    padding-top: 5.3333333333vw;
  }
}
.page-academy-wrapper .book-section .item .img {
  flex: 0 0 220px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item .img {
    flex: none;
    width: 48vw;
    margin: 0 auto;
  }
}
.page-academy-wrapper .book-section .item .img img {
  display: block;
  width: 100%;
  height: auto;
}
.page-academy-wrapper .book-section .item .text {
  flex: 1;
  min-width: 0;
}
.page-academy-wrapper .book-section .item .text dl {
  margin: 0 0 20px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5111111111;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item .text dl {
    margin-bottom: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-academy-wrapper .book-section .item .text dl > div {
  display: flex;
  align-items: flex-start;
}
.page-academy-wrapper .book-section .item .text dl dt {
  flex-shrink: 0;
  margin: 0;
  font-weight: 500;
}
.page-academy-wrapper .book-section .item .text dl dd {
  margin: 0;
}
.page-academy-wrapper .book-section .item .text p {
  margin: 0 0 20px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.522;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item .text p {
    margin-bottom: 3.7333333333vw;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item .text > a {
    width: 100%;
    margin-top: 2.1333333333vw;
  }
}
.page-academy-wrapper .book-section .item .text > a + p {
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item .text > a + p {
    margin-top: 5.3333333333vw;
  }
}
.page-academy-wrapper .book-section .item .text .ebook-links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-academy-wrapper .book-section .item .text .ebook-links {
    flex-direction: column;
    gap: 2.6666666667vw;
    margin-top: 2.1333333333vw;
  }
  .page-academy-wrapper .book-section .item .text .ebook-links .c-button {
    width: 100%;
  }
}

/*--------------------------------------
 Company / Intro
---------------------------------------*/
.page-company-wrapper .intro-section {
  padding: 50px 40px 40px;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .intro-section {
    padding: 9.3333333333vw 5.3333333333vw 6.4vw;
  }
}
.page-company-wrapper .intro-section .inner {
  max-width: 1203px;
  margin: 0 auto;
}
.page-company-wrapper .intro-section p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .intro-section p {
    font-size: 3.7333333333vw;
    line-height: 1.615;
  }
}

/*--------------------------------------
 Company / Overview
---------------------------------------*/
.page-company-wrapper .overview-section {
  padding: 100px 40px 100px;
  background: rgba(244, 244, 244, 0.89);
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section {
    padding: 12.8vw 5.3333333333vw 16vw;
  }
}
.page-company-wrapper .overview-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-company-wrapper .overview-section > .inner > h2 {
  position: relative;
  margin: 0 0 50px;
  padding-left: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section > .inner > h2 {
    margin-bottom: 7.4666666667vw;
    padding-left: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
.page-company-wrapper .overview-section > .inner > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section > .inner > h2::before {
    width: 1.6vw;
    height: 6.4vw;
  }
}
.page-company-wrapper .overview-section .card {
  padding: 30px 35px 45px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .card {
    padding: 6.4vw 5.3333333333vw 10.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.page-company-wrapper .overview-section .info-list,
.page-company-wrapper .overview-section .network-list {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin: 0;
  padding: 0;
}
.page-company-wrapper .overview-section .info-list > div,
.page-company-wrapper .overview-section .network-list > div {
  display: contents;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .info-list > div:first-child,
  .page-company-wrapper .overview-section .network-list > div:first-child {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-company-wrapper .overview-section .info-list > div:first-child dt, .page-company-wrapper .overview-section .info-list > div:first-child dd,
  .page-company-wrapper .overview-section .network-list > div:first-child dt,
  .page-company-wrapper .overview-section .network-list > div:first-child dd {
    padding-top: 0;
  }
}
.page-company-wrapper .overview-section .info-list dt,
.page-company-wrapper .overview-section .info-list dd,
.page-company-wrapper .overview-section .network-list dt,
.page-company-wrapper .overview-section .network-list dd {
  padding: 14px 0;
  border-bottom: 1px solid #d9d9d9;
}
.page-company-wrapper .overview-section .info-list dt,
.page-company-wrapper .overview-section .network-list dt {
  display: flex;
  align-items: center;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.98;
  color: #3d62ad;
  white-space: nowrap;
}
@media screen and (min-width: 768px) {
  .page-company-wrapper .overview-section .info-list dt,
  .page-company-wrapper .overview-section .network-list dt {
    padding-right: 75px;
    padding-left: 5px;
  }
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .info-list dt,
  .page-company-wrapper .overview-section .network-list dt {
    font-size: 3.7333333333vw;
    line-height: 1.36;
    white-space: normal;
  }
}
.page-company-wrapper .overview-section .info-list dd,
.page-company-wrapper .overview-section .network-list dd {
  min-width: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .info-list dd,
  .page-company-wrapper .overview-section .network-list dd {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-company-wrapper .overview-section .info-list dd a,
.page-company-wrapper .overview-section .network-list dd a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .info-list,
  .page-company-wrapper .overview-section .network-list {
    display: block;
  }
  .page-company-wrapper .overview-section .info-list > div,
  .page-company-wrapper .overview-section .network-list > div {
    display: block;
    padding: 4.2666666667vw 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .page-company-wrapper .overview-section .info-list dt,
  .page-company-wrapper .overview-section .info-list dd,
  .page-company-wrapper .overview-section .network-list dt,
  .page-company-wrapper .overview-section .network-list dd {
    padding: 0;
    border-bottom: none;
  }
  .page-company-wrapper .overview-section .info-list dt,
  .page-company-wrapper .overview-section .network-list dt {
    margin-bottom: 2.6666666667vw;
  }
}
.page-company-wrapper .overview-section .sub-block {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .sub-block {
    margin-top: 8.5333333333vw;
  }
}
.page-company-wrapper .overview-section .sub-head {
  margin-bottom: 25px;
  padding: 15px 20px;
  border-radius: 5px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .sub-head {
    margin-bottom: 8vw;
    padding: 3.2vw 3.7333333333vw;
  }
}
.page-company-wrapper .overview-section .sub-head h3 {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.436;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .sub-head h3 {
    padding-left: 3.7333333333vw;
    font-size: 4.8vw;
  }
}
.page-company-wrapper .overview-section .sub-head h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 31px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .sub-head h3::before {
    width: 0.8vw;
    height: 5.8666666667vw;
  }
}
.page-company-wrapper .overview-section .network-list dt,
.page-company-wrapper .overview-section .network-list dd {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .network-list dt,
  .page-company-wrapper .overview-section .network-list dd {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-company-wrapper .overview-section .network-list dt {
    padding-right: 45px;
    padding-left: 5px;
  }
}
@media screen and (min-width: 768px) {
  .page-company-wrapper .overview-section .network-list > div:first-child dt, .page-company-wrapper .overview-section .network-list > div:first-child dd {
    padding-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .network-list > div {
    padding: 2.6666666667vw 0;
  }
}
.page-company-wrapper .overview-section .org-chart-wrap {
  position: relative;
  margin: 50px auto 0;
  max-width: 900px;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .org-chart-wrap {
    margin-top: 6.6666666667vw;
  }
}
.page-company-wrapper .overview-section .scroll-hint {
  display: none;
  margin: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .scroll-hint {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  .page-company-wrapper .overview-section .scroll-hint.is-hidden {
    opacity: 0;
  }
}
.page-company-wrapper .overview-section .scroll-hint img {
  display: block;
  width: 21.3333333333vw;
  height: auto;
  border-radius: 2.1333333333vw;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .org-chart {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.page-company-wrapper .overview-section .org-chart img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .org-chart img {
    width: 133.3333333333vw;
    max-width: initial;
  }
}
.page-company-wrapper .overview-section .access-text {
  margin: 40px 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .access-text {
    margin: 5.3333333333vw 0;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-company-wrapper .overview-section .map {
  aspect-ratio: 16/9;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .overview-section .map {
    aspect-ratio: 16/20;
  }
}
.page-company-wrapper .overview-section .map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/*--------------------------------------
 Company / Greeting
---------------------------------------*/
.page-company-wrapper .greeting-section {
  padding: 90px 40px 80px;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .greeting-section {
    padding: 12.8vw 5.3333333333vw 10.6666666667vw;
  }
}
.page-company-wrapper .greeting-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-company-wrapper .greeting-section > .inner > h2 {
  position: relative;
  margin: 0 0 50px;
  padding-left: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .greeting-section > .inner > h2 {
    margin-bottom: 7.4666666667vw;
    padding-left: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
.page-company-wrapper .greeting-section > .inner > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .greeting-section > .inner > h2::before {
    width: 1.6vw;
    height: 6.4vw;
  }
}
.page-company-wrapper .greeting-section .body {
  display: flex;
  gap: 54px;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .greeting-section .body {
    flex-direction: column;
    gap: 6.4vw;
  }
}
.page-company-wrapper .greeting-section .visual {
  flex: 0 0 184px;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .greeting-section .visual {
    flex: none;
    width: 42.6666666667vw;
    margin: 0 auto;
  }
}
.page-company-wrapper .greeting-section .photo {
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .greeting-section .photo {
    margin-bottom: 3.2vw;
  }
}
.page-company-wrapper .greeting-section .photo img {
  display: block;
  width: 100%;
  height: auto;
}
.page-company-wrapper .greeting-section .name {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.275;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .greeting-section .name {
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.page-company-wrapper .greeting-section .text {
  flex: 1;
  min-width: 0;
}
.page-company-wrapper .greeting-section .text p {
  margin: 0 0 1em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4875;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .greeting-section .text p {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-company-wrapper .greeting-section .text p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------
 Company / Mission
---------------------------------------*/
.page-company-wrapper .mission-section {
  padding: 100px 40px 120px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section {
    padding: 13.3333333333vw 5.3333333333vw 16vw;
  }
}
.page-company-wrapper .mission-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-company-wrapper .mission-section > .inner > h2 {
  position: relative;
  margin: 0 0 45px;
  padding-left: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section > .inner > h2 {
    margin-bottom: 8vw;
    padding-left: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
.page-company-wrapper .mission-section > .inner > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section > .inner > h2::before {
    width: 1.6vw;
    height: 6.4vw;
  }
}
.page-company-wrapper .mission-section .lead {
  margin: 0 0 60px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4875;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section .lead {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-company-wrapper .mission-section .mission-block,
.page-company-wrapper .mission-section .value-block {
  display: flex;
  gap: 50px;
  padding: 40px 0;
  border-top: 1px solid rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section .mission-block,
  .page-company-wrapper .mission-section .value-block {
    flex-direction: column;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw 0;
  }
}
.page-company-wrapper .mission-section .mission-block .label,
.page-company-wrapper .mission-section .value-block .label {
  display: flex;
  align-items: center;
  flex: 0 0 300px;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 70px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section .mission-block .label,
  .page-company-wrapper .mission-section .value-block .label {
    flex: none;
    font-size: 10.6666666667vw;
  }
}
.page-company-wrapper .mission-section .mission-block .content,
.page-company-wrapper .mission-section .value-block .content {
  flex: 1;
  min-width: 0;
  padding-left: 50px;
  border-left: 1px solid rgb(255, 255, 255);
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section .mission-block .content,
  .page-company-wrapper .mission-section .value-block .content {
    padding-left: 0;
    border-left: none;
    padding-top: 4.2666666667vw;
    border-top: 1px solid rgb(255, 255, 255);
  }
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section .mission-block {
    margin-bottom: 5.3333333333vw;
  }
}
.page-company-wrapper .mission-section .value-block {
  border-bottom: 1px solid rgb(255, 255, 255);
}
.page-company-wrapper .mission-section .mission-block .content p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.4681818182;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section .mission-block .content p {
    font-size: 4.2666666667vw;
    line-height: 1.445;
  }
}
.page-company-wrapper .mission-section .value-block .content ol {
  counter-reset: value-number;
  margin: 0;
  padding: 0;
  list-style: none;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.9125;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section .value-block .content ol {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-company-wrapper .mission-section .value-block .content ol li {
  counter-increment: value-number;
  position: relative;
  padding-left: 1.5em;
}
.page-company-wrapper .mission-section .value-block .content ol li::before {
  content: counter(value-number) ".";
  position: absolute;
  left: 0;
  width: 1.25em;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .mission-section .value-block .content ol li + li {
    margin-top: 0.25em;
  }
}

/*--------------------------------------
 Company / History
---------------------------------------*/
.page-company-wrapper .history-section {
  padding: 100px 40px 120px;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .history-section {
    padding: 13.3333333333vw 5.3333333333vw 16vw;
  }
}
.page-company-wrapper .history-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-company-wrapper .history-section > .inner > h2 {
  position: relative;
  margin: 0 0 50px;
  padding-left: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .history-section > .inner > h2 {
    margin-bottom: 7.4666666667vw;
    padding-left: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
.page-company-wrapper .history-section > .inner > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .history-section > .inner > h2::before {
    width: 1.6vw;
    height: 6.4vw;
  }
}
.page-company-wrapper .history-section .timeline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-company-wrapper .history-section .timeline li {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .history-section .timeline li {
    flex-direction: column;
    gap: 2.1333333333vw;
    padding: 4.2666666667vw 0;
  }
}
.page-company-wrapper .history-section .timeline li:first-child {
  padding-top: 0;
}
.page-company-wrapper .history-section .timeline .date {
  display: flex;
  align-items: center;
  flex: 0 0 110px;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.98;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .history-section .timeline .date {
    flex: none;
    font-size: 3.7333333333vw;
    line-height: 1.36;
  }
}
.page-company-wrapper .history-section .timeline .text {
  display: flex;
  align-items: center;
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-company-wrapper .history-section .timeline .text {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}

/*--------------------------------------
 Sitemap / Common（Intro・Content）
---------------------------------------*/
.page-sitemap-wrapper {
  /* Intro */
}
.page-sitemap-wrapper .intro-section {
  padding: 50px 40px 40px;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .intro-section {
    padding: 9.3333333333vw 5.3333333333vw 6.4vw;
  }
}
.page-sitemap-wrapper .intro-section .inner {
  max-width: 1203px;
  margin: 0 auto;
}
.page-sitemap-wrapper .intro-section p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .intro-section p {
    font-size: 3.7333333333vw;
    line-height: 1.615;
  }
}
.page-sitemap-wrapper .intro-section p.date {
  margin-bottom: 1em;
  font-size: 16px;
  line-height: 1.488;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .intro-section p.date {
    margin-bottom: 0.75em;
    font-size: 3.7333333333vw;
  }
}
.page-sitemap-wrapper .intro-section p + p {
  margin-top: 0;
}
.page-sitemap-wrapper {
  /* Content */
}
.page-sitemap-wrapper .content-section {
  padding: 40px 40px 100px;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section {
    padding: 6.4vw 5.3333333333vw 16vw;
  }
}
.page-sitemap-wrapper .content-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-sitemap-wrapper .content-section .block {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section .block {
    margin-bottom: 8.5333333333vw;
  }
}
.page-sitemap-wrapper .content-section .block:last-child {
  margin-bottom: 0;
}
.page-sitemap-wrapper .content-section h2 {
  position: relative;
  margin: 0 0 24px;
  padding-left: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.19;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section h2 {
    margin-bottom: 4.2666666667vw;
    padding-left: 4.8vw;
    font-size: 4.8vw;
  }
}
.page-sitemap-wrapper .content-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 28px;
  border-radius: 80px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section h2::before {
    width: 1.6vw;
    height: 5.3333333333vw;
  }
}
.page-sitemap-wrapper .content-section p {
  margin: 0 0 1em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4875;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section p {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-sitemap-wrapper .content-section p:last-child {
  margin-bottom: 0;
}
.page-sitemap-wrapper .content-section .num-list {
  counter-reset: num-list;
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-sitemap-wrapper .content-section .num-list > li {
  counter-increment: num-list;
  position: relative;
  margin-bottom: 1em;
  padding-left: 1.5em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4875;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section .num-list > li {
    padding-left: 1.5em;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-sitemap-wrapper .content-section .num-list > li::before {
  content: "(" counter(num-list) ")";
  position: absolute;
  left: 0;
  font-weight: 700;
}
.page-sitemap-wrapper .content-section .num-list > li:last-child {
  margin-bottom: 0;
}
.page-sitemap-wrapper .content-section .circle-list {
  margin: 0.75em 0 0;
  padding: 0;
  list-style: none;
}
.page-sitemap-wrapper .content-section .circle-list > li {
  position: relative;
  margin-bottom: 0.25em;
  padding-left: 1.5em;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4875;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section .circle-list > li {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-sitemap-wrapper .content-section .circle-list > li::before {
  position: absolute;
  left: 0;
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(1)::before {
  content: "①";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(2)::before {
  content: "②";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(3)::before {
  content: "③";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(4)::before {
  content: "④";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(5)::before {
  content: "⑤";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(6)::before {
  content: "⑥";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(7)::before {
  content: "⑦";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(8)::before {
  content: "⑧";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(9)::before {
  content: "⑨";
}
.page-sitemap-wrapper .content-section .circle-list > li:nth-child(10)::before {
  content: "⑩";
}
.page-sitemap-wrapper .content-section .circle-list > li:last-child {
  margin-bottom: 0;
}
.page-sitemap-wrapper .content-section .sub-label {
  margin: 1em 0 0.5em;
  font-weight: 700;
}
.page-sitemap-wrapper .content-section .plain-list {
  margin: 0;
  list-style: disc;
}
.page-sitemap-wrapper .content-section .plain-list > li {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4875;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section .plain-list > li {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-sitemap-wrapper .content-section .contact-box {
  margin-top: 24px;
  padding: 30px 35px;
  border-radius: 10px;
  background: rgba(244, 244, 244, 0.89);
}
@media screen and (max-width: 767px) {
  .page-sitemap-wrapper .content-section .contact-box {
    margin-top: 4.2666666667vw;
    padding: 5.3333333333vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.page-sitemap-wrapper .content-section .contact-box p {
  margin: 0 0 0.5em;
}
.page-sitemap-wrapper .content-section .contact-box p:last-child {
  margin-bottom: 0;
}
.page-sitemap-wrapper .content-section .block .signature {
  text-align: right;
}
.page-sitemap-wrapper .content-section .block .signature p {
  margin: 0 0 0.25em;
}
.page-sitemap-wrapper .content-section .block .signature p:last-child {
  margin-bottom: 0;
}
.page-sitemap-wrapper .content-section .block .signature .date {
  margin-bottom: 1em;
}

/*--------------------------------------
 Recruitment / List
---------------------------------------*/
.page-recruit-wrapper .list-section {
  padding: 70px 40px 120px;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section {
    padding: 9.3333333333vw 5.3333333333vw 16vw;
  }
}
.page-recruit-wrapper .list-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-recruit-wrapper .list-section h2 {
  position: relative;
  margin: 0 0 20px;
  padding-left: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section h2 {
    margin-bottom: 4.2666666667vw;
    padding-left: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
.page-recruit-wrapper .list-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section h2::before {
    width: 1.6vw;
    height: 6.4vw;
  }
}
.page-recruit-wrapper .list-section .category {
  padding-bottom: 50px;
  border-bottom: 1px solid #d9d9d9;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .category {
    padding-bottom: 6.6666666667vw;
  }
}
.page-recruit-wrapper .list-section .category + .category {
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .category + .category {
    padding-top: 8.5333333333vw;
  }
}
.page-recruit-wrapper .list-section .empty {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .empty {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-recruit-wrapper .list-section .job-block {
  padding-top: 70px;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-block {
    padding-top: 12.8vw;
  }
}
.page-recruit-wrapper .list-section .job-block > h2 {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-block > h2 {
    margin-bottom: 5.3333333333vw;
  }
}
.page-recruit-wrapper .list-section .job-head {
  margin-top: 45px;
  margin-bottom: 30px;
  padding: 15px 20px;
  border-radius: 5px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-head {
    margin-top: 8vw;
    margin-bottom: 5.3333333333vw;
    padding: 1.3333333333vw 3.7333333333vw;
  }
}
.page-recruit-wrapper .list-section .job-head h3 {
  position: relative;
  margin: 0;
  padding-left: 18px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.436;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-head h3 {
    padding-left: 3.7333333333vw;
    font-size: 4.8vw;
  }
}
.page-recruit-wrapper .list-section .job-head h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 31px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-head h3::before {
    width: 0.8vw;
    height: 5.8666666667vw;
  }
}
.page-recruit-wrapper .list-section .job-detail h4 {
  margin: 0 0 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #3d62ad;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.436;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-detail h4 {
    margin-bottom: 5.3333333333vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.page-recruit-wrapper .list-section .job-detail dl {
  margin: 0;
}
.page-recruit-wrapper .list-section .job-detail dl > div {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 30px 0;
  border-bottom: 1px solid #c5c5c5;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-detail dl > div {
    flex-direction: column;
    gap: 4vw;
    padding: 4vw 0;
  }
}
.page-recruit-wrapper .list-section .job-detail dl > div:first-child {
  padding-top: 0;
}
.page-recruit-wrapper .list-section .job-detail dt {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 45px;
  margin: 0;
  padding: 8px 12px;
  border-radius: 5px;
  background: #d5d8f0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.19;
  color: #3d62ad;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-detail dt {
    flex: none;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 8.5333333333vw;
    padding: 1.6vw 3.2vw;
    font-size: 3.7333333333vw;
  }
}
.page-recruit-wrapper .list-section .job-detail dd {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-recruit-wrapper .list-section .job-detail dd {
    padding-top: 8px;
  }
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-detail dd {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-recruit-wrapper .list-section .job-detail dd:has(> dl) dl {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-detail dd:has(> dl) dl {
    gap: 1.3333333333vw;
  }
}
.page-recruit-wrapper .list-section .job-detail dd:has(> dl) dl dt {
  position: relative;
  display: flex;
  justify-content: center;
  font-size: 16px;
  line-height: 1.488;
  font-weight: 500;
  color: initial;
  padding: 0;
  background: initial;
  min-height: auto;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-detail dd:has(> dl) dl dt {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-recruit-wrapper .list-section .job-detail dd:has(> dl) dl dt:after {
  content: "：";
}
@media screen and (min-width: 768px) {
  .page-recruit-wrapper .list-section .job-detail dd:has(> dl) dl dt:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.page-recruit-wrapper .list-section .job-detail dd:has(> dl) dl dd {
  padding-top: 0;
}
.page-recruit-wrapper .list-section .job-detail dd:has(> dl) dl + dl {
  margin-top: 1em;
}
.page-recruit-wrapper .list-section .job-detail dd h3 {
  font-weight: bold;
  margin-bottom: 0.67em;
}
.page-recruit-wrapper .list-section .job-detail dd ul {
  margin: 0;
  list-style: disc;
}
.page-recruit-wrapper .list-section .job-detail dd ul li {
  text-indent: -1em;
  padding-left: 1em;
}
.page-recruit-wrapper .list-section .job-detail dd ul li:before {
  content: "・";
}
.page-recruit-wrapper .list-section .job-detail dd li + li {
  margin-top: 7px;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-detail dd li + li {
    margin-top: 1.3333333333vw;
  }
}
.page-recruit-wrapper .list-section .job-detail .note {
  margin: 40px 0 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-recruit-wrapper .list-section .job-detail .note {
    margin-top: 6.4vw;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}

/*--------------------------------------
 Contact / Inquiry
---------------------------------------*/
.page-contact-wrapper .inquiry-section {
  padding: 80px 40px 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section {
    padding: 9.3333333333vw 5.3333333333vw 16vw;
  }
}
.page-contact-wrapper .inquiry-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-contact-wrapper .inquiry-section .c-col2 {
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 {
    gap: 5.3333333333vw;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 .item {
  padding: 40px 35px;
  border-radius: 10px;
  background: #E4E6F3;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 .item {
    padding: 7.4666666667vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 h2 {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 12px;
  margin: 0 0 20px;
  padding-bottom: 15px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.2096153846;
  color: #3d62ad;
  border-bottom: 1px solid #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 h2 {
    margin-bottom: 4.2666666667vw;
    padding-bottom: 3.2vw;
    font-size: 4.8vw;
    gap: 0 2.1333333333vw;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 h2 span {
  font-size: 16px;
  line-height: 1.275;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 h2 span {
    font-size: 3.2vw;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 p {
  margin: 0 0 30px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 p {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 > a {
  min-width: 0;
  width: 100%;
  max-width: 360px;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 > a {
    max-width: none;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-contact-wrapper .inquiry-section .c-col2 ul li {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  padding: 24px 0;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 ul li {
    flex-direction: column;
    align-items: center;
    gap: 1.3333333333vw;
    padding: 4.2666666667vw 0;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 ul li:first-child {
  padding-top: 0;
}
.page-contact-wrapper .inquiry-section .c-col2 ul li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.page-contact-wrapper .inquiry-section .c-col2 ul li .label {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
  height: 40px;
  padding: 0 20px;
  border-radius: 180px;
  background: #3d62ad;
  color: #fff;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.02;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 ul li .label {
    min-width: 0;
    width: 90%;
    height: 9.6vw;
    padding: 0 4.2666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 ul li a {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 33px;
  font-weight: 700;
  line-height: 0.953030303;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .inquiry-section .c-col2 ul li a {
    font-size: 7.2vw;
  }
}
.page-contact-wrapper .inquiry-section .c-col2 ul li a:hover {
  opacity: 0.7;
}

/*--------------------------------------
 Contact / Office
---------------------------------------*/
.page-contact-wrapper .office-section {
  padding: 0 40px 100px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section {
    padding: 0 5.3333333333vw 16vw;
  }
}
.page-contact-wrapper .office-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-contact-wrapper .office-section .block {
  border-top: 1px solid #A4ABD6;
  padding-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .block {
    padding-top: 8vw;
  }
}
.page-contact-wrapper .office-section .block + .block {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .block + .block {
    margin-top: 12.8vw;
  }
}
.page-contact-wrapper .office-section .block > h2 {
  position: relative;
  margin: 0 0 40px;
  padding-left: 26px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .block > h2 {
    margin-bottom: 7.4666666667vw;
    padding-left: 4.8vw;
    font-size: 5.8666666667vw;
  }
}
.page-contact-wrapper .office-section .block > h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .block > h2::before {
    width: 1.6vw;
    height: 6.4vw;
  }
}
.page-contact-wrapper .office-section .content {
  display: flex;
  gap: 40px;
  align-items: start;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .content {
    flex-direction: column-reverse;
    gap: 7.4666666667vw;
  }
}
.page-contact-wrapper .office-section .name {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .name {
    font-size: 3.7333333333vw;
  }
}
.page-contact-wrapper .office-section .name a {
  color: #000;
  text-decoration: underline;
}
.page-contact-wrapper .office-section .detail p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .detail p {
    font-size: 3.7333333333vw;
  }
}
.page-contact-wrapper .office-section .detail p + p {
  margin-top: 0;
}
.page-contact-wrapper .office-section .detail p a {
  color: #000;
  text-decoration: none;
}
.page-contact-wrapper .office-section .detail p a:hover {
  opacity: 0.7;
}
.page-contact-wrapper .office-section dl {
  display: grid;
  grid-template-columns: max-content 1fr;
  margin: 0;
  padding: 0;
}
.page-contact-wrapper .office-section dl > div {
  display: contents;
}
.page-contact-wrapper .office-section dl dt,
.page-contact-wrapper .office-section dl dd {
  padding: 12px 0;
  border-bottom: 1px solid #d9d9d9;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.488;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section dl dt,
  .page-contact-wrapper .office-section dl dd {
    padding: 2.6666666667vw 0;
    font-size: 3.7333333333vw;
  }
}
.page-contact-wrapper .office-section dl dt {
  margin: 0;
  padding-right: 40px;
  font-weight: 700;
  color: #3d62ad;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section dl dt {
    padding-right: 6.4vw;
  }
}
.page-contact-wrapper .office-section dl dd {
  margin: 0;
  font-weight: 500;
  color: #000;
}
.page-contact-wrapper .office-section dl dd a {
  color: #000;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section dl {
    display: block;
  }
  .page-contact-wrapper .office-section dl > div {
    display: block;
    padding: 3.2vw 0;
    border-bottom: 1px solid #d9d9d9;
  }
  .page-contact-wrapper .office-section dl dt,
  .page-contact-wrapper .office-section dl dd {
    padding: 0;
    border-bottom: none;
  }
  .page-contact-wrapper .office-section dl dt {
    margin-bottom: 1.6vw;
  }
}
.page-contact-wrapper .office-section .info {
  flex: 0 0 auto;
  padding-top: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .info {
    padding-top: 0;
    white-space: normal;
  }
}
.page-contact-wrapper .office-section .map {
  position: relative;
  flex: 0 1 600px;
  min-width: 0;
  aspect-ratio: 4/3;
  border-radius: 5px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-contact-wrapper .office-section .map {
    margin-left: auto;
  }
}
@media screen and (max-width: 767px) {
  .page-contact-wrapper .office-section .map {
    flex: none;
    width: 100%;
    aspect-ratio: 1/1;
  }
}
.page-contact-wrapper .office-section .map iframe {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.page-contact-wrapper .office-section .subsidiary .name {
  margin: 0;
}
.page-contact-wrapper .office-section .subsidiary .name a:hover {
  opacity: 0.7;
}

/*--------------------------------------
 Quality / Intro
---------------------------------------*/
.page-quality-wrapper .intro-section {
  padding: 66px 40px 50px;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .intro-section {
    padding: 9.3333333333vw 5.3333333333vw 8.5333333333vw;
  }
}
.page-quality-wrapper .intro-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-quality-wrapper .intro-section h2 {
  margin: 0 0 45px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.326;
  color: #3d62ad;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .intro-section h2 {
    margin-bottom: 6.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.36;
    text-align: left;
    word-break: auto-phrase;
  }
}
.page-quality-wrapper .intro-section p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .intro-section p {
    font-size: 3.7333333333vw;
    line-height: 1.615;
  }
}

/*--------------------------------------
 Quality / Commit
---------------------------------------*/
.page-quality-wrapper .commit-section {
  padding: 70px 40px 100px;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .commit-section {
    padding: 10.6666666667vw 5.3333333333vw 16vw;
  }
}
.page-quality-wrapper .commit-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-quality-wrapper .commit-section > .inner > h2 {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 30px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .commit-section > .inner > h2 {
    gap: 3.2vw;
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.105;
  }
}
.page-quality-wrapper .commit-section > .inner > h2 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding-bottom: 0.1em;
  border-radius: 5px;
  background: #3d62ad;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .commit-section > .inner > h2 .num {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 4.8vw;
  }
}
.page-quality-wrapper .commit-section .lead {
  margin: 0 0 40px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .commit-section .lead {
    margin-bottom: 7.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-quality-wrapper .commit-section .lead strong {
  font-weight: 700;
}
.page-quality-wrapper .commit-section .org-chart-wrap {
  position: relative;
}
.page-quality-wrapper .commit-section .scroll-hint {
  display: none;
  margin: 0;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .commit-section .scroll-hint {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    opacity: 1;
    transition: opacity 0.5s ease;
  }
  .page-quality-wrapper .commit-section .scroll-hint.is-hidden {
    opacity: 0;
  }
}
.page-quality-wrapper .commit-section .scroll-hint img {
  display: block;
  width: 21.3333333333vw;
  height: auto;
  border-radius: 2.1333333333vw;
}
.page-quality-wrapper .commit-section .org-chart {
  border-radius: 10px;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .commit-section .org-chart {
    border-radius: 2.1333333333vw;
    overflow-x: auto;
  }
}
.page-quality-wrapper .commit-section .org-chart img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .commit-section .org-chart img {
    width: 213.3333333333vw;
    max-width: initial;
  }
}

/*--------------------------------------
 Quality / QC
---------------------------------------*/
.page-quality-wrapper .qc-section {
  padding: 90px 40px 100px;
  background: rgba(244, 244, 244, 0.89);
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section {
    padding: 12.8vw 5.3333333333vw 16vw;
  }
}
.page-quality-wrapper .qc-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-quality-wrapper .qc-section > .inner > h2 {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 50px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section > .inner > h2 {
    gap: 3.2vw;
    margin-bottom: 7.4666666667vw;
    font-size: 4.8vw;
    line-height: 1.105;
  }
}
.page-quality-wrapper .qc-section > .inner > h2 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding-bottom: 0.1em;
  border-radius: 5px;
  background: #3d62ad;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section > .inner > h2 .num {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 4.8vw;
  }
}
.page-quality-wrapper .qc-section .block {
  border: 1px solid #3d62ad;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .block {
    border-radius: 2.1333333333vw;
  }
}
.page-quality-wrapper .qc-section .block + .block {
  margin-top: 45px;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .block + .block {
    margin-top: 7.4666666667vw;
  }
}
.page-quality-wrapper .qc-section .block-head {
  padding: 17px 45px;
  background: #3d62ad;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .block-head {
    padding: 4vw 4vw;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
}
.page-quality-wrapper .qc-section .block-head h3 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.216;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .block-head h3 {
    font-size: 4.2666666667vw;
    line-height: 1.19;
  }
}
.page-quality-wrapper .qc-section .cards {
  display: grid;
  gap: clamp(15px, 1.8229166667vw, 35px);
  padding: 45px clamp(10px, 2.34375vw, 45px) 50px;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .cards {
    gap: 5.3333333333vw;
    padding: 6.4vw 4.2666666667vw 7.4666666667vw;
  }
}
.page-quality-wrapper .qc-section .cards.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .cards.col3 {
    grid-template-columns: 1fr;
  }
}
.page-quality-wrapper .qc-section .cards.col2 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .cards.col2 {
    grid-template-columns: 1fr;
  }
}
.page-quality-wrapper .qc-section .item {
  padding: 20px 25px 30px;
  border-radius: 10px;
  background: #d5d8f0;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .item {
    padding: 4.8vw 4.2666666667vw 6.4vw;
    border-radius: 2.1333333333vw;
  }
}
.page-quality-wrapper .qc-section .item h4 {
  margin: 0 0 16px;
  padding-bottom: 14px;
  border-bottom: 1px solid #3d62ad;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.147;
  color: #3d62ad;
}
@media screen and (min-width: 768px) {
  .page-quality-wrapper .qc-section .item h4 {
    display: flex;
    align-items: center;
    min-height: calc(2.7em + 14px);
  }
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .item h4 {
    margin-bottom: 3.2vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page-quality-wrapper .qc-section .item p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.381;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .item p {
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-quality-wrapper .qc-section .item .note {
  margin-top: 30px;
  font-size: 14px;
  line-height: 1.275;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .qc-section .item .note {
    margin-top: 4vw;
    font-size: 3.2vw;
    line-height: 1.36;
  }
}

/*--------------------------------------
 Quality / Communication
---------------------------------------*/
.page-quality-wrapper .communication-section {
  padding: 90px 40px 120px;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section {
    padding: 12.8vw 5.3333333333vw 16vw;
  }
}
.page-quality-wrapper .communication-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-quality-wrapper .communication-section > .inner > h2 {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 30px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section > .inner > h2 {
    gap: 3.2vw;
    margin-bottom: 5.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.105;
  }
}
.page-quality-wrapper .communication-section > .inner > h2 .num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  padding-bottom: 0.1em;
  border-radius: 5px;
  background: #3d62ad;
  font-size: 32px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section > .inner > h2 .num {
    width: 7.4666666667vw;
    height: 7.4666666667vw;
    border-radius: 1.0666666667vw;
    font-size: 4.8vw;
  }
}
.page-quality-wrapper .communication-section .lead {
  margin: 0 0 45px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .lead {
    margin-bottom: 7.4666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-quality-wrapper .communication-section .block {
  border: 1px solid #3d62ad;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .block {
    border-radius: 2.1333333333vw;
  }
}
.page-quality-wrapper .communication-section .block + .block {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .block + .block {
    margin-top: 6.4vw;
  }
}
.page-quality-wrapper .communication-section .block-head {
  padding: 17px 30px;
  background: #3d62ad;
  border-radius: 5px 5px 0 0;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .block-head {
    padding: 4vw 4vw;
    border-radius: 1.0666666667vw 1.0666666667vw 0 0;
  }
}
.page-quality-wrapper .communication-section .block-head h3 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.216;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .block-head h3 {
    font-size: 4vw;
    line-height: 1.19;
  }
}
.page-quality-wrapper .communication-section .block-body {
  padding: 25px 30px 40px;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .block-body {
    padding: 5.3333333333vw 4.2666666667vw 7.4666666667vw;
  }
}
.page-quality-wrapper .communication-section .block-body > p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.36;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .block-body > p {
    font-size: 3.4666666667vw;
    line-height: 1.445;
  }
}
.page-quality-wrapper .communication-section .memo {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  margin: 40px 0 0;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .memo {
    gap: 2.6666666667vw;
    margin-top: 7.4666666667vw;
  }
}
.page-quality-wrapper .communication-section .memo img {
  display: block;
  width: 100%;
  max-width: 886px;
  height: auto;
  border: 1px solid #d4d4d4;
}
.page-quality-wrapper .communication-section .memo figcaption {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.381;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-quality-wrapper .communication-section .memo figcaption {
    font-size: 3.4666666667vw;
  }
}

/*--------------------------------------
 Audience (corporate-ip / patent-firm) / Common
---------------------------------------*/
.page-audience-wrapper {
  --audience-kv: #2288bf;
  --audience-accent: #2b8dcc;
  --audience-heading: #2288bf;
  --audience-num: #8ecbed;
  --audience-grad-1: #2e82bc;
  --audience-grad-2: #2874a8;
  --audience-grad-3: #246a9a;
  --audience-solution-bg: url("/assets/img/corporate-ip/solution-bg.webp");
  --audience-kv-overlay: url("/assets/img/corporate-ip/kv-overlay.webp");
}
.page-audience-wrapper.is-patent-firm {
  --audience-kv: #3da9ad;
  --audience-accent: #159a9f;
  --audience-heading: #159a9f;
  --audience-num: #6cc8cc;
  --audience-grad-1: #159a9f;
  --audience-grad-2: #12858a;
  --audience-grad-3: #0f7378;
  --audience-solution-bg: url("/assets/img/patent-firm/solution-bg.webp");
  --audience-kv-overlay: url("/assets/img/patent-firm/kv-overlay.webp");
}
@media screen and (min-width: 768px) {
  .page-audience-wrapper.is-patent-firm .body-area::after {
    display: none;
  }
}
.page-audience-wrapper .body-area {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-audience-wrapper .body-area {
    padding-top: 35px;
  }
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .body-area {
    padding-top: 9.3333333333vw;
  }
}
.page-audience-wrapper .body-area .wrap {
  background: #e2f2fa;
}
.page-audience-wrapper .body-area::before, .page-audience-wrapper .body-area::after {
  content: "";
  position: absolute;
  top: 430px;
  width: 100%;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .page-audience-wrapper .body-area::before, .page-audience-wrapper .body-area::after {
    transform: translateX(-50%);
    left: 50%;
  }
}
.page-audience-wrapper .body-area::before {
  aspect-ratio: 1600/1334;
  top: calc(720px - 14vw);
  background-image: var(--audience-solution-bg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .body-area::before {
    width: 100%;
    left: auto;
    transform: translateX(0);
    aspect-ratio: initial;
    top: auto;
    bottom: 160vw;
    height: 320vw;
    background: var(--audience-solution-bg) center top/420% auto no-repeat;
  }
}
.page-audience-wrapper .body-area::after {
  bottom: 0;
  background: linear-gradient(180deg, transparent 0, transparent 20%, var(--audience-grad-1) 30%, var(--audience-grad-2) 55%, var(--audience-grad-3) 100%);
}
@media screen and (min-width: 1600px) {
  .page-audience-wrapper .body-area::after {
    max-width: none;
  }
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .body-area::after {
    top: auto;
    bottom: 0;
    height: 312vw;
    background: linear-gradient(180deg, transparent 0, transparent 25%, var(--audience-grad-1) 50%, var(--audience-grad-2) 82%, var(--audience-grad-3) 100%);
  }
}

/*--------------------------------------
 Audience / KV
---------------------------------------*/
.page-audience-wrapper .kv-section {
  padding: 18px 40px 0;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .kv-section {
    padding: 3.2vw 4.2666666667vw 0;
  }
}
.page-audience-wrapper .kv-section .inner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1824px;
  height: 300px;
  margin: 0 auto;
  border-radius: 20px;
  overflow: hidden;
  background: var(--audience-kv);
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .kv-section .inner {
    height: 42.6666666667vw;
    border-radius: 3.2vw;
  }
}
.page-audience-wrapper .kv-section .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--audience-kv);
  mix-blend-mode: darken;
  pointer-events: none;
}
.page-audience-wrapper .kv-section .inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: -64.56%;
  width: 100%;
  height: 229.11%;
  background: var(--audience-kv-overlay) center/cover no-repeat;
  opacity: 0.4;
  pointer-events: none;
}
.page-audience-wrapper .kv-section .content {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 16px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .kv-section .content {
    gap: 2.1333333333vw;
    flex-direction: column;
  }
}
.page-audience-wrapper .kv-section .icon {
  width: 48px;
  height: 48px;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .kv-section .icon {
    width: 12.8vw;
    height: 12.8vw;
  }
}
.page-audience-wrapper .kv-section .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-audience-wrapper .kv-section h1 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.935;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .kv-section h1 {
    font-size: 5.8666666667vw;
  }
}

/*--------------------------------------
 Audience / Lead
---------------------------------------*/
.page-audience-wrapper .lead-section {
  padding: 60px 40px 60px;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .lead-section {
    padding: 8vw 5.3333333333vw 5.3333333333vw;
  }
}
.page-audience-wrapper .lead-section .inner {
  max-width: 1232px;
  margin: 0 auto;
}
.page-audience-wrapper .lead-section p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.326;
  color: #373737;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .lead-section p {
    font-size: 4.5333333333vw;
    line-height: 1.445;
    text-align: left;
  }
}
.page-audience-wrapper .lead-section p span {
  color: var(--audience-accent);
}

/*--------------------------------------
 Audience / Concerns
---------------------------------------*/
.page-audience-wrapper .concerns-section {
  position: relative;
  z-index: 1;
  padding: 0 40px 80px;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .concerns-section {
    padding: 0 5.3333333333vw 12.8vw;
  }
}
.page-audience-wrapper .concerns-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-audience-wrapper .concerns-section .heading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 55px;
  margin: 0 auto 30px;
  padding: 10px 48px;
  border-radius: 140px;
  background: var(--audience-heading);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.19;
  color: #fff;
  text-align: center;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .concerns-section .heading {
    min-height: 10.6666666667vw;
    margin-bottom: 2.6666666667vw;
    padding: 2.6666666667vw 5.3333333333vw;
    border-radius: 10.6666666667vw;
    font-size: 4.2666666667vw;
  }
}
.page-audience-wrapper .concerns-section .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .concerns-section .list {
    grid-template-columns: 1fr;
    gap: 3.2vw;
  }
}
.page-audience-wrapper .concerns-section .item {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 150px;
  padding: 30px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 2px 12px rgba(61, 98, 173, 0.08);
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .concerns-section .item {
    align-items: flex-start;
    height: auto;
    min-height: 0;
    padding: 4vw 2.6666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.page-audience-wrapper .concerns-section .num {
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  font-family: "Roboto Condensed", "Roboto", sans-serif;
  font-weight: 500;
  font-style: italic;
  font-size: 114px;
  line-height: 0.7;
  color: var(--audience-num);
  padding: 0 min(30px, 1.5625vw);
  transform-origin: left top;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .concerns-section .num {
    font-size: 14.4vw;
    padding: 0 2.6666666667vw 0 0;
  }
}
.page-audience-wrapper .concerns-section .body {
  flex: 1;
  min-width: 0;
  padding-top: 4px;
}
.page-audience-wrapper .concerns-section .body h3 {
  margin: 0 0 8px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.36;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .concerns-section .body h3 {
    margin-bottom: 1.6vw;
    font-size: 4vw;
  }
}
.page-audience-wrapper .concerns-section .body p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .concerns-section .body p {
    font-size: 3.4666666667vw;
    line-height: 1.445;
  }
}

/*--------------------------------------
 Audience / Solution
---------------------------------------*/
.page-audience-wrapper .solution-section {
  position: relative;
  z-index: 1;
  padding: 80px 40px 60px;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section {
    padding: 12.8vw 5.3333333333vw 10.6666666667vw;
  }
}
.page-audience-wrapper .solution-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-audience-wrapper .solution-section .head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 48px;
}
@media screen and (max-width: 1024px) {
  .page-audience-wrapper .solution-section .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section .head {
    gap: 3.2vw;
    margin-bottom: 7.4666666667vw;
  }
}
.page-audience-wrapper .solution-section .head h2 {
  margin: 0;
  color: #fff;
}
.page-audience-wrapper .solution-section .head h2 .ja {
  display: block;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.36;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section .head h2 .ja {
    font-size: 4.8vw;
  }
}
.page-audience-wrapper .solution-section .head h2 .en {
  display: block;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 100px;
  line-height: 0.92;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section .head h2 .en {
    font-size: 13.8666666667vw;
  }
}
.page-audience-wrapper .solution-section .head > p {
  margin: 0 0 12px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.309;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section .head > p {
    margin: 0;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-audience-wrapper .solution-section .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  -moz-column-gap: 45px;
       column-gap: 45px;
  row-gap: 0;
}
@media screen and (max-width: 1024px) {
  .page-audience-wrapper .solution-section .list {
    grid-template-columns: 1fr;
  }
}
.page-audience-wrapper .solution-section .item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
  padding: 20px 25px 30px;
  border-radius: 10px;
  background: rgba(21, 80, 113, 0.5);
}
@media screen and (max-width: 1024px) {
  .page-audience-wrapper .solution-section .item {
    min-height: 0;
  }
  .page-audience-wrapper .solution-section .item:not(:last-child) {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section .item {
    padding: 4.2666666667vw 4.8vw 6.4vw;
    border-radius: 2.1333333333vw;
  }
  .page-audience-wrapper .solution-section .item:not(:last-child) {
    margin-bottom: 3.2vw;
  }
}
.page-audience-wrapper .solution-section .item h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 16px;
  padding-bottom: 12px;
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.36;
  color: #fff;
  text-align: center;
  word-break: auto-phrase;
}
@media screen and (max-width: 1024px) {
  .page-audience-wrapper .solution-section .item h3 {
    align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section .item h3 {
    margin-bottom: 3.2vw;
    padding-bottom: 2.6666666667vw;
    font-size: 4.8vw;
  }
}
.page-audience-wrapper .solution-section .item .icon {
  display: flex;
  align-items: center;
  justify-self: center;
  width: 156px;
  height: 245px;
  overflow: clip;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section .item .icon {
    width: 26.6666666667vw;
    height: 42.6666666667vw;
  }
}
.page-audience-wrapper .solution-section .item .icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.page-audience-wrapper .solution-section .item p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .solution-section .item p {
    font-size: 3.4666666667vw;
    line-height: 1.445;
  }
}

/*--------------------------------------
 Audience / Services
---------------------------------------*/
.page-audience-wrapper .services-section {
  position: relative;
  z-index: 1;
  padding: 0 40px 100px;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .services-section {
    padding: 0 5.3333333333vw 16vw;
  }
}
.page-audience-wrapper .services-section .inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 28px 40px 40px;
  border-radius: 10px;
  background: rgba(255, 251, 251, 0.85);
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .services-section .inner {
    padding: 5.3333333333vw 4.2666666667vw 6.4vw;
    border-radius: 2.1333333333vw;
  }
}
.page-audience-wrapper .services-section h2 {
  position: relative;
  margin: 0 0 28px;
  padding-left: 24px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 33px;
  line-height: 1.36;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .services-section h2 {
    margin-bottom: 4.8vw;
    padding-left: 4.2666666667vw;
    font-size: 4.8vw;
  }
}
.page-audience-wrapper .services-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 41px;
  border-radius: 90px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .services-section h2::before {
    width: 1.6vw;
    height: 6.4vw;
  }
}
.page-audience-wrapper .services-section .list {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 15px;
}
@media screen and (max-width: 1024px) {
  .page-audience-wrapper .services-section .list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media screen and (max-width: 767px) {
  .page-audience-wrapper .services-section .list {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}

/*--------------------------------------
 Service / KV
---------------------------------------*/
.page-service-wrapper .kv-section {
  padding: 18px 40px 0;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .kv-section {
    padding: 3.2vw 4.2666666667vw 0;
  }
}
.page-service-wrapper .kv-section .inner {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 1824px;
  height: 300px;
  margin: 0 auto;
  padding: 0 40px 0 clamp(40px, 9.8958333333vw, 190px);
  border-radius: 10px;
  overflow: hidden;
  background: center/cover no-repeat;
}
@media screen and (max-width: 1024px) {
  .page-service-wrapper .kv-section .inner {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .kv-section .inner {
    height: 42.6666666667vw;
    padding: 0 6.4vw;
    border-radius: 2.1333333333vw;
  }
}
.page-service-wrapper .kv-section h1 {
  position: relative;
  z-index: 1;
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 0.935;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .kv-section h1 {
    font-size: 6.4vw;
  }
}
.page-service-wrapper.is-translation .kv-section .inner {
  background-image: url("/assets/img/service/translation/kv.webp");
}
.page-service-wrapper.is-technical-drawing .kv-section .inner {
  background-image: url("/assets/img/service/technical-drawing/kv.webp");
}
.page-service-wrapper.is-technical-drawing .kv-section h1 {
  color: #000;
}
.page-service-wrapper.is-research .kv-section .inner {
  background-image: url("/assets/img/service/research/kv.webp");
}
.page-service-wrapper.is-research .kv-section .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(61, 98, 173, 0.5);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.page-service-wrapper.is-ai-translation .kv-section .inner {
  background-image: url("/assets/img/service/ai-translation/kv.webp");
}
.page-service-wrapper.is-ai-translation .kv-section .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(61, 98, 173, 0.76);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.page-service-wrapper.is-ai-translation .kv-section h1 {
  text-align: center;
}
.page-service-wrapper.is-ai-services .kv-section .inner {
  background-image: url("/assets/img/service/ai-services/kv.webp");
}
.page-service-wrapper.is-ai-services .kv-section .inner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(61, 98, 173, 0.76);
  mix-blend-mode: multiply;
  pointer-events: none;
}
.page-service-wrapper.is-ai-services .kv-section h1 {
  text-align: center;
}

/*--------------------------------------
 Service / Intro
---------------------------------------*/
.page-service-wrapper .intro-section {
  padding: 66px 40px 50px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section {
    padding: 9.3333333333vw 5.3333333333vw 10.6666666667vw;
  }
}
.page-service-wrapper .intro-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-service-wrapper .intro-section h2 {
  margin: 0 0 45px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 34px;
  line-height: 1.326;
  color: #3d62ad;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section h2 {
    margin-bottom: 6.6666666667vw;
    font-size: 4.5333333333vw;
    line-height: 1.36;
    text-align: left;
    word-break: auto-phrase;
  }
}
.page-service-wrapper .intro-section > .inner > p {
  margin: 0 0 50px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section > .inner > p {
    margin-bottom: 8vw;
    font-size: 3.7333333333vw;
    line-height: 1.615;
  }
}
.page-service-wrapper .intro-section .needs-box {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: center;
  gap: 40px;
  padding: 28px 40px;
  border: 1px solid #a4abd6;
  border-radius: 10px;
  background: rgba(164, 171, 214, 0.4);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .needs-box {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    padding: 5.3333333333vw;
  }
}
.page-service-wrapper .intro-section .needs-box > div {
  position: relative;
  padding-right: 40px;
}
@media screen and (min-width: 768px) {
  .page-service-wrapper .intro-section .needs-box > div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    border-right: 1px solid #a4abd6;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .needs-box > div {
    padding: 0 0 4.2666666667vw;
    border-bottom: 1px solid #a4abd6;
  }
}
.page-service-wrapper .intro-section .needs-box > div p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 29px;
  line-height: 1.445;
  color: #3d62ad;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .needs-box > div p {
    font-size: 5.3333333333vw;
    line-height: 1.275;
  }
}
.page-service-wrapper .intro-section .needs-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-service-wrapper .intro-section .needs-box li {
  position: relative;
  padding-left: 34px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.912;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .needs-box li {
    padding-left: 7.4666666667vw;
    font-size: 4vw;
    line-height: 1.36;
  }
}
.page-service-wrapper .intro-section .needs-box li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  width: 27px;
  height: 24px;
  background: url("/assets/img/service/icon-check.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .needs-box li::before {
    top: 0.8em;
    width: 6vw;
    background-size: 100%;
    height: 5vw;
  }
}
.page-service-wrapper .intro-section .needs-box li + li {
  margin-top: 4px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .needs-box li + li {
    margin-top: 2.1333333333vw;
  }
}
.page-service-wrapper .intro-section .feature-box {
  position: relative;
  padding: 0 40px 36px;
  border: 1px solid #a4abd6;
  border-radius: 10px;
  background: rgba(164, 171, 214, 0.4);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box {
    padding: 0 5.3333333333vw 5.3333333333vw;
  }
}
.page-service-wrapper .intro-section .feature-box .banner {
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  width: 100%;
  max-width: 744px;
  margin: 0 auto;
  padding: 15px 25px;
  background: #1b469d;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box .banner {
    width: -moz-fit-content;
    width: fit-content;
    padding: 2.6666666667vw 4vw;
  }
}
.page-service-wrapper .intro-section .feature-box .banner p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.513;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box .banner p {
    font-size: 4.2666666667vw;
    line-height: 1.36;
  }
}
.page-service-wrapper .intro-section .feature-box .note {
  margin: 85px 0 30px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.381;
  color: #000;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box .note {
    margin: 20vw 0 5.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.page-service-wrapper .intro-section .feature-box .cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box .cards {
    grid-template-columns: 1fr;
    gap: 2.6666666667vw;
  }
}
.page-service-wrapper .intro-section .feature-box .cards li {
  padding: 16px 20px 20px;
  border-radius: 10px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box .cards li {
    padding: 3.7333333333vw 4.2666666667vw 4.2666666667vw;
    border-radius: 2.1333333333vw;
  }
}
.page-service-wrapper .intro-section .feature-box .cards h3 {
  position: relative;
  margin: 0 0 10px;
  padding-left: 34px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.317;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box .cards h3 {
    padding-left: 7.4666666667vw;
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
  }
}
.page-service-wrapper .intro-section .feature-box .cards h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 27px;
  height: 24px;
  background: url("/assets/img/service/icon-check.svg") center/contain no-repeat;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box .cards h3::before {
    width: 5.8666666667vw;
    height: 5.3333333333vw;
  }
}
.page-service-wrapper .intro-section .feature-box .cards p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.381;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .intro-section .feature-box .cards p {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}
.page-service-wrapper.is-ai-translation .intro-section, .page-service-wrapper.is-ai-services .intro-section {
  padding-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .intro-section, .page-service-wrapper.is-ai-services .intro-section {
    padding-bottom: 12vw;
  }
}
.page-service-wrapper.is-ai-translation .intro-section > .inner > p {
  margin-bottom: 30px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .intro-section > .inner > p {
    margin-bottom: 5.3333333333vw;
  }
}
.page-service-wrapper.is-ai-translation .intro-section > .inner > p:last-of-type {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .intro-section > .inner > p:last-of-type {
    margin-bottom: 24vw;
  }
}
.page-service-wrapper.is-ai-translation .intro-section .feature-box .note {
  margin-top: 85px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .intro-section .feature-box .note {
    margin-top: 20vw;
  }
}
.page-service-wrapper.is-ai-translation .intro-section .feature-box .cards {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .intro-section .feature-box .cards {
    grid-template-columns: 1fr;
  }
}
.page-service-wrapper.is-ai-services .intro-section > .inner > p {
  margin-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-services .intro-section > .inner > p {
    margin-bottom: 24vw;
  }
}
.page-service-wrapper.is-ai-services .intro-section .feature-box .note {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-services .intro-section .feature-box .note {
    margin-top: 13.3333333333vw;
  }
}
.page-service-wrapper.is-ai-services .intro-section .feature-box .cards {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-services .intro-section .feature-box .cards {
    grid-template-columns: 1fr;
  }
}

/*--------------------------------------
 Service / Detail
---------------------------------------*/
.page-service-wrapper .detail-section {
  position: relative;
  padding: 70px 40px 80px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.page-service-wrapper .detail-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url("/assets/img/service/service-bg.webp") center/cover no-repeat;
  pointer-events: none;
}
.page-service-wrapper .detail-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(61, 98, 173, 0.8);
  pointer-events: none;
}
.page-service-wrapper .detail-section .inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.page-service-wrapper .detail-section h2 {
  position: relative;
  margin: 0 0 60px;
  padding-left: 34px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section h2 {
    margin-bottom: 8vw;
    padding-left: 6.4vw;
    font-size: 5.8666666667vw;
  }
}
.page-service-wrapper .detail-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #fff;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section h2::before {
    width: 1.6vw;
    height: 7.4666666667vw;
  }
}
.page-service-wrapper .detail-section .lead {
  margin: 0 0 36px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.381;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .lead {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.page-service-wrapper .detail-section .tab {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab {
    margin-bottom: 6.4vw;
  }
}
.page-service-wrapper .detail-section .tab .head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .head {
    gap: 1.3333333333vw;
  }
}
.page-service-wrapper .detail-section .tab button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 81px;
  margin: 0;
  padding: 16px;
  border: none;
  border-radius: 10px 10px 0 0;
  background: #a4abd6;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 1.19;
  color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab button {
    min-height: 8vw;
    padding: 2.6666666667vw 1vw;
    font-size: 4vw;
    border-radius: 2.1333333333vw 2.1333333333vw 0 0;
  }
}
.page-service-wrapper .detail-section .tab button.is-active {
  background: #fff;
  color: #3d62ad;
}
.page-service-wrapper .detail-section .tab .body {
  background: #fff;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .body {
    border-radius: 0 0 2.1333333333vw 2.1333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .panel {
  display: none;
  padding: 40px 33px 36px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .panel {
    padding: 5.3333333333vw 4.2666666667vw 6.4vw;
  }
}
.page-service-wrapper .detail-section .tab .panel.is-active {
  display: block;
}
.page-service-wrapper .detail-section .tab .main {
  display: grid;
  grid-template-columns: minmax(0, 535px) minmax(0, 1fr);
  gap: 35px;
  align-items: start;
}
@media screen and (max-width: 1400px) {
  .page-service-wrapper .detail-section .tab .main {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .main {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
}
.page-service-wrapper .detail-section .tab .visual {
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .page-service-wrapper .detail-section .tab .visual {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .visual {
    border-radius: 2.1333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-service-wrapper .detail-section .tab .main > div:last-child {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .main > div:last-child {
    gap: 4.2666666667vw;
  }
}
.page-service-wrapper .detail-section .tab .item h3 {
  display: flex;
  align-items: center;
  gap: 17px;
  margin: 0 0 9px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.317;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .item h3 {
    gap: 3.2vw;
    margin-bottom: 2.1333333333vw;
    font-size: 4vw;
  }
}
.page-service-wrapper .detail-section .tab .item h3 span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  padding-bottom: 0.15em;
  border-radius: 80px;
  background: #3d62ad;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .item h3 span {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
    font-size: 3.4666666667vw;
  }
}
.page-service-wrapper .detail-section .tab .item p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .item p {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}
.page-service-wrapper .detail-section .tab .point .label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 100%;
  margin-bottom: 9px;
  padding: 5px 10px;
  border-radius: 80px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .point .label {
    margin-bottom: 2.1333333333vw;
    font-size: 3.7333333333vw;
    padding: 1.3333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .point .label.is-merit {
  background: #3d62ad;
}
.page-service-wrapper .detail-section .tab .point .label.is-demerit {
  background: #515151;
}
.page-service-wrapper .detail-section .tab .point p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .point p {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}
.page-service-wrapper .detail-section .tab .highlight {
  display: grid;
  gap: 40px;
  align-items: center;
  margin-top: 36px;
  padding: 36px 40px;
  border-radius: 10px;
  background: #fffdca;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .highlight {
    grid-template-columns: 1fr;
    gap: 5.3333333333vw;
    margin-top: 6.4vw;
    padding: 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .highlight h3 {
  margin: 0 0 25px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.19;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .highlight h3 {
    margin-bottom: 4vw;
    font-size: 4.2666666667vw;
  }
}
.page-service-wrapper .detail-section .tab .highlight > div:first-child p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .highlight > div:first-child p {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}
.page-service-wrapper .detail-section .tab .panel-lead {
  margin: 0 0 24px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.381;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .panel-lead {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .notice {
  margin-top: 36px;
  padding: 20px 36px 24px 43px;
  border-radius: 10px;
  background: #fffdca;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .notice {
    margin-top: 6.4vw;
    padding: 4.2666666667vw 5.3333333333vw;
    border-radius: 2.1333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .notice .heading {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .notice .heading {
    gap: 1.6vw;
    margin-bottom: 1.6vw;
  }
}
.page-service-wrapper .detail-section .tab .notice .heading span {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background: url("/assets/img/service/ai-services/icon-exclamation.svg") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .notice .heading span {
    width: 4.8vw;
    height: 4.8vw;
  }
}
.page-service-wrapper .detail-section .tab .notice .heading p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .notice .heading p {
    font-size: 3.7333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .notice > p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .notice > p {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}
.page-service-wrapper .detail-section .tab .service-block {
  margin-top: 36px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block {
    margin-top: 6.4vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block + .service-block {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block + .service-block {
    margin-top: 7.4666666667vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
  padding: 14px 18px;
  border-radius: 5px;
  background: #eee;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .heading {
    gap: 2.6666666667vw;
    margin-bottom: 4.2666666667vw;
    padding: 3.2vw 3.7333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .heading::before {
  content: "";
  flex-shrink: 0;
  align-self: stretch;
  width: 4px;
  background: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .heading::before {
    width: 0.8vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .heading h3 {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 22px;
  line-height: 1.19;
  color: #000;
  text-indent: -2em;
  padding-left: 2em;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .heading h3 {
    font-size: 4.2666666667vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block > p {
  margin: 0 0 20px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block > p {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block h4 {
  margin: 24px 0 16px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.317;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block h4 {
    margin: 5.3333333333vw 0 3.2vw;
    font-size: 4vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .rows {
  display: flex;
  flex-direction: column;
}
.page-service-wrapper .detail-section .tab .service-block .rows + p {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .rows + p {
    margin-top: 4.2666666667vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .row {
  display: grid;
  grid-template-columns: 123px minmax(0, 1fr);
  gap: 18px;
  padding: 20px 0;
  border-bottom: 1px dashed #d5d8f0;
}
@media screen and (min-width: 768px) {
  .page-service-wrapper .detail-section .tab .service-block .row {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .row {
    grid-template-columns: 1fr;
    gap: 3.2vw;
    padding: 4vw 0;
    align-items: start;
  }
}
.page-service-wrapper .detail-section .tab .service-block .row.ver02 {
  grid-template-columns: 1fr;
}
.page-service-wrapper .detail-section .tab .service-block .row:first-child {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .row:first-child {
    padding-top: 1.3333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .row.align-top {
  align-items: flex-start;
}
.page-service-wrapper .detail-section .tab .service-block .row > span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 43px;
  padding: 6px 8px;
  border-radius: 5px;
  background: #d5d8f0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.02;
  color: #3d62ad;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .row > span {
    min-width: 24vw;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 6.4vw;
    padding: 1.6vw;
    font-size: 3.4666666667vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .row > span.label-multi {
  flex-direction: column;
  min-height: 73px;
  font-size: 16px;
  line-height: 1.02;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .row > span.label-multi {
    min-height: 6.4vw;
    font-size: 3.2vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .row > p,
.page-service-wrapper .detail-section .tab .service-block .row > div > p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .row > p,
  .page-service-wrapper .detail-section .tab .service-block .row > div > p {
    font-size: 3.7333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .row > p small,
.page-service-wrapper .detail-section .tab .service-block .row > div > p small {
  font-size: 14px;
  line-height: 1.488;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .row > p small,
  .page-service-wrapper .detail-section .tab .service-block .row > div > p small {
    font-size: 3.2vw;
  }
}
.page-service-wrapper .detail-section .tab .service-block .row > p a:not(.pdf-link):not(.text-link),
.page-service-wrapper .detail-section .tab .service-block .row > div > p a:not(.pdf-link):not(.text-link) {
  color: #3d62ad;
  word-break: break-all;
}
.page-service-wrapper .detail-section .tab .service-block .row ul {
  margin: 0;
  list-style: disc;
}
.page-service-wrapper .detail-section .tab .service-block .row ul li {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .row ul li {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}
.page-service-wrapper .detail-section .tab .service-block .row ul li:before {
  content: "・";
}
.page-service-wrapper .detail-section .tab .service-block .row .pdf-link {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .service-block .row .pdf-link {
    margin-top: 2.6666666667vw;
  }
}
.page-service-wrapper .detail-section .tab .pdf-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #3d62ad;
  text-decoration: underline;
}
.page-service-wrapper .detail-section .tab .pdf-link:hover {
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .pdf-link {
    gap: 2.1333333333vw;
    font-size: 3.7333333333vw;
  }
}
.page-service-wrapper .detail-section .tab .pdf-link[aria-disabled=true] {
  opacity: 0.55;
  cursor: default;
  text-decoration: none;
}
.page-service-wrapper .detail-section .tab .pdf-link img {
  display: block;
  width: 26px;
  height: 26px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section .tab .pdf-link img {
    width: 5.8666666667vw;
    height: 5.8666666667vw;
  }
}
.page-service-wrapper .detail-section .tab a:not(.pdf-link):not(.text-link) {
  color: #3d62ad;
  word-break: break-all;
}
.page-service-wrapper .detail-section > .inner > p {
  margin: 0 0 24px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.36;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section > .inner > p {
    margin-bottom: 5.3333333333vw;
    font-size: 3.7333333333vw;
    text-align: left;
  }
}
.page-service-wrapper .detail-section > a {
  display: flex;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .page-service-wrapper .detail-section > a {
    width: -moz-fit-content;
    width: fit-content;
    min-width: 314px;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .detail-section > a {
    width: 100%;
  }
}
.page-service-wrapper.is-ai-services .detail-section h2 {
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-services .detail-section h2 {
    margin-bottom: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  .page-service-wrapper.is-ai-services .detail-section .tab button {
    word-break: auto-phrase;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-services .detail-section .tab button {
    min-height: 12.8vw;
    padding: 2.1333333333vw 0;
    font-size: 3.4vw;
    line-height: 1.02;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .detail-section .tab button {
    min-height: 9.6vw;
    padding: 2.1333333333vw 1.0666666667vw;
    font-size: 2.9333333333vw;
    white-space: nowrap;
    letter-spacing: -0.02em;
  }
}
.page-service-wrapper.is-research .detail-section .tab .head {
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-research .detail-section .tab .head {
    gap: 1.0666666667vw;
  }
}
.page-service-wrapper.is-research .detail-section .tab button:last-child {
  font-size: 21px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-research .detail-section .tab button:last-child {
    font-size: 2.9333333333vw;
  }
}
.page-service-wrapper.is-research .detail-section .tab .highlight {
  grid-template-columns: minmax(0, 1fr) minmax(0, 307px);
  padding: 28px 32px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-research .detail-section .tab .highlight {
    grid-template-columns: 1fr;
    padding: 5.3333333333vw;
  }
}
.page-service-wrapper.is-research .detail-section .tab .highlight ul {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-research .detail-section .tab .highlight ul {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}

/*--------------------------------------
 Service / FAQ
---------------------------------------*/
.page-service-wrapper .faq-section {
  padding: 100px 40px 90px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section {
    padding: 13.3333333333vw 5.3333333333vw 16vw;
  }
}
.page-service-wrapper .faq-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-service-wrapper .faq-section h2 {
  position: relative;
  margin: 0 0 60px;
  padding-left: 34px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section h2 {
    margin-bottom: 8vw;
    padding-left: 6.4vw;
    font-size: 5.8666666667vw;
  }
}
.page-service-wrapper .faq-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #3d62ad;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section h2::before {
    width: 1.6vw;
    height: 7.4666666667vw;
  }
}
.page-service-wrapper .faq-section .item {
  border-radius: 10px;
  background: #e4e6f3;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item {
    border-radius: 2.1333333333vw;
  }
}
.page-service-wrapper .faq-section .item + .item {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item + .item {
    margin-top: 2.6666666667vw;
  }
}
.page-service-wrapper .faq-section .item button {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  width: 100%;
  margin: 0;
  padding: 25px;
  border: none;
  background: transparent;
  text-align: left;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item button {
    gap: 3.2vw;
    padding: 4vw;
  }
}
.page-service-wrapper .faq-section .item button::after {
  content: "";
  position: absolute;
  right: 32px;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 3px solid #3d62ad;
  border-bottom: 3px solid #3d62ad;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item button::after {
    right: 4.8vw;
    width: 2.6666666667vw;
    height: 2.6666666667vw;
    border-right-width: 0.5333333333vw;
    border-bottom-width: 0.5333333333vw;
  }
}
.page-service-wrapper .faq-section .item button > span[aria-hidden] {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: url("/assets/img/icon-qst.webp") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item button > span[aria-hidden] {
    width: 8vw;
    height: 8vw;
  }
}
.page-service-wrapper .faq-section .item button > span:not([aria-hidden]) {
  display: block;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.402;
  padding-top: 10px;
  padding-right: 1.5em;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item button > span:not([aria-hidden]) {
    font-size: 3.7333333333vw;
    line-height: 1.445;
    padding-top: 0.8vw;
  }
}
.page-service-wrapper .faq-section .item > div {
  display: none;
  align-items: flex-start;
  gap: 18px;
  padding: 0 25px 25px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item > div {
    gap: 3.2vw;
    padding: 0 4vw 4vw;
  }
}
.page-service-wrapper .faq-section .item > div span {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: url("/assets/img/icon-ans.webp") center/contain no-repeat;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item > div span {
    width: 8vw;
    height: 8vw;
  }
}
.page-service-wrapper .faq-section .item > div p {
  margin: 0;
  padding-top: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.402;
  color: #000;
  padding-right: 1.5em;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item > div p {
    padding-top: 1.0666666667vw;
    font-size: 3.7333333333vw;
    line-height: 1.445;
  }
}
.page-service-wrapper .faq-section .item.is-open button {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper .faq-section .item.is-open button {
    padding-bottom: 2.6666666667vw;
  }
}
.page-service-wrapper .faq-section .item.is-open button:after {
  transform: translateY(-25%) rotate(-135deg);
}
.page-service-wrapper .faq-section .item.is-open > div {
  display: flex;
}

/*--------------------------------------
 AI Translation / Support
---------------------------------------*/
.page-service-wrapper.is-ai-translation .support-section {
  position: relative;
  padding: 70px 40px 80px;
  overflow: hidden;
  background: url("/assets/img/service/service-bg.webp") center/cover no-repeat;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.page-service-wrapper.is-ai-translation .support-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(61, 98, 173, 0.8);
  pointer-events: none;
}
.page-service-wrapper.is-ai-translation .support-section::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.page-service-wrapper.is-ai-translation .support-section .inner {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
}
.page-service-wrapper.is-ai-translation .support-section h2 {
  margin: 0 0 24px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.131;
  color: #fbff80;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section h2 {
    margin-bottom: 4.2666666667vw;
    font-size: 4.8vw;
  }
}
.page-service-wrapper.is-ai-translation .support-section .lead {
  margin: 0 0 40px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.381;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section .lead {
    margin-bottom: 6.4vw;
    font-size: 3.7333333333vw;
  }
}
.page-service-wrapper.is-ai-translation .support-section .card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 595px);
  align-items: stretch;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section .card {
    grid-template-columns: 1fr;
    border-radius: 2.1333333333vw;
  }
}
.page-service-wrapper.is-ai-translation .support-section .card > div:first-child {
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section .card > div:first-child {
    padding: 5.3333333333vw 4.2666666667vw;
  }
}
.page-service-wrapper.is-ai-translation .support-section .card h3 {
  margin: 0 0 16px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.317;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section .card h3 {
    margin-bottom: 3.2vw;
    font-size: 4.8vw;
  }
}
.page-service-wrapper.is-ai-translation .support-section .card > div:first-child > p {
  margin: 0 0 20px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.381;
  color: #000;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section .card > div:first-child > p {
    margin-bottom: 4.2666666667vw;
    font-size: 3.7333333333vw;
  }
}
.page-service-wrapper.is-ai-translation .support-section .card ul {
  margin: 0;
  list-style: disc;
}
.page-service-wrapper.is-ai-translation .support-section .card ul li {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.381;
  color: #000;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section .card ul li {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}
.page-service-wrapper.is-ai-translation .support-section .card ul li:before {
  content: "・";
}
.page-service-wrapper.is-ai-translation .support-section .card ul li + li {
  margin-top: 6px;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section .card ul li + li {
    margin-top: 1.0666666667vw;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-ai-translation .support-section .card .visual {
    order: -1;
  }
}
.page-service-wrapper.is-ai-translation .support-section .card .visual img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*--------------------------------------
 Technology / Scope
---------------------------------------*/
.page-service-wrapper.is-translation .scope-section {
  padding: 60px 40px 80px;
  background: rgba(238, 238, 238, 0.93);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-translation .scope-section {
    padding: 10.6666666667vw 5.3333333333vw 13.3333333333vw;
  }
}
.page-service-wrapper.is-translation .scope-section .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-service-wrapper.is-translation .scope-section h2 {
  position: relative;
  margin: 0 0 60px;
  padding-left: 34px;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 36px;
  line-height: 0.875;
  color: #3d62ad;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-translation .scope-section h2 {
    margin-bottom: 8vw;
    padding-left: 6.4vw;
    font-size: 5.8666666667vw;
  }
}
.page-service-wrapper.is-translation .scope-section h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 8px;
  height: 37px;
  border-radius: 80px;
  background: #3d62ad;
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-translation .scope-section h2::before {
    width: 1.6vw;
    height: 7.4666666667vw;
  }
}
.page-service-wrapper.is-translation .scope-section .item {
  display: grid;
  grid-template-columns: 121px 1fr;
  gap: 26px;
  padding: 20px 0;
  border-bottom: 1px dashed #a4abd6;
}
@media screen and (min-width: 768px) {
  .page-service-wrapper.is-translation .scope-section .item {
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-translation .scope-section .item {
    grid-template-columns: 1fr;
    gap: 3.2vw;
    padding: 3.7333333333vw 0;
    align-items: start;
  }
}
.page-service-wrapper.is-translation .scope-section .item:first-of-type {
  border-top: 1px dashed #a4abd6;
}
.page-service-wrapper.is-translation .scope-section .item > p:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 65px;
  margin: 0;
  border-radius: 10px;
  background: #dbddef;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.19;
  color: #3d62ad;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-translation .scope-section .item > p:first-child {
    min-width: 24vw;
    width: -moz-fit-content;
    width: fit-content;
    min-height: 6.4vw;
    padding: 1.6vw;
    font-size: 3.4666666667vw;
    border-radius: 1.6vw;
  }
}
.page-service-wrapper.is-translation .scope-section .item > p:last-child {
  margin: 0;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.488;
  color: #000;
}
@media screen and (min-width: 768px) {
  .page-service-wrapper.is-translation .scope-section .item > p:last-child {
    word-break: auto-phrase;
  }
}
@media screen and (max-width: 767px) {
  .page-service-wrapper.is-translation .scope-section .item > p:last-child {
    font-size: 3.7333333333vw;
    line-height: 1.53;
  }
}

/*--------------------------------------
  クラス用scss
---------------------------------------*/
.u-text-center {
  text-align: center !important;
}

.text-link {
  text-decoration: underline;
  color: #3d62ad;
}
.text-link:hover {
  text-decoration: none;
}

.c-MB0 {
  margin-bottom: 0px !important;
}
.c-MB48 {
  margin-bottom: 48px !important;
}
.c-MB64 {
  margin-bottom: 64px !important;
}
.c-fwB {
  font-weight: bold !important;
}

/*--- 1200px以上に適用 ---*/
@media screen and (min-width: 1200px) {
  .pcS {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcL-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcL-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcL-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcL-fwB {
    font-weight: bold !important;
  }
}
/*--- 1199px以下に適用 ---*/
@media screen and (max-width: 1199px) {
  .pcL {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pcS-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pcS-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pcS-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pcS-fwB {
    font-weight: bold !important;
  }
}
/*--- 768px以上に適用 ---*/
@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_pc-MB0 {
    margin-bottom: 0px !important;
  }
  .c_pc-MB48 {
    margin-bottom: 48px !important;
  }
  .c_pc-MB64 {
    margin-bottom: 64px !important;
  }
  .c_pc-fwB {
    font-weight: bold !important;
  }
}
/*--- 767px以下に適用 ---*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  /*----- 要素別 -----*/
  .c_sp-MB0 {
    margin-bottom: 0px !important;
  }
  .c_sp-MB48 {
    margin-bottom: 48px !important;
  }
  .c_sp-MB64 {
    margin-bottom: 64px !important;
  }
  .c_sp-fwB {
    font-weight: bold !important;
  }
}/*# sourceMappingURL=style.css.map */