@charset "UTF-8";
.u-text-center {
  text-align: center;
}

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

.u-text-right {
  text-align: right;
}

.u-flex {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.u-font-en {
  font-family: "Oswald", sans-serif;
}

.u-duration-100 {
  transition-duration: 0.1s !important;
}

.u-animation-delay-100 {
  animation-delay: 0.1s !important;
}

.u-duration-200 {
  transition-duration: 0.2s !important;
}

.u-animation-delay-200 {
  animation-delay: 0.2s !important;
}

.u-duration-300 {
  transition-duration: 0.3s !important;
}

.u-animation-delay-300 {
  animation-delay: 0.3s !important;
}

.u-duration-400 {
  transition-duration: 0.4s !important;
}

.u-animation-delay-400 {
  animation-delay: 0.4s !important;
}

.u-duration-500 {
  transition-duration: 0.5s !important;
}

.u-animation-delay-500 {
  animation-delay: 0.5s !important;
}

.u-duration-600 {
  transition-duration: 0.6s !important;
}

.u-animation-delay-600 {
  animation-delay: 0.6s !important;
}

.u-duration-700 {
  transition-duration: 0.7s !important;
}

.u-animation-delay-700 {
  animation-delay: 0.7s !important;
}

.u-duration-800 {
  transition-duration: 0.8s !important;
}

.u-animation-delay-800 {
  animation-delay: 0.8s !important;
}

.u-duration-900 {
  transition-duration: 0.9s !important;
}

.u-animation-delay-900 {
  animation-delay: 0.9s !important;
}

.u-duration-1000 {
  transition-duration: 1s !important;
}

.u-animation-delay-1000 {
  animation-delay: 1s !important;
}

/*!
 * ress.css • v2.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: break-word;
  -moz-tab-size: 4;
  tab-size: 4;
  font-size: 62.5%;
}

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

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

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

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

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

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

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

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  text-decoration: none; /* Remove the gray background on active links in IE 10 */
}

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

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

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

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

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

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

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    /*filter: blur(10px);*/
    -webkit-transform: translateY(16px);
    transform: translateY(16px);
  }
  100% {
    opacity: 1;
    /*filter: blur(0);*/
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeSide01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeSide01 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(16px);
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSide02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeSide02 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInStatic {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@keyframes logoIn {
  0% {
    opacity: 0;
    transform: translateY(-52%);
  }
  100% {
    opacity: 1;
    transform: translateY(-50%);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(1.6, 1.6);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: translate3d(0, 0, 0) scale(0.9, 0.9);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1, 1);
  }
}
@-webkit-keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}
@keyframes main01 {
  0% {
    opacity: 0;
    transform: translate(50px, 0) rotate(0);
  }
  70% {
    opacity: 1;
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(37px, 37px) rotate(0);
  }
}
@-webkit-keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}
@keyframes main01-sp {
  0% {
    opacity: 0;
    transform: translate(18px, 0) rotate(0);
  }
  70% {
    opacity: 1;
    transform: translate(0, 0) rotate(0);
  }
  79% {
    opacity: 0;
  }
  80% {
    opacity: 0;
    transform: translate(0) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(18px, 18px) rotate(0);
  }
}
@-webkit-keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
@keyframes main02 {
  0% {
    opacity: 0;
    transform: translate(0, -20px) rotate(0);
  }
  100% {
    opacity: 1;
    transform: translate(0) rotate(0);
  }
}
.js-zoomOut {
  animation: zoomIn 0.27s ease-out;
  animation-fill-mode: both;
}

.js-fade_parent.js-panel,
.js-fade_child.js-panel {
  opacity: 1;
}
.js-fade_parent.js-panel li,
.js-fade_child.js-panel li {
  position: relative;
  opacity: 0;
}

.js-panel.is-active li:nth-child(1) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.2s;
}

.js-panel.is-active li:nth-child(2) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.4s;
}

.js-panel.is-active li:nth-child(3) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.6s;
}

.js-panel.is-active li:nth-child(4) {
  opacity: 1;
  transition: all 0.8s ease-in-out 0.8s;
}

.js-panel.is-active li:nth-child(5) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1s;
}

.js-panel.is-active li:nth-child(6) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.2s;
}

.js-panel.is-active li:nth-child(7) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.4s;
}

.js-panel.is-active li:nth-child(8) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.6s;
}

.js-panel.is-active li:nth-child(9) {
  opacity: 1;
  transition: all 0.8s ease-in-out 1.8s;
}

.js-panel.is-active li:nth-child(10) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2s;
}

.js-panel.is-active li:nth-child(11) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.2s;
}

.js-panel.is-active li:nth-child(12) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.4s;
}

.js-panel.is-active li:nth-child(13) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.6s;
}

.js-panel.is-active li:nth-child(14) {
  opacity: 1;
  transition: all 0.8s ease-in-out 2.8s;
}

.js-panel.is-active li:nth-child(15) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3s;
}

.js-panel.is-active li:nth-child(16) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.2s;
}

.js-panel.is-active li:nth-child(17) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.4s;
}

.js-panel.is-active li:nth-child(18) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.6s;
}

.js-panel.is-active li:nth-child(19) {
  opacity: 1;
  transition: all 0.8s ease-in-out 3.8s;
}

.js-panel.is-active li:nth-child(20) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4s;
}

.js-panel.is-active li:nth-child(21) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.2s;
}

.js-panel.is-active li:nth-child(22) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.4s;
}

.js-panel.is-active li:nth-child(23) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.6s;
}

.js-panel.is-active li:nth-child(24) {
  opacity: 1;
  transition: all 0.8s ease-in-out 4.8s;
}

.js-panel.is-active li:nth-child(25) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5s;
}

.js-panel.is-active li:nth-child(26) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.2s;
}

.js-panel.is-active li:nth-child(27) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.4s;
}

.js-panel.is-active li:nth-child(28) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.6s;
}

.js-panel.is-active li:nth-child(29) {
  opacity: 1;
  transition: all 0.8s ease-in-out 5.8s;
}

.js-panel.is-active li:nth-child(30) {
  opacity: 1;
  transition: all 0.8s ease-in-out 6s;
}

.js-fade_parent,
.js-fade_parent-section,
.js-fade_child,
.js-fade_second,
.js-fade_parent-side,
.js-fade_child-side,
.js-fade_second-side,
.js-fade_parent.js-slide-left,
.js-fade_parent.js-slide-right {
  opacity: 0;
}

.js-fade_parent.is-active,
.js-fade_parent-section.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_child.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_second.is-active {
  -webkit-animation: fadeIn 0.6s ease-out 0.1s;
  animation: fadeIn 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_parent-side.is-active {
  -webkit-animation: fadeSide01 0.6s ease-out 0.1s;
  animation: fadeSide01 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_child-side.is-active {
  -webkit-animation: fadeSide02 0.6s ease-out 0.1s;
  animation: fadeSide02 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_second-side.is-active {
  -webkit-animation: fadeSide01 0.6s ease-out 0.1s;
  animation: fadeSide01 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeSide01-slide-left {
  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSide01-slide-left {
  0% {
    opacity: 0;
    transform: translateX(16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@-webkit-keyframes fadeSide01-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeSide01-slide-right {
  0% {
    opacity: 0;
    transform: translateX(-16px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.js-fade_parent.js-slide-left.is-active {
  -webkit-animation: fadeSide01-slide-left 0.6s ease-out 0.1s;
  animation: fadeSide01-slide-left 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.js-fade_parent.js-slide-right.is-active {
  -webkit-animation: fadeSide01-slide-right 0.6s ease-out 0.1s;
  animation: fadeSide01-slide-right 0.6s ease-out 0.1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@keyframes shine {
  0% {
    transform: scale(2) rotate(45deg);
    opacity: 0;
  }
  20% {
    transform: scale(20) rotate(45deg);
    opacity: 0.6;
  }
  40% {
    transform: scale(30) rotate(45deg);
    opacity: 0.4;
  }
  80% {
    transform: scale(45) rotate(45deg);
    opacity: 0.2;
  }
  100% {
    transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
@keyframes scrolldown {
  0% {
    height: 0px;
  }
  30% {
    height: 100px;
  }
  75% {
    height: 100px;
    top: auto;
    bottom: calc(0% - 130px);
  }
  100% {
    height: 0px;
    top: auto;
    bottom: calc(0% - 130px);
  }
}
@keyframes show {
  from {
    opacity: 0;
    transform: translateX(-160px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showCard {
  from {
    opacity: 0;
    transform: translateY(40px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showContents {
  from {
    opacity: 0;
    transform: translateY(80px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes scrollIcon {
  0%, 100% {
    opacity: 1;
    transform: translateY(12px);
  }
  50% {
    opacity: 0;
    transform: translateY(0);
  }
}
@keyframes barScale {
  0%, 100% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 0);
  }
}
.a-breadcrumb {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb:after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(90deg, rgba(249, 250, 255, 0) 0%, #F9FAFF 100%);
    margin: auto;
    content: "";
    display: block;
    width: 80px;
    height: 100%;
    z-index: 1;
  }
}
@media print, screen and (min-width: 1080px) {
  .a-breadcrumb {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb {
    width: 100%;
  }
}
.a-breadcrumb__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .a-breadcrumb__item {
    white-space: nowrap;
  }
}
.a-breadcrumb li {
  position: relative;
  color: #40494E;
  margin-left: 16px;
}
.a-breadcrumb li:first-child {
  margin-left: 0;
}
.a-breadcrumb li:before {
  content: "/";
  position: relative;
  top: 0;
  left: -8px;
  color: #808080;
}
.a-breadcrumb li a {
  transition: all 0.3s ease-out;
  color: #95A2AA;
}
.a-breadcrumb li a:hover {
  color: #004098;
}
.a-breadcrumb li:first-child:before {
  content: "";
}

.a-button {
  position: relative;
  margin-top: 8px;
  font-size: 11px;
  color: #adadad;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  text-align: right;
}
.a-button:hover:before {
  width: 80px !important;
  height: 80px !important;
}
.a-button:hover:after {
  width: 80px !important;
  height: 80px !important;
}
.a-button:before, .a-button:after {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 10px;
  transition: all 0.3s ease-out;
}
.a-button:before {
  display: block;
  background-color: #EBEBEB;
  border-radius: 50px;
  border: 1px solid #000000;
}
.a-button:after {
  content: "＋";
  font-size: 14px;
  color: #000000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.a-button span {
  font-size: 11px;
  position: relative;
  z-index: 1;
  color: #000;
  position: relative;
  padding-right: 50px;
  padding-left: 12px;
  padding-bottom: 4px;
}
.a-button span:after {
  position: absolute;
  content: "";
  width: 84px;
  height: 1px;
  background: #000;
  display: block;
  bottom: 0;
  left: 0;
}

.a-font-anton {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.a-font-noto {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.a-headline {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media print, screen and (max-width: 1079px) {
  .a-headline {
    gap: 12px;
  }
}
.a-headline .headline {
  font-size: 46px;
}
@media print, screen and (max-width: 1079px) {
  .a-headline .headline {
    font-size: 6.6157760814vw;
  }
}
.a-headline .label {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  top: 4px;
}
@media print, screen and (max-width: 1079px) {
  .a-headline .label {
    font-size: 4.0712468193vw;
  }
}

.a-loading {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.a-loading:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #3db5b7;
  transform: translate(0%, 0);
  opacity: 0;
  transition: all 0.7s ease;
  z-index: 0;
}
.a-loading .a-loader,
.a-loading .a-loader:after {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  z-index: 2;
}
.a-loading .a-loader {
  transition: all 0.5s ease;
  position: relative;
  text-indent: -9999em;
  border-top: 4px solid rgba(0, 174, 181, 0.2);
  border-right: 4px solid rgba(0, 174, 181, 0.2);
  border-bottom: 4px solid rgba(0, 174, 181, 0.2);
  border-left: 4px solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@media print, screen and (max-width: 1079px) {
  .a-loading .a-loader {
    top: -30px;
    margin-left: 20px;
  }
}
.a-loading.is-active:before, .a-loading.is-active:after {
  opacity: 1;
  transform: translate(0, 0);
}
.a-loading.is-close .a-loader {
  opacity: 0;
}
.a-loading.is-close:after {
  opacity: 0;
  transform: translate(0, 0);
}

@-webkit-keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.is-loading {
  overflow: hidden;
}
body.is-loading .pagetop {
  opacity: 0;
  pointer-events: none;
}

.loader {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 9999;
  background-color: #fff;
}

.loader-screen {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transform: scaleX(0);
  transform-origin: top left;
  pointer-events: none;
}

.c1 {
  background-color: #FFFBFC;
}

.c2 {
  background-color: #f6f2ee;
}

.c3 {
  background-color: #1c2a48;
}

.c4 {
  background-color: #c11529;
}

.p-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.p-loading__inner {
  width: 60vw;
  max-width: 340px;
  margin: 0 auto;
}
@media print, screen and (max-width: 1079px) {
  .p-loading__inner {
    width: 80vw;
    max-width: none;
  }
}
.p-loading svg {
  display: block;
  width: 100%;
  height: auto;
}

.a-logo {
  display: flex;
  justify-content: space-around;
}
.a-logo .text-m {
  width: 26.8667vw;
}
.a-logo .text-i {
  width: 10.8345vw;
}
.a-logo .text-r {
  width: 23.4992vw;
}
.a-logo .text-e {
  width: 18.7408vw;
}

.a-title {
  font-size: 28px;
  line-height: 1.0714285714;
  text-align: center;
  line-height: 1.6;
}
@media print, screen and (max-width: 1079px) {
  .a-title {
    font-size: 5.0890585242vw;
  }
}

.m-breadcrumb {
  padding-top: 10px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (min-width: 1080px) {
  .m-breadcrumb {
    flex-direction: row-reverse;
    width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb {
    width: 100%;
  }
}
.m-breadcrumb__item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  font-size: 12px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-breadcrumb__item {
    white-space: nowrap;
  }
}
.m-breadcrumb li {
  position: relative;
  color: #fff;
  margin-left: 16px;
}
.m-breadcrumb li:first-child {
  margin-left: 0;
}
.m-breadcrumb li:before {
  content: ">";
  position: relative;
  top: 0;
  left: -8px;
  color: #fff;
}
.m-breadcrumb li a {
  transition: all 0.3s ease-out;
  color: #fff;
}
.m-breadcrumb li a:hover {
  color: #fff;
  opacity: 0.7;
}
.m-breadcrumb li:first-child:before {
  content: "";
}

.m-navigation {
  display: flex;
  justify-content: flex-end;
  flex-wrap: nowrap;
  align-items: center;
  font-size: 14px;
  line-height: 1.1428571429;
}
.m-navigation .item {
  font-weight: bold;
  text-align: center;
  margin-right: 30px;
}
@media print, screen and (max-width: 1079px) {
  .m-navigation .item {
    position: relative;
  }
}
.m-navigation .item .label {
  font-size: 10px;
  line-height: 1;
  margin-top: 8px;
}
.m-navigation .item a,
.m-navigation .item span {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
}
.m-pagenation {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;
  margin-top: 100px;
  padding-top: 40px;
  border-top: 1px solid #707070;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation {
    margin-top: 50px;
    gap: 20px;
  }
}
.m-pagenation > li {
  text-align: center;
  color: #ccc;
}
.m-pagenation > li.is-active a {
  color: #ddd;
  pointer-events: none;
}
.m-pagenation > li:first-child {
  margin-left: 0;
}
.m-pagenation > li a {
  font-size: 16px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation > li a {
    font-size: 3.5623409669vw;
  }
}
.m-pagenation > li a.is-disabled {
  pointer-events: none;
  opacity: 0.6;
}
.m-pagenation > li a.prev:before, .m-pagenation > li a.next:after {
  background-repeat: no-repeat;
  background-size: 72px;
  width: 80px;
  height: 10px;
  content: "";
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation > li a.prev:before, .m-pagenation > li a.next:after {
    background-size: 42px;
    width: 50px;
  }
}
.m-pagenation > li a.prev:before {
  background-image: url(../img/common/arrow-left.png);
  background-position: left center;
}
.m-pagenation > li a.next:after {
  background-image: url(../img/common/arrow-right.png);
  background-position: right center;
}

.m-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 50px;
}
@media print, screen and (max-width: 1079px) {
  .m-card {
    grid-template-columns: repeat(1, 1fr);
    gap: 80px 50px;
  }
}
.m-card.col-2 {
  grid-template-columns: repeat(2, 1fr);
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card.col-4 {
  grid-template-columns: repeat(4, 1fr);
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card.col-5 {
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
}
@media print, screen and (max-width: 1079px) {
  .m-card.col-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.m-card .item {
  max-width: 350px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item {
    width: 100%;
    margin-right: 0;
  }
}
.m-card .item.modal {
  cursor: pointer;
}
.m-card .item:nth-of-type(3n) {
  margin-right: 0;
}
.m-card .item a {
  display: block;
  width: 100%;
}
.m-card .item .thumbnail {
  height: 350px;
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.m-card .item .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 12px;
}
.m-card .item .tag li {
  font-size: 12px;
  line-height: 1;
  border-radius: 40px;
  border: 1px solid #333333;
  padding: 2px 24px;
  margin-right: 12px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item .tag li {
    font-size: 3.0534351145vw;
    margin-bottom: 0;
  }
}
.m-card .item .content .title {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item .content .title {
    font-size: 3.5623409669vw;
  }
}
.m-card .item .content .info {
  padding-top: 8px;
  margin-top: 8px;
  font-size: 11px;
  position: relative;
  color: #adadad;
}
.m-card .item .content .box {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 8px;
}
.m-news .item:nth-of-type(1) a {
  border-top: 1px dashed #acb0b1;
}
.m-news .item a {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dashed #acb0b1;
}
.m-news .item .info {
  font-size: 16px;
  margin-right: 16px;
  margin-left: 20px;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .info {
    margin-left: 0;
  }
}
.m-news .item .info .icon {
  width: 16px;
  margin-right: 8px;
  vertical-align: middle;
}
.m-news .item .tag {
  display: flex;
  flex-wrap: wrap;
  margin-right: 12px;
}
.m-news .item .tag li {
  font-size: 13px;
  padding: 2px 12px;
  background: #dfc268;
  color: #fff;
  border-radius: 4px;
  width: 90px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .tag li {
    font-size: 3.0534351145vw;
  }
}
.m-news .item .content {
  width: 750px;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .content {
    width: 100%;
  }
}
.m-news .item .content h3 {
  font-size: 16px;
  line-height: 1.75;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media print, screen and (max-width: 1079px) {
  .m-news .item .content h3 {
    font-size: 3.5623409669vw;
    margin-top: 4px;
  }
}

.m-list .item {
  border-top: 1px solid #d9d9d9;
}
.m-list .item:nth-of-type(1) {
  border-top: none;
}
.m-list .item a {
  width: 100%;
  display: grid;
  grid-template-columns: 10fr 2fr;
  align-items: center;
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item a {
    padding-top: 24px;
    padding-bottom: 32px;
    grid-template-columns: 1fr;
  }
}
.m-list .item a .info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.m-list .item a .info .date {
  font-size: 16px;
  color: #adadad;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item a .info .date {
    font-size: 14px;
  }
}
.m-list .item a .info .category {
  font-size: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item a .info .category {
    font-size: 14px;
  }
}
.m-list .item a .title {
  font-size: 20px;
  font-weight: normal;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .m-list .item a .title {
    width: 100%;
    margin-top: 4px;
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.m-hero {
  position: relative;
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .m-hero {
    margin-bottom: 15.2671755725vw;
  }
}
.m-hero .inner {
  position: relative;
  max-width: 965px;
}
.m-hero .headline {
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1;
}
.m-hero .title {
  font-size: 46px;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .title {
    font-size: 8.1424936387vw;
  }
}
.m-hero .label {
  font-size: 20px;
  position: relative;
  top: 4px;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .label {
    top: 2px;
  }
}
.m-hero .lead {
  margin-top: 54px;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .lead {
    margin-top: 7.6335877863vw;
  }
}
.m-hero .text {
  margin-top: 90px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .text {
    margin-top: 10.1781170483vw;
    font-size: 3.0534351145vw;
  }
}

.m-hero-about {
  background-image: url(../images/common/bg01.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 120px;
  padding-bottom: 120px;
  width: 100%;
  position: relative;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .m-hero-about {
    background-image: url(../images/common/bg01-sp.webp);
    padding-top: 10.1781170483vw;
    padding-bottom: 25.4452926209vw;
  }
}
.m-hero-about .title {
  font-size: 24px;
}
@media print, screen and (max-width: 1079px) {
  .m-hero-about .title {
    font-size: 4.0712468193vw;
  }
}
.m-hero-about .text {
  margin-top: 90px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-hero-about .text {
    margin-top: 10.1781170483vw;
    font-size: 3.0534351145vw;
  }
}
.m-hero-about .text .key {
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .m-hero-about .text .key {
    font-size: 4.0712468193vw;
  }
}

.m-banner .inner {
  max-width: 965px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.m-banner .headline {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media print, screen and (max-width: 1079px) {
  .m-banner .headline {
    display: block;
    text-align: center;
  }
}
.m-banner .headline h2 {
  font-size: 46px;
}
@media print, screen and (max-width: 1079px) {
  .m-banner .headline h2 {
    font-size: 6.6157760814vw;
    margin-bottom: 8px;
  }
}
.m-banner .headline .text {
  font-size: 20px;
  font-weight: 700;
}
@media print, screen and (max-width: 1079px) {
  .m-banner .headline .text {
    font-size: 4.0712468193vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .m-banner .headline .text .figure {
    display: none;
  }
}
.m-banner .img {
  margin-top: 12px;
}
.m-banner .img img {
  width: 100%;
  height: auto;
}

.o-footer {
  margin-top: 110px;
  padding: 60px 0;
  background-color: #c11529;
}
@media print, screen and (max-width: 1079px) {
  .o-footer {
    margin-top: 80px;
    padding: 40px 0;
  }
}
.o-footer .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  max-width: 840px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .inner {
    align-items: flex-start;
    display: block;
  }
}
.o-footer .inner .content {
  max-width: 600px;
  width: 100%;
}
.o-footer .logo {
  max-width: 539px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .logo {
    width: 69.9745547074vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.o-footer .info,
.o-footer .copy small {
  font-size: 16px;
  color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .info,
  .o-footer .copy small {
    font-size: 3.5623409669vw;
  }
}
.o-footer .info {
  padding-top: 12px;
  border-top: 1px solid #fff;
  margin-top: 70px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .info {
    margin-top: 40px;
  }
}
.o-footer .info a {
  color: #fff;
}
.o-footer .copy {
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .copy {
    margin-top: 60px;
    text-align: center;
  }
}
@media print, screen and (max-width: 1079px) {
  .o-footer .menu {
    margin-top: 40px;
  }
}
.o-footer .menu .navi {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .menu .navi {
    gap: 20px;
  }
}
.o-footer .menu .navi li {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .menu .navi li {
    font-size: 4.0712468193vw;
    margin-left: 0;
  }
}
.o-footer .menu .navi li a {
  width: 100%;
  display: block;
  color: #fff;
}
.o-footer .menu .sns {
  text-align: center;
  margin-top: 70px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .menu .sns {
    margin-top: 40px;
  }
}
.o-footer .menu .sns li a img {
  width: 53px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .menu .sns li a img {
    width: 28px;
  }
}

.o-form .form-item {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 3fr;
  background: #ebebeb;
  border-bottom: 1px solid #000;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item {
    grid-template-columns: 1fr;
  }
}
.o-form .form-item:nth-of-type(1) {
  border-top: 1px solid #000;
}
.o-form .form-item .label {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  padding: 18px 12px;
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item .label {
    padding: 12px 8px;
    font-size: 14px;
  }
}
.o-form .form-item .label .tag {
  font-size: 16px;
  color: #fff;
  background-color: #000;
  padding: 4px 8px;
  margin: 0;
  margin-right: 8px;
  display: inline-block;
  font-weight: normal;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item .label .tag {
    font-size: 14px;
  }
}
.o-form .form-item .label .tag.-any {
  color: #000;
  background-color: inherit;
  border: 1px solid #000;
}
.o-form .form-item .data {
  font-size: 16px;
  background-color: #fff;
  padding: 18px 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item .data {
    padding: 12px 0;
  }
}
.o-form .form-item input[type=text],
.o-form .form-item input[type=email],
.o-form .form-item input[type=tel],
.o-form .form-item textarea,
.o-form .form-item select {
  width: 100%;
  font-size: 16px;
  padding: 8px;
}
.o-form .form-item select {
  appearance: auto;
}
.o-form .form-item input[type=number] {
  padding: 10px;
  border: 1px solid #707070;
  font-size: 16px;
  width: 110px;
}
.o-form .form-item .radio-label {
  cursor: pointer;
  margin-right: 8px;
}
.o-form .form-item input[type=radio] {
  appearance: none;
  width: 2rem;
  height: 2rem;
  border: 1px solid #000;
  border-radius: 50%;
  outline: none;
  cursor: pointer;
  margin-right: 5px;
  position: relative;
  padding: 0;
  top: 4px;
}
.o-form .form-item input[type=radio]:checked {
  border-color: #707070;
}
.o-form .form-item input[type=radio]:checked::before {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: #707070;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.o-form .form-item textarea {
  resize: vertical;
  height: 260px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form-item textarea {
    height: 140px;
  }
}
.o-form .form-item .annotation {
  margin-top: 4px;
  font-size: 14px;
  line-height: 1.8;
}
.o-form .button {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .o-form .button {
    max-width: 80%;
  }
}
.o-form .button:after {
  position: absolute;
  display: block;
  background-image: url(../img/common/arrow-button.png);
  background-position: left center;
  width: 24px;
  background-repeat: no-repeat;
  background-size: 72px;
  width: 80px;
  height: 10px;
  content: "";
  top: 16px;
  right: -40px;
  margin: auto;
}
.o-form .button input[type=submit] {
  position: relative;
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  box-shadow: 6px 6px 10px 0px rgba(0, 0, 0, 0.2);
}
@media print, screen and (max-width: 1079px) {
  .o-form .button input[type=submit] {
    font-size: 3.5623409669vw;
  }
}

.o-header {
  width: 100%;
  transition: all 0.2s ease-out;
  padding-top: 80px;
  padding-bottom: 40px;
  position: sticky;
  top: 0;
  z-index: 100;
}
@media print, screen and (max-width: 1079px) {
  .o-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    position: sticky;
    top: 0;
    z-index: 100;
    height: 50px;
    margin-bottom: 28px;
  }
}
.o-header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.o-header .a-logo {
  line-height: 1;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 1079px) {
  .o-header .a-logo {
    font-size: 24px;
    letter-spacing: 0.1em;
  }
}
.o-header .navi {
  display: flex;
  gap: 50px;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .o-header .navi {
    display: none;
  }
}
.o-header .navi .item {
  font-size: 16px;
  position: relative;
  font-weight: 700;
}
.o-header .navi .item > a {
  display: block;
}
.o-header .hamburger {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
  background-color: #C11529;
}
.o-header .hamburger span {
  position: absolute;
  left: 15px;
  width: 20px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span:nth-of-type(1) {
  top: 17px;
}
.o-header .hamburger span:nth-of-type(2) {
  top: 24px;
}
.o-header .hamburger span:nth-of-type(3) {
  top: 31px;
}
.o-header .hamburger.is-active span:nth-of-type(1) {
  transform: translateY(7px) rotate(-45deg);
}
.o-header .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.o-header .hamburger.is-active span:nth-of-type(3) {
  transform: translateY(-7px) rotate(45deg);
}

.o-page {
  margin-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .o-page {
    margin-bottom: 15.2671755725vw;
  }
}
.o-page.page-news, .o-page.page-contact, .o-page.page-privacy {
  margin-top: 0;
}
.o-page.page-news .o-post, .o-page.page-contact .o-post, .o-page.page-privacy .o-post {
  margin-top: 0;
}
.o-page.-single {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 88px;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .o-page.-single {
    padding-top: 17.8117048346vw;
  }
}
.o-page.-single .m-card {
  margin-top: 160px;
}
@media print, screen and (max-width: 1079px) {
  .o-page.-single .m-card {
    margin-top: 80px;
  }
}
.o-page.-single .button {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.o-post .tag {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 8px;
}
.o-post .tag li {
  font-size: 13px;
  padding: 2px 12px;
  background: #dfc268;
  color: #fff;
  border-radius: 4px;
  width: 90px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .o-post .tag li {
    font-size: 3.0534351145vw;
  }
}
.o-post .post-info .date {
  font-size: 16px;
  color: #adadad;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .date {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .post-info .title {
  font-size: 20px;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .title {
    font-size: 5.0890585242vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info .title {
    font-size: 20px;
    line-height: 1.7;
  }
}
.o-post .main {
  position: relative;
}
.o-post .main .category {
  position: absolute;
  top: 0;
  left: 0;
  background: #004098;
  color: #fff;
  padding: 10px 30px;
  border-radius: 20px 0 20px;
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .category {
    padding: 6px 22px;
    font-size: 14px;
    line-height: 1;
  }
}
.o-post .main .category.-school {
  background: #e3863b;
}
.o-post .main .category.-company {
  background: #65b6c5;
}
.o-post .main .info {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  width: 800px;
  padding: 32px;
  left: 0;
  bottom: 0;
  border-radius: 0 20px 0 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info {
    width: 100%;
    position: relative;
    background: none;
    padding: 0;
  }
}
.o-post .main .info .title {
  font-size: 24px;
  line-height: 1.6666666667;
  color: #e3863b;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info .title {
    font-size: 20px;
    line-height: 1.7;
  }
}
.o-post .main .info .name {
  margin-top: 12px;
  font-size: 16px;
  line-height: 1.875;
}
@media print, screen and (max-width: 1079px) {
  .o-post .main .info .name {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .main img {
  border-radius: 20px;
}
.o-post .term {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin-top: 24px;
}
.o-post .term .item {
  margin-right: 24px;
  font-size: 16px;
  line-height: 2;
  color: #59b5e4;
}
@media print, screen and (max-width: 1079px) {
  .o-post .term .item {
    margin-right: 12px;
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.o-post .entry {
  font-size: 14px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry {
    font-size: 3.5623409669vw;
  }
}
.o-post .entry > * {
  margin-bottom: 28px;
  width: 100% !important;
}
.o-post .entry img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.o-post .entry h2 {
  font-size: 40px;
  line-height: 1.75;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h2 {
    font-size: 8.1424936387vw;
  }
}
.o-post .entry h3 {
  position: relative;
  font-size: 28px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h3 {
    font-size: 6.106870229vw;
  }
}
.o-post .entry h4 {
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h4 {
    font-size: 5.0890585242vw;
  }
}
.o-post .entry ul li {
  position: relative;
  padding-left: 16px;
}
.o-post .entry ul li:before {
  position: absolute;
  content: "・";
  top: 2px;
  left: 0;
}
.o-post .entry ol {
  counter-reset: item;
  list-style-type: none;
  padding-left: 0;
}
.o-post .entry ol li:before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  padding-right: 10px;
  color: #50575B;
}
.o-post .entry ol ol {
  padding-left: 16px;
}
.o-post .entry blockquote {
  padding: 8px 12px;
  background: #f5f5f5;
}
.o-post .entry a {
  text-decoration: underline;
}
.o-post .entry a:hover {
  text-decoration: none;
  opacity: 0.6 !important;
}
.o-post .entry a:hover img {
  opacity: 0.6 !important;
}
.o-post .entry table {
  width: 100%;
  border-collapse: collapse;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table {
    display: block;
  }
}
.o-post .entry table th,
.o-post .entry table td {
  vertical-align: top;
}
.o-post .entry table th {
  width: 30%;
  text-align: left;
  font-weight: 500;
  border: 1px solid #c1c1c1;
  background-color: #4e4a47;
  color: #fff;
  font-size: 16px;
  padding: 1.5rem 2rem;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table th {
    width: 100%;
    display: block;
    font-size: 3.5623409669vw;
    padding: 2.5445292621vw 2.5445292621vw;
  }
}
.o-post .entry table th:nth-of-type(2) {
  width: max-content;
  text-align: left;
  font-weight: 500;
  border: 1px solid #c1c1c1;
  padding: 1.5rem 2rem;
  background-color: #fff;
  color: #494949;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table th:nth-of-type(2) {
    width: 100%;
    font-size: 3.5623409669vw;
    padding: 2.5445292621vw 2.5445292621vw;
  }
}
.o-post .entry table td {
  width: max-content;
  text-align: left;
  font-weight: 500;
  border: 1px solid #c1c1c1;
  padding: 1.5rem 2rem;
  background-color: #fff;
  color: #494949;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry table td {
    font-size: 3.5623409669vw;
    padding: 2.5445292621vw 2.5445292621vw;
    padding: 0;
  }
}
.o-post .detail {
  background: #f7e9de;
  border-radius: 20px;
  padding: 32px;
  font-size: 14px;
  line-height: 2;
  margin-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail {
    margin-top: 40px;
    padding: 24px;
  }
}
.o-post .detail .title {
  font-size: 20px;
  line-height: 1.7;
  color: #e3863b;
  font-weight: bold;
  margin-bottom: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .title {
    font-size: 18px;
    line-height: 1.3333333333;
  }
}
.o-post .detail .box {
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .box {
    display: block;
  }
}
.o-post .detail .box .name {
  margin-right: 32px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .detail .box .name {
    margin-right: 0;
  }
}
.o-post .m-pagenation {
  margin-top: 40px;
}
.o-post .button {
  margin-top: 40px;
}
.o-post .button .a-btn {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (max-width: 1079px) {
  .o-side {
    padding: 0 25px;
  }
}
.o-side__item {
  margin-bottom: 72px;
}
.o-side__item:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 1079px) {
  .o-side__item {
    margin-bottom: 56px;
  }
}
.o-side__item > * {
  margin-bottom: 16px;
}
.o-side__item .banner a {
  display: block;
}
@media print, screen and (min-width: 1080px) {
  .o-side__item .banner a:hover {
    opacity: 0.6;
  }
}
.o-side__item .banner img {
  vertical-align: top;
}
.o-side .a-title {
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-side .a-title {
    text-align: center;
  }
}
.o-side .a-title__subTitle {
  padding-bottom: 0;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-side .a-title__subTitle {
    text-align: center;
  }
}
.o-side .a-title__subTitle:before {
  display: none;
}
.o-side .m-card_article {
  margin-bottom: 16px;
}
.o-side .m-card_article:last-child {
  margin-bottom: 0;
}
.o-side .m-card_article .m-card_article__title {
  font-size: 14px;
  line-height: 2;
}

.t-contents {
  width: 100%;
  z-index: 0;
  padding-bottom: 160px;
}
@media print, screen and (max-width: 1079px) {
  .t-contents {
    padding-bottom: 80px;
  }
}

.page-index .text-m,
.page-index .text-i,
.page-index .text-r,
.page-index .text-e {
  opacity: 0;
}
.page-index .a-button:before, .page-index .a-button:after {
  width: 58px;
  height: 58px;
}
.page-index .a-button span {
  font-size: 16px;
  padding-right: 70px;
}
.page-index .a-button span:after {
  width: 118px;
}
.page-index .main {
  position: relative;
  margin-top: 180px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main {
    margin-top: 40px;
  }
}
.page-index .main .content {
  position: absolute;
  width: 56.588579795vw;
  left: 7.5402635432vw;
  top: 2.9282576867vw;
  z-index: 10;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .content {
    left: 5.0890585242vw;
    width: 71.2468193384vw;
    top: 2.5445292621vw;
  }
}
.page-index .main .content .lead {
  margin-top: 38px;
  margin-left: 15.0805270864vw;
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .content .lead {
    margin-left: 0;
    margin-top: 5.0890585242vw;
    font-size: 4.0712468193vw;
  }
}
.page-index .main .img {
  width: 44.5827232796vw;
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .img {
    width: 40.7124681934vw;
  }
}
.page-index .main .scroll {
  text-align: center;
  position: absolute;
  bottom: 4vw;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .scroll {
    bottom: -15.2671755725vw;
  }
}
.page-index .main .scroll:before, .page-index .main .scroll:after {
  width: 40px;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -50px;
  margin: auto;
  border-radius: 10px;
}
.page-index .main .scroll:before {
  display: block;
  background-color: #ebebeb;
  border-radius: 50px;
  border: 1px solid #000000;
}
.page-index .main .scroll:after {
  content: "＋";
  font-size: 14px;
  color: #000000;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-index .main .scroll .text {
  font-size: 14px;
  position: relative;
  z-index: 1;
  color: #000;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .scroll .text {
    font-size: 3.0534351145vw;
  }
}
.page-index .main .scroll .scrollbar-baseline,
.page-index .main .scroll .scrollbar-line {
  position: absolute;
  top: calc(100% + 30px);
  right: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page-index .main .scroll .scrollbar-baseline {
  width: 1px;
  height: 100px;
  opacity: 0.2;
  background: #000000;
}
.page-index .main .scroll .scrollbar-line {
  width: 1px;
  height: 100px;
  background: #000000;
  opacity: 1;
  animation: scrolldown 2.5s ease-in-out infinite;
}
.page-index .about {
  position: relative;
  overflow: hidden;
}
.page-index .about .figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .figure {
    top: 20svh;
    opacity: 0;
    transform: translateY(5.0890585242vw);
  }
}
.page-index .about .figure svg {
  width: 60vw;
  height: 60vw;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .figure svg {
    width: 100vw;
    height: 100vw;
  }
}
.page-index .about .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}
.page-index .about .box {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.page-index .about .text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
  margin-left: 32vw;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .text {
    margin-left: 0;
    margin-top: 5.0890585242vw;
    font-size: 3.5623409669vw;
  }
}
.page-index .about .button {
  margin-top: 50px;
}
.page-index .mask-box {
  position: relative;
  overflow: hidden;
}
.page-index .mask-box picture {
  position: relative;
  display: block;
  width: 100%;
  height: 560px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .mask-box picture {
    height: 76.3358778626vw;
  }
}
.page-index .mask-box .mask-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: url(#svgTextPath);
}
.page-index .mask-box .mast-text {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  pointer-events: none;
  z-index: 1;
  white-space: nowrap;
}
.page-index .mask-box .mast-text img {
  width: 3676px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .mask-box .mast-text img {
    width: 407.1246819338vw;
  }
}
.page-index .service {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service {
    padding-top: 10.1781170483vw;
    padding-bottom: 10.1781170483vw;
  }
}
.page-index .service .inner {
  max-width: 1200px;
  margin: 0 auto;
}
.page-index .service .box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .box {
    grid-template-columns: repeat(1, 1fr);
    gap: 5.0890585242vw;
    margin-top: 5.0890585242vw;
  }
}
.page-index .service .box .item .a-headline {
  display: block;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .box .item .a-headline {
    margin-bottom: 5.0890585242vw;
  }
}
.page-index .service .box .item .text {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .box .item .text {
    font-size: 3.5623409669vw;
  }
}
.page-index .section-zoom {
  width: 100%;
  overflow: hidden;
}
.page-index .works {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #c11529;
  color: #fff;
  margin-top: 120px;
  padding-top: 120px;
  padding-bottom: 200px;
  z-index: 10;
}
.page-index .works .figure {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  transition: top 0.6s ease, left 0.6s ease, transform 0.6s ease;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .figure {
    left: -65vw;
  }
}
.page-index .works .figure.is-centered {
  position: fixed;
  pointer-events: none;
}
.page-index .works .figure.is-final {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.page-index .works .figure svg {
  width: 70vw;
  height: 70vw;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .figure svg {
    width: 120vw;
    height: 120vw;
  }
}
.page-index .works .a-headline {
  display: block;
  text-align: right;
  line-height: 1.4;
}
.page-index .works .a-headline .lead {
  margin-right: 28px;
}
.page-index .works .list {
  position: relative;
  z-index: 1;
  margin-top: 120px;
}
.page-index .works .list .item {
  width: 100%;
  max-width: 490px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .list .item {
    margin-top: 20.3562340967vw;
  }
}
.page-index .works .list .item:nth-of-type(2n) {
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .list .item:nth-of-type(1) {
    margin-top: 0;
  }
}
.page-index .works .list .item .content {
  margin-top: 40px;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .list .item .content {
    max-width: 100%;
    margin-top: 5.0890585242vw;
  }
}
.page-index .works .list .item .content .date {
  font-size: 16px;
  color: #adadad;
}
.page-index .works .list .item .content .headline {
  font-size: 16px;
  color: #fff;
}
.page-index .works .list .item .content .label {
  font-size: 16px;
}
.page-index .works .list .item .content .a-button {
  justify-content: center;
  margin-top: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .list .item .content .a-button {
    margin-top: 10.1781170483vw;
  }
}
.page-index .works .list .item .content .a-button span {
  color: #fff;
}
.page-index .works .list .item .content .a-button span:after {
  background: #fff;
}
.page-index .works .list .item .content .a-button:before, .page-index .works .list .item .content .a-button:after {
  right: 96px;
}
.page-index .works .list .item .content .a-button:before {
  background-color: #e64040;
  border: 1px solid #fff;
}
.page-index .works .list .item .content .a-button:after {
  color: #fff;
}
.page-index .works .button {
  justify-content: center;
  margin-top: 260px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .works .button {
    margin-top: 30.534351145vw;
  }
}
.page-index .works .button span {
  color: #fff;
}
.page-index .works .button span:after {
  background: #fff;
}
.page-index .works .button:before, .page-index .works .button:after {
  right: 96px;
}
.page-index .works .button:before {
  background-color: #e64040;
  border: 1px solid #fff;
}
.page-index .works .button:after {
  color: #fff;
}
.page-index .news {
  width: 100%;
  margin-top: 120px;
  padding-bottom: 120px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .news {
    padding-top: 0vw;
    padding-bottom: 20.3562340967vw;
  }
}
.page-index .news .list {
  max-width: 965px;
  width: 100%;
  margin-top: 70px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .news .list {
    margin-top: 10.1781170483vw;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.page-index .news .list .item {
  margin-top: 40px;
}
.page-index .news .list .item:nth-of-type(1) {
  margin-top: 0;
}
.page-index .news .list .item a {
  display: grid;
  grid-template-columns: 1fr 4fr;
  gap: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .news .list .item a {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.page-index .news .list .item a .category {
  font-size: 20px;
  font-weight: 600;
}
.page-index .news .list .item a .content .headline {
  font-size: 16px;
  font-weight: normal;
}
.page-index .news .list .item a .content .date {
  margin-top: 8px;
  font-size: 16px;
  color: #adadad;
}
.page-index .news .list .item a .content .a-button {
  margin-top: 24px;
}
.page-index .news .button {
  justify-content: center;
  margin-top: 80px;
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-index .news .button {
    margin-top: 30.534351145vw;
  }
}
.page-index .news .button:before, .page-index .news .button:after {
  right: 96px;
}
.page-index .contact .inner {
  max-width: 965px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 120px;
  display: grid;
  grid-template-columns: 5fr 7fr;
  gap: 40px;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .page-index .contact .inner {
    padding-top: 20.3562340967vw;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
.page-index .contact .button a {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #000;
  padding: 12px 40px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.page-thanks .text {
  font-size: 16px;
  line-height: 2.25;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .text {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.page-thanks .info {
  margin-top: 80px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  border: 2px solid #d9d9d9;
  border-radius: 8px;
  padding: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .info {
    margin-top: 40px;
    width: 100%;
  }
}
.page-thanks .info .tel {
  font-size: 28px;
  line-height: 1.2857142857;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 8px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .info .tel {
    font-size: 20px;
    line-height: 1.4;
  }
}
.page-thanks .info .open {
  font-size: 14px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-thanks .info .open {
    font-size: 12px;
    line-height: 2;
  }
}

.page-contact .inner {
  max-width: 965px;
}
.page-about .m-hero {
  background-image: url(../img/about/main01.png);
  background-repeat: no-repeat;
  background-position: right 50px;
  background-size: 68vw;
  padding-bottom: 20vw;
}
@media print, screen and (max-width: 1079px) {
  .page-about .m-hero {
    background-position: right bottom;
    background-size: 90vw;
    padding-bottom: 58vw;
  }
}
.page-about .m-hero .figure {
  width: 70.644216vw;
  position: absolute;
}
.page-about .m-hero .lead {
  max-width: 369px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .m-hero .lead {
    max-width: 100%;
  }
}
.page-about .company {
  background-color: #c11529;
  margin-top: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  color: #fff;
}
.page-about .company .inner {
  max-width: 965px;
}
.page-about .company .content .table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.page-about .company .content .table a {
  text-decoration: underline;
  color: #fff;
}
.page-about .company .content .table th,
.page-about .company .content .table td {
  padding: 20px;
  font-size: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .company .content .table th,
  .page-about .company .content .table td {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 4.0712468193vw;
  }
}
.page-about .company .content .table th {
  text-align: right;
  width: 200px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .company .content .table th {
    text-align: left;
    width: 100%;
    padding-top: 24px;
  }
}
.page-archive.-news .inner {
  max-width: 965px;
}

.page-single.-news .o-post .inner {
  max-width: 965px;
}
.page-single.-news .o-post .post-info {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 8px;
}
.page-single.-news .o-post .post-info .date {
  font-size: 16px;
  margin-bottom: 0;
  color: #adadad;
}
.page-single.-news .o-post .post-info .category {
  font-size: 20px;
  font-weight: 700;
  background-color: #000;
  color: #fff;
  padding: 4px 20px;
}
.page-single.-news .o-post .title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 40px;
}
.page-single.-news .o-post .thumbnail {
  width: 100%;
  max-width: 965px;
  margin-bottom: 40px;
}
.page-single.-news .o-post .thumbnail img {
  max-width: 100%;
  width: auto;
}
.page-single.-works .o-post .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-works .o-post .inner {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-single.-works .o-post .visual {
  width: 100%;
  max-width: 545px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-works .o-post .visual {
    max-width: calc(100vw - 40px);
    width: 100%;
  }
}
.page-single.-works .o-post .visual .slider {
  margin-bottom: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-single.-works .o-post .visual .slider {
    margin-bottom: 15px;
  }
}
.page-single.-works .o-post .visual .thumbnail-slider .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
}
.page-single.-works .o-post .visual .thumbnail-slider .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.page-single.-works .o-post .visual .thumbnail-slider .thumb-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}
.page-single.-works .o-post .visual .thumbnail-slider .thumb-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-single .relation .m-pagenation {
  gap: 120px;
}
@media print, screen and (max-width: 1079px) {
  .page-single .relation .m-pagenation {
    justify-content: space-between;
  }
}

body {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}
body * {
  font-feature-settings: "palt";
}
body a {
  color: #333333;
  transition: all 0.3s ease-out;
}
body a:hover {
  opacity: 0.7;
}
body .grecaptcha-badge {
  display: none !important;
}
body .inner {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  body .inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .-center {
  text-align: center;
}
body .weight500 {
  font-weight: 500;
}
body .weight600 {
  font-weight: 600;
}
body .weight700 {
  font-weight: 700;
}
body .is-hidden {
  display: none;
}
@media print, screen and (min-width: 1080px) {
  body .is-pc {
    display: block;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-pc {
    display: none;
  }
}
@media print, screen and (min-width: 1080px) {
  body .is-sp {
    display: none;
  }
}
@media print, screen and (max-width: 1079px) {
  body .is-sp {
    display: block;
  }
}
body .js-contents {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(20px);
}
body .js-contents.is-active {
  opacity: 1;
  transform: translateY(0);
}
body .js-sideArea {
  position: absolute;
  transition: all 0.4s ease-out;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
}
body .js-sideArea.is-active {
  opacity: 1;
}
body .js-sideArea .m-categoryNavi {
  position: fixed;
  top: 0;
  right: 32px;
}
body .js-sideArea .m-snsNavi {
  position: fixed;
  top: 0;
  left: 32px;
  width: 180px;
}
body .js-tabContents.is-active {
  display: block !important;
  animation: showCard 0.4s ease-out 0s;
}
@media print, screen and (max-width: 1400px) {
  body .is-sp .m-categoryNavi {
    display: block;
  }
}
body .js-navigation {
  position: fixed;
  left: 2%;
  bottom: 10px;
  width: 96%;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
body .js-navigation li {
  width: 65%;
}
body .js-navigation li:first-child {
  width: 100%;
}
body .js-fixedNavi {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 10;
}
body .js-autoSlide {
  opacity: 0;
  transition: all 0.6s ease-out;
  transform: translateY(20px);
}
body .js-autoSlide.is-active {
  opacity: 1;
  transform: translateY(0);
}
body .o-spNavi {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 100;
  width: 40%;
  height: 100vh;
  transition: transform 0.4s;
  transform: translate(100%, 0);
  background: #c11529;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi {
    width: 80%;
    top: 50px;
  }
}
body .o-spNavi.is-active {
  transform: translate(0, 0);
}
body .o-spNavi .inner {
  padding: 0 60px 60px;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .inner {
    padding: 0;
  }
}
body .o-spNavi .o-spNavi__upper {
  text-align: right;
}
body .o-spNavi .o-spNavi__upper .js-closeBtn {
  font-size: 18px;
  line-height: 1;
  width: 25px;
  margin-left: auto;
  margin-right: 0;
}
body .o-spNavi .o-spNavi__item {
  margin-top: 24px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item {
    margin-top: 0;
  }
}
body .o-spNavi .o-spNavi__item .item.is-parent.is-active span:after {
  opacity: 0;
}
body .o-spNavi .o-spNavi__item .item.has-child {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a {
  position: relative;
}
body .o-spNavi .o-spNavi__item .item.has-child > a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(135deg);
  transition: transform 0.3s ease;
}
body .o-spNavi .o-spNavi__item .item.has-child.is-open > a:after {
  transform: rotate(-45deg);
}
body .o-spNavi .o-spNavi__item .item.has-child .child {
  display: none;
  background: rgba(255, 255, 255, 0.1);
}
body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
  padding-left: 40px;
  font-size: 12px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item.has-child .child .child-item a {
    font-size: 3.0534351145vw;
  }
}
body .o-spNavi .o-spNavi__item .item a {
  display: block;
  width: 100%;
  padding: 20px;
  position: relative;
  line-height: 1.4;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a {
    font-size: 3.5623409669vw;
    padding: 20px;
  }
}
body .o-spNavi .o-spNavi__item .item a:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}
body .o-spNavi .o-spNavi__item .item a .label {
  position: relative;
  display: block;
  font-size: 12px;
  color: #7a7a7a;
  margin-top: 0;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a .label {
    font-size: 2.5445292621vw;
    top: -0.5089058524vw;
  }
}
body .o-spNavi .o-spNavi__item .a-btn {
  margin-left: auto;
  margin-right: auto;
}
body .o-spNavi .outside {
  margin-top: 18px;
}
body .o-spNavi .outside li {
  margin-bottom: 8px;
  font-size: 12px;
  line-height: 1.3333333333;
}
body .o-spNavi .outside li a {
  color: #fff;
}
body .o-spNavi .sns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  gap: 20px;
}
body .o-spNavi .sns li {
  width: 24px;
}
body .o-spNavi .logo {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.js-spNavi_btn {
  width: 60px;
}

.swiper-wrapper {
  transition-timing-function: linear;
}

.no-posts {
  text-align: center;
  font-size: 24px;
  width: 100%;
}
.no-posts .text {
  font-weight: bold;
}
.no-posts .text-label {
  font-size: 16px;
  margin-top: 8px;
}

.pagetop {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 75px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
@media print, screen and (max-width: 1079px) {
  .pagetop {
    width: 14.2493638677vw;
    right: 10px;
    bottom: 10px;
  }
}