@charset "UTF-8";

/* # =================================================================
    # 共通要素
# ================================================================= */
html {
  color: #303030;
  font-size: 62.5%;
  font-family: YakuHanJP, "Zen Kaku Gothic New", sans-serif;
}

a {
  -webkit-transition: all 0.3s;
  text-decoration: none;
  transition: all 0.3s;
}
a.fig {
  display: inline-block;
  margin: 0;
  vertical-align: top;
}
a.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
a.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

ul,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

address {
  font-style: normal;
}

img {
  max-height: 100%;
}

figure,
.fig {
  margin: 0;
  vertical-align: top;
}
figure picture,
.fig picture {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
figure img,
.fig img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

i {
  display: inline-block;
  height: auto;
  line-height: 0;
  vertical-align: top;
}
i img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
i svg {
  display: inline-block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

@supports (-webkit-touch-callout: none) {
  body {
    /* The hack for Safari */
    height: -webkit-fill-available;
  }
}
.hvropa:hover {
  opacity: 0.7;
}

.fadeIn00 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn00.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.fadeIn01 {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn01.is-show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn01.is-show:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn01.is-show:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn01.is-show:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn01.is-show:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn01.is-show:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn01.is-show:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn01.is-show:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn01.is-show:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn01.is-show:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn01.is-show:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn01.is-show:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn01.is-show:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn01.is-show:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn01.is-show:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn01.is-show:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn01.is-show:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn01.is-show:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn01.is-show:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn01.is-show:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn01.is-show:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}

.fadeIn02 > * {
  -webkit-transform: translate3d(0, 2rem, 0);
  -webkit-transition: 1s;
  transform: translate3d(0, 2rem, 0);
  opacity: 0;
  transition: 1s;
}
.fadeIn02.is-show > * {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}
.fadeIn02.is-show > *:nth-child(1) {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
.fadeIn02.is-show > *:nth-child(2) {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.fadeIn02.is-show > *:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.fadeIn02.is-show > *:nth-child(4) {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.fadeIn02.is-show > *:nth-child(5) {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.fadeIn02.is-show > *:nth-child(6) {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.fadeIn02.is-show > *:nth-child(7) {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.fadeIn02.is-show > *:nth-child(8) {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.fadeIn02.is-show > *:nth-child(9) {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.fadeIn02.is-show > *:nth-child(10) {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.fadeIn02.is-show > *:nth-child(11) {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}
.fadeIn02.is-show > *:nth-child(12) {
  -webkit-transition-delay: 1.1s;
  transition-delay: 1.1s;
}
.fadeIn02.is-show > *:nth-child(13) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s;
}
.fadeIn02.is-show > *:nth-child(14) {
  -webkit-transition-delay: 1.3s;
  transition-delay: 1.3s;
}
.fadeIn02.is-show > *:nth-child(15) {
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s;
}
.fadeIn02.is-show > *:nth-child(16) {
  -webkit-transition-delay: 1.5s;
  transition-delay: 1.5s;
}
.fadeIn02.is-show > *:nth-child(17) {
  -webkit-transition-delay: 1.6s;
  transition-delay: 1.6s;
}
.fadeIn02.is-show > *:nth-child(18) {
  -webkit-transition-delay: 1.7s;
  transition-delay: 1.7s;
}
.fadeIn02.is-show > *:nth-child(19) {
  -webkit-transition-delay: 1.8s;
  transition-delay: 1.8s;
}
.fadeIn02.is-show > *:nth-child(20) {
  -webkit-transition-delay: 1.9s;
  transition-delay: 1.9s;
}
.fadeIn02.is-show > *:nth-child(21) {
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}
.fadeIn02.is-show > *:nth-child(22) {
  -webkit-transition-delay: 2.1s;
  transition-delay: 2.1s;
}
.fadeIn02.is-show > *:nth-child(23) {
  -webkit-transition-delay: 2.2s;
  transition-delay: 2.2s;
}
.fadeIn02.is-show > *:nth-child(24) {
  -webkit-transition-delay: 2.3s;
  transition-delay: 2.3s;
}
.fadeIn02.is-show > *:nth-child(25) {
  -webkit-transition-delay: 2.4s;
  transition-delay: 2.4s;
}
.fadeIn02.is-show > *:nth-child(26) {
  -webkit-transition-delay: 2.5s;
  transition-delay: 2.5s;
}
.fadeIn02.is-show > *:nth-child(27) {
  -webkit-transition-delay: 2.6s;
  transition-delay: 2.6s;
}
.fadeIn02.is-show > *:nth-child(28) {
  -webkit-transition-delay: 2.7s;
  transition-delay: 2.7s;
}
.fadeIn02.is-show > *:nth-child(29) {
  -webkit-transition-delay: 2.8s;
  transition-delay: 2.8s;
}
.fadeIn02.is-show > *:nth-child(30) {
  -webkit-transition-delay: 2.9s;
  transition-delay: 2.9s;
}
.fadeIn02.is-show > *:nth-child(31) {
  -webkit-transition-delay: 3s;
  transition-delay: 3s;
}
.fadeIn02.is-show > *:nth-child(32) {
  -webkit-transition-delay: 3.1s;
  transition-delay: 3.1s;
}
.fadeIn02.is-show > *:nth-child(33) {
  -webkit-transition-delay: 3.2s;
  transition-delay: 3.2s;
}
.fadeIn02.is-show > *:nth-child(34) {
  -webkit-transition-delay: 3.3s;
  transition-delay: 3.3s;
}
.fadeIn02.is-show > *:nth-child(35) {
  -webkit-transition-delay: 3.4s;
  transition-delay: 3.4s;
}
.fadeIn02.is-show > *:nth-child(36) {
  -webkit-transition-delay: 3.5s;
  transition-delay: 3.5s;
}
.fadeIn02.is-show > *:nth-child(37) {
  -webkit-transition-delay: 3.6s;
  transition-delay: 3.6s;
}
.fadeIn02.is-show > *:nth-child(38) {
  -webkit-transition-delay: 3.7s;
  transition-delay: 3.7s;
}
.fadeIn02.is-show > *:nth-child(39) {
  -webkit-transition-delay: 3.8s;
  transition-delay: 3.8s;
}
.fadeIn02.is-show > *:nth-child(40) {
  -webkit-transition-delay: 3.9s;
  transition-delay: 3.9s;
}

#c-svg {
  display: none;
}

/*下記追加記述*/
.en {
  font-family: "Montserrat", sans-serif;
}

.sans {
  font-family: "Noto Sans JP", sans-serif;
}

main {
  background-color: #fcfcfc;
}

.editor-area > *:not(:first-child) {
  margin-top: 4rem;
}
.editor-area > * > *:not(:first-child) {
  margin-top: 1.6rem;
}
.editor-area > * .wp-block-group__inner-container > *:not(:first-child) {
  margin-top: 1.6rem;
}
.editor-area p {
  font-size: min(1.6rem, 16px);
  line-height: 2.38;
}
.editor-area img {
  display: block;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.c-line {
  position: relative;
}
.c-line .line {
  -webkit-transform: translateY(1rem);
  -webkit-transition: all 0.5s;
  -webkit-transition-delay: 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 0.5s;
  transition-delay: 0.3s;
}
.c-line.is-show .line {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.c-fw-light {
  font-weight: lighter;
}

/* foundation */
html {
  -webkit-box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll;
  /* iOS 8+ */
}

*,
::before,
::after {
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  background-repeat: no-repeat;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  padding: 0;
}

/* # =================================================================
   # 一般的な要素
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

ol,
ul,
li {
  list-style: none;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  background-color: transparent;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

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

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # フォーム要素
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # メディア要素
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # アクセシビリティ
   # ================================================================= */
/* Hide content from screens but not screenreaders */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # セレクション
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

cite {
  font-style: normal;
}

/* layout */
.l-header {
  -webkit-transition: background-color 0.3s;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
  transition: background-color 0.3s;
}
.l-header__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 12rem;
  padding: 0 11rem;
}
.l-header__cont__logo {
  width: 21.5rem;
}
.l-header__cont__menu .navi {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.l-header__cont__menu .navi .pc .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4rem;
  align-items: center;
}
.l-header__cont__menu .navi .pc .list__item a {
  color: #303030;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.l-header__cont__menu .navi .pc .list__item .link {
  display: block;
  position: relative;
  height: 1.2em;
  overflow-y: clip;
  line-height: 1.2;
}
.l-header__cont__menu .navi .pc .list__item .link span {
  -webkit-transition: -webkit-transform 0.5s;
  display: inline-block;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-header__cont__menu .navi .pc .list__item .link:hover {
  opacity: 0.7;
}
.l-header__cont__menu .navi .pc .list__item .link .en {
  -webkit-transform: translateX(-50%) translateY(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  white-space: nowrap;
}
.l-header__cont__menu .navi .pc .list__item .link:hover .jp {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.l-header__cont__menu .navi .pc .list__item .link:hover .en {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.l-header__cont__menu .navi .pc .list__item .group {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.6rem;
  align-items: center;
}
.l-header__cont__menu .navi .pc .list__item .group .wrap {
  display: block;
  position: relative;
  height: 1.2em;
  overflow-y: clip;
  line-height: 1.2;
}
.l-header__cont__menu .navi .pc .list__item .group .wrap span {
  -webkit-transition: -webkit-transform 0.5s;
  display: inline-block;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.l-header__cont__menu .navi .pc .list__item .group .wrap .en {
  -webkit-transform: translateX(-50%) translateY(100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  white-space: nowrap;
}
.l-header__cont__menu .navi .pc .list__item .group .icon {
  width: 0.6em;
}
.l-header__cont__menu .navi .pc .list__item .group:hover .wrap .jp {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}
.l-header__cont__menu .navi .pc .list__item .group:hover .wrap .en {
  -webkit-transform: translateX(-50%) translateY(0);
  transform: translateX(-50%) translateY(0);
}
.l-header__cont__menu .navi .sp {
  display: none;
}
.l-header__cont__menu .navi .sp a {
  color: #fff;
}
.l-header__cont__menu .navi .sp .list {
  display: grid;
  width: 100%;
}
.l-header__cont__menu .navi .sp .list__item {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.l-header__cont__menu .navi .sp .list__item .parent {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.4rem 0;
  padding-right: 0.5em;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
}
.l-header__cont__menu .navi .sp .list__item .parent .cross {
  position: relative;
  aspect-ratio: 1/1;
  width: 1.1em;
}
.l-header__cont__menu .navi .sp .list__item .parent .cross::before, .l-header__cont__menu .navi .sp .list__item .parent .cross::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 1px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  content: "";
}
.l-header__cont__menu .navi .sp .list__item .parent .cross::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.l-header__cont__menu .navi .sp .list__item .parent .cross.is-active::before {
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
  transform: translate(-50%, -50%) rotate(0deg);
}
.l-header__cont__menu .navi .sp .list__item .child {
  display: none;
  padding-bottom: 2.4rem;
}
.l-header__cont__menu .navi .sp .list__item .child__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  font-size: min(1.8rem, 18px);
}
.l-header__cont__menu .navi .sp .list__item .child__link:not(:last-child) {
  margin-bottom: 1.4rem;
}
.l-header__cont__menu .navi .sp .list__item .child__link::before {
  display: block;
  width: 0.45em;
  height: 1px;
  background-color: #fff;
  content: "";
}
.l-header__cont__menu .navi .sp .list__item .link {
  display: block;
  padding: 2.4rem 0;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
}
.l-header__cont__menu .navi .sp .contact {
  display: grid;
  margin-top: 3.3rem;
  padding: 1.8rem 2rem 3.8rem;
  border-radius: 2.2rem;
  background-color: #fff;
  color: #303030;
}
.l-header__cont__menu .navi .sp .contact .icon {
  width: 1.8rem;
  margin-left: auto;
}
.l-header__cont__menu .navi .sp .contact .ttl {
  display: grid;
  margin-top: 1rem;
}
.l-header__cont__menu .navi .sp .contact .ttl .en {
  font-weight: 500;
  font-size: min(1.1rem, 11px);
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.l-header__cont__menu .navi .sp .contact .ttl .jp {
  font-weight: bold;
  font-size: min(2rem, 20px);
  line-height: 1.2;
}
.l-header__cont__menu .navi .sp .contact .desc {
  margin-top: 0.7rem;
  font-size: min(1.4rem, 14px);
  line-height: 1.57;
}
.l-header__cont__menu .navi .sp .contact:hover {
  opacity: 0.7;
}
.l-header__cont__menu .navi .sp .company {
  margin-top: 4.6rem;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
  line-height: 2;
  line-height: 1.71;
}
.l-header__cont__menu .navi .sp .company__ttl {
  width: 24rem;
}
.l-header__cont__menu .navi .sp .company__name {
  margin-top: 2.2rem;
  font-weight: bold;
  font-size: min(2.4rem, 24px);
}
.l-header__cont__menu .navi .sp .company__address {
  margin-top: 0.3rem;
}
.l-header__cont__menu .navi .sp .others {
  display: grid;
  row-gap: 0.6rem;
  margin-top: 1.8rem;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
  line-height: 2;
}
.l-header__cont__menu .navi .sp .others .office {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  text-decoration: underline;
}
.l-header__cont__menu .navi .sp .others .office .icon {
  width: 1rem;
}
.l-header__cont__menu .navi .sp .copyright {
  display: block;
  margin-top: 6rem;
  color: #fff;
  font-weight: 300;
  font-size: min(1.5rem, 15px);
  text-align: center;
  white-space: nowrap;
}

.fix__cookie {
  display: none;
  z-index: 19;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.6rem 0;
  background-color: #f8f7f7;
}
.fix__cookie__wrap {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 104rem;
  max-width: 95%;
  margin: 0 auto;
}
.fix__cookie__wrap .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
  line-height: 1.43;
}
.fix__cookie__wrap .agree {
  -webkit-transition: all 0.3s;
  height: 3.6rem;
  margin-left: 2.3rem;
  padding: 0 1.3rem;
  background-color: #005689;
  color: #fff;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
  transition: all 0.3s;
}
.fix__cookie__wrap .agree:hover {
  opacity: 0.7;
}
.fix__cookie__wrap .close {
  -webkit-transform: translateY(-100%);
  -webkit-transition: all 0.3s;
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 1.6rem;
  margin-left: 6.7rem;
  transform: translateY(-100%);
  transition: all 0.3s;
}
.fix__cookie__wrap .close::before, .fix__cookie__wrap .close::after {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translate(-50%, -50%);
  background-color: #005689;
  content: "";
}
.fix__cookie__wrap .close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.fix__cookie__wrap .close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.fix__cookie__wrap .close:hover {
  opacity: 0.7;
}

.l-footer {
  padding: 12rem 0;
  background-color: #303030;
}
.l-footer__contact {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3rem;
  align-items: center;
  padding: 6rem 8rem;
  border-radius: 2.2rem;
  background-color: #fff;
  color: #303030;
}
.l-footer__contact .ttl {
  display: grid;
  row-gap: 0.6rem;
}
.l-footer__contact .ttl .en {
  font-weight: 500;
  font-size: min(1.1rem, 11px);
  letter-spacing: 0.5em;
  text-transform: uppercase;
}
.l-footer__contact .ttl .jp {
  font-weight: bold;
  font-size: min(2.4rem, 24px);
}
.l-footer__contact .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: min(1.4rem, 14px);
  line-height: 2.29;
}
.l-footer__contact .arrow {
  -webkit-transition: all 0.3s;
  display: block;
  position: relative;
  aspect-ratio: 1/1;
  width: 2.6rem;
  overflow: hidden;
  transition: all 0.3s;
}
.l-footer__contact .arrow::before {
  -webkit-transform-origin: right;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  width: 140%;
  height: 2px;
  transform: translateY(-50%) rotate(-45deg);
  transform-origin: right;
  background-color: #303030;
  content: "";
}
.l-footer__contact .arrow::after {
  position: absolute;
  top: 0;
  right: 0;
  aspect-ratio: 1/1;
  width: 100%;
  border-top: 2px solid #303030;
  border-right: 2px solid #303030;
  content: "";
}
.l-footer__contact:hover {
  opacity: 0.7;
}
.l-footer__contact:hover .arrow::after {
  -webkit-animation: arrow-hover 0.5s ease forwards;
  animation: arrow-hover 0.5s ease forwards;
}
@-webkit-keyframes arrow-hover {
  0% {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes arrow-hover {
  0% {
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.l-footer__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.l-footer__cont * {
  color: #fff;
}
.l-footer__cont .company {
  font-weight: 500;
  font-size: min(1.4rem, 14px);
  line-height: 2;
}
.l-footer__cont .company__ttl {
  width: 34rem;
}
.l-footer__cont .company__name {
  margin-top: 7rem;
  font-weight: bold;
  font-size: min(2.4rem, 24px);
}
.l-footer__cont .company__address {
  margin-top: 0.5rem;
}
.l-footer__cont .menu a:hover {
  opacity: 0.7;
}
.l-footer__cont .menu .list {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4rem;
  align-items: flex-start;
  justify-content: flex-end;
}
.l-footer__cont .menu .list__item .parent {
  display: block;
  width: 100%;
  padding-bottom: 1rem;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.l-footer__cont .menu .list__item .child {
  display: grid;
  row-gap: 1rem;
  margin-top: 2rem;
}
.l-footer__cont .menu .list__item .child__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  font-size: min(1.2rem, 12px);
}
.l-footer__cont .menu .list__item .child__link::before {
  display: block;
  width: 0.75em;
  height: 1px;
  background-color: #fff;
  content: "";
}
.l-footer__cont .menu .list__item .link {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.l-footer__cont .menu .others {
  -webkit-column-gap: 4rem;
  -moz-column-gap: 4rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 4rem;
  align-items: center;
  justify-content: flex-end;
  margin-top: 8.5rem;
  font-weight: 500;
  font-size: min(1.4rem, 14px);
}
.l-footer__cont .menu .others .office {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  text-decoration: underline;
}
.l-footer__cont .menu .others .office .icon {
  width: 1rem;
}
.l-footer .copyright {
  display: block;
  margin-top: 3rem;
  color: #fff;
  font-weight: 300;
  font-size: min(1.6rem, 16px);
  text-align: center;
}

/*component*/
.c-inner01 {
  width: 131rem;
  max-width: 90%;
  margin: 0 auto;
}

.c-inner02 {
  width: 101rem;
  max-width: 95%;
  margin: 0 auto;
}

.c-btn01 {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 26rem;
  height: 6.3rem;
  padding-right: 2rem;
  padding-left: 7rem;
  border-radius: 6.3rem;
  background-color: #303030;
  color: #fff;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.c-btn01 .icon {
  -webkit-transition: all 0.3s;
  display: grid;
  z-index: 2;
  position: relative;
  place-content: center;
  aspect-ratio: 1/1;
  width: 2.5rem;
  color: #303030;
  transition: all 0.3s;
}
.c-btn01 .icon::after {
  -webkit-transition: all 0.3s;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  content: "";
  transition: all 0.3s;
}
.c-btn01 .icon svg {
  width: 1.2rem;
}
.c-btn01:hover {
  background-color: #005689;
}
.c-btn01:hover .icon {
  color: #005689;
}
.c-btn01:hover .icon::after {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.c-btn01.wh {
  background-color: #fff;
  color: #303030;
}
.c-btn01.wh .icon {
  color: #fff;
}
.c-btn01.wh .icon::after {
  background-color: #303030;
}
.c-btn01.wh:hover {
  background-color: #005689;
  color: #fff;
}
.c-btn01.wh:hover .icon {
  color: #005689;
}
.c-btn01.wh:hover .icon::after {
  background-color: #fff;
}

.c-hamburger {
  display: none;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(1) {
  -webkit-animation: Rotate01 0.4s linear forwards;
  animation: Rotate01 0.4s linear forwards;
}
@-webkit-keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes Rotate01 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 0%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(2) {
  opacity: 0;
}
.c-hamburger.is-active .c-hamburger__wrap span:nth-child(3) {
  -webkit-animation: Rotate02 0.4s linear forwards;
  animation: Rotate02 0.4s linear forwards;
}
@-webkit-keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
@keyframes Rotate02 {
  0% {
    -webkit-transform: translateX(-50%);
    top: 100%;
    transform: translateX(-50%);
  }
  30% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  60% {
    -webkit-transform: translate(-50%, -50%);
    top: 50%;
    transform: translate(-50%, -50%);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.c-hamburger__wrap {
  -webkit-transition: all 0.5s;
  position: relative;
  width: 4rem;
  height: 2.2em;
  transition: all 0.5s;
}
.c-hamburger__wrap span {
  -webkit-transform: translateX(-50%);
  -webkit-transition: -webkit-transform 0.5s;
  position: absolute;
  left: 50%;
  width: 100%;
  height: 2px;
  transform: translateX(-50%);
  background-color: #060606;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.c-hamburger__wrap span:nth-child(1) {
  top: 0;
}
.c-hamburger__wrap span:nth-child(2) {
  -webkit-transform: translate(-50%, -50%);
  top: 50%;
  transform: translate(-50%, -50%);
}
.c-hamburger__wrap span:nth-child(3) {
  bottom: 0;
}

.c-ttl01 {
  display: grid;
  row-gap: 1rem;
}
.c-ttl01 .jp {
  font-weight: bold;
  font-size: min(1.6rem, 16px);
}
.c-ttl01 .en {
  font-weight: bold;
  font-size: min(4.8rem, 48px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

/*project*/
.p-pageTtl {
  padding-top: 20rem;
}
.p-pageTtl__cont {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.p-pageTtl__cont__ttl {
  display: grid;
}
.p-pageTtl__cont__ttl .jp {
  font-weight: bold;
  font-size: min(1.6rem, 16px);
}
.p-pageTtl__cont__ttl .en {
  font-weight: 600;
  font-size: min(6rem, 60px);
}
.p-pageTtl__cont .breadcrumb .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.p-pageTtl__cont .breadcrumb .list__item {
  font-size: min(1.3rem, 13px);
  line-height: 1;
}
.p-pageTtl__cont .breadcrumb .list__item * {
  opacity: 0.5;
}
.p-pageTtl__cont .breadcrumb .list__item:not(:last-child) {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.5rem;
  align-items: center;
}
.p-pageTtl__cont .breadcrumb .list__item:not(:last-child)::after {
  display: inline-block;
  width: 3.2rem;
  height: 1px;
  background-color: #000;
  content: "";
  opacity: 0.2;
}
.p-pageTtl__cont .breadcrumb .list__item a {
  color: #303030;
}
.p-pageTtl__cont .breadcrumb .list__item a:hover {
  opacity: 1;
}

.p-pagination01 .nums {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 2.4rem;
  -moz-column-gap: 2.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2.4rem;
  align-items: center;
  justify-content: center;
}
.p-pagination01 .nums .num {
  display: grid;
  place-content: center;
  aspect-ratio: 1/1;
  width: 3.9rem;
  border-radius: 50%;
  background-color: #d9d9d9;
  color: #fff;
  font-size: min(1.5rem, 15px);
}
.p-pagination01 .nums .num.is-current {
  background-color: #005689;
  pointer-events: none;
}
.p-pagination01 .nums .num:hover {
  opacity: 0.7;
}
.p-pagination01 .nums .dot {
  font-size: min(1.8rem, 18px);
  opacity: 0.25;
}

/*utility*/
.u-bl-lgpc {
  display: none !important;
}

.u-bl-pc {
  display: none !important;
}

.u-bl-tb {
  display: none !important;
}

.u-arrow-right {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
.u-arrow-right::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-bottom: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-left {
  display: inline-block;
  position: relative;
  padding-left: 1.5em;
}
.u-arrow-left::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0.6em;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateY(-50%);
  border: 1px solid #000;
  border-top: transparent;
  border-right: transparent;
  content: "";
  transition: all 0.5s;
}

.u-arrow-top {
  display: inline-block;
  position: relative;
  padding-top: 1.5em;
}
.u-arrow-top::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-right: none;
  border-bottom: none;
  content: "";
  transition: all 0.5s;
}

.u-arrow-bottom {
  display: inline-block;
  position: relative;
  padding-bottom: 1.5em;
}
.u-arrow-bottom::after {
  -webkit-transition: all 0.5s;
  -webkit-transform: rotate(45deg) translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 0.6em;
  transform: rotate(45deg) translateX(-50%);
  border: 1px solid #000;
  border-top: none;
  border-left: none;
  content: "";
  transition: all 0.5s;
}

.u-txt-over01 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.u-txt-over02 {
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.u-txt-over03 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*page*/
.top#top .fv {
  display: grid;
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0;
  place-content: center;
  place-items: center;
  width: 100%;
  height: 100dvh;
  background-color: #fff;
}
.top#top .fv__cont {
  width: 40rem;
}
.top#top .s-mv {
  position: relative;
  padding: 18.4rem 8.46vw 0;
}
.top#top .s-mv__cont .bg {
  container-type: inline-size;
  position: relative;
  aspect-ratio: 1225/685;
  width: 100%;
}
.top#top .s-mv__cont .bg .building {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.top#top .s-mv__cont .bg .people {
  position: absolute;
}
.top#top .s-mv__cont .bg .people.people01 {
  top: 30.04cqw;
  left: 29.31cqw;
  width: 42.2cqw;
}
.top#top .s-mv__cont .bg .people.people02 {
  top: 26.94cqw;
  left: 7.84cqw;
  width: 14.37cqw;
}
.top#top .s-mv__cont .bg .people.people03 {
  top: 33.22cqw;
  left: 31.1cqw;
  width: 64.98cqw;
}
.top#top .s-mv__cont .bg .people.people04 {
  top: 32.98cqw;
  left: 44.16cqw;
  width: 54.37cqw;
}
.top#top .s-mv__cont .bg .people.people05 {
  top: 30.12cqw;
  left: 19.84cqw;
  width: 65.71cqw;
}
.top#top .s-mv__cont .bg .people.people06 {
  top: 30.29cqw;
  left: 1.96cqw;
  width: 61.47cqw;
}
.top#top .s-mv__cont .ttl {
  z-index: 3;
  position: absolute;
  top: 18rem;
  left: 10.42vw;
  width: 19.86vw;
}
.top#top .s-mv__cont .links {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: 2rem;
  gap: 2rem;
}
.top#top .s-mv__cont .links .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 0.6rem;
  -moz-column-gap: 0.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.6rem;
  align-items: center;
  color: #303030;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.top#top .s-mv__cont .links .link::after {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s;
  display: block;
  aspect-ratio: 1/1;
  width: 0.5em;
  transform: rotate(45deg);
  border-right: 2px solid #005689;
  border-bottom: 2px solid #005689;
  content: "";
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.top#top .s-mv__cont .links .link:hover {
  opacity: 0.7;
}
.top#top .s-mv__cont .links .link:hover::after {
  -webkit-transform: translateY(0.15em) rotate(45deg);
  transform: translateY(0.15em) rotate(45deg);
}
.top#top .s-concept {
  padding-bottom: 12.6rem;
}
.top#top .s-concept__cont {
  container-type: inline-size;
  z-index: 2;
  position: relative;
}
.top#top .s-concept__cont .txt {
  position: absolute;
  font-weight: 500;
  font-size: 1.69cqw;
  line-height: 2.31;
}
.top#top .s-concept__cont .line {
  z-index: -1;
  position: absolute;
  left: 0;
  width: 100%;
}
.top#top .s-concept__cont .line path {
  opacity: 0;
}
.top#top .s-concept__cont .bg {
  opacity: 0;
}
.top#top .s-concept__cont .bg.is-show {
  -webkit-transition: opacity 1.5s;
  -webkit-animation: fuwa 3s ease-in-out infinite alternate;
  animation: fuwa 3s ease-in-out infinite alternate;
  opacity: 1;
  transition: opacity 1.5s;
}
@-webkit-keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.7rem);
    transform: translateY(0.7rem);
  }
}
@keyframes fuwa {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(0.7rem);
    transform: translateY(0.7rem);
  }
}
.top#top .s-concept__cont.cont01 {
  aspect-ratio: 1536/495;
  margin-top: 24.6rem;
}
.top#top .s-concept__cont.cont01 .txt {
  top: 9.11cqw;
  left: 56.32cqw;
}
.top#top .s-concept__cont.cont02 {
  margin-top: 10.5rem;
}
.top#top .s-concept__cont.cont02 .txt {
  top: 14.45cqw;
  left: 12.57cqw;
}
.top#top .s-concept__cont.cont02 .line {
  bottom: 0;
}
.top#top .s-concept__cont.cont03 {
  aspect-ratio: 1536/441;
  margin-top: 14.6rem;
}
.top#top .s-concept__cont.cont03 .txt {
  top: -2.67cqw;
  left: 61.2cqw;
}
.top#top .s-concept__cont.cont04 {
  margin-top: 7.7rem;
}
.top#top .s-concept__cont.cont04 .txt {
  top: 7.88cqw;
  left: 18.82cqw;
}
.top#top .s-concept__cont.cont04 .line {
  bottom: 0;
}
.top#top .s-concept__cont.cont05 {
  margin-top: 17rem;
}
.top#top .s-concept__cont.cont05 .txt {
  top: -0.59cqw;
  left: 68.68cqw;
}
.top#top .s-concept__cont.cont05 .line {
  top: 0;
  width: 74.7%;
}
.top#top .s-philosophy {
  padding: 15rem 0 16.5rem;
  background-image: url("../img/top/philosophy_bg.webp");
  background-position: center center;
  background-size: cover;
  background-size: 100% 100dvh;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
}
.top#top .s-philosophy__ttl {
  text-align: center;
}
.top#top .s-philosophy__cont {
  display: grid;
  place-content: center;
  place-items: center;
  margin-top: 5.7rem;
}
.top#top .s-philosophy__cont .lead {
  width: 62.6rem;
}
.top#top .s-philosophy__cont .desc {
  margin-top: 5.7rem;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 2.17;
  text-align: center;
}
.top#top .s-philosophy__cont .link {
  margin-top: 4rem;
}
.top#top .s-business {
  padding: 24.4rem 0 21rem;
}
.top#top .s-business__cont {
  -webkit-column-gap: 11.7rem;
  -moz-column-gap: 11.7rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 11.7rem;
  align-items: flex-start;
}
.top#top .s-business__cont .txt {
  width: 56.6rem;
}
.top#top .s-business__cont .txt__lead {
  width: 21.8rem;
  margin-top: 7.8rem;
}
.top#top .s-business__cont .txt__desc {
  margin-top: 5.8rem;
  font-weight: 500;
  font-size: min(1.7rem, 17px);
  line-height: 1.88;
}
.top#top .s-business__cont .txt__link {
  margin-top: 5.8rem;
}
.top#top .s-business__cont .photos {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.top#top .s-business__cont .photos .service {
  margin-top: 3rem;
}
.top#top .s-business__cont .photos .service__ttl {
  font-weight: bold;
  font-size: min(2.4rem, 24px);
}
.top#top .s-business__cont .photos .service .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2rem;
  gap: 2.4rem 2.3rem;
}
.top#top .s-business__cont .photos .service .list__item {
  width: calc((100% - 2.3rem) / 2);
  padding-top: 0.7rem;
  border-top: 1px solid #000;
  font-size: min(1.8rem, 18px);
  line-height: 1.39;
}
.top#top .s-company {
  padding: 7rem 0 10rem;
  background-color: #f3f2ed;
}
.top#top .s-company__cont {
  display: grid;
  place-content: center;
  place-items: center;
}
.top#top .s-company__cont .ttl {
  text-align: center;
}
.top#top .s-company__cont .logo {
  width: 88.7rem;
  max-width: 100%;
  margin-top: 10rem;
}
.top#top .s-company__cont .lead {
  width: 31.3rem;
  margin-top: 3rem;
}
.top#top .s-company__cont .desc {
  margin-top: 5rem;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 1.78;
  text-align: center;
}
.top#top .s-company__cont .link {
  margin-top: 6rem;
}

.company#company .s-message {
  padding: 17rem 0 15.6rem;
}
.company#company .s-message__cont {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  -webkit-column-gap: 9.3rem;
  -moz-column-gap: 9.3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 9.3rem;
  align-items: flex-end;
}
.company#company .s-message__cont .txt {
  width: 76.3rem;
}
.company#company .s-message__cont .txt__ttl {
  width: 71rem;
  max-width: 100%;
}
.company#company .s-message__cont .txt__desc {
  margin-top: 6.3rem;
  font-weight: 500;
  font-size: min(1.7rem, 17px);
  line-height: 2.06;
  letter-spacing: 0.04em;
}
.company#company .s-message__cont .txt__profile {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 3.2rem;
  margin-left: auto;
  font-weight: 500;
  font-size: min(1.7rem, 17px);
  line-height: 1.5;
  letter-spacing: 0.04em;
}
.company#company .s-message__cont .photo {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 31.7rem;
  overflow: hidden;
  border-radius: 2rem;
}
.company#company .s-outline__cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 12.8rem;
}
.company#company .s-outline__cont .table {
  width: 77rem;
  margin-top: 6.3rem;
  font-size: min(1.6rem, 16px);
  line-height: 1.75;
}
.company#company .s-outline__cont .table .column {
  border-bottom: 1px solid #e0e0e0;
}
.company#company .s-outline__cont .table .column .ttl {
  width: 20.8rem;
  text-align: left;
  vertical-align: top;
}
.company#company .s-outline__cont .table .column .desc {
  pointer-events: none;
}
.company#company .s-outline__cont .table .column .desc a {
  pointer-events: all;
}
.company#company .s-outline__cont .table .column .desc a:hover {
  opacity: 0.7;
}
.company#company .s-outline__cont .table .column .desc .link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.2rem;
  align-items: center;
  color: #303030;
}
.company#company .s-outline__cont .table .column .desc .link .icon {
  width: 0.8em;
}
.company#company .s-outline__cont .table .column .desc .map {
  color: #303030;
  text-decoration: underline;
}
.company#company .s-access {
  padding-top: 10.7rem;
}
.company#company .s-access__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 9.4rem;
  -moz-column-gap: 9.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 9.4rem;
  align-items: flex-start;
  margin-top: 8rem;
}
.company#company .s-access__cont .info {
  width: 42rem;
}
.company#company .s-access__cont .info__desc {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.75;
}
.company#company .s-access__cont .info__link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 25.5rem;
  height: 7.6rem;
  margin-top: 6.4rem;
  padding: 0 4.5rem;
  border: 1px solid #000;
  border-radius: 7.6rem;
  color: #303030;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
}
.company#company .s-access__cont .info__link .icon {
  width: 0.8em;
}
.company#company .s-access__cont .info__link:hover {
  opacity: 0.7;
}
.company#company .s-access__cont .map {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.company#company .s-access__cont .map iframe {
  aspect-ratio: 863/449;
  width: 100%;
}
.company#company .s-history {
  padding: 24rem 0;
}
.company#company .s-history__cont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 2rem;
  align-items: flex-start;
  justify-content: space-around;
}
.company#company .s-history__cont .list {
  display: grid;
  margin-top: 2.5rem;
}
.company#company .s-history__cont .list__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -webkit-column-gap: 22.8rem;
  -moz-column-gap: 22.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
  position: relative;
  column-gap: 22.8rem;
  align-items: flex-start;
  padding-bottom: 7rem;
}
.company#company .s-history__cont .list__item .border .dot {
  -webkit-transition: background-color 0.3s;
  display: block;
  aspect-ratio: 1/1;
  width: 1.6rem;
  border-radius: 50%;
  background-color: #e0e0e0;
  transition: background-color 0.3s;
}
.company#company .s-history__cont .list__item .border .line-dashed {
  -webkit-transform: translateY(-50%);
  z-index: -1;
  position: absolute;
  top: 0.8rem;
  left: 2rem;
  width: 20rem;
  transform: translateY(-50%);
  border-bottom: 1px dashed #e0e0e0;
}
.company#company .s-history__cont .list__item .border .line-dashed span {
  -webkit-transform: translateY(1px);
  -webkit-transition: width 0.3s;
  display: block;
  width: 0;
  height: 1px;
  transform: translateY(1px);
  border-bottom: 1px dashed #005689;
  transition: width 0.3s;
}
.company#company .s-history__cont .list__item .border .line-solid {
  -webkit-transform: translateX(-50%);
  z-index: -1;
  position: absolute;
  top: 1px;
  left: 0.8rem;
  width: 1px;
  height: 100%;
  transform: translateX(-50%);
  background-color: #e0e0e0;
}
.company#company .s-history__cont .list__item .border .line-solid span {
  display: block;
  width: 1px;
  height: 0;
  background-color: #005689;
}
.company#company .s-history__cont .list__item .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -webkit-transform: translateY(1rem);
  -webkit-transition: all 0.3s;
  flex: 1;
  margin-top: -0.8rem;
  transform: translateY(1rem);
  opacity: 0;
  transition: all 0.3s;
}
.company#company .s-history__cont .list__item .txt__year {
  color: #005689;
  font-weight: 500;
  font-size: min(1.8rem, 18px);
  line-height: 1.56;
}
.company#company .s-history__cont .list__item .txt__desc {
  margin-top: 1rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 1.75;
}
.company#company .s-history__cont .list__item.is-active .dot {
  background-color: #005689;
}
.company#company .s-history__cont .list__item.is-active .line-dashed span {
  width: 100%;
}
.company#company .s-history__cont .list__item.is-active .txt {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.company#company .s-history__cont .list__item:last-child {
  padding-bottom: 0;
}
.company#company .s-history__cont .list__item:last-child .border .line-solid {
  display: none;
}
.company#company .s-position {
  padding: 13rem 0 18rem;
  background-color: #f3f2ed;
}
.company#company .s-position__ttl {
  text-align: center;
}
.company#company .s-position__cont {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 7.6rem;
  -moz-column-gap: 7.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 7.6rem;
  align-items: center;
  margin-top: 8rem;
}
.company#company .s-position__cont .desc {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 75rem;
  font-weight: 500;
  font-size: min(1.7rem, 17px);
  line-height: 2.1;
  letter-spacing: 0.04em;
}
.company#company .s-position__cont .group {
  container-type: inline-size;
  z-index: 2;
  position: relative;
  aspect-ratio: 1/1;
  width: 36rem;
}
.company#company .s-position__cont .group::before {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 1/1;
  width: 100%;
  border: 1px solid #000;
  border-radius: 50%;
  content: "";
}
.company#company .s-position__cont .group .box {
  display: grid;
  position: absolute;
  place-content: center;
  place-items: center;
  aspect-ratio: 1/1;
  width: 38.3cqw;
  border-radius: 50%;
  background-color: #d9d9d9;
  font-weight: bold;
  font-size: min(1.6rem, 16px);
}
.company#company .s-position__cont .group .box.box01 {
  top: -4cqw;
  left: -4cqw;
  row-gap: 0.9rem;
  background-color: #005689;
  color: #fff;
  text-align: center;
}
.company#company .s-position__cont .group .box.box01 .sub {
  font-size: min(1.1rem, 11px);
  line-height: 1.36;
}
.company#company .s-position__cont .group .box.box01 .main {
  font-size: min(1.6rem, 16px);
}
.company#company .s-position__cont .group .box.box02 {
  top: -4cqw;
  right: -4cqw;
}
.company#company .s-position__cont .group .box.box03 {
  bottom: -4cqw;
  left: -4cqw;
}
.company#company .s-position__cont .group .box.box04 {
  right: -4cqw;
  bottom: -4cqw;
}
.company#company .s-position__cont .group .center {
  -webkit-transform: translate(-50%, -50%);
  display: grid;
  z-index: 3;
  position: absolute;
  top: 50%;
  left: 50%;
  place-content: center;
  aspect-ratio: 1/1;
  width: 75cqw;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
}
.company#company .s-position__cont .group .center .logo {
  width: 60cqw;
}

.business#business .s-lead {
  margin-top: 12rem;
  background-color: #f3f2ed;
}
.business#business .s-lead__cont {
  padding: 14rem 0 16rem;
}
.business#business .s-lead__cont .desc {
  font-weight: 500;
  font-size: min(1.7rem, 17px);
  line-height: 2.1;
  text-align: center;
}
.business#business .s-process {
  padding: 14rem 0 16rem;
}
.business#business .s-process__cont {
  -webkit-column-gap: 15rem;
  -moz-column-gap: 15rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 15rem;
  align-items: flex-start;
  padding-top: 23rem;
}
.business#business .s-process__cont .txt {
  width: 48.5rem;
}
.business#business .s-process__cont .txt__ttl {
  display: grid;
  padding-left: 3rem;
}
.business#business .s-process__cont .txt__ttl .en {
  position: relative;
  font-weight: bold;
  font-size: min(4rem, 40px);
}
.business#business .s-process__cont .txt__ttl .en::before {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: calc(100% + 1.1rem);
  aspect-ratio: 1/1;
  width: 1.8rem;
  transform: translateY(-50%);
  background-color: #005689;
  content: "";
}
.business#business .s-process__cont .txt__ttl .jp {
  font-weight: 500;
  font-size: min(1.5rem, 15px);
  opacity: 0.7;
}
.business#business .s-process__cont .txt__lead {
  width: auto;
  max-width: 100%;
  height: 6.1rem;
  margin-top: 7.7rem;
}
.business#business .s-process__cont .txt__lead img {
  width: auto;
  height: 100%;
}
.business#business .s-process__cont .txt__desc {
  margin-top: 3rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 2;
}
.business#business .s-process__cont .fig {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.business#business .s-process__cont.vision {
  padding-top: 11rem;
}
.business#business .s-services {
  padding: 11rem 0;
  background-color: #f3f2ed;
}
.business#business .s-services__ttl {
  text-align: center;
}
.business#business .s-services__cont {
  margin-top: 6.8rem;
}
.business#business .s-services__cont .list {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  gap: 4rem;
}
.business#business .s-services__cont .list__item {
  width: calc((100% - 8rem) / 3);
  padding: 3.8rem 4.5rem 4.5rem;
  border-radius: 2rem;
  background-color: #fff;
}
.business#business .s-services__cont .list__item .num {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: min(3.6rem, 36px);
}
.business#business .s-services__cont .list__item .num::after {
  -webkit-transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0.6em;
  height: 1px;
  transform: translateX(-50%);
  background-color: #303030;
  content: "";
}
.business#business .s-services__cont .list__item .ttl {
  display: block;
  height: 3em;
  margin-top: 6rem;
  font-weight: bold;
  font-size: min(2.4rem, 24px);
  line-height: 1.46;
}
.business#business .s-services__cont .list__item .desc {
  margin-top: 1.4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 2.06;
}

.philosophy#philosophy .s-lead {
  margin-top: 12rem;
  background-color: #f3f2ed;
}
.philosophy#philosophy .s-lead__cont {
  padding: 14rem 0 16rem;
}
.philosophy#philosophy .s-lead__cont .desc {
  font-weight: 500;
  font-size: min(1.7rem, 17px);
  line-height: 2.1;
  text-align: center;
}
.philosophy#philosophy .wrapper {
  padding: 14rem 0 8rem;
}
.philosophy#philosophy .wrapper__cont {
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 3rem;
  align-items: flex-start;
}
.philosophy#philosophy .wrapper__cont .sections {
  width: 66.2rem;
}
.philosophy#philosophy .wrapper__cont .illusts {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.philosophy#philosophy .wrapper__cont .illusts .fig {
  opacity: 0;
}
.philosophy#philosophy .s-vision {
  padding-bottom: 13rem;
}
.philosophy#philosophy .s-vision__cont {
  margin-top: 8.3rem;
}
.philosophy#philosophy .s-vision__cont .lead {
  width: 54rem;
  max-width: 100%;
}
.philosophy#philosophy .s-vision__cont .desc {
  margin-top: 6.4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 2;
}
.philosophy#philosophy .s-mission {
  padding: 13rem 0 8rem;
}
.philosophy#philosophy .s-mission__cont {
  margin-top: 7rem;
}
.philosophy#philosophy .s-mission__cont .ttl {
  font-weight: bold;
  font-size: min(2.2rem, 22px);
}
.philosophy#philosophy .s-mission__cont .lead {
  width: 66rem;
  max-width: 100%;
  margin-top: 3.3rem;
}
.philosophy#philosophy .s-mission__cont .desc {
  margin-top: 6.4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 2;
}
.philosophy#philosophy .s-value {
  padding: 13rem 0 11rem;
  background-color: #f3f2ed;
}
.philosophy#philosophy .s-value__ttl {
  text-align: center;
}
.philosophy#philosophy .s-value__cont {
  margin-top: 7.3rem;
}
.philosophy#philosophy .s-value__cont .lead {
  width: 61.2rem;
  max-width: 100%;
  margin: 0 auto;
}
.philosophy#philosophy .s-value__cont .desc {
  margin-top: 4.4rem;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  text-align: center;
}
.philosophy#philosophy .s-value__cont .list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-top: 5rem;
  gap: 4rem;
}
.philosophy#philosophy .s-value__cont .list__item {
  display: grid;
  place-content: center;
  aspect-ratio: 310/114;
  width: 31rem;
  border-radius: 2rem;
  background-color: #fff;
  font-weight: 500;
  font-size: min(1.9rem, 19px);
  line-height: 1.58;
  letter-spacing: 0.05em;
  text-align: center;
}

.privacy#privacy .s-privacy {
  padding: 12rem 0 20rem;
}
.privacy#privacy .s-privacy__lead {
  font-size: min(1.7rem, 17px);
  line-height: 2.1;
}
.privacy#privacy .s-privacy__cont {
  margin-top: 5rem;
  line-height: 2.1;
}
.privacy#privacy .s-privacy__cont__ttl {
  font-weight: bold;
  font-size: min(2.4rem, 24px);
}
.privacy#privacy .s-privacy__cont__desc {
  font-size: min(1.7rem, 17px);
}
.privacy#privacy .s-privacy__cont .list {
  margin-top: 3.5rem;
}
.privacy#privacy .s-privacy__cont .list__item {
  padding-left: 1em;
  font-size: min(1.7rem, 17px);
  list-style: "・";
  list-style-position: inside;
  text-indent: -1em;
}
.privacy#privacy .s-privacy__cont__wrapper {
  display: grid;
  row-gap: 2rem;
  margin-top: 4rem;
}
.privacy#privacy .s-privacy__cont__wrapper .box {
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e6e6;
}
.privacy#privacy .s-privacy__cont__wrapper .box__ttl {
  font-weight: bold;
  font-size: min(1.8rem, 18px);
}
.privacy#privacy .s-privacy__cont__wrapper .box__desc {
  font-size: min(1.7rem, 17px);
}

.contact#contact .s-form {
  padding: 7rem 0 16rem;
}
.contact#contact .s-form__lead {
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 2.1;
}
.contact#contact .s-form__cont {
  width: 98.5rem;
  max-width: 100%;
  margin: 11rem auto 0;
  padding: 8rem;
  border-radius: 5rem;
  background-color: #fff;
}
.contact#contact .s-form__cont .list {
  display: grid;
  row-gap: 3.5rem;
}
.contact#contact .s-form__cont .list__item .wrap {
  display: grid;
  row-gap: 1.5rem;
}
.contact#contact .s-form__cont .list__item .wrap .required {
  display: grid;
  place-content: center;
  width: 5%;
  height: 2.7rem;
  background-color: #005689;
  color: #fff;
  font-weight: 500;
  font-size: min(1.7rem, 17px);
}
.contact#contact .s-form__cont .list__item .wrap .ttl {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-column-gap: 1.1rem;
  -moz-column-gap: 1.1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 1.1rem;
  align-items: center;
}
.contact#contact .s-form__cont .list__item .wrap .ttl .name {
  font-weight: 500;
  font-size: min(2rem, 20px);
  letter-spacing: 0.05em;
}
.contact#contact .s-form__cont .list__item .wrap .selectWrap,
.contact#contact .s-form__cont .list__item .wrap .inputWrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}
.contact#contact .s-form__cont .list__item .wrap .selectWrap input,
.contact#contact .s-form__cont .list__item .wrap .selectWrap select,
.contact#contact .s-form__cont .list__item .wrap .selectWrap textarea,
.contact#contact .s-form__cont .list__item .wrap .inputWrap input,
.contact#contact .s-form__cont .list__item .wrap .inputWrap select,
.contact#contact .s-form__cont .list__item .wrap .inputWrap textarea {
  width: 100%;
  padding: 0 4rem;
  border: 1px solid #d2d7df;
  border-radius: 1rem;
  font-size: min(1.6rem, 16px);
}
.contact#contact .s-form__cont .list__item .wrap .selectWrap input::-webkit-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .selectWrap select::-webkit-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .selectWrap textarea::-webkit-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap input::-webkit-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap select::-webkit-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap textarea::-webkit-input-placeholder {
  color: #d2d7df;
}
.contact#contact .s-form__cont .list__item .wrap .selectWrap input::-moz-placeholder, .contact#contact .s-form__cont .list__item .wrap .selectWrap select::-moz-placeholder, .contact#contact .s-form__cont .list__item .wrap .selectWrap textarea::-moz-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap input::-moz-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap select::-moz-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap textarea::-moz-placeholder {
  color: #d2d7df;
}
.contact#contact .s-form__cont .list__item .wrap .selectWrap input:-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .selectWrap select:-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .selectWrap textarea:-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap input:-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap select:-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap textarea:-ms-input-placeholder {
  color: #d2d7df;
}
.contact#contact .s-form__cont .list__item .wrap .selectWrap input::-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .selectWrap select::-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .selectWrap textarea::-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap input::-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap select::-ms-input-placeholder, .contact#contact .s-form__cont .list__item .wrap .inputWrap textarea::-ms-input-placeholder {
  color: #d2d7df;
}
.contact#contact .s-form__cont .list__item .wrap .selectWrap input::placeholder,
.contact#contact .s-form__cont .list__item .wrap .selectWrap select::placeholder,
.contact#contact .s-form__cont .list__item .wrap .selectWrap textarea::placeholder,
.contact#contact .s-form__cont .list__item .wrap .inputWrap input::placeholder,
.contact#contact .s-form__cont .list__item .wrap .inputWrap select::placeholder,
.contact#contact .s-form__cont .list__item .wrap .inputWrap textarea::placeholder {
  color: #d2d7df;
}
.contact#contact .s-form__cont .list__item .wrap .selectWrap .zip-code,
.contact#contact .s-form__cont .list__item .wrap .inputWrap .zip-code {
  width: 18rem;
}
.contact#contact .s-form__cont .list__item .wrap .inputWrap input {
  line-height: 4.38;
}
.contact#contact .s-form__cont .list__item .wrap .inputWrap textarea {
  height: 30rem;
  padding: 2rem 4rem;
}
.contact#contact .s-form__cont .privacy {
  margin-top: 4rem;
}
.contact#contact .s-form__cont .privacy__check label {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-column-gap: 0.8rem;
  -moz-column-gap: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  column-gap: 0.8rem;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contact#contact .s-form__cont .privacy__check label > span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: min(1.5rem, 15px);
}
.contact#contact .s-form__cont .privacy__check label > span a {
  color: #303030;
  font-weight: bold;
  text-decoration: underline;
}
.contact#contact .s-form__cont .privacy__check .wpcf7-list-item {
  display: contents;
}
.contact#contact .s-form__cont .submit {
  display: block;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 3rem auto 0;
  cursor: pointer;
}
.contact#contact .s-form__cont .submit input {
  display: grid;
  place-content: center;
  width: 22.3rem;
  height: 6.4rem;
  background-color: #303030;
  color: #fff;
  font-weight: 500;
  font-size: min(2rem, 20px);
}
.contact#contact .s-form__cont .submit .wpcf7-spinner {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: calc(100% + 1.4rem);
  transform: translateY(-50%);
}
.contact#contact .s-thanks {
  padding: 23rem 0 15rem;
}
.contact#contact .s-thanks__cont {
  display: grid;
  place-content: center;
  place-items: center;
}
.contact#contact .s-thanks__cont .ttl {
  font-weight: bold;
  text-align: center;
}
.contact#contact .s-thanks__cont .ttl .en {
  font-size: min(9rem, 90px);
}
.contact#contact .s-thanks__cont .ttl .jp {
  font-size: min(2.2rem, 22px);
}
.contact#contact .s-thanks__cont .desc {
  margin: 3.6rem 0;
  font-weight: 500;
  font-size: min(1.6rem, 16px);
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1535px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.6510416667vw;
  }
  .u-bl-lgpc {
    display: block !important;
  }
  .u-none-lgpc {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  body {
    margin: 0;
  }
  html {
    font-size: 0.7692307692vw;
  }
  .u-bl-pc {
    display: block !important;
  }
  .u-none-pc {
    display: none !important;
  }
}
@media screen and (max-width: 799px) {
  body {
    margin: 0;
  }
  html {
    font-size: 1.9801980198vw;
  }
  .fadeIn00 .fadeIn00 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn01 {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .fadeIn02 > * {
    -webkit-transition: 1.2s;
    transition: 1.2s;
  }
  .editor-area > *:not(:first-child) {
    margin-top: 2.4rem;
  }
  .editor-area p {
    line-height: 2;
    letter-spacing: 0.05em;
  }
  .l-header__cont {
    height: 6.2rem;
    padding: 0 2.3rem;
    background-color: #fff;
  }
  .l-header__cont__menu .navi {
    -ms-overflow-style: none;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: calc(100dvh - 6.2rem);
    padding: 4rem 2.4rem;
    overflow-y: scroll;
    overscroll-behavior-y: contain; /* スクロール可能な要素に付与する必要有り */
    background-color: #303030;
    opacity: 0;
    scrollbar-width: none;
  }
  .l-header__cont__menu .navi::-webkit-scrollbar {
    display: none;
  }
  .l-header__cont__menu .navi.is-active {
    -webkit-animation: fadeNavi 0.5s ease forwards;
    display: block;
    animation: fadeNavi 0.5s ease forwards;
  }
  @-webkit-keyframes fadeNavi {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadeNavi {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .l-header__cont__menu .navi .pc {
    display: none;
  }
  .l-header__cont__menu .navi .sp {
    display: block;
    color: #fff;
  }
  .fix__cookie {
    padding: 2rem 0 1.5rem;
  }
  .fix__cookie__wrap {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 90%;
  }
  .fix__cookie__wrap .txt {
    font-size: min(1.2rem, 12px);
    line-height: 1.5;
  }
  .fix__cookie__wrap .agree {
    height: 3rem;
    margin-left: 1.5rem;
    padding: 0 1rem;
  }
  .fix__cookie__wrap .close {
    -webkit-transform: translateY(0);
    position: absolute;
    top: 2rem;
    right: 5%;
    transform: translateY(0);
  }
  .l-footer {
    padding: 4rem 0 8.5rem;
  }
  .l-footer__contact {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    position: relative;
    flex-direction: column;
    align-items: flex-start;
    padding: 1.8rem 2rem 3.8rem;
    border-radius: 2.2rem;
  }
  .l-footer__contact .ttl {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    row-gap: none;
    order: 2;
    margin-top: 1rem;
  }
  .l-footer__contact .ttl .jp {
    font-size: min(2rem, 20px);
    line-height: 1.2;
  }
  .l-footer__contact .desc {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    margin-top: 0.7rem;
    font-size: min(1.4rem, 14px);
    line-height: 1.57;
  }
  .l-footer__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .l-footer__cont .company {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 6rem;
    line-height: 1.71;
  }
  .l-footer__cont .company__ttl {
    width: 24rem;
  }
  .l-footer__cont .company__name {
    margin-top: 2.2rem;
  }
  .l-footer__cont .company__address {
    margin-top: 0.3rem;
  }
  .l-footer__cont .menu {
    display: contents;
  }
  .l-footer__cont .menu .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    flex-direction: column;
    order: 1;
    width: 100%;
  }
  .l-footer__cont .menu .list__item {
    width: 100%;
    border-bottom: 1px solid #fff;
  }
  .l-footer__cont .menu .list__item .parent {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2.4rem 0;
    padding-right: 0.5em;
    border-bottom: none;
    font-size: min(1.8rem, 18px);
  }
  .l-footer__cont .menu .list__item .parent .cross {
    position: relative;
    aspect-ratio: 1/1;
    width: 1.1em;
  }
  .l-footer__cont .menu .list__item .parent .cross::before, .l-footer__cont .menu .list__item .parent .cross::after {
    -webkit-transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    transform: translate(-50%, -50%);
    background-color: #fff;
    content: "";
  }
  .l-footer__cont .menu .list__item .parent .cross::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .l-footer__cont .menu .list__item .parent .cross.is-active::before {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  .l-footer__cont .menu .list__item .child {
    display: none;
    margin-top: 0;
    padding-bottom: 2.4rem;
  }
  .l-footer__cont .menu .list__item .child__link {
    font-size: min(1.8rem, 18px);
  }
  .l-footer__cont .menu .list__item .child__link:not(:last-child) {
    margin-bottom: 1.4rem;
  }
  .l-footer__cont .menu .list__item .child__link::before {
    width: 0.45em;
  }
  .l-footer__cont .menu .list__item .link {
    display: block;
    padding: 2.4rem 0;
    font-size: min(1.8rem, 18px);
  }
  .l-footer__cont .menu .others {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    row-gap: 0.6rem;
    flex-direction: column;
    align-items: flex-start;
    order: 3;
    margin-top: 1.8rem;
    line-height: 2;
  }
  .l-footer .copyright {
    margin-top: 6rem;
    font-size: min(1.5rem, 15px);
    white-space: nowrap;
  }
  .c-inner01 {
    width: auto;
    max-width: none;
    margin: 0 2.4rem;
  }
  .c-inner02 {
    width: auto;
    max-width: none;
    margin: 0 2.4rem;
  }
  .c-btn01 {
    width: 25rem;
  }
  .c-hamburger {
    display: block;
  }
  .c-ttl01 {
    row-gap: 0.6rem;
  }
  .c-ttl01 .en {
    font-size: min(3rem, 30px);
  }
  .p-pageTtl {
    padding-top: 10rem;
  }
  .p-pageTtl__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    row-gap: 3rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .p-pageTtl__cont__ttl .en {
    font-size: min(2.7rem, 27px);
  }
  .u-bl-tb {
    display: block !important;
  }
  .u-none-tb {
    display: none !important;
  }
  .top#top .fv__cont {
    width: 18rem;
  }
  .top#top .s-mv {
    padding: 41.6vw 0 0;
  }
  .top#top .s-mv__cont {
    overflow: hidden;
  }
  .top#top .s-mv__cont .bg {
    width: 192.53vw;
    margin-right: -64vw;
    margin-left: -32.8vw;
  }
  .top#top .s-mv__cont .ttl {
    top: 42.13vw;
    left: 6.67vw;
    width: 65.6vw;
  }
  .top#top .s-mv__cont .links {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 7.2rem;
    margin-right: 0;
  }
  .top#top .s-concept {
    padding-bottom: 6.5rem;
    overflow-x: clip;
  }
  .top#top .s-concept__cont .txt {
    font-size: 4.53vw;
    line-height: 1.76;
    text-align: center;
    white-space: nowrap;
  }
  .top#top .s-concept__cont.cont01 {
    aspect-ratio: 375/192;
    margin-top: 54.67vw;
  }
  .top#top .s-concept__cont.cont01 .txt {
    top: calc(100% + 22.93vw);
    left: 17.33vw;
  }
  .top#top .s-concept__cont.cont01 .line {
    top: 0;
    width: 165.6vw;
  }
  .top#top .s-concept__cont.cont02 {
    margin-top: 93.6vw;
  }
  .top#top .s-concept__cont.cont02 .txt {
    -webkit-transform: translateX(-50%);
    top: calc(100% + 7.47vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .top#top .s-concept__cont.cont02 .line {
    left: -43.47vw;
    width: 160vw;
  }
  .top#top .s-concept__cont.cont02 .bg {
    margin-right: -15.47vw;
    margin-left: -43.47vw;
  }
  .top#top .s-concept__cont.cont03 {
    aspect-ratio: 375/172;
    margin-top: 86.13vw;
  }
  .top#top .s-concept__cont.cont03 .txt {
    -webkit-transform: translateX(-50%);
    top: calc(100% + 6.67vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .top#top .s-concept__cont.cont03 .line {
    width: 160.27vw;
  }
  .top#top .s-concept__cont.cont04 {
    margin-top: 77.33vw;
  }
  .top#top .s-concept__cont.cont04 .txt {
    -webkit-transform: translateX(-50%);
    top: calc(100% + 7.73vw);
    left: 50%;
    transform: translateX(-50%);
  }
  .top#top .s-concept__cont.cont04 .line {
    left: -62.67vw;
    width: 170.13vw;
  }
  .top#top .s-concept__cont.cont04 .bg {
    margin-right: -6.93vw;
    margin-left: -62.67vw;
  }
  .top#top .s-concept__cont.cont05 {
    margin-top: 73.33vw;
  }
  .top#top .s-concept__cont.cont05 .txt {
    display: none;
  }
  .top#top .s-concept__cont.cont05 .line {
    left: -16vw;
    width: 101.33vw;
  }
  .top#top .s-philosophy {
    padding: 5rem 0 6rem;
    background-image: url("../img/top/philosophy_bg_sp.webp");
    background-size: cover;
    background-attachment: scroll;
  }
  .top#top .s-philosophy__cont {
    margin-top: 3rem;
  }
  .top#top .s-philosophy__cont .lead {
    width: 29.2rem;
  }
  .top#top .s-philosophy__cont .desc {
    margin-top: 2rem;
    font-size: min(1.7rem, 17px);
    line-height: 1.8;
  }
  .top#top .s-business {
    padding: 5rem 0 8rem;
  }
  .top#top .s-business__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 9rem;
    flex-direction: column;
  }
  .top#top .s-business__cont .txt {
    width: 100%;
  }
  .top#top .s-business__cont .txt__ttl {
    text-align: center;
  }
  .top#top .s-business__cont .txt__lead {
    width: 90%;
    margin-top: 3rem;
  }
  .top#top .s-business__cont .txt__desc {
    margin-top: 2.5rem;
    line-height: 1.8;
  }
  .top#top .s-business__cont .txt__link {
    margin: 4rem auto 0;
  }
  .top#top .s-business__cont .photos .fig {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
  .top#top .s-business__cont .photos .service {
    margin-top: 4rem;
  }
  .top#top .s-business__cont .photos .service .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 1.6rem;
    flex-direction: column;
    margin-top: 1.5rem;
  }
  .top#top .s-business__cont .photos .service .list__item {
    width: 100%;
    font-size: min(1.6rem, 16px);
  }
  .top#top .s-company {
    padding: 5rem 0 8.5rem;
  }
  .top#top .s-company__cont .logo {
    width: 100%;
    margin-top: 3rem;
  }
  .top#top .s-company__cont .lead {
    width: 20rem;
    margin-top: 1rem;
  }
  .top#top .s-company__cont .desc {
    margin-top: 3rem;
    font-size: min(1.7rem, 17px);
    line-height: 1.8;
    text-align: left;
  }
  .top#top .s-company__cont .link {
    margin: 4rem auto 0;
  }
  .company#company .s-message {
    padding: 6rem 0 5rem;
  }
  .company#company .s-message__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 6rem;
  }
  .company#company .s-message__cont .txt {
    display: contents;
  }
  .company#company .s-message__cont .txt__ttl {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    width: 26rem;
  }
  .company#company .s-message__cont .txt__desc {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3rem;
    font-size: min(1.6rem, 16px);
    line-height: 1.8;
  }
  .company#company .s-message__cont .txt__profile {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -ms-flex-order: 4;
    order: 4;
    font-size: min(1.6rem, 16px);
    line-height: 1.8;
    text-align: right;
  }
  .company#company .s-message__cont .photo {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    max-width: none;
    margin-top: 3.5rem;
  }
  .company#company .s-outline__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 1.6rem;
    flex-direction: column;
    margin-top: 6rem;
  }
  .company#company .s-outline__cont .table {
    width: 100%;
    font-size: min(1.3rem, 13px);
    line-height: 1.85;
  }
  .company#company .s-outline__cont .table .column {
    display: grid;
    row-gap: 1.1rem;
    padding: 1.6rem 0;
  }
  .company#company .s-outline__cont .table .column:first-child {
    padding-top: 0;
  }
  .company#company .s-outline__cont .table .column .ttl {
    width: 100%;
    font-weight: 500;
    line-height: 1;
  }
  .company#company .s-outline__cont .table .column .desc .map {
    display: block;
  }
  .company#company .s-access {
    padding-top: 8rem;
  }
  .company#company .s-access__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    margin-top: 1.6rem;
  }
  .company#company .s-access__cont .info {
    width: 100%;
    margin-top: 2rem;
  }
  .company#company .s-access__cont .info__desc {
    font-size: min(1.3rem, 13px);
    line-height: 2.15;
  }
  .company#company .s-access__cont .info__link {
    margin: 2rem auto 0;
  }
  .company#company .s-access__cont .map {
    width: calc(100% + 4.8rem);
    margin: 0 -2.4rem;
  }
  .company#company .s-access__cont .map iframe {
    aspect-ratio: 375/192;
  }
  .company#company .s-history {
    padding: 8rem 0 6rem;
  }
  .company#company .s-history__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .company#company .s-history__cont .list__item {
    -webkit-column-gap: 5rem;
    -moz-column-gap: 5rem;
    column-gap: 5rem;
    padding-bottom: 4rem;
  }
  .company#company .s-history__cont .list__item .border .line-dashed {
    left: 2.2rem;
    width: 3.6rem;
  }
  .company#company .s-history__cont .list__item .txt__desc {
    margin-top: 0.6rem;
  }
  .company#company .s-position {
    padding: 5rem 0 13rem;
  }
  .company#company .s-position__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 6.2rem;
    flex-direction: column;
    margin-top: 3rem;
  }
  .company#company .s-position__cont .desc {
    width: 100%;
    font-size: min(1.4rem, 14px);
    line-height: 1.8;
  }
  .company#company .s-position__cont .group {
    width: 79.47vw;
    margin: 0 auto;
  }
  .business#business .s-lead {
    margin-top: 6rem;
  }
  .business#business .s-lead__cont {
    padding: 6rem 0 7rem;
  }
  .business#business .s-lead__cont .desc {
    font-size: min(1.6rem, 16px);
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .business#business .s-process {
    padding: 8rem 0 9.5rem;
  }
  .business#business .s-process__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 4rem;
    flex-direction: column;
    padding-top: 7rem;
  }
  .business#business .s-process__cont .txt {
    width: 100%;
  }
  .business#business .s-process__cont .txt__ttl {
    padding-left: 2.6rem;
  }
  .business#business .s-process__cont .txt__ttl .en {
    font-size: min(2.7rem, 27px);
  }
  .business#business .s-process__cont .txt__ttl .en::before {
    right: calc(100% + 0.8rem);
  }
  .business#business .s-process__cont .txt__ttl .jp {
    font-size: min(1.4rem, 14px);
  }
  .business#business .s-process__cont .txt__lead {
    height: 5.6rem;
    margin-top: 3rem;
  }
  .business#business .s-process__cont .txt__desc {
    font-size: min(1.7rem, 17px);
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .business#business .s-process__cont.vision {
    padding-top: 4rem;
  }
  .business#business .s-services {
    padding: 5rem 0 9rem;
  }
  .business#business .s-services__cont {
    margin-top: 3rem;
  }
  .business#business .s-services__cont .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3rem;
  }
  .business#business .s-services__cont .list__item {
    width: 100%;
    padding: 2rem;
    border-radius: 0.8rem;
  }
  .business#business .s-services__cont .list__item .num {
    font-size: min(1.4rem, 14px);
  }
  .business#business .s-services__cont .list__item .ttl {
    height: auto;
    margin-top: 2rem;
    font-size: min(1.7rem, 17px);
    line-height: 1.18;
  }
  .business#business .s-services__cont .list__item .desc {
    margin-top: 1rem;
    font-size: min(1.3rem, 13px);
    line-height: 1.54;
  }
  .philosophy#philosophy .s-lead {
    margin-top: 6rem;
  }
  .philosophy#philosophy .s-lead__cont {
    padding: 6rem 0 7rem;
  }
  .philosophy#philosophy .s-lead__cont .desc {
    font-size: min(1.6rem, 16px);
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .philosophy#philosophy .wrapper {
    padding: 0 0 10rem;
  }
  .philosophy#philosophy .wrapper__cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    row-gap: 6rem;
    flex-direction: column;
  }
  .philosophy#philosophy .wrapper__cont .sections {
    width: 100%;
  }
  .philosophy#philosophy .wrapper__cont .illusts {
    position: static;
    width: 100%;
  }
  .philosophy#philosophy .wrapper__cont .illusts .fig {
    opacity: 1;
  }
  .philosophy#philosophy .s-vision {
    padding: 8rem 0 0;
  }
  .philosophy#philosophy .s-vision__cont {
    margin-top: 4rem;
  }
  .philosophy#philosophy .s-vision__cont .lead {
    width: 25rem;
  }
  .philosophy#philosophy .s-vision__cont .desc {
    margin-top: 3rem;
    font-size: min(1.7rem, 17px);
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .philosophy#philosophy .s-mission {
    padding: 10rem 0 0;
  }
  .philosophy#philosophy .s-mission__cont {
    margin-top: 4rem;
  }
  .philosophy#philosophy .s-mission__cont .ttl {
    font-size: min(1.3rem, 13px);
    letter-spacing: 0.05em;
  }
  .philosophy#philosophy .s-mission__cont .lead {
    width: 81.07vw;
    margin-top: 2rem;
  }
  .philosophy#philosophy .s-mission__cont .desc {
    margin-top: 3rem;
    font-size: min(1.7rem, 17px);
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
  .philosophy#philosophy .s-value {
    padding: 5rem 0 7rem;
  }
  .philosophy#philosophy .s-value__cont {
    margin-top: 4rem;
  }
  .philosophy#philosophy .s-value__cont .lead {
    width: 78.13vw;
  }
  .philosophy#philosophy .s-value__cont .desc {
    margin-top: 3rem;
    font-size: min(1.7rem, 17px);
    line-height: 1.8;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .philosophy#philosophy .s-value__cont .list {
    margin-top: 4rem;
    gap: 1.7rem;
  }
  .philosophy#philosophy .s-value__cont .list__item {
    aspect-ratio: 155/114;
    width: calc((100% - 1.7rem) / 2);
    border-radius: 0.8rem;
    font-size: min(1.3rem, 13px);
    line-height: 1.54;
    letter-spacing: 0.05em;
  }
  .privacy#privacy .s-privacy {
    padding: 7.7rem 0 3.2rem;
  }
  .privacy#privacy .s-privacy__lead {
    font-size: min(1.4rem, 14px);
    line-height: 2;
  }
  .privacy#privacy .s-privacy__cont {
    margin-top: 2.4rem;
  }
  .privacy#privacy .s-privacy__cont__ttl {
    font-size: min(1.8rem, 18px);
    line-height: 1.5;
  }
  .privacy#privacy .s-privacy__cont__desc {
    font-size: min(1.4rem, 14px);
    line-height: 2;
  }
  .privacy#privacy .s-privacy__cont .list {
    margin-top: 1.2rem;
    margin-left: 2rem;
  }
  .privacy#privacy .s-privacy__cont .list__item {
    font-size: min(1.4rem, 14px);
  }
  .privacy#privacy .s-privacy__cont__wrapper {
    margin-top: 2.4rem;
  }
  .privacy#privacy .s-privacy__cont__wrapper .box__ttl {
    font-size: min(1.6rem, 16px);
  }
  .privacy#privacy .s-privacy__cont__wrapper .box__desc {
    font-size: min(1.4rem, 14px);
  }
  .contact#contact .s-form {
    padding: 7.7rem 0 4rem;
  }
  .contact#contact .s-form__lead {
    font-size: min(1.4rem, 14px);
    line-height: 2;
  }
  .contact#contact .s-form__cont {
    margin-top: 3.4rem;
    padding: 4rem 2rem;
    border-radius: 3rem;
  }
  .contact#contact .s-form__cont .list {
    row-gap: 2rem;
  }
  .contact#contact .s-form__cont .list__item .wrap {
    row-gap: 0.8rem;
  }
  .contact#contact .s-form__cont .list__item .wrap .required {
    width: 4rem;
    height: 2rem;
    font-size: min(1.2rem, 12px);
  }
  .contact#contact .s-form__cont .list__item .wrap .ttl {
    -webkit-column-gap: 0.8rem;
    -moz-column-gap: 0.8rem;
    column-gap: 0.8rem;
  }
  .contact#contact .s-form__cont .list__item .wrap .ttl .name {
    font-size: min(1.4rem, 14px);
  }
  .contact#contact .s-form__cont .list__item .wrap .selectWrap input,
  .contact#contact .s-form__cont .list__item .wrap .selectWrap select,
  .contact#contact .s-form__cont .list__item .wrap .selectWrap textarea,
  .contact#contact .s-form__cont .list__item .wrap .inputWrap input,
  .contact#contact .s-form__cont .list__item .wrap .inputWrap select,
  .contact#contact .s-form__cont .list__item .wrap .inputWrap textarea {
    padding: 0 1.6rem;
  }
  .contact#contact .s-form__cont .list__item .wrap .selectWrap .zip-code,
  .contact#contact .s-form__cont .list__item .wrap .inputWrap .zip-code {
    width: 100%;
  }
  .contact#contact .s-form__cont .list__item .wrap .inputWrap input {
    line-height: 2.88;
  }
  .contact#contact .s-form__cont .list__item .wrap .inputWrap textarea {
    height: 18.3rem;
    padding: 1.2rem 1.6rem;
  }
  .contact#contact .s-form__cont .privacy {
    margin-top: 2rem;
  }
  .contact#contact .s-form__cont .privacy__check label > span {
    font-size: min(1.2rem, 12px);
  }
  .contact#contact .s-form__cont .submit {
    width: 100%;
    margin-top: 2.5rem;
  }
  .contact#contact .s-form__cont .submit input {
    width: 100%;
    height: 5.6rem;
    font-size: min(1.6rem, 16px);
  }
  .contact#contact .s-thanks {
    padding: 10rem 0 5rem;
  }
  .contact#contact .s-thanks__cont .ttl .en {
    font-size: min(4rem, 40px);
  }
  .contact#contact .s-thanks__cont .ttl .jp {
    font-size: min(1.8rem, 18px);
  }
  .contact#contact .s-thanks__cont .desc {
    margin: 4rem 0;
    font-size: min(1.3rem, 13px);
    line-height: 1.92;
  }
}
@media screen and (max-width: 599px) {
  body {
    margin: 0;
  }
  html {
    font-size: 2.6666666667vw;
  }
}
@media screen and (max-width: 374px) {
  body {
    margin: 0;
  }
}
@media screen and (max-width: 319px) {
  body {
    margin: 0;
  }
}
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}
@media screen and (min-width: 800px) {
  .l-header.is-fix {
    background-color: #fff;
  }
  .company#company .s-outline__cont .table .column:first-child .ttl,
  .company#company .s-outline__cont .table .column:first-child .desc {
    padding-top: 0;
  }
  .company#company .s-outline__cont .table .column .ttl,
  .company#company .s-outline__cont .table .column .desc {
    padding: 3.5rem 0;
  }
}