@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 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-btn {
  width: auto;
  display: block;
  flex-wrap: nowrap;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 1;
  font-weight: bold;
  position: relative;
  overflow: hidden;
  color: #000;
  font-weight: bold;
  background-color: #FFF600;
  background-image: url(../img/common/icon-arrow02.png);
  background-position: 94% center;
  background-size: 20px;
  padding: 18px 0 20px;
  border-radius: 50px;
  width: 280px;
}
@media print, screen and (max-width: 1079px) {
  .a-btn {
    font-size: 14px;
    line-height: 1;
    padding: 24px 16px;
    max-width: 245px;
  }
}
.a-btn:after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.2);
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform 0.4s;
  z-index: 0;
}
@media print, screen and (min-width: 1080px) {
  .a-btn:hover:after {
    transform-origin: left top;
    transform: scale(1, 1);
  }
}
.a-btn.-primary {
  color: #FFF600 !important;
  background: #000;
  padding: 33px 30px;
  border: none;
  background-image: url(../img/common/icon-arrow01.png);
  background-size: 20px;
  background-position: 80% center;
  background-repeat: no-repeat;
  border-radius: 0;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  line-height: 1;
  width: auto;
}
@media print, screen and (max-width: 1079px) {
  .a-btn.-primary {
    font-size: 12px;
    line-height: 1;
    padding: 12px 50px 12px 15px;
  }
}
.a-btn.-primary:before {
  display: none;
}
.a-btn.-primary .icon {
  width: 19px;
  margin-right: 15px;
  color: #004098;
}
.a-btn.-secondary {
  background: #A8AEB6;
}
.a-btn.-tel {
  color: #e3863b;
  background: #fff;
  align-items: flex-start;
  max-width: 100%;
  letter-spacing: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding: 0;
  border-radius: 0;
  margin-right: 40px;
  border: none;
}
.a-btn.-tel .box {
  display: flex;
  align-items: center;
}
.a-btn.-tel:before {
  display: none;
}
.a-btn.-tel:after {
  display: none;
}
.a-btn.-tel .icon {
  width: 20px;
  margin-right: 8px;
  color: #004098;
}
.a-btn.-tel .number {
  font-size: 26px;
  line-height: 1;
  color: #e3863b;
}
.a-btn.-tel .annotation {
  color: #e3863b;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 8px;
}
.a-btn.-goast {
  padding: 16px;
  border: 2px solid #E6EBF2;
  color: #004098;
  text-align: center;
  display: block;
  z-index: 1;
  transition: all 0.3s ease-out;
}
.a-btn.-goast:hover {
  color: #fff;
  border: 2px solid #004098;
}
.a-btn.-goast:hover:after {
  opacity: 1;
}
@media print, screen and (min-width: 1080px) {
  .a-btn.-goast:after {
    transform: scale(1, 1);
    transition: all 0.5s ease-out;
    opacity: 0;
    background: #004098;
    z-index: -1;
  }
}
.a-btn.-text {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  text-align: left;
  color: #004098;
  font-size: 12px;
  line-height: 1;
  padding: 0;
  position: relative;
  padding-left: 22px;
}
.a-btn.-text .a-icon {
  width: 10px;
  height: 10px;
  fill: none;
  stroke: #004098;
  stroke-width: 2px;
  position: absolute;
  left: 0;
  top: 1px;
}
.a-btn.-link {
  display: flex;
  justify-content: space-between;
  text-align: left;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 2px 0 2px 6px;
  background: #004098;
  display: inline-block;
}
.a-btn.-link .a-icon {
  fill: #fff;
  width: 10px;
  height: 10px;
  margin-left: 4px;
}
.a-btn.is-hidden {
  display: none;
}

.a-btnSns {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  padding: 12px;
}
@media print, screen and (max-width: 1079px) {
  .a-btnSns {
    font-size: 11px;
    line-height: 1;
    flex-direction: column;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 14px 8px;
  }
}
.a-btnSns svg {
  font-size: 18px;
  line-height: 1;
}
@media print, screen and (min-width: 1080px) {
  .a-btnSns svg {
    margin-right: 8px;
    width: 100%;
  }
}
@media print, screen and (max-width: 1079px) {
  .a-btnSns svg {
    margin-bottom: 8px;
  }
}
.a-btnSns.-fb {
  background: #35548e;
}
.a-btnSns.-tw {
  background: #0293eb;
}
.a-btnSns.-line {
  background: #00a500;
}

.a-font-ntr {
  font-family: "NTR", 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 {
  text-align: center;
}
.a-headline .headline {
  font-size: 32px;
  line-height: 1;
  padding-bottom: 8px;
  border-bottom: 1px solid #707070;
}
@media print, screen and (max-width: 1079px) {
  .a-headline .headline {
    font-size: 6.6157760814vw;
  }
}
.a-headline .label {
  padding-top: 8px;
  font-size: 14px;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .a-headline .label {
    font-size: 3.5623409669vw;
  }
}

.a-headline-page {
  text-align: center;
}
.a-headline-page .headline {
  font-size: 42px;
  line-height: 1;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .a-headline-page .headline {
    font-size: 6.6157760814vw;
  }
}
.a-headline-page .label {
  font-size: 16px;
  line-height: 1;
  margin-top: 10px;
}
@media print, screen and (max-width: 1079px) {
  .a-headline-page .label {
    font-size: 3.5623409669vw;
  }
}

.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);
  }
}
.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;
  justify-content: center;
  align-items: flex-start;
  margin-top: 100px;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation {
    margin-top: 50px;
  }
}
.m-pagenation > li {
  width: 46px;
  height: 46px;
  text-align: center;
  margin-left: 8px;
  color: #ccc;
}
.m-pagenation > li.is-active a {
  color: #fff;
  pointer-events: none;
  background: #4E4A47;
}
.m-pagenation > li:first-child {
  margin-left: 0;
}
.m-pagenation > li a {
  width: 100%;
  height: 100%;
  display: block;
  color: #ccc;
  font-size: 16px;
  line-height: 1;
  border-radius: 50%;
  border: 1px solid #ccc;
  transition: all 0.2s ease-out;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .m-pagenation > li a {
    font-size: 14px;
    line-height: 1;
  }
}
.m-pagenation > li a:hover {
  color: #fff;
  background: #4E4A47;
}

.m-card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}
@media print, screen and (max-width: 1079px) {
  .m-card {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.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);
  }
}
@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 {
  margin-bottom: 8px;
}
.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 h3 {
  font-size: 14px;
  line-height: 1.7142857143;
}
@media print, screen and (max-width: 1079px) {
  .m-card .item .content h3 {
    font-size: 3.0534351145vw;
  }
}
.m-card .item .content .info {
  padding-top: 8px;
  margin-top: 8px;
  border-top: 1px solid #333333;
  font-size: 13px;
  line-height: 1.5384615385;
  position: relative;
}
.m-card .item .content .info:after {
  position: absolute;
  content: "";
  width: 12px;
  height: 18px;
  background-image: url(../img/common/icon-arrow02.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.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-hero {
  text-align: center;
  padding-top: 120px;
  padding-bottom: 68px;
}
@media print, screen and (max-width: 1079px) {
  .m-hero {
    padding-top: 10.1781170483vw;
    padding-bottom: 7.6335877863vw;
  }
}
.m-hero .inner {
  position: relative;
}
.m-hero .title {
  font-size: 24px;
}
@media print, screen and (max-width: 1079px) {
  .m-hero .title {
    font-size: 5.0890585242vw;
  }
}
.m-hero .lead {
  margin-top: 60px;
  font-size: 16px;
  line-height: 2;
  font-weight: bold;
}
@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.jpg);
  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.jpg);
    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-hero-philosophy {
  background-image: url(../images/common/bg03.jpg);
  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-philosophy {
    background-image: url(../images/common/bg03-sp.jpg);
    padding-top: 10.1781170483vw;
    padding-bottom: 25.4452926209vw;
  }
}
.m-hero-philosophy .title {
  font-size: 24px;
}
@media print, screen and (max-width: 1079px) {
  .m-hero-philosophy .title {
    font-size: 4.0712468193vw;
  }
}
.m-hero-philosophy .text {
  margin-top: 90px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .m-hero-philosophy .text {
    margin-top: 10.1781170483vw;
    font-size: 3.0534351145vw;
  }
}
.m-hero-philosophy .text .key {
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .m-hero-philosophy .text .key {
    font-size: 4.0712468193vw;
  }
}

.o-footer {
  padding: 60px 0 20px;
  background-image: linear-gradient(90deg, rgb(243, 229, 173), rgb(223, 194, 104));
}
.o-footer .logo {
  width: 167px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .logo {
    width: 25.4452926209vw;
  }
}
.o-footer .info {
  font-size: 16px;
  line-height: 1.375;
  font-weight: 500;
  margin-top: 50px;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .info {
    font-size: 2.5445292621vw;
    margin-top: 20px;
  }
}
.o-footer .info .address img {
  width: 14px;
  margin-right: 12px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .info .address img {
    margin-right: 6px;
  }
}
.o-footer .info .address .google-map {
  border: 1px solid #333333;
  padding: 2px 18px;
  border-radius: 50px;
  font-size: 13px;
  line-height: 1.6;
  font-weight: 500;
  margin-left: 12px;
  display: inline-block;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .info .address .google-map {
    margin-top: 12px;
    margin-left: 0;
    font-size: 2.2900763359vw;
    margin-left: 2.0356234097vw;
    padding: 0 2.0356234097vw;
  }
}
.o-footer .info .tel {
  margin-top: 12px;
}
.o-footer .info .tel img {
  margin-right: 12px;
  width: 15px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .info .tel img {
    margin-right: 6px;
  }
}
.o-footer .sns {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer .sns {
    margin-top: 30px;
  }
}
.o-footer .sns li a img {
  width: 40px;
}
.o-footer__lower .navi {
  display: flex;
  justify-content: center;
  gap: 70px;
  margin-top: 50px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer__lower .navi {
    justify-content: space-around;
    width: 100%;
    margin-top: 40px;
    gap: 10px;
  }
}
.o-footer__lower .navi li {
  position: relative;
  padding-left: 0;
  font-size: 13px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .o-footer__lower .navi li {
    font-size: 2.5445292621vw;
    margin-left: 0;
    text-align: center;
  }
}
.o-footer__lower .navi li a {
  width: 100%;
  display: block;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .o-footer__lower .navi li a {
    display: block;
    width: 100%;
  }
}
.o-footer__lower small {
  font-size: 13px;
  display: block;
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-footer__lower small {
    font-size: 2.5445292621vw;
    margin-top: 30px;
  }
}

.o-form {
  margin-top: 50px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 40px 80px;
  border-radius: 15px;
  background-color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .o-form {
    margin-top: 0;
    padding: 20px 20px 40px;
  }
}
.o-form .form__line {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form__line {
    flex-direction: column;
    padding: 20px 0 0;
    gap: 8px;
    margin-bottom: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .o-form .form__line .horizontal-item {
    margin-left: 0;
    margin-right: 14px;
    margin-bottom: 8px;
  }
}
.o-form .form__line dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 3rem;
  width: 33%;
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form__line dt {
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin-right: 0;
    padding-right: 0;
    font-size: 4.0712468193vw;
  }
}
.o-form .form__line dd {
  width: 100%;
}
.o-form .form__line dd input[type=text],
.o-form .form__line dd textarea {
  font-size: 16px;
  height: 50px;
  font-family: "Noto Sans JP", sans-serif;
  padding: 1rem 1.5rem;
  width: 100%;
  border: none;
  border-radius: 1rem;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.25);
  border: 1px solid #000;
}
.o-form .form__line dd textarea {
  height: 200px;
}
.o-form .form__privacy {
  background-color: #f5f5f5;
  padding: 2rem;
  margin-bottom: 5.5rem;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form__privacy {
    margin-bottom: 2rem;
  }
}
.o-form .form__privacy dl {
  margin: 3rem 0 0;
  background-color: #fff;
  padding: 3rem;
  border: 1px solid #d1d1d1;
  max-height: 15rem;
  overflow: scroll;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
}
@media print, screen and (max-width: 1079px) {
  .o-form .form__privacy dl {
    padding: 2rem 1.5rem;
    font-size: 3.0534351145vw;
  }
}
.o-form button {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 5rem;
  width: 33%;
  font-size: 16px;
  letter-spacing: 0.1em;
  border-radius: 3.5rem;
  margin: 0 auto;
  border: 1px solid #000;
  color: #000;
  box-shadow: 2px 3px 3px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
}
@media print, screen and (max-width: 1079px) {
  .o-form button {
    width: 36%;
    font-size: 3.0534351145vw;
    padding: 1px 14px;
    min-height: auto;
  }
}
.o-form button:hover {
  background-color: #4e4a47;
  color: #fff;
}

.o-header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-out;
  background: #fff;
  padding: 16px 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
}
.o-header .inner {
  max-width: 1080px;
  width: 100%;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
@media print, screen and (max-width: 1079px) {
  .o-header .inner {
    padding: 0;
    position: relative;
    height: auto;
  }
}
.o-header .a-logo {
  transition: all 0.3s ease-out;
  margin-right: auto;
  line-height: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-header .a-logo {
    position: relative;
  }
}
.o-header .a-logo img {
  vertical-align: middle;
  width: 130px;
  opacity: 1;
}
@media print, screen and (max-width: 1079px) {
  .o-header .a-logo img {
    width: 76px;
  }
}
@media print, screen and (min-width: 1080px) {
  .o-header .a-logo:hover {
    opacity: 0.6;
  }
}
.o-header .hamburger {
  position: relative;
  width: 26px;
  height: 18px;
  cursor: pointer;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #012c4a;
  display: inline-block;
  transition: all 0.5s;
}
.o-header .hamburger span:nth-of-type(1) {
  top: 0;
}
.o-header .hamburger span:nth-of-type(2) {
  top: 8px;
}
.o-header .hamburger span:nth-of-type(3) {
  bottom: 0;
}
.o-header .hamburger.is-active span:nth-of-type(1) {
  transform: translateY(8px) 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(-8px) rotate(45deg);
}
.o-header .action {
  display: flex;
  flex-wrap: wrap;
}
.o-header .action .item {
  margin-right: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-header .action .item {
    margin-right: 18px;
  }
}
.o-header .action .item a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 3px 24px;
  border-radius: 50px;
  border: 1px solid #000;
  box-shadow: 0px 3.39px 3.39px 0px rgba(0, 0, 0, 0.2509803922);
  transition: all 0.3s ease-out;
  position: relative;
  overflow: hidden;
}
@media print, screen and (max-width: 1079px) {
  .o-header .action .item a {
    font-size: 3.0534351145vw;
    padding: 1px 14px;
    box-shadow: 0px 1.9px 1.9px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.o-header .action .item a span {
  position: relative;
}
.o-header .action .item a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 101%;
  transform: scaleX(0);
  transform-origin: right;
  transition: all 0.5s ease;
  transition-property: transform;
  background-image: linear-gradient(90deg, rgb(223, 194, 104), rgb(243, 229, 173));
}
.o-header .action .item a:hover {
  opacity: 1;
}
.o-header .action .item a:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}
.o-header .contact {
  width: 192px;
  position: fixed;
  right: 0;
  top: 0;
}

.header-space {
  height: 75px;
}
@media print, screen and (max-width: 1079px) {
  .header-space {
    height: 55px;
  }
}

.o-page {
  margin-top: 0;
  margin-bottom: 220px;
}
@media print, screen and (max-width: 1079px) {
  .o-page {
    margin-top: 7.6335877863vw;
    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:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 87px;
  background: #000000;
  display: block;
  top: -38px;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (max-width: 1079px) {
  .o-page.-single:after {
    height: 46px;
    top: -3.0534351145vw;
  }
}
.o-page.-single .inner {
  max-width: 840px;
}
.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 {
  margin-bottom: 40px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .post-info {
    margin-bottom: 24px;
  }
}
.o-post .post-info .date {
  font-size: 16px;
  line-height: 1.875;
  text-align: right;
  margin-top: 12px;
}
@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: 22px;
  line-height: 1.7272727273;
  text-align: center;
  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: 1.8;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry {
    font-size: 3.5623409669vw;
  }
}
.o-post .entry > * {
  margin-bottom: 28px;
}
.o-post .entry h2 {
  font-size: 20px;
  line-height: 1.75;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h2 {
    font-size: 4.5801526718vw;
  }
}
.o-post .entry h3 {
  position: relative;
  font-size: 18px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h3 {
    font-size: 4.0712468193vw;
  }
}
.o-post .entry h4 {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .o-post .entry h4 {
    font-size: 3.5623409669vw;
  }
}
.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: #fff0e4;
}
.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: 200px;
}
@media print, screen and (max-width: 1079px) {
  .t-contents {
    padding-bottom: 100px;
  }
}
.t-contents.-secondary {
  padding: 0;
}
@media print, screen and (min-width: 1080px) {
  .t-contents aside {
    width: 360px;
    min-width: 360px;
    margin-left: 100px;
  }
}
@media print, screen and (min-width: 1080px) {
  .t-contents aside.-secondary {
    min-width: 160px;
    width: 160px;
    margin-left: 0;
    margin-right: 156px;
  }
}

.page-index {
  background-image: url(../images/top/bg.webp);
  background-repeat: repeat-y;
  background-position: left 40vw;
  background-size: 80vw;
}
@media print, screen and (max-width: 1079px) {
  .page-index {
    background-size: 100vw;
  }
}
.page-index .main {
  overflow: hidden;
  width: 100%;
  position: relative;
  z-index: 1;
  line-height: 1;
}
.page-index .main .main-box {
  background: #fff;
}
@media print, screen and (max-width: 1079px) {
  .page-index .main .main-box {
    height: 100svh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.page-index .main .img {
  position: relative;
  z-index: 2;
  width: 100%;
}
.page-index .main .img video {
  width: 100%;
  max-width: 100%;
  line-height: 1;
}
.page-index .main .bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  background-color: #000;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-index .main .bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.page-index .section {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .section {
    padding-top: 100px;
    padding-bottom: 0;
  }
}
.page-index .section .head {
  text-align: center;
}
.page-index .section .title {
  font-size: 24px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .section .title {
    font-size: 4.0712468193vw;
    margin-bottom: 30px;
  }
}
.page-index .section .button {
  margin-top: 50px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .section .button {
    margin-top: 20px;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .inner {
    padding-left: 44px;
    padding-right: 44px;
  }
}
.page-index .service .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .list {
    gap: 40px 10%;
  }
}
.page-index .service .item {
  width: 230px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .item {
    width: 45%;
  }
}
.page-index .service .item a {
  display: block;
  width: 100%;
}
.page-index .service .item a:hover {
  opacity: 1;
}
.page-index .service .item a:hover .img:before {
  animation: shine 0.5s linear;
}
.page-index .service .item a .img {
  width: 100%;
  position: relative;
  opacity: 1;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.page-index .service .item a .img:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.page-index .service .item a .content {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .item a .content {
    padding-top: 12px;
    padding-bottom: 12px;
  }
}
.page-index .service .item a .content h3 {
  font-size: 16px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .item a .content h3 {
    font-size: 2.7989821883vw;
    margin-bottom: 0;
  }
}
.page-index .service .item a .content .text {
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .service .item a .content .text {
    font-size: 3.3078880407vw;
  }
}
.page-index .about {
  position: relative;
  padding-bottom: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about {
    padding-bottom: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .about-inner {
    display: flex;
    justify-content: center;
    gap: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-index .about .box {
  max-width: 448px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .box {
    display: flex;
  }
}
.page-index .about .box .headline {
  font-size: 16px;
  background: rgba(241, 226, 167, 0.8);
  padding: 18px 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .box .headline {
    order: 2;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 3.5623409669vw;
  }
}
.page-index .about .box .content {
  font-size: 16px;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .box .content {
    order: 1;
    writing-mode: vertical-rl;
    text-orientation: upright;
    text-align: left;
    padding: 20.3562340967vw 5.0890585242vw;
    font-size: 3.5623409669vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .box .content .text span {
    padding-top: 30px;
  }
}
.page-index .about .box .content .logo {
  width: 62px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .box .content .logo {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.page-index .about .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  position: relative;
  z-index: 1;
  margin-top: 46px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .list {
    grid-template-columns: 1fr;
    gap: 20px;
    width: 48%;
    margin-top: 0;
  }
}
.page-index .about .item {
  width: 185px;
}
.page-index .about .item a {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 4px 20px;
  min-height: 84px;
  border: 1px solid #000;
  gap: 0;
  font-size: 16px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .item a {
    min-height: 60px;
    font-size: 3.5623409669vw;
  }
}
.page-index .about .item a:hover {
  opacity: 1;
  color: #fff;
  background-color: #4e4a47;
}
.page-index .about .item a:hover span {
  border-top: 1px solid #fff;
}
.page-index .about .item a span {
  display: block;
  width: 100%;
  border-top: 1px solid #000;
  font-size: 12px;
  padding-top: 7px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .about .item a span {
    padding-top: 2px;
    font-size: 10px;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .banner.section .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-index .banner .inner,
.page-index .media .inner,
.page-index .publicity .inner {
  max-width: 1350px;
}
.page-index .publicity {
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .page-index .publicity .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .publicity .m-card.col-5 {
    display: flex;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .publicity .m-card.col-5 .item {
    margin-right: 0 !important;
  }
}
.page-index .event {
  background-color: #4e4a47;
}
@media print, screen and (max-width: 1079px) {
  .page-index .event {
    background-color: inherit;
  }
}
.page-index .event .inner {
  max-width: 680px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .event .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-index .event .title {
  color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .page-index .event .title {
    color: #333333;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-index .event .list {
    background-color: #4e4a47;
    padding-top: 7.6335877863vw;
    padding-bottom: 7.6335877863vw;
    padding-left: 20.3562340967vw;
    padding-right: 20.3562340967vw;
  }
}
.page-index .blog .inner {
  max-width: 680px;
}
@media print, screen and (max-width: 1079px) {
  .page-index .blog .inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.page-index .blog .list li {
  text-align: center;
}
.page-index .blog .list li a {
  font-size: 16px;
  padding: 74px 20px;
  border-radius: 10px;
  display: block;
  width: 100%;
  color: #fff;
  background-color: #4e4a47;
  position: relative;
  overflow: hidden;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
}
@media print, screen and (max-width: 1079px) {
  .page-index .blog .list li a {
    padding: 30px 20px;
    font-size: 3.3078880407vw;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
  }
}
.page-index .blog .list li a:before {
  background-color: #fff;
  content: "";
  display: block;
  position: absolute;
  top: -100px;
  left: 0;
  width: 30px;
  height: 100%;
  opacity: 0;
  transition: cubic-bezier(0.32, 0, 0.67, 0);
}
.page-index .blog .list li a:hover {
  opacity: 1;
}
.page-index .blog .list li a:hover:before {
  animation: shine 0.5s linear;
}
.page-index .blog .list li a span {
  border-bottom: 1px solid #fff;
}

.page-about .section {
  padding-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section {
    padding-top: 10.1781170483vw;
  }
}
.page-about .section .inner {
  max-width: 1200px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.page-about .section .box {
  display: grid;
  grid-template-columns: 3fr 5fr;
  gap: 32px;
  align-items: center;
  max-width: 840px;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .box {
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
}
.page-about .section .box:nth-of-type(1) {
  margin-top: 0;
}
.page-about .section .box:nth-of-type(2n) {
  grid-template-columns: 5fr 3fr;
  margin-left: auto;
  margin-right: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .box:nth-of-type(2n) {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}
.page-about .section .box:nth-of-type(2n) .img {
  order: 3;
}
.page-about .section .box:nth-of-type(2n) .content {
  text-align: right;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .box:nth-of-type(2n) .content {
    text-align: left;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .box .content {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.page-about .section .box .title {
  font-size: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .box .title {
    font-size: 3.5623409669vw;
  }
}
.page-about .section .box .text {
  font-size: 16px;
  line-height: 2;
  margin-top: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-about .section .box .text {
    font-size: 2.5445292621vw;
    margin-top: 20px;
  }
}

.page-philosophy .section {
  padding-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-philosophy .section {
    padding-top: 10.1781170483vw;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-philosophy .section .inner {
    padding-left: 7px;
    padding-right: 7px;
  }
}
.page-philosophy .section .img {
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
}

.page-message .section {
  padding-top: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-message .section {
    padding-top: 10.1781170483vw;
  }
}
.page-message.-ceo .section .box {
  display: grid;
  grid-template-columns: 3fr 10fr;
  align-items: center;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-ceo .section .box {
    grid-template-columns: 2fr 3fr;
    gap: 28px;
    align-items: flex-start;
  }
}
.page-message.-ceo .section .box .thumbnail {
  position: relative;
}
.page-message.-ceo .section .box .thumbnail .img {
  width: 100%;
}
.page-message.-ceo .section .box .thumbnail .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.page-message.-ceo .section .box .thumbnail .content .info {
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-ceo .section .box .thumbnail .content .info {
    font-size: 10px;
    line-height: 2;
  }
}
.page-message.-ceo .section .box .thumbnail .content .sns a {
  width: 32px;
  display: block;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-ceo .section .box .thumbnail .content .sns a {
    width: 20px;
  }
}
.page-message.-ceo .section .box .text {
  border-left: 1px solid #000;
  padding-left: 80px;
  margin-left: 80px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-ceo .section .box .text {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 10px;
    line-height: 2;
  }
}
.page-message.-teams .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.page-message.-teams .list li .content {
  margin-top: 12px;
  text-align: center;
}
.page-message.-teams .list li .content .info .position {
  font-size: 15px;
  line-height: 2;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams .list li .content .info .position {
    font-size: 10px;
    line-height: 2;
  }
}
.page-message.-teams .list li .content .info .name {
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams .list li .content .info .name {
    font-size: 10px;
    line-height: 2;
  }
}
.page-message.-teams-detail .section .box {
  display: grid;
  grid-template-columns: 3fr 10fr;
  align-items: flex-start;
  padding-top: 140px;
}
.page-message.-teams-detail .section .box:nth-of-type(1) {
  margin-top: -120px;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams-detail .section .box {
    grid-template-columns: 2fr 3fr;
    gap: 28px;
    padding-top: 80px;
  }
}
.page-message.-teams-detail .section .box:nth-of-type(2n) {
  grid-template-columns: 10fr 3fr;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams-detail .section .box:nth-of-type(2n) {
    grid-template-columns: 3fr 2fr;
  }
}
.page-message.-teams-detail .section .box:nth-of-type(2n) .thumbnail {
  order: 2;
}
.page-message.-teams-detail .section .box:nth-of-type(2n) .text {
  order: 1;
  border-left: none;
  padding-left: 0;
  margin-left: 0;
  padding-right: 80px;
  margin-right: 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams-detail .section .box:nth-of-type(2n) .text {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
}
.page-message.-teams-detail .section .box:nth-of-type(2n) .text::before {
  content: "";
  left: inherit;
  right: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams-detail .section .box:nth-of-type(2n) .text::before {
    right: -12px;
    min-height: inherit;
  }
}
.page-message.-teams-detail .section .box .thumbnail {
  position: relative;
}
.page-message.-teams-detail .section .box .thumbnail .img {
  width: 100%;
}
.page-message.-teams-detail .section .box .thumbnail .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.page-message.-teams-detail .section .box .thumbnail .content .info {
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams-detail .section .box .thumbnail .content .info {
    font-size: 10px;
    line-height: 2;
  }
}
.page-message.-teams-detail .section .box .thumbnail .content .info .name {
  font-size: 18px;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams-detail .section .box .thumbnail .content .info .name {
    font-size: 10px;
    line-height: 2;
  }
}
.page-message.-teams-detail .section .box .text {
  padding-left: 80px;
  margin-left: 80px;
  font-size: 16px;
  line-height: 1.875;
  font-weight: bold;
  position: relative;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams-detail .section .box .text {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
    font-size: 10px;
    line-height: 2;
  }
}
.page-message.-teams-detail .section .box .text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #000;
  min-height: 420px;
}
@media print, screen and (max-width: 1079px) {
  .page-message.-teams-detail .section .box .text::before {
    left: -12px;
    min-height: inherit;
  }
}

.page-nr-nine .list {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-nr-nine .list {
    margin-top: 40px;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
  }
}
.page-nr-nine .list li .movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
@media print, screen and (max-width: 1079px) {
  .page-nr-nine .list li .movie iframe {
    width: 100%;
  }
}

.page-company .section .list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px 80px;
}
@media print, screen and (max-width: 1079px) {
  .page-company .section .list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-company .section .list li {
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 24px 40px;
  background-color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .page-company .section .list li {
    padding: 24px 0 24px 40px;
  }
}
.page-company .section .list .table {
  width: 100%;
  border-collapse: collapse;
}
.page-company .section .list .table th,
.page-company .section .list .table td {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 8px;
  padding-bottom: 8px;
  vertical-align: top;
  line-height: 1.875;
}
@media print, screen and (max-width: 1079px) {
  .page-company .section .list .table th,
  .page-company .section .list .table td {
    font-size: 3.5623409669vw;
    padding-top: 2.0356234097vw;
    padding-bottom: 2.0356234097vw;
    line-height: 1.96;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-company .section .list .table th {
    width: 40%;
  }
}
.page-company .section .list .table td {
  padding-left: 70px;
  padding-right: 40px;
}
@media print, screen and (max-width: 1079px) {
  .page-company .section .list .table td {
    padding-left: 0;
    padding-right: 0;
    width: 50%;
  }
}

.page-recruit .section .inner {
  max-width: 1240px;
}
.page-recruit .section .list {
  padding-top: 60px;
  display: grid;
  grid-template-columns: 700px;
  justify-content: center;
  gap: 50px;
}
@media print, screen and (max-width: 1079px) {
  .page-recruit .section .list {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.page-recruit .section .list .item {
  box-shadow: 3px 3px 4px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  background-color: #fff;
}
.page-recruit .section .list .item .title {
  font-size: 20px;
  text-align: center;
  color: #fff;
  background: #4e4a47;
  padding: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-recruit .section .list .item .title {
    font-size: 4.0712468193vw;
  }
}
.page-recruit .section .list .item .content {
  padding: 24px 40px 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-recruit .section .list .item .content {
    padding: 24px 20px;
  }
}
.page-recruit .section .list .item .button {
  margin-top: 24px;
  text-align: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  width: 100%;
}
@media print, screen and (max-width: 1079px) {
  .page-recruit .section .list .item .button {
    position: relative;
    bottom: inherit;
    margin-top: 24px;
  }
}
.page-recruit .section .list .item .button a {
  display: inline-block;
  padding: 6px 20px;
  font-weight: 500;
  border: 1px solid #4e4a47;
}
.page-recruit .section .list .table {
  width: 100%;
  border-collapse: collapse;
}
.page-recruit .section .list .table th,
.page-recruit .section .list .table td {
  font-size: 16px;
  line-height: 1.6;
  padding-top: 12px;
  padding-bottom: 12px;
  vertical-align: top;
}
@media print, screen and (max-width: 1079px) {
  .page-recruit .section .list .table th,
  .page-recruit .section .list .table td {
    font-size: 3.5623409669vw;
    padding-top: 2.5445292621vw;
    padding-bottom: 2.5445292621vw;
  }
}
.page-recruit .section .list .table th {
  font-weight: bold;
  width: 110px;
}
.page-service .section h2 {
  font-size: 28px;
  line-height: 1.4285714286;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section h2 {
    font-size: 5.0890585242vw;
    line-height: 1.8;
  }
}
.page-service .section .lead {
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section .lead {
    font-size: 4.0712468193vw;
  }
}
.page-service .section01 {
  text-align: center;
}
.page-service .section01 .inner {
  max-width: 1100px;
}
.page-service .section01 h2 {
  font-size: 28px;
  line-height: 1.4285714286;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section01 h2 {
    font-size: 5.0890585242vw;
    line-height: 1.8;
  }
}
.page-service .section01 .text {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section01 .text {
    font-size: 3.5623409669vw;
    margin-top: 32px;
  }
}
.page-service .section01 .img {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section01 .img {
    width: 100%;
    margin-top: 32px;
  }
}
.page-service .section02 {
  margin-top: 160px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 {
    margin-top: 80px;
  }
}
.page-service .section02 .point .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list {
    display: block;
  }
}
.page-service .section02 .point .list li {
  border-left: 1px solid #707070;
  border-bottom: 1px solid #707070;
}
.page-service .section02 .point .list li .bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  min-height: 799px;
  text-align: center;
  color: #fff;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list li .bg {
    min-height: auto;
    padding-bottom: 20.3562340967vw;
  }
}
.page-service .section02 .point .list li:nth-of-type(1) {
  border-left: none;
}
.page-service .section02 .point .list li:nth-of-type(1) .bg {
  background-image: url(../img/index/section01-img04.png);
}
.page-service .section02 .point .list li:nth-of-type(2) .bg {
  background-image: url(../img/index/section01-img06.png);
}
.page-service .section02 .point .list li:nth-of-type(3) .bg {
  background-image: url(../img/index/section01-img08.png);
}
.page-service .section02 .point .list li .img {
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list li .img {
    width: 30.534351145vw;
  }
}
.page-service .section02 .point .list li .content {
  margin-top: 30px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list li .content {
    margin-top: 12px;
  }
}
.page-service .section02 .point .list li .content .label {
  font-size: 18px;
  line-height: 1.1111111111;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list li .content .label {
    font-size: 3.0534351145vw;
  }
}
.page-service .section02 .point .list li .content h2 {
  margin-top: 4px;
  font-size: 32px;
  line-height: 1.3125;
  font-weight: normal;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list li .content h2 {
    font-size: 5.0890585242vw;
  }
}
.page-service .section02 .point .list li .box {
  padding: 2.76041667vw 4.20833333vw;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list li .box {
    padding: 8.1424936387vw;
  }
}
.page-service .section02 .point .list li .box .title {
  font-size: 22px;
  line-height: 1.4545454545;
  font-weight: bold;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list li .box .title {
    font-size: 5.0890585242vw;
  }
}
.page-service .section02 .point .list li .box .text {
  margin-top: 1.5625vw;
  font-size: 14px;
  line-height: 2;
  text-align: left;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section02 .point .list li .box .text {
    font-size: 3.5623409669vw;
  }
}
.page-service .section02 .point .list li .box .caption {
  margin-top: 1.25vw;
}
.page-service .section03 {
  margin-top: 160px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section03 {
    margin-top: 80px;
  }
}
.page-service .section03 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 70px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section03 .list {
    margin-top: 20px;
  }
}
.page-service .section03 .list li {
  width: 310px;
  margin-right: 35px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section03 .list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.page-service .section03 .list li:nth-of-type(3n) {
  margin-right: 0;
}
.page-service .section03 .list li .title {
  color: #006344;
  margin-top: 16px;
  font-size: 16px;
  line-height: 1.5;
}
.page-service .section03 .list li .text {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 10px;
}
.page-service .section04 {
  margin-top: 20px;
}
.page-service .section04 .text01 {
  font-size: 16px;
  line-height: 1.625;
  margin-top: 20px;
}
.page-service .section04 .box {
  margin-top: 50px;
  font-size: 16px;
  line-height: 1.875;
  padding: 30px 50px;
  border: 1px solid #707070;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section04 .box {
    padding: 6.106870229vw;
  }
}
.page-service .section05 {
  margin-top: 120px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section05 {
    margin-top: 60px;
  }
}
.page-service .section05 .list .item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section05 .list .item {
    margin-top: 40px;
  }
}
.page-service .section05 .list .item:nth-of-type(1) {
  margin-top: 0;
}
.page-service .section05 .list .item .img {
  width: 300px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section05 .list .item .img {
    width: 100%;
  }
}
.page-service .section05 .list .item .content {
  width: 650px;
  margin-left: 48px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section05 .list .item .content {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}
.page-service .section05 .list .item .content h2 {
  font-size: 22px;
  line-height: 1.1818181818;
  color: #006344;
  text-align: left;
  border-bottom: 1px solid #302D2C;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section05 .list .item .content h2 {
    font-size: 4.5801526718vw;
  }
}
.page-service .section05 .list .item .content .text {
  font-size: 14px;
  line-height: 1.8571428571;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section05 .list .item .content .text {
    font-size: 3.5623409669vw;
  }
}
.page-service .section05 .list .item .content .tag {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section05 .list .item .content .tag {
    margin-top: 12px;
  }
}
.page-service .section05 .list .item .content .tag li {
  width: 200px;
  background: #D2D2D2;
  text-align: center;
  padding: 12px 0;
  font-size: 16px;
  line-height: 1.625;
  margin-right: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section05 .list .item .content .tag li {
    width: 35.6234096692vw;
    font-size: 3.0534351145vw;
    padding: 2.0356234097vw;
  }
}
.page-service .section06 {
  margin-top: 160px;
  background: #F3F2F1;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 {
    margin-top: 80px;
  }
}
.page-service .section06 .inner {
  background: #fff;
  max-width: 1204px;
  padding: 80px 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .inner {
    padding: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-service .section06 .list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.page-service .section06 .list li {
  width: 300px;
  margin-right: 50px;
  margin-bottom: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .list li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 40px;
  }
}
.page-service .section06 .list li:nth-of-type(3n) {
  margin-right: 0;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .list li:nth-of-type(3n) {
    margin-right: 4%;
  }
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .list li:nth-of-type(2n) {
    margin-right: 0;
  }
}
.page-service .section06 .list li .title {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.5;
  padding: 15px;
  background: #333333;
  border-radius: 10px 10px 0px 0px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .list li .title {
    font-size: 3.5623409669vw;
    padding: 2.0356234097vw;
  }
}
.page-service .section06 .list li .text {
  margin-top: 16px;
  font-size: 14px;
  line-height: 1.7142857143;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .list li .text {
    font-size: 3.0534351145vw;
    margin-top: 8px;
  }
}
.page-service .section06 .box01 {
  position: relative;
  background: #E8EFED;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box01 {
    padding: 6.106870229vw;
  }
}
.page-service .section06 .box01 .figure01 {
  position: absolute;
  width: 90px;
  top: -45px;
  left: -45px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box01 .figure01 {
    width: 12.7226463104vw;
    top: -5.0890585242vw;
    left: -5.0890585242vw;
  }
}
.page-service .section06 .box01 .content {
  width: 473px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box01 .content {
    width: 100%;
  }
}
.page-service .section06 .box01 .content h3 {
  color: #006344;
  font-size: 28px;
  line-height: 1.1428571429;
  border-left: 6px solid #006344;
  padding-left: 24px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box01 .content h3 {
    font-size: 4.5801526718vw;
    border-left: 3px solid #006344;
    padding-left: 18px;
  }
}
.page-service .section06 .box01 .content .text {
  font-size: 14px;
  line-height: 1.8571428571;
  margin-top: 12px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box01 .content .text {
    font-size: 3.0534351145vw;
  }
}
.page-service .section06 .box01 .img {
  width: 373px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box01 .img {
    width: 100%;
    margin-top: 12px;
  }
}
.page-service .section06 .box02 {
  text-align: center;
  border: 1px solid #B2B2B2;
  border-radius: 20px;
  padding: 50px;
  margin-top: 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box02 {
    margin-top: 50px;
    padding: 6.106870229vw;
  }
}
.page-service .section06 .box02 .title {
  font-size: 28px;
  line-height: 1.1428571429;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box02 .title {
    font-size: 4.5801526718vw;
    line-height: 1.8;
  }
}
.page-service .section06 .box02 .img {
  margin-top: 40px;
  width: 843px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section06 .box02 .img {
    width: 100%;
    margin-top: 24px;
  }
}
.page-service .section06 .annotation {
  margin-top: 8px;
  font-size: 14px;
  line-height: 2;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
.page-service .section07 {
  margin-top: 100px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section07 {
    margin-top: 60px;
  }
}
.page-service .section07 .inner {
  max-width: 1204px;
  padding: 80px 100px;
  background: #F3F2F1;
  border-radius: 20px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section07 .inner {
    padding: 6.106870229vw;
    border-radius: 0;
  }
}
.page-service .section07 .box01 .img {
  margin-top: 70px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section07 .box01 .img {
    margin-top: 24px;
  }
}
.page-service .section07 .box01 .annotation {
  margin-top: 24px;
  line-height: 2;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section07 .box01 .annotation {
    margin-top: 12px;
  }
}
.page-service .section07 .box02 {
  margin-top: 114px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section07 .box02 {
    margin-top: 50px;
  }
}
.page-service .section07 .box02 .img {
  margin-top: 50px;
  width: 796px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section07 .box02 .img {
    width: 100%;
    margin-top: 24px;
  }
}
.page-service .section08 {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F3F2F1;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section08 {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 60px;
  }
}
.page-service .section08 .lead {
  font-size: 22px;
  line-height: 1.4545454545;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section08 .lead {
    font-size: 4.5801526718vw;
  }
}
.page-service .section08 .annotation {
  font-size: 12px;
  line-height: 1.6666666667;
  margin-top: 8px;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section08 .annotation {
    font-size: 3.0534351145vw;
  }
}
.page-service .section08 .list {
  margin-top: 60px;
}
@media print, screen and (max-width: 1079px) {
  .page-service .section08 .list {
    margin-top: 30px;
  }
}

.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 {
  background-color: #ddd;
  padding-bottom: 200px;
}
@media print, screen and (max-width: 1079px) {
  .page-contact {
    padding-bottom: 25.4452926209vw;
  }
}

body {
  font-size: 14px;
  line-height: 1.8;
  color: #333333;
  font-family: "Shippori Mincho B1", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 400;
}
body * {
  font-feature-settings: "palt";
}
body a {
  color: #333333;
  transition: all 0.3s ease-out;
}
body .inner {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 1079px) {
  body .inner {
    padding-left: 28px;
    padding-right: 28px;
  }
}
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 .bg-white {
  background-image: url(../images/common/bg02.jpg);
  background-repeat: repeat-y;
  background-position: left top;
  background-size: 100vw;
}
@media print, screen and (max-width: 1079px) {
  body .bg-white {
    background-image: url(../images/common/bg02-sp.jpg);
  }
}
body .a-button {
  width: 100%;
  max-width: 180px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media print, screen and (max-width: 1079px) {
  body .a-button {
    max-width: 120px;
  }
}
body .a-button a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 3px 24px;
  border-radius: 50px;
  border: 1px solid #000;
}
@media print, screen and (max-width: 1079px) {
  body .a-button a {
    font-size: 2.7989821883vw;
    padding: 3px 0;
    box-shadow: none;
    font-weight: 400;
  }
}
body .a-button-square {
  width: 100%;
  max-width: 145px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
body .a-button-square a {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  padding: 8px 12px;
  border: 1px solid #000;
}
body .a-button-square a:hover {
  opacity: 1;
  color: #fff;
  background-color: #4e4a47;
}
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-header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 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: 30%;
  height: 100svh;
  transition: transform 0.4s;
  transform: translate(100%, 0);
  background: #fff;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi {
    width: 60%;
    top: 42px;
    height: 200svh;
  }
}
body .o-spNavi.is-active {
  transform: translate(0, 0);
}
body .o-spNavi .inner {
  padding: 0 40px 100px;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .inner {
    padding: 20px 40px;
  }
}
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 a {
  display: block;
  width: 100%;
  padding: 16px 0;
  position: relative;
  line-height: 1.4;
  font-size: 13px;
  font-weight: 600;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a {
    font-size: 3.3078880407vw;
    padding: 10px 0;
  }
}
body .o-spNavi .o-spNavi__item .item a .label {
  position: relative;
  display: block;
  font-size: 10px;
  color: #7a7a7a;
  margin-top: 0;
  font-weight: 500;
}
@media print, screen and (max-width: 1079px) {
  body .o-spNavi .o-spNavi__item .item a .label {
    font-size: 2.5445292621vw;
  }
}
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;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  width: 100%;
}
body .o-spNavi .sns li {
  width: 50px;
  margin-left: 8px;
  margin-right: 8px;
}
body .o-spNavi .logo {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 18px;
}

.js-spNavi_btn {
  width: 60px;
}

.fix-button {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 150px;
  z-index: 1;
}
@media print, screen and (max-width: 1079px) {
  .fix-button {
    bottom: 20px;
    right: 20px;
    width: 25.4452926209vw;
  }
}

.relation {
  padding-bottom: 80px;
}
.relation .inner {
  max-width: 840px;
}
.relation .button {
  margin-left: auto;
  margin-right: 0;
  margin-top: 40px;
}

.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;
}

.js-enlarge {
  cursor: pointer;
}

.img-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 9999;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.7);
}

.img-modal.is-active {
  display: flex;
}

.img-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.7);
}

.img-modal__content {
  position: relative;
  z-index: 1;
  max-width: 90%;
  max-height: 90%;
  animation: modalIn 0.3s ease;
  will-change: transform;
}

.img-modal__img {
  max-width: 800px;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.img-modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

@keyframes modalIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.scrollbar {
  position: absolute;
  bottom: 140px;
  right: 6%;
  width: 16px;
  margin: auto;
  z-index: 10;
}
.scrollbar .scrollbar-txt {
  color: #fff;
  writing-mode: vertical-rl;
  line-height: 16px;
  font-size: 14px;
}

.scrollbar .scrollbar-baseline {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 1px;
  height: 100px;
  opacity: 0.2;
  background: #fff;
}

.scrollbar .scrollbar-line {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
  width: 1px;
  height: 100px;
  background: #fff;
  opacity: 1;
  animation: scrolldown 2.5s ease-in-out infinite;
}

@keyframes scrolldown {
  0% {
    height: 0px;
  }
  30% {
    height: 100px;
  }
  75% {
    height: 100px;
    top: auto;
    bottom: calc(0% - 110px);
  }
  100% {
    height: 0px;
    top: auto;
    bottom: calc(0% - 110px);
  }
}
.a-required {
  font-size: 20px;
  margin-left: 4px;
  top: 0;
}
@media print, screen and (max-width: 1079px) {
  .a-required {
    font-size: 18px;
  }
}