body, .c-sansSerif {
  font-family: Lato, Noto Sans JP, sans-serif;
}

.c-serif {
  font-family: Noto Serif JP, serif;
}

.c-ff--jp {
  font-family: Noto Sans JP, serif;
}

.c-ff--en {
  font-family: Lato, serif;
}

.c-ff--en2 {
  font-family: Oswald, sans-serif;
}

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

*, :before, :after {
  box-sizing: inherit;
  background-repeat: no-repeat;
}

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  margin: 0;
  padding: 0;
}

audio:not([controls]) {
  height: 0;
  display: none;
}

hr {
  overflow: visible;
}

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

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden], template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: #0000;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  color: #000;
  background-color: #ff0;
}

sub, sup {
  vertical-align: baseline;
  font-size: 70%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: 0;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  resize: vertical;
  overflow: auto;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button {
  overflow: visible;
}

button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="reset"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

button:-moz-focusring {
  outline: 1px dotted buttontext;
}

[type="button"]::-moz-focus-inner {
  outline: 1px dotted buttontext;
}

[type="reset"]::-moz-focus-inner {
  outline: 1px dotted buttontext;
}

[type="submit"]::-moz-focus-inner {
  outline: 1px dotted buttontext;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: inherit;
  background-color: #0000;
  border-style: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  color: inherit;
  white-space: normal;
  border: 0;
  max-width: 100%;
  display: table;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
}

audio, canvas, progress, video {
  display: inline-block;
}

@media screen {
  [hidden~="screen"] {
    display: inherit;
  }

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important;
  }
}

[aria-busy="true"] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

::selection {
  color: #000;
  text-shadow: none;
  background-color: #b3d4fc;
}

html {
  font-size: 62.5%;
}

body {
  color: #fff;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: .14em;
  background-color: #282828;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2.2;
}

@media screen and (width <= 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}

@media screen and (width <= 320px) {
  body {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

::placeholder-shown {
  color: #d0d4d6;
}

::-webkit-input-placeholder {
  color: #d0d4d6;
}

::-moz-placeholder {
  color: #d0d4d6;
  opacity: 1;
}

::-moz-placeholder {
  color: #d0d4d6;
}

img, svg {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
  border: 0;
  max-width: 100%;
  height: auto;
  font-size: 0;
  line-height: 0;
}

ul, dl, ol {
  list-style-type: none;
}

a {
  color: #fff;
  text-decoration: none;
  transition: all .3s;
}

a:link, a:visited {
  color: #fff;
  text-decoration: none;
}

a:hover {
  color: #fff;
  opacity: .65;
  text-decoration: none;
  transition: all .3s;
}

a:active {
  color: #fff;
  text-decoration: none;
}

a img {
  transition: all .3s;
}

a:hover img {
  opacity: 1;
  transition: all .3s;
  transform: scale(1.08);
}

:focus {
  outline: none;
}

.mg0a, .mAuto {
  margin: 0 auto;
}

.mgt-20 {
  margin-top: -20px !important;
}

.mgt-10 {
  margin-top: -10px !important;
}

.mgt-5 {
  margin-top: -5px !important;
}

.mgt0 {
  margin-top: 0 !important;
}

.mgt1 {
  margin-top: 1px !important;
}

.mgt2 {
  margin-top: 2px !important;
}

.mgt3 {
  margin-top: 3px !important;
}

.mgt4 {
  margin-top: 4px !important;
}

.mgt5 {
  margin-top: 5px !important;
}

.mgt6 {
  margin-top: 6px !important;
}

.mgt7 {
  margin-top: 7px !important;
}

.mgt8 {
  margin-top: 8px !important;
}

.mgt9 {
  margin-top: 9px !important;
}

.mgt10 {
  margin-top: 10px !important;
}

.mgt12 {
  margin-top: 12px !important;
}

.mgt15 {
  margin-top: 15px !important;
}

.mgt18 {
  margin-top: 18px !important;
}

.mgt20 {
  margin-top: 20px !important;
}

.mgt25 {
  margin-top: 25px !important;
}

.mgt30 {
  margin-top: 30px !important;
}

.mgt32 {
  margin-top: 32px !important;
}

.mgt35 {
  margin-top: 35px !important;
}

.mgt40 {
  margin-top: 40px !important;
}

.mgt45 {
  margin-top: 45px !important;
}

.mgt50 {
  margin-top: 50px !important;
}

.mgt55 {
  margin-top: 55px !important;
}

.mgt60 {
  margin-top: 60px !important;
}

.mgt65 {
  margin-top: 65px !important;
}

.mgt70 {
  margin-top: 70px !important;
}

.mgt75 {
  margin-top: 75px !important;
}

.mgt80 {
  margin-top: 80px !important;
}

.mgt85 {
  margin-top: 85px !important;
}

.mgt90 {
  margin-top: 90px !important;
}

.mgt95 {
  margin-top: 95px !important;
}

.mgt100 {
  margin-top: 100px !important;
}

.mgb-20 {
  margin-bottom: -20px !important;
}

.mgb-10 {
  margin-bottom: -10px !important;
}

.mgb-5 {
  margin-bottom: -5px !important;
}

.mgb0 {
  margin-bottom: 0 !important;
}

.mgb1 {
  margin-bottom: 1px !important;
}

.mgb2 {
  margin-bottom: 2px !important;
}

.mgb3 {
  margin-bottom: 3px !important;
}

.mgb4 {
  margin-bottom: 4px !important;
}

.mgb5 {
  margin-bottom: 5px !important;
}

.mgb6 {
  margin-bottom: 6px !important;
}

.mgb7 {
  margin-bottom: 7px !important;
}

.mgb8 {
  margin-bottom: 8px !important;
}

.mgb9 {
  margin-bottom: 9px !important;
}

.mgb10 {
  margin-bottom: 10px !important;
}

.mgb12 {
  margin-bottom: 12px !important;
}

.mgb15 {
  margin-bottom: 15px !important;
}

.mgb18 {
  margin-bottom: 18px !important;
}

.mgb20 {
  margin-bottom: 20px !important;
}

.mgb25 {
  margin-bottom: 25px !important;
}

.mgb30 {
  margin-bottom: 30px !important;
}

.mgb32 {
  margin-bottom: 32px !important;
}

.mgb35 {
  margin-bottom: 35px !important;
}

.mgb40 {
  margin-bottom: 40px !important;
}

.mgb45 {
  margin-bottom: 45px !important;
}

.mgb50 {
  margin-bottom: 50px !important;
}

.mgb55 {
  margin-bottom: 55px !important;
}

.mgb60 {
  margin-bottom: 60px !important;
}

.mgb65 {
  margin-bottom: 65px !important;
}

.mgb70 {
  margin-bottom: 70px !important;
}

.mgb75 {
  margin-bottom: 75px !important;
}

.mgb80 {
  margin-bottom: 80px !important;
}

.mgb85 {
  margin-bottom: 85px !important;
}

.mgb90 {
  margin-bottom: 90px !important;
}

.mgb95 {
  margin-bottom: 95px !important;
}

.mgb100 {
  margin-bottom: 100px !important;
}

.mgl-20 {
  margin-left: -20px !important;
}

.mgl-10 {
  margin-left: -10px !important;
}

.mgl-9 {
  margin-left: -9px !important;
}

.mgl-8 {
  margin-left: -8px !important;
}

.mgl-7 {
  margin-left: -7px !important;
}

.mgl-6 {
  margin-left: -6px !important;
}

.mgl-5 {
  margin-left: -5px !important;
}

.mgl-4 {
  margin-left: -4px !important;
}

.mgl-3 {
  margin-left: -3px !important;
}

.mgl-2 {
  margin-left: -2px !important;
}

.mgl-1 {
  margin-left: -1px !important;
}

.mgl0 {
  margin-left: 0 !important;
}

.mgl1 {
  margin-left: 1px !important;
}

.mgl2 {
  margin-left: 2px !important;
}

.mgl3 {
  margin-left: 3px !important;
}

.mgl4 {
  margin-left: 4px !important;
}

.mgl5 {
  margin-left: 5px !important;
}

.mgl6 {
  margin-left: 6px !important;
}

.mgl7 {
  margin-left: 7px !important;
}

.mgl8 {
  margin-left: 8px !important;
}

.mgl9 {
  margin-left: 9px !important;
}

.mgl10 {
  margin-left: 10px !important;
}

.mgl12 {
  margin-left: 12px !important;
}

.mgl15 {
  margin-left: 15px !important;
}

.mgl18 {
  margin-left: 18px !important;
}

.mgl20 {
  margin-left: 20px !important;
}

.mgl25 {
  margin-left: 25px !important;
}

.mgl30 {
  margin-left: 30px !important;
}

.mgl35 {
  margin-left: 35px !important;
}

.mgl40 {
  margin-left: 40px !important;
}

.mgl45 {
  margin-left: 45px !important;
}

.mgl50 {
  margin-left: 50px !important;
}

.mgl55 {
  margin-left: 55px !important;
}

.mgl60 {
  margin-left: 60px !important;
}

.mgl65 {
  margin-left: 65px !important;
}

.mgl70 {
  margin-left: 70px !important;
}

.mgl75 {
  margin-left: 75px !important;
}

.mgl80 {
  margin-left: 80px !important;
}

.mgl85 {
  margin-left: 85px !important;
}

.mgl90 {
  margin-left: 90px !important;
}

.mgl95 {
  margin-left: 95px !important;
}

.mgl100 {
  margin-left: 100px !important;
}

.mgr0 {
  margin-right: 0 !important;
}

.mgr1 {
  margin-right: 1px !important;
}

.mgr2 {
  margin-right: 2px !important;
}

.mgr3 {
  margin-right: 3px !important;
}

.mgr4 {
  margin-right: 4px !important;
}

.mgr5 {
  margin-right: 5px !important;
}

.mgr6 {
  margin-right: 6px !important;
}

.mgr7 {
  margin-right: 7px !important;
}

.mgr8 {
  margin-right: 8px !important;
}

.mgr9 {
  margin-right: 9px !important;
}

.mgr10 {
  margin-right: 10px !important;
}

.mgr12 {
  margin-right: 12px !important;
}

.mgr15 {
  margin-right: 15px !important;
}

.mgr18 {
  margin-right: 18px !important;
}

.mgr20 {
  margin-right: 20px !important;
}

.mgr25 {
  margin-right: 25px !important;
}

.mgr30 {
  margin-right: 30px !important;
}

.mgr35 {
  margin-right: 35px !important;
}

.mgr40 {
  margin-right: 40px !important;
}

.mgr45 {
  margin-right: 45px !important;
}

.mgr50 {
  margin-right: 50px !important;
}

.mgr55 {
  margin-right: 55px !important;
}

.mgr60 {
  margin-right: 60px !important;
}

.mgr65 {
  margin-right: 65px !important;
}

.mgr70 {
  margin-right: 70px !important;
}

.mgr75 {
  margin-right: 75px !important;
}

.mgr80 {
  margin-right: 80px !important;
}

.mgr85 {
  margin-right: 85px !important;
}

.mgr90 {
  margin-right: 90px !important;
}

.mgr95 {
  margin-right: 95px !important;
}

.mgr100 {
  margin-right: 100px !important;
}

.pdt0 {
  padding-top: 0 !important;
}

.pdt1 {
  padding-top: 1px !important;
}

.pdt2 {
  padding-top: 2px !important;
}

.pdt3 {
  padding-top: 3px !important;
}

.pdt4 {
  padding-top: 4px !important;
}

.pdt5 {
  padding-top: 5px !important;
}

.pdt6 {
  padding-top: 6px !important;
}

.pdt7 {
  padding-top: 7px !important;
}

.pdt8 {
  padding-top: 8px !important;
}

.pdt9 {
  padding-top: 9px !important;
}

.pdt10 {
  padding-top: 10px !important;
}

.pdt12 {
  padding-top: 12px !important;
}

.pdt15 {
  padding-top: 15px !important;
}

.pdt18 {
  padding-top: 18px !important;
}

.pdt20 {
  padding-top: 20px !important;
}

.pdt25 {
  padding-top: 25px !important;
}

.pdt30 {
  padding-top: 30px !important;
}

.pdt35 {
  padding-top: 35px !important;
}

.pdt40 {
  padding-top: 40px !important;
}

.pdt45 {
  padding-top: 45px !important;
}

.pdt50 {
  padding-top: 50px !important;
}

.pdt55 {
  padding-top: 55px !important;
}

.pdt60 {
  padding-top: 60px !important;
}

.pdt65 {
  padding-top: 65px !important;
}

.pdt70 {
  padding-top: 70px !important;
}

.pdt75 {
  padding-top: 75px !important;
}

.pdt80 {
  padding-top: 80px !important;
}

.pdt85 {
  padding-top: 85px !important;
}

.pdt90 {
  padding-top: 90px !important;
}

.pdt95 {
  padding-top: 95px !important;
}

.pdt100 {
  padding-top: 100px !important;
}

.pdb0 {
  padding-bottom: 0 !important;
}

.pdb1 {
  padding-bottom: 1px !important;
}

.pdb2 {
  padding-bottom: 2px !important;
}

.pdb3 {
  padding-bottom: 3px !important;
}

.pdb4 {
  padding-bottom: 4px !important;
}

.pdb5 {
  padding-bottom: 5px !important;
}

.pdb6 {
  padding-bottom: 6px !important;
}

.pdb7 {
  padding-bottom: 7px !important;
}

.pdb8 {
  padding-bottom: 8px !important;
}

.pdb9 {
  padding-bottom: 9px !important;
}

.pdb10 {
  padding-bottom: 10px !important;
}

.pdb12 {
  padding-bottom: 12px !important;
}

.pdb15 {
  padding-bottom: 15px !important;
}

.pdb18 {
  padding-bottom: 18px !important;
}

.pdb20 {
  padding-bottom: 20px !important;
}

.pdb25 {
  padding-bottom: 25px !important;
}

.pdb30 {
  padding-bottom: 30px !important;
}

.pdb35 {
  padding-bottom: 35px !important;
}

.pdb40 {
  padding-bottom: 40px !important;
}

.pdb45 {
  padding-bottom: 45px !important;
}

.pdb50 {
  padding-bottom: 50px !important;
}

.pdb55 {
  padding-bottom: 55px !important;
}

.pdb60 {
  padding-bottom: 60px !important;
}

.pdb65 {
  padding-bottom: 65px !important;
}

.pdb70 {
  padding-bottom: 70px !important;
}

.pdb75 {
  padding-bottom: 75px !important;
}

.pdb80 {
  padding-bottom: 80px !important;
}

.pdb85 {
  padding-bottom: 85px !important;
}

.pdb90 {
  padding-bottom: 90px !important;
}

.pdb95 {
  padding-bottom: 95px !important;
}

.pdb100 {
  padding-bottom: 100px !important;
}

.pdl0 {
  padding-left: 0 !important;
}

.pdl1 {
  padding-left: 1px !important;
}

.pdl2 {
  padding-left: 2px !important;
}

.pdl3 {
  padding-left: 3px !important;
}

.pdl4 {
  padding-left: 4px !important;
}

.pdl5 {
  padding-left: 5px !important;
}

.pdl6 {
  padding-left: 6px !important;
}

.pdl7 {
  padding-left: 7px !important;
}

.pdl8 {
  padding-left: 8px !important;
}

.pdl9 {
  padding-left: 9px !important;
}

.pdl10 {
  padding-left: 10px !important;
}

.pdl12 {
  padding-left: 12px !important;
}

.pdl15 {
  padding-left: 15px !important;
}

.pdl18 {
  padding-left: 18px !important;
}

.pdl20 {
  padding-left: 20px !important;
}

.pdl25 {
  padding-left: 25px !important;
}

.pdl30 {
  padding-left: 30px !important;
}

.pdl35 {
  padding-left: 35px !important;
}

.pdl40 {
  padding-left: 40px !important;
}

.pdl45 {
  padding-left: 45px !important;
}

.pdl50 {
  padding-left: 50px !important;
}

.pdl55 {
  padding-left: 55px !important;
}

.pdl60 {
  padding-left: 60px !important;
}

.pdl65 {
  padding-left: 65px !important;
}

.pdl70 {
  padding-left: 70px !important;
}

.pdl75 {
  padding-left: 75px !important;
}

.pdl80 {
  padding-left: 80px !important;
}

.pdl85 {
  padding-left: 85px !important;
}

.pdl90 {
  padding-left: 90px !important;
}

.pdl100 {
  padding-left: 100px !important;
}

.pdr0 {
  padding-right: 0 !important;
}

.pdr1 {
  padding-right: 1px !important;
}

.pdr2 {
  padding-right: 2px !important;
}

.pdr3 {
  padding-right: 3px !important;
}

.pdr4 {
  padding-right: 4px !important;
}

.pdr5 {
  padding-right: 5px !important;
}

.pdr6 {
  padding-right: 6px !important;
}

.pdr7 {
  padding-right: 7px !important;
}

.pdr8 {
  padding-right: 8px !important;
}

.pdr9 {
  padding-right: 9px !important;
}

.pdr10 {
  padding-right: 10px !important;
}

.pdr12 {
  padding-right: 12px !important;
}

.pdr15 {
  padding-right: 15px !important;
}

.pdr18 {
  padding-right: 18px !important;
}

.pdr20 {
  padding-right: 20px !important;
}

.pdr25 {
  padding-right: 25px !important;
}

.pdr30 {
  padding-right: 30px !important;
}

.pdr35 {
  padding-right: 35px !important;
}

.pdr40 {
  padding-right: 40px !important;
}

.pdr45 {
  padding-right: 45px !important;
}

.pdr50 {
  padding-right: 50px !important;
}

.pdr55 {
  padding-right: 55px !important;
}

.pdr60 {
  padding-right: 60px !important;
}

.pdr65 {
  padding-right: 65px !important;
}

.pdr70 {
  padding-right: 70px !important;
}

.pdr75 {
  padding-right: 75px !important;
}

.pdr80 {
  padding-right: 80px !important;
}

.pdr85 {
  padding-right: 85px !important;
}

.pdr90 {
  padding-right: 90px !important;
}

.pdr95 {
  padding-right: 95px !important;
}

.pdr100 {
  padding-right: 100px !important;
}

.pd0 {
  padding: 0 !important;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}

.alL, .c-textLeft {
  text-align: left;
}

.alC, .c-textCenter {
  text-align: center;
}

.alR, .c-textRight, .u-right {
  text-align: right;
}

.u-left {
  text-align: left !important;
}

.u-center {
  text-align: center !important;
}

.vaT, .-vtop {
  vertical-align: top;
}

.vaM, .-vmiddle {
  vertical-align: middle;
}

.vaB, .-vbottom {
  vertical-align: bottom;
}

.c-pos--rel, .rel, .-rel {
  position: relative;
}

.c-pos--ab, .ab, .-ab {
  position: absolute;
}

.c-pos--fix, .fix, .-fix {
  position: fixed;
}

.disnon {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.w100per {
  width: 100%;
  height: auto;
}

.clearfix {
  clear: both;
  background: none;
  height: 1px;
  font-size: 1px;
}

.cf:before, .cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

.TODO {
  border-top: 1px solid #c00;
  height: 1200px;
  margin-top: 300px;
  padding-top: 300px;
}

.isDisplay {
  display: block !important;
}

.noDisplay {
  display: none;
}

.-pcOnly, .-pc {
  display: inline-block;
}

@media screen and (width <= 768px) {
  .-pcOnly, .-pc {
    display: none;
  }
}

.-spOnly, .-sp {
  display: none;
}

@media screen and (width <= 768px) {
  .-spOnly, .-sp {
    display: inline-block;
  }
}

.pcOnly, .pc {
  display: inline-block !important;
}

@media screen and (width <= 768px) {
  .pcOnly, .pc {
    display: none !important;
  }
}

.spOnly, .sp {
  display: none !important;
}

@media screen and (width <= 768px) {
  .spOnly, .sp {
    display: inline-block !important;
  }
}

.p-parts .inner {
  width: 1500px;
}

.c-color--main {
  color: #396d82;
}

.c-beforeBgColor {
  background-color: inherit;
  position: relative;
}

.c-beforeBgColor:before {
  content: "";
  z-index: -1;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.c-beforeBgColor.-bgGray:before {
  background-color: #f8f8f8;
}

.c-beforeBgColor.-bgWhite:before {
  background-color: #fff;
}

.c-beforeBgColor.-bgBlack:before {
  background-color: #000;
}

.c-beforeBgColor.-bgMainColor:before {
  background-color: #396d821a;
}

.c-fs24 {
  font-size: 24px !important;
}

@media screen and (width <= 768px) {
  .c-fs24 {
    font-size: inherit;
  }
}

.c-fs12 {
  font-size: 12px !important;
}

@media screen and (width <= 768px) {
  .c-fs12 {
    font-size: inherit;
  }
}

.c-bold {
  font-weight: bold;
}

.c-lh14 {
  line-height: 1.4;
}

.c-lh24 {
  line-height: 2.4;
}

.c-maru--small {
  vertical-align: text-bottom;
  margin-right: 5px;
  font-size: 10px;
}

.c-ls--reset {
  letter-spacing: 0 !important;
}

.c-paren-open {
  letter-spacing: -.08em;
  margin-left: -.5em;
}

.c-paren-close {
  letter-spacing: -.08em;
  margin-right: -.5em;
}

a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}

.js-anime--fadein {
  opacity: 0;
}

.c-shadow {
  box-shadow: 0 0 5px #0000004d;
}

.c-textShadow {
  text-shadow: 0 0 6px #0006;
}

.c-flex {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.c-flex.-center {
  justify-content: center;
}

@media screen and (width <= 768px) {
  .c-flex.-spBlock, .c-flex.-spB {
    display: block;
  }
}

.c-flex.-nowrap {
  flex-wrap: nowrap;
}

.c-flex.-top {
  align-items: flex-start;
}

.c-flex.-middle {
  align-items: center;
}

.c-flex.-bottom {
  align-items: flex-end;
}

.c-flex.-left {
  justify-content: flex-start;
}

.c-flex.-right {
  justify-content: flex-end;
}

.c-flex.-mgl20 > li {
  margin-left: 20px;
}

.c-flex.-mgl20 > li:first-child {
  margin-left: 0;
}

.c-flex.-mgr20 > li {
  margin-right: 20px;
}

.c-flex.-mgr20 > li:last-child {
  margin-right: 0;
}

.c-flex.-mgl10 > li {
  margin-left: 10px;
}

.c-flex.-mgl10 > li:first-child {
  margin-left: 0;
}

.c-flex.-mgr10 > li {
  margin-right: 10px;
}

.c-flex.-mgr10 > li:last-child {
  margin-right: 0;
}

.c-flex .-col2 > li {
  flex-basis: 50%;
}

.c-flex .-col3 > li {
  flex-basis: 33.3333%;
}

.c-flex .-col4 > li {
  flex-basis: 25%;
}

.c-flex .-col5 > li {
  flex-basis: 20%;
}

.c-flex .-flex1 {
  flex: 1;
}

.c-flex .-lh0 {
  line-height: 0;
}

.c-flex .-mglAuto {
  margin-left: auto !important;
}

.c-flex .-mgrAuto {
  margin-right: auto !important;
}

.c-flex.-column_50_50 {
  gap: 30px;
}

@media screen and (width <= 768px) {
  .c-flex.-column_50_50 {
    display: block;
  }
}

.c-flex.-column_50_50 > .item {
  flex-basis: calc(50% - 15px);
}

@media screen and (width <= 768px) {
  .c-flex.-column_50_50 > .item + .item {
    margin-top: 30px;
  }
}

.c-flex.-column_70_30 {
  gap: 30px;
}

@media screen and (width <= 768px) {
  .c-flex.-column_70_30 {
    display: block;
  }

  .c-flex.-column_70_30 > .item + .item {
    margin-top: 30px;
  }
}

.c-flex.-column_70_30 > .item:first-child {
  flex-basis: 470px;
}

.c-flex.-column_70_30 > .item:nth-child(2) {
  flex-basis: 310px;
}

.c-list-valueCard {
  gap: 10px;
}

@media screen and (width <= 768px) {
  .c-list-valueCard {
    display: block;
  }
}

.c-list-valueCard > li {
  flex-basis: calc(50% - 5px);
}

@media screen and (width <= 768px) {
  .c-list-valueCard > li {
    flex-basis: auto;
  }

  .c-list-valueCard > li + li {
    margin-top: 10px;
  }
}

.c-valueCard {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 40px;
}

@media screen and (width <= 768px) {
  .c-valueCard {
    min-height: 0;
    padding: 28px 24px;
  }
}

.c-valueCard .num {
  letter-spacing: .08em;
  color: #396d82;
  font-weight: 700;
  line-height: 1;
}

.c-valueCard .title {
  letter-spacing: .04em;
  color: #000;
  margin-top: 24px;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

@media screen and (width <= 768px) {
  .c-valueCard .title {
    margin-top: 22px;
    font-size: 24px;
  }
}

.c-valueCard .text {
  letter-spacing: .06em;
  color: #000;
  margin-top: 24px;
  font-weight: 400;
  line-height: 2;
}

@media screen and (width <= 768px) {
  .c-valueCard .text {
    line-height: 1.9;
  }
}

.c-indent > li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
}

.c-indent > li + li {
  margin-top: 10px;
}

.c-indent.-f05 > li {
  text-indent: -.5em;
  margin-left: .5em;
}

.c-indent.-f07 > li {
  text-indent: -.7em;
  margin-left: .7em;
}

.c-indent.-f12 > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}

.c-indent.-f15 > li {
  text-indent: -1.5em;
  margin-left: 1.5em;
}

.c-indent.-f2 > li {
  text-indent: -2em;
  margin-left: 2em;
}

.c-indent.-flexible {
  display: table;
}

.c-indent.-flexible > li {
  text-indent: inherit;
  margin-left: inherit;
}

.c-indent.-flexible .-head, .c-indent.-flexible .-body {
  display: table-cell;
}

.c-indent--circle > li {
  padding-left: 20px;
  position: relative;
  text-indent: -.05em !important;
  margin-left: .05em !important;
}

.c-indent--circle > li:before {
  content: "";
  background-color: #000;
  border-radius: 100%;
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  top: 10px;
  left: 3px;
}

@media screen and (width <= 768px) {
  .c-indent--circle > li:before {
    top: 8px;
  }
}

.c-numList {
  counter-reset: count 0;
}

.c-numList > li {
  padding-left: 2em;
  position: relative;
}

.c-numList > li + li {
  margin-top: 20px;
}

.c-numList > li p {
  display: inline;
}

.c-numList > li:before {
  content: counter(count) ". ";
  counter-increment: count 1;
  text-align: right;
  width: 2rem;
  display: block;
  position: absolute;
  left: 0;
}

.c-list > li {
  display: block;
}

.c-list.-indent > li {
  margin-left: 1.2em;
}

.c-imgBox {
  width: 100%;
  padding-top: 66.667%;
  position: relative;
  overflow: hidden;
}

.c-imgBox.-type1 {
  padding-top: 66.667%;
}

.c-imgBox img {
  border-radius: 0;
  max-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto !important;
}

.c-btnWrap.-indent {
  margin-left: 1.2em;
}

a.c-btn, .c-btn {
  color: #fff;
  letter-spacing: .08em;
  text-align: center;
  background-color: #396d82;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  min-width: 322px;
  height: 60px;
  padding: 0 56px 0 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
  position: relative;
}

@media screen and (width <= 768px) {
  a.c-btn, .c-btn {
    width: 100%;
    min-width: 0;
    max-width: inherit;
    height: 56px;
    padding: 0 52px 0 24px;
    font-size: 16px;
  }
}

a.c-btn:after, .c-btn:after {
  content: "";
  border-top: 6px solid #0000;
  border-bottom: 6px solid #0000;
  border-left: 8px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

a.c-btn:before, a.c-btn:after, .c-btn:before, .c-btn:after {
  transition: all .3s;
}

a.c-btn .c-icon, .c-btn .c-icon {
  width: 13px;
  height: 13px;
  position: absolute;
  top: 50%;
  right: 20px;
  overflow: hidden;
  transform: translateY(-50%);
}

a.c-btn .c-icon:before, a.c-btn .c-icon:after, .c-btn .c-icon:before, .c-btn .c-icon:after {
  transition: all .5s;
}

a.c-btn .c-icon:before, .c-btn .c-icon:before {
  content: "";
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

a.c-btn .c-icon:after, .c-btn .c-icon:after {
  content: "";
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

a.c-btn .c-icon.-arrow:before, .c-btn .c-icon.-arrow:before {
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
}

a.c-btn .c-icon.-arrow:after, .c-btn .c-icon.-arrow:after {
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  left: -20px;
}

a.c-btn .c-icon.-other:before, .c-btn .c-icon.-other:before {
  background: url("/assets/img/icon-other.svg") 0 0 / contain no-repeat;
  width: 13px;
  height: 13px;
}

a.c-btn .c-icon.-other:after, .c-btn .c-icon.-other:after {
  background: url("/assets/img/icon-other.svg") 0 0 / contain no-repeat;
  width: 13px;
  height: 13px;
  display: none;
  left: -20px;
}

a.c-btn:hover, .c-btn:hover {
  color: #fff;
  border-color: #396d82;
  transition: all .3s;
}

a.c-btn:hover .c-icon:before, a.c-btn:hover .c-icon:after, .c-btn:hover .c-icon:before, .c-btn:hover .c-icon:after {
  opacity: 1;
  transition: all .5s;
}

a.c-btn:hover .c-icon.-arrow:before, .c-btn:hover .c-icon.-arrow:before {
  background: url("/assets/img/icon-arrow-brown.svg") 0 0 / contain no-repeat;
  left: 20px;
}

a.c-btn:hover .c-icon.-arrow:after, .c-btn:hover .c-icon.-arrow:after {
  background: url("/assets/img/icon-arrow-brown.svg") 0 0 / contain no-repeat;
  left: 0;
}

a.c-btn:hover .c-icon.-other:before, .c-btn:hover .c-icon.-other:before {
  background: url("/assets/img/icon-other-brown.svg") 0 0 / contain no-repeat;
}

a.c-btn:hover .c-icon.-other:after, .c-btn:hover .c-icon.-other:after {
  background: url("/assets/img/icon-other-brown.svg") 0 0 / contain no-repeat;
  display: none;
  left: 0;
}

a.c-btn.-white, a.c-btn.-wh, .c-btn.-white, .c-btn.-wh {
  color: #fff;
  border-color: #fff;
}

a.c-btn.-white .c-icon.-arrow:before, a.c-btn.-wh .c-icon.-arrow:before, .c-btn.-white .c-icon.-arrow:before, .c-btn.-wh .c-icon.-arrow:before, a.c-btn.-white .c-icon.-arrow:after, a.c-btn.-wh .c-icon.-arrow:after, .c-btn.-white .c-icon.-arrow:after, .c-btn.-wh .c-icon.-arrow:after {
  background: url("/assets/img/icon-arrow-white.svg") 0 0 / contain no-repeat;
}

a.c-btn.-white:hover, a.c-btn.-wh:hover, .c-btn.-white:hover, .c-btn.-wh:hover {
  background-color: #ffffff1a;
  border-color: #d0d4d6;
}

a.c-btn.-wAuto, .c-btn.-wAuto {
  width: auto;
  min-width: inherit;
  padding-left: 40px;
  padding-right: 40px;
}

.c-brandLink, .p-top .section-brand_concept .brandLink, .p-service_top .section-content01 .c-btn, .c-btn.-arrow {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  background-color: #396d82;
  border: 0;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: 320px;
  min-width: 0;
  height: 60px;
  padding: 0 56px 0 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-brandLink, .p-top .section-brand_concept .brandLink, .p-service_top .section-content01 .c-btn, .c-btn.-arrow {
    width: 100%;
    height: 60px;
    padding: 0 52px 0 24px;
  }
}

.c-brandLink:after, .p-top .section-brand_concept .brandLink:after, .p-service_top .section-content01 .c-btn:after, .c-btn.-arrow:after {
  content: "";
  background: url("/assets/img/icon-arrow.svg") center / contain no-repeat;
  border: 0;
  width: 13px;
  height: 12px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  right: 22px;
  transform: translateY(-50%);
}

.c-brandLink:hover, .p-top .section-brand_concept .brandLink:hover, .p-service_top .section-content01 .c-btn:hover, .c-btn.-arrow:hover {
  opacity: 1;
}

.c-brandLink:hover:after, .p-top .section-brand_concept .brandLink:hover:after, .p-service_top .section-content01 .c-btn:hover:after, .c-btn.-arrow:hover:after {
  right: 16px;
}

.c-link--arrow {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.c-link--arrow.-noLink {
  pointer-events: none !important;
}

.c-link--arrow .c-icon {
  border: 1px solid #d0d4d6;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  overflow: hidden;
  transform: translateY(-50%);
}

.c-link--arrow .c-icon:before, .c-link--arrow .c-icon:after {
  transition: all .5s;
}

.c-link--arrow .c-icon:before {
  content: "";
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.c-link--arrow .c-icon:after {
  content: "";
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

.c-link--arrow .c-icon.-arrow:before {
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  left: 8px;
}

.c-link--arrow .c-icon.-arrow:after {
  opacity: 0;
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  left: -40px;
}

.c-link--arrow:hover {
  opacity: 1;
  color: #72581b;
  transition: all .3s;
}

.c-link--arrow:hover .c-icon {
  color: #72581b;
  background-color: #fff;
  border-color: #72581b;
  transition: all .3s;
}

.c-link--arrow:hover .c-icon:before, .c-link--arrow:hover .c-icon:after {
  opacity: 1;
  transition: all .5s;
}

.c-link--arrow:hover .c-icon.-arrow:before {
  opacity: 0;
  background: url("/assets/img/icon-arrow-brown.svg") 0 0 / contain no-repeat;
  left: 40px;
}

.c-link--arrow:hover .c-icon.-arrow:after {
  background: url("/assets/img/icon-arrow-brown.svg") 0 0 / contain no-repeat;
  left: 8px;
}

.c-link--arrow.-black .c-icon:before, .c-link--arrow.-black .c-icon:after {
  background: url("/assets/img/icon-arrow-white.svg") 0 0 / contain no-repeat;
}

.c-link--arrow.-black:hover .c-icon {
  background-color: #ffffff1a;
  border-color: #d0d4d6;
}

.c-link--arrow.-black:hover .c-icon:before, .c-link--arrow.-black:hover .c-icon:after {
  background: url("/assets/img/icon-arrow-white.svg") 0 0 / contain no-repeat;
}

.c-link--arrow.-large .c-icon {
  width: 51px;
  height: 51px;
}

.c-link--arrow.-large .c-icon:before, .c-link--arrow.-large .c-icon:after {
  width: 21px;
  height: 13px;
}

.c-link--arrow.-large .c-icon:before {
  left: 14px;
}

.c-link--arrow.-large .c-icon:after {
  left: -40px;
}

.c-link--arrow.-large:hover .c-icon {
  width: 51px;
  height: 51px;
}

.c-link--arrow.-large:hover .c-icon:before {
  left: 44px;
}

.c-link--arrow.-large:hover .c-icon:after {
  left: 14px;
}

.c-noLink {
  pointer-events: none;
}

a.c-link, .c-link {
  cursor: pointer;
  padding-left: 15px;
  position: relative;
}

a.c-link:before, a.c-link:after, .c-link:before, .c-link:after {
  transition: all .3s;
}

a.c-link:before, .c-link:before {
  content: "";
  border-bottom: 2px solid #72581b;
  border-right: 2px solid #72581b;
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 0;
  transform: rotate(-45deg);
}

a.c-link:hover, .c-link:hover {
  color: #396d82;
}

a.c-link:hover:before, a.c-link:hover:after, .c-link:hover:before, .c-link:hover:after {
  transition: all .3s;
}

a.c-link.-arrow, .c-link.-arrow {
  padding-left: 0;
  padding-right: 20px;
}

a.c-link.-arrow:before, .c-link.-arrow:before {
  display: none;
}

a.c-link.-arrow:after, .c-link.-arrow:after {
  content: "";
  background: url("/assets/img/icon-arrow.svg") center / contain no-repeat;
  width: 12px;
  height: 11px;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

a.c-link.-black, .c-link.-black {
  color: #000;
}

a.c-link.-black.-arrow:after, .c-link.-black.-arrow:after {
  background-image: url("/assets/img/icon-arrow2-blue.svg");
}

a.c-link.-anchor:before, .c-link.-anchor:before {
  margin-top: 1px;
  left: -5px;
  transform: rotate(45deg)translateY(-50%);
}

a.c-link.-other, .c-link.-other {
  align-items: center;
  padding-left: 0;
  padding-right: 5px;
  text-decoration: underline;
  display: flex;
}

@media screen and (width <= 768px) {
  a.c-link.-other, .c-link.-other {
    display: inline-block;
  }
}

a.c-link.-other:before, .c-link.-other:before {
  display: none;
}

a.c-link.-other:after, .c-link.-other:after {
  content: "";
  background: url("/assets/img/icon-other.svg") 0 0 / contain no-repeat;
  width: 1.8rem;
  height: 1.8rem;
  margin-left: 3px;
  display: inline-block;
}

@media screen and (width <= 768px) {
  a.c-link.-other:after, .c-link.-other:after {
    width: 1.5rem;
    height: 1.5rem;
  }
}

a.c-link.-other:hover:after, .c-link.-other:hover:after {
  background-image: url("/assets/img/icon-other_blue.svg");
  background-size: contain;
}

a.c-link.-pdf, .c-link.-pdf {
  padding-left: 0;
  padding-right: 5px;
  text-decoration: underline;
}

a.c-link.-pdf:before, .c-link.-pdf:before {
  display: none;
}

a.c-link.-pdf:after, .c-link.-pdf:after {
  content: "";
  background: url("/assets/img/icon-pdf.svg") 0 0 / contain no-repeat;
  width: 15px;
  height: 17px;
  margin-left: 3px;
  display: inline-block;
}

a.c-link.-pdf:hover:after, .c-link.-pdf:hover:after {
  background-image: url("/assets/img/icon-pdf_green.svg");
  background-size: contain;
}

a.c-link.-pptx, .c-link.-pptx {
  padding-left: 0;
  padding-right: 5px;
  text-decoration: underline;
}

a.c-link.-pptx:before, .c-link.-pptx:before {
  display: none;
}

a.c-link.-pptx:after, .c-link.-pptx:after {
  content: "";
  background: url("/assets/img/icon-pptx.svg") 0 0 / contain no-repeat;
  width: 16px;
  height: 17px;
  margin-left: 3px;
  display: inline-block;
}

a.c-link.-pptx:hover:after, .c-link.-pptx:hover:after {
  background-image: url("/assets/img/icon-pptx_green.svg");
  background-size: contain;
}

a.c-link.-indent, .c-link.-indent {
  text-indent: 0;
  margin-left: -1em;
  padding-left: 20px;
  position: relative;
}

.c-link--bullet, a.c-link--bullet {
  display: inline-block;
  position: relative;
  padding-left: 20px !important;
  text-decoration: underline !important;
}

.c-link--bullet:before, a.c-link--bullet:before {
  content: "";
  background-color: #396d82;
  border-radius: 100%;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 12px;
  left: 0;
  display: block !important;
}

@media screen and (width <= 768px) {
  .c-link--bullet:before, a.c-link--bullet:before {
    top: 9px;
  }
}

.c-link--bullet + .c-link--bullet, a.c-link--bullet + .c-link--bullet {
  margin-top: 20px;
}

.c-scrollWrap {
  position: relative;
}

@media screen and (width <= 768px) {
  .c-scrollWrap {
    width: calc(100vw - 20px);
    overflow-x: scroll;
  }

  .c-scrollWrap .c-table {
    margin-right: 20px;
  }

  .c-scrollWrap .c-table.p-testTable {
    width: 1000px;
  }

  .c-scrollWrap .c-table th {
    white-space: nowrap;
  }
}

.c-figScroll {
  display: none;
}

@media screen and (width <= 768px) {
  .c-figScroll {
    opacity: 1;
    visibility: visible;
    width: 140px;
    margin: auto;
    transition: all .3s;
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
  }
}

.c-figScroll.isHide {
  opacity: 0;
  visibility: visible;
  width: 170px;
  margin: auto;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

@media screen and (width <= 768px) {
  .c-figScroll.isHide {
    width: 120px;
  }
}

.c-table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
}

.c-table.-center tr, .c-table.-center th, .c-table.-center td {
  text-align: center;
}

.c-table.-left tr, .c-table.-left th, .c-table.-left td {
  text-align: left;
}

.c-table.-right tr, .c-table.-right th, .c-table.-right td {
  text-align: right;
}

.c-table tr:first-child th, .c-table tr:first-child td {
  border-top: 1px solid #d0d4d6;
}

.c-table th, .c-table td {
  vertical-align: top;
  text-align: left;
  border-bottom: 1px solid #d0d4d6;
  padding: 20px;
  line-height: 1.6;
}

@media screen and (width <= 768px) {
  .c-table th, .c-table td {
    padding: 15px 10px;
    display: block;
  }
}

.c-table th.-nowrap, .c-table td.-nowrap {
  white-space: nowrap;
}

.c-table th.-middle, .c-table td.-middle {
  vertical-align: middle;
}

.c-table th {
  background-color: #282828;
  width: 25%;
  padding: 20px;
  font-weight: normal;
}

@media screen and (width <= 768px) {
  .c-table th {
    width: 100%;
    padding: 10px;
  }
}

.c-table td {
  width: 75%;
}

@media screen and (width <= 768px) {
  .c-table td {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.c-table td .c-indent + .c-indent {
  margin-top: 10px;
}

.c-dl_table {
  border-collapse: separate;
  grid-template-columns: calc(5em + 40px) 1fr;
  width: 100%;
  margin: 0 auto;
  display: grid;
}

.c-dl_table.-em3 {
  grid-template-columns: calc(3em + 40px) 1fr;
}

.c-dl_table.-em4 {
  grid-template-columns: calc(4em + 40px) 1fr;
}

.c-dl_table.-em5 {
  grid-template-columns: calc(5em + 40px) 1fr;
}

.c-dl_table.-em6 {
  grid-template-columns: calc(6em + 40px) 1fr;
}

.c-dl_table.-em7 {
  grid-template-columns: calc(7em + 40px) 1fr;
}

.c-dl_table.-em8 {
  grid-template-columns: calc(8em + 40px) 1fr;
}

.c-dl_table.-em9 {
  grid-template-columns: calc(9em + 40px) 1fr;
}

.c-dl_table.-em10 {
  grid-template-columns: calc(10em + 40px) 1fr;
}

.c-dl_table.-em11 {
  grid-template-columns: calc(11em + 40px) 1fr;
}

.c-dl_table.-em12 {
  grid-template-columns: calc(12em + 40px) 1fr;
}

.c-dl_table.-em13 {
  grid-template-columns: calc(13em + 40px) 1fr;
}

.c-dl_table.-em14 {
  grid-template-columns: calc(14em + 40px) 1fr;
}

.c-dl_table.-em15 {
  grid-template-columns: calc(15em + 40px) 1fr;
}

.c-dl_table dt, .c-dl_table dd {
  border-bottom: 1px dashed #d0d4d6;
  margin: 0;
  padding: 15px 0;
}

.c-dl_table dt:last-of-type, .c-dl_table dd:last-of-type {
  border-bottom: none;
}

.c-dl_table dt {
  color: #396d82;
  font-weight: normal;
}

.c-box {
  background-color: #396d821a;
  width: 820px;
  margin: auto;
  padding: 30px;
}

@media screen and (width <= 768px) {
  .c-box {
    width: 100%;
    padding: 18px;
  }
}

.c-box.-border {
  background-color: #0000;
  border: 1px solid #396d82;
}

h1, .c-title {
  text-align: left;
  letter-spacing: .1em;
  margin-bottom: 30px;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.35;
}

@media screen and (width <= 768px) {
  h1, .c-title {
    font-size: 28px;
  }
}

h1 .sub, .c-title .sub {
  letter-spacing: .08em;
  padding-top: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  h1 .sub, .c-title .sub {
    font-size: 14px;
  }
}

h1 .sub.-space, .c-title .sub.-space {
  letter-spacing: 1em;
}

h1 .sup, .c-title .sup {
  padding-top: 2px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  h1 .sup, .c-title .sup {
    font-size: 14px;
  }
}

h1.-center, .c-title.-center, h1.-center span, .c-title.-center span {
  text-align: center;
}

h1.-wh, h1.-white, .c-title.-wh, .c-title.-white, h1.-wh span, h1.-white span, .c-title.-wh span, .c-title.-white span {
  color: #fff;
}

h1.-black, .c-title.-black, h1.-black span, .c-title.-black span {
  color: #000;
}

h2, .c-title2 {
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  position: relative;
}

@media screen and (width <= 768px) {
  h2, .c-title2 {
    font-size: 20px;
  }
}

h2 .sub, .c-title2 .sub {
  margin-top: -3px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  h2 .sub, .c-title2 .sub {
    font-size: 14px;
  }
}

h2 .sup, .c-title2 .sup {
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  position: relative;
}

h3, .c-title3 {
  margin-bottom: 50px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  position: relative;
}

@media screen and (width <= 768px) {
  h3, .c-title3 {
    margin-bottom: 30px;
    font-size: 30px;
  }
}

h4, .c-title4 {
  color: #fff;
  align-items: center;
  gap: 20px;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
  display: flex;
}

h4 .sub, .c-title4 .sub {
  color: #396d82;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.c-pic {
  margin-top: 30px;
}

.c-caption, .caption {
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 12px;
  font-weight: normal;
  line-height: 1.4;
}

.c-block--l {
  margin-bottom: 90px;
}

@media screen and (width <= 768px) {
  .c-block--l {
    margin-bottom: 60px;
  }
}

.c-block--m {
  margin-bottom: 70px;
}

@media screen and (width <= 768px) {
  .c-block--m {
    margin-bottom: 50px;
  }
}

.c-block--ms {
  margin-bottom: 50px;
}

@media screen and (width <= 768px) {
  .c-block--ms {
    margin-bottom: 30px;
  }
}

.c-block--s {
  margin-bottom: 30px;
}

@media screen and (width <= 768px) {
  .c-block--s {
    margin-bottom: 20px;
  }
}

.c-block--xs {
  margin-bottom: 10px;
}

@media screen and (width <= 768px) {
  .c-block--xs {
    margin-bottom: 10px;
  }
}

.c-lead {
  text-align: center;
}

@media screen and (width <= 768px) {
  .c-lead {
    text-align: left;
  }
}

.c-lead.-wh {
  color: #fff;
}

.c-lead.-wide {
  width: 100%;
}

.c-lead.-left {
  text-align: left;
}

@media screen and (width <= 768px) {
  .c-spLeft {
    text-align: left !important;
  }

  .c-spRight {
    text-align: right !important;
  }

  .c-spCenter {
    text-align: center !important;
  }
}

.c-topicPath {
  z-index: 1;
  background-color: #282828;
  padding: 16px 0;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-topicPath {
    padding: 15px 0;
    overflow-x: scroll;
  }
}

.c-topicPath .inner {
  width: 1120px !important;
}

@media screen and (width <= 768px) {
  .c-topicPath .inner {
    margin-left: 20px;
    overflow-x: scroll;
    width: calc(100vw - 20px) !important;
  }
}

.c-topicPath .list {
  line-height: 1.2;
}

@media screen and (width <= 768px) {
  .c-topicPath .list {
    white-space: nowrap;
  }
}

.c-topicPath .list > li {
  margin-left: 0;
  margin-right: 15px;
  padding-right: 15px;
  display: inline;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-topicPath .list > li {
    white-space: nowrap;
    line-height: 1.4;
  }
}

.c-topicPath .list > li:before {
  content: "";
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 9px;
  right: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (width <= 768px) {
  .c-topicPath .list > li:before {
    top: 7px;
  }
}

.c-topicPath .list > li:last-child:before {
  display: none;
}

.c-topicPath .list > li:last-child a, .c-topicPath .list > li:last-child div {
  pointer-events: none;
}

.c-topicPath .list > li:last-child a span, .c-topicPath .list > li:last-child div span {
  color: #ccc;
}

.c-topicPath .list > li a {
  color: #fff;
  display: inline;
}

@media screen and (width <= 768px) {
  .c-topicPath .list > li a {
    white-space: nowrap;
    display: inline-block;
  }
}

.c-topicPath .list > li span {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-topicPath .list > li span {
    font-size: 12px;
  }
}

.c-topicPath .list > li div {
  line-height: 1;
}

.c-pagination .list {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-pagination .list {
    justify-content: space-between;
  }
}

.c-pagination .list > li a, .c-pagination .list > li span {
  color: #000;
  padding: 20px 18px;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transition: all .3s;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li a, .c-pagination .list > li span {
    padding: 20px 13px;
  }
}

.c-pagination .list > li a.current, .c-pagination .list > li span.current {
  color: #d0d4d6;
}

.c-pagination .list > li a.current:after, .c-pagination .list > li span.current:after {
  background-color: #396d82;
  transition: all .3s;
}

.c-pagination .list > li a:hover, .c-pagination .list > li span:hover {
  opacity: 1;
  color: #72581b;
  transition: all .3s;
}

.c-pagination .list > li a:hover.current, .c-pagination .list > li span:hover.current {
  color: #d0d4d6;
}

.c-pagination .list > li .c-icon {
  border-radius: 100%;
  width: 50px;
  height: 50px;
  position: absolute;
  top: -4px;
  left: -25px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .c-icon {
    width: 30px;
    height: 30px;
    padding: 0;
    top: 5px;
    left: 0;
  }
}

.c-pagination .list > li .c-icon:before {
  content: "";
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  width: 21px;
  height: 13px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .c-icon:before {
    width: 13px;
    height: 8px;
  }
}

.c-pagination .list > li .c-icon:after {
  content: "";
  background: url("/assets/img/icon-arrow.svg") 0 0 / contain no-repeat;
  width: 21px;
  height: 13px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .c-icon:after {
    width: 13px;
    height: 8px;
  }
}

.c-pagination .list > li .prev .c-icon:before {
  margin-top: -6px;
  transition: all .3s;
  left: 15px;
  transform: rotate(180deg);
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .prev .c-icon:before {
    margin-top: -5px;
    left: 7px;
  }
}

.c-pagination .list > li .prev .c-icon:after {
  margin-top: -6px;
  transition: all .3s;
  left: 50px;
  transform: rotate(180deg);
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .prev .c-icon:after {
    margin-top: -5px;
    left: 32px;
  }
}

.c-pagination .list > li .prev:hover .c-icon:before {
  background: url("/assets/img/icon-arrow-brown.svg") 0 0 / contain no-repeat;
  left: -35px;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .prev:hover .c-icon:before {
    left: -18px;
  }
}

.c-pagination .list > li .prev:hover .c-icon:after {
  background: url("/assets/img/icon-arrow-brown.svg") 0 0 / contain no-repeat;
  left: 15px;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .prev:hover .c-icon:after {
    left: 7px;
  }
}

.c-pagination .list > li .next .c-icon {
  left: 11px;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .next .c-icon {
    left: -4px;
  }
}

.c-pagination .list > li .next .c-icon:before {
  transition: all .3s;
  left: 15px;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .next .c-icon:before {
    left: 7px;
  }
}

.c-pagination .list > li .next .c-icon:after {
  transition: all .3s;
  left: -30px;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .next .c-icon:after {
    left: -18px;
  }
}

.c-pagination .list > li .next:hover .c-icon:before {
  background: url("/assets/img/icon-arrow-brown.svg") 0 0 / contain no-repeat;
  left: 50px;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .next:hover .c-icon:before {
    left: 32px;
  }
}

.c-pagination .list > li .next:hover .c-icon:after {
  background: url("/assets/img/icon-arrow-brown.svg") 0 0 / contain no-repeat;
  left: 15px;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .next:hover .c-icon:after {
    left: 7px;
  }
}

.c-pagination .list > li .prev:after {
  content: "";
  width: 50px;
  height: 50px;
  top: -4px;
  left: -25px;
  right: inherit;
  bottom: inherit;
  border: 1px solid #d0d4d6;
  border-radius: 100%;
  transition: all .3s;
  display: block;
  position: absolute;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .prev:after {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 0;
  }
}

.c-pagination .list > li .prev:hover:after {
  border-color: #72581b;
  transition: all .3s;
}

.c-pagination .list > li .next:after {
  content: "";
  width: 50px;
  height: 50px;
  top: -4px;
  left: 11px;
  right: inherit;
  bottom: inherit;
  border: 1px solid #d0d4d6;
  border-radius: 100%;
  transition: all .3s;
  display: block;
  position: absolute;
}

@media screen and (width <= 768px) {
  .c-pagination .list > li .next:after {
    width: 30px;
    height: 30px;
    top: 5px;
    left: -4px;
  }
}

.c-pagination .list > li .next:hover:after {
  border-color: #72581b;
  transition: all .3s;
}

.c-section_head .inner {
  background: url("/assets/img/pic-head.png") center / cover no-repeat;
  align-items: center;
  min-height: 248px;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-section_head .inner {
    min-height: inherit;
    aspect-ratio: 5.53 / 2;
  }
}

.c-section_head .inner .wrap {
  background: url("/assets/img/bg-head_title.svg") 0 0 / cover repeat-y;
  width: 100%;
  margin: 70px 0;
}

@media screen and (width <= 768px) {
  .c-section_head .inner .wrap {
    margin: 20px 0;
  }
}

.c-section_head .inner .-title {
  color: #fff;
  width: 1120px;
  margin: auto;
  padding: 25px 0;
  font-size: 30px;
  font-weight: normal;
}

@media screen and (width <= 768px) {
  .c-section_head .inner .-title {
    width: 100%;
    padding: 10px 20px;
    font-size: 24px;
    line-height: 1.4;
  }
}

.c-section_head .inner .-title .sub {
  font-size: 24px;
  display: block;
}

@media screen and (width <= 768px) {
  .c-section_head .inner .-title .sub {
    margin-top: 5px;
    font-size: 14px;
  }
}

.c-section_head .inner .-title .sup {
  font-size: 24px;
  display: block;
}

@media screen and (width <= 768px) {
  .c-section_head .inner .-title .sup {
    margin-bottom: 5px;
    font-size: 14px;
  }
}

.c-tabWrap .inner {
  width: 1120px;
  overflow-x: scroll;
}

@media screen and (width <= 768px) {
  .c-tabWrap .inner {
    width: 100%;
  }

  .c-tabWrap .inner-btn {
    width: calc(100vw - 20px);
  }
}

.c-tab {
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (width <= 768px) {
  .c-tab {
    gap: 10px;
  }

  .c-tab > li:last-child {
    padding-right: 20px;
  }
}

.c-tabTarget {
  position: relative;
}

.c-tabTarget .c-tabTarget_content {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  transition: all .3s;
  position: absolute;
  top: 0;
  left: 0;
}

.c-tabTarget .c-tabTarget_content.isOn {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.c-tab-btn {
  text-align: center;
  cursor: pointer;
  z-index: 1;
  white-space: nowrap;
  border: 1px solid #72581b;
  border-radius: 100vmax;
  width: 260px;
  margin: auto;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.2;
  text-decoration: none;
  transition: all .3s;
  display: inline-block;
  position: relative;
  color: #72581b !important;
}

@media screen and (width <= 768px) {
  .c-tab-btn {
    width: 200px;
    padding: 10px 15px;
    font-size: 14px;
  }
}

.c-tab-btn:before, .c-tab-btn:after {
  transition: all .3s;
}

.c-tab-btn:before {
  content: "";
  z-index: 1011;
  opacity: 0;
  border: 8px solid #0000;
  border-top-width: 0;
  border-bottom-color: #72581b;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translate(-50%)rotate(180deg);
}

.c-tab-btn.isOn {
  background-color: #72581b;
  transition: all .3s;
  color: #fff !important;
}

.c-tab-btn.isOn:before {
  opacity: 1;
  transition: all .3s;
}

.c-tab-btn.-wAuto {
  width: auto;
}

.c-wrapCenter {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.c-stepNumber .-text {
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-stepNumber .-text {
    font-size: 10px;
  }
}

.c-stepNumber .-number {
  font-size: 52px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .c-stepNumber .-number {
    font-size: 26px;
  }
}

.c-slideWrap .list-slide .item {
  border: 1px solid #396d82;
  border-radius: 6px;
  margin: auto 18px;
  width: 960px !important;
}

@media screen and (width <= 768px) {
  .c-slideWrap .list-slide .item {
    margin: auto 10px;
    width: 320px !important;
  }
}

.c-slideWrap .list-slide .item a {
  height: 100%;
  padding: 20px 70px 20px 30px;
  display: block;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-slideWrap .list-slide .item a {
    padding: 20px 30px 20px 20px;
  }
}

.c-slideWrap .list-slide .item a:before {
  content: "";
  border-bottom: 1px solid #72581b;
  border-right: 1px solid #72581b;
  width: 11px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 30px;
  transform: rotate(-45deg)translateY(-50%);
}

@media screen and (width <= 768px) {
  .c-slideWrap .list-slide .item a:before {
    right: 15px;
  }
}

.c-slideWrap .list-slide .item a .titleWrap {
  align-items: baseline;
  margin-bottom: 10px;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-slideWrap .list-slide .item a .titleWrap {
    display: block;
  }
}

.c-slideWrap .list-slide .item a .titleWrap .-time {
  flex-basis: 110px;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .c-slideWrap .list-slide .item a .titleWrap .-time {
    font-size: 14px;
  }
}

.c-slideWrap .list-slide .item a .titleWrap .-head {
  color: #72581b;
  flex: 1;
}

.c-slideWrap .list-slide .item a .-text {
  font-size: 16px;
}

.c-slideWrap .slick-dots {
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: flex;
  bottom: -15px;
}

.c-slideWrap .slick-dots > li {
  width: 64px;
  height: 4px;
  margin: inherit;
}

.c-slideWrap .slick-dots > li button:before {
  opacity: 1;
  width: 64px;
  height: 4px;
  top: inherit;
  left: inherit;
  border-radius: 100vmax;
  transition: all .3s;
  display: block;
  position: relative;
}

.c-slideWrap .slick-dots > li.slick-active button:before {
  transition: all .3s;
}

.c-accordion_list > li + li {
  margin-top: 15px;
}

.c-accordion_list > li dl {
  cursor: pointer;
  position: relative;
}

.c-accordion_list > li dl dt {
  background-color: #f8f8f8;
  padding: 10px 20px;
  font-weight: normal;
  transition: all .3s;
  position: relative;
}

.c-accordion_list > li dl dt:before, .c-accordion_list > li dl dt:after {
  content: "";
  background-color: #72581b;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
}

.c-accordion_list > li dl dt:before {
  width: 19px;
  height: 2px;
}

.c-accordion_list > li dl dt:after {
  opacity: 1;
  width: 2px;
  height: 19px;
  margin-top: -8px;
  transition: all .3s;
  right: 23px;
}

.c-accordion_list > li dl dd {
  border-bottom: 1px solid #72581b;
  padding: 10px 20px;
  display: none;
}

.c-accordion_list > li dl.isOn dt {
  color: #72581b;
  transition: all .3s;
}

.c-accordion_list > li dl.isOn dt:after {
  opacity: 0;
  transition: all .3s;
  transform: rotate(90deg);
}

.c-accordion_list > li dl.isOn dd {
  display: block;
}

.c-list_col2 {
  gap: 60px;
  display: flex;
}

.c-list_col2 > li:first-child {
  flex-basis: 340px;
}

.c-list_col2 > li:nth-child(2) {
  flex: 1;
}

@media screen and (width <= 768px) {
  .c-list_col2 > li:nth-child(2) {
    margin-top: 30px;
  }
}

.c-list_col2.-half {
  gap: inherit;
  justify-content: space-between;
}

.c-list_col2.-half > li {
  flex-basis: calc(50% - 30px);
  flex: inherit;
}

.c-list_col2.-half > li:first-child {
  flex-basis: calc(50% - 30px);
  order: 1;
}

@media screen and (width <= 768px) {
  .c-list_col2.-half > li:first-child {
    flex-basis: inherit;
    order: 1;
  }
}

.c-list_col2.-half > li:nth-child(2) {
  flex-basis: calc(50% - 30px);
  order: 2;
}

@media screen and (width <= 768px) {
  .c-list_col2.-half > li:nth-child(2) {
    order: 2;
  }
}

.c-list_col2.-half.-reverse > li:first-child {
  order: 2;
}

@media screen and (width <= 768px) {
  .c-list_col2.-half.-reverse > li:first-child {
    order: 1;
  }
}

.c-list_col2.-half.-reverse > li:nth-child(2) {
  order: 1;
}

@media screen and (width <= 768px) {
  .c-list_col2.-half.-reverse > li:nth-child(2) {
    order: 1;
  }
}

.grecaptcha-badge {
  z-index: 100;
}

.c-imgCaptionWrap {
  position: relative;
}

.c-imgCaptionWrap .c-imgCaption {
  letter-spacing: -.01em;
  color: #fff;
  text-shadow: 0 0 10px #141414cc, 0 0 15px #141414e6;
  font-size: 12px;
  line-height: 1;
  position: absolute;
  bottom: 8px;
  left: 8px;
}

@media screen and (width <= 768px) {
  .c-imgCaptionWrap .c-imgCaption {
    font-size: 11px;
  }
}

.c-imgCaptionWrap .c-imgCaption.p-imgCaption01 {
  left: 15px;
}

.c-imgCaptionWrap .c-imgCaption.p-imgCaption02 {
  bottom: 32px;
}

.c-imgCaptionWrap .c-imgCaption.p-imgCaption03 {
  bottom: 25px;
  left: 108px;
}

@media screen and (width <= 768px) {
  .c-imgCaptionWrap .c-imgCaption.p-imgCaption03 {
    bottom: 29px;
    left: 25px;
  }
}

.c-bg_header_overlay {
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  z-index: 100;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
}

.c-bg_header_overlay.isOn {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.l-header {
  z-index: 1000;
  backdrop-filter: blur();
  background-color: #0000;
  border-bottom: 1px solid #fff6;
  width: 100%;
  height: 80px;
  margin: auto;
  transition: all .5s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  letter-spacing: 0 !important;
}

@media screen and (width <= 768px) {
  .l-header {
    border-bottom: 0;
    height: 61px;
    padding-top: 0;
  }
}

.l-header.isOn, .l-header.isMenuOpen {
  backdrop-filter: blur(14px);
  background-color: #282828d1;
  border-bottom-color: #fff0;
}

@media screen and (width <= 768px) {
  .l-header.isOn .list-header > li a img, .l-header.isOn .list-header > li a svg, .l-header.isMenuOpen .list-header > li a img, .l-header.isMenuOpen .list-header > li a svg {
    width: 139px;
    height: auto;
    display: block;
  }

  .l-header.isOn .list-header > li a img path, .l-header.isOn .list-header > li a svg path, .l-header.isMenuOpen .list-header > li a img path, .l-header.isMenuOpen .list-header > li a svg path {
    fill: #fff !important;
  }
}

.l-header .inner {
  width: calc(100% - 60px);
}

@media screen and (width <= 768px) {
  .l-header .inner {
    width: calc(100% - 20px);
  }
}

.l-header .list-header {
  height: 80px;
  padding: 18px 0;
  transition: all .3s;
}

@media screen and (width <= 768px) {
  .l-header .list-header {
    justify-content: flex-end;
    align-items: center;
    height: 60px;
    padding: 10px 0;
  }
}

.l-header .list-header > li {
  margin: 0 18px;
  transition: all .3s;
  position: relative;
}

@media screen and (width <= 768px) {
  .l-header .list-header > li {
    display: none;
  }
}

.l-header .list-header > li > a {
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  transition: all .3s;
  display: block;
  position: relative;
}

.p-top .l-header .list-header > li > a {
  color: #fff;
  transition: all .3s;
}

.l-header .list-header > li > a:before {
  content: "";
  background-color: currentColor;
  width: 0%;
  height: 2px;
  margin: auto;
  transition: all .3s;
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
}

.l-header .list-header > li > a:hover, .l-header .list-header > li > a.is-current {
  opacity: 1;
}

.l-header .list-header > li > a:hover:before, .l-header .list-header > li > a.is-current:before {
  width: 100%;
  transition: all .3s;
}

.l-header .list-header > li.-hasSub:hover > a, .l-header .list-header > li.-hasSub:focus-within > a {
  opacity: 1;
}

.l-header .list-header > li.-hasSub:hover > a:before, .l-header .list-header > li.-hasSub:focus-within > a:before {
  width: 100%;
}

.l-header .list-header > li.-hasSub:hover .headerSubMenu, .l-header .list-header > li.-hasSub:focus-within .headerSubMenu {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(-50%)translateY(0);
}

.l-header .list-header > li .headerSubMenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: #fff;
  width: 148px;
  transition: all .3s;
  position: absolute;
  top: 67px;
  left: 50%;
  transform: translateX(-50%)translateY(8px);
}

@media screen and (width <= 768px) {
  .l-header .list-header > li .headerSubMenu {
    display: none;
  }
}

.l-header .list-header > li .headerSubMenu:before {
  content: "";
  width: 100%;
  height: 32px;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.l-header .list-header > li .headerSubMenu a {
  color: #000;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.l-header .list-header > li .headerSubMenu a:before {
  display: none;
}

.l-header .list-header > li .headerSubMenu a:hover {
  opacity: 1;
  color: #fff;
  background-color: #396d82;
}

.l-header .list-header > li.-logo {
  margin-left: 0;
  margin-right: auto;
}

@media screen and (width <= 768px) {
  .l-header .list-header > li.-logo {
    margin-right: auto;
    display: block;
  }

  .l-header .list-header > li.-logo a {
    display: block;
  }

  .l-header .list-header > li.-logo img, .l-header .list-header > li.-logo svg {
    width: 139px;
    height: auto;
    display: block;
  }

  .l-header .list-header > li.-logo img path, .l-header .list-header > li.-logo svg path {
    fill: #fff !important;
  }
}

.l-header .list-header > li.-logo a:before {
  display: none;
}

.l-header .list-header > li.-contact {
  margin: 0 0 0 15px;
}

@media screen and (width <= 768px) {
  .l-header .list-header > li.-contact {
    display: none;
  }
}

.l-header .list-header > li.-contact a, .l-header .list-header > li.-contact a.c-btn {
  min-width: inherit;
  text-align: center;
  color: #fff;
  background-color: #396d82;
  border: 0;
  border-radius: 6px;
  width: 155px;
  height: 40px;
  padding: 12px 10px 12px 40px;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .l-header .list-header > li.-contact a, .l-header .list-header > li.-contact a.c-btn {
    width: auto;
    min-width: 126px;
    padding: 12px 14px 12px 38px;
    font-size: 12px;
  }
}

.l-header .list-header > li.-contact a:before, .l-header .list-header > li.-contact a.c-btn:before {
  content: "";
  width: 18px;
  height: 15px;
  margin: inherit;
  top: 50%;
  bottom: inherit;
  left: 15px;
  right: inherit;
  background: url("/assets/img/icon-mail.svg") center / contain no-repeat;
  transition: all .3s;
  position: absolute;
  transform: translateY(-50%);
  background-color: #0000 !important;
}

.l-header .list-header > li.-contact a:hover, .l-header .list-header > li.-contact a.c-btn:hover {
  opacity: .65;
}

.l-header .list-header > li.-language {
  margin-left: 18px;
  margin-right: 0;
}

@media screen and (width <= 768px) {
  .l-header .list-header > li.-language {
    display: none;
  }
}

.l-header .list-header > li.-language:hover .languageTrigger, .l-header .list-header > li.-language:focus-within .languageTrigger {
  opacity: 1;
}

.l-header .list-header > li.-language .languageTrigger {
  color: #fff;
  cursor: pointer;
  background: none;
  border: 0;
  align-items: center;
  gap: 10px;
  height: 40px;
  padding: 0 0 0 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  transition: all .3s;
  display: flex;
  position: relative;
}

.l-header .list-header > li.-language .languageTrigger:before {
  content: "";
  background: url("/assets/img/icon-language.svg") center / contain no-repeat;
  width: 19px;
  height: 19px;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.l-header .list-header > li.-language .languageSubMenu {
  width: fit-content;
  left: -100%;
  overflow: visible;
}

.l-header .list-header > li.-spLanguage {
  display: none;
}

@media screen and (width <= 768px) {
  .l-header .list-header > li.-spLanguage {
    width: 40px;
    height: 40px;
    margin: 0 0 0 12px;
    padding: 0;
    display: block;
    position: relative;
  }
}

.l-header .list-header > li.-spLanguage .spLanguageTrigger {
  cursor: pointer;
  background: url("/assets/img/icon-language.svg") center / 19px 19px no-repeat;
  border: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  transition: all .3s;
}

.l-header .list-header > li.-spLanguage .spLanguageTrigger.isOn {
  opacity: .65;
}

.l-header .list-header > li.-spLanguage .spLanguageSubMenu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 1200;
  background-color: #fff;
  width: fit-content;
  transition: all .3s;
  position: absolute;
  top: 48px;
  right: -52px;
  transform: translateY(8px);
}

.l-header .list-header > li.-spLanguage .spLanguageSubMenu.isOn {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}

.l-header .list-header > li.-spLanguage .spLanguageSubMenu a {
  color: #000;
  white-space: nowrap;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: block;
}

.l-header .list-header > li.-spLanguage .spLanguageSubMenu a:hover {
  opacity: 1;
  color: #fff;
  background-color: #396d82;
}

.l-header .list-header > li.-menu {
  display: none;
}

@media screen and (width <= 768px) {
  .l-header .list-header > li.-menu {
    width: 40px;
    height: 40px;
    margin-left: 12px;
    margin-right: 0;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .l-header .list-header > li.-menu .menuTrigger {
    background: #fff;
    border: 0;
    border-radius: 4px;
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
  }

  .l-header .list-header > li.-menu .menuTrigger span {
    width: 12px;
    height: 1px;
    margin-left: -6px;
    transition: transform .3s, opacity .3s, top .3s;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    background-color: #396d82 !important;
  }

  .l-header .list-header > li.-menu .menuTrigger span:first-child {
    top: 15px;
  }

  .l-header .list-header > li.-menu .menuTrigger span:nth-child(2) {
    top: 20px;
  }

  .l-header .list-header > li.-menu .menuTrigger span:nth-child(3) {
    top: 25px;
  }

  .l-header .list-header > li.-menu .menuTrigger.isOn {
    background-color: #00000061;
  }

  .l-header .list-header > li.-menu .menuTrigger.isOn span {
    background-color: #fff !important;
  }

  .l-header .list-header > li.-menu .menuTrigger.isOn span:first-child {
    top: 20px;
    transform: rotate(45deg);
  }

  .l-header .list-header > li.-menu .menuTrigger.isOn span:nth-child(2) {
    opacity: 0;
  }

  .l-header .list-header > li.-menu .menuTrigger.isOn span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
}

.l-header .menuModal {
  opacity: 0;
  visibility: hidden;
  z-index: 1100;
  transition: all .1s;
  position: absolute;
  top: 50px;
}

.l-header .menuModal.isOn {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

@media screen and (width <= 768px) {
  .l-header .menuModal.isOn {
    transition: inherit;
  }
}

.l-header .menuModal .submenuList {
  background-color: #fffc;
  padding: 10px 18px;
  overflow: hidden;
  box-shadow: 0 0 10px #0000001a;
}

.l-header .menuModal .submenuList > li a, .l-header .menuModal .submenuList > li a.submenuItem {
  color: #000;
  padding: 8px 0;
  font-size: 16px;
  line-height: 1.2;
  display: block;
}

.l-header .menuModal .submenuList > li a:hover, .l-header .menuModal .submenuList > li a.submenuItem:hover {
  color: #72581b;
}

.l-header .menuListWrap {
  display: none;
}

@media screen and (width <= 768px) {
  .l-header .menuListWrap {
    z-index: 999;
    width: 100%;
    max-width: inherit;
    opacity: 0;
    visibility: hidden;
    background-color: #000000eb;
    height: calc(100vh - 60px);
    margin: auto;
    padding: 42px 0 44px;
    transition: all .3s;
    display: block;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    overflow-y: auto;
  }

  .l-header .menuListWrap:before {
    transition: all .3s;
  }

  .l-header .menuListWrap.isOn {
    opacity: 1;
    visibility: visible;
    transition: all .3s;
  }

  .l-header .menuListWrap.isOn:before {
    transition: all .3s;
  }
}

.l-header .menuListWrap .inner {
  width: calc(100vw - 120px);
  max-width: 320px;
  padding-top: 0;
  padding-bottom: 0;
}

@media screen and (width <= 480px) {
  .l-header .menuListWrap .inner {
    width: calc(100vw - 120px);
  }
}

.l-header .menuListWrap .spMenuNav {
  background-color: #0000;
  border-radius: 0;
  padding: 0;
}

.l-header .menuListWrap .spMenuList > li + li {
  border-top: 0;
  margin-top: 21px;
}

.l-header .menuListWrap .spMenuList > li.-hasChildren + li {
  margin-top: 36px;
}

.l-header .menuListWrap .spMenuList > li > a {
  color: #fff;
  justify-content: space-between;
  align-items: center;
  min-height: 21px;
  padding: 0 40px 0 0;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  position: relative;
}

.l-header .menuListWrap .spMenuList > li > a:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

.l-header .menuListWrap .spMenuList > li > a:after {
  content: "";
  background: url("/assets/img/icon-arrow2-blue.svg") center / contain no-repeat;
  border: 0;
  width: 8px;
  height: 7px;
  position: absolute;
  top: 50%;
  right: 6px;
  transform: translateY(-50%);
}

.l-header .menuListWrap .spSubMenu {
  margin-top: 18px;
}

.l-header .menuListWrap .spSubMenu > li + li {
  margin-top: 11px;
}

.l-header .menuListWrap .spSubMenu > li a {
  color: #fff;
  opacity: .78;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.25;
  display: flex;
  position: relative;
}

.l-header .menuListWrap .spSubMenu > li a:after {
  content: "";
  background: url("/assets/img/icon-arrow.svg") center / contain no-repeat;
  width: 12px;
  height: 11px;
  display: block;
  position: absolute;
  top: 50%;
  right: 2px;
  transform: translateY(-50%);
}

.l-header .menuListWrap .spMenuContact {
  color: #fff;
  background-color: #396d82;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-height: 40px;
  margin-top: 38px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.l-header .menuListWrap .spMenuContact:before {
  content: "";
  background: url("/assets/img/icon-mail.svg") center / contain no-repeat;
  width: 18px;
  height: 15px;
  display: block;
}

.l-header .menuListWrap .list-menuWrap {
  margin-left: -10px;
  margin-right: -10px;
}

.l-header .menuListWrap .list-menuWrap > li:first-child {
  margin: 0 auto 0 0;
}

@media screen and (width <= 768px) {
  .l-header .menuListWrap .list-menuWrap > li:first-child {
    display: block;
  }
}

.l-header .menuListWrap .list-menuWrap > li:first-child a {
  padding-top: 0;
  padding-bottom: 0;
}

.l-header .menuListWrap .list-menuWrap > li:first-child a img, .l-header .menuListWrap .list-menuWrap > li:first-child a svg {
  width: 157px;
  height: 60px;
}

@media screen and (width <= 768px) {
  .l-header .menuListWrap .list-menuWrap > li:first-child a img, .l-header .menuListWrap .list-menuWrap > li:first-child a svg {
    width: 131px;
    height: 50px;
  }
}

.l-header .menuListWrap .list-menuWrap > li:first-child a img path, .l-header .menuListWrap .list-menuWrap > li:first-child a svg path {
  fill: #72581b;
}

.l-header .menuListWrap .list-menuWrap > li:first-child a:hover {
  opacity: 1;
}

.l-header .menuListWrap .list-menuWrap > li:first-child a:hover:before {
  display: none;
}

.l-header .menuListWrap .list-menuWrap > li:nth-child(2) {
  position: relative;
}

.l-header .menuListWrap .list-menuWrap > li:nth-child(2) .btn-contact {
  background: #72581b url("/assets/img/icon-mail.svg") center / 26px 16px no-repeat;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 0;
  display: block;
  position: absolute;
  top: -25px;
  left: -70px;
}

.l-header .menuListWrap .list-menuWrap > li:nth-child(3) .btnClose {
  width: 40px;
  height: 30px;
  display: block;
  position: relative;
}

.l-header .menuListWrap .list-menuWrap > li:nth-child(3) .btnClose span {
  background-color: #000;
  width: 40px;
  height: 1px;
  display: block;
  position: absolute;
  top: 14px;
  left: 0;
}

.l-header .menuListWrap .list-menuWrap > li:nth-child(3) .btnClose span:first-child {
  transform: rotate(18deg);
}

.l-header .menuListWrap .list-menuWrap > li:nth-child(3) .btnClose span:nth-child(2) {
  transform: rotate(-18deg);
}

.l-header .menuListWrap .c-list-spWrap {
  margin-top: 34px;
}

.l-header .menuListWrap .c-list-spWrap > li .list-footerNav > li a {
  color: #000;
}

.l-header .menuListWrap .c-list-spWrap > li .list-footerNav > li a.-head {
  font-size: 16px;
}

.l-header .menuListWrap .c-list-spWrap > li .list-footerNav > li a:before {
  background-color: #000;
}

.l-header .menuListWrap .list-sns {
  margin-top: 30px;
}

.l-header .menuListWrap .list-sns > li a img, .l-header .menuListWrap .list-sns > li a svg {
  width: 20px;
  height: 20px;
}

.l-header .menuListWrap .list-sns > li a img path, .l-header .menuListWrap .list-sns > li a svg path {
  fill: #000;
}

.l-header .menuListWrap .c-btn.-contact {
  text-align: center;
  color: #fff;
  background-color: #72581b;
  border-color: #72581b;
  width: 100%;
  margin-top: 40px;
}

html.is-top-intro-boot .l-header, body.is-intro-lock .l-header {
  opacity: 0;
  pointer-events: none;
  transform: translateY(-100%);
}

body.is-intro-header-enter .l-header {
  animation: .78s cubic-bezier(.16, 1, .3, 1) both headerIntroSlideIn;
}

@keyframes headerIntroSlideIn {
  from {
    opacity: 0;
    transform: translateY(-100%);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

body.body-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
}

.l-container {
  min-width: 1120px;
  position: relative;
}

@media screen and (width <= 768px) {
  .l-container {
    min-width: inherit;
  }
}

.l-contents {
  -webkit-user-select: none;
  user-select: none;
}

.l-contents .is-selectable, .l-contents .is-selectable *, .l-contents input, .l-contents textarea, .l-contents select, .l-contents [contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
}

.l-contents img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.l-contents.-no-top-margin {
  padding-top: 0;
}

.l-main ul, .l-main ol {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}

@media screen and (width <= 768px) {
  .l-main.p-sub {
    padding-bottom: 80px;
  }
}

img.ofi {
  object-fit: cover;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position: 50% 50%;";
}

img.ofi-top {
  object-fit: cover;
  object-position: 50% 0%;
  font-family: "object-fit: cover; object-position: 50% 0%;";
}

.inner {
  width: 1120px;
  margin: auto;
  position: relative;
}

@media screen and (width <= 768px) {
  .inner {
    width: calc(100vw - 40px);
  }
}

.inner.-wide {
  width: 100%;
}

@media screen and (width <= 768px) {
  .inner.-wide.-spInner {
    width: calc(100vw - 40px);
  }
}

.inner.-middle {
  width: 1200px;
}

@media screen and (width <= 768px) {
  .inner.-middle {
    width: calc(100vw - 40px);
  }
}

.inner.-short {
  width: 720px;
}

@media screen and (width <= 768px) {
  .inner.-short {
    width: calc(100vw - 40px);
  }
}

.c-section {
  padding: 120px 0;
}

@media screen and (width <= 768px) {
  .c-section {
    padding: 60px 0;
  }
}

.c-section.-nopd {
  padding: 0;
}

.c-section.-no-margin {
  margin: 0;
  padding: 0;
}

.l-mainColumn {
  justify-content: space-between;
  width: 1120px;
  margin: 90px auto auto;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .l-mainColumn {
    width: calc(100vw - 40px);
    margin-top: 30px;
    display: block;
  }
}

.l-mainColumn.-wide {
  width: 100%;
  margin-top: 0;
  display: block;
}

.l-mainColumn .l-columnContents {
  flex-basis: 1120px;
}

.l-mainColumn .l-columnSide {
  flex-basis: 270px;
}

@media screen and (width <= 768px) {
  .l-mainColumn .l-columnSide {
    margin-top: 70px;
    margin-left: -20px;
    margin-right: -20px;
  }
}

.l-side_banner {
  display: none !important;
}

@media screen and (width <= 768px) {
  .l-side_banner {
    margin-top: 70px;
    display: block !important;
  }
}

.l-footer_banner {
  display: block;
}

@media screen and (width <= 768px) {
  .l-footer_banner {
    display: none !important;
  }
}

.c-spSlide .slide1_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.c-spSlide .slide1_arrow_prev {
  background: url("../img/icon_slide_arrow.svg") 0 0 / cover no-repeat;
  width: 12px;
  height: 23px;
  left: -22px;
}

.c-spSlide .slide1_arrow_next {
  background: url("../img/icon_slide_arrow.svg") 0 0 / cover no-repeat;
  width: 12px;
  height: 23px;
  margin-top: -10px;
  right: -22px;
  transform: rotate(-185deg);
}

.c-modal {
  z-index: 1100;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  transition: all .3s;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.c-modal.isOn {
  opacity: 1;
  visibility: visible;
  transition: all .3s;
}

.c-modal .c-modal_bg, .c-modal .bg {
  z-index: 0;
  background-color: #000000b3;
  width: 100%;
  height: 100%;
  position: fixed;
}

.c-modal .modalBlock {
  z-index: 1;
}

.c-modal .modalInner2 {
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 40px 80px;
  position: relative;
  overflow: hidden scroll;
}

@media screen and (width <= 768px) {
  .c-modal .modalInner2 {
    padding: 30px 25px 20px;
  }
}

.c-modal .c-modalClose {
  cursor: pointer;
  z-index: 1;
  background: url("/assets/img/icon-modal_close.svg") 0 0 / cover no-repeat;
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
}

@media screen and (width <= 768px) {
  .c-modal .c-modalClose {
    top: 10px;
    right: 10px;
  }
}

.c-modal .modalBox {
  box-sizing: border-box;
  z-index: 1011;
  width: 500px;
  height: 70%;
  min-height: 500px;
  margin: auto;
  position: fixed;
  inset: 0;
}

@media screen and (width <= 768px) {
  .c-modal .modalBox {
    width: 90%;
    height: 80%;
  }
}

.c-modal.-fitHeight .modalBox {
  height: fit-content;
  max-height: 600px;
}

@media screen and (width <= 768px) {
  .c-modal.-fitHeight .modalBox {
    max-height: calc(100vh - 200px);
    min-height: inherit;
  }
}

.c-modal.-fitHeight .modalBox .modalInner {
  height: fit-content;
  max-height: 600px;
}

@media screen and (width <= 768px) {
  .c-modal.-fitHeight .modalBox .modalInner {
    max-height: calc(100vh - 200px);
    min-height: inherit;
  }
}

.c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
  height: fit-content;
  max-height: 600px;
}

@media screen and (width <= 768px) {
  .c-modal.-fitHeight .modalBox .modalInner .modalInner2 {
    max-height: calc(100vh - 200px);
    min-height: inherit;
  }
}

.l-form .input-text {
  height: 45px;
}

.l-form .input-text, .l-form textarea {
  background-color: #fff;
  padding: 10px;
}

.l-form input[type="text"], .l-form input[type="email"], .l-form input[type="search"], .l-form input[type="tel"], .l-form input[type="time"], .l-form input[type="number"], .l-form input[type="password"] {
  background-color: #fff;
  border: 1px solid #d0d4d6;
  width: 100%;
  padding: 10px;
}

.l-form textarea {
  background-color: #fff;
  border: 1px solid #d0d4d6;
  width: 100%;
  height: 200px;
  padding: 10px;
}

.l-form .mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0;
}

.l-form .mw_wp_form .error {
  color: #396d82;
  margin-top: 5px;
  font-family: Roboto, Noto Sans JP, sans-serif;
  font-size: 12px;
  line-height: 1;
}

input[type="text"].isError, input[type="search"].isError, input[type="radio"].isError, input[type="tel"].isError, input[type="time"].isError, input[type="url"].isError, input[type="week"].isError, input[type="password"].isError, input[type="checkbox"].isError, input[type="color"].isError, input[type="date"].isError, input[type="datetime"].isError, input[type="datetime-local"].isError, input[type="email"].isError, input[type="month"].isError, input[type="number"].isError, select.isError, textarea.isError, button[type="button"].isError {
  background-color: #fad5cc !important;
}

.p-top {
  letter-spacing: .08em;
  letter-spacing: 0;
  letter-spacing: .1em;
  background-color: #212121;
  position: relative;
  overflow: hidden;
}

.p-top .p-fvSlides {
  z-index: 0;
  pointer-events: none;
  width: 100%;
  height: 1070px;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-top .p-fvSlides {
    height: 760px;
  }
}

.p-top .p-fvSlides:after {
  content: "";
  z-index: 1;
  background: linear-gradient(#0000002e 0%, #00000057 58%, #212121e0 100%);
  position: absolute;
  inset: 0;
}

.p-top .p-fvVideo {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 100%;
  display: block;
}

.p-top .p-titleWrap {
  z-index: 2;
  margin-top: 227px;
  margin-bottom: 155px;
  margin-left: 51px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-top .p-titleWrap {
    margin-top: 120px;
    margin-bottom: 72px;
    margin-left: 0;
    padding: 0 20px;
  }

  .p-top .p-logoWrap img, .p-top .p-logoWrap svg {
    width: 86px;
    height: auto;
  }
}

.p-top .p-textWrap {
  color: #fff;
  opacity: .75;
  margin-top: 122px;
  margin-left: -1px;
  font-size: 100px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-top .p-textWrap {
    margin-top: 28px;
    margin-left: 0;
    font-size: 44px;
    line-height: 1.08;
  }
}

.p-top .p-textWrap span {
  display: block;
}

.p-top .section-brand_concept {
  z-index: 0;
  position: relative;
}

.p-top .section-brand_concept:before {
  content: "";
  opacity: .58;
  z-index: -1;
  pointer-events: none;
  mix-blend-mode: multiply;
  background: url("/assets/img/top/paint.png") 0 100% / contain no-repeat;
  width: 1320px;
  height: 679px;
  position: absolute;
  top: -320px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept:before {
    width: 520px;
    height: 250px;
    display: none;
    bottom: -40px;
  }
}

.p-top .section-brand_concept:after {
  content: "";
  z-index: 2;
  pointer-events: none;
  background-color: #ffffff40;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top .section-brand_concept .inner {
  z-index: 1;
  position: relative;
}

.p-top .section-brand_concept .badge-text {
  color: #396d82;
  padding-top: 25px;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .badge-text {
    padding-top: 18px;
  }
}

.p-top .section-brand_concept .badge-text:before {
  content: "";
  background-color: #396d82;
  width: 60px;
  height: 3px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.p-top .section-brand_concept .list-leadWrap {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .list-leadWrap {
    display: block;
  }
}

.p-top .section-brand_concept .list-leadWrap > li:first-child {
  flex: 1;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .list-leadWrap > li:first-child {
    margin-bottom: 24px;
  }
}

.p-top .section-brand_concept .list-leadWrap > li .lead {
  color: #fff;
  font-size: 52px;
  font-weight: 900;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .list-leadWrap > li .lead {
    font-size: 30px;
    line-height: 1.35;
  }
}

.p-top .section-brand_concept .list-leadWrap > li .lead .sub {
  color: #a6a6a6;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .list-leadWrap > li .lead .sub {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.6;
  }
}

.p-top .section-brand_concept .list-leadWrap > li .text {
  color: #fff;
  font-size: 20px;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .list-leadWrap > li .text {
    font-size: 15px;
    line-height: 1.9;
  }
}

@media screen and (width <= 768px) {
  .p-top .p-navArea {
    padding: 60px 20px 0;
  }
}

.p-top .p-navArea .list-topNav {
  flex-wrap: nowrap;
  gap: 10px;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav {
    display: block;
  }
}

.p-top .p-navArea .list-topNav > li {
  width: calc(33.3333% - 6.66667px);
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav > li {
    width: 100%;
  }

  .p-top .p-navArea .list-topNav > li + li {
    margin-top: 10px;
  }
}

.p-top .p-navArea .list-topNav > li:first-child a {
  --nav-bg: url("/assets/img/top/company.jpg");
  --nav-bg-sp: url("/assets/img/top/company-sp.jpg");
}

.p-top .p-navArea .list-topNav > li:nth-child(2) a {
  --nav-bg: url("/assets/img/top/service.jpg");
  --nav-bg-sp: url("/assets/img/top/service-sp.jpg");
}

.p-top .p-navArea .list-topNav > li:nth-child(3) a {
  --nav-bg: url("/assets/img/top/recruit.jpg");
  --nav-bg-sp: url("/assets/img/top/recruit-sp.jpg");
}

.p-top .p-navArea .list-topNav a {
  aspect-ratio: 467 / 775;
  color: #fff;
  align-items: flex-end;
  width: 100%;
  padding: 0 40px 36px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav a {
    aspect-ratio: 335 / 240;
    min-height: 240px;
    padding: 0 24px 24px;
  }
}

.p-top .p-navArea .list-topNav a:before {
  content: "";
  background-image: var(--nav-bg);
  transform-origin: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform .6s;
  position: absolute;
  inset: 0;
  transform: scale(1);
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav a:before {
    background-image: var(--nav-bg-sp);
  }
}

.p-top .p-navArea .list-topNav a:after {
  content: "";
  z-index: 2;
  border-top: 6px solid #0000;
  border-bottom: 6px solid #0000;
  border-left: 8px solid #396d82;
  width: 0;
  height: 0;
  position: absolute;
  bottom: 64px;
  right: 42px;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav a:after {
    bottom: 32px;
    right: 24px;
  }
}

.p-top .p-navArea .list-topNav a:hover {
  opacity: 1;
}

.p-top .p-navArea .list-topNav a:hover:before {
  transform: scale(1.06);
}

.p-top .p-navArea .list-topNav .head {
  z-index: 1;
  color: #fff;
  border-top: 1px solid #ffffff40;
  width: 100%;
  padding-top: 36px;
  padding-bottom: 39px;
  padding-left: 41px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav .head {
    padding: 10px;
    font-size: 26px;
  }
}

.p-top .p-navArea .list-topNav .head .sub {
  color: #a6a6a6;
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  display: block;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav .head .sub {
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-top .p-newsArea {
  background-color: #282828;
  padding: 80px 0;
}

@media screen and (width <= 768px) {
  .p-top .p-newsArea {
    padding: 60px 0;
  }
}

.p-top .p-newsArea .c-news {
  margin-top: 30px;
}

.p-top {
  background-color: #111;
}

.p-top .p-intro {
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background: radial-gradient(circle at 50% 45%, #ffffff0f 0%, #fff0 34%), #161616;
  transition: opacity .64s, visibility .64s;
  position: fixed;
  inset: 0;
  overflow: hidden;
}

html.is-top-intro-boot .p-top .p-intro, .p-top .p-intro.is-playing {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.p-top .p-intro.is-finished {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.p-top .p-introStage {
  aspect-ratio: 1004 / 1050;
  width: max(70vw, 67vh);
  transition: top .9s cubic-bezier(.16, 1, .3, 1), left .9s cubic-bezier(.16, 1, .3, 1), width .9s cubic-bezier(.16, 1, .3, 1), transform .9s cubic-bezier(.16, 1, .3, 1);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media screen and (width <= 768px) {
  .p-top .p-introStage {
    width: calc(max(88vw, 66vh) / 1.05263);
    max-width: 95vw;
  }
}

.p-top .p-introVector {
  opacity: 0;
  transition: opacity .7s;
  position: absolute;
  inset: 0;
}

.p-top .p-introVector svg, .p-top .p-introVector img {
  object-fit: contain;
  width: 100%;
  height: 100%;
  display: block;
}

.p-top .p-introVector img {
  opacity: .34;
}

.p-top .p-introVector svg {
  overflow: visible;
}

.p-top .p-introVector .is-intro-stroke {
  stroke-width: 1.5px;
  stroke-dasharray: var(--stroke-length);
  stroke-dashoffset: var(--stroke-length);
  transition: stroke-dashoffset var(--draw-duration, .7s) cubic-bezier(.16, 1, .3, 1) var(--draw-delay, 0s);
  fill: none !important;
  stroke: #ffffff3d !important;
}

.p-top .p-introLogoTrace {
  opacity: 0;
  width: 92%;
  height: auto;
  transition: none;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%)scale(.82);
}

.p-top .p-introLogoTrace svg, .p-top .p-introLogoTrace img {
  width: 100%;
  height: auto;
}

.p-top .p-introLogoTrace > img {
  opacity: 0;
}

.p-top .p-introLogoTrace .is-intro-stroke {
  stroke-width: 1px;
  transition: none;
  stroke: #ffffff80 !important;
}

.p-top .p-introLogo {
  z-index: 2;
  opacity: 0;
  filter: drop-shadow(0 0 28px #ffffff1f);
  width: 92%;
  height: auto;
  transition: opacity 1.1s, transform 1.1s cubic-bezier(.16, 1, .3, 1), top .9s cubic-bezier(.16, 1, .3, 1), left .9s cubic-bezier(.16, 1, .3, 1), width .9s cubic-bezier(.16, 1, .3, 1);
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)scale(.82);
}

.p-top .p-introSkip {
  z-index: 4;
  color: #fff;
  letter-spacing: .12em;
  cursor: pointer;
  opacity: .78;
  background: #00000047;
  border: 0;
  border-radius: 999px;
  padding: 12px 14px;
  font-family: inherit;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  transition: opacity .25s;
  position: absolute;
  bottom: 28px;
  right: 34px;
}

.p-top .p-introSkip:hover {
  opacity: 1;
}

@media screen and (width <= 768px) {
  .p-top .p-introSkip {
    font-size: 11px;
    display: block;
    bottom: 18px;
    right: 20px;
  }
}

.p-top .p-intro.is-line-draw .p-introVector.-lineTate {
  opacity: .8;
}

.p-top .p-intro.is-line-draw .p-introVector.-lineTate .is-intro-stroke {
  stroke-dashoffset: 0;
}

.p-top .p-intro.is-line-yoko-draw .p-introVector.-lineYoko {
  opacity: .8;
}

.p-top .p-intro.is-line-yoko-draw .p-introVector.-lineYoko .is-intro-stroke {
  stroke-dashoffset: 0;
}

.p-top .p-intro.is-logo-trace-draw .p-introVector.-logoTrace {
  opacity: .82;
}

.p-top .p-intro.is-logo-trace-draw .p-introVector.-logoTrace .is-intro-stroke {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset var(--draw-duration, 4.5s) linear var(--draw-delay, 0s);
}

.p-top .p-intro.is-circle-draw .p-introVector.-circle {
  opacity: .72;
}

.p-top .p-intro.is-circle-draw .p-introVector.-circle .is-intro-stroke {
  stroke-dashoffset: 0;
}

.p-top .p-intro.is-circle2-draw .p-introVector.-circle2 {
  opacity: .72;
}

.p-top .p-intro.is-circle2-draw .p-introVector.-circle2 .is-intro-stroke {
  stroke-dashoffset: 0;
}

.p-top .p-intro.is-logo-zoom .p-introVector, .p-top .p-intro.is-logo-fill .p-introVector {
  opacity: .12;
}

.p-top .p-intro.is-logo-zoom .p-introLogo, .p-top .p-intro.is-logo-fill .p-introLogo {
  opacity: 1;
  transform: translate(-50%, -50%)scale(.82);
}

.p-top .p-intro.is-logo-move .p-introStage {
  aspect-ratio: 751 / 616;
  width: 180px;
  top: 260px;
  left: 50px;
  transform: none;
}

@media screen and (width <= 768px) {
  .p-top .p-intro.is-logo-move .p-introStage {
    width: 88px;
    top: 344px;
    left: 20px;
  }
}

.p-top .p-intro.is-logo-move .p-introVector {
  opacity: 0;
}

.p-top .p-intro.is-logo-move .p-introLogo {
  width: 100%;
  top: 0;
  left: 0;
  transform: none;
}

.p-top .p-fvSlides {
  background-color: #111;
  height: 945px;
}

@media screen and (width <= 768px) {
  .p-top .p-fvSlides {
    height: 632px;
  }
}

.p-top .p-fvSlides:after {
  background: linear-gradient(90deg, #1111119e 0%, #1111114d 42%, #111111ad 100%), linear-gradient(#11111114 0%, #11111157 58%, #111 100%);
  display: none;
}

.p-top .p-titleWrap {
  min-height: 945px;
  margin: 0;
  padding: 260px 0 0 50px;
}

@media screen and (width <= 768px) {
  .p-top .p-titleWrap {
    min-height: 632px;
    margin: 0;
    padding: 344px 20px 0;
  }
}

.p-top .p-logoWrap img, .p-top .p-logoWrap svg {
  width: 180px;
  height: auto;
  display: block;
}

@media screen and (width <= 768px) {
  .p-top .p-logoWrap img, .p-top .p-logoWrap svg {
    width: 88px;
  }
}

.p-top .p-textWrap {
  opacity: 1;
  margin-top: 82px;
  margin-left: 0;
  font-size: 88px;
  line-height: 1.18;
}

@media screen and (width <= 768px) {
  .p-top .p-textWrap {
    margin-top: 42px;
    font-size: 40px;
    line-height: 1.18;
  }
}

.p-top .p-heroLead {
  color: #fff;
  margin-top: 36px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.7;
}

@media screen and (width <= 768px) {
  .p-top .p-heroLead {
    margin-top: 28px;
    font-size: 18px;
    line-height: 1.6;
  }
}

.p-top .section-brand_concept {
  min-height: 1220px;
  overflow: visible;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept {
    min-height: 0;
    padding-bottom: 78px;
  }
}

.p-top .section-brand_concept:before {
  opacity: .42;
  mix-blend-mode: normal;
  z-index: 1;
  background-position: 100% 0;
  width: 1180px;
  height: 885px;
  top: -190px;
  left: auto;
  right: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept:before {
    opacity: .32;
    width: 620px;
    height: 465px;
    display: block;
    top: 350px;
    right: -180px;
  }
}

.p-top .section-brand_concept:after {
  clip-path: polygon(70% 20%, 100% 0, 100% 100%, 0 100%);
  z-index: -1;
  background-color: #050505c2;
  width: 100%;
  height: 650px;
  inset: auto 0 0 auto;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept:after {
    clip-path: polygon(28% 12%, 100% 0, 100% 100%, 0 100%);
    width: 100%;
    height: 430px;
  }
}

.p-top .section-brand_concept .inner {
  z-index: 1;
  width: 100%;
  min-height: 1220px;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .inner {
    width: 100%;
    min-height: inherit;
  }
}

.p-top .section-brand_concept .brandPhotoArea {
  z-index: 1;
  pointer-events: none;
  position: absolute;
  inset: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .brandPhotoArea {
    width: 100%;
    height: 760px;
    padding-top: 0;
    position: absolute;
    inset: 0 auto auto 0;
  }
}

.p-top .section-brand_concept .brandPhoto {
  position: absolute;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .brandPhoto {
    position: absolute;
  }
}

.p-top .section-brand_concept .brandPhoto img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.p-top .section-brand_concept .brandPhoto.-main {
  width: 51%;
  height: 690px;
  top: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .brandPhoto.-main {
    width: 100%;
    height: 350px;
    top: 0;
    left: 0;
  }

  .p-top .section-brand_concept .brandPhoto.-main:after {
    content: "";
    background: linear-gradient(#11111114 0%, #11111140 36%, #111111f2 100%), linear-gradient(90deg, #11111126 0%, #11111147 100%);
    position: absolute;
    inset: 0;
  }

  .p-top .section-brand_concept .brandPhoto.-main img {
    object-position: 32% center;
  }
}

.p-top .section-brand_concept .brandPhoto.-sub {
  z-index: 2;
  width: 39%;
  height: 356px;
  top: 600px;
  left: 12%;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .brandPhoto.-sub {
    display: none;
  }
}

.p-top .section-brand_concept .brandPhoto.-small {
  z-index: 3;
  width: 300px;
  height: 220px;
  top: 875px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .brandPhoto.-small {
    display: none;
  }
}

.p-top .section-brand_concept .brandContent {
  z-index: 3;
  width: 630px;
  margin-left: auto;
  margin-right: 120px;
  padding-top: 290px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .brandContent {
    width: auto;
    margin: 0;
    padding: 240px 20px 0;
  }
}

.p-top .section-brand_concept .badge-text {
  color: #fff;
  letter-spacing: .14em;
  padding-top: 0;
  font-size: 16px;
}

.p-top .section-brand_concept .badge-text:before {
  display: none;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .badge-text {
    letter-spacing: .12em;
    font-size: 13px;
  }
}

.p-top .section-brand_concept .list-leadWrap {
  margin-bottom: 150px;
  display: block;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .list-leadWrap {
    margin-bottom: 50px;
  }
}

.p-top .section-brand_concept .list-leadWrap > li:first-child {
  margin-bottom: 0;
}

.p-top .section-brand_concept .list-leadWrap > li .lead {
  color: #fff;
  letter-spacing: .092em;
  font-size: 64px;
  font-weight: 900;
  line-height: 1.48;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .list-leadWrap > li .lead {
    font-size: 32px;
    line-height: 1.5;
  }
}

.p-top .section-brand_concept .list-leadWrap > li .text {
  color: #fff;
  margin-top: 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.2;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .list-leadWrap > li .text {
    margin-top: 32px;
    font-size: 16px;
    line-height: 2.05;
  }
}

.p-top .section-brand_concept .brandLink {
  margin-top: 60px;
}

@media screen and (width <= 768px) {
  .p-top .section-brand_concept .brandLink {
    margin-top: 34px;
  }
}

.p-top .p-navArea {
  padding: 0 10px 160px;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea {
    padding: 0 20px 80px;
  }
}

.p-top .p-navArea .list-topNav a {
  padding: 0;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav a {
    aspect-ratio: 335 / 188;
    min-height: 188px;
  }

  .p-top .p-navArea .list-topNav a:before {
    display: none;
  }
}

.p-top .p-navArea .list-topNav a .spBg {
  display: none;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav a .spBg {
    z-index: 0;
    background-image: linear-gradient(90deg, #0000001a 0%, #0000001a 48%, #0000001a 100%), var(--nav-bg-sp);
    transform-origin: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: transform .6s;
    display: block;
    position: absolute;
    inset: 0;
    transform: scale(1);
  }
}

.p-top .p-navArea .list-topNav a:after {
  background: #fff url("/assets/img/icon-arrow2-blue.svg") center / 16px 14px no-repeat;
  border: 0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  transition: all .3s;
  bottom: 44px;
  right: 40px;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav a:after {
    top: 50%;
    bottom: auto;
    right: 22px;
    transform: translateY(-50%);
  }
}

.p-top .p-navArea .list-topNav a:hover:after {
  right: 32px;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav a:hover:after {
    right: 14px;
  }

  .p-top .p-navArea .list-topNav a:hover .spBg {
    transform: scale(1.06);
  }
}

.p-top .p-navArea .list-topNav .head {
  letter-spacing: .16em;
  border-top: 0;
  padding: 0 90px 44px 40px;
  font-size: 32px;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav .head {
    padding: 0 72px 25px 40px;
    font-size: 25px;
    top: auto;
    bottom: auto;
    transform: translateY(-50%);
  }
}

.p-top .p-navArea .list-topNav .head:before {
  content: "";
  z-index: -1;
  pointer-events: none;
  background: linear-gradient(#0000 0%, #000000e6 100%);
  width: 100%;
  height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav .head:before {
    display: none;
  }
}

.p-top .p-navArea .list-topNav .head, .p-top .p-navArea .list-topNav .head .sub {
  position: relative;
}

.p-top .p-navArea .list-topNav .head .sub {
  color: #fff;
  letter-spacing: .08em;
  margin-top: 17px;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .p-top .p-navArea .list-topNav .head .sub {
    margin-top: 10px;
    font-size: 14px;
  }

  .p-top .p-newsArea {
    padding: 42px 0 146px;
  }

  .p-top .p-newsArea .inner {
    width: calc(100% - 40px);
  }

  .p-top .p-newsArea .c-title4 {
    letter-spacing: .14em;
    gap: 18px;
    margin-bottom: 0;
    font-size: 27px;
  }

  .p-top .p-newsArea .c-news {
    margin-top: 34px;
  }

  .p-top .p-newsArea .c-news a {
    padding: 0;
  }

  .p-top .p-newsArea .c-news .list-news dt {
    letter-spacing: .12em;
    font-size: 16px;
    font-weight: 700;
  }

  .p-top .p-newsArea .c-news .list-news dd {
    margin-top: 17px;
  }
}

html.is-top-intro-boot, body.is-intro-lock {
  touch-action: none;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .c-news > li + li {
    margin-top: 40px;
  }
}

.c-news > li a {
  width: 100%;
  height: 100%;
  padding: 10px 50px 10px 0;
  text-decoration: none;
  display: block;
  position: relative;
}

.c-news > li a.-noLink {
  pointer-events: none;
}

.c-news > li a .list-news {
  flex-wrap: nowrap;
  justify-content: flex-start;
  display: flex;
}

@media screen and (width <= 768px) {
  .c-news > li a .list-news {
    display: block;
  }
}

.c-news > li a .list-news dt, .c-news > li a .list-news dd {
  line-height: 1.8;
}

.c-news > li a .list-news dt {
  letter-spacing: .1em;
  color: #a6a6a6;
  flex-basis: 130px;
  font-size: 16px;
  font-weight: 500;
}

.c-news > li a .list-news dd {
  color: #fff;
  flex: 1;
  font-size: 16px;
  font-weight: 500;
}

.c-news > li a:hover {
  color: #396d82;
}

.p-company_top .c-section-main {
  background-image: url("/assets/img/company/hero.jpg?002");
}

.p-company_top .c-section-main .head {
  letter-spacing: -.04em;
}

.p-company_top .c-section-main .head .sub {
  letter-spacing: .08em;
}

@media screen and (width <= 768px) {
  .p-company_top .c-section-main {
    background-position: center;
  }

  .p-company_top .section-content01 {
    padding-bottom: 80px;
  }
}

.p-company_top .section-content01 .c-title2 {
  margin-bottom: 50px;
  font-size: 46px;
  font-weight: bold;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .c-title2 {
    font-size: 30px;
  }
}

.p-company_top .section-content01 .inner {
  position: relative;
}

.p-company_top .section-content01 .inner .boxWrap {
  background-color: #fff;
  padding: 10px 10px 110px;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .inner .boxWrap {
    flex-direction: column;
    gap: 0;
    min-height: 0;
    padding: 20px 20px 54px;
    display: flex;
  }
}

.p-company_top .section-content01 .picWrap {
  z-index: 0;
  width: 100%;
  position: relative;
  top: auto;
  right: auto;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .picWrap {
    order: 2;
    margin-top: 0;
  }
}

.p-company_top .section-content01 .picWrap img {
  object-fit: cover;
  width: 100%;
  height: 550px;
  display: block;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .picWrap img {
    aspect-ratio: 335 / 170;
    object-position: 60% 50%;
    height: auto;
  }
}

.p-company_top .section-content01 .profileOverlay {
  color: #000;
  position: absolute;
  top: 175px;
  left: 170px;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .profileOverlay {
    top: 28px;
    left: 24px;
  }
}

.p-company_top .section-content01 .profileOverlay .position {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .profileOverlay .position {
    font-size: 12px;
  }
}

.p-company_top .section-content01 .profileOverlay .name {
  margin-top: 28px;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .profileOverlay .name {
    margin-top: 14px;
    font-size: 28px;
  }
}

.p-company_top .section-content01 .profileOverlay .en {
  margin-top: 16px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .profileOverlay .en {
    margin-top: 10px;
    font-size: 11px;
  }
}

.p-company_top .section-content01 .textWrap {
  z-index: 1;
  color: #000;
  width: 690px;
  margin: 78px auto 0;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .textWrap {
    order: 3;
    width: auto;
    margin-top: 36px;
  }
}

.p-company_top .section-content01 .textWrap .c-title3 {
  color: #fff;
  margin-bottom: 0;
  font-size: 42px;
  line-height: 1.3;
  position: absolute;
  top: -720px;
  left: -130px;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .textWrap .c-title3 {
    color: #000;
    margin-bottom: 28px;
    font-size: 30px;
    line-height: 1.2;
    position: static;
  }
}

.p-company_top .section-content01 .textWrap .text {
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .textWrap .text {
    font-size: 15px;
  }
}

.p-company_top .section-content01 .textWrap .list-name {
  gap: 20px;
  margin-top: 46px;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .textWrap .list-name {
    margin-top: 32px;
    display: block;
  }
}

.p-company_top .section-content01 .textWrap .list-name > li:first-child {
  line-height: 1;
}

.p-company_top .section-content01 .textWrap .list-name > li:first-child img {
  width: 180px;
}

.p-company_top .section-content01 .textWrap .list-name > li:nth-child(2) {
  color: #a6a6a6;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-company_top .section-content01 .textWrap .list-name > li:nth-child(2) {
    margin-top: 10px;
  }
}

.p-company_sub .c-section-head {
  background-image: url("/assets/img/company/hero02.jpg?002");
}

.p-company_sub .c-section-head .inner {
  align-items: center;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-company_sub .c-section-head .inner {
    height: 200px;
  }
}

.p-company_sub .c-section-head .head {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

.p-company_sub .c-section-head .sub {
  color: #a6a6a6;
  margin-bottom: 20px;
  display: block;
}

.p-company_about .c-title3 {
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
}

@media screen and (width <= 768px) {
  .p-company_about .c-title3 {
    padding-bottom: 20px;
  }
}

.p-company_about .c-section:nth-child(n+3) {
  padding-top: 0;
}

.p-company_about .section-content01 .list-wrap {
  gap: 0;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content01 .list-wrap {
    display: block;
  }

  .p-company_about .section-content01 .list-wrap > li {
    flex-basis: auto;
  }
}

.p-company_about .section-content01 .list-wrap > li:first-child {
  flex-basis: 40%;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content01 .list-wrap > li:first-child {
    padding-right: 0;
  }
}

.p-company_about .section-content01 .list-wrap > li:first-child .item:nth-child(3) dd {
  margin-left: 0;
}

.p-company_about .section-content01 .list-wrap > li:nth-child(2) {
  border-top: 1px solid #ffffff4d;
  flex: 1;
  margin-top: 34px;
  padding-top: 34px;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content01 .list-wrap > li:nth-child(2) {
    margin-top: 28px;
    padding-left: 0;
  }
}

.p-company_about .section-content01 .item {
  grid-template-columns: 120px 1fr;
  align-items: start;
  column-gap: 34px;
  display: grid;
}

.p-company_about .section-content01 .item + .item {
  border-top: 1px solid #ffffff4d;
  margin-top: 34px;
  padding-top: 34px;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content01 .item + .item {
    border-top: 1px solid #ffffff4d;
    padding-top: 20px;
  }

  .p-company_about .section-content01 .item {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .p-company_about .section-content01 .item + .item {
    margin-top: 24px;
  }
}

.p-company_about .section-content01 dt {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.7;
}

.p-company_about .section-content01 dd {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.9;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content01 dd {
    letter-spacing: 0;
    font-size: 15px;
  }
}

.p-company_about .section-content01 dd span {
  display: block;
}

.p-company_about .section-content01 dd span + span {
  margin-top: 8px;
}

.p-company_about .section-content02 .list-office > li {
  display: flex;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content02 .list-office > li {
    display: block;
  }
}

.p-company_about .section-content02 .list-office > li + li {
  margin-top: 34px;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content02 .list-office > li + li {
    margin-top: 50px;
  }
}

.p-company_about .section-content02 .textWrap {
  flex: 1;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content02 .textWrap {
    margin-bottom: 20px;
  }
}

.p-company_about .section-content02 .mapWrap {
  flex-basis: 730px;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content02 .mapWrap {
    flex-basis: inherit;
    margin-top: 0;
  }

  .p-company_about .section-content02 .mapWrap iframe {
    width: 100%;
  }
}

.p-company_about .section-content03 .list-groupCompany {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 38px;
  display: grid;
}

@media screen and (width <= 768px) {
  .p-company_about .section-content03 .list-groupCompany {
    grid-template-columns: 1fr;
    row-gap: 28px;
  }
}

.p-company_about .section-content03 .list-groupCompany > li {
  min-width: 0;
}

.p-company_about .section-content03 .logoWrap {
  overflow: hidden;
}

.p-company_about .section-content03 .logoWrap a {
  display: block;
}

.p-company_about .section-content03 .linkUrl {
  word-break: break-all;
  margin-top: 16px;
  font-size: 12px;
  display: inline-block;
}

.p-company_philosophy .c-beforeBgColor.-bgMainColor:before {
  background-color: #0000;
}

.p-company_philosophy .c-section + .c-section {
  padding-bottom: 0;
}

.p-company_philosophy .lead {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 2;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .lead {
    font-size: 14px;
    line-height: 1.85;
  }
}

.p-company_philosophy .c-enWrap {
  gap: 28px;
  margin-bottom: 30px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .c-enWrap {
    gap: 18px;
    margin-bottom: 22px;
    display: block;
  }
}

.p-company_philosophy .c-enWrap:before, .p-company_philosophy .c-enWrap:after {
  display: none;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .c-enWrap:after {
    display: none;
  }
}

.p-company_philosophy .c-enWrap .en {
  color: #fff;
  letter-spacing: .12em;
  font-size: 50px;
  font-weight: 700;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .c-enWrap .en {
    font-size: 30px;
  }
}

.p-company_philosophy .c-enWrap .sub {
  color: #a6a6a6;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .c-enWrap .sub {
    margin-top: 12px;
    font-size: 15px;
    display: block;
  }
}

.p-company_philosophy .section-content01 .companycredoWrap {
  margin-bottom: 120px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .companycredoWrap {
    margin-bottom: 64px;
  }
}

.p-company_philosophy .section-content01 .sectionLabel {
  align-items: center;
  gap: 30px;
  margin-bottom: 70px;
  line-height: 1;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .sectionLabel {
    gap: 18px;
    margin-bottom: 28px;
  }
}

.p-company_philosophy .section-content01 .sectionLabel .main {
  color: #fff;
  font-size: 46px;
  font-weight: 700;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .sectionLabel .main {
    font-size: 30px;
  }
}

.p-company_philosophy .section-content01 .sectionLabel .sub {
  color: #a6a6a6;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .sectionLabel .sub {
    font-size: 16px;
  }
}

.p-company_philosophy .section-content01 .companycredoWrap .-inner {
  color: #000;
  background-color: #fff;
  padding: 100px 60px 100px 110px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .companycredoWrap .-inner {
    padding: 42px 28px 46px;
  }
}

.p-company_philosophy .section-content01 .companycredoWrap .wrap {
  grid-template-columns: 320px 1fr;
  align-items: center;
  gap: 102px;
  display: grid;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .companycredoWrap .wrap {
    min-height: 0;
    display: block;
  }
}

.p-company_philosophy .section-content01 .companycredoWrap .cred_pic {
  width: 320px;
  margin: 0;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .companycredoWrap .cred_pic {
    width: min(100%, 320px);
    margin: 0 auto 34px;
  }
}

.p-company_philosophy .section-content01 .companycredoWrap .cred_pic img {
  width: 100%;
  height: auto;
  display: block;
}

.p-company_philosophy .section-content01 .companycredoWrap .list-companycredo > li {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .companycredoWrap .list-companycredo > li {
    font-size: 24px;
  }
}

.p-company_philosophy .section-content01 .companycredoWrap .list-companycredo > li + li {
  margin-top: 26px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .companycredoWrap .list-companycredo > li + li {
    margin-top: 14px;
  }
}

.p-company_philosophy .section-content01 .companycredoWrap .companycredo_textWrap {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 2.15;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .companycredoWrap .companycredo_textWrap {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }
}

.p-company_philosophy .section-content01 .companycredoWrap .companycredo_textWrap .-title {
  margin-bottom: 20px;
  font-size: 30px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .companycredoWrap .companycredo_textWrap .-title {
    font-size: 20px;
  }
}

.p-company_philosophy .section-content01 .philosophySectionHead {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .philosophySectionHead {
    margin-bottom: 32px;
  }
}

.p-company_philosophy .section-content01 .philosophySectionHead .title {
  color: #fff;
  margin-bottom: 30px;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.25;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .philosophySectionHead .title {
    margin-bottom: 18px;
    font-size: 30px;
  }
}

.p-company_philosophy .section-content01 .diagramWrap {
  color: #000;
  background-color: #fff;
  grid-template-columns: 510px 1fr;
  align-items: flex-start;
  gap: 20px;
  padding: 56px 22px 66px 40px;
  display: grid;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .diagramWrap {
    min-height: 0;
    padding: 34px 24px;
    display: block;
  }
}

.p-company_philosophy .section-content01 .figWrap img {
  width: 100%;
  height: auto;
}

.p-company_philosophy .section-content01 .contentWrap {
  padding-top: 50px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .contentWrap {
    padding-top: 24px;
  }
}

.p-company_philosophy .section-content01 .block + .block {
  margin-top: 42px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .block + .block {
    margin-top: 26px;
  }
}

.p-company_philosophy .section-content01 .head {
  color: #396d82;
  margin-bottom: 14px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .head {
    font-size: 13px;
  }
}

.p-company_philosophy .section-content01 .text {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .text {
    font-size: 16px;
  }
}

.p-company_philosophy .section-content01 .text + .text {
  margin-top: 12px;
}

.p-company_philosophy .section-content01 .list-value {
  grid-template-columns: 1fr 1fr;
  gap: 12px 15px;
  display: grid;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .list-value {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

.p-company_philosophy .section-content01 .list-value > li {
  color: #000;
  letter-spacing: -.04em;
  padding-left: 15px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .list-value > li {
    font-size: 15px;
  }
}

.p-company_philosophy .section-content01 .list-value > li:before {
  content: "";
  background-color: #000;
  border-radius: 100%;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 11.5px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content01 .list-value > li:before {
    top: 9px;
  }
}

.p-company_philosophy .section-content02 .headingWrap {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content02 .headingWrap {
    margin-bottom: 32px;
  }
}

.p-company_philosophy .section-content02 .missionPanel {
  color: #000;
  background-color: #fff;
  padding: 125px 105px 130px 175px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content02 .missionPanel {
    padding: 44px 28px;
  }
}

.p-company_philosophy .section-content02 .c-title3 {
  color: #000;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.35;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content02 .c-title3 {
    margin-bottom: 24px;
    font-size: 28px;
  }
}

.p-company_philosophy .section-content02 .text {
  color: #000;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content02 .text {
    font-size: 14px;
  }
}

.p-company_philosophy .section-content03 .lead, .p-company_philosophy .section-content04 .lead {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content03 .lead, .p-company_philosophy .section-content04 .lead {
    margin-bottom: 30px;
  }
}

.p-company_philosophy .section-content03 .list-vision {
  gap: 10px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content03 .list-vision {
    display: block;
  }
}

.p-company_philosophy .section-content03 .list-vision > li {
  flex-basis: calc(50% - 5px);
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content03 .list-vision > li {
    flex-basis: auto;
  }

  .p-company_philosophy .section-content03 .list-vision > li + li {
    margin-top: 10px;
  }
}

.p-company_philosophy .section-content03 .visionCard {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 70px 50px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content03 .visionCard {
    padding: 42px 28px;
  }
}

.p-company_philosophy .section-content03 .title {
  color: #000;
  margin-bottom: 36px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content03 .title {
    margin-bottom: 24px;
    font-size: 26px;
  }
}

.p-company_philosophy .section-content03 .text {
  color: #000;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content03 .text {
    font-size: 14px;
  }
}

.p-company_philosophy .section-content04 .c-list-valueCard {
  gap: 10px;
}

.p-company_philosophy .section-content04 .c-list-valueCard > li {
  flex-basis: calc(50% - 5px);
}

.p-company_philosophy .section-content04 .c-valueCard {
  min-height: 235px;
  padding: 40px 36px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content04 .c-valueCard {
    min-height: 0;
    padding: 32px 24px;
  }
}

.p-company_philosophy .section-content04 .c-valueCard .num {
  color: #396d82;
  font-size: 16px;
  font-weight: 700;
}

.p-company_philosophy .section-content04 .c-valueCard .title {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.45;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content04 .c-valueCard .title {
    font-size: 21px;
  }
}

.p-company_philosophy .section-content04 .c-valueCard .text {
  margin-top: 22px;
  font-size: 16px;
}

.p-company_philosophy .section-content04 .-text {
  color: #fff;
  text-align: center;
  letter-spacing: -.005em;
  margin-top: 120px;
  font-size: 24px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content04 .-text {
    text-align: left;
    margin-top: 60px;
    font-size: 16px;
    line-height: 1.9;
  }
}

.p-company_philosophy .section-content05 {
  isolation: isolate;
  background-color: #000;
  min-height: 720px;
  margin-top: 120px;
  padding-top: 126px;
  position: relative;
  overflow: hidden;
  padding-bottom: 0 !important;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content05 {
    background-color: #0000;
    min-height: 560px;
    margin-top: 0;
    padding-top: 55px;
  }
}

.p-company_philosophy .section-content05:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: url("/assets/img/company/bg01.jpg") center / cover no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content05:before {
    background: 63% / cover no-repeat;
  }

  .p-company_philosophy .section-content05 .headPic {
    margin: -35px 0 0;
  }
}

.p-company_philosophy .section-content05 .inner {
  z-index: 1;
  position: relative;
}

.p-company_philosophy .section-content05 .c-enWrap {
  margin-bottom: 28px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content05 .c-enWrap {
    margin-bottom: 18px;
  }
}

.p-company_philosophy .section-content05 .c-enWrap .en {
  letter-spacing: .14em;
}

.p-company_philosophy .section-content05 .c-enWrap .sub {
  color: #fff;
}

.p-company_philosophy .section-content05 .lead {
  color: #fff;
  max-width: 650px;
}

.p-company_philosophy .section-content05 .brandCopyWrap {
  max-width: 620px;
  margin-top: 60px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content05 .brandCopyWrap {
    max-width: inherit;
    margin-top: 20px;
  }
}

.p-company_philosophy .section-content05 .brandCopyWrap .text {
  margin-top: 35px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content05 .brandCopyWrap .text {
    margin-top: 30px;
  }
}

.p-company_philosophy .section-content05 .brandCopyWrap .text + .text + .text {
  margin-top: 20px;
  margin-bottom: 100px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content05 .brandCopyWrap .text + .text + .text {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

.p-company_philosophy .section-content05 .titleEn {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 82px;
  font-weight: 700;
  line-height: 1.04;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content05 .titleEn {
    text-align: center;
    font-size: 32px;
    line-height: 1.1;
  }
}

.p-company_philosophy .section-content05 .titleJp {
  color: #fff;
  margin-top: 28px;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.45;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content05 .titleJp {
    text-align: center;
    margin-top: 18px;
    margin-bottom: -8px;
    font-size: 17px;
  }
}

.p-company_philosophy .section-content06 {
  position: relative;
  overflow: hidden;
  padding-bottom: 120px !important;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06 {
    padding-bottom: 100px !important;
  }
}

.p-company_philosophy .section-content06:after {
  content: "";
  opacity: .58;
  pointer-events: none;
  z-index: -1;
  background: url("/assets/img/company/bg02.png") 100% 0 / contain no-repeat;
  width: min(58vw, 780px);
  height: 965px;
  position: absolute;
  top: 120px;
  right: 0;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06:after {
    opacity: .35;
    width: 100%;
    height: 420px;
    display: none;
    top: auto;
    bottom: 20px;
  }
}

.p-company_philosophy .section-content06 .identityWrap {
  z-index: 1;
  justify-content: space-between;
  gap: 10px;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06 .identityWrap {
    flex-direction: column;
    display: flex;
  }
}

.p-company_philosophy .section-content06 .textArea {
  flex: 0 0 610px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06 .textArea {
    display: contents;
  }

  .p-company_philosophy .section-content06 .textWrap {
    order: 1;
  }
}

.p-company_philosophy .section-content06 .text {
  color: #fff;
  font-size: 16px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06 .text {
    font-size: 14px;
  }
}

.p-company_philosophy .section-content06 .list-photo {
  justify-content: flex-start;
  gap: 10px;
  margin-top: 40px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06 .list-photo {
    order: 3;
    margin-top: 0;
  }
}

.p-company_philosophy .section-content06 .list-photo > li {
  flex: 0 0 160px;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06 .list-photo > li {
    flex: 1;
  }
}

.p-company_philosophy .section-content06 .list-photo > li img {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  display: block;
}

.p-company_philosophy .section-content06 .logoArea {
  flex: 1;
  min-height: 360px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06 .logoArea {
    background-color: #282828;
    order: 2;
    min-height: 230px;
    margin: 15px calc(50% - 50vw) 20px;
    overflow: hidden;
  }

  .p-company_philosophy .section-content06 .logoArea:before {
    content: "";
    opacity: .35;
    pointer-events: none;
    background: url("/assets/img/company/bg02.png") right -46px / auto 358px no-repeat;
    width: 100%;
    height: 230px;
    position: absolute;
    top: 0%;
    right: 0%;
  }
}

.p-company_philosophy .section-content06 .logoArea .svg {
  z-index: 1;
  width: 560px;
  max-width: 100%;
  height: auto;
  position: absolute;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 768px) {
  .p-company_philosophy .section-content06 .logoArea .svg {
    width: min(88vw, 520px);
    top: 50%;
    transform: translate(-50%, -50%);
  }
}

.c-enWrap {
  align-items: center;
  gap: 22px;
  margin-bottom: 100px;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .c-enWrap {
    gap: 16px;
    margin-bottom: 30px;
  }
}

.c-enWrap:before {
  content: "";
  background-color: #396d82;
  width: 60px;
  height: 3px;
  position: absolute;
  bottom: -50px;
  left: 0;
}

.c-enWrap.-noUnderBar:before {
  display: none;
}

.c-enWrap:after {
  content: "";
  background-color: #ffffff59;
  order: 1;
  width: 1px;
  height: 22px;
}

.c-enWrap .en {
  order: 0;
  font-weight: 500;
  line-height: 1;
}

.c-enWrap .sub {
  order: 2;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
}

.c-section-main {
  background: center / cover no-repeat;
  padding: 0;
}

.c-section-main .inner {
  height: 460px;
}

@media screen and (width <= 768px) {
  .c-section-main .inner {
    height: 280px;
  }
}

.c-section-main .head {
  color: #fff;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 60px;
  font-size: 140px;
  font-weight: 700;
  line-height: 1;
  display: flex;
  position: absolute;
  bottom: -35px;
  left: 0;
}

@media screen and (width <= 768px) {
  .c-section-main .head {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    font-size: 62px;
    line-height: .95;
    bottom: 20px;
    left: 0;
  }
}

.c-section-main .head .sub {
  color: #fff;
  text-shadow: 0 2px 6px #0009, 0 8px 24px #00000059;
  font-size: 24px;
  font-weight: 600;
}

@media screen and (width <= 768px) {
  .c-section-main .head .sub {
    font-size: 15px;
    line-height: 1.4;
  }
}

.c-section-main .head .js-line-clip {
  opacity: 1;
}

.c-section-main .head .js-line-clip .js-line-inner .js-char:nth-child(4) {
  letter-spacing: -11px;
}

@media screen and (width <= 768px) {
  .c-section-main .head .js-line-clip .js-line-inner .js-char:nth-child(4) {
    letter-spacing: 0;
  }
}

.c-section-head {
  background: center / cover no-repeat;
  padding: 0;
}

.c-section-head .inner {
  height: 300px;
}

.c-section-navigation {
  padding: 0 10px 10px;
}

.c-section-navigation .list-navigation {
  gap: 10px;
}

@media screen and (width <= 768px) {
  .c-section-navigation .list-navigation {
    display: block;
  }
}

.c-section-navigation .list-navigation > li {
  width: calc(50% - 5px);
}

@media screen and (width <= 768px) {
  .c-section-navigation .list-navigation > li {
    width: 100%;
  }

  .c-section-navigation .list-navigation > li + li {
    margin-top: 10px;
  }
}

.c-section-navigation .list-navigation.-col3 > li {
  width: calc(33.3333% - 6.66667px);
}

@media screen and (width <= 768px) {
  .c-section-navigation .list-navigation.-col3 > li {
    width: 100%;
  }
}

.c-section-navigation .list-navigation a {
  color: #fff;
  background-color: #1a1a1a99;
  flex-direction: column;
  justify-content: center;
  min-height: 180px;
  padding: 34px 72px 34px 40px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .c-section-navigation .list-navigation a {
    min-height: inherit;
    padding: 20px 56px 20px 20px;
  }
}

.c-section-navigation .list-navigation a:after {
  content: "";
  width: 0;
  height: 0;
  transition: transform .3s all ease;
  border-top: 6px solid #0000;
  border-bottom: 6px solid #0000;
  border-left: 8px solid #396d82;
  position: absolute;
  top: 50%;
  right: 44px;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  .c-section-navigation .list-navigation a:after {
    right: 28px;
  }
}

.c-section-navigation .list-navigation a:hover {
  opacity: 1;
  background-color: #262626;
}

.c-section-navigation .list-navigation a:hover:after {
  transform: translate(4px, -50%);
}

.c-section-navigation .list-navigation .num {
  color: #a6a6a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.c-section-navigation .list-navigation .title {
  color: #fff;
  margin-top: 22px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .c-section-navigation .list-navigation .title {
    margin-top: 18px;
    font-size: 20px;
  }
}

.p-company_works .c-indent--circle > li:before {
  background-color: #fff;
  top: 12px;
  left: 3px;
}

@media screen and (width <= 768px) {
  .p-company_works .c-indent--circle > li:before {
    top: 9px;
    left: 3px;
  }
}

.p-company_works .section-content01 .worksAnchor {
  border-bottom: 1px solid #ffffff40;
  align-items: center;
  gap: 18px;
  margin-bottom: 42px;
  padding: 50px 0 56px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-company_works .section-content01 .worksAnchor {
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 30px;
    padding: 28px 0 34px;
  }
}

.p-company_works .section-content01 .worksAnchor .label {
  color: #fff;
  flex: none;
  font-size: 18px;
  font-weight: 700;
  line-height: 42px;
}

@media screen and (width <= 768px) {
  .p-company_works .section-content01 .worksAnchor .label {
    font-size: 15px;
    line-height: 40px;
  }
}

.p-company_works .section-content01 .worksAnchor .selectWrap {
  width: 232px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_works .section-content01 .worksAnchor .selectWrap {
    width: min(230px, 100vw - 110px);
  }
}

.p-company_works .section-content01 .worksAnchor .selectWrap:after {
  content: "";
  pointer-events: none;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translateY(-70%)rotate(45deg);
}

.p-company_works .section-content01 .worksAnchor .select {
  color: #000;
  letter-spacing: .08em;
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  width: 100%;
  min-height: 42px;
  padding: 0 40px 0 14px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-company_works .section-content01 .worksAnchor .select {
    min-height: 40px;
    font-size: 14px;
  }
}

.p-company_works .section-content01 .list-wrap > li {
  flex-direction: column-reverse;
  display: flex;
}

.p-company_works .section-content01 .item {
  grid-template-columns: 240px 1fr;
  scroll-margin-top: 144px;
}

@media screen and (width <= 768px) {
  .p-company_works .section-content01 .item {
    scroll-margin-top: 102px;
  }
}

.p-company_works .section-content01 .item + .item {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.p-company_works .section-content01 .item:not(:last-child) {
  border-top: 1px solid #ffffff4d;
  margin-top: 34px;
  padding-top: 34px;
}

@media screen and (width <= 768px) {
  .p-company_works .section-content01 .item:not(:last-child) {
    margin-top: 24px;
    padding-top: 20px;
  }

  .p-company_works .section-content01 .item {
    display: block;
  }

  .p-company_works .section-content01 .item dt {
    margin-bottom: 5px;
  }
}

.p-company_works .section-content01 .item .c-indent > li {
  text-indent: -.5em;
  margin-left: .5em;
}

@media screen and (width >= 769px) {
  .p-company_history .l-header.isOn {
    backdrop-filter: none;
    background-color: #282828;
  }
}

.p-company_history .section-content01 {
  padding-bottom: 120px;
}

@media screen and (width <= 768px) {
  .p-company_history .section-content01 {
    padding-bottom: 60px;
  }
}

.p-company_history .section-content01 .lead {
  font-size: 20px;
  line-height: 1.9;
}

@media screen and (width <= 768px) {
  .p-company_history .section-content01 .lead {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-company_history .historyTimeline {
  padding-top: 100px;
  padding-bottom: 0;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_history .historyTimeline {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.p-company_history .timelineBlock {
  padding-top: 0;
  position: relative;
}

.p-company_history .timelineBlock:before {
  content: "";
  background-color: #141414;
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 768px) {
  .p-company_history .timelineBlock:before {
    display: none;
  }
}

.p-company_history .timelineBlock.-southtech {
  margin-top: 56px;
  padding-top: 54px;
}

@media screen and (width <= 768px) {
  .p-company_history .timelineBlock.-southtech {
    margin-top: 0;
    padding-top: 0;
  }
}

.p-company_history .timelineBlock.-southtech:before {
  height: calc(100% - 210px);
  top: -150px;
}

.p-company_history .timelineBlock.-southtech .timelineCol.-left {
  padding-top: 205px;
}

@media screen and (width <= 768px) {
  .p-company_history .timelineBlock.-southtech .timelineCol.-left {
    order: 2;
    padding-top: 0;
  }

  .p-company_history .timelineBlock.-southtech .timelineCol.-right {
    order: 1;
  }
}

.p-company_history .timelineBlock.-southtech .timelineBody {
  position: relative;
}

.p-company_history .logoRow {
  z-index: 2;
  width: 100vw;
  transition: background-color .3s all ease;
  background-color: #282828;
  grid-template-columns: 1fr 1fr;
  margin-left: 50%;
  padding-top: 20px;
  padding-bottom: 18px;
  display: grid;
  position: sticky;
  top: 80px;
  transform: translateX(-50%);
}

.p-company_history .logoRow:before {
  content: "";
  background-color: #141414;
  width: 3px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (width <= 768px) {
  .p-company_history .logoRow:before {
    display: none;
  }

  .p-company_history .logoRow {
    background-color: #0000;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    display: none;
    position: relative;
    top: 0;
    transform: none;
  }

  .p-company_history .logoRow.-first .logoWrap.-right {
    display: none;
  }
}

.p-company_history .logoRow.-secont {
  display: none;
}

@media screen and (width <= 768px) {
  .p-company_history .logoRow.-secont {
    display: none;
  }
}

.p-company_history .logoWrap {
  min-height: 40px;
  transition: opacity .3s all ease, filter .3s all ease;
}

.p-company_history .logoWrap.-left {
  opacity: 1;
  filter: none;
  width: 240px;
  min-height: inherit;
  justify-content: center;
  margin: auto;
  padding-right: 0;
  transition: all .2s;
  display: flex;
}

.p-company_history .logoWrap.-left.off {
  opacity: .28;
  filter: grayscale();
  transition: all .2s;
}

@media screen and (width <= 768px) {
  .p-company_history .logoWrap.-left {
    justify-content: center;
    width: min(100%, 240px);
    margin: 0 auto;
    padding-right: 0;
    opacity: 1 !important;
    filter: none !important;
  }
}

.p-company_history .logoWrap.-right {
  opacity: .28;
  filter: grayscale();
  min-height: inherit;
  justify-content: center;
  width: 240px;
  margin: auto;
  padding-left: 0;
  transition: all .2s;
  display: flex;
}

.p-company_history .logoWrap.-right.on {
  opacity: 1;
  filter: none;
  transition: all .2s;
}

@media screen and (width <= 768px) {
  .p-company_history .logoWrap.-right {
    justify-content: center;
    width: min(100%, 240px);
    margin: 24px auto 0;
    padding-left: 0;
    opacity: 1 !important;
    filter: none !important;
  }
}

.p-company_history .logoWrap img {
  object-fit: contain;
  width: auto;
  max-width: 100%;
  display: block;
}

.p-company_history .timelineBody {
  z-index: 1;
  grid-template-columns: 1fr 1fr;
  display: grid;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_history .timelineBody {
    flex-direction: column;
    row-gap: 0;
    display: flex;
  }
}

.p-company_history .timelineCol {
  min-width: 0;
}

.p-company_history .timelineCol.-left {
  padding-top: 40px;
  padding-right: 88px;
}

@media screen and (width <= 768px) {
  .p-company_history .timelineCol.-left {
    padding-right: 0;
  }
}

.p-company_history .timelineCol.-right {
  padding-left: 88px;
}

@media screen and (width <= 768px) {
  .p-company_history .timelineCol.-right {
    padding-left: 0;
  }
}

.p-company_history .list-history > li {
  list-style: none;
}

@media screen and (width <= 768px) {
  .p-company_history .list-history > li {
    width: 100%;
  }

  .p-company_history .list-history > li > .-spOnly {
    width: 100%;
    margin-top: 0;
    display: block;
  }

  .p-company_history .list-history > li > .-spOnly.-founder {
    width: 86%;
    margin-left: auto;
    margin-right: auto;
  }

  .p-company_history .list-history > li > .-spOnly .mediaFigure {
    width: 80%;
    margin: 0 auto 24px;
    display: block;
    position: relative;
    inset: auto;
  }
}

.p-company_history .list-history > li > .-spOnly .mediaFigure img {
  width: 100%;
  height: auto;
  display: block;
}

.p-company_history .list-history > li.p-float--southtech {
  position: absolute;
  bottom: 85px;
}

.p-company_history .list-history > li.p-item-2002 {
  margin-top: 130px;
}

@media screen and (width <= 768px) {
  .p-company_history .list-history > li.p-item-2002 {
    margin-top: inherit;
  }
}

.p-company_history .list-history > li.p-item-2008 {
  margin-top: 200px;
}

@media screen and (width <= 768px) {
  .p-company_history .list-history > li.p-item-2008 {
    margin-top: inherit;
  }
}

.p-company_history .list-history > li.p-float--hachidaime {
  width: 100%;
}

.p-company_history .list-history > li.p-float--minami {
  position: absolute;
  top: 1005px;
  left: 0;
}

.p-company_history .list-history > li.p-item--mvv {
  margin-top: 100px;
}

@media screen and (width <= 768px) {
  .p-company_history .list-history > li.p-item--mvv {
    margin-top: inherit;
  }
}

.p-company_history .list-history > li.p-element03 {
  margin-top: 31px;
}

@media screen and (width <= 768px) {
  .p-company_history .list-history > li.p-element03 {
    margin-top: 0;
  }
}

.p-company_history .historyItem {
  padding-top: 15px;
  padding-bottom: 25px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_history .historyItem {
    border-top: 1px solid #ffffff24;
    padding: 24px 0;
  }

  .p-company_history .historyItem .mediaFigure.-spClone {
    width: 80%;
    margin: 0 auto;
    display: block;
    position: relative;
    inset: auto;
  }
}

.p-company_history .historyItem:before {
  content: "";
  z-index: 2;
  background-color: #141414;
  border: 4px solid #fff;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 20px;
}

@media screen and (width <= 768px) {
  .p-company_history .historyItem:before {
    display: none;
  }
}

.p-company_history .historyItem:after {
  content: "";
  background-color: #141414;
  width: 370px;
  height: 1px;
  position: absolute;
  top: 27px;
}

@media screen and (width <= 768px) {
  .p-company_history .historyItem:after {
    display: none;
  }
}

.p-company_history .historyItem.-left:before {
  right: -96px;
}

@media screen and (width <= 768px) {
  .p-company_history .historyItem.-left:before {
    left: auto;
    right: auto;
  }
}

.p-company_history .historyItem.-left:after {
  width: 370px;
  right: -84px;
}

@media screen and (width <= 768px) {
  .p-company_history .historyItem.-left:after {
    left: auto;
    right: auto;
  }
}

.p-company_history .historyItem.-right:before {
  left: -96px;
}

@media screen and (width <= 768px) {
  .p-company_history .historyItem.-right:before {
    left: auto;
  }
}

.p-company_history .historyItem.-right:after {
  width: 60px;
  left: -84px;
}

@media screen and (width <= 768px) {
  .p-company_history .historyItem.-right:after {
    left: auto;
  }
}

.p-company_history .yearWrap {
  align-items: center;
  gap: 20px;
  margin-bottom: 8px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-company_history .yearWrap {
    gap: 12px;
  }

  .p-company_history .yearWrap:after {
    color: #000;
    letter-spacing: .12em;
    background-color: #fff;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
    min-height: 26px;
    padding: 0 12px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    display: inline-flex;
  }

  .p-company_history .timelineCol.-left .yearWrap:after {
    content: "MINAMI GROUP";
    color: #fff;
    background-color: #0c315a;
  }

  .p-company_history .timelineCol.-left .yearWrap.-south:after {
    content: "SOUTH TECH";
    background-color: #fff;
    color: #000 !important;
  }

  .p-company_history .timelineCol.-right .yearWrap:after {
    content: "SOUTH TECH";
  }

  .p-company_history .timelineCol.-right .yearWrap.-minami:after {
    content: "MINAMI GROUP";
    color: #fff;
    background-color: #0c315a;
  }
}

.p-company_history .year {
  font-size: 32px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-company_history .year {
    font-size: 28px;
  }
}

.p-company_history .year .nen {
  font-size: 12px;
  line-height: 1;
}

.p-company_history .era {
  color: #a6a6a6;
  font-size: 12px;
  line-height: 1;
}

.p-company_history .text {
  line-height: 1.95;
}

@media screen and (width <= 768px) {
  .p-company_history .text {
    font-size: 14px;
    line-height: 1.85;
  }
}

.p-company_history .mediaStage {
  min-height: 1450px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaStage {
    min-height: 0;
  }

  .p-company_history .mediaStage.-top {
    padding-left: 0;
    display: block;
  }
}

.p-company_history .mediaStage.-bottom {
  min-height: 520px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaStage.-bottom {
    min-height: 0;
    padding-left: 0;
  }
}

.p-company_history .mediaFigure {
  margin: 0;
  position: absolute;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure {
    width: 100%;
    margin-top: 20px;
    display: none;
    position: relative;
    inset: auto;
  }
}

.p-company_history .mediaFigure img {
  width: 100%;
  height: auto;
  display: block;
}

.p-company_history .mediaFigure figcaption {
  color: #a6a6a6;
  text-align: center;
  margin-top: 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

.p-company_history .mediaFigure.-shipyard {
  width: 510px;
  top: 25px;
  left: -9px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-shipyard {
    width: 100%;
    top: inherit;
    left: 0;
  }
}

.p-company_history .mediaFigure.-shipyard figcaption {
  text-align: left;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-shipyard figcaption {
    text-align: center;
  }
}

.p-company_history .mediaFigure.-founder {
  width: 284px;
  top: 235px;
  left: 290px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-founder {
    top: inherit;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100% !important;
  }
}

.p-company_history .mediaFigure.-painting {
  width: 170px;
  top: 350px;
  right: 152px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-painting {
    top: inherit;
    margin-bottom: 24px;
    left: 0;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .p-company_history .mediaFigure.-painting.-spClone {
    display: block;
  }
}

.p-company_history .mediaFigure.-portrait {
  width: 200px;
  top: 685px;
  left: 296px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-portrait {
    top: inherit;
    left: 0;
    width: 80% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

.p-company_history .mediaFigure.-ship {
  width: 300px;
  bottom: -140px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-ship {
    width: 100%;
    bottom: inherit;
    left: 0;
  }
}

.p-company_history .mediaFigure.-nishioohashi {
  width: 300px;
  bottom: -90px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-nishioohashi {
    width: 100%;
    bottom: inherit;
  }
}

.p-company_history .mediaFigure.-carquinez {
  width: 300px;
  bottom: -330px;
  left: 86px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-carquinez {
    width: 100%;
    bottom: inherit;
    left: 0;
  }
}

.p-company_history .mediaFigure.-nyatan {
  width: 300px;
  bottom: -630px;
  left: 176px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-nyatan {
    width: 100%;
    bottom: inherit;
    left: 0;
  }
}

.p-company_history .mediaFigure.-aichi {
  width: 300px;
  bottom: 210px;
  left: 86px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-aichi {
    width: 100%;
    bottom: inherit;
  }
}

.p-company_history .mediaFigure.-president {
  width: 300px;
  top: -10px;
  left: 0;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-president {
    width: 100%;
    top: inherit;
  }
}

.p-company_history .mediaFigure.-kinoshita {
  width: 300px;
  top: 280px;
  left: 180px;
  top: inherit;
  left: inherit;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-kinoshita {
    width: 80%;
    top: inherit;
    margin: 0 auto 24px;
    display: block;
  }
}

.p-company_history .mediaFigure.-ihi {
  width: 300px;
  top: -395px;
  left: 180px;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-ihi {
    width: 100%;
    top: inherit;
    left: 0;
  }
}

.p-company_history .mediaFigure.-newvi {
  width: 300px;
  top: 845px;
  left: 180px;
  top: inherit;
  left: inherit;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-company_history .mediaFigure.-newvi {
    width: 80%;
    top: inherit;
    margin: 0 auto 24px;
    display: block;
  }
}

.p-service_top .c-section-main {
  background-image: url("/assets/img/service/hero.png?002");
}

.p-service_top .c-section-main .head {
  letter-spacing: -.005em;
}

.p-service_top .c-section-main .head .sub {
  letter-spacing: .08em;
}

.p-service_top .c-section-main .head .js-line-clip .js-line-inner .js-char:nth-child(3) {
  letter-spacing: -.05em;
}

.p-service_top .c-section-main .head .js-line-clip .js-line-inner .js-char:nth-child(4) {
  letter-spacing: -4px;
}

@media screen and (width <= 768px) {
  .p-service_top .c-section-main {
    background-position: center;
  }

  .p-service_top .section-content01 {
    padding-bottom: 80px;
  }
}

.p-service_top .section-content01 .leadWrap {
  max-width: 920px;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .leadWrap {
    max-width: none;
  }
}

.p-service_top .section-content01 .lead {
  font-size: 20px;
  line-height: 1.9;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .lead {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-service_top .section-content01 .list-serviceTop {
  align-items: flex-start;
  gap: 58px;
  margin-top: 112px;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .list-serviceTop {
    margin-top: 56px;
    display: block;
  }
}

.p-service_top .section-content01 .list-serviceTop > li {
  flex-basis: calc(50% - 29px);
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .list-serviceTop > li {
    flex-basis: auto;
  }

  .p-service_top .section-content01 .list-serviceTop > li + li {
    margin-top: 60px;
  }
}

.p-service_top .section-content01 .serviceCard {
  color: #fff;
}

.p-service_top .section-content01 .picWrap {
  overflow: hidden;
}

.p-service_top .section-content01 .picWrap a {
  display: block;
}

.p-service_top .section-content01 .picWrap img {
  aspect-ratio: 530 / 330;
  object-fit: cover;
  width: 100%;
  display: block;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .picWrap img {
    aspect-ratio: 335 / 240;
  }
}

.p-service_top .section-content01 .titleWrap {
  justify-content: flex-start;
  align-items: center;
  gap: 18px;
  margin-top: 54px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .titleWrap {
    align-items: flex-start;
    gap: 10px;
    margin-top: 30px;
  }
}

.p-service_top .section-content01 .title {
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.2;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .title {
    font-size: 32px;
    line-height: 1.2;
  }
}

.p-service_top .section-content01 .label {
  color: #a6a6a6;
  border: 2px solid #a6a6a6;
  justify-content: center;
  align-items: center;
  padding: 8px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .label {
    min-width: 88px;
    height: 40px;
    font-size: 15px;
  }
}

.p-service_top .section-content01 .text {
  margin-top: 20px;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .text {
    margin-top: 18px;
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-service_top .section-content01 .c-btn {
  margin-top: 28px;
}

@media screen and (width <= 768px) {
  .p-service_top .section-content01 .c-btn {
    margin-top: 22px;
  }
}

.p-service_sub .c-section-head {
  background-image: url("/assets/img/service/hero02.png?002");
}

.p-service_sub .c-section-head .inner {
  align-items: center;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-service_sub .c-section-head .inner {
    height: 200px;
  }
}

.p-service_sub .c-section-head .head {
  color: #fff;
  margin-top: 40px;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .p-service_sub .c-section-head .head {
    font-size: 30px;
  }
}

.p-service_sub .c-section-head .sub {
  color: #a6a6a6;
  margin-bottom: 20px;
  display: block;
}

.p-service_manufacturing .c-section-head .head, .p-service_maintenance .c-section-head .head {
  align-items: center;
  gap: 18px;
  margin-top: 85px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .c-section-head .head, .p-service_maintenance .c-section-head .head {
    gap: 12px;
    margin-top: 60px;
  }
}

.p-service_manufacturing .c-section-head .sub, .p-service_maintenance .c-section-head .sub {
  color: #fff;
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 8px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .c-section-head .sub, .p-service_maintenance .c-section-head .sub {
    min-width: 74px;
    height: 40px;
    font-size: 15px;
  }
}

.p-service_manufacturing .section-content01, .p-service_maintenance .section-content01 {
  padding-bottom: 60px;
}

.p-service_manufacturing .section-content01 .inner, .p-service_maintenance .section-content01 .inner {
  flex-wrap: nowrap;
  justify-content: space-between;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content01 .inner, .p-service_maintenance .section-content01 .inner {
    display: block;
  }
}

.p-service_manufacturing .section-content01 .leadWrap, .p-service_maintenance .section-content01 .leadWrap {
  flex: 1;
}

.p-service_manufacturing .section-content01 .lead, .p-service_maintenance .section-content01 .lead {
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content01 .lead, .p-service_maintenance .section-content01 .lead {
    font-size: 30px;
    line-height: 1.4;
  }
}

.p-service_manufacturing .section-content01 .textWrap, .p-service_maintenance .section-content01 .textWrap {
  flex-basis: 580px;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content01 .textWrap, .p-service_maintenance .section-content01 .textWrap {
    margin-top: 18px;
  }

  .p-service_manufacturing .section-content01 .text, .p-service_maintenance .section-content01 .text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-service_manufacturing .section-content02, .p-service_maintenance .section-content02 {
  padding-top: 0;
  padding-bottom: 80px;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content02, .p-service_maintenance .section-content02 {
    padding-bottom: 60px;
  }
}

.p-service_manufacturing .section-content02 .sliderViewport, .p-service_maintenance .section-content02 .sliderViewport {
  width: 100vw;
  margin-left: 50%;
  overflow: hidden;
  transform: translateX(-50%);
}

.p-service_manufacturing .section-content02 .serviceGallery, .p-service_maintenance .section-content02 .serviceGallery {
  will-change: transform;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 8px;
  width: max-content;
  display: flex;
}

.p-service_manufacturing .section-content02 .sliderItem, .p-service_maintenance .section-content02 .sliderItem {
  flex: none;
}

.p-service_manufacturing .section-content02 .sliderItem img, .p-service_maintenance .section-content02 .sliderItem img {
  object-fit: cover;
  width: auto;
  height: 328px;
  display: block;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content02 .sliderItem img, .p-service_maintenance .section-content02 .sliderItem img {
    height: 220px;
  }
}

.p-service_manufacturing .section-content02 .sliderControl, .p-service_maintenance .section-content02 .sliderControl {
  justify-content: flex-end;
  margin-top: 18px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content02 .sliderControl, .p-service_maintenance .section-content02 .sliderControl {
    margin-top: 14px;
  }
}

.p-service_manufacturing .section-content02 .btn-sliderToggle, .p-service_maintenance .section-content02 .btn-sliderToggle {
  cursor: pointer;
  background-color: #fff;
  border: 0;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  transition: all .3s;
  position: relative;
}

.p-service_manufacturing .section-content02 .btn-sliderToggle:hover, .p-service_maintenance .section-content02 .btn-sliderToggle:hover {
  opacity: 1;
  background-color: #ffffffd9;
}

.p-service_manufacturing .section-content02 .btn-sliderToggle .icon, .p-service_maintenance .section-content02 .btn-sliderToggle .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.p-service_manufacturing .section-content02 .btn-sliderToggle .-pause, .p-service_maintenance .section-content02 .btn-sliderToggle .-pause {
  width: 10px;
  height: 13px;
}

.p-service_manufacturing .section-content02 .btn-sliderToggle .-pause:before, .p-service_manufacturing .section-content02 .btn-sliderToggle .-pause:after, .p-service_maintenance .section-content02 .btn-sliderToggle .-pause:before, .p-service_maintenance .section-content02 .btn-sliderToggle .-pause:after {
  content: "";
  background-color: #000;
  width: 3px;
  height: 12px;
  position: absolute;
  top: 0;
}

.p-service_manufacturing .section-content02 .btn-sliderToggle .-pause:before, .p-service_maintenance .section-content02 .btn-sliderToggle .-pause:before {
  left: 0;
}

.p-service_manufacturing .section-content02 .btn-sliderToggle .-pause:after, .p-service_maintenance .section-content02 .btn-sliderToggle .-pause:after {
  right: 0;
}

.p-service_manufacturing .section-content02 .btn-sliderToggle .-play, .p-service_maintenance .section-content02 .btn-sliderToggle .-play {
  border-top: 6px solid #0000;
  border-bottom: 6px solid #0000;
  border-left: 8px solid #000;
  width: 0;
  height: 0;
  margin-left: 1px;
  display: none;
}

.p-service_manufacturing .section-content02 .btn-sliderToggle.is-paused .-pause, .p-service_maintenance .section-content02 .btn-sliderToggle.is-paused .-pause {
  display: none;
}

.p-service_manufacturing .section-content02 .btn-sliderToggle.is-paused .-play, .p-service_maintenance .section-content02 .btn-sliderToggle.is-paused .-play {
  display: block;
}

.p-service_manufacturing .section-content03, .p-service_maintenance .section-content03 {
  padding-top: 0;
}

.p-service_manufacturing .section-content04, .p-service_maintenance .section-content04 {
  position: relative;
  overflow: hidden;
}

.p-service_manufacturing .section-content04:before, .p-service_maintenance .section-content04:before {
  content: "";
  background: url("/assets/img/service/bg01.jpg?002") center / cover no-repeat;
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.p-service_manufacturing .section-content04 .inner, .p-service_maintenance .section-content04 .inner {
  z-index: 1;
  position: relative;
}

.p-service_manufacturing .section-content04 .columnBlock, .p-service_maintenance .section-content04 .columnBlock {
  max-width: 700px;
  margin: 0 auto;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content04 .columnBlock, .p-service_maintenance .section-content04 .columnBlock {
    max-width: none;
  }
}

.p-service_manufacturing .section-content04 .labelWrap, .p-service_maintenance .section-content04 .labelWrap {
  background-color: #396d82;
  border-radius: 999px;
  align-items: center;
  gap: 18px;
  min-height: 40px;
  padding: 0 23px 0 21px;
  display: inline-flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content04 .labelWrap, .p-service_maintenance .section-content04 .labelWrap {
    gap: 14px;
    min-height: 44px;
    padding: 0 18px 0 16px;
  }
}

.p-service_manufacturing .section-content04 .labelWrap:before, .p-service_maintenance .section-content04 .labelWrap:before {
  content: "";
  background: url("/assets/img/service/icon-fukidashi.svg") center / contain no-repeat;
  width: 17px;
  height: 12px;
  position: absolute;
  bottom: -11px;
  left: 17px;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content04 .labelWrap:before, .p-service_maintenance .section-content04 .labelWrap:before {
    width: 15px;
    height: 10px;
    bottom: -9px;
    left: 15px;
  }
}

.p-service_manufacturing .section-content04 .en, .p-service_maintenance .section-content04 .en {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content04 .en, .p-service_maintenance .section-content04 .en {
    font-size: 14px;
  }
}

.p-service_manufacturing .section-content04 .en:after, .p-service_maintenance .section-content04 .en:after {
  content: "";
  background-color: #fff6;
  width: 1px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translateY(-50%);
}

.p-service_manufacturing .section-content04 .sub, .p-service_maintenance .section-content04 .sub {
  font-size: 12px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content04 .sub, .p-service_maintenance .section-content04 .sub {
    font-size: 11px;
  }
}

.p-service_manufacturing .section-content04 .title, .p-service_maintenance .section-content04 .title {
  margin: 30px 0 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.35;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content04 .title, .p-service_maintenance .section-content04 .title {
    margin-top: 26px;
    font-size: 30px;
    line-height: 1.4;
  }
}

.p-service_manufacturing .section-content04 .textWrap, .p-service_maintenance .section-content04 .textWrap {
  max-width: 700px;
  margin-top: 30px;
}

@media screen and (width <= 768px) {
  .p-service_manufacturing .section-content04 .textWrap, .p-service_maintenance .section-content04 .textWrap {
    margin-top: 24px;
  }

  .p-service_manufacturing .section-content04 .text, .p-service_maintenance .section-content04 .text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-service_maintenance .c-section-head {
  background-image: url("/assets/img/service/hero03.png?002");
}

.p-service_maintenance .section-content05 {
  padding-top: 0;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 {
    padding-top: 64px;
    padding-bottom: 90px;
  }
}

.p-service_maintenance .section-content05 .detailBlock {
  display: block;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 .detailBlock {
    display: block;
  }
}

.p-service_maintenance .section-content05 .detailBlock + .detailBlock {
  margin-top: 80px;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 .detailBlock + .detailBlock {
    margin-top: 72px;
  }
}

.p-service_maintenance .section-content05 .detailBlock.-reverse {
  grid-template-columns: 460px minmax(0, 1fr);
  column-gap: 20px;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 .detailBlock.-reverse {
    display: block;
  }
}

.p-service_maintenance .section-content05 .detailBlock.-reverse .textArea {
  order: 2;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 .detailBlock.-reverse .textArea {
    margin-top: 28px;
  }
}

.p-service_maintenance .section-content05 .detailBlock.-reverse .picArea {
  order: 1;
}

.p-service_maintenance .section-content05 .picArea {
  margin-top: 40px;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 .picArea {
    margin-top: 20px;
  }
}

.p-service_maintenance .section-content05 .picArea img {
  width: 100%;
  height: auto;
  display: block;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 .textArea {
    margin-top: 28px;
  }
}

.p-service_maintenance .section-content05 .title {
  margin-bottom: 24px;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.45;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 .title {
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 1.4;
  }
}

.p-service_maintenance .section-content05 .title sup {
  font-size: .55em;
  top: -20px;
}

@media screen and (width <= 768px) {
  .p-service_maintenance .section-content05 .text {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-service_manufacturing .section-content04:before {
  display: none;
}

.p-service_manufacturing .section-content04 .parallaxBg {
  will-change: transform;
  pointer-events: none;
  background: url("/assets/img/service/bg01.jpg") center / cover no-repeat;
  width: 100vw;
  height: 116%;
  position: absolute;
  top: -8%;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
}

.p-recruit {
  color: #000;
  background-color: #fff;
}

.p-recruit:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: url("/assets/img/recruit/bg01.png?002") top repeat-y;
  position: absolute;
  inset: 450px 0 0;
}

@media screen and (width <= 768px) {
  .p-recruit:before {
    background-size: 1600px;
  }
}

.p-recruit > * {
  z-index: 1;
}

.p-recruit .c-section-head .inner {
  height: inherit;
}

.p-recruit_top .l-header {
  padding: 10px 10px 0;
}

.p-recruit_top .l-header.isOn {
  padding-top: 0;
}

.p-recruit_top .l-header.isOn .list-header > li a:before, .p-recruit_top .l-header.isOn .list-header > li a.c-btn:before {
  bottom: -23px;
}

.p-recruit_top .l-header.isOn .list-header > li .headerSubMenu {
  top: 67px;
}

.p-recruit_top .l-header .list-header > li .headerSubMenu {
  top: 57px;
}

.p-recruit_top .l-header .list-header > li.-contact a, .p-recruit_top .l-header .list-header > li.-contact a.c-btn {
  background-color: #396d82;
}

.p-recruit_top .l-header .list-header > li a:before, .p-recruit_top .l-header .list-header > li a.c-btn:before {
  bottom: -12px;
}

.p-recruit_top .c-section-main {
  padding: 20px;
}

@media screen and (width <= 768px) {
  .p-recruit_top .c-section-main {
    padding: 10px;
  }
}

.p-recruit_top .c-section-main .inner {
  background: url("/assets/img/recruit/hero.jpg") center / cover no-repeat;
  border-radius: 18px;
  width: 100%;
  height: 740px;
  position: relative;
  overflow: hidden;
}

.p-recruit_top .c-section-main .inner:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: url("/assets/img/recruit/bg02.png") bottom / 100% no-repeat;
  height: 35%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (width <= 768px) {
  .p-recruit_top .c-section-main .inner:before {
    background-size: 220%;
  }

  .p-recruit_top .c-section-main .inner {
    background-position-x: calc(50% + 2px);
    border-radius: 10px;
    height: 320px;
  }

  .p-recruit_top .c-section-main .inner:before {
    height: 78%;
  }
}

.p-recruit_top .c-section-main .heroTextWrap {
  color: #fff;
  z-index: 1;
  max-width: 760px;
  position: absolute;
  bottom: 34px;
  left: 32px;
}

@media screen and (width <= 768px) {
  .p-recruit_top .c-section-main .heroTextWrap {
    max-width: none;
    bottom: 22px;
    left: 20px;
    right: 20px;
  }
}

.p-recruit_top .c-section-main .mainTitle {
  margin-bottom: 18px;
  font-size: 120px;
  font-weight: 300;
  line-height: 1.2;
}

@media screen and (width <= 768px) {
  .p-recruit_top .c-section-main .mainTitle {
    margin-bottom: 14px;
    font-size: 54px;
  }
}

.p-recruit_top .c-section-main .lead {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.9;
}

@media screen and (width <= 768px) {
  .p-recruit_top .c-section-main .lead {
    letter-spacing: .1em;
    font-size: 13px;
    line-height: 1.8;
  }
}

.p-recruit_top .section-content01 {
  padding-top: 26px;
  padding-bottom: 200px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}

.p-recruit_top .section-content01 .inner {
  padding-top: 90px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .inner {
    padding-top: 0;
  }
}

.p-recruit_top .section-content01 .sectionHead, .p-recruit_top .section-content01 .featureBlock {
  z-index: 1;
  position: relative;
}

.p-recruit_top .section-content01 .labelWrap {
  align-items: center;
  gap: 10px;
  display: inline-flex;
}

.p-recruit_top .section-content01 .dot {
  background-color: #386aba;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.p-recruit_top .section-content01 .en {
  color: #a6a6a6;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .en {
    font-size: 18px;
  }
}

.p-recruit_top .section-content01 .title {
  margin: 28px 0 0;
  font-size: 54px;
  font-weight: 500;
  line-height: 1.25;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .title {
    margin-top: 20px;
    font-size: 30px;
    line-height: 1.35;
  }
}

.p-recruit_top .section-content01 .featureBlock {
  margin-top: 100px;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .featureBlock {
    margin-top: 48px;
  }
}

.p-recruit_top .section-content01 .list-wrap1, .p-recruit_top .section-content01 .list-wrap2 {
  flex-wrap: nowrap;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .list-wrap1, .p-recruit_top .section-content01 .list-wrap2 {
    display: block;
  }
}

.p-recruit_top .section-content01 .list-wrap1 + .list-wrap1, .p-recruit_top .section-content01 .list-wrap1 + .list-wrap2, .p-recruit_top .section-content01 .list-wrap2 + .list-wrap1, .p-recruit_top .section-content01 .list-wrap2 + .list-wrap2 {
  margin-top: 100px;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .list-wrap1 + .list-wrap1, .p-recruit_top .section-content01 .list-wrap1 + .list-wrap2, .p-recruit_top .section-content01 .list-wrap2 + .list-wrap1, .p-recruit_top .section-content01 .list-wrap2 + .list-wrap2 {
    margin-top: 56px;
  }

  .p-recruit_top .section-content01 .list-wrap1 > li, .p-recruit_top .section-content01 .list-wrap2 > li {
    width: 100%;
  }
}

.p-recruit_top .section-content01 .list-wrap1 .item-pic, .p-recruit_top .section-content01 .list-wrap2 .item-pic {
  flex: 0 0 540px;
  order: 1;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .list-wrap1 .item-pic, .p-recruit_top .section-content01 .list-wrap2 .item-pic {
    flex: auto;
    order: 2;
    margin-top: 30px;
  }
}

.p-recruit_top .section-content01 .list-wrap1 .item-text, .p-recruit_top .section-content01 .list-wrap2 .item-text {
  flex: 0 0 600px;
  order: 2;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .list-wrap1 .item-text, .p-recruit_top .section-content01 .list-wrap2 .item-text {
    flex: auto;
    order: 1;
    margin-top: 26px;
  }
}

.p-recruit_top .section-content01 .list-wrap1 {
  gap: 36px;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .list-wrap1 {
    gap: 0;
  }
}

.p-recruit_top .section-content01 .list-wrap2 {
  justify-content: flex-start;
  gap: 74px;
  margin-top: 66px;
  padding-left: 0;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .list-wrap2 {
    gap: 0;
    margin-top: 56px;
  }
}

.p-recruit_top .section-content01 .list-wrap2 .item-text {
  flex-basis: 600px;
  order: 1;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .list-wrap2 .item-text {
    order: 1;
  }
}

.p-recruit_top .section-content01 .list-wrap2 .item-text .textWrap {
  max-width: inherit;
}

.p-recruit_top .section-content01 .list-wrap2 .item-pic {
  flex-basis: 540px;
  order: 2;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .list-wrap2 .item-pic {
    order: 2;
  }
}

.p-recruit_top .section-content01 .picWrap {
  position: relative;
}

.p-recruit_top .section-content01 .picWrap img {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  display: block;
  overflow: hidden;
}

.p-recruit_top .section-content01 .num {
  z-index: 1;
  color: #386aba;
  font-size: 80px;
  font-weight: 300;
  line-height: 1;
  position: absolute;
  top: -35px;
  left: 6px;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .num {
    font-size: 48px;
    top: -18px;
    left: 2px;
  }
}

.p-recruit_top .section-content01 .num.-titleNum {
  display: none;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .num.-titleNum {
    vertical-align: -.06em;
    margin-right: 12px;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
  }
}

.p-recruit_top .section-content01 .textWrap {
  max-width: 530px;
}

.p-recruit_top .section-content01 .featureTitle {
  color: #000;
  margin-bottom: 28px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.55;
}

@media screen and (width <= 768px) {
  .p-recruit_top .section-content01 .featureTitle {
    margin-bottom: 20px;
    padding-left: 40px;
    font-size: 22px;
    line-height: 1.5;
  }

  .p-recruit_top .section-content01 .picWrap .num:not(.-titleNum) {
    display: none;
  }

  .p-recruit_top .section-content01 .text {
    font-size: 14px;
    line-height: 1.9;
  }
}

.p-recruit .c-recruitJobLinks {
  z-index: 1;
  background-color: #ebebeb;
  border-radius: 54px 54px 0 0;
  padding: 70px 78px 80px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-recruit .c-recruitJobLinks {
    border-radius: 32px 32px 0 0;
    padding: 30px 20px 80px;
  }

  .p-recruit .c-recruitJobLinks .sectionBox {
    border-radius: 22px 22px 0 0;
    padding: 0;
  }
}

.p-recruit .c-recruitJobLinks .title {
  margin-bottom: 60px;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (width <= 768px) {
  .p-recruit .c-recruitJobLinks .title {
    margin-bottom: 22px;
    font-size: 30px;
  }
}

.p-recruit .c-recruitJobLinks .lead {
  margin-bottom: 60px;
}

@media screen and (width <= 768px) {
  .p-recruit .c-recruitJobLinks .lead {
    margin-bottom: 30px;
  }
}

.p-recruit .c-recruitJobLinks .list-jobLink {
  flex-wrap: nowrap;
  gap: 12px;
}

@media screen and (width <= 768px) {
  .p-recruit .c-recruitJobLinks .list-jobLink {
    display: block;
  }
}

.p-recruit .c-recruitJobLinks .list-jobLink > li {
  flex: 1 1 0;
}

@media screen and (width <= 768px) {
  .p-recruit .c-recruitJobLinks .list-jobLink > li + li {
    margin-top: 12px;
  }
}

.p-recruit .c-recruitJobLinks .jobLink {
  color: #000;
  background-color: #fff;
  border-radius: 18px;
  align-items: center;
  gap: 20px;
  min-height: 126px;
  padding: 20px 28px;
  transition: all .3s;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-recruit .c-recruitJobLinks .jobLink {
    min-height: 104px;
    padding: 18px 20px;
  }
}

.p-recruit .c-recruitJobLinks .iconWrap {
  border-radius: 50%;
  flex: 0 0 100px;
  width: 100px;
  height: 100px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-recruit .c-recruitJobLinks .iconWrap {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
}

.p-recruit .c-recruitJobLinks .iconWrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.p-recruit .c-recruitJobLinks .text {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
}

@media screen and (width <= 768px) {
  .p-recruit .c-recruitJobLinks .text {
    font-size: 18px;
  }
}

.p-recruit_sub .l-header {
  border-color: #d0d4d6;
}

.p-recruit_sub .l-header.isOn {
  border-color: #ffffff24;
}

.p-recruit_sub .l-header.isOn .list-header > li a {
  color: #fff;
}

.p-recruit_sub .l-header.isOn .list-header > li a:before {
  background-color: currentColor;
}

.p-recruit_sub .l-header.isOn .list-header > li .headerSubMenu > li a {
  color: #000;
}

.p-recruit_sub .l-header.isOn .list-header > li .headerSubMenu > li a:hover {
  color: #fff;
}

.p-recruit_sub .l-header.isOn .list-header > li.-logo a .svg path {
  fill: #fff;
}

@media screen and (width <= 768px) {
  .p-recruit_sub .l-header.isOn .list-header > li.-logo a .svg path {
    fill: #fff !important;
  }

  .p-recruit_sub .l-header.isOn .list-header > li.-menu, .p-recruit_sub .l-header.isOn .list-header > li.-menu .menuTrigger {
    border-color: #0000;
  }
}

.p-recruit_sub .l-header.isOn .list-header > li.-menu .menuTrigger span {
  background-color: #396d82 !important;
}

.p-recruit_sub .l-header.isOn .list-header > li.-language .languageTrigger:before, .p-recruit_sub .l-header.isOn .list-header > li.-spLanguage .spLanguageTrigger {
  background-image: url("/assets/img/icon-language.svg");
}

.p-recruit_sub .l-header .list-header > li a {
  color: #000;
}

.p-recruit_sub .l-header .list-header > li a:before {
  background-color: #d0d4d6;
}

.p-recruit_sub .l-header .list-header > li.-contact a {
  color: #fff;
}

.p-recruit_sub .l-header .list-header > li.-logo a .svg path {
  fill: #000;
}

@media screen and (width <= 768px) {
  .p-recruit_sub .l-header .list-header > li.-logo a .svg path {
    fill: #000 !important;
  }

  .p-recruit_sub .l-header .list-header > li.-menu {
    border: 1px solid #ccc;
    border-radius: 4px;
  }
}

.p-recruit_sub .l-header .list-header > li.-menu .menuTrigger span {
  background-color: #000;
}

.p-recruit_sub .l-header .list-header > li.-language .languageTrigger:before, .p-recruit_sub .l-header .list-header > li.-spLanguage .spLanguageTrigger {
  background-image: url("/assets/img/icon-language-black.svg");
}

.p-recruit_sub .l-header .list-header > li.-spLanguage .spLanguageSubMenu a {
  color: #000;
}

@media screen and (width <= 768px) {
  .p-recruit_sub .l-header.isMenuOpen .list-header > li.-logo a img path, .p-recruit_sub .l-header.isMenuOpen .list-header > li.-logo a svg path {
    fill: #fff !important;
  }
}

.p-recruit_requirements .p-caution {
  font-size: 14px;
}

.p-recruit_requirements .c-section-head {
  padding-top: 176px;
  padding-bottom: 30px;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .c-section-head {
    padding-top: 72px;
    padding-bottom: 18px;
  }
}

.p-recruit_requirements .c-section-head .heroWrap {
  position: relative;
}

.p-recruit_requirements .c-section-head .heroLabel {
  z-index: 1;
  background-color: #ffffffeb;
  align-items: center;
  min-height: 64px;
  padding: 0 22px;
  font-size: 22px;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .c-section-head .heroLabel {
    min-height: 46px;
    padding: 0 16px;
    font-size: 18px;
    top: 14px;
    left: 14px;
  }
}

.p-recruit_requirements .c-section-head .heroImage {
  border-radius: 18px;
  overflow: hidden;
}

.p-recruit_requirements .c-section-head .heroImage img {
  aspect-ratio: 1120 / 430;
  object-fit: cover;
  width: 100%;
  display: block;
}

.p-recruit_requirements .section-content01 {
  padding-top: 20px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 {
    padding-top: 12px;
    padding-bottom: 90px;
  }
}

.p-recruit_requirements .section-content01 .inner, .p-recruit_requirements .section-content01 .pageHead, .p-recruit_requirements .section-content01 .requirementsSheet, .p-recruit_requirements .section-content01 .contactBox {
  z-index: 1;
  position: relative;
}

.p-recruit_requirements .section-content01 .head {
  margin-bottom: 18px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .head {
    margin-bottom: 14px;
    font-size: 40px;
  }
}

.p-recruit_requirements .section-content01 .lead {
  color: #5d5d5d;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.9;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .lead {
    font-size: 14px;
    line-height: 1.85;
  }
}

.p-recruit_requirements .section-content01 .requirementsSheet {
  border-top: 2px solid #000;
  margin-top: 40px;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .requirementsSheet {
    margin-top: 40px;
  }
}

.p-recruit_requirements .section-content01 .requirementsList {
  display: block;
}

.p-recruit_requirements .section-content01 .requirementRow {
  border-bottom: 1px solid #dadada;
  grid-template-columns: 180px 1fr;
  gap: 34px;
  padding: 34px 0;
  display: grid;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .requirementRow {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 24px 0;
  }
}

.p-recruit_requirements .section-content01 dt {
  font-size: 21px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 dt {
    font-size: 18px;
  }
}

.p-recruit_requirements .section-content01 dd {
  min-width: 0;
  font-size: 17px;
  line-height: 1.95;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 dd {
    font-size: 15px;
    line-height: 1.9;
  }
}

.p-recruit_requirements .section-content01 dd p + p {
  margin-top: 4px;
}

.p-recruit_requirements .section-content01 dd a {
  text-underline-offset: .12em;
  text-decoration: underline;
}

.p-recruit_requirements .section-content01 .salaryWrap {
  gap: 8px;
  margin-bottom: 16px;
  display: grid;
}

.p-recruit_requirements .section-content01 .salaryWrap p {
  flex-wrap: wrap;
  align-items: baseline;
  gap: 0 16px;
  margin-bottom: 0;
  display: flex;
}

.p-recruit_requirements .section-content01 .salaryWrap .label {
  letter-spacing: .08em;
  min-width: 120px;
  display: inline-block;
}

.p-recruit_requirements .section-content01 .salaryWrap .value {
  letter-spacing: .02em;
  display: inline-block;
}

.p-recruit_requirements .section-content01 .salaryWrap .subNote {
  color: #666;
  font-size: 14px;
  line-height: 1.7;
}

.p-recruit_requirements .section-content01 .c-indent + .c-indent {
  margin-top: 10px;
}

.p-recruit_requirements .section-content01 .c-indent + .noteList {
  margin-top: 3px;
}

.p-recruit_requirements .section-content01 .noteList {
  display: block;
}

.p-recruit_requirements .section-content01 .noteList + .c-indent {
  margin-top: 10px;
}

.p-recruit_requirements .section-content01 .noteList > li {
  padding-left: 1.2em;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
}

.p-recruit_requirements .section-content01 .noteList > li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

.p-recruit_requirements .section-content01 .noteList > li + li {
  margin-top: 3px;
}

.p-recruit_requirements .section-content01 .timeText {
  letter-spacing: .02em;
}

.p-recruit_requirements .section-content01 .flowList {
  align-items: center;
  gap: 26px;
  display: flex;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .flowList {
    gap: 18px;
  }
}

.p-recruit_requirements .section-content01 .flowList > li {
  position: relative;
}

.p-recruit_requirements .section-content01 .flowList > li + li:before {
  content: "›";
  color: #a6a6a6;
  font-size: 28px;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-52%);
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .flowList > li + li:before {
    font-size: 22px;
    left: -14px;
  }
}

.p-recruit_requirements .section-content01 .contactBox {
  background-color: #f8f8f8;
  border-radius: 18px;
  margin-top: 56px;
  padding: 36px 40px 38px;
  position: relative;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .contactBox {
    margin-top: 40px;
    padding: 24px 20px 26px;
  }
}

.p-recruit_requirements .section-content01 .contactBox .p-element02 {
  width: 320px;
  position: absolute;
  bottom: 80px;
  right: 40px;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .contactBox .p-element02 {
    width: 100%;
    margin-top: 22px;
    position: relative;
    bottom: auto;
    right: auto;
  }
}

.p-recruit_requirements .section-content01 .contactTitle {
  margin-bottom: 18px;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .p-recruit_requirements .section-content01 .contactTitle {
    margin-bottom: 14px;
    font-size: 24px;
  }
}

.p-recruit_requirements .section-content01 .contactText p {
  margin-bottom: 0;
}

.p-recruit_requirements .section-content01 .contactText p + p {
  margin-top: 3px;
}

.p-recruit_requirements .section-content01 .contactLead {
  color: #5d5d5d;
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.8;
}

.p-recruit_interview .c-section-head {
  padding-top: 210px;
  padding-bottom: 120px;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .c-section-head {
    padding-top: 72px;
    padding-bottom: 56px;
  }
}

.p-recruit_interview .c-section-head .titleWrap {
  align-items: center;
  gap: 18px;
  margin-bottom: 22px;
  display: flex;
}

.p-recruit_interview .c-section-head .iconWrap {
  border-radius: 50%;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.p-recruit_interview .c-section-head .iconWrap img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.p-recruit_interview .c-section-head .textWrap {
  flex: 1;
}

.p-recruit_interview .c-section-head .head {
  margin-bottom: 0;
  font-size: 46px;
  font-weight: 500;
  line-height: 1.25;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .c-section-head .head {
    margin-bottom: 0;
    font-size: 30px;
  }
}

.p-recruit_interview .c-section-head .list-interviewNav {
  background-color: #ebebeb;
  border-radius: 18px;
  gap: 20px;
  margin-top: 60px;
  padding: 40px;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .c-section-head .list-interviewNav {
    margin-top: 30px;
    padding: 18px;
    display: block;
  }
}

.p-recruit_interview .c-section-head .list-interviewNav > li {
  flex: 1 1 0;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .c-section-head .list-interviewNav > li + li {
    margin-top: 12px;
  }
}

.p-recruit_interview .c-section-head .list-interviewNav > li .interviewNavText {
  left: inherit;
  left: 220px;
}

.p-recruit_interview .c-section-head .interviewNav {
  color: #000;
  border-radius: 12px;
  display: block;
  position: relative;
  overflow: hidden;
}

.p-recruit_interview .c-section-head .interviewNav:hover {
  opacity: 1;
}

.p-recruit_interview .c-section-head .interviewNavText {
  z-index: 1;
  flex-direction: column;
  gap: 2px;
  display: flex;
  position: absolute;
  bottom: 50px;
  left: 24px;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .c-section-head .interviewNavText {
    gap: 6px;
    bottom: 18px;
    left: 18px;
  }
}

.p-recruit_interview .c-section-head .interviewNavText.-light {
  color: #fff;
}

.p-recruit_interview .c-section-head .interviewNavLabel {
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  display: block;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .c-section-head .interviewNavLabel {
    font-size: 12px;
  }
}

.p-recruit_interview .c-section-head .interviewNavName {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.35;
  display: block;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .c-section-head .interviewNavName {
    font-size: 16px;
  }
}

.p-recruit_interview .c-section-head .picWrap {
  display: block;
}

.p-recruit_interview .c-section-head .picWrap img {
  object-fit: cover;
  width: 100%;
  height: 150px;
  display: block;
}

.p-recruit_interview .c-section + .c-section {
  padding-top: 0;
}

.p-recruit_interview .c-section.c-recruitJobLinks {
  padding-top: 130px;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .c-section.c-recruitJobLinks {
    padding-top: 30px;
  }
}

.p-recruit_interview .section-content01, .p-recruit_interview .section-content02, .p-recruit_interview .section-content03 {
  position: relative;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .section-content01, .p-recruit_interview .section-content02, .p-recruit_interview .section-content03 {
    padding-bottom: 90px;
  }
}

.p-recruit_interview .section-content01 .inner, .p-recruit_interview .section-content02 .inner, .p-recruit_interview .section-content03 .inner, .p-recruit_interview .section-content01 .mainPicWrap, .p-recruit_interview .section-content01 .profileWrap, .p-recruit_interview .section-content01 .introWrap, .p-recruit_interview .section-content01 .block-text, .p-recruit_interview .section-content01 .subPicWrap, .p-recruit_interview .section-content02 .mainPicWrap, .p-recruit_interview .section-content02 .profileWrap, .p-recruit_interview .section-content02 .introWrap, .p-recruit_interview .section-content02 .block-text, .p-recruit_interview .section-content02 .subPicWrap, .p-recruit_interview .section-content03 .mainPicWrap, .p-recruit_interview .section-content03 .profileWrap, .p-recruit_interview .section-content03 .introWrap, .p-recruit_interview .section-content03 .block-text, .p-recruit_interview .section-content03 .subPicWrap {
  z-index: 1;
  position: relative;
}

.p-recruit_interview .section-content01 .mainPicWrap, .p-recruit_interview .section-content02 .mainPicWrap, .p-recruit_interview .section-content03 .mainPicWrap {
  border-radius: 18px;
  overflow: hidden;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .section-content01 .mainPicWrap, .p-recruit_interview .section-content02 .mainPicWrap, .p-recruit_interview .section-content03 .mainPicWrap {
    border-radius: 0;
    width: calc(100% + 40px);
    margin-left: -20px;
  }
}

.p-recruit_interview .section-content01 .mainPicWrap img, .p-recruit_interview .section-content02 .mainPicWrap img, .p-recruit_interview .section-content03 .mainPicWrap img {
  aspect-ratio: 1120 / 432;
  object-fit: cover;
  width: 100%;
  display: block;
}

.p-recruit_interview .section-content01 .profileWrap, .p-recruit_interview .section-content02 .profileWrap, .p-recruit_interview .section-content03 .profileWrap {
  margin-top: 60px;
}

.p-recruit_interview .section-content01 .profileInner, .p-recruit_interview .section-content02 .profileInner, .p-recruit_interview .section-content03 .profileInner {
  align-items: center;
  gap: 12px;
  padding: 0;
  display: inline-flex;
}

.p-recruit_interview .section-content01 .label, .p-recruit_interview .section-content02 .label, .p-recruit_interview .section-content03 .label {
  color: #fff;
  background-color: #386aba;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  min-width: 66px;
  height: 34px;
  padding: 0 14px;
  font-weight: 700;
  line-height: 1;
  display: inline-flex;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .section-content01 .label, .p-recruit_interview .section-content02 .label, .p-recruit_interview .section-content03 .label {
    height: 24px;
    font-size: 12px;
  }
}

.p-recruit_interview .section-content01 .name, .p-recruit_interview .section-content02 .name, .p-recruit_interview .section-content03 .name {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .section-content01 .name, .p-recruit_interview .section-content02 .name, .p-recruit_interview .section-content03 .name {
    font-size: 16px;
  }
}

.p-recruit_interview .section-content01 .meta, .p-recruit_interview .section-content02 .meta, .p-recruit_interview .section-content03 .meta {
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.4;
}

.p-recruit_interview .section-content01 .introWrap, .p-recruit_interview .section-content02 .introWrap, .p-recruit_interview .section-content03 .introWrap {
  padding-top: 15px;
}

.p-recruit_interview .section-content01 .catch, .p-recruit_interview .section-content02 .catch, .p-recruit_interview .section-content03 .catch {
  margin-bottom: 62px;
  font-size: 38px;
  font-weight: 500;
  line-height: 1.45;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .section-content01 .catch, .p-recruit_interview .section-content02 .catch, .p-recruit_interview .section-content03 .catch {
    margin-bottom: 40px;
    font-size: 28px;
    line-height: 1.45;
  }
}

.p-recruit_interview .section-content01 .block-text + .subPicWrap, .p-recruit_interview .section-content02 .block-text + .subPicWrap, .p-recruit_interview .section-content03 .block-text + .subPicWrap {
  margin-top: 52px;
}

.p-recruit_interview .section-content01 .subPicWrap, .p-recruit_interview .section-content02 .subPicWrap, .p-recruit_interview .section-content03 .subPicWrap {
  border-radius: 18px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.p-recruit_interview .section-content01 .subPicWrap img, .p-recruit_interview .section-content02 .subPicWrap img, .p-recruit_interview .section-content03 .subPicWrap img {
  width: 100%;
  max-width: 720px;
  height: auto;
  margin: 0 auto;
  display: block;
}

.p-recruit_interview .section-content01 .subPicWrap + .block-text, .p-recruit_interview .section-content02 .subPicWrap + .block-text, .p-recruit_interview .section-content03 .subPicWrap + .block-text {
  margin-top: 60px;
}

.p-recruit_interview .section-content01 .title, .p-recruit_interview .section-content02 .title, .p-recruit_interview .section-content03 .title {
  margin-bottom: 22px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (width <= 768px) {
  .p-recruit_interview .section-content01 .title, .p-recruit_interview .section-content02 .title, .p-recruit_interview .section-content03 .title {
    font-size: 20px;
  }
}

@media screen and (width >= 769px) {
  .p-recruit_interview .section-content02 {
    z-index: 1;
    overflow: visible;
  }

  .p-recruit_interview .section-content03 {
    z-index: 0;
  }

  .p-recruit_interview .section-content01 > .inner {
    z-index: 3;
  }
}

.p-news_sub .section-content01 {
  padding: 180px 0 220px;
}

@media screen and (width <= 768px) {
  .p-news_sub .section-content01 {
    padding: 110px 0;
  }
}

@media screen and (width <= 480px) {
  .p-news_sub .section-content01 {
    padding: 92px 0 80px;
  }
}

.p-news_sub .newsDetail {
  width: 100%;
}

.p-news_sub .newsDetailHead .title {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.6;
}

@media screen and (width <= 768px) {
  .p-news_sub .newsDetailHead .title {
    font-size: 22px;
  }
}

.p-news_sub .newsDetailHead .date {
  color: #a6a6a6;
  margin-top: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  display: block;
}

@media screen and (width <= 768px) {
  .p-news_sub .newsDetailHead .date {
    font-size: 16px;
  }
}

.p-news_sub .picWrap {
  background-color: #d0d4d6;
  width: 100%;
  margin: 70px 0;
}

@media screen and (width <= 768px) {
  .p-news_sub .picWrap {
    height: auto;
    margin: 44px 0;
  }
}

.p-news_sub .newsDetailBody {
  margin-top: 56px;
}

@media screen and (width <= 768px) {
  .p-news_sub .newsDetailBody {
    margin-top: 40px;
  }
}

.p-news_sub .newsDetailBody p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2.15;
}

@media screen and (width <= 768px) {
  .p-news_sub .newsDetailBody p {
    font-size: 14px;
    line-height: 2;
  }
}

.p-news_sub .newsDetailBody p + p {
  margin-top: 28px;
}

@media screen and (width <= 768px) {
  .p-news_sub .newsDetailBody p + p {
    margin-top: 22px;
  }
}

.p-news_sub .newsDetailBody h2 {
  border-bottom: 1px solid #ffffff47;
  margin-top: 28px;
  padding-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (width <= 768px) {
  .p-news_sub .newsDetailBody h2 {
    margin-top: 32px;
    font-size: 20px;
  }
}

.p-news_sub .newsDetailBody h2 + p {
  margin-top: 16px;
}

@media screen and (width <= 768px) {
  .p-news_sub .newsDetailBody h2 + p {
    margin-top: 18px;
  }
}

.p-news_sub .newsDetailBody a {
  color: #396d82;
  text-underline-offset: 4px;
  text-decoration: underline;
}

.p-news_sub .newsDetailBody a:hover {
  color: #396d82;
}

.p-partners {
  color: #000;
  background-color: #fff;
}

.p-partners:before {
  content: "";
  pointer-events: none;
  z-index: 0;
  background: url("/assets/img/recruit/bg01.png") top repeat-y;
  position: absolute;
  inset: 430px 0 0;
}

@media screen and (width <= 768px) {
  .p-partners:before {
    background-size: 1600px;
  }
}

.p-partners > * {
  z-index: 1;
  position: relative;
}

.p-partners .c-section-head {
  padding-top: 20px;
  padding-bottom: 120px;
}

@media screen and (width <= 768px) {
  .p-partners .c-section-head {
    padding-top: 72px;
    padding-bottom: 18px;
  }
}

.p-partners .c-section-head .inner {
  height: inherit;
}

.p-partners .p-element01 {
  text-align: center;
  margin: 40px auto auto;
}

@media screen and (width <= 768px) {
  .p-partners .p-element01 {
    margin-top: 24px;
  }
}

.pagetop {
  z-index: 100;
  cursor: pointer;
  display: none;
  position: absolute;
  bottom: 20px;
  right: 30px;
}

@media screen and (width <= 768px) {
  .pagetop {
    bottom: 30px;
    right: 12px;
  }
}

.pagetop.fixedF {
  position: fixed;
}

.pagetop a {
  color: #000;
  text-align: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: block;
  position: relative;
}

.pagetop a:before {
  content: "";
  background: url("/assets/img/icon-pagetop.png") 0 0 / cover no-repeat;
  width: 40px;
  height: 40px;
  margin: auto;
  display: block;
  position: absolute;
}

.l-footer {
  background-color: #111;
  padding: 80px 0 76px;
  position: relative;
}

@media screen and (width <= 768px) {
  .l-footer {
    padding: 80px 0 45px;
  }
}

.l-footer .inner {
  position: relative;
}

@media screen and (width <= 768px) {
  .l-footer .inner {
    width: calc(100% - 40px);
  }
}

.l-footer .list-footerWrap {
  grid-template-columns: 100px 1fr;
  gap: 320px;
  min-height: 270px;
  display: grid;
}

@media screen and (width <= 768px) {
  .l-footer .list-footerWrap {
    min-height: 0;
    display: block;
  }
}

.l-footer .footerLogoArea img, .l-footer .footerLogoArea svg {
  width: 100px;
  max-width: inherit;
}

@media screen and (width <= 768px) {
  .l-footer .footerLogoArea img, .l-footer .footerLogoArea svg {
    width: 80px;
  }
}

.l-footer .footerLogoArea a.-logo {
  display: block;
}

.l-footer .footerLogoArea a.-logo:hover {
  opacity: 1;
}

.l-footer .footerNavArea {
  grid-template-columns: 180px 180px 180px;
  gap: 0 80px;
  display: grid;
}

@media screen and (width <= 768px) {
  .l-footer .footerNavArea {
    margin-top: 43px;
    display: block;
  }

  .l-footer .list-footer_nav + .list-footer_nav {
    margin-top: 43px;
  }
}

.l-footer .list-footer_nav > li {
  font-size: 0;
}

.l-footer .list-footer_nav > li + li {
  margin-top: 11px;
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav > li + li {
    margin-top: 11px;
  }
}

.l-footer .list-footer_nav > li a {
  opacity: .75;
  color: #fff;
  justify-content: space-between;
  align-items: center;
  padding-right: 30px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  display: flex;
  position: relative;
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav > li a {
    padding-right: 26px;
    font-size: 15px;
  }
}

.l-footer .list-footer_nav > li a:after {
  content: "";
  background: url("/assets/img/icon-arrow.svg") center / contain no-repeat;
  width: 12px;
  height: 11px;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 4px;
  transform: translateY(-50%);
}

.l-footer .list-footer_nav > li a:hover {
  opacity: 1;
}

.l-footer .list-footer_nav > li a:hover:after {
  right: -4px;
}

.l-footer .list-footer_nav > li.-head {
  margin-bottom: 22px;
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav > li.-head {
    margin-bottom: 19px;
  }
}

.l-footer .list-footer_nav > li.-head a {
  opacity: 1;
  min-height: 20px;
  padding-right: 40px;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav > li.-head a {
    min-height: 21px;
    padding-right: 38px;
    font-size: 21px;
  }
}

.l-footer .list-footer_nav > li.-head a:before {
  content: "";
  background-color: #fff;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav > li.-head a:before {
    width: 21px;
    height: 21px;
  }
}

.l-footer .list-footer_nav > li.-head a:after {
  background-image: url("/assets/img/icon-arrow2-blue.svg");
  width: 8px;
  height: 7px;
  right: 6px;
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav > li.-head a:after {
    right: 6px;
  }
}

.l-footer .list-footer_nav > li.-head a:hover:before {
  right: -4px;
}

.l-footer .list-footer_nav > li.-head a:hover:after {
  right: 2px;
}

.l-footer .list-footer_nav > li.-head + .-head {
  margin-top: 21px;
  margin-bottom: 0;
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav > li.-head + .-head {
    margin-top: 20px;
  }

  .l-footer .list-footer_nav.-business {
    margin-top: 43px;
  }
}

.l-footer .list-footer_nav.-business > li.-head + li:not(.-head), .l-footer .list-footer_nav.-business > li:not(.-head) + .-head {
  margin-top: 22px;
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav.-business > li.-head + li:not(.-head), .l-footer .list-footer_nav.-business > li:not(.-head) + .-head {
    margin-top: 19px;
  }
}

.l-footer .list-footer_nav.-business > li.-head {
  margin-bottom: 0;
}

.l-footer .list-footer_nav.-business > li.-head + .-head {
  margin-top: 21px;
}

@media screen and (width <= 768px) {
  .l-footer .list-footer_nav.-business > li.-head + .-head, .l-footer .list-footer_nav.-other + .-other {
    margin-top: 20px;
  }
}

.l-footer .copyright {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (width <= 768px) {
  .l-footer .copyright {
    margin-top: 53px;
    position: static;
  }
}

.l-footer .copyright small {
  color: #fff;
  opacity: .55;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.5;
}

@media screen and (width <= 768px) {
  .l-footer .copyright small {
    line-height: 1.7;
  }
}

.spFixedContact {
  display: none;
}

@media screen and (width <= 768px) {
  .spFixedContact {
    z-index: 900;
    align-items: flex-start;
    transition: opacity .3s, visibility .3s, transform .3s;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
  }

  .spFixedContact.is-hidden {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(12px);
  }
}

.spFixedContact .spFixedContact_close {
  appearance: none;
  cursor: pointer;
  background: url("/assets/img/icon-close-sp.png") center / 20px 20px no-repeat;
  border: 0;
  width: 40px;
  height: 40px;
  margin-top: -10px;
  margin-right: 0;
  padding: 0;
}

.spFixedContact .spFixedContact_link {
  color: #fff;
  background-color: #396d82;
  border-top-left-radius: 5px;
  justify-content: center;
  align-items: center;
  gap: 11px;
  width: 155px;
  height: 60px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.spFixedContact .spFixedContact_link:hover {
  opacity: 1;
  background-color: #396d82;
}

.spFixedContact .spFixedContact_link:before {
  content: "";
  background: url("/assets/img/icon-mail.svg") center / contain no-repeat;
  flex: none;
  width: 17px;
  height: 14px;
  display: block;
}
/*# sourceMappingURL=style.css.map */
