@charset "UTF-8";
/*!
global > color
------------------------------
*/
/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
/*!
global > mixin
------------------------------
*/
.u-align--left {
  text-align: left !important;
}
.u-align--right {
  text-align: right !important;
}
.u-align--center {
  text-align: center !important;
}
.u-fw--100 {
  font-weight: 100 !important;
}
.u-fw--200 {
  font-weight: 200 !important;
}
.u-fw--300 {
  font-weight: 300 !important;
}
.u-fw--400 {
  font-weight: 400 !important;
}
.u-fw--500 {
  font-weight: 500 !important;
}
.u-fw--600 {
  font-weight: 600 !important;
}
.u-fw--700 {
  font-weight: 700 !important;
}
.u-fw--800 {
  font-weight: 800 !important;
}
.u-fw--900 {
  font-weight: 900 !important;
}
.u-family--base {
  font-family: yu-gothic-pr6n, sans-serif !important;
}
.u-family--Shi {
  font-family: Shippori Mincho B1, serif !important;
}
@supports (-webkit-touch-callout: none) {
  .c-header__list__link {
    font-weight: 400;
    -webkit-text-stroke: 0.2px !important;
  }
}
.c-listnews--latest .c-listnews__item {
  border: none;
}

/*!
page > common > common
------------------------------
*/

/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*,
:after,
:before {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  margin: 0;
}
main {
  display: block;
}
address,
blockquote,
dl,
figure,
form,
iframe,
p,
pre,
table {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-left: 0;
}
hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: inherit;
}
address {
  font-style: inherit;
}
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
embed,
iframe,
img,
object {
  vertical-align: bottom;
}
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}
[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
  cursor: default;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
select::-ms-expand {
  display: none;
}
fieldset,
option {
  padding: 0;
}
fieldset {
  margin: 0;
  min-width: 0;
}
legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
label[for] {
  cursor: pointer;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[contenteditable] {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption {
  text-align: left;
}
td,
th {
  padding: 0;
  vertical-align: top;
}
th {
  font-weight: 700;
  text-align: left;
}
[hidden],
template {
  display: none;
}

/*!
foundation > base
------------------------------
*/
:root {
  --base: #13283f;
  --blue: #17375b;
  --blue01: #9bb8d7;
  --blue02: #142940;
  --black: #000;
  --black01: #292b30;
  --white: #fff;
  --gray: #ededed;
  --gray01: #e8ebf0;
  --gray02: #f5f5f5;
  --gray03: #c4c9cf;
  --gray04: #f6f8fb;
  --gray05: #d7d7d7;
  --blue-soft: #13293f75;
}
body {
  color: var(--base);
  font-family: yu-gothic-pr6n, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
}
body.overflow_modal {
  height: 100%;
  overflow-y: scroll;
  position: fixed;
  width: 100%;
}
.body-wrapper {
  display: block;
  overflow: clip;
  position: relative;
}
img {
  width: 100%;
}
a {
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  opacity: 1;
}
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}

/*!
component > Texts
------------------------------
*/
.c-txt12,
.c-txt13 {
  line-height: 1.5;
}
.c-txt12,
.c-txt13,
.c-txt14 {
  color: var(--black01);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
}
.c-txt14 {
  line-height: 1.6;
}
.c-txt15 {
  font-size: 1rem;
  letter-spacing: -0.03em;
  line-height: 1.7;
}
.c-txt15,
.c-txt17 {
  color: var(--black01);
  font-weight: 500;
}
.c-txt17 {
  font-size: 1rem;
  line-height: 1.7;
}
.c-txt24 {
  color: var(--black01);
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}

/*!
component > title
------------------------------
*/
.ctcr {
  color: var(--blue-soft);
}
.c-title__en {
  display: block !important;
  font-family: adobe-caslon-pro, serif;
  font-size: 2.45rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: -2px;
  padding-top: 5px;
}
.c-title__jp {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  gap: 4px;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-title__jp__icon {
  height: auto;
  position: relative;
  width: 9px;
}
.c-title--white {
  color: var(--white);
}
.c-title01__en {
  display: inline-block;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  margin-bottom: 7px;
  padding: 6px 0;
  position: relative;
  text-align: center;
}
.c-title01__en:after {
  background-color: var(--base);
  bottom: 0;
  content: "";
  height: 1px;
  left: 50%;
  opacity: 0.25;
  position: absolute;
  transform: translateX(-50%);
  width: 58px;
}
.c-title01__jp {
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.c-title01--white {
  color: var(--white);
}
.c-title02 {
  display: flex;
  gap: 5px;
  text-align: center;
}
.c-title02__en {
  color: var(--blue);
  flex-shrink: 0;
  font-family: adobe-caslon-pro, serif;
  font-size: clamp(1.95rem, 26.6666666667vw + -4.5rem, 2rem);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
  padding-right: 18px;
  padding-top: 3px;
  position: relative;
}
.c-title02__jp {
  font-size: 0.875rem;
  font-weight: 500;
  justify-content: center;
  letter-spacing: -0.03em;
  line-height: 1.6;
  padding-top: 5px;
}
.c-title02__icon {
  position: absolute;
  right: 0;
  top: 9px;
  width: 7px;
}
.c-title02--white {
  color: var(--white);
}
.c-title03 {
  align-items: center;
  display: inline-flex;
  gap: 8px;
  padding-bottom: 3px;
  position: relative;
}
.c-title03:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.c-title03__en {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--gray01);
  border: 1px solid rgba(19, 40, 63, 0.25);
  border-radius: 100px;
  display: flex;
  font-family: adobe-caslon-pro, serif;
  font-size: 0.75rem;
  font-weight: 400;
  height: 20px;
  justify-content: center;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-top: 4px;
  position: relative;
  width: 20px;
}
.c-title03__jp {
  font-size: 0.875rem;
  -webkit-text-stroke: 0.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-ttlen {
  display: block;
  font-family: adobe-caslon-pro, serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
  padding-top: 2px;
}
.c-ttl15 {
  color: var(--blue);
  font-family: yu-gothic-pr6n, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    sans-serif;
  font-size: 0.875rem;
  -webkit-text-stroke: 0.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-ttl15--line {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.c-ttl15--line:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  width: 100%;
}
.c-ttl17 {
  color: var(--blue);
  font-family: Shippori Mincho B1, serif;
  font-size: 1.0625rem;
  -webkit-text-stroke: 0.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-ttl17--line {
  display: inline-block;
  padding-bottom: 0;
  position: relative;
}
.c-ttl17--line:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
.c-ttl24 {
  color: var(--blue);
  font-family: Shippori Mincho B1, serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
.c-ttl24--line {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.c-ttl24--line:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
.c-ttl28 {
  color: var(--blue);
  font-family: Shippori Mincho B1, serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
}
.c-ttl28--line {
  display: inline-block;
  padding-bottom: 15px;
  position: relative;
}
.c-ttl28--line:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
.c-ttl28__num {
  color: var(--blue01);
  font-family: Shippori Mincho B1, serif;
  font-size: 1rem;
  font-weight: 500;
  left: -1px;
  letter-spacing: 0;
  line-height: 1.3;
  position: relative;
  top: 4px;
}
.c-ttl28--num {
  display: flex;
  gap: 15px;
}
.c-ttl32 {
  color: var(--blue);
  font-family: Shippori Mincho B1, serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.5;
}
.c-ttl32--line {
  display: inline-block;
  padding-bottom: 5px;
  position: relative;
}
.c-ttl32--line:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
.c-ttl36 {
  color: var(--blue);
  font-family: Shippori Mincho B1, serif;
  font-size: 1.45rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
}
.c-ttl36--line {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 9px;
  position: relative;
}
/*!
component > title > Anime
------------------------------
*/
.js-split {
  display: inline-block;
  overflow: hidden;
}
.js-split > span {
  display: inline-block;
  transform: translateY(110%);
  transition: transform 0.55s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: transform;
}
.js-split.is-visible > span {
  transform: translateY(0);
}

/*!
component > btn
------------------------------
*/
.c-btn {
  background-color: var(--white);
  border: 1px solid var(--gray);
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.6;
  min-width: 100%;
}
.c-btn__inner {
  display: block;
  padding: 16px 50px 17px 16px;
  position: relative;
  width: 100%;
}
.c-btn__icon {
  height: auto;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 29px;
}
.c-btn sup {
  font-size: 0.625rem;
  position: relative;
}
.c-btn01 {
  background-color: var(--gray04);
  border: 0.75px solid rgba(19, 40, 63, 0.25);
  display: block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.c-btn01__inner:hover {
  background: var(--base);
  color: var(--white);
  transition: 0.5s;
}
.c-btn01__inner {
  transition: 0.5s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 67px;
  padding: 16px 40px 16px 16px;
  position: relative;
  width: 100%;
}
.c-btn01__icon {
  height: auto;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  width: 29px;
}
@media screen and (max-width: 768px) {
  .c-btn01__icon {
    transform: translateY(-50%) rotate(0deg);
  }
}
.c-btn01__small {
  display: block;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-bottom: 0;
  margin-top: -2px;
}
.c-btn01.active {
  background-color: var(--base);
  pointer-events: none;
}
.c-btn01.active,
.c-btn01.active .c-btn01__inner {
  color: var(--white);
}
.c-more {
  transition: 0.5s;
  align-items: center;
  border-bottom: 1px solid var(--gray);
  border-top: 1px solid var(--gray);
  display: inline-flex;
  gap: 20px;
  justify-content: space-between;
  padding: 31px 24px;
  width: 100%;
}
.c-more:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.c-more__jp {
  display: flex;
  font-size: 1.0625rem;
  font-weight: 400;
  -webkit-text-stroke: 0.5px;
  gap: 7px;
  letter-spacing: 0;
  line-height: 1.6;
}
.c-more__jp__icon {
  height: auto;
  position: relative;
  top: 1px;
  width: 10px;
}
.c-more__en {
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1.4;
  position: relative;
  top: 2px;
}
.c-more--white {
  border-bottom: 0.75px solid var(--gray05);
  border-top: 0.75px solid var(--gray05);
  color: var(--white);
}
.c-tel {
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  display: block;
  padding: 21px 70px 21px 20px;
  width: 100%;
}
.c-tel__txt {
  font-size: 0.875rem;
  font-weight: 500;
  padding: 8px 19px 0;
}
.c-tel__num,
.c-tel__txt {
  letter-spacing: 0;
  line-height: 1.5;
}
.c-tel__num {
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  font-size: 1.0625rem;
  -webkit-text-stroke: 0.5px;
  font-weight: 400;
  padding-left: 20px;
}
.c-tel__icon {
  height: auto;
  margin-right: 5px;
  width: 21px;
}
.c-tel__inner {
  justify-content: center;
}
.c-tel__inner,
.c-tel__item {
  align-items: center;
  display: flex;
}
.c-tel__item {
  margin-bottom: 11px;
}
.c-tel__item:last-child {
  margin-bottom: 0;
}
.c-mail {
  transition: 0.5s;
  border: 1px solid hsla(0, 0%, 100%, 0.2);
  display: block;
  padding: 43px 28px 49px 20px;
  width: 100%;
}
.c-mail__content {
  align-items: center;
  display: flex;
  gap: 20px;
  justify-content: center;
}
.c-mail__txt:hover {
  transition: 0.5s;
  opacity: 0.5;
}
.c-mail__icon {
  height: auto;
  position: relative;
  top: 4px;
  width: 24px;
}
.c-mail__txt {
  transition: 0.5s;
  border-left: 1px solid hsla(0, 0%, 100%, 0.1);
  font-size: 1.0625rem;
  -webkit-text-stroke: 0.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 0 20px;
}
.c-totop {
  transition: 0.5s;
  background: var(--base);
  border: 1px solid var(--white);
  border-radius: 40px;
  bottom: 60px;
  display: block;
  font-size: 0;
  font-weight: 400;
  height: 45px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: fixed;
  right: 20px;
  transform: translateY(150px);
  transition: 0.5s;
  width: 45px;
  z-index: 9;
}
.c-totop:before {
  left: 12px;
  transform: translateY(-50%) rotate(-45deg);
}
.c-totop:after,
.c-totop:before {
  background: var(--white);
  content: "";
  height: 1px;
  pointer-events: none;
  position: absolute;
  top: 50%;
  width: 12px;
}
.c-totop:after {
  right: 11px;
  transform: translateY(-50%) rotate(45deg);
}
.c-totop:hover {
  transition: 0.5s;
  opacity: 0.5;
}

/*!
component > Links
------------------------------
*/

/*!
component > List
------------------------------
*/
.c-listnews {
  width: 100%;
}
.c-listnews__item {
  position: relative;
  z-index: 1;
}
.c-listnews--latest {
  border-bottom: 1px solid var(--gray);
}
.c-listnews__content {
  display: block;
  padding: 12px 0 13px;
  position: relative;
  width: 100%;
  transition: 0.5s;
}
.c-listnews__content:hover .c-listnews__icon {
  animation: arrowMove 0.3s forwards;
}
@keyframes arrowMove {
  0% {
    right: 0;
  }
  70% {
    right: -12px;
  }
  100% {
    right: -8px;
  }
}
.c-listnews__icon {
  height: auto;
  position: absolute;
  right: -2px;
  top: calc(50% + 11px);
  transform: translateY(-50%);
  width: 22px;
}
.c-listnews__date {
  color: var(--black01);
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  margin-bottom: 3px;
}
.c-listnews__txt {
  display: inline-block;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.5;
  text-decoration: underline;
}
.c-listdots {
  line-height: 1;
}
.c-listdots__item {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.6;
  position: relative;
}
.c-listdots__item:before {
  content: "・";
}

/*!
component > Box
------------------------------
*/
.c-label {
  background-color: var(--gray01);
  display: inline-block;
  font-size: 0.875rem;
  -webkit-text-stroke: 0.5px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  padding: 4px 8px;
}
.c-box {
  padding: 17px 0;
  position: relative;
}
.c-box .c-label {
  margin-bottom: 8px;
}
.c-box .c-txt12 {
  color: var(--base);
}
.c-box:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-box__list__item {
  margin-bottom: 5px;
}
.c-box__list__item:last-child {
  margin-bottom: 0;
}
.c-banner {
  margin: 0 auto;
  padding: 20px 0;
  position: relative;
  width: calc(100% - 40px);
}
.c-banner__ttl {
  color: var(--blue);
  font-family: Shippori Mincho B1, serif;
  font-size: clamp(1.5rem, 13.3333333333vw + -1.625rem, 1.625rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.5;
  margin-bottom: 10px;
}
.c-banner__txt {
  color: var(--black01);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.7;
}
.c-banner__left {
  flex-shrink: 0;
  margin: 0 auto 15px;
  width: 187px;
}
.c-banner__right {
  width: 100%;
}
.c-banner:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
}
.c-banner01 {
  background-color: var(--gray01);
  margin: 0 auto;
  max-width: 1170px;
  padding: 30px;
}
.c-banner01 .c-ttl28 {
  margin-bottom: 16px;
  text-align: center;
}
.c-banner01__ttl {
  text-align: center;
}
.c-banner01__inner {
  display: flex;
  grid-gap: 5px;
}
.c-banner01__img {
  height: auto;
  width: 58px;
}
.c-banner01__img:nth-child(2) {
  margin-left: 3px;
  transform: scaleX(-1);
}
/* .c-banner01__img1{height:auto;width:43px} */
.c-banner01__left {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  .c-banner01__item {
    flex-direction: column;
  }
  .c-banner01__inner,
  .c-banner01__item {
    flex-direction: column;
  }
}
.c-banner01__item {
  background-color: var(--white);
  border: 1px solid var(--gray03);
  padding: 23px 20px;
  display: flex;
  flex: 1;
}
.c-banner01__item .c-ttl24 {
  color: var(--base);
  margin-bottom: 10px;
  text-align: center;
}
.c-banner01__item .c-txt15 {
  color: var(--black01);
  text-align: center;
}
.c-flex {
  border-bottom: 1px solid var(--gray);
  padding-bottom: 20px;
  padding-top: 20px;
}
.c-flex__left {
  margin-bottom: 10px;
}
.c-flex__left .c-ttl28 {
  position: relative;
  top: -3px;
}
.c-flex__right {
  width: 100%;
}
.c-flex__right .c-txt15 {
  color: var(--base);
}
.c-flex__btn {
  margin-top: 20px;
  padding-top: 20px;
  position: relative;
}
.c-flex__btn .c-label {
  margin-bottom: 5px;
}
.c-flex__btn:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.25;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-flex__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.c-flex__list__item {
  width: 100%;
}
.c-flex:last-child {
  border-bottom: 0;
}
.c-block__inner {
  aspect-ratio: 351/377;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
  width: 351px;
}
.c-block__circle {
  align-items: center;
  aspect-ratio: 1/1;
  border: 1px solid var(--gray);
  border-radius: 1000px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  height: 152px;
  justify-content: center;
  padding: 1px 2px;
  position: absolute;
  transition: 0.5s;
  width: 152px;
  z-index: 1;
}
.c-block__circle.active {
  background-color: var(--gray01);
  border: 1px solid rgba(19, 40, 63, 0.25);
  z-index: 2;
}
.c-block__circle01 {
  left: 50%;
  top: 50%;
  transform: translate(-49%, -118%);
}
.c-block__circle01 .c-block__circle__icon {
  width: 21px;
}
.c-block__circle02 {
  left: 50%;
  padding: 1px 2px 9px;
  top: 50%;
  transform: translate(16%, -58%);
}
.c-block__circle02 .c-block__circle__icon {
  width: 15px;
}
.c-block__circle03 {
  left: 50%;
  padding: 1px 2px 10px;
  top: 50%;
  transform: translate(-1%, 33%);
}
.c-block__circle03 .c-block__circle__icon {
  position: relative;
  width: 27px;
}
.c-block__circle04 {
  left: 50%;
  padding: 1px 2px 15px;
  top: 50%;
  transform: translate(-97%, 33%);
}
.c-block__circle04 .c-block__circle__icon {
  position: relative;
  width: 25px;
}
.c-block__circle05 {
  left: 50%;
  padding: 1px 2px 10px;
  top: 50%;
  transform: translate(-115%, -58%);
}
.c-block__circle05 .c-block__circle__icon {
  position: relative;
  top: -3px;
  width: 26px;
}
.c-block__left {
  margin-bottom: 11px;
}
.c-block__item {
  border-bottom: 1px solid var(--gray);
  padding: 47px 0 30px;
  position: relative;
}
.c-block__item .c-title02 {
  margin-bottom: 8px;
}
.c-block__item .c-txt15 {
  color: var(--base);
  margin-bottom: 15px;
}
.c-block__item .c-txt14 {
  color: var(--base);
  -webkit-text-stroke: 0.5px;
  font-weight: 400;
  margin-bottom: 9px;
}
.c-block__item .c-txt12 {
  margin-top: 7px;
}
.c-block__item .c-listdots {
  margin-bottom: 15px;
}
.c-tbl {
  color: var(--black01);
}
.c-tbl__item {
  align-items: center;
  border-top: 1px solid var(--gray);
  display: flex;
  padding: 20px 0 18px 1px;
}
.c-tbl__item:last-child {
  border-bottom: 1px solid var(--gray);
}
.c-tbl__ttl {
  flex-shrink: 0;
  padding-right: 10px;
  width: clamp(7.5rem, 60vw + -6.5625rem, 8.0625rem);
}
.c-tbl__content,
.c-tbl__ttl {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.c-tbl__content {
  width: 100%;
}
.acc-logo_item {
  width: clamp(200px, 55vw, 260px);
  margin-right: 5px;
  transition: 0.5s;
}
.acc-logo_wp {
  display: flex;
  align-items: center;
}

/* 4/1会計事務所HP公開後↓表示 */
/* .acc-logo_item:hover{opacity: .5;transition: .5s;} */

/*!
component > Form
------------------------------
*/
/*!
component > MV
------------------------------
*/
.c-mv {
  display: flex;
  flex-direction: column;
  height: 100vh;
  height: 100lvh;
  justify-content: center;
  position: relative;
  z-index: 1;
}
.c-mv__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-mv__bg img,
.c-mv__video {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-mv__video {
  left: 0;
  position: absolute;
  top: 0;
  z-index: 1;
}
.c-mv__video__main {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-mv__video:after {
  background-color: var(--white);
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.c-mv__inner {
  padding: 80px 20px 196px;
  position: relative;
  z-index: 2;
}
.c-mv__ttl {
  display: inline-block;
  font-family: dnp-shuei-mincho-pr6n, Shippori Mincho B1, sans-serif;
  font-size: 2.25rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.4;
  margin-bottom: 9px;
  padding-bottom: 16px;
  position: relative;
}
.c-mv__ttl:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
.c-mv__caption {
  align-items: center;
  display: flex;
}
.c-mv__caption__en {
  flex-shrink: 0;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.3125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  padding: 8px 22px 0 4px;
  position: relative;
  z-index: 1;
}
.c-mv__caption__en:after {
  background-color: transparent;
  background-image: linear-gradient(
    to bottom,
    var(--base) 1px,
    transparent 1px
  );
  background-size: 100% 2px;
  content: "";
  height: calc(100% - 16px);
  opacity: 0.5;
  position: absolute;
  right: 0;
  top: 10px;
  width: 1px;
}
.c-mv__caption__jp {
  font-family: dnp-shuei-mincho-pr6n, Shippori Mincho B1, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.6;
  padding-left: 16px;
}

/* ===== View More button ===== */
.mv-viewmore {
  position: absolute;
  right: 48px;
  bottom: 42px;
  z-index: 5;
  width: 200px;
  height: 60px;
  padding: 0 18px 0 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--base);
  text-decoration: none;
  color: #fff;
  transition: transform 0.5s ease, opacity 0.5s ease;
  font-family: dnp-shuei-mincho-pr6n, Shippori Mincho B1, sans-serif;
  font-weight: 400;
}
.mv-viewmore:hover {
  cursor: pointer;
  transform: translateY(-2px);
  opacity: 0.5;
  transition: 0.5s;
}
.mv-viewmore__text {
  font-size: 16px;
  letter-spacing: 0.02em;
  padding-right: 9px;
}
.mv-viewmore__icon {
  display: flex;
  text-align: center;
}
.mv {
  position: relative;
}
@media (max-width: 768px) {
  .mv-viewmore {
    right: 20px;
    bottom: 15vh;
    width: min(160px, calc(100% - 48px));
    height: 55px;
  }
}

/* ===== Youtube ===== */
.youtube-modal {
  position: fixed;
  inset: 0;
  display: none;
  z-index: 2147483647 !important;
  pointer-events: none;
}
.youtube-modal.active {
  display: block;
  pointer-events: auto;
}
.youtube-modal__bg {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
  pointer-events: auto;
}
.youtube-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
}
.youtube-modal__video {
  position: relative;
  padding-top: 56.25%;
}
.youtube-modal__video iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.youtube-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
.youtube-modal.closing {
  pointer-events: auto;
}
.youtube-modal.closing .youtube-modal__bg {
  background: rgba(0, 0, 0, 0);
}
body.is-modal-open header,
body.is-modal-open .header,
body.is-modal-open .menu,
body.is-modal-open .gnav,
body.is-modal-open .hamburger,
body.is-modal-open .nav,
body.is-modal-open [class*="menu"],
body.is-modal-open [class*="nav"] {
  pointer-events: none !important;
}

/*!
component > Gnavi
------------------------------
*/
.c-gnavi {
  display: flex;
  height: 100vh;
  height: 100lvh;
  justify-content: flex-end;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 11;
}
.c-gnavi__inner {
  background-color: var(--base);
  color: var(--white);
  height: 100%;
  transform: translateX(100%);
  transition: 0.5s;
  width: 390px;
}
.c-gnavi__close {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.6;
  padding-bottom: 5px;
  position: absolute;
  right: 31px;
  top: 24px;
  transition: 0.5s;
}
.c-gnavi__close:after {
  background-color: transparent;
  background-image: linear-gradient(
    to right,
    var(--white) 1px,
    transparent 1px
  );
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
}
.c-gnavi__list {
  height: 100%;
  overflow: auto;
  padding: 58px 78px 100px;
}
.c-gnavi__list__link:hover {
  transition: 0.5s;
}
.c-gnavi__list__link:after {
  background-color: var(--white);
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}
.c-gnavi__list__link:hover:after {
  opacity: 1;
}
.c-gnavi__list__link {
  transition: 0.5s;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  padding-bottom: 0;
  position: relative;
  transition: 0.5s;
}
.c-gnavi__list__item {
  margin-bottom: 22px;
}
.c-gnavi.active {
  pointer-events: all;
}
.c-gnavi.active,
.c-gnavi.active .c-gnavi__inner {
  transform: translateX(0);
}

/*!
component > header
------------------------------
*/
.c-header {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.c-header__logo {
  display: block;
  flex-shrink: 0;
  width: 93px;
}
.c-header__inner {
  padding: 22px 20px;
}
.c-header__content {
  display: none;
  height: 100%;
}
.c-header__list__item {
  line-height: 1;
}
.c-toggle {
  border: 0.5px solid #fff;
  background-color: var(--base);
  border-radius: 100px;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 0.875rem;
  position: absolute;
  right: 20px;
  top: 21px;
  transition: 0.5s;
  width: 40px;
}
.c-toggle:after {
  bottom: 17px;
}
.c-toggle:after,
.c-toggle:before {
  background: var(--white);
  content: "";
  height: 1px;
  left: 14px;
  position: absolute;
  transition: 0.5s;
  width: calc(100% - 28px);
}
.c-toggle:before {
  top: 17px;
}
.c-toggle.active:before {
  transform: translate(1px, 3px) rotate(45deg);
}
.c-toggle.active:after {
  transform: translate(1px, -1px) rotate(-45deg);
}
.mv-video::-webkit-media-controls {
  display: none !important;
}
.mv-video::-webkit-media-controls-panel {
  display: none !important;
}
.mv-video::-webkit-media-controls-play-button {
  display: none !important;
}
.mv-video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.js-scroll-logo.is-hidden {
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
}

/*!
component > footer
------------------------------
*/
.c-footer {
  background-color: var(--blue02);
  color: var(--white);
  padding: 40px 12px;
}
.c-footer__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1283px;
}
.c-footer__logo {
  display: block;
  flex-shrink: 0;
  width: 101px;
}
.c-footer__copy {
  font-size: 0.625rem;
  font-weight: 300;
  left: 3px;
  letter-spacing: 0;
  line-height: 1.6;
  position: relative;
}

/*!
component > Other
------------------------------

- loadpage
------------------------------
*/
.c-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--base);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  pointer-events: all;
  transition: opacity 1.5s ease;
}
.c-loading__content {
  position: relative;
  transition: transform 1.5s ease, filter 1.5s ease, opacity 1.5s ease;
}
.c-loading.is-hide {
  opacity: 0;
  pointer-events: none;
}
.c-loading.is-hide .c-loading__content {
  opacity: 0;
  transform: scale(1.03);
  filter: blur(6px);
}
.loading-logo {
  width: 175px;
  opacity: 0;
  animation: logoFade 1.5s ease forwards;
}
.loading-spinner {
  position: absolute;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
  width: 28px;
  height: 28px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  to {
    transform: translateX(-50%) rotate(360deg);
  }
}
@keyframes logoFade {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*!
- Cookiewrap
------------------------------
*/
#cookiewrap {
  background: var(--white);
  bottom: 0;
  display: none;
  left: 0;
  padding: 20px;
  position: fixed;
  z-index: 999;
}
#cookiewrap,
#cookiewrap .inner {
  box-sizing: border-box;
  width: 100%;
}
#cookiewrap .inner {
  position: relative;
}
#cookiewrap .inner .close {
  bottom: 0;
  font-size: 0.875rem;
  line-height: 1em;
  position: absolute;
  right: 0;
  text-align: right;
}
#cookiewrap .inner .close a {
  border: 1px solid var(--base);
  display: block;
  padding: 8px;
}
#cookiewrap .inner .txt {
  font-size: 0.875rem;
  line-height: 1.8;
  padding-bottom: 45px;
}
.p-404__inner {
  padding: 50px 0 100px;
}
.p-404__btn {
  padding: 40px 0 0;
}
.p-thanks__inner {
  padding: 50px 0 100px;
}
.p-thanks__inner .c-ttl30 {
  margin-bottom: 25px;
}
.p-thanks__btn {
  padding: 40px 0 0;
}
.c-slidertext {
  pointer-events: none;
}
.c-slidertext__item {
  color: var(--gray01);
  font-family: adobe-caslon-pro, serif;
  font-size: 3.125rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1;
  margin: 0 30px;
  padding-top: 10px;
  white-space: nowrap;
}

/*!
layout > container
------------------------------
*/
.l-container {
  padding: 0 20px;
  width: unset;
}
.c-news {
  display: flex;
  height: 100vh;
  height: 100lvh;
  justify-content: flex-end;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: 0.5s;
  width: 100%;
  z-index: 11;
}
.c-news__inner {
  background-color: var(--white);
  height: 100%;
  padding: 83px 0 0;
  transform: translateX(100%);
  transition: 0.5s;
  width: 375px;
}
.c-news__close {
  cursor: pointer;
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.6;
  padding-bottom: 5px;
  position: absolute;
  right: 17px;
  top: 25px;
  transition: 0.5s;
}
.c-news__close:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
}
.c-news__item {
  border-bottom: 1px solid var(--gray);
  padding: 41px 0 40px;
}
.c-news__item:first-child {
  padding-top: 0;
}
.c-news__content {
  height: 100%;
  overflow: auto !important;
  padding: 0 20px;
}
.c-news__content .c-txt13 {
  margin-bottom: 10px;
}
.c-news__content .c-ttl28 {
  letter-spacing: -0.03em;
  margin-bottom: 23px;
}
.c-news__content .c-txt15 {
  letter-spacing: -0.03em;
}
.c-news__content .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
}
.c-news__content .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: var(--gray);
}
.c-news__content
  .mCS-minimal-dark.mCSB_scrollTools
  .mCSB_dragger
  .mCSB_dragger_bar {
  background-color: var(--base);
  border-radius: 0;
  height: 30px;
  width: 8px;
}
.c-news.active {
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: all;
}
.c-news.active .c-news__inner {
  transform: translateX(0);
}
.p-top .c-mv {
  margin-bottom: -2px;
}
.p-top__news .c-title__en {
  margin-bottom: -7px;
}
.p-top__news__inner {
  margin: 0 auto;
  padding: 60px 20px 0;
}
.p-top__news__right {
  padding-top: 9px;
}
.p-top__brand {
  margin: 0 auto;
  padding: 60px 0 84px;
  position: relative;
  z-index: 1;
}
.p-top__brand__inner {
  position: relative;
  z-index: 2;
}
.p-top__brand__content {
  padding: 356px 20px 357px;
  position: relative;
}
.p-top__brand__content .c-title {
  margin-bottom: 30px;
}
.p-top__brand__content .c-txt17 {
  position: relative;
}
.p-top__brand__img01 {
  left: 0;
  position: absolute;
  top: 38px;
  width: 130px;
  z-index: -1;
}
.p-top__brand__img01 img {
  aspect-ratio: 129.35/127;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__brand__img02 {
  position: absolute;
  right: 0;
  top: 94px;
  width: 166px;
  z-index: -1;
}
.p-top__brand__img02 img {
  aspect-ratio: 166/224;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__brand__img03 {
  bottom: 130px;
  left: 20px;
  position: absolute;
  width: 170px;
  z-index: -1;
}
.p-top__brand__img03 img {
  aspect-ratio: 170/194.73;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__brand__img04 {
  bottom: 0;
  position: absolute;
  right: 20px;
  width: 118px;
  z-index: -1;
}
.p-top__brand__img04 img {
  aspect-ratio: 371/247;
  -o-object-fit: cover;
  object-fit: cover;
}
.p-top__brand .c-slidertext {
  margin-bottom: 48px;
  margin-top: -78px;
}
.p-top__philosophy {
  margin: 0 auto;
  padding: 60px 20px 28px;
}
.p-top__philosophy .c-title__en {
  margin-bottom: -6px;
}
.p-top__philosophy__left {
  margin-bottom: -13px;
}
.p-top__philosophy__content {
  margin-bottom: 23px;
}
.p-top__philosophy__content:last-child {
  margin-bottom: 0;
}
.p-top__philosophy__item {
  border-bottom: 1px solid var(--gray);
  margin-bottom: 10px;
  padding: 42px 0 38px;
}
.p-top__philosophy__item:last-child {
  padding: 48px 0 38px;
}
.p-top__philosophy__item .c-ttlen {
  margin-bottom: 6px;
}
.p-top__philosophy__item .c-ttlen:last-child {
  margin-bottom: 0;
}
.p-top__philosophy__item .c-ttl32 {
  margin-bottom: 6px;
}
.p-top__philosophy__item .c-ttl32:last-child {
  margin-bottom: 0;
}
.p-top__message {
  margin: 0 auto;
  max-width: 1440px;
  padding: 60px 0 33px;
}
.p-top__message__inner {
  align-items: flex-start;
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  position: relative;
}
.p-top__message__left {
  padding: 62px 20px;
  width: 100%;
}
.p-top__message__left .c-title {
  margin-bottom: 19px;
}
.p-top__message__left .c-title__en {
  margin-bottom: -2px;
}
.p-top__message__left .c-ttl32 {
  margin-bottom: 17px;
}
.p-top__message__right {
  width: 100%;
}
.p-top__message__end {
  padding-top: 12px;
  text-align: right;
}
.p-top__message__end .c-txt15 {
  margin-bottom: 0;
}
.p-top__message__end .c-txt24 {
  margin-top: 9px;
}
.message_data {
  padding: 20px 0 0 0;
  text-align: right;
}
.p-top__corporate {
  background-color: var(--gray02);
  padding: 58px 20px 100px;
}
.p-top__corporate .c-title {
  margin-bottom: 29px;
}
.p-top__corporate__title {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 11px 3px;
  margin-bottom: 13px;
  padding-bottom: 13px;
  position: relative;
}
.p-top__corporate__title:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.25;
  position: absolute;
  width: 100%;
}
.p-top__corporate__title__en {
  display: inline-block;
  font-family: adobe-caslon-pro, serif;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 0.7;
  padding-top: 10px;
}
.p-top__corporate__title__jp {
  display: inline-block;
  font-family: dnp-shuei-mincho-pr6n, Shippori Mincho B1, sans-serif;
  font-size: 1.0625rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 2;
  position: relative;
  top: 1px;
}
.p-top__corporate__title__txt {
  color: var(--black01);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.6;
}
.p-top__corporate__ttl {
  font-family: Shippori Mincho B1, serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.3;
  margin-bottom: 5px;
}
.p-top__corporate__list__item {
  align-items: center;
  display: flex;
  gap: 11px;
  margin-bottom: 11px;
  padding-left: 20px;
}
.p-top__corporate__list__item:last-child {
  margin-bottom: 0;
}
.p-top__corporate__list__first {
  align-items: center;
  aspect-ratio: 1/1;
  background-color: var(--gray01);
  border: 1px solid rgba(19, 40, 63, 0.25);
  border-radius: 100px;
  display: flex;
  font-family: adobe-caslon-pro, serif;
  font-size: 1.0625rem;
  font-weight: 400;
  height: 31px;
  justify-content: center;
  line-height: 1;
  padding-top: 8px;
  position: relative;
  width: 31px;
}
.p-top__corporate__list__txt,
.p-top__corporate__txt {
  color: var(--black01);
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 1.7;
}
.p-top__corporate__inner {
  margin: 0 auto;
  max-width: 1278px;
}
.p-top__corporate__content {
  margin-bottom: 30px;
  position: relative;
}
.p-top__corporate__img {
  left: -19px;
  margin: 0 auto 4px;
  position: relative;
  width: clamp(23.25rem, 100vw + -0.1875rem, 24.1875rem);
}
.p-top__corporate__item01 {
  border-bottom: 1px solid transparent;
  -o-border-image: repeating-linear-gradient(
      90deg,
      #bfc3c7 0 1px,
      transparent 1px 2px
    )
    1 round;
  border-image: repeating-linear-gradient(
      90deg,
      #bfc3c7 0 1px,
      transparent 1px 2px
    )
    1 round;
  border-top: 1px solid transparent;
  margin-bottom: 39px;
  padding: 19px 10px 19px 10px;
  position: relative;
}
.p-top__corporate__item01:after,
.p-top__corporate__item01:before {
  background: repeating-linear-gradient(
    180deg,
    #bfc3c7 0 1px,
    transparent 1px 2px
  );
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
}
.p-top__corporate__item01:before {
  left: 0;
}
.p-top__corporate__item01:after {
  right: 0;
}
.p-top__corporate__item01 .p-top__corporate__ttl {
  margin-bottom: 9px;
}
.p-top__corporate__item02 {
  margin-bottom: 56px;
}
.p-top__corporate__item03,
.p-top__corporate__item04 {
  margin-bottom: 60px;
}
.p-top__corporate .c-banner01 {
  left: -20px;
  position: relative;
  width: calc(100% + 40px);
}
.p-top__corporate__item02,
.p-top__corporate__item03 {
  position: relative;
}
.p-top__corporate__item02:before,
.p-top__corporate__item03:before {
  border-top: 1px solid #ededed;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: calc(100% + 26px);
  width: 100%;
}
.p-top__service {
  background-color: var(--base);
  padding: 58px 10px 51px;
}
.p-top__service .c-title {
  margin: 0 auto 29px;
  max-width: 1122px;
  padding: 0 20px;
}
.p-top__service__content {
  background-color: var(--white);
  margin: 0 auto 8px;
  max-width: 1280px;
  padding: 23px 20px 0;
}
.p-top__service__item {
  margin-bottom: 5px;
}
.p-top__service__item:first-child .c-flex {
  border: none;
}
.p-top__service__item:last-child {
  margin-bottom: 0;
}
.p-top__service__item:last-child .p-top__service__content {
  padding-bottom: 28px;
}
.p-top__group {
  margin: 0 auto;
  padding: 97px 20px 100px;
}
.p-top__group .c-title {
  margin: 0 auto 29px;
  max-width: 1272px;
}
.p-top__group__left .c-ttl24 {
  color: var(--black01);
  margin-bottom: 12px;
}
.p-top__group__left .c-title03 {
  margin-bottom: 8px;
}
.p-top__group__left .c-ttl15 {
  color: var(--black01);
  margin-bottom: 8px;
}
.p-top__group__left .c-btn01 {
  color: var(--black01);
  margin-bottom: 4px;
}
.p-top__group__left .c-btn01:last-child {
  margin-bottom: 0;
}
.p-top__group__right {
  padding-top: 49px;
  position: relative;
}
.p-top__group__right .c-ttl17 {
  color: var(--base);
  margin-bottom: 11px;
}
.p-top__group__right .c-ttl36 {
  color: var(--black01);
  margin-bottom: 31px;
}
.p-top__group__right .c-txt15 {
  color: var(--black01);
}
.p-top__group__right .c-label {
  margin-bottom: 9px;
  padding: 6px 8px;
}
.p-top__group__right .c-tbl {
  padding-top: 2px;
}
.p-top__group__item {
  margin-bottom: 47px;
}
.p-top__group__item:last-child {
  margin-bottom: 0;
}
.p-top__group__item01 {
  margin-bottom: 20px;
}
.p-top__group__item01:last-child {
  margin-bottom: 0;
}
.p-top__group__item02 {
  margin-bottom: 17px;
}
.p-top__group__item02:last-child {
  margin-bottom: 0;
}
.p-top__group__item03 {
  margin-bottom: 17px;
}
.p-top__group__item03:last-child {
  margin-bottom: 0;
}
.p-top__group__item04.strengths .c-ttl17 {
  border-bottom: 1px solid var(--gray);
  padding-bottom: clamp(
    0.5rem,
    0.4464285714vw + 0.2857142857rem,
    0.6875rem
  ) !important;
}
.p-top__group__item04.strengths .c-txt15 {
  padding-bottom: 16px !important;
}
.p-top__group__item04 {
  margin-bottom: 31px;
}
.p-top__group__item04:last-child {
  margin-bottom: 0;
}
.p-top__group02 .c-btn01.active {
  background-color: var(--base);
}
.p-top__group02 .c-btn01 {
  background: var(--gray02);
}
.p-top__group__content.p-top__group__content {
  background-color: var(--white);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}
.p-top__group__item04.expert{
  margin-bottom: clamp(3.7625rem, 1.0416666667vw + 1.0625rem, 2rem);
}
.p-top__group__content.active {
  left: 0;
  opacity: 1;
  pointer-events: all;
  position: relative;
  top: 0;
  transition: 0.5s ease;
  z-index: 2;
}
.p-top__recruit {
  color: var(--white);
  margin: 0 auto;
  max-width: 1280px;
  padding: 58px clamp(1.25rem, 60vw + -12.8125rem, 1.8125rem) 45px;
  position: relative;
  z-index: 1;
}
.p-top__recruit__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.p-top__recruit__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.p-top__recruit__inner {
  margin: 0 auto;
  max-width: 960px;
}
.p-top__recruit__left {
  margin-bottom: 28px;
}
.p-top__recruit__right .c-txt15 {
  color: var(--white);
}
.p-top__recruit__btn {
  padding-top: 22px;
}
.p-top__company {
  padding: 98px 20px 100px;
}
.p-top__company__inner {
  margin: 0 auto;
  max-width: 1275px;
}
.p-top__company__left {
  margin-bottom: 28px;
}
.p-top__company__right .c-tbl__ttl {
  width: clamp(6.875rem, 60vw + -7.1875rem, 7.4375rem);
}
.p-top__access {
  background-color: var(--gray02);
  padding: 60px 20px;
}
.p-top__access .c-title {
  margin-bottom: 16px;
}
.p-top__access .c-ttl17 {
  color: var(--base);
  font-family: yu-gothic-pr6n, Hiragino Kaku Gothic ProN, Hiragino Sans, Meiryo,
    sans-serif;
  margin-bottom: 15px;
}
.p-top__access .c-txt15 {
  color: var(--black01);
  margin-bottom: 8px;
}
.c-txt15.media {
  margin-top: clamp(0.5rem, 0.4464285714vw + 0.2857142857rem, 0.6875rem);
  font-size: 0.75rem;
}
.p-top__access .c-txt15:last-child {
  margin-bottom: 0;
}
.p-top__access .c-txt13 {
  color: var(--black01);
  font-size: 1rem;
  margin-bottom: 2px;
}
.p-top__access .c-listdots__item {
  color: var(--black01);
}
.p-top__access__item {
  margin-bottom: 20px;
  padding-bottom: 15px;
  padding-top: 15px;
  position: relative;
}
.p-top__access__item:after {
  background-color: transparent;
  background-image: linear-gradient(to right, var(--base) 1px, transparent 1px);
  background-size: 2px 100%;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  width: 100%;
}
.p-top__access__item:last-child {
  margin-bottom: 0;
}
.p-top__access__inner {
  margin: 0 auto;
  max-width: 1280px;
}
.p-top__access__left {
  aspect-ratio: 349/261;
  margin-bottom: 33px;
  position: relative;
}
.p-top__access__left:after {
  content: "";
  height: 100%;
  left: 0;
  mix-blend-mode: color;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
}
.p-top__access__map {
  height: auto;
  height: 100%;
  width: 100%;
}
.c-contact {
  background-color: var(--base);
  color: var(--white);
  padding: 58px 20px 89px;
  position: relative;
  z-index: 1;
}
.c-contact__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.c-contact__bg img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.c-contact__img {
  bottom: -6px;
  position: absolute;
  right: -33px;
  width: 190px;
}
.c-contact__inner {
  margin: 0 auto;
  max-width: 1120px;
}
.c-contact__head {
  margin: 0 auto 24px;
}
.c-contact__head__left {
  margin-bottom: 30px;
}
.c-contact__head__left .c-title__jp {
  position: relative;
}
.c-contact__head__right .c-txt15 {
  color: var(--white);
}
.c-contact__head__right .c-txt13 {
  color: var(--white);
  margin-top: 8px;
}
.c-contact__btn__item {
  margin-bottom: 12px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  body {
    font-size: clamp(0.875rem, 0.2976190476vw + 0.7321428571rem, 1rem);
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .c-txt12 {
    font-size: clamp(0.625rem, 0.2976190476vw + 0.4821428571rem, 0.75rem);
  }
  .c-txt13 {
    font-size: clamp(0.6875rem, 0.2976190476vw + 0.5446428571rem, 0.8125rem);
  }
  .c-txt14 {
    font-size: clamp(0.75rem, 0.2976190476vw + 0.6071428571rem, 0.875rem);
  }
  .c-txt15 {
    font-size: clamp(0.8125rem, 0.2976190476vw + 0.6696428571rem, 0.9375rem);
  }
  .c-txt17 {
    font-size: clamp(0.9375rem, 0.2976190476vw + 0.7946428571rem, 1.0625rem);
    line-height: 2;
  }
  .c-txt24 {
    font-size: clamp(1.25rem, 0.5952380952vw + 0.9642857143rem, 1.5rem);
  }
  .c-title__en {
    font-size: clamp(2.25rem, 2.9761904762vw + 0.8214285714rem, 3.5rem);
    margin-bottom: clamp(
      -0.4375rem,
      -0.4464285714vw + -0.0357142857rem,
      -0.25rem
    );
    padding-top: 5px;
  }
  .c-title__jp {
    font-size: clamp(0.6875rem, 0.2976190476vw + 0.5446428571rem, 0.8125rem);
    gap: 4px;
  }
  .c-title__jp__icon {
    top: -1px;
    width: 12px;
  }
  .c-title01__en {
    font-size: clamp(1rem, 1.1904761905vw + 0.4285714286rem, 1.5rem);
    line-height: 1;
    margin-bottom: clamp(0.375rem, 0.4464285714vw + 0.1607142857rem, 0.5625rem);
    padding: 10px clamp(0.5rem, 1.416666667vw + 0rem, 0.9375rem)
      clamp(0.175rem, 0.2976190476vw + 0.0446428571rem, 0.3125rem);
    text-align: center;
  }
  .c-title01__en:after {
    width: 100%;
  }
  .c-title01__jp {
    font-size: clamp(0.6875rem, 0.5952380952vw + 0.4017857143rem, 0.9375rem);
  }
  .c-title02 {
    gap: 6px;
  }
  .c-title02__en {
    font-size: clamp(1.375rem, 1.4880952381vw + 0.6607142857rem, 2rem);
    padding-right: 22px;
    padding-top: 3px; /* text-align: left; */
  }
  .c-title02__jp {
    font-size: clamp(0.6875rem, 0.5952380952vw + 0.4017857143rem, 0.9375rem);
    padding-top: clamp(0.1875rem, 0.1488095238vw + 0.1160714286rem, 0.25rem);
  }
  .c-title02__icon {
    top: clamp(0.25rem, 0.5952380952vw + -0.0357142857rem, 0.5rem);
    width: 10px;
  }
  .c-title03 {
    align-items: flex-start;
    gap: 7px;
    padding-bottom: 2px;
  }
  .c-title03__en {
    font-size: clamp(0.625rem, 0.2976190476vw + 0.4821428571rem, 0.75rem);
    height: clamp(1rem, 0.5952380952vw + 0.7142857143rem, 1.25rem);
    left: 0;
    padding-top: clamp(0.25rem, -0.2976190476vw + 0.5178571429rem, 0.375rem);
    top: 1px;
    width: clamp(1rem, 0.5952380952vw + 0.7142857143rem, 1.25rem);
  }
  .c-title03__jp {
    font-size: clamp(0.8125rem, 0.2976190476vw + 0.6696428571rem, 0.9375rem);
    letter-spacing: 0;
  }
  .c-ttlen {
    font-size: clamp(0.875rem, 0.2976190476vw + 0.7321428571rem, 1rem);
    padding-top: 4px;
  }
  .c-ttl15 {
    font-size: clamp(0.8125rem, 0.2976190476vw + 0.6696428571rem, 0.9375rem);
  }
  .c-ttl15--line {
    padding-bottom: 0;
  }
  .c-ttl17 {
    font-size: clamp(0.9375rem, 0.2976190476vw + 0.7946428571rem, 1.0625rem);
  }
  .c-ttl17--line {
    padding-bottom: 0;
  }
  .c-ttl24 {
    font-size: clamp(1.25rem, 0.5952380952vw + 0.9642857143rem, 1.5rem);
  }
  .c-ttl24--line {
    padding-bottom: 11px;
  }
  .c-ttl28 {
    font-size: clamp(1.375rem, 0.8928571429vw + 0.9464285714rem, 1.75rem);
    letter-spacing: -0.03em;
  }
  .c-ttl28--line {
    padding-bottom: 11px;
  }
  .c-ttl28__num {
    font-size: clamp(0.875rem, 0.2976190476vw + 0.7321428571rem, 1rem);
    top: 7px;
  }
  .c-ttl28--num {
    gap: 31px;
  }
  .c-ttl32 {
    font-size: clamp(1.5rem, 1.1904761905vw + 0.9285714286rem, 2rem);
    letter-spacing: -0.03em;
    line-height: 1.51;
  }
  .c-ttl32--line {
    padding-bottom: 11px;
  }
  .c-ttl36 {
    font-size: clamp(1.75rem, 1.1904761905vw + 1.1785714286rem, 2.25rem);
    letter-spacing: -0.03em;
    line-height: 1.51;
  }
  .c-ttl36--line {
    padding-bottom: 18px;
  }
  .c-btn {
    font-size: clamp(0.8125rem, 0.2976190476vw + 0.6696428571rem, 0.9375rem);
    min-width: 194px;
  }
  .c-btn__inner:hover {
    transition: 0.5s;
    background: var(--base);
    color: var(--white);
  }
  .c-btn__inner {
    transition: 0.5s;
    padding: clamp(0.5rem, 0.2976190476vw + 0.3571428571rem, 0.625rem)
      clamp(2.1875rem, 0.5952380952vw + 1.9017857143rem, 2.4375rem)
      clamp(0.375rem, 0.2976190476vw + 0.2321428571rem, 0.5rem) 9px;
  }
  .c-btn__icon {
    right: 9px;
    width: clamp(1.25rem, 0.2976190476vw + 1.1071428571rem, 1.375rem);
  }
  .c-btn--228 {
    min-width: 228px;
  }
  .c-btn sup {
    font-size: 0.375rem;
    top: -10px;
  }
  .c-btn01 {
    font-size: 0.9375rem;
  }
  .c-btn01__inner {
    min-height: 0;
    padding: clamp(0.625rem, 0.8928571429vw + 0.1964285714rem, 1rem)
      clamp(2.1875rem, 0.5952380952vw + 1.9017857143rem, 2.4375rem)
      clamp(0.5rem, 0.8928571429vw + 0.0714285714rem, 0.875rem)
      clamp(0.9375rem, 1.1904761905vw + 0.3660714286rem, 1.4375rem);
  }
  .c-btn01__icon {
    right: 14px;
    width: clamp(1.25rem, 0.2976190476vw + 1.1071428571rem, 1.375rem);
  }
  .c-btn01__small {
    font-size: 0.75rem;
    margin-bottom: clamp(-0.125rem, -0.2976190476vw + 0.1428571429rem, 0rem);
    margin-top: -2px;
  }
  .c-btn01--228 {
    min-width: 228px;
  }
  .c-more {
    gap: clamp(2.5rem, 3.4226190476vw + 0.8571428571rem, 3.9375rem);
    padding: clamp(1.125rem, 0.744047619vw + 0.7678571429rem, 1.4375rem)
      clamp(0.75rem, 0.5952380952vw + 0.4642857143rem, 1rem);
    width: auto;
  }
  .c-more__jp {
    font-size: 0.9375rem;
    gap: 7px;
  }
  .acc-logo_wp.c-more__jp__icon {
    margin-bottom: 5px;
  }
  .c-more__jp__icon {
    top: clamp(0rem, 0.1488095238vw + -0.0714285714rem, 0.0625rem);
    width: 11px;
  }
  .c-more__en {
    font-size: 0.625rem;
    top: -2px;
  }
  .c-tel {
    padding: clamp(1.875rem, 0.5952380952vw + 1.5892857143rem, 2.125rem)
      clamp(1.25rem, 0.2976190476vw + 1.1071428571rem, 1.375rem)
      clamp(1.875rem, 1.6369047619vw + 1.0892857143rem, 2.5625rem);
    pointer-events: none;
  }
  .c-tel__txt {
    font-size: clamp(0.6875rem, 0.2976190476vw + 0.5446428571rem, 0.8125rem);
    padding: clamp(0.125rem, 0.8928571429vw + -0.3035714286rem, 0.5rem)
      clamp(1.25rem, 1.1904761905vw + 0.6785714286rem, 1.75rem) 0;
  }
  .c-tel__num {
    font-size: clamp(0.9375rem, 0.2976190476vw + 0.7946428571rem, 1.0625rem);
    padding-left: clamp(1.25rem, 1.1904761905vw + 0.6785714286rem, 1.75rem);
  }
  .c-tel__icon {
    margin-right: clamp(0.3125rem, 0.744047619vw + -0.0446428571rem, 0.625rem);
    margin-top: clamp(0.1875rem, 0.5952380952vw + -0.0982142857rem, 0.4375rem);
    width: 21px;
  }
  .c-tel__item {
    margin-bottom: clamp(0.5rem, 0.5952380952vw + 0.2142857143rem, 0.75rem);
  }
  .c-mail {
    padding: clamp(2.8125rem, 1.6369047619vw + 2.0267857143rem, 3.5rem)
      clamp(1.25rem, 0.2976190476vw + 1.1071428571rem, 1.375rem)
      clamp(2.8125rem, 2.2321428571vw + 1.7410714286rem, 3.75rem)
      clamp(1.25rem, 7.2916666667vw + -2.25rem, 4.3125rem);
  }
  .c-mail__content {
    gap: clamp(1.5rem, 2.2321428571vw + 0.4285714286rem, 2.4375rem);
  }
  .c-mail__icon {
    top: clamp(0rem, 0.5952380952vw + -0.2857142857rem, 0.25rem);
    width: 25px;
  }
  .c-mail__txt {
    font-size: clamp(0.9375rem, 0.2976190476vw + 0.7946428571rem, 1.0625rem);
    padding: 0 0 0 clamp(1.25rem, 1.1904761905vw + 0.6785714286rem, 1.75rem);
  }
  .c-totop {
    border: 1px solid var(--white);
    border-radius: 60px;
    bottom: 69px;
    height: 60px;
    right: 60px;
    width: 60px;
  }
  .c-totop:before {
    left: 19px;
    width: 12px;
  }
  .c-totop:after {
    right: 19px;
    width: 12px;
  }
  .c-totop:hover {
    transform: translateY(-20px) !important;
  }
  .c-tel01 {
    pointer-events: none;
  }
  .c-listnews__content {
    transition: 0.5s;
    display: flex;
    padding: clamp(0.875rem, 0.5952380952vw + 0.5892857143rem, 1.125rem) 0;
  }
  .c-listnews__icon {
    right: 0;
    top: 50%;
    width: 20px;
  }
  .c-listnews__date {
    font-size: clamp(0.6875rem, 0.2976190476vw + 0.5446428571rem, 0.8125rem);
    margin-bottom: 0;
    padding-top: 1px;
    width: clamp(6.25rem, 6.8452380952vw + 2.9642857143rem, 9.125rem);
  }
  .c-listnews__txt {
    font-size: clamp(0.8125rem, 0.2976190476vw + 0.6696428571rem, 0.9375rem);
  }
  .c-listnews__content:hover {
    opacity: 0.5;
    transition: 0.5s;
  }
  .c-listdots__item {
    font-size: clamp(0.8125rem, 0.2976190476vw + 0.6696428571rem, 0.9375rem);
  }
  .c-label {
    font-size: clamp(0.6875rem, 0.2976190476vw + 0.5446428571rem, 0.8125rem);
    padding: 2px 7px;
  }
  .c-box {
    padding: clamp(0.9375rem, 0.2976190476vw + 0.7946428571rem, 1.0625rem) 0;
  }
  .c-box .c-label {
    margin-bottom: clamp(0.3125rem, 0.4464285714vw + 0.0982142857rem, 0.5rem);
  }
  .c-box__list__item {
    margin-bottom: clamp(0.25rem, 0vw + 0.25rem, 0.25rem);
  }
  .c-banner {
    align-items: center;
    display: flex;
    gap: clamp(2.5rem, 1.0416666667vw + 2rem, 2.9375rem);
    max-width: 907px;
    padding: clamp(3.125rem, 2.6785714286vw + 1.8392857143rem, 4.25rem)
      clamp(2.5rem, 6.6964285714vw + -0.7142857143rem, 5.3125rem)
      clamp(3.125rem, 2.380952381vw + 1.9821428571rem, 4.125rem)
      clamp(2.5rem, 2.8273809524vw + 1.1428571429rem, 3.6875rem);
    width: calc(100% - 80px);
  }
  .c-banner__ttl {
    font-size: clamp(1.5rem, 1.1904761905vw + 0.9285714286rem, 2rem);
    margin-bottom: clamp(0.625rem, 0.4464285714vw + 0.4107142857rem, 0.8125rem);
  }
  .c-banner__txt {
    font-size: clamp(0.8125rem, 0.2976190476vw + 0.6696428571rem, 0.9375rem);
  }
  .c-banner__left {
    margin: 0;
    width: clamp(10rem, 5.9523809524vw + 7.1428571429rem, 12.5rem);
  }
  .c-banner01 {
    padding: clamp(2.5rem, 0.5952380952vw + 2.2142857143rem, 2.75rem)
      clamp(2.5rem, 1.1904761905vw + 1.9285714286rem, 3rem)
      clamp(2.5rem, 1.1904761905vw + 1.9285714286rem, 3rem);
  }
  .c-banner01 .c-ttl28 {
    letter-spacing: -0.03em;
    margin-bottom: clamp(1.5625rem, 1.0416666667vw + 1.0625rem, 2rem);
  }
  .c-banner01__inner {
    grid-gap: 4px;
    grid-template-columns: clamp(
        20rem,
        37.0535714286vw + 2.2142857143rem,
        35.5625rem
      ) 1fr;
  }
  .c-banner01__img {
    width: clamp(2.5rem, 2.6785714286vw + 1.2142857143rem, 3.625rem);
  }
  .c-banner01__img:nth-child(2) {
    margin-left: 3px;
    width: clamp(2.375rem, 2.6785714286vw + 1.0892857143rem, 3.5rem);
  }
  .mv-viewmore__text {
    font-size: 18px;
  }
  /* .c-banner01__img1{width:clamp(1.875rem,1.9345238095vw + .9464285714rem,2.6875rem)} */
  .c-banner01__left {
    margin-bottom: 0;
    padding-top: clamp(0rem, 0.744047619vw + -0.3571428571rem, 0.3125rem);
  }
  @media (max-width: 768px) {
    .c-banner01__item {
      flex-direction: column;
    }
    c-banner01__inner {
      flex-direction: column;
    }
  }
  .c-banner01__item {
    display: flex;
    gap: clamp(0.9375rem, 0.8928571429vw + 0.5089285714rem, 1.3125rem);
    padding: clamp(1.875rem, 2.6785714286vw + 0.5892857143rem, 3rem)
      clamp(1.25rem, 4.0178571429vw + -0.6785714286rem, 2.9375rem);
  }
  .c-banner01__item .c-ttl24 {
    margin-bottom: 10px;
  }
  .c-banner01__item .c-txt15 {
    text-align: left;
  }
  .c-banner01__item:last-child {
    gap: clamp(0.9375rem, 1.3392857143vw + 0.2946428571rem, 1.5rem);
    padding: clamp(1.875rem, 2.380952381vw + 0.7321428571rem, 2.875rem)
      clamp(1.25rem, 4.0178571429vw + -0.6785714286rem, 2.9375rem);
  }
  .c-banner01__item:last-child .c-banner01__left {
    padding-top: 0;
  }
  .c-flex {
    display: flex;
    max-width: 1040px;
    padding-bottom: clamp(1.875rem, 1.1904761905vw + 1.3035714286rem, 2.375rem);
    padding-top: clamp(1.875rem, 1.1904761905vw + 1.3035714286rem, 2.375rem);
  }
  .c-flex__left {
    flex-shrink: 0;
    margin-bottom: 0;
    padding: 0 40px 0 0;
    width: clamp(11.25rem, 8.9285714286vw + 6.9642857143rem, 15rem);
  }
  .c-flex__left .c-ttl28 {
    letter-spacing: 0;
  }
  .c-flex__btn {
    margin-top: 21px;
    padding-top: 17px;
  }
  .c-flex__btn .c-label {
    margin-bottom: 8px;
  }
  .c-flex__btn .c-btn {
    min-width: 172px;
  }
  .c-flex__list {
    gap: 5px;
  }
  .c-flex__list__item {
    width: auto;
  }
  .c-block {
    align-items: flex-start;
    display: flex;
    max-width: 1072px;
    position: relative;
  }
  .c-block__inner {
    aspect-ratio: 511.79/520.21;
    left: 0;
    transform: none;
    width: clamp(20.25rem, 27.9761904762vw + 6.8214285714rem, 32rem);
  }
  .c-block__circle {
    height: clamp(8.75rem, 12.2023809524vw + 2.8928571429rem, 13.875rem);
    padding: 1px 2px;
    width: clamp(8.75rem, 12.2023809524vw + 2.8928571429rem, 13.875rem);
  }
  .c-block__circle:hover {
    opacity: 0.3;
  }
  .c-block__circle01 {
    transform: translate(-50%, -117%);
  }
  .c-block__circle01 .c-block__circle__icon {
    width: 27px;
  }
  .c-block__circle02 {
    padding: 1px 2px;
    transform: translate(15%, -62%);
  }
  .c-block__circle02 .c-block__circle__icon {
    width: 20px;
  }
  .c-block__circle03 {
    padding: 1px 2px;
    transform: translate(-4%, 17%);
  }
  .c-block__circle03 .c-block__circle__icon {
    margin-top: -8px;
    width: 36px;
  }
  .c-block__circle04 {
    padding: 1px 2px;
    transform: translate(-96%, 17%);
  }
  .c-block__circle04 .c-block__circle__icon {
    margin-top: -9px;
    width: 37px;
  }
  .c-block__circle05 {
    padding: 1px 2px;
    transform: translate(-116%, -62%);
  }
  .c-block__circle05 .c-block__circle__icon {
    top: -7px;
    width: 34px;
  }
  .c-block__left {
    flex-shrink: 0;
    left: 0;
    margin-bottom: 0;
    padding: clamp(3.125rem, 4.9107142857vw + 0.7678571429rem, 5.1875rem) 0;
    position: sticky;
    top: clamp(0rem, -7.4404761905vw + 6.6964285714rem, 3.125rem);
    width: clamp(20.25rem, 35.119047619vw + 3.3928571429rem, 35rem);
  }
  .c-block__right {
    padding-top: 17px;
    width: 100%;
  }
  .c-block__item {
    padding: clamp(1.875rem, 2.5297619048vw + 0.6607142857rem, 2.9375rem) 0
      clamp(0.9375rem, 1.6369047619vw + 0.1517857143rem, 1.625rem)
      clamp(1.875rem, 2.9761904762vw + 0.4464285714rem, 3.125rem);
  }
  .c-block__item .c-title02 {
    margin-bottom: clamp(0.5rem, 0.2976190476vw + 0.3571428571rem, 0.625rem);
  }
  .c-block__item .c-txt15 {
    margin-bottom: clamp(0.75rem, 0.744047619vw + 0.3928571429rem, 1.0625rem);
  }
  .c-block__item .c-txt14 {
    margin-bottom: 5px;
  }
  .c-block__item .c-txt12 {
    margin-top: 0;
  }
  .c-block__item .c-listdots {
    margin-bottom: clamp(0.875rem, 0.8928571429vw + 0.4464285714rem, 1.25rem);
  }
  .c-tbl__item {
    align-items: center;
    padding: clamp(0.9375rem, 1.3392857143vw + 0.2946428571rem, 1.5rem)
      clamp(0.625rem, 5.9523809524vw + -2.2321428571rem, 3.125rem)
      clamp(0.9375rem, 1.1904761905vw + 0.3660714286rem, 1.4375rem) 1px;
  }
  .c-tbl__ttl {
    padding-right: 20px;
    width: clamp(6.25rem, 3.869047619vw + 4.3928571429rem, 7.875rem);
  }
  .c-tbl__content,
  .c-tbl__ttl {
    font-size: clamp(0.8125rem, 0.2976190476vw + 0.6696428571rem, 0.9375rem);
  }
  .c-mv__inner {
    padding: clamp(5rem, 0vw + 5rem, 5rem)
      clamp(2.5rem, 2.380952381vw + 1.3571428571rem, 3.5rem)
      clamp(5rem, 2.8273809524vw + 3.6428571429rem, 6.1875rem);
  }
  .c-mv__ttl {
    font-size: clamp(2.75rem, 2.9761904762vw + 1.3214285714rem, 4rem);
    letter-spacing: 0;
    margin-bottom: clamp(
      1.0625rem,
      0.8928571429vw + 0.6339285714rem,
      1.4375rem
    );
    padding-bottom: clamp(
      0.9375rem,
      0.8928571429vw + 0.5089285714rem,
      1.3125rem
    );
  }
  .c-mv__caption__en {
    font-size: clamp(1.0625rem, 0.5952380952vw + 0.7767857143rem, 1.3125rem);
    padding: clamp(0.375rem, 0.2976190476vw + 0.2321428571rem, 0.5rem)
      clamp(0.625rem, 0.8928571429vw + 0.1964285714rem, 1rem) 0
      clamp(0.1875rem, 0.1488095238vw + 0.1160714286rem, 0.25rem);
  }
  .c-mv__caption__en:after {
    height: calc(100% - 16px);
    top: 10px;
  }
  .c-mv__caption__jp {
    font-size: clamp(0.875rem, 0.2976190476vw + 0.7321428571rem, 1rem);
    padding: 0 0 0 clamp(0.625rem, 0.8928571429vw + 0.1964285714rem, 1rem);
  }
  .c-gnavi__inner {
    width: 394px;
  }
  .c-gnavi__close {
    right: 47px;
    top: 42px;
  }
  .c-gnavi__close:hover {
    opacity: 0.3;
  }
  .c-gnavi__list {
    padding: 120px 80px 83px;
  }
  .c-gnavi__list__item {
    margin-bottom: 19px;
  }
  .c-header__logo {
    width: clamp(6.25rem, 3.0178571429vw + 4.7214285714rem, 7.9375rem);
  }
  .c-header__inner {
    align-items: flex-start;
    display: flex;
    gap: 40px;
    justify-content: space-between;
    padding: clamp(1.25rem, 2.9761904762vw + -0.1785714286rem, 2.5rem)
      clamp(7.5rem, 1.7857142857vw + 6.6428571429rem, 8.25rem) 20px
      clamp(2.5rem, 1.1904761905vw + 1.9285714286rem, 3rem);
  }
  .c-header__content {
    align-items: center;
    display: flex;
    gap: 40px;
    transition: 0.5s;
  }
  .c-header__list {
    padding-top: 1px;
  }
  .c-header__list__item {
    transition: 0.5s;
    margin-bottom: 6px;
  }
  .c-header__list__item:hover {
    transition: 0.5s;
    opacity: 0.5;
  }
  .c-header__list__link {
    font-size: clamp(0.6875rem, 0.2976190476vw + 0.5446428571rem, 0.8125rem);
    -webkit-text-stroke: 0.5px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.7;
  }
  .c-header.active .c-header__content {
    height: 0;
    opacity: 0;
    pointer-events: none;
  }
  .c-toggle {
    height: 45px;
    padding: 0.9375rem;
    right: clamp(2.5rem, 1.1904761905vw + 1.9285714286rem, 3rem);
    top: clamp(1.25rem, 2.9761904762vw + -0.1785714286rem, 2.5rem);
    width: 45px;
  }
  .c-toggle:hover {
    opacity: 0.3;
  }
  .c-toggle:after {
    bottom: 19px;
  }
  .c-toggle:after,
  .c-toggle:before {
    left: 15px;
    width: calc(100% - 30px);
  }
  .c-toggle:before {
    top: 20px;
  }
  .c-toggle.active:before {
    transform: translateY(2px) rotate(45deg);
  }
  .c-toggle.active:after {
    transform: translateY(-2px) rotate(-45deg);
  }
  .c-footer {
    padding: clamp(1.875rem, 1.0416666667vw + 1.375rem, 2.3125rem) 40px;
  }
  .c-footer__logo {
    width: clamp(6.25rem, 3.869047619vw + 4.3928571429rem, 7.875rem);
  }
  .c-footer__copy {
    bottom: -2px;
    font-size: clamp(0.625rem, 0.2976190476vw + 0.4821428571rem, 0.75rem);
    left: 0;
    padding-right: clamp(0rem, 0.5952380952vw + -0.2857142857rem, 0.25rem);
  }
  #cookiewrap {
    padding: 40px;
  }
  #cookiewrap .inner .close {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
  }
  #cookiewrap .inner .txt {
    padding-bottom: 0;
    padding-right: 110px;
  }
  .p-404__inner {
    margin-bottom: -22px;
    padding: clamp(6.25rem, 7.8125vw + 2.5rem, 8.75rem) 0
      clamp(8.125rem, 8.3984375vw + 4.09375rem, 10.8125rem);
  }
  .p-404__btn {
    padding: 50px 0;
  }
  .p-thanks__inner {
    margin-bottom: -22px;
    padding: clamp(6.25rem, 7.8125vw + 2.5rem, 8.75rem) 0
      clamp(8.125rem, 8.3984375vw + 4.09375rem, 10.8125rem);
    text-align: center;
  }
  .p-thanks__inner .c-ttl30 {
    margin-bottom: 40px;
  }
  .p-thanks__btn {
    padding: 50px 0;
  }
  .c-slidertext__item {
    font-size: clamp(3.75rem, 5.9523809524vw + 0.8928571429rem, 6.25rem);
    margin: 0 clamp(2.4375rem, 3.869047619vw + 0.5803571429rem, 4.0625rem);
    padding-top: 20px;
  }
  .l-container {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1240px;
    padding: 0 40px;
    width: auto;
  }
  .c-news__inner {
    padding: 100px 36px 0 40px;
    width: 720px;
  }
  .c-news__close {
    right: 47px;
    top: 42px;
  }
  .c-news__close:hover {
    opacity: 0.5;
  }
  .c-news__item {
    padding: 81px 0 78px;
  }
  .c-news__content {
    padding: 0 40px;
  }
  .c-news__content .c-txt13 {
    margin-bottom: 13px;
  }
  .c-news__content .c-ttl28 {
    margin-bottom: 29px;
  }
  .p-top .c-mv {
    margin-bottom: clamp(2.5rem, 3.125vw + 1rem, 3.8125rem);
  }
  .p-top__news .c-title__en {
    margin-bottom: clamp(
      -0.4375rem,
      -0.4464285714vw + -0.0357142857rem,
      -0.25rem
    );
  }
  .p-top__news__inner {
    display: flex;
    max-width: 1252px;
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 40px
      clamp(2.5rem, 2.6785714286vw + 1.2142857143rem, 3.625rem);
  }
  .p-top__news__left {
    flex-shrink: 0;
    padding-left: clamp(0rem, 21.7659137577vw + -10.4476386037rem, 6.625rem);
    width: clamp(13.125rem, 43.1211498973vw + -7.5731519507rem, 26.25rem);
  }
  .p-top__news__right {
    padding-top: clamp(0rem, 1.9345238095vw + -0.9285714286rem, 0.8125rem);
    width: 100%;
  }
  .p-top__brand {
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 0
      clamp(3.75rem, 12.6488095238vw + -2.3214285714rem, 9.0625rem);
  }
  .p-top__brand__content {
    left: clamp(-7.1875rem, 17.1130952381vw + -15.4017857143rem, 0rem);
    margin: 0 auto;
    max-width: clamp(33.575rem, 37.619047619vw + 15.5178571429rem, 49.375rem);
    padding: clamp(14.85rem, 8.8392857143vw + 10.6071428571rem, 18.5625rem) 40px
      clamp(12.625rem, -31.25vw + 40.75rem, 15.75rem);
  }
  .p-top__brand__content .c-title {
    margin-bottom: clamp(3.75rem, 5.6547619048vw + 1.0357142857rem, 6.125rem);
  }
  .p-top__brand__content .c-txt17 {
    left: -2px;
  }
  .p-top__brand__img01 {
    top: 0;
    width: clamp(9.7875rem, 15.5357142857vw + 2.3303571429rem, 16.3125rem);
  }
  .p-top__brand__img01 img {
    aspect-ratio: 261/252;
  }
  .p-top__brand__img02 {
    top: clamp(5.2125rem, 8.2738095238vw + 1.2410714286rem, 8.6875rem);
    width: clamp(14.625rem, 23.2142857143vw + 3.4821428571rem, 24.375rem);
  }
  .p-top__brand__img02 img {
    aspect-ratio: 391/522;
  }
  .p-top__brand__img03 {
    bottom: clamp(1.725rem, 2.7380952381vw + 0.4107142857rem, 2.875rem);
    left: clamp(1.8rem, 2.8571428571vw + 0.4285714286rem, 3rem);
    width: clamp(8.4rem, 13.3333333333vw + 2rem, 14rem);
  }
  .p-top__brand__img03 img {
    aspect-ratio: 224/269;
  }
  .p-top__brand__img04 {
    bottom: 0;
    right: clamp(9.9rem, 15.7142857143vw + 2.3571428571rem, 16.5rem);
    width: clamp(8.1375rem, 12.9166666667vw + 1.9375rem, 13.5625rem);
  }
  .p-top__brand__img04 img {
    aspect-ratio: 217/248;
  }
  .p-top__brand .c-slidertext {
    margin-bottom: clamp(0.4375rem, -10.8630952381vw + 10.2142857143rem, 5rem);
    margin-top: clamp(-9.25rem, 11.9047619048vw + -14.9642857143rem, -4.25rem);
  }
  .p-top__philosophy {
    max-width: 1357px;
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 40px
      clamp(3.75rem, 12.6488095238vw + -2.3214285714rem, 9.0625rem);
  }
  .p-top__philosophy .c-title__en {
    margin-bottom: clamp(
      -0.4375rem,
      -0.4464285714vw + -0.0357142857rem,
      -0.25rem
    );
  }
  .p-top__philosophy__inner {
    align-items: flex-start;
    display: flex;
    position: relative;
  }
  .p-top__philosophy__left {
    flex-shrink: 0;
    left: 0;
    margin-bottom: 0;
    position: sticky;
    top: clamp(7.5rem, 11.9047619048vw + 1.7857142857rem, 12.5rem);
    width: clamp(15rem, 26.1904761905vw + 2.4285714286rem, 26rem);
  }
  .p-top__philosophy__right {
    padding-top: clamp(0rem, 0.744047619vw + -0.3571428571rem, 0.3125rem);
    width: 100%;
  }
  .p-top__philosophy__content {
    margin-bottom: clamp(1.875rem, 1.3392857143vw + 1.2321428571rem, 2.4375rem);
  }
  .p-top__philosophy__item {
    margin-bottom: clamp(0.625rem, 0.2976190476vw + 0.4821428571rem, 0.75rem);
    padding: clamp(2.5rem, 2.8273809524vw + 1.1428571429rem, 3.6875rem)
      clamp(1.25rem, 4.3571428571vw + -1.3214285714rem, 3.5rem)
      clamp(2.5rem, 2.6785714286vw + 1.2142857143rem, 3.625rem);
  }
  .p-top__philosophy__item:last-child {
    padding: clamp(2.5rem, 1.3392857143vw + 1.8571428571rem, 3.0625rem)
      clamp(1.25rem, 5.3571428571vw + -1.3214285714rem, 3.5rem)
      clamp(2.5rem, 2.6785714286vw + 1.2142857143rem, 3.625rem);
  }
  .p-top__philosophy__item .c-ttlen {
    margin-bottom: clamp(1.25rem, 1.4880952381vw + 0.5357142857rem, 1.875rem);
  }
  .p-top__philosophy__item .c-ttl32 {
    margin-bottom: clamp(0.625rem, 0.4464285714vw + 0.4107142857rem, 0.8125rem);
  }
  .p-top__philosophy__item .c-txt15 {
    padding-left: clamp(0rem, 0.1488095238vw + -0.0714285714rem, 0.0625rem);
  }
  .p-top__message {
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 0
      clamp(5rem, 10.7142857143vw + -0.1428571429rem, 9.5rem)
      clamp(2.5rem, 5.9523809524vw + -0.3571428571rem, 5rem);
  }
  .p-top__message__inner {
    display: flex;
    flex-direction: unset;
    flex-wrap: nowrap;
  }
  .p-top__message__left {
    padding: 0 clamp(1.875rem, 1.4880952381vw + 1.1607142857rem, 2.5rem) 0 0;
  }
  .p-top__message__left .c-title {
    margin-bottom: clamp(2.5rem, 3.125vw + 1rem, 3.8125rem);
  }
  .p-top__message__left .c-title__en {
    margin-bottom: 0;
  }
  .p-top__message__left .c-ttl32 {
    margin-bottom: clamp(1.25rem, 0.8928571429vw + 0.8214285714rem, 1.625rem);
  }
  .p-top__message__right {
    flex-shrink: 0;
    margin-top: clamp(-4rem, -6.5476190476vw + 1.8928571429rem, -1.25rem);
    width: clamp(18.75rem, 32.4404761905vw + 3.1785714286rem, 32.375rem);
  }
  .p-top__message__content {
    max-width: 726px;
  }
  .p-top__message__end {
    padding-top: 16px;
  }
  .p-top__message__end .c-txt15 {
    margin-bottom: clamp(
      -0.25rem,
      -0.2976190476vw + 0.0178571429rem,
      -0.125rem
    );
  }
  .p-top__message__end .c-txt24 {
    margin-top: clamp(0.4375rem, 0.8928571429vw + 0.0089285714rem, 0.8125rem);
  }
  .p-top__corporate {
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 40px;
  }
  .p-top__corporate .c-title {
    margin-bottom: clamp(
      1.1875rem,
      -7.5892857143vw + 8.0178571429rem,
      4.375rem
    );
  }
  .p-top__corporate .c-title__en {
    margin-bottom: -4px;
  }
  .p-top__corporate .c-title__jp {
    gap: 6px;
  }
  .p-top__corporate__title {
    gap: 7px 6px;
    margin-bottom: 13px;
    padding-bottom: 10px;
  }
  .p-top__corporate__title:after {
    width: calc(100% - 26px);
  }
  .p-top__corporate__title__en {
    color: var(--blue);
    font-size: clamp(1.25rem, 1.7857142857vw + 0.3928571429rem, 2rem);
    letter-spacing: -0.03em;
    padding-top: 10px;
  }
  .p-top__corporate__title__jp {
    color: var(--blue);
    font-size: clamp(0.625rem, 0.8928571429vw + 0.1964285714rem, 1rem);
    top: 0;
  }
  .p-top__corporate__title__txt {
    font-size: clamp(0.625rem, 0.4464285714vw + 0.4107142857rem, 0.8125rem);
    letter-spacing: 0;
  }
  .p-top__corporate__ttl {
    color: var(--blue);
    font-size: clamp(0.875rem, 1.4880952381vw + 0.1607142857rem, 1.5rem);
    margin-bottom: 8px;
  }
  .p-top__corporate__list__item {
    align-items: flex-start;
    gap: 3px;
    margin-bottom: 9px;
    padding-left: 0;
  }
  .p-top__corporate__list__first {
    font-size: clamp(0.625rem, 0.2976190476vw + 0.4821428571rem, 0.75rem);
    height: clamp(1rem, 0.5952380952vw + 0.7142857143rem, 1.25rem);
    left: clamp(-0.0625rem, -0.1488095238vw + 0.0714285714rem, 0rem);
    padding-top: clamp(0.25rem, -0.2976190476vw + 0.5178571429rem, 0.375rem);
    top: -1px;
    width: clamp(1rem, 0.5952380952vw + 0.7142857143rem, 1.25rem);
  }
  .p-top__corporate__list__txt,
  .p-top__corporate__txt {
    font-size: clamp(0.625rem, 0.4464285714vw + 0.4107142857rem, 0.8125rem);
    letter-spacing: 0;
  }
  .p-top__corporate__content {
    margin-bottom: 28px;
    padding-bottom: clamp(0rem, -4.4642857143vw + 4.0178571429rem, 1.875rem);
  }
  .p-top__corporate__img {
    left: clamp(-2.125rem, -5.0595238095vw + 2.4285714286rem, 0rem);
    margin-bottom: 0;
    width: clamp(26.875rem, 66.9821428571vw + -7.1964285714rem, 48.6875rem);
  }
  .p-top__corporate__item01 {
    margin-bottom: 0;
    padding: 15px 15px 13px 16px;
    position: absolute;
    right: 0;
    top: -111px;
  }
  .p-top__corporate__item01 .p-top__corporate__ttl {
    margin-bottom: 5px;
  }
  .p-top__corporate__item02 {
    left: clamp(-0.625rem, 1.0416666667vw + -1.125rem, -0.1875rem);
    margin-bottom: 0;
    position: absolute;
    top: clamp(0.9375rem, 3.5714285714vw + -0.7767857143rem, 2.4375rem);
    width: clamp(10.9375rem, 17.1130952381vw + 2.7232142857rem, 18.125rem);
  }
  .p-top__corporate__item03 {
    bottom: clamp(0rem, 2.7202380952vw + -1.7857142857rem, 1.5625rem);
    left: -1px;
    margin-bottom: 0;
    position: absolute;
    width: clamp(12.5rem, 20.3869047619vw + 2.7142857143rem, 21.0625rem);
  }
  .p-top__corporate__item04 {
    bottom: clamp(0.9375rem, 24.1071428571vw + -10.6339285714rem, 11.0625rem);
    margin-bottom: 0;
    position: absolute;
    right: clamp(-1.5625rem, 3.7202380952vw + -3.3482142857rem, 0rem);
    width: clamp(9.375rem, 9.0773809524vw + 5.0178571429rem, 13.1875rem);
  }
  .p-top__corporate .c-banner01 {
    width: 100%;
  }
  .p-top__corporate__item02:before,
  .p-top__corporate__item03:before {
    content: none;
  }
  .p-top__service {
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 40px
      clamp(5rem, 1.7857142857vw + 4.1428571429rem, 5.75rem);
  }
  .p-top__service .c-title {
    margin-bottom: clamp(1.875rem, 2.6785714286vw + 0.5892857143rem, 3rem);
    padding: 0;
  }
  .p-top__service .c-title__en {
    margin-bottom: clamp(
      -0.25rem,
      -0.2976190476vw + 0.0178571429rem,
      -0.125rem
    );
  }
  .p-top__service__content {
    padding: clamp(1.875rem, 1.9345238095vw + 0.9464285714rem, 2.6875rem)
      clamp(2.5rem, 5.9523809524vw + -0.3571428571rem, 5rem)
      clamp(5rem, 9.2261904762vw + 0.5714285714rem, 8.875rem);
  }
  .p-top__service__item {
    margin-bottom: clamp(0.3125rem, 0.4464285714vw + 0.0982142857rem, 0.5rem);
  }
  .p-top__service__item:first-child .c-flex {
    border-bottom: 1px solid var(--gray);
  }
  .p-top__service__item:last-child .p-top__service__content {
    padding-bottom: clamp(1.875rem, 1.7857142857vw + 1.0178571429rem, 2.625rem);
  }
  .p-top__group {
    padding: clamp(5rem, 12.6488095238vw + -1.0714285714rem, 10.3125rem) 40px
      clamp(5rem, 12.0535714286vw + -0.7857142857rem, 10.0625rem);
  }
  .p-top__group .c-title {
    margin-bottom: clamp(2.5rem, 4.1666666667vw + 0.5rem, 4.25rem);
  }
  .p-top__group .c-title__en {
    margin-bottom: clamp(
      -0.25rem,
      -0.2976190476vw + 0.0178571429rem,
      -0.125rem
    );
  }
  .p-top__group__inner {
    margin: 0 auto;
    max-width: 1281px;
  }
  .p-top__group__flex {
    display: flex;
  }
  .p-top__group__left {
    flex-shrink: 0;
    padding-right: clamp(2.5rem, 3.7202380952vw + 0.7142857143rem, 4.0625rem);
    padding-top: clamp(0rem, 0.4464285714vw + -0.2142857143rem, 0.1875rem);
    width: clamp(18.75rem, 24.255952381vw + 7.1071428571rem, 28.9375rem);
  }
  .p-top__group__left .c-ttl24 {
    margin-bottom: clamp(0.625rem, 0.744047619vw + 0.2678571429rem, 0.9375rem);
  }
  .p-top__group__left .c-title03,
  .p-top__group__left .c-ttl15 {
    margin-bottom: clamp(0.3125rem, 0.4464285714vw + 0.0982142857rem, 0.5rem);
  }
  .p-top__group__left .c-btn01 {
    margin-bottom: 4px;
  }
  .p-top__group__right {
    padding-top: clamp(0rem, 0.2976190476vw + -0.1428571429rem, 0.125rem);
    width: 100%;
  }
  .p-top__group__right .c-ttl17 {
    margin-bottom: clamp(0.5rem, 0.4464285714vw + 0.2857142857rem, 0.6875rem);
  }
  .p-top__group__right .c-ttl36 {
    margin-bottom: clamp(1.25rem, 1.6369047619vw + 0.4642857143rem, 1.9375rem);
  }
  .p-top__group__right .c-label {
    margin-bottom: clamp(0.75rem, 0.744047619vw + 0.3928571429rem, 1.0625rem);
    padding: clamp(0.3125rem, 0.2976190476vw + 0.1696428571rem, 0.4375rem)
      clamp(0.375rem, 0.2976190476vw + 0.2321428571rem, 0.5rem);
  }
  .p-top__group__right .c-tbl {
    padding-top: 2px;
  }
  .p-top__group__item {
    margin-bottom: clamp(
      2.1875rem,
      2.9761904762vw + 0.7589285714rem,
      3.4375rem
    );
  }
  .p-top__group__item01 {
    margin-bottom: clamp(0.75rem, 0.5952380952vw + 0.4642857143rem, 1rem);
  }
  .p-top__group__item02,
  .p-top__group__item03 {
    margin-bottom: 12px;
  }
  .p-top__group__item04 {
    margin-bottom: clamp(1.5625rem, 1.0416666667vw + 1.0625rem, 2rem);
  }
  .p-top__recruit {
    margin-bottom: clamp(0rem, 9.9702380952vw + -4.7857142857rem, 4.1875rem);
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 40px;
  }
  .p-top__recruit__inner {
    display: flex;
  }
  .p-top__recruit__left {
    flex-shrink: 0;
    margin-bottom: 0;
    width: 252px;
  }
  .p-top__recruit__left .c-title__en {
    margin-bottom: clamp(
      -0.25rem,
      -0.2976190476vw + 0.0178571429rem,
      -0.125rem
    );
  }
  .p-top__recruit__right {
    padding-top: clamp(0rem, 0.1488095238vw + -0.0714285714rem, 0.0625rem);
  }
  .p-top__recruit__btn {
    padding-top: clamp(1.5625rem, 1.9345238095vw + 0.6339285714rem, 2.375rem);
  }
  .p-top__company {
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 40px
      clamp(5rem, 11.6071428571vw + -0.5714285714rem, 9.875rem);
  }
  .p-top__company .c-title__en {
    margin-bottom: clamp(
      -0.25rem,
      -0.2976190476vw + 0.0178571429rem,
      -0.125rem
    );
  }
  .p-top__company__inner {
    align-items: flex-start;
    display: flex;
    position: relative;
  }
  .p-top__company__left {
    flex-shrink: 0;
    left: 0;
    margin-bottom: 0;
    padding-right: clamp(1.875rem, 1.4880952381vw + 1.1607142857rem, 2.5rem);
    position: sticky;
    top: clamp(7.5rem, 11.9047619048vw + 1.7857142857rem, 12.5rem);
    width: clamp(18.75rem, 36.1607142857vw + 1.3928571429rem, 33.9375rem);
  }
  .p-top__company__right {
    padding-top: clamp(3.75rem, 0vw + 3.75rem, 3.75rem);
    width: 100%;
  }
  .p-top__company__right .c-tbl__ttl {
    width: clamp(8.75rem, 6.1011904762vw + 5.8214285714rem, 11.3125rem);
  }
  .p-top__access {
    padding: clamp(5rem, 2.9761904762vw + 3.5714285714rem, 6.25rem) 40px
      clamp(5rem, 11.3095238095vw + -0.4285714286rem, 9.75rem);
  }
  .p-top__access .c-title {
    margin-bottom: clamp(
      1.5625rem,
      1.1904761905vw + 0.9910714286rem,
      2.0625rem
    );
  }
  .p-top__access .c-title__en {
    margin-bottom: clamp(
      -0.25rem,
      -0.2976190476vw + 0.0178571429rem,
      -0.125rem
    );
  }
  .p-top__access .c-ttl17 {
    margin-bottom: clamp(0.625rem, 0.5952380952vw + 0.3392857143rem, 0.875rem);
  }
  .p-top__access .c-txt15 {
    margin-bottom: clamp(0.5rem, 0.2976190476vw + 0.3571428571rem, 0.625rem);
  }
  .p-top__access .c-txt13 {
    margin-bottom: 0;
  }
  .p-top__access .c-listdots__item,
  .p-top__access .c-txt13 {
    font-size: clamp(0.6875rem, 0.2976190476vw + 0.5446428571rem, 0.8125rem);
    line-height: 1.5;
  }
  .p-top__access .c-listdots__item {
    letter-spacing: 0;
  }
  .p-top__access__item {
    margin-bottom: 0;
    padding-bottom: clamp(0.75rem, 0.5952380952vw + 0.4642857143rem, 1rem);
  }
  .p-top__access__flex {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(0.9375rem, 1.3392857143vw + 0.2946428571rem, 1.5rem)
      clamp(1.25rem, 1.7857142857vw + 0.3928571429rem, 2rem);
  }
  .p-top__access__item {
    width: calc(50% - 32px);
  }
  .p-top__access__content {
    width: calc(50% - clamp(0.625rem, 3.2738095238vw + -0.9464285714rem, 2rem));
  }
  .p-top__access__inner {
    align-items: flex-start;
    display: flex;
    position: relative;
  }
  .p-top__access__left {
    aspect-ratio: 551/510;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-top: clamp(3.75rem, 3.2738095238vw + 2.1785714286rem, 5.125rem);
    width: clamp(18.75rem, 37.3511904762vw + 0.8214285714rem, 34.4375rem);
  }
  .p-top__access__right {
    padding-left: clamp(2.5rem, 7.4404761905vw + -1.0714285714rem, 5.625rem);
    width: 100%;
  }
  .p-top__access__right .c-tbl__ttl {
    width: 181px;
  }
  .c-contact {
    padding: clamp(5rem, 11.9047619048vw + -0.7142857143rem, 10rem) 40px
      clamp(5rem, 11.3095238095vw + -0.4285714286rem, 9.75rem);
  }
  .c-contact__img {
    bottom: -8px;
    right: -23px;
    width: clamp(11.25rem, 12.5vw + 5.25rem, 16.5rem);
  }
  .c-contact__head {
    display: flex;
    margin-bottom: 51px;
    max-width: 955px;
  }
  .c-contact__head__left {
    flex-shrink: 0;
    margin-bottom: 0;
    padding-right: clamp(1.875rem, 1.4880952381vw + 1.1607142857rem, 2.5rem);
    width: clamp(15rem, 4.0178571429vw + 13.0714285714rem, 16.6875rem);
  }
  .c-contact__head__left .c-title__en {
    margin-bottom: clamp(
      -0.1875rem,
      -0.1488095238vw + -0.0535714286rem,
      -0.125rem
    );
  }
  .c-contact__head__left .c-title__jp {
    left: clamp(0rem, 1.0416666667vw + -0.5rem, 0.4375rem);
  }
  .c-contact__head__right {
    padding-top: clamp(0.625rem, 1.1904761905vw + 0.0535714286rem, 1.125rem);
  }
  .c-contact__head__right .c-txt13 {
    margin-top: 2px;
  }
  .c-contact__btn {
    display: flex;
    gap: clamp(0.3125rem, 0.5952380952vw + 0.0267857143rem, 0.5625rem);
  }
  .c-contact__btn__item {
    margin-bottom: 0;
  }
}

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