@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Commissioner:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Darumadrop+One&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*!
* ress.css • v1.1.2
* MIT License
* github.com/filipelinhares/ress
*/
/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

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

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
}

/*
* 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: 100%;
  /* 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:link {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* 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 */
}

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 */
}

ul,
ol {
  list-style: none;
}

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

address,
em {
  font-style: normal;
}

/* # =================================================================
# Forms
# ================================================================= */
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 {
  border-style: none;
  padding: 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 {
  background-color: transparent;
  border-style: none;
  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 {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* 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 */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  max-width: 100%;
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  vertical-align: bottom;
}

/* 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+ */
}

/* # =================================================================
# Accessibility
# ================================================================= */
/* 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;
}

/* # =================================================================
# Selection
# ================================================================= */
/* 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;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

:root {
  --clr-main: #00c8c8;
  --clr-sub: #ff298e;
  --clr-white: #fff;
  --clr-black: #000000;
  --clr-gray: #4b4b4b;
  --clr-lgray: #dedede;
  --clr-lblue: #00ffff;
}

/*
  --font-gothic:'Noto Sans JP',sans-serif;
  --font-gothic3:YakuHanJP,'Noto Sans JP',sans-serif;
  --font-sans-serif:'Albert Sans',sans-serif;
  --font-sans-serif2:'Red Hat Display',sans-serif;
  --font-sans-serif3:'Arvo',serif;
*/
:root {
  --font-eng:"Inter", sans-serif;
  --font-num:"Commissioner", sans-serif;
}

:root {
  --font-size1:1px;
  --font-size2:2px;
  --font-size3:3px;
  --font-size4:4px;
  --font-size5:5px;
  --font-size6:6px;
  --font-size7:7px;
  --font-size8:8px;
  --font-size9:max(.6rem,9px);
  --font-size10:max(.7rem,10px);
  --font-size11:max(.8rem,11px);
  --font-size12:max(.9rem,12px);
  --font-size13:max(1rem,13px);
  --font-size14:max(1.1rem,14px);
  --font-size15:max(1.15rem,15px);
  --font-size16:max(1.2rem,16px);
  --font-size17:max(1.25rem,17px);
  --font-size18:max(1.3rem,18px);
  --font-size19:max(1.5rem,17px);
  --font-size20:max(1.7rem,17px);
  --font-size21:max(1.9rem,18px);
  --font-size22:max(2.1rem,18px);
  --font-size23:max(2.3rem,19px);
  --font-size24:max(2.4rem,19px);
  --font-size25:max(2.5rem,20px);
  --font-size26:max(2.6rem,21px);
  --font-size27:max(2.7rem,21px);
  --font-size28:max(2.8rem,23px);
  --font-size29:max(2.9rem,24px);
  --font-size30:max(3.0rem,25px);
  --font-size31:max(3.1rem,25px);
  --font-size32:max(3.2rem,25px);
  --font-size33:max(3.3rem,26px);
  --font-size34:max(3.4rem,26px);
  --font-size35:max(3.5rem,29px);
  --font-size36:max(3.6rem,29px);
  --font-size37:max(3.7rem,30px);
  --font-size38:max(3.8rem,31px);
  --font-size39:max(3.9rem,31px);
  --font-size40:4.0rem;
  --font-size41:4.1rem;
  --font-size42:4.2rem;
  --font-size43:4.3rem;
  --font-size44:4.4rem;
  --font-size45:4.5rem;
  --font-size46:4.6rem;
  --font-size47:4.7rem;
  --font-size48:4.8rem;
  --font-size49:4.9rem;
  --font-size50:5.0rem;
  --font-size51:5.1rem;
  --font-size52:5.2rem;
  --font-size53:5.3rem;
  --font-size54:5.4rem;
  --font-size55:5.5rem;
  --font-size56:5.6rem;
  --font-size57:5.7rem;
  --font-size58:5.8rem;
  --font-size59:5.9rem;
  --font-size60:6.0rem;
  --font-size61:6.1rem;
  --font-size62:6.2rem;
  --font-size63:6.3rem;
  --font-size64:6.4rem;
  --font-size65:6.5rem;
  --font-size66:6.6rem;
  --font-size67:6.7rem;
  --font-size68:6.8rem;
  --font-size69:6.9rem;
  --font-size70:7.0rem;
  --font-size71:7.1rem;
  --font-size72:7.2rem;
  --font-size73:7.3rem;
  --font-size74:7.4rem;
  --font-size75:7.5rem;
  --font-size76:7.6rem;
  --font-size77:7.7rem;
  --font-size78:7.8rem;
  --font-size79:7.9rem;
  --font-size80:8.0rem;
  --font-size81:8.1rem;
  --font-size82:8.2rem;
  --font-size83:8.3rem;
  --font-size84:8.4rem;
  --font-size85:8.5rem;
  --font-size86:8.6rem;
  --font-size87:8.7rem;
  --font-size88:8.8rem;
  --font-size89:8.9rem;
  --font-size90:9.0rem;
  --font-size91:9.1rem;
  --font-size92:9.2rem;
  --font-size93:9.3rem;
  --font-size94:9.4rem;
  --font-size95:9.5rem;
  --font-size96:9.6rem;
  --font-size97:9.7rem;
  --font-size98:9.8rem;
  --font-size99:9.9rem;
  --font-size100:10.0rem;
  --font-size101:10.1rem;
  --font-size102:10.2rem;
  --font-size103:10.3rem;
  --font-size104:10.4rem;
  --font-size105:10.5rem;
  --font-size106:10.6rem;
  --font-size107:10.7rem;
  --font-size108:10.8rem;
  --font-size109:10.9rem;
  --font-size110:11.0rem;
  --font-size111:11.1rem;
  --font-size112:11.2rem;
  --font-size113:11.3rem;
  --font-size114:11.4rem;
  --font-size115:11.5rem;
  --font-size116:11.6rem;
  --font-size117:11.7rem;
  --font-size118:11.8rem;
  --font-size119:11.9rem;
  --font-size120:12.0rem;
  --font-size121:12.1rem;
  --font-size122:12.2rem;
  --font-size123:12.3rem;
  --font-size124:12.4rem;
  --font-size125:12.5rem;
  --font-size126:12.6rem;
  --font-size127:12.7rem;
  --font-size128:12.8rem;
  --font-size129:12.9rem;
  --font-size130:13.0rem;
  --font-size131:13.1rem;
  --font-size132:13.2rem;
  --font-size133:13.3rem;
  --font-size134:13.4rem;
  --font-size135:13.5rem;
  --font-size136:13.6rem;
  --font-size137:13.7rem;
  --font-size138:13.8rem;
  --font-size139:13.9rem;
  --font-size140:14.0rem;
  --font-size141:14.1rem;
  --font-size142:14.2rem;
  --font-size143:14.3rem;
  --font-size144:14.4rem;
  --font-size145:14.5rem;
  --font-size146:14.6rem;
  --font-size147:14.7rem;
  --font-size148:14.8rem;
  --font-size149:14.9rem;
  --font-size150:15.0rem;
  --font-size151:15.1rem;
  --font-size152:15.2rem;
  --font-size153:15.3rem;
  --font-size154:15.4rem;
  --font-size155:15.5rem;
  --font-size156:15.6rem;
  --font-size157:15.7rem;
  --font-size158:15.8rem;
  --font-size159:15.9rem;
  --font-size160:16.0rem;
  --font-size161:16.1rem;
  --font-size162:16.2rem;
  --font-size163:16.3rem;
  --font-size164:16.4rem;
  --font-size165:16.5rem;
  --font-size166:16.6rem;
  --font-size167:16.7rem;
  --font-size168:16.8rem;
  --font-size169:16.9rem;
  --font-size170:17.0rem;
  --font-size171:17.1rem;
  --font-size172:17.2rem;
  --font-size173:17.3rem;
  --font-size174:17.4rem;
  --font-size175:17.5rem;
  --font-size176:17.6rem;
  --font-size177:17.7rem;
  --font-size178:17.8rem;
  --font-size179:17.9rem;
  --font-size180:18.0rem;
  --font-size181:18.1rem;
  --font-size182:18.2rem;
  --font-size183:18.3rem;
  --font-size184:18.4rem;
  --font-size185:18.5rem;
  --font-size186:18.6rem;
  --font-size187:18.7rem;
  --font-size188:18.8rem;
  --font-size189:18.9rem;
  --font-size190:19.0rem;
  --font-size191:19.1rem;
  --font-size192:19.2rem;
  --font-size193:19.3rem;
  --font-size194:19.4rem;
  --font-size195:19.5rem;
  --font-size196:19.6rem;
  --font-size197:19.7rem;
  --font-size198:19.8rem;
  --font-size199:19.9rem;
  --font-size200:20.0rem;
  --font-size220:22.0rem;
  --font-size253:25.3rem;
  --font-sans-serif-top:-0.13em;
  --font-sans-serif-bottom:-0.15em;
  --font-sans-serif2-top:-0.141em;
  --font-sans-serif2-bottom:-0.131em;
  --font-sans-serif3-top:-0.089em;
  --font-sans-serif3-bottom:-0.1345em ;
}

.l-section {
  margin-bottom: 100px;
}

.bk_line-lt:before, .people__ph:before, .works.index .feature__box:before, .works__head-ph:before, .about .message__ph:before, .three .chapter1 .name .img:before, .top .tp_works__list:before, .top .tp_people__box-ph:before, .top .tp_workstyle__left-ph figure:before, .top .tp_workstyle__wrap-ph figure:before, .tp_people__box-ph:before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  left: -10px;
  top: -1px;
  height: 1px;
  background: var(--clr-black);
  position: absolute;
}
.bk_line-lt:after, .people__ph:after, .works.index .feature__box:after, .works__head-ph:after, .about .message__ph:after, .three .chapter1 .name .img:after, .top .tp_works__list:after, .top .tp_people__box-ph:after, .top .tp_workstyle__left-ph figure:after, .top .tp_workstyle__wrap-ph figure:after, .tp_people__box-ph:after {
  content: "";
  display: block;
  width: 1px;
  left: -1px;
  top: -10px;
  height: calc(100% + 20px);
  background: var(--clr-black);
  position: absolute;
}

.bk_line-rt:before, .people__ph figure:before, .works.index .feature__box-clm:before, .works__head-ph figure:before, .about .message__ph figure:before, .three .chapter1 .name .img figure:before, .top .tp_works__list a:before, .top .tp_people__box-ph figure:before, .top .tp_workstyle__left-ph:before, .top .tp_workstyle__wrap-ph:before, .tp_people__box-ph figure:before {
  content: "";
  display: block;
  width: calc(100% + 20px);
  right: -10px;
  bottom: -1px;
  height: 1px;
  background: var(--clr-black);
  position: absolute;
}
.bk_line-rt:after, .people__ph figure:after, .works.index .feature__box-clm:after, .works__head-ph figure:after, .about .message__ph figure:after, .three .chapter1 .name .img figure:after, .top .tp_works__list a:after, .top .tp_people__box-ph figure:after, .top .tp_workstyle__left-ph:after, .top .tp_workstyle__wrap-ph:after, .tp_people__box-ph figure:after {
  content: "";
  display: block;
  width: 1px;
  right: -1px;
  top: -10px;
  height: calc(100% + 20px);
  background: var(--clr-black);
  position: absolute;
}

@media screen and (max-width: 1023px) {
  .hamburger {
    top: 17px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger {
    top: 6px;
  }
}

.hd {
  width: 100%;
  z-index: 999;
  position: fixed;
  top: 0;
  border-bottom: 4px solid var(--clr-main);
  background: #eff1f3;
  padding-right: 20px;
}
@media only screen and (max-width: 1280px) {
  .hd {
    width: 100vw;
  }
}
@media screen and (max-width: 1023px) {
  .hd {
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .hd {
    padding: 5px 0;
  }
}
.hd__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.hd__logo {
  width: 130px;
  position: relative;
  margin: 0 0 0 25px;
  line-height: 1;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .hd__logo {
    width: 110px;
  }
}
@media screen and (max-width: 768px) {
  .hd__logo {
    margin: 0 0 0 10px;
    width: 100px;
  }
}
.hd__logo h1 {
  width: 130px;
  height: 43px;
}
@media screen and (max-width: 1023px) {
  .hd__logo h1 {
    width: 110px;
    height: 36px;
  }
}
@media screen and (max-width: 768px) {
  .hd__logo h1 {
    width: 100px;
    height: 32px;
  }
}
.hd__logo h1 a {
  width: 100%;
  height: 100%;
  display: block;
  background: url("/lib/img/logo.svg") no-repeat 0 0/100% 100%;
}
.hd__logo span {
  font-size: var(--font-size12);
  margin-top: 5px;
  font-weight: normal;
  display: block;
  color: var(--clr-main);
}
@media screen and (max-width: 1023px) {
  .hd__logo span {
    font-size: var(--font-size11);
  }
}
@media screen and (max-width: 768px) {
  .hd__logo span {
    margin-top: 2px;
    font-size: var(--font-size9);
  }
}
.hd__nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .hd__nav {
    display: none;
  }
}
.hd__nav-g > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
.hd__nav-g > ul > li {
  position: relative;
  line-height: 1;
}
.hd__nav-g > ul > li > a {
  display: block;
  font-family: var(--font-eng);
  color: var(--clr-black);
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1;
  padding: 35px 14px;
}
@media only screen and (max-width: 1280px) {
  .hd__nav-g > ul > li > a {
    font-size: 1.4rem;
  }
}
.hd__nav-g > ul > li > a:hover {
  color: var(--clr-main);
}
.hd__nav-g > ul > li:hover {
  background: #f0f0f0;
}
.hd__nav-g > ul > li > ul {
  width: 100%;
  display: none;
  background: #f0f0f0;
  padding: 10px 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
}
.hd__nav-g > ul > li > ul.normal-sub {
  width: 260px;
  left: auto;
  line-height: 1;
  font-size: var(--font-size13);
  border-radius: 10px;
  -webkit-box-shadow: 0 0 4px gray;
          box-shadow: 0 0 4px gray;
}
.hd__nav-g > ul > li > ul.normal-sub li {
  padding: 15px;
  position: relative;
}
.hd__nav-g > ul > li > ul.normal-sub li a {
  color: var(--clr-black);
}
.hd__nav-g > ul > li > ul.normal-sub li a:hover {
  color: var(--clr-main);
}
.hd__nav-g > ul > li > ul.normal-sub li:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: auto;
  height: auto;
  content: "⚫︎";
  color: var(--clr-main);
  font-size: var(--font-size10);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.hd__nav button {
  margin-left: 15px;
  font-family: var(--font-eng);
  font-size: var(--font-size19);
  line-height: 1;
  width: 180px;
  overflow: hidden;
  border-radius: 100px;
  background: var(--clr-main);
  border: 1px solid var(--clr-black);
}
.hd__nav button a {
  width: 489px;
  padding: 15px 0;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.hd__nav button p {
  width: 163px;
  color: var(--clr-black);
  -webkit-animation: loopYoko 5s infinite linear;
  animation: loopYoko 5s infinite linear;
  animation-delay: 0s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  will-change: transform;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
}
.hd.hd__scroll {
  position: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  padding: 10px 0;
  width: calc(100% - 80px);
  -webkit-animation: fadeDown 0.8s forwards;
          animation: fadeDown 0.8s forwards;
}
@media only screen and (max-width: 1280px) {
  .hd.hd__scroll {
    padding: 7px 0;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .hd.hd__scroll {
    padding: 12px 0;
  }
}
@-webkit-keyframes fadeDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeDown {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.hd.hd__scroll .hd__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.hd__spnav-wrap {
  display: none;
  isolation: isolate;
}
@media screen and (max-width: 1023px) {
  .hd__spnav-wrap {
    display: block;
  }
}

@-webkit-keyframes loopYoko {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-163px);
            transform: translateX(-163px);
  }
}

@keyframes loopYoko {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-163px);
            transform: translateX(-163px);
  }
}
.r_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 80px;
  height: 100vh;
  position: fixed;
  right: 0;
  top: 0;
  background: #eff1f3;
  border-left: 4px solid var(--clr-main);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 2;
}
@media only screen and (max-width: 1280px) {
  .r_nav {
    display: none;
  }
}
.r_nav__txt {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  margin-left: 10px;
}
.r_nav__txt p {
  color: var(--clr-black);
  font-family: var(--font-eng);
  font-weight: 400;
  -webkit-animation: streamLoop 20s infinite linear;
  animation: streamLoop 20s infinite linear;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  animation-play-state: running;
  -webkit-animation-play-state: var(--play-state);
  animation-play-state: var(--play-state);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  font-size: 3.4rem;
  line-height: 1;
  text-transform: uppercase;
  white-space: nowrap;
  will-change: transform;
}

.ft_contact {
  width: calc(100% - 80px);
  background: var(--clr-sub);
  padding: 30vw 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 998;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .ft_contact {
    width: 100%;
  }
}
.ft_contact .index-section__curve {
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
  top: -1px;
  pointer-events: none;
  z-index: 999;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.ft_contact__inr {
  color: var(--clr-white);
  text-align: center;
  line-height: 1;
}
.ft_contact__inr p {
  font-size: clamp(3.2rem, 2.957rem + 5.22vw, 7vw);
  margin-bottom: 15px;
  font-family: var(--font-eng);
  font-weight: 600;
}
.ft_contact .button-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50rem;
  position: relative;
  display: block;
  color: var(--clr-white);
  will-change: transform;
}
.ft_contact .button-wrap:hover {
  color: var(--clr-black);
}
.ft_contact__slider {
  color: rgba(255, 255, 255, 0.2);
  position: absolute;
  bottom: -10px;
  left: 0;
  line-height: 0.8;
  font-weight: 900;
  overflow: hidden;
}
.ft_contact__slider_wrap {
  overflow: hidden;
  width: 3840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .ft_contact__slider_wrap {
    width: 2968px;
  }
}
@media screen and (max-width: 768px) {
  .ft_contact__slider_wrap {
    width: 1728px;
  }
}
.ft_contact__slider_wrap p {
  -webkit-animation: ftscrollText 30s linear infinite;
          animation: ftscrollText 30s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-size: 15rem;
  display: inline-block;
  width: 960px;
  font-family: var(--font-eng);
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .ft_contact__slider_wrap p {
    font-size: 12rem;
    width: 742px;
  }
}
@media screen and (max-width: 768px) {
  .ft_contact__slider_wrap p {
    font-size: 6.9rem;
    width: 432px;
  }
}

@-webkit-keyframes ftscrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-960px);
            transform: translateX(-960px);
  }
}

@keyframes ftscrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-960px);
            transform: translateX(-960px);
  }
}
@media screen and (max-width: 1023px) {
  @-webkit-keyframes ftscrollText {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-742px);
              transform: translateX(-742px);
    }
  }
  @keyframes ftscrollText {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-742px);
              transform: translateX(-742px);
    }
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes ftscrollText {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-432px);
              transform: translateX(-432px);
    }
  }
  @keyframes ftscrollText {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-432px);
              transform: translateX(-432px);
    }
  }
}
.ft {
  background: var(--clr-main);
  padding: 80px 40px;
  width: calc(100% - 80px);
  position: relative;
  z-index: 100;
}
.ft a:link, .ft a:active, .ft a:visited {
  color: var(--clr-white);
}
@media only screen and (max-width: 1280px) {
  .ft {
    padding: 120px 30px;
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .ft {
    padding: 60px 30px 30px;
  }
}
.ft a {
  color: var(--clr-white);
}
.ft_tp, .ft_btm {
  color: var(--clr-white);
}
.ft_tp {
  color: var(--clr-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .ft_tp {
    display: block;
  }
}
.ft_tp__left {
  width: 600px;
  font-size: 1rem;
}
@media only screen and (max-width: 1440px) {
  .ft_tp__left {
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 1023px) {
  .ft_tp__left {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .ft_tp__left {
    text-align: center;
  }
}
.ft_tp__left img {
  width: 150px;
}
.ft_tp__right {
  width: 700px;
}
@media screen and (max-width: 1023px) {
  .ft_tp__right {
    width: 100%;
    margin-top: 50px;
    display: none;
  }
}
.ft_tp__right-sitemap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ft_tp__right-sitemap li {
  line-height: 1;
}
.ft_tp__right-sitemap li:nth-child(1) {
  width: 42%;
}
.ft_tp__right-sitemap li:nth-child(2) {
  width: 36%;
}
.ft_tp__right-sitemap li:nth-child(3) {
  width: 22%;
}
.ft_tp__right-sitemap li span {
  font-size: var(--font-size14);
  font-family: var(--font-eng);
  font-weight: 400;
}
.ft_tp__right-sitemap li h3 {
  font-size: var(--font-size18);
  margin-top: 13px;
}
.ft_tp__right-sitemap:last-of-type {
  margin-top: 50px;
}
.ft_btm {
  color: var(--clr-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10rem;
}
@media screen and (max-width: 1023px) {
  .ft_btm {
    margin-top: 50px;
  }
}
.ft_btm__left {
  width: 250px;
  font-size: var(--font-size14);
}
@media screen and (max-width: 1023px) {
  .ft_btm__left {
    font-size: var(--font-size11);
    width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .ft_btm__left {
    display: none;
  }
}
.ft_btm__left ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.ft_btm__left ul li {
  width: 48%;
  margin-right: 14px;
}
.ft_btm__left ul li img {
  width: auto;
}
.ft_btm__right {
  width: 50%;
  text-align: right;
  font-size: var(--font-size13);
  font-family: "Inter", sans-serif;
}
@media only screen and (max-width: 1440px) {
  .ft_btm__right {
    font-size: var(--font-size11);
  }
}
@media screen and (max-width: 1023px) {
  .ft_btm__right {
    width: calc(100% - 170px);
  }
}
@media screen and (max-width: 768px) {
  .ft_btm__right {
    width: 100%;
    text-align: center;
    font-size: var(--font-size9);
  }
}
.ft_btm__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .ft_btm__right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.ft_btm__right ul li {
  padding-right: 30px;
}
@media screen and (max-width: 768px) {
  .ft_btm__right ul li {
    padding-right: 15px;
  }
}
.ft_btm__right ul li:last-of-type {
  padding-right: 0px;
}

.wrapper {
  position: relative;
  padding-top: 100px;
}
@media screen and (max-width: 1023px) {
  .wrapper {
    padding-top: 75px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding-top: 58px;
  }
}
.wrapper main {
  background: url("/recruit/img/bg.png") repeat-y;
  width: calc(100% - 80px);
  margin-bottom: 200px;
}
@media only screen and (max-width: 1280px) {
  .wrapper main {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .wrapper main {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper main {
    margin-bottom: 60px;
  }
}
.wrapper main .l-section {
  margin-bottom: 150px;
}
@media screen and (max-width: 1023px) {
  .wrapper main .l-section {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper main .l-section {
    margin-bottom: 70px;
  }
}

.tp_txtslide {
  /*font-size: 7rem;*/
  width: calc(100% - 80px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  white-space: nowrap;
  padding: 50px 0 !important;
  background: #eff1f3;
  border-top: 4px solid var(--clr-main);
  border-bottom: 4px solid var(--clr-main);
  color: var(--clr-main);
  font-family: var(--font-eng);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media only screen and (max-width: 1280px) {
  .tp_txtslide {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .tp_txtslide {
    padding: 25px 0 !important;
  }
}
.tp_txtslide__wrap {
  width: 3760px;
}
@media screen and (max-width: 1023px) {
  .tp_txtslide__wrap {
    width: 2308px;
  }
}
@media screen and (max-width: 768px) {
  .tp_txtslide__wrap {
    width: 1668px;
  }
}
.tp_txtslide p {
  display: inline-block;
  font-size: 5rem;
  line-height: 1;
  width: 940px;
  -webkit-animation: scrollText 30s linear infinite;
          animation: scrollText 30s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .tp_txtslide p {
    width: 577px;
    font-size: var(--font-size30);
  }
}
@media screen and (max-width: 768px) {
  .tp_txtslide p {
    width: 417px;
    font-size: var(--font-size22);
  }
}

@-webkit-keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-940px);
            transform: translateX(-940px);
  }
}

@keyframes scrollText {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-940px);
            transform: translateX(-940px);
  }
}
@media screen and (max-width: 1023px) {
  @-webkit-keyframes scrollText {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-577px);
              transform: translateX(-577px);
    }
  }
  @keyframes scrollText {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-577px);
              transform: translateX(-577px);
    }
  }
}
@media screen and (max-width: 768px) {
  @-webkit-keyframes scrollText {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-417px);
              transform: translateX(-417px);
    }
  }
  @keyframes scrollText {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-417px);
              transform: translateX(-417px);
    }
  }
}
/*banner*/
.works {
  /*banner*/
}
.worksbnr {
  padding: 0 60px !important;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worksbnr {
    padding: 0 10px !important;
  }
}
.worksbnr:after {
  content: "";
  display: block;
  width: calc(100% - 120px);
  height: 100%;
  opacity: 0.9;
  left: 80px;
  top: 30px;
  background-color: var(--clr-main);
  position: absolute;
  z-index: 1;
  border-radius: 20px;
}
@media screen and (max-width: 768px) {
  .worksbnr:after {
    top: 20px;
    left: 30px;
    width: calc(100% - 60px);
  }
}
.worksbnr__wrap {
  aspect-ratio: 3;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border: 2px solid #000;
  background: var(--clr-white);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .worksbnr__wrap {
    aspect-ratio: 1.8181818182;
    /*@supports not (aspect-ratio: auto) { 
      position: relative;

      &::before {
        content: '';
        float: left;
        padding-top: calc(math.div($height, $width) * 100%);
      }
      &::after {
        content: '';
        clear: both;
        display: block;
      }
      img {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
      }
    }*/
  }
}
.worksbnr__wrap picture {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 98;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.worksbnr__wrap:hover picture {
  width: 130%;
  height: 130%;
  left: -15%;
  top: -15%;
}
.worksbnr__wrap .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.worksbnr__wrap .txt .ttl {
  z-index: 99;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .worksbnr__wrap .txt .ttl {
    margin-bottom: 10px;
  }
}
.worksbnr__wrap .txt .ttl h3 {
  font-size: var(--font-size24);
}
@media screen and (max-width: 1023px) {
  .worksbnr__wrap .txt .ttl h3 {
    font-size: var(--font-size22);
  }
}
@media screen and (max-width: 768px) {
  .worksbnr__wrap .txt .ttl h3 {
    font-size: var(--font-size16);
  }
}
.worksbnr__wrap .txt .btn {
  padding: 15px 80px;
  border-radius: 50%;
  border: 1px solid #000;
  font-weight: 700;
  z-index: 99;
  position: relative;
}
@media screen and (max-width: 768px) {
  .worksbnr__wrap .txt .btn {
    padding: 7px 50px;
  }
}
.worksbnr__wrap .txt .btn a {
  color: var(--clr-black);
}

/*openwork bnr*/
.c-btn__circle.openwork {
  text-align: center;
  margin-top: 220px;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .c-btn__circle.openwork {
    width: 100%;
    margin-top: 80px;
    padding: 0 30px;
  }
}
.c-btn__circle.openwork a {
  position: relative;
  padding: 60px 50px;
  background: var(--clr-main);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
@media screen and (max-width: 1023px) {
  .c-btn__circle.openwork a {
    padding: 40px 30px;
  }
}
.c-btn__circle.openwork a:visited, .c-btn__circle.openwork a:active, .c-btn__circle.openwork a:link {
  color: var(--clr-white);
  font-size: var(--font-size20);
}
@media screen and (max-width: 768px) {
  .c-btn__circle.openwork a:visited, .c-btn__circle.openwork a:active, .c-btn__circle.openwork a:link {
    font-size: var(--font-size16);
  }
}
.c-btn__circle.openwork a:hover {
  background: var(--clr-black);
}
.c-btn__circle.openwork a:after {
  background: var(--clr-white);
}
.c-btn__circle.openwork a img {
  position: absolute;
  left: -30px;
  top: -50px;
  width: 200px;
}
@media screen and (max-width: 768px) {
  .c-btn__circle.openwork a img {
    width: 140px;
    left: -20px;
    top: -40px;
  }
}

.tp_message__bnr {
  border: 3px solid var(--clr-gray);
  background: url(/recruit/img/3minutes_bg.png) no-repeat var(--clr-white);
  background-position: 400px 0;
  background-size: auto 100%;
  width: 80vw;
  margin: 0 auto;
  border-radius: 2rem;
  position: relative;
  -webkit-box-shadow: 14px 14px var(--clr-main);
          box-shadow: 14px 14px var(--clr-main);
}
@media screen and (max-width: 1023px) {
  .tp_message__bnr {
    margin: 0 30px;
    width: calc(100% - 50px);
  }
}
@media screen and (max-width: 768px) {
  .tp_message__bnr {
    margin: 0 25px;
    background: url(/recruit/img/3minutes_bg.png) no-repeat var(--clr-white);
    background-position: 190px 0;
    background-size: auto 100%;
    -webkit-box-shadow: 5px 5px var(--clr-main);
            box-shadow: 5px 5px var(--clr-main);
  }
}
.tp_message__bnr-inr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 95px 40px 80px 100px;
}
@media screen and (max-width: 768px) {
  .tp_message__bnr-inr {
    display: block;
    padding: 50px 25px 30px 25px;
  }
}
.tp_message__bnr-inr .c-btn__circle {
  margin-top: 0;
}
.tp_message__bnr p {
  background: var(--clr-main);
  color: var(--clr-white);
  font-family: var(--font-eng);
  padding: 20px 35px;
  line-height: 1;
  border-radius: 100px;
  position: absolute;
  left: 30px;
  top: -30px;
  font-size: var(--font-size18);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .tp_message__bnr p {
    font-size: var(--font-size14);
    padding: 10px 25px;
  }
}
.tp_message__bnr p i {
  width: 40px;
  height: 32px;
  margin-right: 7px;
  display: block;
}
@media screen and (max-width: 768px) {
  .tp_message__bnr p i {
    width: 30px;
    height: 24px;
  }
}
.tp_message__bnr p i img {
  width: 100%;
}
.tp_message__bnr p span {
  display: block;
}
.tp_message__bnr h2 {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .tp_message__bnr h2 {
    margin: 0 auto 25px;
    width: 170px;
  }
}

.mv__wrap {
  position: relative;
  padding: 190px 0 30px 10vw;
}
@media screen and (min-width: 1024px) {
  .mv__wrap {
    padding: 180px 0 70px 50px;
  }
}
@media screen and (max-width: 1023px) {
  .mv__wrap {
    padding: 120px 0 80px 40px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mv__wrap {
    padding: 120px 0 60px 20px;
  }
}
.mv__wrap h2 {
  color: var(--clr-black);
  font-size: clamp(3.125rem, 0.8333333333rem + 11.4583333333vw, 10rem);
  font-family: "Inter", sans-serif;
}
.mv__wrap h2 span {
  margin-bottom: 10px;
  font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.125rem);
  line-height: 1;
  display: block;
}

.tp_people {
  overflow-x: hidden;
  padding-top: 150px;
  border-bottom: 4px solid var(--clr-main);
  border-top: 4px solid var(--clr-main);
  background: #eff1f3;
}
.tp_people__mochief-pk {
  position: absolute;
  left: 130px;
  top: 130px;
}
.tp_people__mochief-bl {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 570px;
}
.tp_people__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 60px;
  margin-bottom: 60px;
}
.tp_people__clm-cap {
  width: 500px;
}
.tp_people__slider {
  margin-left: 280px;
}
.tp_people__slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 80px;
}
.tp_people__slider ul li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 50%;
}
.tp_people__box-ph {
  position: relative;
}
.tp_people__box-ph figure {
  aspect-ratio: 1.6666666667;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
  border-radius: 500px;
}
.tp_people__box-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 60px;
}
.tp_people__box-ttl {
  font-size: var(--font-size24);
}
.tp_people__box-ttl h3 {
  line-height: 1.3;
}
.tp_people__box-data {
  font-size: var(--font-size11);
  line-height: 1.6;
}
.tp_people__box-department {
  position: relative;
  font-size: var(--font-size14);
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1;
}
.tp_people__box-department:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: var(--clr-lblue);
  border: 1px solid var(--clr-black);
}

.caption, .top .tp_info__cap h3, .top .tp_workstyle__cap, .top .tp_works__cap {
  font-size: var(--font-size20);
  color: var(--clr-black);
  line-height: 1.5;
  font-weight: 700;
}
@media only screen and (max-width: 1280px) {
  .caption, .top .tp_info__cap h3, .top .tp_workstyle__cap, .top .tp_works__cap {
    font-size: var(--font-size19);
  }
}
@media screen and (max-width: 768px) {
  .caption, .top .tp_info__cap h3, .top .tp_workstyle__cap, .top .tp_works__cap {
    font-size: var(--font-size17);
  }
}

@media screen and (max-width: 768px) {
  .top {
    overflow-x: hidden;
  }
}
.top section {
  padding-bottom: 130px;
  position: relative;
}
.top .wrapper {
  padding-top: 0;
}
.top .wrapper .contents {
  position: relative;
  z-index: 2;
  padding-top: 100vh;
}
.top .wrapper .contents main {
  padding-top: 0;
  width: 100%;
  margin-bottom: 0;
  background: none;
}
.top .tp_mv {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.top .tp_mv__mask {
  height: 100%;
  width: 100%;
  background: var(--clr-black);
  opacity: 0;
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  will-change: transform;
}
.top .tp_mv__bg {
  height: 100%;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (max-width: 1023px) {
  .top .tp_mv__bg {
    right: -260px;
  }
}
.top .tp_mv__bg img {
  height: 100%;
  width: auto;
  margin-left: auto;
}
.top .tp_mv__wrap {
  position: relative;
  height: 100%;
  z-index: 1;
  will-change: transform;
}
.top .tp_mv__txt h2 {
  position: absolute;
  top: 170px;
  left: 70px;
  width: 38vw;
  max-width: 780px;
  min-width: 520px;
  -webkit-mask-image: url(/recruit/img/mv_copy.svg);
          mask-image: url(/recruit/img/mv_copy.svg);
}
@media screen and (max-width: 1023px) {
  .top .tp_mv__txt h2 {
    width: 90vw;
    max-width: 540px;
    min-width: auto;
    top: 120px;
    left: 15px;
  }
}
.top .tp_mv__slider {
  padding-top: 72vh;
}
@media screen and (max-width: 768px) {
  .top .tp_mv__slider {
    padding-top: 66vh;
  }
}
.top .tp_mv__slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  will-change: transform;
}
.top .tp_mv__slider ul img {
  height: 250px;
  width: auto !important;
}
@media screen and (max-width: 1023px) {
  .top .tp_mv__slider ul img {
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_mv__slider ul img {
    height: 140px;
  }
}
.top .swiper-slide {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  will-change: transform;
}
.top .swiper-slide-active img {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.top .tp_message {
  background: var(--clr-main);
  border-radius: 30px 30px 0 0;
  margin-bottom: 0;
  padding: 170px 0;
  z-index: 100;
  position: relative;
  overflow: hidden;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .top .tp_message {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_message {
    padding: 70px 0;
  }
}
.top .tp_message .circle {
  position: absolute;
  left: 50%;
  top: 0;
  background: #eff1f3;
  border-radius: 55%;
  height: 108%;
  aspect-ratio: 1;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
  padding-top: 100%;
  -webkit-transform: translate(-50%, -4%) translate3d(0, 0, 0);
          transform: translate(-50%, -4%) translate3d(0, 0, 0);
}
@media screen and (max-width: 768px) {
  .top .tp_message .circle {
    border-radius: 75%;
    height: 90%;
    -webkit-transform: translate(-50%, 5%) translate3d(0, 0, 0);
            transform: translate(-50%, 5%) translate3d(0, 0, 0);
  }
}
.top .tp_message .c-ttl__top {
  padding-left: 80px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .top .tp_message .c-ttl__top {
    padding-left: 30px;
  }
}
.top .tp_message__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 99;
}
.top .tp_message__txt {
  margin-bottom: 100px;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .top .tp_message__txt {
    padding: 0 30px;
    margin: 30px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_message__txt {
    margin: 30px 0 50px;
  }
}
.top .tp_message__txt p {
  font-size: var(--font-size38);
  line-height: 1.7;
  font-weight: 700;
  margin-bottom: 100px;
}
@media only screen and (max-width: 1280px) {
  .top .tp_message__txt p {
    font-size: var(--font-size30);
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_message__txt p {
    font-size: var(--font-size25);
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_message__txt p {
    font-size: var(--font-size17);
    line-height: 1.5;
    margin-bottom: 40px;
  }
}
.top .tp_message__txt p span {
  background-clip: text;
  -webkit-background-clip: text;
}
.top .tp_message__charactor {
  position: absolute;
  right: 16vw;
  bottom: -50px;
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
  width: 330px;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .top .tp_message__charactor {
    width: 150px;
    right: 20px;
    bottom: -30px;
  }
}
.top .tp_message .is-clip-text {
  color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(100%, #27d8d8), color-stop(0%, #fff));
  background-image: linear-gradient(to left, #27d8d8 100%, #fff 0%);
  background-position-x: 100%;
  background-size: inherit;
  display: block;
}
.top .tp_works {
  background: var(--clr-main);
  padding: 170px 3vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .top .tp_works {
    display: block;
    padding: 100px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_works {
    padding: 40px 25px 70px;
  }
}
.top .tp_works .c-btn__circle a {
  background: var(--clr-white);
  border: none;
}
.top .tp_works .c-btn__circle a:link, .top .tp_works .c-btn__circle a:active, .top .tp_works .c-btn__circle a:visited {
  color: var(--clr-main);
}
.top .tp_works .c-btn__circle a::after {
  background: var(--clr-main);
}
.top .tp_works .c-ttl__top p {
  color: var(--clr-white);
}
.top .tp_works__cap {
  margin: 70px 0 50px;
  color: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .top .tp_works__cap {
    margin: 40px 0 20px;
  }
}
.top .tp_works__left {
  color: var(--clr-white);
  width: calc(40% - 4rem);
}
@media only screen and (max-width: 1280px) {
  .top .tp_works__left {
    width: calc(37% - 3rem);
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_works__left {
    width: 100%;
  }
}
.top .tp_works__right {
  width: 60%;
}
@media only screen and (max-width: 1280px) {
  .top .tp_works__right {
    width: 63%;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_works__right {
    width: 100%;
  }
}
.top .tp_works__list {
  margin-bottom: 30px;
  position: relative;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .top .tp_works__list {
    margin: 30px 0 0;
  }
}
.top .tp_works__list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 2vw 20px 2vw 50px;
  border-radius: 1rem;
  background: var(--clr-white);
}
@media screen and (max-width: 1023px) {
  .top .tp_works__list a {
    display: block;
    padding: 30px 25px;
  }
}
.top .tp_works__list-ph {
  width: 400px;
  position: relative;
  position: relative;
}
.top .tp_works__list-ph figure {
  overflow: hidden;
}
.top .tp_works__list-ph figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1440px) {
  .top .tp_works__list-ph {
    width: 340px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_works__list-ph {
    width: 100%;
  }
}
.top .tp_works__list-ph figure {
  width: 100%;
  height: 170px;
  border-radius: 8px;
}
@media screen and (max-width: 1023px) {
  .top .tp_works__list-ph figure {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_works__list-ph figure {
    height: 160px;
  }
}
.top .tp_works__list-ttl {
  width: calc(100% - 400px);
}
@media only screen and (max-width: 1440px) {
  .top .tp_works__list-ttl {
    width: calc(100% - 340px);
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_works__list-ttl {
    width: 100%;
    margin-bottom: 30px;
  }
}
.top .tp_works__list-ttl p {
  font-family: var(--font-eng);
  font-size: var(--font-size14);
}
@media only screen and (max-width: 1280px) {
  .top .tp_works__list-ttl p {
    font-size: var(--font-size12);
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_works__list-ttl p {
    font-size: var(--font-size10);
    margin-bottom: 5px;
  }
}
.top .tp_works__list-ttl h3 {
  font-size: var(--font-size24);
}
@media only screen and (max-width: 1440px) {
  .top .tp_works__list-ttl h3 {
    font-size: var(--font-size22);
  }
}
@media only screen and (max-width: 1280px) {
  .top .tp_works__list-ttl h3 {
    font-size: var(--font-size20);
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_works__list-ttl h3 {
    font-size: var(--font-size22);
  }
}
@media screen and (max-width: 768px) {
  .top .tp_works__list-ttl h3 {
    font-size: var(--font-size20);
  }
}
.top .tp_people {
  overflow-x: hidden;
  padding-top: 150px;
  border-bottom: 4px solid var(--clr-main);
  border-top: 4px solid var(--clr-main);
  background: #eff1f3;
}
@media screen and (max-width: 1023px) {
  .top .tp_people {
    padding-top: 100px;
    padding-bottom: 70px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_people {
    padding-top: 70px;
  }
}
.top .tp_people__mochief {
  position: relative;
  z-index: 1;
}
.top .tp_people__mochief-pk {
  position: absolute;
  left: 130px;
  top: 130px;
}
.top .tp_people__mochief-bl {
  position: absolute;
  left: 60px;
  top: 60px;
  width: 570px;
}
@media only screen and (max-width: 1280px) {
  .top .tp_people__mochief-bl {
    width: 400px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_people__mochief-bl {
    width: 200px;
    top: 0px;
    left: auto;
    right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_people__mochief-bl {
    width: 150px;
  }
}
.top .tp_people__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1023px) {
  .top .tp_people__clm {
    display: block;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_people__clm {
    padding: 0 25px;
  }
}
.top .tp_people__clm .c-ttl__top {
  z-index: 100;
}
.top .tp_people__clm-cap {
  width: 500px;
}
@media only screen and (max-width: 1280px) {
  .top .tp_people__clm-cap {
    width: 360px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_people__clm-cap {
    display: none;
  }
}
.top .tp_people__slider {
  margin-left: 280px;
}
@media screen and (max-width: 1023px) {
  .top .tp_people__slider {
    margin-left: 0;
    padding: 0 30px;
  }
}
.top .tp_people__slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 80px;
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .top .tp_people__slider ul {
    gap: 0 40px;
  }
}
.top .tp_people__slider ul li {
  /*flex-shrink: 0;*/
  width: 50%;
}
@media only screen and (max-width: 1280px) {
  .top .tp_people__slider ul li {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_people__slider ul li {
    width: 80%;
  }
}
.top .tp_people__box-ph {
  position: relative;
  position: relative;
}
.top .tp_people__box-ph figure {
  overflow: hidden;
}
.top .tp_people__box-ph figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.top .tp_people__box-ph figure {
  aspect-ratio: 1.6666666667;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
  padding-top: 60%;
  border-radius: 500px;
}
.top .tp_people__box-ph figure img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 500px;
}
.top .tp_people__box-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .top .tp_people__box-clm {
    display: block;
    margin-top: 30px;
  }
}
.top .tp_people__box-ttl {
  font-size: var(--font-size24);
  color: var(--clr-black);
}
@media only screen and (max-width: 1280px) {
  .top .tp_people__box-ttl {
    font-size: var(--font-size20);
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_people__box-ttl {
    font-size: var(--font-size16);
  }
}
@media screen and (max-width: 768px) {
  .top .tp_people__box-ttl {
    font-size: var(--font-size14);
  }
}
.top .tp_people__box-ttl h3 {
  line-height: 1.3;
}
.top .tp_people__box-data {
  font-size: var(--font-size11);
  line-height: 1.6;
}
@media only screen and (max-width: 1280px) {
  .top .tp_people__box-data {
    font-size: var(--font-size10);
  }
}
.top .tp_people__box-department {
  position: relative;
  font-size: var(--font-size14);
  font-weight: 600;
  margin-bottom: 10px;
  padding-left: 20px;
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .top .tp_people__box-department {
    font-size: var(--font-size12);
  }
}
@media screen and (max-width: 768px) {
  .top .tp_people__box-department {
    font-size: var(--font-size11);
    margin-top: 20px;
  }
}
.top .tp_people__box-department:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: var(--clr-lblue);
  border: 1px solid var(--clr-black);
}
.top .news_list {
  padding: 100px 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: calc(100% - 80px);
  background: #eff1f3;
  position: relative;
  z-index: 97;
}
@media only screen and (max-width: 1280px) {
  .top .news_list {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .top .news_list {
    display: block;
    padding: 100px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top .news_list {
    padding: 70px 25px;
  }
}
.top .news_list .c-btn__circle {
  position: absolute;
  left: 5rem;
  bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .top .news_list .c-btn__circle {
    margin-top: 70px;
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .top .news_list .c-btn__circle {
    margin-top: 50px;
  }
}
.top .news_list__left {
  width: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media only screen and (max-width: 1280px) {
  .top .news_list__left {
    width: 340px;
  }
}
@media screen and (max-width: 1023px) {
  .top .news_list__left {
    width: 100%;
  }
}
.top .news_list__right {
  width: calc(100% - 500px);
}
@media only screen and (max-width: 1280px) {
  .top .news_list__right {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 1023px) {
  .top .news_list__right {
    width: 100%;
    margin-top: 50px;
  }
}
.top .news_list__box {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1023px) {
  .top .news_list__box {
    padding: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .top .news_list__box {
    padding: 30px 0;
  }
}
.top .news_list__box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .top .news_list__box a {
    display: block;
  }
}
.top .news_list__box a time {
  font-family: var(--font-eng);
  font-size: var(--font-size19);
  font-weight: 400;
  width: 190px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .top .news_list__box a time {
    width: 100%;
    font-size: var(--font-size13);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top .news_list__box a time {
    font-size: var(--font-size12);
    color: var(--clr-black);
  }
}
.top .news_list__box a h3 {
  width: calc(100% - 190px);
}
@media screen and (max-width: 1023px) {
  .top .news_list__box a h3 {
    width: 100%;
  }
}
.top .tp_workstyle {
  background: #eff1f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 13vw 3vw;
  width: calc(100% - 80px);
  position: relative;
  z-index: 97;
  will-change: transform;
  gap: 0 80px;
}
@media only screen and (max-width: 1440px) {
  .top .tp_workstyle {
    gap: 0 70px;
  }
}
@media only screen and (max-width: 1280px) {
  .top .tp_workstyle {
    width: 100%;
    gap: 0 50px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_workstyle {
    display: block;
    padding: 70px 30px;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_workstyle {
    padding: 50px 25px;
  }
}
.top .tp_workstyle__mochief {
  z-index: 10;
  position: relative;
}
.top .tp_workstyle__mochief-pk {
  position: absolute;
  right: 10px;
  top: -30px;
}
.top .tp_workstyle__mochief-bl {
  position: absolute;
  right: -20px;
  top: -400px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 570px;
}
@media only screen and (max-width: 1440px) {
  .top .tp_workstyle__mochief-bl {
    width: 270px;
    right: 20px;
    top: -200px;
  }
}
.top .tp_workstyle__left {
  width: calc(100% - 950px);
  min-width: 580px;
}
@media only screen and (max-width: 1440px) {
  .top .tp_workstyle__left {
    width: calc(100% - 700px);
    min-width: 390px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_workstyle__left {
    width: 100%;
    min-width: 100%;
  }
}
.top .tp_workstyle__left-ph {
  position: sticky;
  top: 200px;
  margin-top: 60px;
}
@media screen and (max-width: 1023px) {
  .top .tp_workstyle__left-ph {
    display: none;
  }
}
.top .tp_workstyle__wrap {
  width: 60%;
  margin-left: auto;
  padding-bottom: 15px;
  position: relative;
  padding-bottom: 100px;
  z-index: 98;
}
@media only screen and (max-width: 1280px) {
  .top .tp_workstyle__wrap {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  .top .tp_workstyle__wrap {
    width: 80%;
  }
}
.top .tp_workstyle__wrap-ph {
  position: relative;
}
.top .tp_workstyle__right {
  width: 870px;
}
@media only screen and (max-width: 1440px) {
  .top .tp_workstyle__right {
    width: 700px;
  }
}
@media screen and (max-width: 1023px) {
  .top .tp_workstyle__right {
    width: 100%;
    margin-top: 40px;
  }
}
.top .tp_workstyle__cap {
  margin: 70px 0 50px;
}
@media screen and (max-width: 1023px) {
  .top .tp_workstyle__cap {
    margin: 50px 0 30px;
  }
}
.top .tp_info {
  padding: 100px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 97;
}
@media screen and (max-width: 1023px) {
  .top .tp_info {
    padding: 50px 0 0 0;
  }
}
.top .tp_info__wrap {
  width: 100%;
}
.top .tp_info__cap {
  margin: 100px 0 50px;
}
@media screen and (max-width: 1023px) {
  .top .tp_info__cap {
    margin: 50px 0 30px;
  }
}
.top .tp_info__cap > h3 {
  margin-bottom: 25px;
  line-height: 1.4;
}
@media screen and (max-width: 1023px) {
  .top .tp_info__cap p br {
    display: none;
  }
}
.top .tp_info__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 20px;
}
@media screen and (max-width: 1023px) {
  .top .tp_info__list ul {
    display: block;
  }
}
.top .tp_info__list ul li {
  width: 32%;
}
@media screen and (max-width: 1023px) {
  .top .tp_info__list ul li {
    width: 100%;
    margin-bottom: 15px;
  }
}
.top .tp_info__list ul li a {
  background: var(--clr-white);
  padding: 80px 15px;
  border-radius: 1rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media screen and (max-width: 1023px) {
  .top .tp_info__list ul li a {
    padding: 35px 15px;
  }
}
.top .tp_info__list ul li a:hover {
  border: 2px solid var(--clr-main);
  margin: -10px -2px -2px -6px;
  -webkit-box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 5px 10px 20px rgba(0, 0, 0, 0.15);
}
.top .tp_info__list ul li h3 {
  font-size: var(--font-size17);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1280px) {
  .top .tp_info__list ul li h3 {
    font-size: var(--font-size15);
  }
}
.top .tp_info__list ul li h3 i {
  margin-right: 7px;
  width: 25px;
}
@media screen and (max-width: 768px) {
  .top .tp_info__list ul li h3 i {
    margin-right: 12px;
  }
}

.news_cont__wrap,
.news_list__wrap {
  z-index: 99;
}
.news_cont section,
.news_list section {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .news_cont section,
  .news_list section {
    width: 100%;
  }
}
.news_cont__box time,
.news_list__box time {
  font-size: clamp(0.625rem, 0.4583333333rem + 0.8333333333vw, 1.125rem);
  font-weight: 700;
  font-family: var(--font-eng);
  display: block;
}
@media screen and (max-width: 1023px) {
  .news_cont .clm,
  .news_list .clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1023px) {
  .news_cont .clm-aside,
  .news_list .clm-aside {
    margin-bottom: 0;
    margin-top: 100px;
  }
}
.news_cont .clm-aside ul li,
.news_list .clm-aside ul li {
  padding-bottom: 13px;
  margin-bottom: 13px;
}
.news_cont .clm-aside .news_side__category,
.news_list .clm-aside .news_side__category {
  margin-top: 50px;
}
.news_cont .clm-aside h3,
.news_list .clm-aside h3 {
  font-size: var(--font-size30);
  font-family: var(--font-eng);
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .news_cont .clm-aside h3,
  .news_list .clm-aside h3 {
    padding: 0 20px;
    font-size: var(--font-size16);
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1800px) {
  .news_cont .clm-main,
  .news_list .clm-main {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .news_cont .clm-main,
  .news_list .clm-main {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.news_list__box {
  cursor: pointer;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 35px 0;
}
@media screen and (max-width: 1023px) {
  .news_list__box {
    padding: 20px 0;
  }
}
.news_list__box:first-of-type {
  padding-top: 0;
}
.news_list__box > a {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  position: relative;
  display: block;
  width: 100%;
}
.news_list h3 {
  font-size: var(--font-size17);
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: normal;
}
@media screen and (max-width: 1023px) {
  .news_list h3 {
    font-size: var(--font-size14);
  }
}
@media screen and (max-width: 768px) {
  .news_list h3 {
    margin-left: 0;
  }
}
.news_list__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
}
.news_list__date time {
  margin-right: 15px;
}

.news_cont__ttl {
  position: relative;
}
.news_cont__ttl h3 {
  font-size: clamp(1.375rem, 1.0833333333rem + 1.4583333333vw, 2.25rem);
  line-height: 1.4;
  margin-bottom: 50px;
}
.news_cont__ttl time {
  margin-bottom: 10px;
}
.news_cont__ttl .cat {
  position: absolute;
  right: 0;
  top: 0;
}
.news_cont .clm-main img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
}
.news_cont .clm-main figure {
  border-radius: 0 !important;
}
.news_cont .clm-main figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.news_cont .c-btn__default {
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  .news_cont .c-btn__default {
    padding-bottom: 3px;
  }
}

.pagenation {
  margin-top: 100px;
}
@media screen and (max-width: 1023px) {
  .pagenation {
    margin-top: 60px;
  }
}
.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .pagenation ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.pagenation ul li {
  margin-right: 5px;
}
.pagenation ul li:last-of-type {
  margin-right: 0;
}
.pagenation ul li span,
.pagenation ul li a {
  display: block;
  padding: 1.5rem 2rem;
  line-height: 1;
  border-radius: 5px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.pagenation ul li span:hover,
.pagenation ul li a:hover {
  background: var(--clr-main);
  color: var(--clr-white);
}
.pagenation ul li span {
  background: var(--clr-main);
  color: var(--clr-white);
}

.about {
  /*message*/
}
.about .tp_message__bnr {
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .about .tp_message__bnr {
    margin: 60px auto 80px;
  }
}
.about .message {
  /*ph*/
}
.about .message__wrap {
  width: 80vw;
  margin: 0 auto 0 120px;
  padding-left: 6vw;
}
@media screen and (max-width: 1400px) {
  .about .message__wrap {
    padding-left: 0;
  }
}
@media screen and (max-width: 1023px) {
  .about .message__wrap {
    width: 100%;
    padding: 0 30px;
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .about .message__wrap {
    padding: 0 25px;
  }
}
.about .message .c-ttl__base {
  margin-bottom: 100px;
  font-size: var(--font-size42);
  line-height: 1.2;
}
@media screen and (max-width: 1023px) {
  .about .message .c-ttl__base {
    margin-bottom: 50px;
    font-size: var(--font-size28);
  }
}
@media screen and (max-width: 768px) {
  .about .message .c-ttl__base {
    margin-bottom: 30px;
    font-size: var(--font-size22);
  }
}
.about .message .txt {
  margin-left: 6vw;
  margin-bottom: 130px;
  font-size: var(--font-size21);
  line-height: 2.2;
}
@media only screen and (max-width: 1800px) {
  .about .message .txt {
    margin-left: 5vw;
    font-size: var(--font-size19);
  }
}
@media screen and (max-width: 1400px) {
  .about .message .txt {
    margin-left: 4vw;
    font-size: var(--font-size18);
  }
}
@media screen and (max-width: 1023px) {
  .about .message .txt {
    margin-bottom: 60px;
    font-size: var(--font-size13);
    margin-left: 0;
    line-height: 1.9;
  }
}
@media screen and (max-width: 768px) {
  .about .message .txt {
    font-size: var(--font-size12);
    line-height: 1.8;
  }
}
.about .message__ph {
  position: relative;
}
@media screen and (max-width: 768px) {
  .about .message__ph {
    overflow-x: hidden;
  }
}
.about .message__ph figure {
  border-radius: 10px;
  aspect-ratio: 2;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
}
.about .message__ph figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
}

.three .chapter__ttl {
  text-align: center;
  margin-bottom: 70px;
  line-height: 1;
  font-family: "Inter", sans-serif;
}
@media screen and (max-width: 1023px) {
  .three .chapter__ttl {
    margin-bottom: 40px;
  }
}
.three .chapter__ttl span {
  font-size: var(--font-size50);
  font-family: "Inter", sans-serif;
  color: var(--clr-black);
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .three .chapter__ttl span {
    font-size: var(--font-size36);
  }
}
.three .chapter__ttl h3 {
  margin-top: 15px;
}
.three .ttl__center {
  text-align: center;
  margin-bottom: 50px;
  font-size: var(--font-size17);
}
@media screen and (max-width: 1023px) {
  .three .ttl__center {
    margin-bottom: 30px;
    font-size: var(--font-size15);
  }
}
.three .chapter1 .field {
  position: relative;
  max-width: 1400px;
  margin: 0 auto 140px !important;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .field {
    margin-bottom: 70px !important;
    padding: 0 !important;
  }
}
.three .chapter1 .field .cls-1 {
  fill: url(#gr03);
}
.three .chapter1 .field .cls-2 {
  fill: url(#gr02);
}
.three .chapter1 .field .cls-3 {
  fill: url(#gr06);
}
.three .chapter1 .field .cls-4 {
  fill: url(#gr05);
}
.three .chapter1 .field .cls-5 {
  fill: url(#gr04);
}
.three .chapter1 .field .cls-6 {
  fill: url(#gr02-2);
}
.three .chapter1 .field .cls-7 {
  fill: url(#gr02-3);
}
.three .chapter1 .field .cls-8 {
  fill: url(#gr04-2);
}
.three .chapter1 .field .cls-9 {
  fill: url(#gr03-3);
}
.three .chapter1 .field .cls-10 {
  fill: url(#gr03-4);
}
.three .chapter1 .field .cls-11 {
  fill: url(#gr03-2);
}
.three .chapter1 .field .cls-12 {
  fill: url(#gr03-5);
}
.three .chapter1 .field .cls-13 {
  fill: url(#gr03-6);
}
.three .chapter1 .field .cls-14 {
  fill: url(#gr03-7);
}
.three .chapter1 .field .cls-15 {
  fill: url(#gr03-8);
}
.three .chapter1 .field .cls-16 {
  fill: url(#gr03-9);
}
.three .chapter1 .field .cls-17 {
  fill: #fff;
}
.three .chapter1 .field .cls-18 {
  fill: #00b43c;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .field-ph {
    overflow: scroll;
  }
}
.three .chapter1 .field-figure {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.three .chapter1 .field-figure img {
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .field svg,
  .three .chapter1 .field img {
    width: 900px;
    max-width: 900px;
  }
}
.three .chapter1 .field a .btn {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.three .chapter1 .field a .btn:hover {
  -webkit-transform: translateY(-40px);
          transform: translateY(-40px);
}
.three .chapter1 .field p {
  margin-top: 30px;
}
@media only screen and (max-width: 1540px) {
  .three .chapter1 .field p {
    padding: 0 25px;
  }
}
.three .chapter1 .name__wrap {
  width: 1024px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .name__wrap {
    width: 100%;
  }
}
.three .chapter1 .name .c-ttl__base {
  margin-bottom: 100px;
  font-size: var(--font-size45);
  line-height: 1.2;
}
@media screen and (max-width: 1400px) {
  .three .chapter1 .name .c-ttl__base {
    font-size: var(--font-size36);
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .name .c-ttl__base {
    font-size: var(--font-size26);
  }
}
.three .chapter1 .name .txt {
  margin-top: 40px;
  line-height: 2.2;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .name .txt {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .name .txt {
    padding: 0 25px;
  }
}
.three .chapter1 .name .img {
  position: relative;
  width: 500px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .three .chapter1 .name .img {
    width: 250px;
  }
}
.three .chapter1 .name .img figure img {
  width: 100%;
}
.three .chapter1 .partner__wrap {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 1280px) {
  .three .chapter1 .partner__wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .partner__wrap {
    padding: 0 25px;
  }
}
.three .chapter1 .partner .img {
  width: 75%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .three .chapter1 .partner .img {
    width: 100%;
  }
  .three .chapter1 .partner .img figure {
    margin-right: -20px;
  }
}
.three .chapter1 .partner .txt {
  width: 450px;
  position: absolute;
  left: 150px;
  top: 130px;
}
@media only screen and (max-width: 1280px) {
  .three .chapter1 .partner .txt {
    left: 60px;
    top: 60px;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .partner .txt {
    width: 380px;
    left: 30px;
    top: 0;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .partner .txt {
    width: 220px;
    left: 25px;
  }
}
.three .chapter1 .partner .txt h3 {
  font-size: var(--font-size15);
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .partner .txt h3 {
    margin-bottom: 20px;
    font-size: var(--font-size12);
  }
}
.three .chapter1 .partner .txt h4 {
  font-size: var(--font-size25);
  margin-bottom: 25px;
  line-height: 1.3;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .partner .txt h4 {
    font-size: var(--font-size22);
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .partner .txt h4 {
    font-size: var(--font-size17);
  }
}
.three .chapter1 .partner .txt p {
  font-size: var(--font-size14);
  line-height: 2;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .partner .txt p {
    font-size: var(--font-size12);
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .partner .txt p {
    font-size: var(--font-size11);
    line-height: 1.6;
  }
}
.three .chapter1 .growth {
  background: var(--clr-main);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .three .chapter1 .growth {
    padding: 60px 0;
  }
}
.three .chapter1 .growth .ttl__center {
  color: var(--clr-white);
}
.three .chapter1 .growth__wrap {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .three .chapter1 .growth__wrap {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .three .chapter1 .growth__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .growth__wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .growth__wrap {
    padding: 0 25px;
  }
}
.three .chapter1 .growth__clm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .three .chapter1 .growth__clm ul {
    display: block;
  }
}
.three .chapter1 .growth__clm ul li {
  width: 49%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .growth__clm ul li {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .growth__clm ul li:last-of-type {
    margin-top: 50px;
  }
}
.three .chapter1 .growth__clm ul li h4 {
  color: var(--clr-white);
}
.three .chapter1 .growth__clm ul li img {
  height: 360px;
}
@media screen and (max-width: 768px) {
  .three .chapter1 .growth__clm ul li img {
    height: auto;
  }
}
.three .chapter1 .data__wrap {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .three .chapter1 .data__wrap {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .three .chapter1 .data__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .data__wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .data__wrap {
    padding: 0 25px;
  }
}
.three .chapter1 .data__clm {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1440px) {
  .three .chapter1 .data__clm {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .data__clm {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .data__clm {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .data__clm {
    padding: 0;
  }
}
.three .chapter1 .data__clm ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .three .chapter1 .data__clm ul {
    display: block;
  }
}
.three .chapter1 .data__clm ul li {
  width: 29%;
  background: var(--clr-main);
  border-radius: 50%;
  aspect-ratio: 1;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
  text-align: center;
  color: var(--clr-white);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1440px) {
  .three .chapter1 .data__clm ul li {
    width: 31%;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .data__clm ul li {
    width: 300px;
    margin: 0 auto 30px;
  }
  .three .chapter1 .data__clm ul li:last-of-type {
    margin-bottom: 0;
  }
}
.three .chapter1 .data__clm ul li h4 {
  width: 100%;
  background: var(--clr-white);
  color: var(--clr-main);
  position: absolute;
  left: 20%;
  top: 30px;
  width: 60%;
  padding: 10px;
  line-height: 1;
  border-radius: 5px;
}
.three .chapter1 .data__clm ul li img {
  height: 100px;
  margin: 20px 0;
}
@media only screen and (max-width: 1440px) {
  .three .chapter1 .data__clm ul li img {
    height: 80px;
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .data__clm ul li img {
    height: 60px;
    margin: 40px 0 15px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .data__clm ul li img {
    height: 80px;
    margin: 30px 0 15px;
  }
}
.three .chapter1 .data__clm ul li p {
  font-size: var(--font-size36);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  line-height: 1;
}
@media only screen and (max-width: 1440px) {
  .three .chapter1 .data__clm ul li p {
    font-size: var(--font-size30);
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .data__clm ul li p {
    font-size: var(--font-size25);
  }
}
@media screen and (max-width: 768px) {
  .three .chapter1 .data__clm ul li p {
    font-size: var(--font-size30);
  }
}
.three .chapter1 .data__clm ul li p span {
  font-size: var(--font-size13);
}
@media screen and (max-width: 1023px) {
  .three .chapter1 .data__clm ul li p span {
    font-size: var(--font-size11);
  }
}
.three .chapter2 {
  width: 80vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .three .chapter2 {
    width: 100%;
    padding: 0 25px;
  }
}
.three .bus_idx {
  text-align: center;
}
.three .bus_idx > p {
  margin-bottom: 60px;
}
.three .bus_idx h4 {
  font-size: var(--font-size15);
  font-weight: 600;
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .three .bus_idx h4 {
    margin-top: 20px;
  }
}
.three .bus_idx__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .three .bus_idx__clm {
    display: block;
  }
}
.three .bus_idx__clm a {
  width: 30%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .three .bus_idx__clm a {
    width: 48%;
  }
}
@media screen and (max-width: 768px) {
  .three .bus_idx__clm a {
    width: 100%;
  }
}
.three .bus_idx__box {
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .three .bus_idx__box {
    width: 100%;
    margin-bottom: 40px;
  }
}
.three .bus_idx__box-ph {
  margin-bottom: 20px;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
@media screen and (max-width: 1023px) {
  .three .bus_idx__box-ph {
    margin-bottom: 10px;
  }
}
.three .bus_idx__box:hover .bus_idx__box-ph {
  background: #efefef;
}
.three .chapter3 {
  background: var(--clr-main);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .three .chapter3 {
    padding: 60px 0;
  }
}
.three .chapter3 .chapter__ttl {
  color: var(--clr-white);
}
.three .chapter3 .chapter__ttl span {
  color: var(--clr-white);
}
.three .chapter3 .num {
  width: 1140px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 1440px) {
  .three .chapter3 .num {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter3 .num {
    padding: 0 25px;
  }
}
.three .chapter3 .num__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px 1%;
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.three .chapter3 .num__box {
  width: 49%;
  background: var(--clr-white);
  padding: 50px 50px;
  border-radius: 20px;
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box {
    width: 100%;
    padding: 40px 25px 30px;
  }
}
.three .chapter3 .num__box.w100 {
  width: 100%;
}
.three .chapter3 .num__box.w100 .img {
  width: 250px !important;
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box.w100 .img {
    width: 200px !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box.w100 .clm {
    display: block;
  }
  .three .chapter3 .num__box.w100 .clm .txt {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box.flex-column .clm {
    display: block;
  }
  .three .chapter3 .num__box.flex-column .clm .txt {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .three .chapter3 .num__box.flex-column .clm .txt p {
    width: 50%;
    font-size: var(--font-size40);
    text-align: center;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 1280px) {
  .three .chapter3 .num__box.flex-column .clm .txt p {
    font-size: var(--font-size65);
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .three .chapter3 .num__box.flex-column .clm .txt p {
    font-size: var(--font-size35);
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box.flex-column .clm .img {
    margin: 25px auto 0;
  }
}
.three .chapter3 .num__box-ttl {
  text-align: center;
}
.three .chapter3 .num__box-ttl h4 {
  text-align: center;
  font-size: var(--font-size16);
  font-weight: bold;
  margin-bottom: 40px;
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box-ttl h4 {
    margin-bottom: 20px;
  }
}
.three .chapter3 .num__box-ttl h4:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -15px;
  width: auto;
  height: auto;
  content: "[";
}
.three .chapter3 .num__box-ttl h4:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -15px;
  width: auto;
  height: auto;
  content: "]";
}
.three .chapter3 .num__box .clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.three .chapter3 .num__box .clm .txt {
  width: calc(100% - 220px);
  line-height: 1;
}
@media only screen and (max-width: 1280px) {
  .three .chapter3 .num__box .clm .txt {
    width: calc(100% - 180px);
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box .clm .txt {
    width: calc(100% - 220px);
  }
}
@media screen and (max-width: 768px) {
  .three .chapter3 .num__box .clm .txt {
    width: calc(100% - 110px);
  }
}
.three .chapter3 .num__box .clm .txt p {
  font-size: var(--font-size65);
  color: var(--clr-main);
  font-weight: 500;
  font-family: "Inter", sans-serif;
  will-change: transform;
}
@media only screen and (max-width: 1280px) {
  .three .chapter3 .num__box .clm .txt p {
    font-size: var(--font-size55);
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box .clm .txt p {
    font-size: var(--font-size65);
  }
}
@media screen and (max-width: 768px) {
  .three .chapter3 .num__box .clm .txt p {
    font-size: var(--font-size48);
  }
}
.three .chapter3 .num__box .clm .txt p span {
  font-size: var(--font-size18);
  font-weight: 700;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .three .chapter3 .num__box .clm .txt p span {
    font-size: var(--font-size13);
  }
}
.three .chapter3 .num__box .clm .txt > label {
  color: var(--clr-main);
  font-size: var(--font-size14);
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .three .chapter3 .num__box .clm .txt > label {
    font-size: var(--font-size12);
  }
}
.three .chapter3 .num__box .clm .txt > label p {
  font-size: var(--font-size20);
  margin-top: 4px;
}
@media screen and (max-width: 768px) {
  .three .chapter3 .num__box .clm .txt > label p {
    font-size: var(--font-size15);
  }
}
.three .chapter3 .num__box .clm .txt li {
  font-size: var(--font-size22);
  color: var(--clr-main);
  font-weight: bold;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1280px) {
  .three .chapter3 .num__box .clm .txt li {
    font-size: var(--font-size20);
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter3 .num__box .clm .txt li {
    font-size: var(--font-size13);
  }
}
.three .chapter3 .num__box .clm .txt li label {
  margin-right: 20px;
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box .clm .txt li label {
    margin-right: 0;
  }
}
.three .chapter3 .num__box .clm .txt li label img {
  width: 40px;
}
@media only screen and (max-width: 1280px) {
  .three .chapter3 .num__box .clm .txt li label img {
    width: 25px;
    margin-right: 10px;
  }
}
.three .chapter3 .num__box .clm .img {
  width: 180px;
}
@media only screen and (max-width: 1280px) {
  .three .chapter3 .num__box .clm .img {
    width: 160px;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter3 .num__box .clm .img {
    width: 180px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter3 .num__box .clm .img {
    width: 110px;
  }
}
.three .chapter4 .chara__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .three .chapter4 .chara__wrap ul {
    width: 600px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter4 .chara__wrap ul {
    width: 85vw;
    padding-left: 20px;
  }
}
.three .chapter4 .chara__wrap ul li {
  width: 48%;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .three .chapter4 .chara__wrap ul li {
    width: 42%;
  }
}
.three .chapter4 .chara__wrap ul li:first-of-type img {
  height: 300px;
}
@media screen and (max-width: 768px) {
  .three .chapter4 .chara__wrap ul li:first-of-type img {
    height: 200px;
  }
}
.three .chapter4 .chara__wrap ul li:last-of-type img {
  height: 340px;
}
@media screen and (max-width: 1023px) {
  .three .chapter4 .chara__wrap ul li:last-of-type img {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter4 .chara__wrap ul li:last-of-type img {
    height: 240px;
  }
}
.three .chapter4 .chara__wrap ul li h4 {
  margin-bottom: 35px;
  font-size: var(--font-size32);
  font-family: "Darumadrop One", sans-serif;
}
@media screen and (max-width: 1023px) {
  .three .chapter4 .chara__wrap ul li h4 {
    font-size: var(--font-size24);
  }
}
@media screen and (max-width: 768px) {
  .three .chapter4 .chara__wrap ul li h4 {
    font-size: var(--font-size20);
    margin-bottom: 25px;
  }
}
.three .chapter4 .ph__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .three .chapter4 .ph__wrap {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .three .chapter4 .ph__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .three .chapter4 .ph__wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter4 .ph__wrap {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .three .chapter4 .ph__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 30px 0;
  }
}
.three .chapter4 .ph__box {
  width: 31%;
  text-align: center;
  position: relative;
}
.three .chapter4 .ph__box figure {
  overflow: hidden;
}
.three .chapter4 .ph__box figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .three .chapter4 .ph__box {
    width: 100%;
  }
}
.three .chapter4 .ph__box figure {
  border-radius: 10px;
}
.three .chapter4 .ph .ph {
  margin-bottom: 20px;
}

.works {
  /*head*/
  /*業務内容*/
  /*1日のスケジュール*/
  /*求める人物像*/
}
.works .l-section {
  padding: 0 70px;
}
@media screen and (max-width: 1023px) {
  .works .l-section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .works .l-section {
    padding: 0 25px;
  }
}
.works .breadcrumb {
  margin-bottom: 50px !important;
}
@media screen and (max-width: 768px) {
  .works .breadcrumb {
    margin-bottom: 30px !important;
  }
}
.works.Android .works__head .works__wrap-ttl {
  margin-bottom: 4px;
}
.works.index .breadcrumb {
  width: calc(100% - 80px);
}
@media only screen and (max-width: 1280px) {
  .works.index .breadcrumb {
    width: 100%;
  }
}
.works.index .ft_contact path {
  fill: var(--clr-main);
}
.works.index main {
  background: var(--clr-main);
  padding: 120px 0 140px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .works.index main {
    padding: 60px 0 70px;
  }
}
.works.index .feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 90vw;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .works.index .feature {
    margin-bottom: 60px;
  }
}
.works.index .feature__box {
  width: 100%;
  position: relative;
  background: #eff1f3;
  margin-bottom: 200px;
  border-radius: 30px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  padding: 50px;
  -webkit-box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 7px 18px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 rgba(0, 0, 0, 0), 0 0 rgba(0, 0, 0, 0), 0px 7px 18px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 1023px) {
  .works.index .feature__box {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .works.index .feature__box {
    border-radius: 20px;
    margin-bottom: 30px;
    padding: 30px;
  }
}
.works.index .feature__box-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .works.index .feature__box-clm {
    display: block;
  }
}
.works.index .feature__box.reverse .feature__box-clm {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.works.index .feature__box-wrap {
  width: calc(100% - 35vw - 100px);
  padding: 0;
}
@media only screen and (max-width: 1280px) {
  .works.index .feature__box-wrap {
    width: calc(100% - 250px - 50px);
  }
}
@media screen and (max-width: 768px) {
  .works.index .feature__box-wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.works.index .feature__box .image {
  width: 35vw;
  height: 35vw;
  border-radius: 200%;
  overflow: hidden;
}
@media only screen and (max-width: 1280px) {
  .works.index .feature__box .image {
    width: 250px;
    height: 250px;
    border: 1px solid var(--clr-black);
  }
}
@media screen and (max-width: 768px) {
  .works.index .feature__box .image {
    width: 150px;
    height: 150px;
    border: 1px solid var(--clr-black);
  }
}
.works.index .feature__box .image div {
  overflow: hidden;
  position: relative;
}
.works.index .feature__box .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
.works.index .feature__box .number {
  font-size: 6rem;
  color: var(--clr-main);
  font-family: var(--font-num);
  position: absolute;
  top: -20px;
  right: 30px;
}
@media only screen and (max-width: 1280px) {
  .works.index .feature__box .number {
    font-size: 3rem;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .works.index .feature__box .number {
    font-size: 5rem;
    top: 30px;
  }
}
.works.index .feature__box .title {
  font-size: var(--font-size34);
  font-weight: 500;
  line-height: 1.2;
  font-weight: 700;
  color: var(--clr-main);
}
@media only screen and (max-width: 1280px) {
  .works.index .feature__box .title {
    font-size: var(--font-size27);
  }
}
@media screen and (max-width: 1023px) {
  .works.index .feature__box .title {
    font-size: var(--font-size24);
  }
}
@media screen and (max-width: 768px) {
  .works.index .feature__box .title {
    width: 100%;
    font-size: var(--font-size20);
  }
}
@media screen and (max-width: 768px) {
  .works.index .feature__box .c-btn__circle {
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .works.index .feature__box {
    padding: 60px 120px;
    position: sticky;
  }
  .works.index .feature__box:nth-child(1) {
    -webkit-margin-before: 0;
            margin-block-start: 0;
    z-index: 10;
    top: 150px;
  }
  .works.index .feature__box:nth-child(2) {
    z-index: 20;
    top: 170px;
  }
  .works.index .feature__box:nth-child(3) {
    z-index: 30;
    top: 190px;
  }
  .works.index .feature__box:nth-child(4) {
    z-index: 30;
    top: 210px;
  }
}
.works.index .business {
  width: 90%;
  margin: 0 auto;
}
@media only screen and (max-width: 1800px) {
  .works.index .business {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .works.index .business {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (max-width: 1023px) {
  .works.index .business {
    width: 100%;
    margin-top: 80px;
  }
}
@media screen and (max-width: 768px) {
  .works.index .business {
    margin-top: 0px;
  }
}
.works.index .business__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .works.index .business__wrap {
    display: block;
  }
}
.works.index .business__wrap:after {
  content: "";
  display: block;
  width: 49%;
}
@media screen and (max-width: 1023px) {
  .works.index .business__wrap:after {
    width: 100%;
  }
}
.works.index .business__box {
  width: 49%;
  padding: 50px 30px;
  border-radius: 30px;
  border: 2px solid #fff;
  background: var(--clr-white);
  margin-bottom: 25px;
}
@media screen and (max-width: 1023px) {
  .works.index .business__box {
    width: 100%;
    padding: 30px 20px;
    border-radius: 20px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 768px) {
  .works.index .business__box {
    margin-bottom: 25px;
  }
}
.works.index .business__box h3 {
  text-align: center;
  font-size: clamp(1.375rem, 1.25rem + 0.625vw, 1.75rem);
  color: clr(base);
}
.works.index .business__cap {
  background: var(--clr-main);
  padding: 10px;
  border-radius: 200px;
  color: var(--clr-white);
  text-align: center;
  font-size: 0.7rem;
  line-height: 1;
  margin: 20px 0 25px;
  font-weight: 600;
}
.works__head {
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .works__head {
    margin: 0 auto 50px;
  }
}
.works__head-ph {
  position: relative;
  max-width: 1440px;
  margin: 70px auto 70px;
}
@media screen and (max-width: 768px) {
  .works__head-ph {
    margin: 40px auto 30px;
  }
}
.works__head-ph figure {
  border-radius: 10px;
}
.works__head-ph figure img {
  width: 100%;
}
.works__head-txt {
  max-width: 1440px;
  margin: 0 auto;
}
.works__wrap {
  padding-left: 40px;
}
@media screen and (max-width: 1440px) {
  .works__wrap {
    padding: 0 30px;
  }
}
.works__wrap .c-ttl__top p {
  font-size: clamp(4rem, 2.5rem + 8.5vw, 8.5vw);
  line-height: 0.9;
  margin: 0;
}
.works__wrap-ttl {
  margin-top: auto;
}
.works__wrap-ttl h2 {
  font-size: var(--font-size18);
  background: var(--clr-main);
  color: var(--clr-black);
  padding: 8px;
  line-height: 1;
  border: 1px solid #000;
  display: inline-block;
}
@media only screen and (max-width: 1440px) {
  .works__wrap-ttl h2 {
    font-size: var(--font-size15);
  }
}
@media screen and (max-width: 1023px) {
  .works__wrap-ttl h2 {
    font-size: var(--font-size13);
  }
}
@media screen and (max-width: 768px) {
  .works__wrap-ttl h2 {
    font-size: var(--font-size12);
  }
}
.works__wrap-ph {
  position: relative;
  width: 70%;
}
.works__wrap-ph figure {
  aspect-ratio: 1.3636363636;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
}
.works .jobdisc__clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1440px) {
  .works .jobdisc__clm {
    display: block;
  }
}
.works .jobdisc__clm-lt {
  width: 20%;
}
@media only screen and (max-width: 1440px) {
  .works .jobdisc__clm-lt {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .works .jobdisc__clm-lt {
    margin-bottom: 20px;
  }
}
.works .jobdisc__clm-rt {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media only screen and (max-width: 1440px) {
  .works .jobdisc__clm-rt {
    width: 100%;
  }
}
.works .jobdisc__clm-rt .profile {
  width: 30%;
  text-align: center;
  position: sticky;
  top: 110px;
}
@media only screen and (max-width: 1280px) {
  .works .jobdisc__clm-rt .profile {
    width: 250px;
  }
}
@media screen and (max-width: 768px) {
  .works .jobdisc__clm-rt .profile {
    display: none;
  }
}
.works .jobdisc__clm-rt .profile__ph {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
}
.works .jobdisc__clm-rt .profile__oneword {
  background: #111;
  font-size: var(--font-size13);
  color: var(--clr-white);
  line-height: 1;
  padding: 9px 25px;
  margin-bottom: 30px;
  display: inline-block;
  border-radius: 100px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .works .jobdisc__clm-rt .profile__oneword {
    font-size: var(--font-size12);
  }
}
.works .jobdisc__clm-rt .profile__oneword:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -7px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 10px;
  width: 7px;
  border-radius: 30px;
  background: #111;
}
.works .jobdisc__clm-rt .profile ul {
  padding: 25px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(0, 200, 200)), color-stop(50%, rgb(0, 220, 220)), to(rgb(0, 200, 200)));
  background: linear-gradient(0deg, rgb(0, 200, 200) 0%, rgb(0, 220, 220) 50%, rgb(0, 200, 200) 100%);
  border-radius: 0 0 20px 20px;
}
.works .jobdisc__clm-rt .profile ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding: 10px 0;
  text-align: left;
  font-size: var(--font-size13);
  font-weight: bold;
}
@media only screen and (max-width: 1280px) {
  .works .jobdisc__clm-rt .profile ul li {
    font-size: var(--font-size12);
    padding: 8px 0;
  }
}
.works .jobdisc__clm-rt .profile ul li a {
  color: var(--clr-white);
}
.works .jobdisc__wrap {
  width: 67%;
}
@media only screen and (max-width: 1280px) {
  .works .jobdisc__wrap {
    width: calc(100% - 280px);
  }
}
@media screen and (max-width: 768px) {
  .works .jobdisc__wrap {
    width: 100%;
  }
}
.works .jobdisc__box {
  padding: 50px 30px;
  border-radius: 20px;
  background: var(--clr-white);
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .works .jobdisc__box {
    display: block;
    padding: 20px;
    margin-bottom: 25px;
  }
}
.works .jobdisc__box:last-of-type {
  margin-bottom: 0;
}
.works .jobdisc__box-ph {
  width: 40%;
  position: relative;
}
.works .jobdisc__box-ph figure {
  overflow: hidden;
}
.works .jobdisc__box-ph figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .works .jobdisc__box-ph {
    width: 100%;
  }
}
.works .jobdisc__box-ph figure {
  border-radius: 10px;
  aspect-ratio: 1.5;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
}
.works .jobdisc__box-txt {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .works .jobdisc__box-txt {
    width: 100%;
    margin-top: 20px;
  }
}
.works .jobdisc__box-txt h3 {
  font-size: var(--font-size16);
  background: var(--clr-main);
  color: var(--clr-white);
  border: 1px solid var(--clr-black);
  padding: 7px 12px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 20px;
  border-radius: 3px;
}
@media screen and (max-width: 768px) {
  .works .jobdisc__box-txt h3 {
    font-size: var(--font-size13);
    margin-bottom: 10px;
  }
}
.works .jobdisc__box-txt p {
  line-height: 1.8;
  font-size: var(--font-size13);
}
@media only screen and (max-width: 1280px) {
  .works .jobdisc__box-txt p {
    font-size: var(--font-size12);
  }
}
@media screen and (max-width: 768px) {
  .works .jobdisc__box-txt p {
    font-size: var(--font-size11);
  }
}
.works .schedule__wrap-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .works .schedule__wrap-clm {
    display: block;
  }
}
.works .schedule__wrap-lt {
  width: 20%;
  background: var(--clr-main);
  color: var(--clr-white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 20px 0 0 20px;
}
@media screen and (max-width: 768px) {
  .works .schedule__wrap-lt {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
  }
}
.works .schedule__wrap-lt h3 {
  color: var(--clr-white);
  font-size: var(--font-size17);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .works .schedule__wrap-lt h3 {
    font-size: var(--font-size13);
  }
}
.works .schedule__wrap-rt {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 5px;
}
@media screen and (max-width: 768px) {
  .works .schedule__wrap-rt {
    width: 100%;
  }
}
.works .schedule__wrap-rt dl {
  border-radius: 25px;
  background: var(--clr-white);
  padding: 35px 20px;
  min-height: 180px;
  margin-right: 0;
  position: relative;
  text-align: center;
  margin: 25px 0 0 0;
}
.works .schedule__wrap-rt dl dt {
  position: absolute;
  left: 50%;
  top: -10px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: var(--clr-main);
  padding: 7px 20px;
  line-height: 1;
  border-radius: 100px;
  font-family: var(--font-num);
  font-size: var(--font-size18);
  color: var(--clr-white);
}
@media screen and (max-width: 1023px) {
  .works .schedule__wrap-rt dl dt {
    font-size: var(--font-size13);
  }
}
@media screen and (max-width: 768px) {
  .works .schedule__wrap-rt dl dt {
    font-size: var(--font-size12);
  }
}
.works .schedule__wrap-rt dl dd {
  font-size: var(--font-size16);
  font-weight: 600;
  width: 100%;
  height: 100%;
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .works .schedule__wrap-rt dl dd {
    font-size: var(--font-size13);
    line-height: 1.4;
  }
}
.works .schedule__wrap-rt dl dd p {
  margin-top: 10px;
}
.works .motomeru {
  width: 90vw;
  margin: 0 auto;
  border-radius: 30px;
  padding: 0 !important;
  background: var(--clr-main);
  border-top: 1px solid var(--clr-black);
  border-bottom: 1px solid var(--clr-black);
}
@media screen and (max-width: 768px) {
  .works .motomeru {
    width: 100%;
    border-radius: 0;
    padding-right: 80px;
  }
}
.works .motomeru ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 0 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1023px) {
  .works .motomeru ul {
    gap: 0 40px;
  }
}
.works .motomeru ul p {
  position: absolute;
  right: -80px;
  top: 300px;
  width: 330px;
  -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
  will-change: transform;
}
@media screen and (max-width: 1023px) {
  .works .motomeru ul p {
    bottom: -20px;
    width: 230px;
    top: auto;
  }
}
.works .motomeru ul span {
  position: absolute;
  right: 270px;
  top: 350px;
  width: 160px;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .works .motomeru ul span {
    right: 150px;
    width: 120px;
    top: 440px;
  }
}
.works .motomeru ul li {
  font-size: var(--font-size20);
  color: var(--clr-black);
  background: var(--clr-white);
  border: 1px solid var(--clr-black);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 380px;
  margin: 90px 0;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 140px 40px;
}
@media screen and (max-width: 1023px) {
  .works .motomeru ul li {
    width: 300px;
    padding: 120px 20px;
    font-size: var(--font-size16);
  }
}
@media screen and (max-width: 768px) {
  .works .motomeru ul li {
    width: 200px;
    padding: 70px 20px;
    font-size: var(--font-size12);
    margin: 200px 0;
  }
}
.works .motomeru ul li:nth-child(1) {
  margin-left: 50px;
}
.works .motomeru ul li:nth-child(1), .works .motomeru ul li:nth-child(7) {
  border-radius: 100%;
}
.works .motomeru ul li:nth-child(2), .works .motomeru ul li:nth-child(8) {
  border-radius: 20px 20px 200% 200%;
}
.works .motomeru ul li:nth-child(3), .works .motomeru ul li:nth-child(9) {
  border-radius: 20px;
}
.works .motomeru ul li:nth-child(4) {
  border-radius: 200% 200% 20px 20px;
}
.works .motomeru ul li:nth-child(5) {
  border-radius: 20px;
}
.works .motomeru ul li:nth-child(6) {
  border-radius: 100%;
}
.works .tp_txtslide {
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 1023px) {
  .works .tp_txtslide {
    margin-bottom: 60px;
  }
}

.people {
  /*OTHER LINK*/
  /*MV*/
  /*interview*/
  /*ph*/
  /*message*/
  /*banner*/
}
@media screen and (max-width: 1023px) {
  .people .wrapper {
    padding-top: 78px;
  }
}
@media screen and (max-width: 768px) {
  .people .wrapper {
    padding-top: 58px;
  }
}
.people .wrapper .l-section {
  padding: 0 70px;
}
@media screen and (max-width: 1023px) {
  .people .wrapper .l-section {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .people .wrapper .l-section {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1023px) {
  .people .wrapper main {
    position: relative;
    padding-top: 70px;
  }
}
@media screen and (max-width: 1023px) {
  .people .wrapper .breadcrumb {
    position: absolute;
    top: 0px;
    right: 0;
  }
}
.people .breadcrumb ol li:nth-child(2) a {
  pointer-events: none;
}
.people .otherlink {
  width: 88vw;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1023px) {
  .people .otherlink {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .people .otherlink {
    padding: 0 25px;
  }
}
.people .otherlink ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .people .otherlink ul {
    display: block;
  }
}
.people .otherlink ul a {
  width: 24%;
}
@media only screen and (max-width: 1440px) {
  .people .otherlink ul a {
    width: 49%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .people .otherlink ul a {
    width: 100%;
  }
}
.people .otherlink ul a:hover li {
  background: #dbeeee;
}
.people .otherlink ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  background: var(--clr-white);
  padding: 30px 20px;
  border-radius: 10px;
  position: relative;
  border: 1px solid var(--clr-black);
  -webkit-filter: drop-shadow(2px 5px 0 rgb(0, 200, 200));
          filter: drop-shadow(2px 5px 0 rgb(0, 200, 200));
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 768px) {
  .people .otherlink ul li {
    margin-bottom: 15px;
  }
}
.people .otherlink ul li figure {
  width: 80px;
  height: 80px;
  border-radius: 100px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .people .otherlink ul li figure {
    border: 1px solid #000;
  }
}
.people .otherlink ul li figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 100px;
}
.people .otherlink ul li .txt {
  width: calc(100% - 100px);
  line-height: 1.4;
  font-size: var(--font-size12);
  color: var(--clr-black);
}
@media screen and (max-width: 768px) {
  .people .otherlink ul li .txt {
    width: calc(100% - 110px);
  }
}
.people .otherlink ul li .txt label {
  font-size: var(--font-size11);
  font-weight: bold;
  background: var(--clr-main);
  color: var(--clr-black);
  padding: 5px 8px;
  line-height: 1;
  border: 1px solid #000;
}
.people .otherlink ul li .txt .people__box-department {
  margin-top: 20px;
}
.people__head {
  margin: -10px auto 180px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .people__head {
    margin: 0 auto 100px;
    position: static;
  }
}
@media screen and (max-width: 768px) {
  .people__head {
    margin: 0 auto 70px;
  }
}
.people__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  max-height: 980px;
}
@media only screen and (max-width: 1440px) {
  .people__box {
    min-height: 700px;
  }
}
@media screen and (max-width: 1023px) {
  .people__box {
    display: block;
    min-height: auto;
  }
}
.people__box .c-page__ttl {
  width: 90%;
  position: absolute;
  top: 10vw;
  z-index: 998;
}
@media only screen and (max-width: 1440px) {
  .people__box .c-page__ttl {
    top: 100px;
  }
}
@media screen and (max-width: 1023px) {
  .people__box .c-page__ttl {
    position: relative;
    margin-bottom: 30px;
    top: 0;
  }
}
.people__box .c-page__ttl p {
  font-size: clamp(4rem, 2.5rem + 8vw, 8vw);
  line-height: 1;
}
.people__box-ph {
  position: relative;
  width: calc(100% - 500px);
  max-width: 1500px;
  position: relative;
}
.people__box-ph figure {
  overflow: hidden;
}
.people__box-ph figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .people__box-ph {
    width: 100%;
    margin-top: 30px;
  }
}
.people__box-ph figure {
  aspect-ratio: 1.3636363636;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
  height: 100%;
}
.people__box-ph figure img {
  position: absolute;
}
.people__box-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 500px;
  padding-left: 40px;
  padding-top: 40px;
}
@media screen and (max-width: 1023px) {
  .people__box-clm {
    width: 100%;
    padding-left: 30px;
    padding-top: 0;
  }
}
@media screen and (max-width: 1023px) {
  .people__box-clm {
    padding-left: 25px;
  }
}
.people__box-ttl {
  width: 100%;
}
.people__box-ttl h2 {
  font-size: var(--font-size18);
  background: var(--clr-main);
  color: var(--clr-black);
  padding: 8px;
  line-height: 1;
  margin-bottom: 20px;
  border: 1px solid #000;
  border-right: 0;
  width: 90vw;
}
@media screen and (max-width: 1023px) {
  .people__box-ttl h2 {
    width: 100%;
    font-size: var(--font-size13);
    margin-bottom: 10px;
  }
}
.people__box-ttl h3 {
  font-size: var(--font-size24);
  color: var(--clr-black);
  line-height: 1.3;
  margin-bottom: 40px;
}
@media screen and (max-width: 1023px) {
  .people__box-ttl h3 {
    font-size: var(--font-size20);
  }
}
.people__box-data {
  font-size: var(--font-size11);
  line-height: 1.6;
}
.people__box-department {
  position: relative;
  font-size: var(--font-size13);
  font-weight: 600;
  margin-bottom: 5px;
  padding-left: 20px;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .people__box-department {
    font-size: var(--font-size12);
  }
}
.people__box-department:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: var(--clr-lblue);
  border: 1px solid var(--clr-black);
}
.people__int .ph {
  position: relative;
}
.people__int-clm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .people__int-clm {
    display: block;
  }
}
.people__int-lt {
  width: 40%;
}
@media screen and (max-width: 768px) {
  .people__int-lt {
    width: 100%;
  }
}
.people__int-rt {
  width: 55%;
}
@media screen and (max-width: 1023px) {
  .people__int-rt {
    width: 55%;
  }
}
@media screen and (max-width: 768px) {
  .people__int-rt {
    width: 100%;
  }
}
.people__ph {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .people__ph {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
}
.people__ph figure {
  border-radius: 10px;
  margin-bottom: 50px;
}
.people__ph figure img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .people .int01 .people__int-lt {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}
.people .int02 .people__int-lt {
  width: 440px;
}
@media screen and (max-width: 1023px) {
  .people .int02 .people__int-lt {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .people .int02 .people__int-lt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .people .int02 .people__int-lt br {
    display: block;
  }
}
.people .int02 .people__int-rt {
  width: calc(100% - 500px);
}
@media screen and (max-width: 1023px) {
  .people .int02 .people__int-rt {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .people .int02 .people__int-clm {
    display: block;
  }
}
.people .int03 .people__int-lt .ph {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .people .int03 .people__int-lt .ph {
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.people__message {
  background: var(--clr-white);
  padding: 200px 90px !important;
  border-bottom: 1px solid var(--clr-black);
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .people__message {
    padding: 100px 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .people__message {
    padding: 70px 25px !important;
  }
}
.people__message .txt {
  width: 100%;
}
.people__message .txt h3 {
  margin-bottom: 30px;
  font-size: var(--font-size30);
  font-family: "Inter", sans-serif;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .people__message .txt h3 {
    font-size: var(--font-size24);
  }
}
.people__bnr {
  padding: 0 60px !important;
  position: relative;
}
.people .bnr__wrap {
  border: 2px solid #000;
  border-radius: 20px;
  aspect-ratio: 2.5;
  /*@supports not (aspect-ratio: auto) { 
    position: relative;

    &::before {
      content: '';
      float: left;
      padding-top: calc(math.div($height, $width) * 100%);
    }
    &::after {
      content: '';
      clear: both;
      display: block;
    }
    img {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }
  }*/
  background: var(--clr-main);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  z-index: 99;
}
.people .bnr__wrap:after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 20px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  background-color: var(--clr-main);
  border-radius: 20px;
}
.people .bnr__wrap picture {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 98;
}
.people .bnr__wrap .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 90%;
  margin: 0 auto;
}
.people .bnr__wrap .txt .ttl {
  z-index: 99;
  position: relative;
}
.people .bnr__wrap .txt .btn {
  padding: 15px 80px;
  border-radius: 50%;
  border: 1px solid #000;
  font-weight: 700;
  z-index: 99;
  position: relative;
}
.people .bnr__wrap .txt .btn a {
  color: var(--clr-black);
}
.people .tp_txtslide {
  width: 100%;
}

.workstyle main {
  background: none;
}
.workstyle main .anim_slide {
  width: 100%;
  overflow: hidden;
  z-index: -1;
  position: absolute;
  top: 170px;
}
.workstyle main .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  will-change: transform;
}
.workstyle main .office {
  position: relative;
}
.workstyle main .office__wrap {
  margin: 0 auto;
  padding: 0 6vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .workstyle main .office__wrap {
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .office__wrap {
    padding: 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .office__wrap {
    display: block;
  }
}
.workstyle main .office__lt, .workstyle main .office__rt {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .workstyle main .office__lt, .workstyle main .office__rt {
    width: 100%;
  }
}
.workstyle main .office__box {
  background-color: var(--clr-white);
  margin-bottom: 60px;
  padding: 100px 60px;
  border-radius: 50px;
}
@media screen and (max-width: 1023px) {
  .workstyle main .office__box {
    padding: 50px 25px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .office__box {
    border-radius: 30px;
    padding: 50px 20px;
    margin-bottom: 20px;
  }
}
.workstyle main .office__box h3 {
  font-size: var(--font-size18);
  background: var(--clr-main);
  border: 1px solid var(--clr-black);
  display: inline-block;
  padding: 10px 15px;
  line-height: 1;
  margin-bottom: 20px;
}
@media screen and (max-width: 1023px) {
  .workstyle main .office__box h3 {
    font-size: var(--font-size14);
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .office__box h3 {
    font-size: var(--font-size13);
    padding: 10px;
  }
}
.workstyle main .office__box-ph {
  margin-top: 40px;
}
@media screen and (max-width: 1023px) {
  .workstyle main .office__box-ph {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .office__box-ph {
    margin-top: 25px;
  }
}
.workstyle main .office__rt .office__box {
  margin-top: 300px;
}
@media screen and (max-width: 768px) {
  .workstyle main .office__rt .office__box {
    margin-top: 0;
  }
}
.workstyle main .training__wrap {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .workstyle main .training__wrap {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .workstyle main .training__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .workstyle main .training__wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .training__wrap {
    padding: 0 25px;
  }
}
.workstyle main .training__ph {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .workstyle main .training__ph img {
    max-width: 900px !important;
    width: 900px !important;
  }
}
.workstyle main .benefit {
  background: var(--clr-main);
  padding: 200px 0;
}
@media screen and (max-width: 768px) {
  .workstyle main .benefit {
    padding: 70px 0 60px;
  }
}
.workstyle main .benefit .c-ttl__h3 {
  margin-bottom: 70px;
}
@media screen and (max-width: 1023px) {
  .workstyle main .benefit .c-ttl__h3 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .benefit .c-ttl__h3 {
    margin-bottom: 30px;
  }
}
.workstyle main .benefit .c-ttl__h3 h3 {
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .workstyle main .benefit .c-ttl__h3 h3 {
    padding-left: 25px;
  }
}
.workstyle main .benefit .c-ttl__h3 h3 em {
  color: var(--clr-black);
}
.workstyle main .benefit__wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.workstyle main .benefit__wrap ul li {
  width: 20%;
  margin-bottom: 30px;
  font-size: var(--font-size20);
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background: #fff;
  border: 1px solid var(--clr-black);
  padding: 140px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 1023px) {
  .workstyle main .benefit__wrap ul li {
    padding: 110px 40px;
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .benefit__wrap ul li {
    font-size: var(--font-size13);
    padding: 65px 25px;
  }
}
.workstyle main .benefit__wrap ul li:nth-child(5n+1) {
  border-radius: 100%;
}
.workstyle main .benefit__wrap ul li:nth-child(5n+2) {
  border-radius: 20px 20px 200% 200%;
}
.workstyle main .benefit__wrap ul li:nth-child(5n+3) {
  border-radius: 20px;
}
.workstyle main .benefit__wrap ul li:nth-child(5n+4) {
  border-radius: 200% 200% 20px 20px;
}
.workstyle main .benefit__wrap ul li:nth-child(5n) {
  border-radius: 20px;
}
.workstyle main .event {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .workstyle main .event {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .workstyle main .event {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .workstyle main .event {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .workstyle main .event {
    padding: 0 25px;
  }
}
.workstyle main .event__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .workstyle main .event__wrap {
    display: block;
  }
}
.workstyle main .event__box {
  width: 31%;
  text-align: center;
  will-change: transform;
}
@media screen and (max-width: 768px) {
  .workstyle main .event__box {
    width: 100%;
    margin-bottom: 30px;
  }
  .workstyle main .event__box:last-of-type {
    margin-bottom: 0;
  }
}
.workstyle main .event__ph {
  margin-bottom: 20px;
  position: relative;
}
.workstyle main .event__ph figure {
  overflow: hidden;
}
.workstyle main .event__ph figure img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
}
.workstyle main .event__ph figure {
  border-radius: 10px;
}

.info main .explan {
  width: 100%;
  padding: 300px 0 220px;
  margin-bottom: 0;
  background: var(--clr-main);
  color: var(--clr-white);
  border-radius: 10rem 10rem 0 0;
}
@media screen and (max-width: 1023px) {
  .info main .explan {
    padding: 100px 0;
    border-radius: 4rem 4rem 0 0;
  }
}
.info main .explan .c-ttl__h3 {
  color: var(--clr-white);
}
.info main .explan .c-ttl__h3 em {
  color: var(--clr-white);
}
.info main .explan__wrap {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .info main .explan__wrap {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .info main .explan__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .info main .explan__wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .info main .explan__wrap {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1800px) {
  .info main .explan__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .info main .explan__wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.info main .explan__wrap h3 {
  text-align: center;
}
.info main .explan__txt {
  width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 1023px) {
  .info main .explan__txt {
    width: 100%;
  }
}
.info main .explan__name {
  margin-top: 30px;
  width: 330px;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.info main .explan__name figure {
  width: 200px;
  height: 200px;
  border-radius: 100px;
  overflow: hidden;
  background: #aaa;
}
@media screen and (max-width: 1023px) {
  .info main .explan__name figure {
    width: 120px;
    height: 120px;
  }
}
.info main .explan__name p {
  font-size: var(--font-size18);
  font-weight: 700;
  line-height: 1.6;
  margin-right: 30px;
}
.info main .explan__name p em {
  display: block;
  font-size: var(--font-size13);
}
.info main .guideline {
  background: var(--clr-white);
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .info main .guideline {
    padding: 70px 0;
  }
}
.info main .guideline__wrap {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .info main .guideline__wrap {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .info main .guideline__wrap {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .info main .guideline__wrap {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .info main .guideline__wrap {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 1800px) {
  .info main .guideline__wrap {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .info main .guideline__wrap {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.info main .guideline nav {
  margin-bottom: 40px;
}
.info main .guideline nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.info main .guideline nav ul li {
  width: 50%;
  text-align: center;
  padding: 25px 0;
  font-size: clamp(0.75rem, 0.5833333333rem + 0.8333333333vw, 1.25rem);
  font-weight: bold;
  background: #dcdcdc;
  -webkit-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .info main .guideline nav ul li {
    padding: 15px 0;
  }
}
.info main .guideline nav ul li:nth-child(2) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.info main .guideline nav ul li:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.info main .guideline nav ul li.current {
  background: #222;
  color: var(--clr-white);
}
.info main .guideline nav ul li.current:hover {
  -moz-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.info main .guideline #tab {
  background: var(--clr-white);
  position: relative;
}
.info main .guideline #tab .tabBox {
  width: 100%;
  background: var(--clr-white);
  padding: 20px 0;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.info main .guideline #tab .tabBox:last-of-type {
  position: absolute;
  top: 0;
  left: 0;
}
.info main .guideline #tab .tabBox.show {
  opacity: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.info main .faq {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .info main .faq {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .info main .faq {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .info main .faq {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .info main .faq {
    padding: 0 25px;
  }
}
.info main .faq a:link,
.info main .faq a:visited,
.info main .faq a:active {
  color: var(--clr-main);
  font-weight: bold;
  text-decoration: underline;
}
.info main .faq a:hover {
  color: var(--clr-black);
}
.info main .faq__box {
  line-height: 1;
  background: var(--clr-white);
  margin-bottom: 20px;
  border-radius: 5px;
  position: relative;
}
.info main .faq__box::before {
  position: absolute;
  content: "Q.";
  top: 30px;
  left: 25px;
  font-size: var(--font-size22);
  color: var(--clr-main);
}
@media screen and (max-width: 768px) {
  .info main .faq__box::before {
    font-size: var(--font-size18);
    top: 23px;
    left: 15px;
  }
}
.info main .faq__box-q {
  font-size: var(--font-size15);
  border-radius: 5px;
  position: relative;
  padding: 40px 50px 40px 80px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .info main .faq__box-q {
    font-size: var(--font-size13);
    line-height: 1.3;
    padding: 25px 45px 25px 45px;
  }
}
.info main .faq__box-q::before, .info main .faq__box-q::after {
  position: absolute;
  content: "";
  top: 1px;
  right: 30px;
  bottom: 0;
  width: 25px;
  height: 2px;
  margin: auto;
  background: var(--clr-main);
}
@media screen and (max-width: 768px) {
  .info main .faq__box-q::before, .info main .faq__box-q::after {
    width: 20px;
    right: 15px;
  }
}
.info main .faq__box-q::after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.info main .faq__box-q.active::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.info main .faq__box-a {
  padding: 0px 50px 40px;
  color: #666;
  font-size: var(--font-size14);
  display: none;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .info main .faq__box-a {
    padding: 0px 30px 30px;
    font-size: var(--font-size11);
  }
}
.info main .openwork {
  width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 1900px) {
  .info main .openwork {
    width: 1600px;
  }
}
@media only screen and (max-width: 1440px) {
  .info main .openwork {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .info main .openwork {
    width: 100%;
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .info main .openwork {
    padding: 0 25px;
  }
}

.entry .openwork {
  background: var(--clr-white);
  padding: 160px 0;
  text-align: center;
}
@media screen and (max-width: 1023px) {
  .entry .openwork {
    padding: 90px 25px;
  }
  .entry .openwork br {
    display: none;
  }
}
.entry .table__form {
  border: none;
}
.entry .table__form th {
  padding: 20px 0 0;
  font-size: var(--font-size18);
}
@media screen and (max-width: 1023px) {
  .entry .table__form th {
    font-size: var(--font-size16);
  }
}
@media screen and (max-width: 768px) {
  .entry .table__form th {
    font-size: var(--font-size14);
    font-weight: 600;
  }
}
.entry .table__form td {
  padding: 5px 0 2rem 0;
}
@media screen and (max-width: 768px) {
  .entry .table__form td {
    padding: 5px 0 1.2rem 0;
  }
}
.entry .table__form-txt {
  font-weight: bold;
  font-size: var(--font-size13);
  margin-bottom: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .entry .table__form-txt {
    font-size: var(--font-size11);
    margin-bottom: 6px;
  }
}
.entry form td p,
.entry .entry__rt td p {
  margin-bottom: 6px;
}
.entry form .select-wrap,
.entry .entry__rt .select-wrap {
  position: relative;
  display: inline-block;
}
.entry form .select-wrap::after,
.entry .entry__rt .select-wrap::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 11px;
  background-image: url("/lib/img/ico_pulldown.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  text-indent: -9999px;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}
.entry form .select-wrap select,
.entry .entry__rt .select-wrap select {
  border-radius: 5px;
  font-size: clamp(0.8125rem, 0.7083333333rem + 0.5208333333vw, 1.125rem);
  padding: 1.3rem;
  background: #efefef;
  line-height: 1.4;
  outline: none;
}
@media screen and (max-width: 768px) {
  .entry form .select-wrap select,
  .entry .entry__rt .select-wrap select {
    padding: 1.5rem 1rem;
  }
}
.entry form input[type=text],
.entry form input[type=email],
.entry .entry__rt input[type=text],
.entry .entry__rt input[type=email] {
  padding: 1.3rem 1rem;
  line-height: 1;
  border-radius: 5px;
  font-size: clamp(0.75rem, 0.6458333333rem + 0.5208333333vw, 1.0625rem);
  background: var(--clr-white);
}
@media screen and (max-width: 768px) {
  .entry form input[type=text],
  .entry form input[type=email],
  .entry .entry__rt input[type=text],
  .entry .entry__rt input[type=email] {
    padding: 1.5rem 1rem;
  }
}
.entry form label,
.entry .entry__rt label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.entry form input,
.entry .entry__rt input {
  outline: none;
}
.entry form input.w100,
.entry .entry__rt input.w100 {
  width: 100%;
}
.entry form input[type=radio],
.entry .entry__rt input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #cccccc;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  position: relative;
  padding: 0;
}
.entry form input[type=radio]:checked,
.entry .entry__rt input[type=radio]:checked {
  border-color: #084f9a;
}
.entry form input[type=radio]:checked::before,
.entry .entry__rt input[type=radio]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #084f9a;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.entry form input[type=checkbox],
.entry .entry__rt input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #cccccc;
  border-radius: 5px;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
}
.entry form input[type=checkbox]:checked,
.entry .entry__rt input[type=checkbox]:checked {
  border-color: #084f9a;
}
.entry form input[type=checkbox]:checked::before,
.entry .entry__rt input[type=checkbox]:checked::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.6rem;
  height: 0.6rem;
  background: #084f9a;
  border-radius: 5px;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.entry form textarea,
.entry .entry__rt textarea {
  width: 100%;
  border-radius: 5px;
  padding: 12px;
  background: #ececec;
  outline: none;
}
.entry .btn__wrap {
  margin-top: 25px;
}
.entry .btn__wrap input[type=button],
.entry .btn__wrap input[type=submit] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 80px;
  height: 68px;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
  -webkit-transition: color 0.3s ease, background-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease;
  font-weight: 600;
}
.entry .btn__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.entry .btn__flex input[type=button],
.entry .btn__flex input[type=submit] {
  margin: 0;
}
.entry .btn__flex input[type=button]:first-of-type,
.entry .btn__flex input[type=submit]:first-of-type {
  margin-right: 10px;
}
.entry .btn__submit {
  color: var(--clr-white);
  background-color: var(--clr-main);
}
.entry .btn__submit:hover {
  background: var(--clr-white);
  color: var(--clr-main);
  border: 3px solid var(--clr-main);
  cursor: pointer;
}
.entry .btn__submit.is-active:hover {
  background: var(--clr-white);
  color: var(--clr-main);
  cursor: pointer;
}
.entry .btn__submit.is-inactive {
  background: #ccc;
  border: none;
  color: var(--clr-white);
}
.entry .btn__back {
  color: var(--clr-black);
  background: #ccc;
}
.entry .btn__back:hover {
  background: var(--clr-white);
  color: var(--clr-main);
  border: 3px solid var(--clr-main);
}
.entry__tel {
  background: var(--clr-white);
  border-radius: 10px;
  padding: 40px 60px;
  margin-top: 160px;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .entry__tel {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  .entry__tel {
    padding: 40px 30px;
  }
}
.entry__tel:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50px;
  width: 100px;
  height: 2px;
  background: var(--clr-main);
}
.entry__tel-item {
  font-weight: bold;
  line-height: 1.5;
}
.entry__tel-item:first-of-type {
  font-size: var(--font-size16);
}
@media screen and (max-width: 768px) {
  .entry__tel-item:first-of-type {
    font-size: var(--font-size12);
  }
}
.entry__tel-item:last-of-type p {
  color: var(--clr-main);
  font-weight: 700;
}
.entry__tel-item:last-of-type p a {
  color: var(--clr-main);
  font-size: var(--font-size32);
  font-family: "Inter", sans-serif;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .entry__tel-item:last-of-type p a {
    font-size: var(--font-size20);
  }
}
.entry__tel-item:last-of-type p span {
  font-size: 1rem;
  display: block;
}
@media screen and (max-width: 1023px) {
  .entry__tel-item:last-of-type p span {
    font-size: 0.7rem;
  }
}
.entry__clm {
  width: 1380px;
  margin-left: auto;
  margin-right: auto;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
}
@media only screen and (min-width: 1900px) {
  .entry__clm {
    width: 1600px;
  }
}
@media only screen and (max-width: 1800px) {
  .entry__clm {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 768px) {
  .entry__clm {
    width: 100%;
    display: block;
  }
}
@media only screen and (max-width: 768px) and (max-width: 1800px) {
  .entry__clm {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .entry__clm {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.entry__lt {
  width: 300px;
  position: sticky;
  position: -webkit-sticky;
  top: 140px;
}
@media screen and (max-width: 1023px) {
  .entry__lt {
    width: 270px;
  }
}
@media screen and (max-width: 768px) {
  .entry__lt {
    width: 100%;
    position: relative;
    top: 0;
  }
}
.entry__lt-txt {
  font-size: clamp(0.9375rem, 0.625rem + 1.5625vw, 1.875rem);
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .entry__lt-txt {
    font-weight: bold;
    margin-bottom: 20px;
  }
}
.entry__lt-txt br {
  display: none;
}
@media screen and (max-width: 1023px) {
  .entry__lt-txt br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .entry__lt-txt br {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .entry__lt-fixed ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 50px;
  }
}
.entry__lt-fixed ul li {
  position: relative;
  line-height: 1;
  font-weight: 700;
  color: #9b9b9b;
  padding-left: 3rem;
  margin-top: 4.2rem;
}
@media screen and (max-width: 768px) {
  .entry__lt-fixed ul li {
    width: 44%;
    margin-top: 50px;
    padding-left: 0;
  }
}
.entry__lt-fixed ul li::before, .entry__lt-fixed ul li::after {
  content: "";
  display: block;
  position: absolute;
}
.entry__lt-fixed ul li::before {
  left: 0;
  top: 0.3rem;
  width: 0.7rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #dbdbdb;
  z-index: 99;
}
@media screen and (max-width: 768px) {
  .entry__lt-fixed ul li::before {
    top: -2.3rem;
  }
}
.entry__lt-fixed ul li::after {
  background-color: #dbdbdb;
  top: 1.5rem;
  left: 0.3rem;
  height: 4rem;
  width: 1px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .entry__lt-fixed ul li::after {
    height: 1px;
    width: 100%;
    top: -2rem;
    left: 0;
  }
}
.entry__lt-fixed ul li.current {
  color: var(--clr-black);
}
.entry__lt-fixed ul li.current::before {
  background-color: #25589b;
}
.entry__lt-fixed ul li:last-of-type::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .entry__lt-fixed ul li:last-of-type {
    width: 12%;
  }
}
.entry__rt {
  width: calc(100% - 360px);
}
@media screen and (max-width: 1023px) {
  .entry__rt {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .entry__rt {
    width: 100%;
  }
}
.entry__rt .c-note {
  margin-bottom: 40px;
}
.entry__rt .req-ico {
  color: var(--clr-white);
  background: var(--clr-sub);
  font-size: 0.6rem;
  padding: 6px 12px;
  border-radius: 5px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .entry__rt .req-ico {
    padding: 5px 10px;
  }
}
.entry__rt .td__note {
  font-size: clamp(0.6875rem, 0.6666666667rem + 0.1041666667vw, 0.75rem);
  margin-top: 7px;
}
.entry__rt .error {
  font-weight: 600;
  font-size: clamp(0.6875rem, 0.6666666667rem + 0.1041666667vw, 0.75rem);
  margin-top: 5px;
  color: var(--clr-sub);
}
.entry__rt .td__note span,
.entry__rt .error span {
  color: var(--clr-sub);
  margin-right: 5px;
}
.entry__rt table {
  width: 100%;
}
.entry__rt table th {
  display: block;
  margin-bottom: 7px;
}
.entry__rt table th div {
  position: relative;
  font-weight: 600;
}
.entry__rt table th div.required {
  padding-left: 55px;
}
@media screen and (max-width: 768px) {
  .entry__rt table th div.required {
    padding-left: 50px;
  }
}
.entry__rt table th div.required .req-ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.entry__rt table td {
  display: block;
}
.entry__rt table td dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 10px;
  line-height: 1;
}
.entry__rt table td dl dt {
  width: 220px;
}
.entry__rt table td dl dd {
  width: 180px;
  text-align: right;
}
.entry__rt table td dl dd input {
  width: 150px;
  margin-right: 7px;
  padding: 0.8rem 1.2rem;
}
.entry__rt a {
  text-decoration: underline;
}
.entry .form_privacy {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .entry .form_privacy {
    margin-top: 20px;
  }
}
.entry .form_privacy .checkbox input {
  margin-right: 7px;
}

.confirm .entry__rt td {
  border: 3px solid var(--clr-lgray);
  border-radius: 10px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 768px) {
  .thanks .entry__rt-fixed ul li {
    margin-top: 0;
  }
}
.thanks .entry__rt-fixed ul li:first-of-type {
  margin-top: 0;
}
.thanks .entry__rt h3 {
  font-size: clamp(1.5rem, 1.0416666667rem + 2.2916666667vw, 2.875rem);
  margin-bottom: 50px;
}
.thanks .entry__rt ul {
  margin: 40px 0;
}
.thanks .entry__rt .c-btn__default {
  margin-top: 100px;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html.lenis {
  overflow: visible;
}
html.lenis.lenis-smooth {
  scroll-behavior: auto;
}
html.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}
html.lenis.lenis-stopped {
  overflow: hidden;
}

html, body {
  min-height: 100%;
  padding: 0;
  margin: 0;
  -webkit-font-feature-settings: "palt" 1;
          font-feature-settings: "palt" 1;
  word-break: break-word;
}

html {
  scroll-padding-top: 105px;
  -webkit-font-smoothing: antialiased;
  height: -webkit-fill-available;
  height: auto;
}

body {
  font-family: YakuHanJP_Narrow, "Noto Sans JP", "Zen Kaku Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  background: #eff1f3;
  width: 100vw;
  font-size: var(--font-size16);
  letter-spacing: 0.04em;
  line-height: 2.125;
  text-align: left;
  font-weight: 500;
  -webkit-text-stroke: 0;
  text-rendering: optimizeLegibility;
  counter-reset: number 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media only screen and (max-width: 1800px) {
  body {
    font-size: var(--font-size14);
  }
}
@media only screen and (max-width: 1280px) {
  body {
    font-size: var(--font-size13);
  }
}
@media screen and (max-width: 1023px) {
  body {
    font-size: var(--font-size12);
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: var(--font-size11);
    line-height: 1.875;
    overflow-x: hidden;
  }
}

a {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
}
a:link, a:active, a:visited {
  color: var(--clr-gray);
}
a:hover {
  color: var(--clr-main);
}

.breadcrumb {
  margin: 15px 0 70px !important;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    margin: 10px 0 50px !important;
  }
}
.breadcrumb ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .breadcrumb ol {
    padding-right: 10px;
  }
}
.breadcrumb ol li {
  font-size: var(--font-size12);
  position: relative;
  padding-left: 60px;
}
@media screen and (max-width: 1023px) {
  .breadcrumb ol li {
    font-size: var(--font-size10);
  }
}
.breadcrumb ol li::before {
  margin: 0 0 0 7px;
  content: "";
  position: absolute;
  left: 10px;
  top: 15px;
  background: #ccc;
  height: 1px;
  width: 40px;
}
@media screen and (max-width: 1023px) {
  .breadcrumb ol li::before {
    left: 4px;
    top: 10px;
  }
}
.breadcrumb ol li:first-child:before {
  display: none;
}
.breadcrumb ol li:first-child a {
  color: var(--clr-black);
  border: 1px solid var(--clr-black);
  background: var(--clr-main);
  padding: 4px 10px;
  line-height: 1;
  border-radius: 50px;
}
.breadcrumb ol li:last-child {
  margin: 0;
  color: var(--clr-main);
  font-weight: 700;
}
.breadcrumb ol li:last-child:before {
  background: var(--clr-main);
}
.breadcrumb ol li a {
  color: var(--clr-txtgray);
}
.breadcrumb ol li span {
  white-space: normal;
}

@-webkit-keyframes streamLoop {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@keyframes streamLoop {
  0% {
    -webkit-transform: translate3d(0, 0%, 0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0);
  }
}
@-webkit-keyframes streamLoopYoko {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes streamLoopYoko {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
.slide_img__item figure {
  position: relative;
  overflow: hidden;
}

.fadezoom {
  position: relative;
  display: block;
  opacity: 0;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.fadezoom:nth-child(2) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.fadezoom:nth-child(3) {
  -webkit-transition-delay: 0.24s;
          transition-delay: 0.24s;
}
.fadezoom:nth-child(4) {
  -webkit-transition-delay: 0.36s;
          transition-delay: 0.36s;
}
.fadezoom:nth-child(5) {
  -webkit-transition-delay: 0.48s;
          transition-delay: 0.48s;
}
.fadezoom:nth-child(6) {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}
.fadezoom:nth-child(7) {
  -webkit-transition-delay: 0.72s;
          transition-delay: 0.72s;
}
.fadezoom:nth-child(8) {
  -webkit-transition-delay: 0.84s;
          transition-delay: 0.84s;
}
.fadezoom:nth-child(9) {
  -webkit-transition-delay: 0.96s;
          transition-delay: 0.96s;
}
.fadezoom:nth-child(10) {
  -webkit-transition-delay: 1.08s;
          transition-delay: 1.08s;
}
.fadezoom:nth-child(11) {
  -webkit-transition-delay: 1.2s;
          transition-delay: 1.2s;
}
.fadezoom:nth-child(12) {
  -webkit-transition-delay: 1.32s;
          transition-delay: 1.32s;
}
.fadezoom:nth-child(13) {
  -webkit-transition-delay: 1.44s;
          transition-delay: 1.44s;
}
.fadezoom:nth-child(14) {
  -webkit-transition-delay: 1.56s;
          transition-delay: 1.56s;
}
.fadezoom:nth-child(15) {
  -webkit-transition-delay: 1.68s;
          transition-delay: 1.68s;
}
.fadezoom:nth-child(16) {
  -webkit-transition-delay: 1.8s;
          transition-delay: 1.8s;
}
.fadezoom:nth-child(17) {
  -webkit-transition-delay: 1.92s;
          transition-delay: 1.92s;
}
.fadezoom:nth-child(18) {
  -webkit-transition-delay: 2.04s;
          transition-delay: 2.04s;
}
.fadezoom:nth-child(19) {
  -webkit-transition-delay: 2.16s;
          transition-delay: 2.16s;
}
.fadezoom:nth-child(20) {
  -webkit-transition-delay: 2.28s;
          transition-delay: 2.28s;
}
.fadezoom:nth-child(21) {
  -webkit-transition-delay: 2.4s;
          transition-delay: 2.4s;
}
.fadezoom:nth-child(22) {
  -webkit-transition-delay: 2.52s;
          transition-delay: 2.52s;
}
.fadezoom:nth-child(23) {
  -webkit-transition-delay: 2.64s;
          transition-delay: 2.64s;
}
.fadezoom:nth-child(24) {
  -webkit-transition-delay: 2.76s;
          transition-delay: 2.76s;
}
.fadezoom:nth-child(25) {
  -webkit-transition-delay: 2.88s;
          transition-delay: 2.88s;
}
.fadezoom:nth-child(26) {
  -webkit-transition-delay: 3s;
          transition-delay: 3s;
}
.fadezoom:nth-child(27) {
  -webkit-transition-delay: 3.12s;
          transition-delay: 3.12s;
}
.fadezoom:nth-child(28) {
  -webkit-transition-delay: 3.24s;
          transition-delay: 3.24s;
}
.fadezoom:nth-child(29) {
  -webkit-transition-delay: 3.36s;
          transition-delay: 3.36s;
}
.fadezoom:nth-child(30) {
  -webkit-transition-delay: 3.48s;
          transition-delay: 3.48s;
}
.fadezoom:nth-child(31) {
  -webkit-transition-delay: 3.6s;
          transition-delay: 3.6s;
}
.fadezoom.is_after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*scroll animation*/
.fadeup {
  opacity: 0;
  will-change: transform;
}

.fadeup.done {
  -webkit-animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: fadeUp 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.zoom {
  opacity: 0;
}

.zoom.done {
  opacity: 1;
  -webkit-animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
          animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) forwards;
  will-change: transform;
}

@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.c-btn {
  line-height: 1.2;
}
.c-btn a {
  position: relative;
  -webkit-transition: ease 0.7s;
  transition: ease 0.7s;
  text-decoration: none;
}
.c-btn a:link, .c-btn a:active, .c-btn a:visited {
  padding: 12px 35px;
  color: var(--clr-white);
  background: var(--clr-sub);
  border-radius: 50px;
  letter-spacing: 0.05em;
  font-size: clamp(0.75rem, 0.5416666667rem + 1.0416666667vw, 1.375rem);
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .c-btn a:link, .c-btn a:active, .c-btn a:visited {
    padding: 8px 25px;
  }
}
.c-btn a:hover {
  color: var(--clr-white);
  background: var(--clr-sub);
}
.c-btn.is-center {
  text-align: center;
}
.c-btn.is-right {
  margin-left: auto;
}

.c-btn__circle {
  margin-top: 30px;
}
@media screen and (max-width: 1023px) {
  .c-btn__circle {
    margin-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .c-btn__circle {
    margin-top: 20px;
    width: 100%;
  }
}
.c-btn__circle a {
  position: relative;
  -webkit-transition: ease 0.2s;
  transition: ease 0.2s;
  text-decoration: none;
  border-radius: 100px;
  line-height: 1;
  padding: 12px 70px 12px 15px;
  border: 3px solid var(--clr-main);
  background: #eff1f3;
}
@media screen and (max-width: 1023px) {
  .c-btn__circle a {
    display: block;
    width: 100%;
    text-align: center;
    padding: 15px 25px;
    font-size: var(--font-size12);
  }
}
.c-btn__circle a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 10px;
  height: 10px;
  background: var(--clr-main);
  border-radius: 100px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
.c-btn__circle a:link, .c-btn__circle a:active, .c-btn__circle a:visited {
  font-size: var(--font-size16);
  color: var(--clr-main);
  font-family: var(--font-eng);
}
@media screen and (max-width: 768px) {
  .c-btn__circle a:link, .c-btn__circle a:active, .c-btn__circle a:visited {
    font-size: var(--font-size14);
  }
}
.c-btn__circle a:hover {
  background: var(--clr-main);
  color: var(--clr-white);
}
.c-btn__circle a:hover::after {
  background: var(--clr-white);
}

/*.c-num__top*/
.c-num__top {
  position: relative;
  font-size: var(--font-size15);
  font-family: var(--font-eng);
  padding-left: 25px;
  line-height: 1;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .c-num__top {
    font-size: var(--font-size12);
  }
}
@media screen and (max-width: 768px) {
  .c-num__top {
    font-size: var(--font-size11);
    padding-left: 18px;
  }
}
.c-num__top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  border-radius: 100px;
  background: var(--clr-lblue);
  border: 1px solid var(--clr-black);
}
@media screen and (max-width: 768px) {
  .c-num__top:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
  }
}

/*.c-eng__cap*/
.c-eng__cap {
  font-size: var(--font-size15);
  color: var(--clr-main);
  margin-bottom: 50px;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-top: 60px;
  width: 400px;
  font-family: var(--font-eng);
  font-weight: 700;
  border-top: 1px solid #ddd;
}
@media screen and (max-width: 1023px) {
  .c-eng__cap {
    padding-top: 30px;
    margin-bottom: 30px;
    width: 230px;
    padding-left: 15px;
    font-size: var(--font-size11);
  }
}
@media screen and (max-width: 768px) {
  .c-eng__cap {
    margin-bottom: 20px;
  }
}
.c-eng__cap:before {
  content: "";
  display: block;
  position: absolute;
  top: 70%;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: var(--clr-lblue);
  border: 1px solid var(--clr-black);
}
@media screen and (max-width: 1023px) {
  .c-eng__cap:before {
    width: 10px;
    height: 10px;
  }
}

/*.c-ttl__h3*/
.c-ttl__h3 {
  line-height: 1;
  margin-bottom: 50px;
}
@media screen and (max-width: 1023px) {
  .c-ttl__h3 {
    margin-bottom: 30px;
  }
}
.c-ttl__h3 em {
  color: var(--clr-main);
}
.c-ttl__h3 label {
  display: block;
  margin-top: 10px;
  font-family: var(--font-eng);
  font-size: var(--font-size50);
}
@media screen and (max-width: 1023px) {
  .c-ttl__h3 label {
    font-size: var(--font-size40);
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__h3 label {
    font-size: var(--font-size30);
  }
}

/*.c-page__ttl*/
.c-page__ttl {
  width: 90%;
  z-index: 998;
  font-family: var(--font-eng);
  font-weight: 600;
}
.c-page__ttl p {
  font-size: var(--font-size110);
}

/*.c-ttl__top*/
.c-ttl__top p {
  font-size: clamp(3.2rem, 2.4rem + 4.4vw, 5.6vw);
  line-height: 1;
  margin-top: 30px;
  font-family: var(--font-eng);
  font-weight: 600;
}
@media screen and (max-width: 1023px) {
  .c-ttl__top p {
    margin-top: 20px;
  }
}
.c-ttl__top h2 {
  font-size: var(--font-size16);
  margin-top: 15px;
}
@media screen and (max-width: 1023px) {
  .c-ttl__top h2 {
    font-size: var(--font-size13);
    margin-top: 8px;
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__top h2 {
    font-size: var(--font-size11);
  }
}

/*.c-ttl__base*/
.c-ttl__base {
  font-size: var(--font-size28);
  line-height: 1.3;
  margin-bottom: 25px;
  color: var(--clr-black);
}
@media only screen and (max-width: 1440px) {
  .c-ttl__base {
    font-size: var(--font-size25);
  }
}
@media screen and (max-width: 1023px) {
  .c-ttl__base {
    font-size: var(--font-size21);
  }
}
@media screen and (max-width: 768px) {
  .c-ttl__base {
    font-size: var(--font-size19);
    margin-bottom: 25px;
  }
}

/*.c-ttl__eng　後で消す*/
.c-ttl__eng {
  font-size: var(--font-size16);
  color: var(--clr-main);
  margin-bottom: 70px;
  display: block;
  position: relative;
  padding-left: 25px;
  padding-top: 80px;
  width: 400px;
  font-family: var(--font-eng);
  font-weight: 700;
  border-top: 1px solid #333;
}
@media screen and (max-width: 1023px) {
  .c-ttl__eng {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: var(--font-size12);
    width: 240px;
  }
}
.c-ttl__eng:before {
  content: "";
  display: block;
  position: absolute;
  top: 75%;
  left: 0;
  width: 14px;
  height: 14px;
  border-radius: 100px;
  background: var(--clr-lblue);
  border: 1px solid var(--clr-black);
}
@media screen and (max-width: 1023px) {
  .c-ttl__eng:before {
    width: 10px;
    height: 10px;
  }
}

main ul.c-note li {
  margin: 0 0 0 25px;
  list-style: disc;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main ul.c-note li {
    padding-right: 25px;
  }
}
main ol.list li {
  margin: 0 0 0 25px;
  list-style: decimal;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main ol.list li {
    padding-right: 25px;
  }
}

.table__basic {
  border: none;
}
.table__basic th {
  padding: 40px 0;
  font-size: clamp(0.8125rem, 0.7083333333rem + 0.5208333333vw, 1.125rem);
  line-height: 1.5;
  color: var(--clr-main);
  vertical-align: top;
  border-bottom: 1px solid #658db7;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .table__basic th {
    padding: 25px 0;
    font-size: 0.7rem;
  }
}
.table__basic td {
  padding: 30px 0;
  line-height: 1.8;
  border-bottom: 1px solid #658db7;
}
@media screen and (max-width: 768px) {
  .table__basic td {
    padding: 25px 0;
  }
}

.dl__default {
  width: 100%;
}
.dl__default dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
}
.dl__default dl dt, .dl__default dl dd {
  padding: 2.4rem 1rem;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  .dl__default dl dt, .dl__default dl dd {
    padding: 1.4rem 0;
  }
}
.dl__default dl dt {
  width: 28%;
  font-size: clamp(0.75rem, 0.625rem + 0.625vw, 1.125rem);
  font-weight: bold;
  color: var(--clr-main);
}
.dl__default dl dd {
  width: 70%;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media screen and (max-width: 1023px) {
  .pc {
    display: none !important;
  }
}

.loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  text-align: center;
  background: var(--clr-main);
  color: var(--clr-white);
}
.loading__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.loading__logo img {
  width: 460px;
}
@media screen and (max-width: 768px) {
  .loading__logo img {
    width: 320px;
  }
}
.loading__logo .fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  will-change: transform;
}
@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

section .img-fit {
  overflow: hidden;
}

section .img-fit img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: top;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
/*# sourceMappingURL=style.css.map */