/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!../assets/scss/styles.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

@media screen and (max-width: 750px) {
  .tb:not(.sp) {
    display: none;
  }
  .pc:not(.sp) {
    display: none;
  }
}
@media screen and (min-width: 751px) and (max-width: 1200px) {
  .sp:not(.tb) {
    display: none;
  }
  .pc:not(.tb) {
    display: none;
  }
  .sp-none{
    display:none;
  }
}
@media screen and (min-width: 1201px) {
  .sp:not(.pc) {
    display: none;
  }
  .tb:not(.pc) {
    display: none;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: "Hiragino Sans W5";
  src: local(HiraginoSans-W5);
}
@font-face {
  font-family: "Hiragino Sans W6";
  src: local(HiraginoSans-W6);
}
@font-face {
  font-family: "Hiragino Sans W7";
  src: local(HiraginoSans-W7);
}
:root {
  --site-base-color: #48b4ac;
  --site-text-color: #3e3a39;
  --another-fonts: "noto sans jp","BIZ UDゴシック Regular","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  --w5-font: "Hiragino Sans W5", "ヒラギノ角ゴシック ProN W5","Hiragino Kaku Gothic ProN W5", var(--another-fonts);
  --site-base-font: "Hiragino Sans", "ヒラギノ角ゴシック ProN W5", "Hiragino Kaku Gothic ProN", var(--another-fonts);
}

html {
  font-size: 6.25%;
}
@media (max-width: 750px) {
  html {
    font-size: calc(100vw / 750);
  }
}
@media (min-width: 751px) and (max-width: 1200px) {
  html {
    font-size: calc(100vw / 1200);
  }
}
@media (min-width: 1201px) {
  html {
    font-size: 6.25%;
  }
}

@media only screen and (min-width: 1201px) {
  _:lang(x) + _:-webkit-full-screen-document,
html {
    font-size: 0.0833333333vw;
  }
}

body {
  -webkit-text-size-adjust: none;
  font-feature-settings: "palt";
  font-family: var(--site-base-font);
  color: var(--site-text-color);
}

img {
  max-width: 100%;
  height: auto;
}

.js-accordion-contents {
  display: none;
}

#header {
  display: none;
}

#footer {
  display: none;
}

hr {
  display: none;
}

p{
  font-weight:400;}

#top main {
  font-family: var(--w5-font);
}
#top .keyvisual {
  position: relative;
  height: 800px;
  margin: 0 0 62px;
  padding-top: 107px;
  background: url(/assets/images/top/keyvisual-bg.png) no-repeat center/cover;
}
#top .keyvisual .particle-field {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
#top .keyvisual .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/top/keyvisual-image.png) no-repeat left bottom;
}
#top .keyvisual .image .image-animation {
  position: absolute;
  width: 100%;
  height: 100%;
}
#top .keyvisual .image .image-animation img {
  position: absolute;
}
#top .keyvisual .image .image-animation .cloud {
  width: 43px;
  height: 36px;
  -webkit-animation: 4s linear infinite alternate none;
          animation: 4s linear infinite alternate none;
}
#top .keyvisual .image .image-animation .cloud01 {
  top: 130px;
  left: 180px;
  -webkit-animation-name: cloud01;
          animation-name: cloud01;
}
#top .keyvisual .image .image-animation .cloud02 {
  top: 123px;
  left: 250px;
  -webkit-animation-name: cloud02;
          animation-name: cloud02;
}
#top .keyvisual .image .image-animation .cloud03 {
  top: 130px;
  left: 680px;
  -webkit-animation-name: cloud01;
          animation-name: cloud01;
}
#top .keyvisual .image .image-animation .cloud04 {
  top: 200px;
  left: 740px;
  -webkit-animation-name: cloud02;
          animation-name: cloud02;
}
#top .keyvisual .image .image-animation .wrap {
  position: relative;
  overflow: hidden;
}
#top .keyvisual .image .image-animation .display {
  top: 0px;
}
#top .keyvisual .image .image-animation .wrap01 {
  width: 191px;
  height: 222px;
  top: 155px;
  left: 75px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
}
#top .keyvisual .image .image-animation .wrap01 .display01 {
  -webkit-animation: display01 9s linear infinite none;
          animation: display01 9s linear infinite none;
}
#top .keyvisual .image .image-animation .wrap02 {
  width: 195px;
  height: 215px;
  top: 80px;
  left: 250px;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 50%, 0 100%);
}
#top .keyvisual .image .image-animation .wrap02 .display02 {
  -webkit-animation: display03 9s linear infinite none;
          animation: display03 9s linear infinite none;
}
#top .keyvisual .image .image-animation .wrap03 {
  width: 192px;
  height: 212px;
  top: -130px;
  left: 480px;
  -webkit-clip-path: polygon(0 0%, 100% 0, 100% 50%, 0 100%);
          clip-path: polygon(0 0%, 100% 0, 100% 50%, 0 100%);
}
#top .keyvisual .image .image-animation .wrap03 .display03 {
  -webkit-animation: display02 9s linear infinite none;
          animation: display02 9s linear infinite none;
}
#top .keyvisual .image .image-animation .wrap04 {
  width: 203px;
  height: 216px;
  top: -600px;
  left: 495px;
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
          clip-path: polygon(0 0, 100% 0%, 100% 100%, 0 50%);
}
#top .keyvisual .image .image-animation .wrap04 .display04 {
  -webkit-animation: display04 9s linear infinite none;
          animation: display04 9s linear infinite none;
}
#top .keyvisual .image .image-animation .airplane {
  width: 48px;
  height: 32px;
  top: 110px;
  left: 465px;
  -webkit-animation: airplane 4s linear infinite none;
          animation: airplane 4s linear infinite none;
}
@-webkit-keyframes cloud01 {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(0px, 10px);
  }
  66% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}
@keyframes cloud01 {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(0px, 10px);
  }
  66% {
    transform: translate(0px, 5px);
  }
  100% {
    transform: translate(0px, 15px);
  }
}
@-webkit-keyframes cloud02 {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(0px, -10px);
  }
  66% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, -15px);
  }
}
@keyframes cloud02 {
  0% {
    transform: translate(0px, 0px);
  }
  33% {
    transform: translate(0px, -10px);
  }
  66% {
    transform: translate(0px, -5px);
  }
  100% {
    transform: translate(0px, -15px);
  }
}
@-webkit-keyframes display01 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  1% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  55% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  56% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes display01 {
  0% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  1% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  55% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  56% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes display02 {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  4% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  57% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  58% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes display02 {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  4% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  57% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  58% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes display03 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  6% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  59% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  60% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes display03 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  6% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  59% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  60% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes display04 {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  8% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  61% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  62% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes display04 {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
  }
  8% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  61% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
  }
  62% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes airplane {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-550px, 465px);
  }
}
@keyframes airplane {
  0% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(-550px, 465px);
  }
}
#top .keyvisual .lead {
  position: relative;
  max-width: 1310px;
  margin: 0 auto;
  padding: 220px 0 0;
  text-align: right;
}
#top .keyvisual .textline-image {
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 62px;
  background: url("/assets/images/top/keyvisual-textline.svg") repeat-x center/cover;
  -webkit-animation: textline 20s linear infinite;
          animation: textline 20s linear infinite;
}

@-webkit-keyframes textline {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
@keyframes textline {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2000px 0;
  }
}
#top .keyvisual .service-banner {
  position: relative;
  margin: 80px 40px 0 0;
  display: flex;
  justify-content: flex-end;
  gap: 0 20px;
}
#top .keyvisual .service-banner a {
  display: inline-block;
  position: relative;
}
#top .keyvisual .service-banner a:hover {
  opacity: 0.8;
}
#top .keyvisual .service-banner a img {
  width: 100%;
  height: auto;
}
#top .keyvisual .service-banner .link01::after {
  position: absolute;
  content: "";
  bottom: -16px;
  right: -10px;
  width: 110px;
  height: 31px;
  background: url("/assets/images/top/top-banner-link01.png") no-repeat center center/contain;
}
#top .keyvisual .service-banner .link02::after {
  position: absolute;
  content: "";
  bottom: -16px;
  right: -10px;
  width: 110px;
  height: 31px;
  background: url("/assets/images/top/top-banner-link02.png") no-repeat center center/contain;
}
#top .news-section {
  --radius: 60px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto 60px;
  padding: 1px;
  border-radius: var(--radius);
  background: linear-gradient(to right bottom, #cfe51c 0%, #48b4ac 100%);
}
#top .news-section::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  background: rgba(27, 96, 89, 0.1);
  mix-blend-mode: multiply;
  filter: blur(6px);
}
#top .news-section .box {
  position: relative;
  padding: 60px 40px 48px;
  border-radius: var(--radius);
  background: #fff;
}
#top .news-section .inner {
  max-width: 936px;
  margin: 0 auto;
}
#top .news-section .header {
  display: flex;
  align-items: flex-end;
  margin: 0 0 36px;
}
#top .news-section .header .title {
  margin: 0 36px 0 0;
  font-size: 0;
}
#top .news-section .header .archive-link {
  position: relative;
  padding: 0 21px 4px 4px;
  border-bottom: 1px solid var(--site-base-color);
  font-size: 12px;
}
#top .news-section .header .archive-link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 8px;
  height: 1px;
  background: var(--site-base-color);
  transform-origin: right bottom;
  transform: translate(0, 1px) rotate(32deg);
}
#top .news-section .header .archive-link a {
  color: var(--site-base-color);
}
#top .news-section .news {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-size: 12px;
}
#top .news-section .news a:hover {
  text-decoration: underline;
}
#top .news-section .news .info {
  display: flex;
  align-items: center;
  margin: 0 30px 0 0;
}
#top .news-section .news .info time {
  margin: 0 18px 0 0;
}
#top .news-section .news .info .label a {
  display: block;
  width: 100px;
  padding: 7px;
  border-radius: 13px;
  background: linear-gradient(to right, #32d7c8, #d2e619);
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
}
#top .news-section .news .title {
  width: 590px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
#top .about-section {
  position: relative;
  min-height: 630px;
  background: url(/assets/images/top/about-bg.png) repeat-x bottom/auto 100%;
  overflow: hidden;
  margin-bottom: 100px;
}
#top .about-section::before, #top .about-section::after {
  content: "";
  position: absolute;
  width: 200%;
  height: 200%;
  background: #fff;
  transform: rotate(-5deg);
}
#top .about-section::before {
  bottom: 100%;
  right: 0;
  transform-origin: right bottom;
}
#top .about-section::after {
  top: 100%;
  left: 0;
  transform-origin: left top;
}
#top .about-section .image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0;
}
#top .about-section .image.is-animation {
  opacity: 1;
  -webkit-animation: SlideIn 1.2s;
          animation: SlideIn 1.2s;
}
@-webkit-keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateX(-100px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
#top .about-section .contents {
  display: flex;
  justify-content: flex-end;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 120px 0 0;
  font-size: 14px;
  line-height: 2.142;
  z-index: 5;
}
#top .about-section .contents .inner {
  flex-basis: 465px;
  margin: 0 36px;
}
#top .about-section .header {
  margin: 0 0 28px;
  line-height: 1.2;
}
#top .about-section .header .title {
  margin: 0 0 28px;
  padding: 0 8px;
}
#top .about-section .header .lead {
  font-size: 30px;
}
#top .about-section .about-text {
  font-size: 16px;
  font-weight: 500;
}
#top .about-section .viewmore {
  margin: 14px 0 0;
  font-size: 12px;
}
#top .about-section .viewmore a {
  display: inline-block;
  position: relative;
  padding: 0 22px 6px 14px;
  border-bottom: 1px solid var(--site-text-color);
  line-height: 1.2;
  font-size:16px;
}
#top .about-section .viewmore a::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 10px;
  height: 1px;
  background: var(--site-text-color);
  transform-origin: right bottom;
  transform: rotate(32deg);
}
#top .service-section {
  position: relative;
  margin: 0 0 208px;
}
#top .service-section .header {
  margin: 0 0 120px;
  text-align: center;
}
#top .service-section .header .title {
  margin: 0 0 10px;
}
#top .service-section .header .subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.75;
}
#top .service-section .contents a:hover {
  opacity: 0.7;
}
#top .service-section .contents .features {
  display: flex;
  flex-wrap: wrap;
}
#top .service-section .contents .features li {
  margin: 0 12px 12px 0;
  padding: 12px 16px;
  border-radius: 18px;
  background: #fff;
  font-size: 14px;
  white-space: nowrap;
}
#top .service-section .contents .services .column.pension .lead {
  width: 630px;
  padding: 38px 60px 32px;
  font-family: var(--site-base-font);
  font-size: 18px;
  font-weight: bold;
  background: url(/assets/images/top/service-header-bg3.png) no-repeat right top;
  color: #48b4ac;
}
#top .service-section .contents .services .column.pension .lead em {
  font-style: normal;
  font-size: 24px;
}
#top .service-section .contents .services .column.pension .lead .green {
  color: #80be25;
}
#top .service-section .contents .services .column.pension .service-for {
  padding: 20px 130px 20px 84px;
  font-size: 16px;
  font-weight: 500;
  background: url(/assets/images/top/service-header-bg4.png) no-repeat right center;
}
#top .service-section .contents .services .column.ie-reach .service-for {
  width: 466px;
  padding: 14px 20px 20px 56px;
  font-size: 16px;
  font-weight: 500;
  background: url(/assets/images/top/service-header-bg1.png) no-repeat left center;
}
#top .service-section .contents .services .column.ie-reach .lead {
  width: 780px;
  padding: 36px 60px;
  font-family: var(--site-base-font);
  font-size: 24px;
  font-weight: bold;
  background: url(/assets/images/top/service-header-bg2.png) no-repeat left center;
}
#top .service-section .contents .services .column.ie-reach .lead span {
  margin-right: 7px;
  font-size: 20px;
}
#top .service-section .contents .services .column.ie-reach .lead em {
  font-style: normal;
}
#top .service-section .contents .services .column.ie-reach .lead .blue {
  color: #48b4ac;
}
#top .service-section .contents .services .column.ie-reach .lead .green {
  color: #80be25;
}
#top .recruit-banner {
  padding: 0 0 62px;
}
#top .recruit-banner .banner {
  display: block;
  max-width: 1246px;
  margin: 0 auto;
  padding: 29px 36px;
  background-image: url(/assets/images/top/recruit-bg.png), linear-gradient(to right, #d2e619, #32d7c8);
}
#top .recruit-banner .banner:hover {
  opacity: 0.7;
}
#top .recruit-banner .banner .inner {
  display: flex;
  position: relative;
  padding: 50px 60px 32px 54px;
  color: #fff;
}
#top .recruit-banner .banner .inner::before, #top .recruit-banner .banner .inner::after {
  content: "";
  position: absolute;
  width: calc(100% - 52px);
  height: calc(100% - 34px);
}
#top .recruit-banner .banner .inner::before {
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
#top .recruit-banner .banner .inner::after {
  right: 0;
  bottom: 0;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
#top .recruit-banner .banner .inner .header {
  flex: 0 0 421px;
  margin: 0 32px 0 0;
  text-align: center;
}
#top .recruit-banner .banner .inner .header .lead {
  font-size: 30px;
  font-weight: bold;
  line-height: normal;
  letter-spacing: .1em;
}
#top .recruit-banner .banner .inner .header .title {
  margin: 20px 0 0 0;
}
#top .recruit-banner .banner .inner .description p {
  font-size: 16px;
  line-height: 1.9;
}
#top .recruit-banner .banner .inner .description img {
  margin: 32px 0 0 0;
}
#top .contact-block {
  position: relative;
  padding: 192px 0 130px;
  background: url(/assets/images/top/contact-bg.png) repeat-x center/auto 100%;
}
#top .contact-block .flashing-texts {
  position: absolute;
  top: 28%;
  left: -1730px;
}
#top .contact-block .flashing-texts .flashing-text01 {
  -webkit-animation: flashing-text 3s infinite;
          animation: flashing-text 3s infinite;
}
#top .contact-block .flashing-texts .flashing-text02 {
  -webkit-animation: flashing-text 3s 0.9s infinite;
          animation: flashing-text 3s 0.9s infinite;
}
#top .contact-block .flashing-texts .flashing-text03 {
  -webkit-animation: flashing-text 3s 1.2s infinite;
          animation: flashing-text 3s 1.2s infinite;
}
#top .contact-block .flashing-texts .flashing-text04 {
  -webkit-animation: flashing-text 3s 1.2s infinite;
          animation: flashing-text 3s 1.2s infinite;
}
#top .contact-block .flashing-texts .flashing-text05 {
  -webkit-animation: flashing-text 3s 1.5s infinite;
          animation: flashing-text 3s 1.5s infinite;
}
#top .contact-block .flashing-texts .flashing-text06 {
  -webkit-animation: flashing-text 3s 0.3s infinite;
          animation: flashing-text 3s 0.3s infinite;
}
#top .contact-block .flashing-texts .flashing-text07 {
  -webkit-animation: flashing-text 3s 0.6s infinite;
          animation: flashing-text 3s 0.6s infinite;
}
#top .contact-block .flashing-texts .flashing-text08 {
  -webkit-animation: flashing-text 3s 1.8s infinite;
          animation: flashing-text 3s 1.8s infinite;
}
@-webkit-keyframes flashing-text {
  0% {
    fill: #fff;
  }
  50% {
    fill: transparent;
  }
  100% {
    fill: #fff;
  }
}
@keyframes flashing-text {
  0% {
    fill: #fff;
  }
  50% {
    fill: transparent;
  }
  100% {
    fill: #fff;
  }
}
#top .contact-block .banner {
  position: relative;
  max-width: 940px;
  margin: 0 auto;
  padding: 30px;
  text-align: center;
}

#top .contact-block .banner .contact{
  display:flex;
  flex-flow: row wrap;
  justify-content :space-around;
  align-items: center;
  font-size: 20px;
  padding: 0 0 32px 0;
  color: #fff;
}
#top .contact-block .banner .contact p{
  width: calc(94% / 2);
}
#top .contact-block .banner .contact p a{
  padding: 20px 16px 20px 70px !important;
}

#top .contact-block .banner .contact a::after{
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url(/assets/images/common/btn-arrow.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 21px;
  left: 32px;
  background-size: contain;
  transform: skewX(20deg);
}
/* #top .contact-block .banner::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  transform: skewX(-21deg) translate(8px, 10px);
}
#top .contact-block .banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: url(/assets/images/top/contact-banner-bg.png);
  transform: skewX(-21deg);
}
#top .contact-block .banner a {
  color: #fff;
}
#top .contact-block .banner p {
  position: relative;
  z-index: 10;
}
#top .contact-block .banner .contact {
  margin: 0 0 6px;
  font-family: var(--site-base-font);
  font-size: 28px;
  font-weight: 600;
}
#top .contact-block .banner .contact a {
  display: inline-block;
  position: relative;
  padding: 0 10px 2px;
  border-bottom: 2px solid #fff;
}
#top .contact-block .banner .contact a:hover {
  opacity: 0.8;
} */
/* #top .contact-block .banner .contact a::before, #top .contact-block .banner .contact a::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  font-size: 0;
  transform: translate(0, -50%);
}
#top .contact-block .banner .contact a::before {
  left: -8px;
  border-color: transparent transparent transparent #fff;
  border-width: 4px 0 4px 7px;
}
#top .contact-block .banner .contact a::after {
  right: -8px;
  border-color: transparent #fff transparent transparent;
  border-width: 4px 7px 4px 0;
} 
#top .contact-block .banner .cancel {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 34px 0 0;
  font-size: 13px;
}
#top .contact-block .banner .cancel a {
  color: #48b4ac;
}
#top .contact-block .banner .cancel a:hover {
  text-decoration: underline;
} */

@media screen and (min-width: 1201px) {
  .service-section .header .subtitle br {
    display: none;
  }
  .service-section .bg-area {
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    right: -100%;
    left: -100%;
    bottom: 0;
  }
  .service-section .bg-area .column {
    display: flex;
    flex: 1 1 50%;
  }
  .service-section .bg-area .column::before, .service-section .bg-area .column::after {
    content: "";
  }
  .service-section .bg-area .column .image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .service-section .bg-area .column.pension {
    transform: translate(56rem, -20rem);
  }
  .service-section .bg-area .column.pension::before {
    flex: 1 1 auto;
    background: url(/assets/images/top/service-image-bg2-repeat.png) repeat-x right bottom/auto 100%;
  }
  .service-section .bg-area .column.pension::after {
    flex: 0 0 782rem;
    background: url(/assets/images/top/service-image3.png) no-repeat right 37rem bottom, url(/assets/images/top/service-image-bg2.png) repeat-x right bottom/auto 100%;
  }
  .service-section .bg-area .column.ie-reach {
    transform: translate(-64rem, 32rem);
  }
  .service-section .bg-area .column.ie-reach::before {
    flex: 0 0 793rem;
    background: url(/assets/images/top/service-image-bg1.png) no-repeat right bottom/auto 100%;
  }
  .service-section .bg-area .column.ie-reach::after {
    flex: 1 1 auto;
    background: url(/assets/images/top/service-image-bg1-repeat.png) repeat-x right bottom/auto 100%;
  }
  .service-section .images .pension {
    position: absolute;
    top: -120rem;
    left: 20rem;
    width: 274rem;
    height: 238rem;
    background: url(/assets/images/top/service-image4.png) no-repeat center/contain;
    transform: rotate(5.6deg);
  }
  .service-section .images .ie-reach1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/assets/images/top/service-image1.png) no-repeat right -16rem bottom;
    transform: translate(0, 32rem);
  }
  .service-section .images .ie-reach2 {
    position: absolute;
    bottom: -180rem;
    right: 110rem;
    width: 229rem;
    height: 262rem;
    background: url(/assets/images/top/service-image2.png) no-repeat center/contain;
    transform: rotate(5.6deg);
  }
  .service-section .contents {
    position: relative;
    height: 534rem;
    transform: rotate(-5.6deg);
  }
  .service-section .contents .services {
    display: flex;
    justify-content: space-between;
    position: relative;
    height: 534rem;
  }
  .service-section .contents .services .column {
    flex: 1 1 50%;
    display: flex;
    flex-direction: column;
  }
  .service-section .contents .services .column.pension {
    transform: translate(0, -20rem);
  }
  .service-section .contents .services .column.pension .column-header {
    margin: 0 0 318rem;
    padding-top: 34rem;
    text-align: right;
    transform: translate(8rem, 0);
  }
  .service-section .contents .services .column.pension .features {
    padding: 0 15rem;
  }
  .service-section .contents .services .column.pension .lead {
    position: absolute;
    bottom: -48rem;
    left: -40rem;
    width: 630rem;
    padding: 38rem 60rem 32rem;
    order: 1;
  }
  .service-section .contents .services .column.pension .service-for {
    position: absolute;
    bottom: -95rem;
    left: -36rem;
    order: 2;
  }
  .service-section .contents .services .column.ie-reach {
    transform: translate(0, 32rem);
  }
  .service-section .contents .services .column.ie-reach .service-for {
    position: absolute;
    top: -85rem;
    right: -72rem;
    width: 466rem;
    padding: 14rem 20rem 20rem 80rem;
  }
  .service-section .contents .services .column.ie-reach .lead {
    position: absolute;
    top: -40rem;
    right: -186rem;
    width: 780rem;
    padding: 36rem 60rem;
  }
  .service-section .contents .services .column.ie-reach .features {
    padding: 80rem 0 0 104rem;
  }
  .service-section .contents .services .column.ie-reach .column-header {
    margin: auto 0 30rem -24rem;
    order: 10;
  }
}
@media screen and (min-width: 751px) {
  #top .for-sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #top .keyvisual {
    padding-top: 60px;
    background-image: url(/assets/images/top/keyvisual-bg-sp.png);
  }
  #top .keyvisual .particle-field {
    width: 100%;
  }
  #top .keyvisual .lead {
    width: 694px;
    padding: 206px 0 0;
  }
  #top .keyvisual .service-banner {
    margin: 160px 30px 0 0;
  }
  #top .news-section {
    margin: 0 32px 60px;
  }
  #top .about-section .contents {
    margin: 0 0 40px;
    justify-content: center;
  }
  #top .about-section .contents .inner {
    flex-basis: auto;
  }
  #top .about-section .image {
    position: static;
  }
  #top .service-section .header {
    margin: 0 0 116px;
  }
  #top .service-section .contents .features li {
    margin: 0 8px 8px 0;
    color: #fff;
  }
  #top .service-section .contents .services .column {
    display: flex;
    flex-direction: column;
    position: relative;
    height: 534px;
  }
  #top .service-section .contents .services .column.pension {
    margin: 0 10px 210px 0;
    background: url(/assets/images/top/service-image3.png) no-repeat right 80px bottom, url(/assets/images/top/service-image-bg2.png) no-repeat right top;
    transform: rotate(-5.6deg);
  }
  #top .service-section .contents .services .column.pension::before {
    content: "";
    position: absolute;
    top: 0;
    right: min(736px, 100%);
    bottom: 0;
    width: 100%;
    background: url(/assets/images/top/service-image-bg2-repeat.png) repeat-x;
  }
  #top .service-section .contents .services .column.pension::after {
    content: "";
    position: absolute;
    top: -80px;
    left: -40px;
    width: 274px;
    height: 238px;
    background: url(/assets/images/top/service-image4.png) no-repeat;
  }
  #top .service-section .contents .services .column.pension .column-header {
    margin: 24px 40px;
    text-align: right;
  }
  #top .service-section .contents .services .column.pension .lead {
    position: absolute;
    bottom: -40px;
    left: -40px;
  }
  #top .service-section .contents .services .column.pension .service-for {
    position: absolute;
    bottom: -90px;
    left: -40px;
  }
  #top .service-section .contents .services .column.pension .features {
    position: absolute;
    top: -52px;
    right: 0;
  }
  #top .service-section .contents .services .column.pension .features li {
    background: #00b7ed;
  }
  #top .service-section .contents .services .column.ie-reach {
    margin: 0 0 0 10px;
    background: url(/assets/images/top/service-image-bg1.png) no-repeat left bottom;
    transform: rotate(-5.6deg);
  }
  #top .service-section .contents .services .column.ie-reach::before {
    content: "";
    position: absolute;
    top: 0;
    left: min(724px, 100%);
    bottom: 0;
    width: 100%;
    background: url(/assets/images/top/service-image-bg1-repeat.png) repeat-x;
    z-index: -1;
  }
  #top .service-section .contents .services .column.ie-reach::after {
    content: "";
    position: absolute;
    bottom: -160px;
    right: 40px;
    width: 229px;
    height: 262px;
    background: url(/assets/images/top/service-image2.png) no-repeat;
    transform: rotate(5.6deg);
  }
  #top .service-section .contents .services .column.ie-reach .column-header {
    margin: auto 40px 24px 40px;
    order: 4;
  }
  #top .service-section .contents .services .column.ie-reach .lead {
    position: absolute;
    top: -40px;
    right: -40px;
  }
  #top .service-section .contents .services .column.ie-reach .service-for {
    position: absolute;
    top: -96px;
    right: -48px;
  }
  #top .service-section .contents .services .column.ie-reach .image {
    position: absolute;
    top: 0;
    right: -4px;
    bottom: 0;
    left: 0;
    background: url(/assets/images/top/service-image1.png) no-repeat right bottom;
    z-index: -1;
  }
  #top .service-section .contents .services .column.ie-reach .features {
    flex-wrap: wrap;
    position: absolute;
    bottom: -64px;
    left: 0;
  }
  #top .service-section .contents .services .column.ie-reach .features li {
    background: #80be25;
  }
  #top .recruit-banner .banner .inner {
    display: block;
  }
  #top .recruit-banner .banner .inner .header {
    margin: 0 0 24px;
  }
}
@media screen and (max-width: 750px) {
  #top .keyvisual {
    padding-top: 120rem;
    margin-bottom: 34px;
  }
  #top .keyvisual .lead {
    width: 550rem;
    padding: 226rem 0 0;
  }
  #top .keyvisual .textline-image {
    bottom: 5rem;
    height: 65rem;
  }
  #top .keyvisual .service-banner {
    position: absolute;
    margin: 0;
    gap: 0 40rem;
    right: 50%;
    transform: translateX(50%);
    bottom: 130rem;
  }
  #top .keyvisual .service-banner a {
    width: 300rem;
  }
  #top .keyvisual .service-banner .link01::after {
    bottom: -20rem;
    right: -10rem;
    width: 130rem;
    height: 38rem;
  }
  #top .keyvisual .service-banner .link02::after {
    bottom: -20rem;
    right: -10rem;
    width: 130rem;
    height: 38rem;
  }
  #top .news-section .box {
    padding: 54px 40px 90px;
  }
  #top .news-section .header {
    margin-bottom: 12px;
  }
  #top .news-section .header .title {
    margin: 0;
  }
  #top .news-section .header .title img {
    width: 90px;
  }
  #top .news-section .header .archive-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  #top .news-section .news {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid var(--site-base-color);
  }
  #top .news-section .news .info {
    margin: 0 0 15px;
  }
  #top .news-section .news .title {
    width: inherit;
    font-size: 14px;
    line-height: 1.571;
  }
  #top .service-section {
    margin: 80rem 0 300rem;
  }
  #top .service-section .header {
    margin-bottom: 228rem;
  }
  #top .service-section .header .title {
    margin: 0 0 19px;
  }
  #top .service-section .contents .services .features {
    flex-wrap: wrap;
  }
  #top .service-section .contents .services .features li {
    margin: 0 16rem 16rem 0;
    padding: 15rem 24rem;
    border-radius: 26rem;
    font-size: 16rem;
  }
  #top .service-section .contents .services .column.pension {
    width: 739rem;
    height: 400rem;
    margin: 0 0 364rem;
    background: url(/assets/images/top/service-pension-bg1-sp.png) no-repeat right/100% 100%;
    transform: translate(-28rem, 0) rotate(-5.6deg);
  }
  #top .service-section .contents .services .column.pension::after {
    top: -148rem;
    left: 40rem;
    width: 292rem;
    height: 254rem;
    background-size: contain;
    transform: rotate(5.6deg);
  }
  #top .service-section .contents .services .column.pension .column-header {
    margin: 30rem 56rem;
  }
  #top .service-section .contents .services .column.pension .column-header img {
    width: 380rem;
  }
  #top .service-section .contents .services .column.pension .lead {
    bottom: -92rem;
    left: -16rem;
    width: 823rem;
    padding: 30rem 46rem;
    background-image: url(/assets/images/top/service-header-bg3-sp.png);
    background-size: auto 100%;
    font-size: 22rem;
  }
  #top .service-section .contents .services .column.pension .lead em {
    font-size: 28rem;
  }
  #top .service-section .contents .services .column.pension .service-for {
    bottom: -147rem;
    left: -36rem;
    width: 470rem;
    padding: 14rem 174rem 10rem 10rem;
    background-image: url(/assets/images/top/service-header-bg4-sp.png);
    background-size: auto 100%;
    font-size: 23rem;
    text-align: right;
  }
  #top .service-section .contents .services .column.pension .features {
    top: -144rem;
    right: -34rem;
    width: 406rem;
  }
  #top .service-section .contents .services .column.pension .features li:first-child {
    order: 3;
  }
  #top .service-section .contents .services .column.ie-reach {
    width: 728rem;
    height: 463rem;
    margin-left: 60rem;
    background: url(/assets/images/top/service-ie-reach-bg1-sp.png) no-repeat left/100% 100%;
    transform: translate(-12rem, 0) rotate(-5.6deg);
  }
  #top .service-section .contents .services .column.ie-reach::after {
    bottom: -136rem;
    right: 100rem;
    width: 196rem;
    height: 224rem;
    background-size: contain;
  }
  #top .service-section .contents .services .column.ie-reach .column-header {
    margin: auto 40rem 24rem 40rem;
  }
  #top .service-section .contents .services .column.ie-reach .column-header img {
    width: 368rem;
  }
  #top .service-section .contents .services .column.ie-reach .image {
    display: none;
  }
  #top .service-section .contents .services .column.ie-reach .lead {
    top: -110rem;
    right: -20rem;
    width: 822rem;
    padding: 21rem 70rem 30rem 120rem;
    background-image: url(/assets/images/top/service-header-bg2-sp.png);
    background-size: auto 100%;
    font-size:30rem;
    text-align: right;
    letter-spacing: .05em;
    }
  #top .service-section .contents .services .column.ie-reach .lead span {
    font-size: 22rem;
  }
  #top .service-section .contents .services .column.ie-reach .lead em {
    font-size: 28rem;
  }
  #top .service-section .contents .services .column.ie-reach .service-for {
    top: -167rem;
    right: -30rem;
    width: 675rem;
    padding: 8rem 64rem 14rem;
    background-image: url(/assets/images/top/service-header-bg1-sp.png);
    background-size: auto 100%;
    font-size: 23rem;
    text-align: right;
  }
  #top .service-section .contents .services .column.ie-reach .features {
    bottom: -172rem;
    left: -4rem;
    width: 580rem;
  }
  /* #top .contact-block {
    padding-top: 78px;
  }
  #top .contact-block .banner {
    max-width: 294px;
    padding: 17px 16px 16px;
  }
  #top .contact-block .banner::after {
    background: #32d7c8;
  }
  #top .contact-block .banner .contact {
    margin: 0;
    font-size: 17px;
  }
  #top .contact-block .banner .cancel {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 24px 0 0;
    font-size: 13px;
  }
  #top .contact-block .banner .cancel a {
    color: var(--site-base-color);
  } */
}
@media screen and (max-width: 448px) {
  #top .keyvisual {
    height: 1300rem;
  }
  #top .keyvisual .image {
    background: url("/assets/images/top/keyvisual-image-sp.png") no-repeat center bottom/100% auto;
  }
  #top .keyvisual .image .image-animation .cloud {
    width: 43rem;
    height: 36rem;
  }
  #top .keyvisual .image .image-animation .cloud01 {
    top: 530rem;
    left: 180rem;
  }
  #top .keyvisual .image .image-animation .cloud02 {
    top: 523rem;
    left: 250rem;
  }
  #top .keyvisual .image .image-animation .cloud03 {
    top: 530rem;
    left: 700rem;
  }
  #top .keyvisual .image .image-animation .cloud04 {
    top: 600rem;
    left: 750rem;
  }
  #top .keyvisual .image .image-animation .display {
    top: 0px;
  }
  #top .keyvisual .image .image-animation .wrap01 {
    width: 191rem;
    height: 222rem;
    top: 595rem;
    left: 75rem;
  }
  #top .keyvisual .image .image-animation .wrap02 {
    width: 195rem;
    height: 215rem;
    top: 550rem;
    left: 250rem;
  }
  #top .keyvisual .image .image-animation .wrap03 {
    width: 192rem;
    height: 212rem;
    top: 330rem;
    left: 510rem;
  }
  #top .keyvisual .image .image-animation .wrap04 {
    width: 203rem;
    height: 216rem;
    top: -190rem;
    left: 525rem;
  }
  #top .keyvisual .image .image-animation .airplane {
    width: 48rem;
    height: 32rem;
    top: 510rem;
    left: 465rem;
  }
  @-webkit-keyframes cloud01 {
    0% {
      transform: translate(0px, 0rem);
    }
    33% {
      transform: translate(0px, 10rem);
    }
    66% {
      transform: translate(0px, 5rem);
    }
    100% {
      transform: translate(0px, 15rem);
    }
  }
  @keyframes cloud01 {
    0% {
      transform: translate(0px, 0rem);
    }
    33% {
      transform: translate(0px, 10rem);
    }
    66% {
      transform: translate(0px, 5rem);
    }
    100% {
      transform: translate(0px, 15rem);
    }
  }
  @-webkit-keyframes cloud02 {
    0% {
      transform: translate(0px, 0rem);
    }
    33% {
      transform: translate(0px, -10rem);
    }
    66% {
      transform: translate(0px, -5rem);
    }
    100% {
      transform: translate(0px, -15rem);
    }
  }
  @keyframes cloud02 {
    0% {
      transform: translate(0px, 0rem);
    }
    33% {
      transform: translate(0px, -10rem);
    }
    66% {
      transform: translate(0px, -5rem);
    }
    100% {
      transform: translate(0px, -15rem);
    }
  }
  #top .news-section {
    margin: 0 32rem 32rem;
  }
  #top .about-section {
    background-image: url(/assets/images/top/about-bg-sp.png);
  }
  #top .about-section .contents {
    margin-bottom: 28rem;
    padding-top: 156rem;
    font-size: 26rem;
  }
  #top .about-section .contents .inner {
    margin: 0 70rem;
    text-align: center;
  }
  #top .about-section .header {
    margin-bottom: 36rem;
    text-align: center;
  }
  #top .about-section .header .title {
    margin-bottom: 50rem;
  }
  #top .about-section .header .title img {
    width: 300rem;
  }
  #top .about-section .header .lead {
    font-size: 24rem;
  }
  #top .about-section .viewmore {
    margin-top: 40rem;
    font-size: 20rem;
  }
  #top .about-section .image img {
    width: 636rem;
  }
  #top .service-section .header .title {
    margin: 0 0 38rem;
  }
  #top .service-section .header .title img {
    width: 230rem;
  }
  #top .service-section .contents .services .column.pension .features{
    top: -160rem;
  }
  #top .service-section .contents .services .features li {
    font-size:23rem;
  }
  #top .service-section .contents .services .column.pension .lead {
    font-size: 30rem;
    letter-spacing: .05em;
  }

  #top .recruit-banner {
    padding: 0 0 200rem;
  }
  #top .recruit-banner .banner {
    padding: 58rem 46rem;
    background: url(/assets/images/top/recruit-bg-sp.png) no-repeat center/cover, linear-gradient(to right, #d2e619, #32d7c8);
  }
  #top .recruit-banner .banner .inner {
    padding: 32rem 64rem 40rem;
  }
  #top .recruit-banner .banner .inner::before {
    border-width: 2px 0 0 2px;
    width: calc(100% - 296rem);
    height: calc(100% - 390rem);
  }
  #top .recruit-banner .banner .inner::after {
    border-width: 0 2px 2px 0;
    width: calc(100% - 268rem);
    height: calc(100% - 68rem);
  }
  #top .recruit-banner .banner .inner .header {
    margin-bottom: 38rem;
  }
  #top .recruit-banner .banner .inner .header .title img {
    width: 414rem;
  }
  #top .recruit-banner .banner .inner .header .lead {
    font-size: 30rem;
    letter-spacing: normal;
  }
  #top .recruit-banner .banner .inner p {
    font-size: 26rem;
    line-height: 2.304;
  }
  #top .contact-block {
    padding: 176rem 70rem 224rem;
  }
  #top .contact-block .flashing-texts {
    top: -8%;
  }
  #top .contact-block .flashing-texts svg {
    transform-origin: center center;
    transform: scale(0.5);
  }
  #top .contact-block .flashing-texts svg path {
    stroke-width: 3px;
  }
  #top .contact-block .banner {
    padding: 34rem 32rem 32rem;
  }
  #top .contact-block .banner .contact {
    font-size: 34rem;
  }
  #top .contact-block .banner .contact a {
    padding: 0 20rem 4rem;
  }
}
.site-wrapper.sub-page .page-header {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-end;
  height: 440px;
  margin: 0 80px 0 0;
  padding: 0 0 56px 80px;
  background: url(/assets/images/common/sub-page-header-bg.png) no-repeat right center/auto 100%, linear-gradient(to left, #fff 0, #fff 240px, transparent 241px, transparent 100%), url(/assets/images/common/sub-page-header-bg-repeat.png) repeat-x center/auto 100%;
}
.site-wrapper.sub-page .page-header .particle-field {
  position: absolute;
  top: 0;
  right: 0;
  width: 58.85%;
  height: 100%;
}
.site-wrapper.sub-page .page-header .title {
  flex: 0 1 1170px;
  font-family: var(--w5-font);
}
.site-wrapper.sub-page .page-header .title em,
.site-wrapper.sub-page .page-header .title span {
  display: block;
}
.site-wrapper.sub-page .page-header .title em {
  font-size: 0;
}
.site-wrapper.sub-page .page-header .title span {
  margin: 20px 0 0;
  color: #fff;
  font-size: 24px;
}
.site-wrapper.sub-page .page-contents {
  max-width: 980px;
  margin: 0 auto;
  padding: 84px 32px 0;
  box-sizing: content-box;
  font-family: var(--w5-font);
  font-size: 16px;
}

@media screen and (max-width: 1200px) {
  .site-wrapper.sub-page .page-header {
    height: 380px;
    margin: 0;
    padding: 0 32px 40px;
  }
}
@media screen and (max-width: 750px) {
  .site-wrapper.sub-page .page-header {
    height: 440rem;
    padding: 0 64rem 80rem;
    background: url(/assets/images/common/sub-page-header-bg-sp.png) no-repeat right center/100% 100%;
  }
  .site-wrapper.sub-page .page-header .title em img {
    width: auto;
    height: 72rem;
  }
  .site-wrapper.sub-page .page-header .title span {
    margin: 20rem 0 0;
    font-size: 28rem;
  }
  .site-wrapper.sub-page .page-contents {
    padding: 50px 32rem 36px;
  }
}
@media screen and (max-width: 448px) {
  .site-wrapper.sub-page .page-contents {
    padding: 100rem 64rem 72rem;
    font-size: 32rem;
  }
}
#company .company-link {
  margin: 70px 0 20px;
  padding: 0 0 0 150px;
  max-width: 1120px;
  border-bottom: 1px solid var(--site-base-color);
}
#company .company-link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 45px;
}
#company .company-link ul li {
  padding: 0 0 10px;
  display: grid;
  place-items: center;
  height: 40px;
}
#company .company-link ul li a {
  padding: 0 0 0 50px;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  position: relative;
}
#company .company-link ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  width: 10px;
  height: 10px;
  border-top: 2px solid var(--site-base-color);
  border-right: 2px solid var(--site-base-color);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
}
#company .company-link ul li a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 30px;
  height: 30px;
  border: 2px solid var(--site-base-color);
  border-radius: 50%;
}
#company .company-link ul li a:hover::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: all 0.3s;
}
#company .company-link ul li a:hover::after {
  background-color: var(--site-base-color);
  transition: all 0.3s;
}
#company .company-link ul li a p {
  font-size: 16px;
}

#company.company-page .page-contents {
  max-width: none;
  margin: 0;
  padding: 100px 0 0;
  position: relative;
}
#company.company-page .page-contents a:hover {
  opacity: 0.7;
}
#company.company-page .page-contents .bg-company-greeting {
  position: absolute;
  top: 100px;
  z-index: -1;
  max-width: none;
}
#company.company-page .page-contents .bg-company-who-we-are {
  position: absolute;
  right: 0;
  top: 515px;
  z-index: -1;
  max-width: none;
}
#company.company-page .page-contents .company-list01 {
  max-width: 1100px;
  margin: 282px auto 0;
  padding: 0 20px;
  color: #fff;
}
#company.company-page .page-contents .company-list01 .btn-greeting {
  display: flex;
  align-items: center;
  width: 900px;
  height: 80px;
  background-image: url("/assets/images/company/btn-bg-lg.png");
  background-repeat: no-repeat;
  background-position: center center;
  font-size: 30px;
}
#company.company-page .page-contents .company-list01 .btn-greeting a {
  display: flex;
  align-items: center;
  gap: 0 30px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
}
#company.company-page .page-contents .company-list01 .btn-greeting a span {
  font-size: 15px;
}
#company.company-page .page-contents .company-list01 .btn-who-we-are {
  display: flex;
  align-items: center;
  width: 900px;
  height: 80px;
  background-image: url("/assets/images/company/btn-bg-lg.png");
  background-repeat: no-repeat;
  background-position: center center;
  margin: 330px 0 0 auto;
  font-size: 30px;
}
#company.company-page .page-contents .company-list01 .btn-who-we-are a {
  display: flex;
  align-items: center;
  gap: 0 30px;
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
}
#company.company-page .page-contents .company-list01 .btn-who-we-are a span {
  font-size: 15px;
}

/* *********▼20250624追記 ************/
#company.company-page .page-contents .company-list2
 {
  max-width: 1260px;
  margin: 8vh auto 0;
  padding: 0 20px;
  display: block;
  color: #fff;
}
#company.company-page .page-contents .company-list2 .wrap-list2
{
  display: flex;
  justify-content: space-around;
  align-content:center;
  flex-wrap: wrap;
  justify-content: center;
}
#company.company-page .page-contents .company-list2 .wrap-list2 .btn-company
{
  min-width: 220px;
  max-width: 300px;
  height: 32px;
  margin: 32px 10px;
  position:relative;
}
#company.company-page .page-contents .company-list2 .wrap-list2 .btn-company:after
{
  content:"";
  display: inline-block;
  width:28px;
  height:28px;
  background-image: url(/assets/images/common/btn-arrow.png);
  background-repeat: no-repeat;
  position:absolute;
  top:18px;
  left:12px;
  background-size: contain;
}
#company.company-page .page-contents .company-list2 .wrap-list2 .btn-company a,
#top .contact-block .banner .contact p a
{
  background: linear-gradient(to left, #c0e73c, #3cccd1);
  padding: 20px 16px 20px 50px;
  display: block;
  text-align: left;
  border-radius: 3px;
  transform: skewX(-20deg);
}
#company.company-page .page-contents .company-list2 .wrap-list2 .btn-company a span,
#top .contact-block .banner .contact p a span
{
   transform: skewX(20deg);
   display: block; 
}
/* *********▲ END 20250624追記 ************/

/* *********▼後で消す ************/

/* #company.company-page .page-contents .company-list02 {
  max-width: 1260px;
  margin: 120px auto 0;
  padding: 0 20px;
  display: flex;
  justify-content: center;
  color: #fff;
}

#company.company-page .page-contents .company-list02 .wrap-list02, 
#company.company-page .page-contents .company-list02 .wrap-list03 
 {
  display: flex;
}
#company.company-page .page-contents .company-list02 .wrap-list02 .btn-overview {
  display: flex;
  align-items: center;
  width: 270px;
  height: 80px;
  background-image: url("/assets/images/company/btn-bg-sh.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 340px;
}
#company.company-page .page-contents .company-list02 .wrap-list02 .btn-overview a {
  display: flex;
  align-items: center;
  gap: 0 40rem;
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
  font-size: 20px;
}
#company.company-page .page-contents .company-list02 .wrap-list02 .btn-board-member {
  display: flex;
  align-items: center;
  width: 270px;
  height: 80px;
  background-image: url("/assets/images/company/btn-bg-sh.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 340px;
}
#company.company-page .page-contents .company-list02 .wrap-list02 .btn-board-member a {
  display: flex;
  align-items: center;
  gap: 0 40rem;
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
  font-size: 20px;
}

#company.company-page .page-contents .company-list02 .wrap-list03 .btn-office {
  display: flex;
  align-items: center;
  width: 270px;
  height: 80px;
  background-image: url("/assets/images/company/btn-bg-sh.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 340px;
}
#company.company-page .page-contents .company-list02 .wrap-list03 .btn-office a {
  display: flex;
  align-items: center;
  gap: 0 10rem;
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
  font-size: 20px;
}
#company.company-page .page-contents .company-list02 .wrap-list03 .btn-history {
  display: flex;
  align-items: center;
  width: 270px;
  height: 80px;
  background-image: url("/assets/images/company/btn-bg-sh.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 340px;
}
#company.company-page .page-contents .company-list02 .wrap-list03 .btn-history a {
  display: flex;
  align-items: center;
  gap: 0 60rem;
  width: 100%;
  height: 100%;
  padding: 0 0 0 40px;
  font-size: 20px;
} */
/* *********▲ END 後で消す ************/

#company.who-we-are-page .page-contents {
  max-width: none;
  margin: 0;
  padding: 0;
  font-family: var(--site-base-font);
}
#company.who-we-are-page .page-contents .vision-section {
  padding: 100px 32px 85px;
  background: url(/assets/images/company/who-we-are/vision-bg.png) no-repeat center 16px;
  color: var(--site-base-color);
  font-size: 18px;
  line-height: 2.777;
  text-align: center;
}
#company.who-we-are-page .page-contents .vision-section .header {
  margin: 0 0 96px;
  line-height: 1.25;
}
#company.who-we-are-page .page-contents .vision-section .header .title {
  margin: 0 0 24px;
  font-size: 0;
}
#company.who-we-are-page .page-contents .vision-section .header .subtitle {
  font-size: 20px;
}
#company.who-we-are-page .page-contents .vision-section .lead {
  margin: 0 0 20px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.666;
  letter-spacing: 0.08em;
}
#company.who-we-are-page .page-contents .vision-section .catchphrase {
  margin: -12px 0 10px;
}
#company.who-we-are-page .page-contents .vision-section .items {
  display: flex;
  justify-content: center;
}
#company.who-we-are-page .page-contents .vision-section .items .item {
  display: flex;
  justify-content: center;
  flex: 0 1 102px;
  margin: 20px;
  text-align: center;
}
#company.who-we-are-page .page-contents .vision-section .items .item:nth-child(3) {
  flex-basis: 120px;
  margin: 20px 10px;
}
#company.who-we-are-page .page-contents .vision-section .items .item:last-child {
  flex-basis: 132px;
  margin: 20px 8px 20px 8px;
}
#company.who-we-are-page .page-contents .vision-section .items .item .caption {
  margin: 20px 0 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 1.25;
}
#company.who-we-are-page .page-contents .mission-section {
  padding: 80px 32px 60px;
  background: url(/assets/images/company/who-we-are/mission-bg.png) no-repeat center/cover;
  color: #fff;
  font-size: 18px;
  line-height: 3.333;
  text-align: center;
}
#company.who-we-are-page .page-contents .mission-section .header {
  margin: 0 0 42px;
  line-height: 1.25;
}
#company.who-we-are-page .page-contents .mission-section .header .title {
  margin: 0 0 25px;
  font-size: 0;
}
#company.who-we-are-page .page-contents .mission-section .header .subtitle {
  font-size: 20px;
}
#company.who-we-are-page .page-contents .mission-section .lead {
  margin: 0 0 24px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.666;
  letter-spacing: 0.08em;
}
#company.who-we-are-page .page-contents .mission-section .break {
  display: inline-block;
}
#company.who-we-are-page .page-contents .values-section {
  padding: 0px 32px 40px;
}
#company.who-we-are-page .page-contents .values-section .header {
  position: -webkit-sticky;
  position: sticky;
  top: -60px;
  z-index: 10;
  padding: 95px 0 90px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, 10%, #fff 20%, #fff 100%);
  line-height: 1.25;
  color: var(--site-base-color);
  text-align: center;
}
#company.who-we-are-page .page-contents .values-section .header .title {
  margin: 0 0 25px;
  font-size: 0;
}
#company.who-we-are-page .page-contents .values-section .header .subtitle {
  font-size: 20px;
}
#company.who-we-are-page .page-contents .values-section .seven-values {
  margin: 0 auto;
  padding: 0 0 130px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 900px;
  font-size: 18px;
  line-height: 2.111;
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item {
  position: relative;
  padding: 0 0 180px 224px;
  opacity: 0;
  transition: opacity 0.8s ease;
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.is-animation {
  opacity: 1;
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item:first-child {
  margin: 160px 0 0 0;
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 224px;
  height: 224px;
  background-size: 43px 72px, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-position: center, center;
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item dt {
  position: relative;
  margin: 0 0 20px;
  padding: 80px 0 0;
  color: var(--site-base-color);
  font-size: 26px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.08em;
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item dt::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 64px;
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  z-index: -1;
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item dd {
  font-family: var(--w5-font);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item01:before {
  background-image: url(/assets/images/company/who-we-are/values-number01.png), url(/assets/images/company/who-we-are/values-bg.png);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item01 dt:before {
  background-image: url(/assets/images/company/who-we-are/values-subheader1.svg);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item02:before {
  background-image: url(/assets/images/company/who-we-are/values-number02.png), url(/assets/images/company/who-we-are/values-bg.png);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item02 dt:before {
  background-image: url(/assets/images/company/who-we-are/values-subheader2.svg);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item03:before {
  background-image: url(/assets/images/company/who-we-are/values-number03.png), url(/assets/images/company/who-we-are/values-bg.png);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item03 dt:before {
  background-image: url(/assets/images/company/who-we-are/values-subheader3.svg);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item04:before {
  background-image: url(/assets/images/company/who-we-are/values-number04.png), url(/assets/images/company/who-we-are/values-bg.png);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item04 dt:before {
  background-image: url(/assets/images/company/who-we-are/values-subheader4.svg);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item05:before {
  background-image: url(/assets/images/company/who-we-are/values-number05.png), url(/assets/images/company/who-we-are/values-bg.png);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item05 dt:before {
  background-image: url(/assets/images/company/who-we-are/values-subheader5.svg);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item06:before {
  background-image: url(/assets/images/company/who-we-are/values-number06.png), url(/assets/images/company/who-we-are/values-bg.png);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item06 dt:before {
  background-image: url(/assets/images/company/who-we-are/values-subheader6.svg);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item07:before {
  background-image: url(/assets/images/company/who-we-are/values-number07.png), url(/assets/images/company/who-we-are/values-bg.png);
}
#company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item.seven-value-item07 dt:before {
  background-image: url(/assets/images/company/who-we-are/values-subheader7.svg);
}

#company.who-we-are-page.site-wrapper {
  overflow: initial;
}

#company.greeting-page .page-contents {
  font-feature-settings: normal;
  font-size: 16px;
  line-height: 2;
}
#company.greeting-page .page-contents p {
  margin: 0 0 34px;
  font-weight: normal;
}
#company.greeting-page .page-contents .header {
  margin: 0 0 34px;
  color: var(--site-base-color);
  font-family: var(--site-base-font);
  font-feature-settings: "palt";
  font-size: 38px;
  font-weight: 600;
  line-height: 1.6315;
  letter-spacing: 0.08em;
}
#company.greeting-page .page-contents .author {
  margin: 52px 0 0;
  line-height: 1.875;
  text-align: right;
}
#company.greeting-page .page-contents .author .title {
  font-weight: normal;
}

#company.board-member-page .page-contents {
  max-width: 1180px;
}
#company.board-member-page .page-contents .members {
  --flex-item-basics: 248px;
  --flex-item-margin: 52px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 calc(-1 * var(--flex-item-margin));
  font-family: var(--site-base-font);
  letter-spacing: 0.08em;
}
#company.board-member-page .page-contents .members::before, #company.board-member-page .page-contents .members::after {
  content: "";
  display: block;
  flex: 1 1 var(--flex-item-basics);
  margin: 0 var(--flex-item-margin);
  order: 9999999;
}
#company.board-member-page .page-contents .members .member {
  flex: 1 1 var(--flex-item-basics);
  margin: 36px var(--flex-item-margin);
}
#company.board-member-page .page-contents .members .member > a:hover img {
  opacity: 0.7;
}
#company.board-member-page .page-contents .members .member .thumb {
  margin: 0 0 16px;
  font-size: 0;
  text-align: center;
}
#company.board-member-page .page-contents .members .member .thumb img {
  width: 100%;
}
#company.board-member-page .page-contents .members .member .name {
  margin: 0 0 4px;
  font-size: 26px;
  font-weight: 500;
}
#company.board-member-page .page-contents .members .member .title {
  font-size: 14px;
}

#company.overview-page .page-contents .header {
  color: var(--site-base-color);
  font-family: var(--site-base-font);
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0.08em;
  margin: 0 0 40px;
}
#company.overview-page .page-contents .overview-section {
  margin: 0 0 110px;
}
#company.overview-page .page-contents .overview-section .info-table {
  table-layout: fixed;
  border-bottom: 1px solid var(--site-base-color);
}
#company.overview-page .page-contents .overview-section .info-table th,
#company.overview-page .page-contents .overview-section .info-table td {
  padding: 24px 0;
  border-top: 1px solid var(--site-base-color);
}
#company.overview-page .page-contents .overview-section .info-table th {
  width: 250px;
  padding-right: 16px;
  font-weight: normal;
}
#company.overview-page .page-contents .overview-section .info-table td {
  line-height: 1.4;
  font-size: 16px;
  font-weight: normal;
}
#company.overview-page .page-contents .logo-section {
  margin: 0 0 80px;
}
#company.overview-page .page-contents .logo-section .company-logo {
  text-align: center;
}
#company.overview-page .page-contents .logo-section .company-logo .desc {
  --flex-item-margin: 16px;
  display: flex;
  justify-content: space-between;
  margin: 112px calc(-1 * var(--flex-item-margin)) 0;
}
#company.overview-page .page-contents .logo-section .company-logo .desc .column {
  margin: var(--flex-item-margin);
  letter-spacing: 0.08em;
}
#company.overview-page .page-contents .logo-section .company-logo .desc .about-header {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 21px;
}
#company.overview-page .page-contents .logo-section .company-logo .desc .about-header::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 45px;
  height: 2px;
  background: var(--site-base-color);
  transform: translate(-50%, 0);
}
#company.overview-page .page-contents .logo-section .company-logo .desc .caption {
  margin: 45px 0 0;
  line-height: 1.625;
}
#company.overview-page .page-contents .logo-section .company-logo .desc .image.green {
  margin: 0 0 48px;
}

#company.history-page .page-contents {
  padding: 105px 32px 138px;
  line-height: 1.2773;
}
#company.history-page .page-contents .history-table {
  display: table;
  table-layout: fixed;
  border-top: 1px solid var(--site-base-color);
  letter-spacing: 0.08em;
}
#company.history-page .page-contents .history-table > div {
  display: table-row;
}
#company.history-page .page-contents .history-table dt,
#company.history-page .page-contents .history-table dd {
  display: table-cell;
  border-bottom: 1px solid var(--site-base-color);
  vertical-align: top;
}
#company.history-page .page-contents .history-table dt {
  position: relative;
  width: 130px;
  padding: 32px 0 16px;
  font-size: 25px;
  font-weight: normal;
  line-height: 1;
}
#company.history-page .page-contents .history-table dt::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--site-base-color);
}
#company.history-page .page-contents .history-table > div:first-child dt::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--site-base-color);
}
#company.history-page .page-contents .history-table dd {
  padding: 10px 0;
}
#company.history-page .page-contents .history-table th,
#company.history-page .page-contents .history-table td {
  padding: 10px 0;
  vertical-align: top;
}
#company.history-page .page-contents .history-table th {
  width: 126px;
  text-align: center;
  font-weight: normal;
}
#company.history-page .page-contents .history-table td {
  line-height: 1.4;
  font-size: 16px;
  font-weight: normal;
  vertical-align: top;
}

#company.office-page .page-contents {
  line-height: 1.62894;
  font-feature-settings: normal;
}
#company.office-page .page-contents .office {
  margin: 0 0 90px;
}
#company.office-page .page-contents .office .name {
  color: var(--site-base-color);
  font-family: var(--site-base-font);
  font-feature-settings: "palt";
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 40px;
  letter-spacing: 0.08em;
}
#company.office-page .page-contents .office .image {
  margin: 0 0 80px;
}
#company.office-page .page-contents .office .photo {
  margin: 0 0 24px;
}
#company.office-page .page-contents .office .info {
  display: flex;
  justify-content: space-between;
}
#company.office-page .page-contents .office .info .contents {
  flex: 1 1 auto;
  margin: 0 36px 0 0;
}
#company.office-page .page-contents .office .info .term {
  margin: 0 0 12px;
  font-family: var(--site-base-font);
  color: var(--site-base-color);
  font-size: 20px;
  font-weight: 600;
}
#company.office-page .page-contents .office .info .term:first-child + .detail {
  margin: 0 0 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--site-base-color);
}
#company.office-page .page-contents .office .info .googlemap {
  flex: 0 0 554px;
  height: 412px;
}

@media screen and (max-width: 1200px) {
  #company .company-link {
    margin: 70px 170px 20px 0;
    padding: 0 0 0 40px;
  }
  #company.who-we-are-page .page-contents .vision-section .items .item:nth-child(3), #company.who-we-are-page .page-contents .vision-section .items .item:last-child {
    flex-basis: 102px;
    margin: 20px;
  }
}
@media screen and (max-width: 1048px) {
  #company.office-page .page-contents .office .info {
    display: block;
  }
  #company.office-page .page-contents .office .info .contents {
    margin: 0 0 40px;
  }
}

/* *********▼後で消す ************/
@media screen and (max-width: 1100px) {
  #company.company-page .page-contents .company-list02 {
    display: block;
  }
  #company.company-page .page-contents .company-list02 .wrap-list02 {
    justify-content: center;
  }
  #company.company-page .page-contents .company-list02 .wrap-list03 {
    justify-content: center;
  }
}
/* *********▲ end 後で消す ************/

@media screen and (max-width: 750px) {
  #company .company-link {
    margin: 40rem 50rem 20rem 0;
    padding: 0 30rem 0 40rem;
  }
  #company .company-link ul {
    justify-content: center;
  }
  #company .company-link ul li {
    width: 250rem;
    height: 70rem;
  }
  #company .company-link ul li a {
    place-items: initial;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0 0 40rem;
  }
  #company .company-link ul li a::before {
    width: 10rem;
    height: 10rem;
    left: 10rem;
  }
  #company .company-link ul li a::after {
    width: 32rem;
    height: 32rem;
  }
  #company .company-link ul li a p {
    font-size: 25rem;
  }
  #company.company-page .page-contents {
    max-width: 100%;
    padding: 100rem 0 0;
  }
  #company.company-page .page-contents .bg-company-greeting {
    width: 90%;
    top: 100rem;
  }
  #company.company-page .page-contents .bg-company-who-we-are {
    width: 90%;
    top: 440rem;
  }
  #company.company-page .page-contents .company-list01 {
    max-width: 700rem;
    margin: 0 auto 0;
    padding: 0 5px;
  }
  #company.company-page .page-contents .company-list01 .btn-greeting {
    max-width: 100%;
    width: 100%;
    height: 100rem;
    margin: 160rem 0 0;
    font-size: 28rem;
    white-space: nowrap;
    -webkit-clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
            clip-path: polygon(4% 0%, 100% 0%, 96% 100%, 0% 100%);
  }
  #company.company-page .page-contents .company-list01 .btn-greeting a {
    gap: 0 30rem;
    width: 100%;
    height: 100%;
    padding: 0 25rem 0 20rem;
  }
  #company.company-page .page-contents .company-list01 .btn-greeting a img {
    width: 29rem;
    height: auto;
  }
  #company.company-page .page-contents .company-list01 .btn-greeting a span {
    font-size: 24rem;
    white-space: normal;
  }
  #company.company-page .page-contents .company-list01 .btn-who-we-are {
    max-width: 100%;
    width: 100%;
    height: 100rem;
    margin: 240rem 0 0;
    font-size: 28rem;
    white-space: nowrap;
    -webkit-clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
            clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
  }
  #company.company-page .page-contents .company-list01 .btn-who-we-are a {
    gap: 0 30rem;
    width: 100%;
    height: 100%;
    padding: 0 25rem;
  }
  #company.company-page .page-contents .company-list01 .btn-who-we-are a img {
    width: 29rem;
    height: auto;
  }
  #company.company-page .page-contents .company-list01 .btn-who-we-are a span {
    font-size: 24rem;
    white-space: normal;
  }
   /* *********▼20250624追記 ************/

  #company.company-page .page-contents .company-list2 .wrap-list2 .btn-company:after {
    width: 22px;
    height: 22px;
    top:21px;
  }
  #company.company-page .page-contents .company-list2 .wrap-list2 .btn-company a {
    padding-left: 44px;
  }

  /* *********▲ END 20250624追記 ************/

/* *********▼後で消す ************/
  #company.company-page .page-contents .company-list02 {
    max-width: 800rem;
    margin: 120rem auto 0;
    padding: 0 20rem;
  }
  #company.company-page .page-contents .company-list02 .wrap-list02 {
    display: block;
  }
  #company.company-page .page-contents .company-list02 .wrap-list02 .btn-overview {
    width: 310rem;
    height: 80rem;
    font-size: 28rem;
    margin: 0 auto 20rem;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  }
  #company.company-page .page-contents .company-list02 .wrap-list02 .btn-overview a {
    gap: 0 50rem;
    width: 100%;
    height: 100%;
    padding: 0 0 0 40rem;
    font-size: 24rem;
  }
  #company.company-page .page-contents .company-list02 .wrap-list02 .btn-overview a img {
    width: 29rem;
    height: auto;
  }
  #company.company-page .page-contents .company-list02 .wrap-list02 .btn-board-member {
    width: 310rem;
    height: 80rem;
    font-size: 28rem;
    margin: 0 auto 20rem;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  }
  #company.company-page .page-contents .company-list02 .wrap-list02 .btn-board-member a {
    gap: 0 50rem;
    width: 100%;
    height: 100%;
    padding: 0 0 0 40rem;
    font-size: 24rem;
  }
  #company.company-page .page-contents .company-list02 .wrap-list02 .btn-board-member a img {
    width: 29rem;
    height: auto;
  }
  #company.company-page .page-contents .company-list02 .wrap-list03 {
    display: block;
  }
  #company.company-page .page-contents .company-list02 .wrap-list03 .btn-office {
    width: 310rem;
    height: 80rem;
    font-size: 28rem;
    margin: 0 auto 20rem;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  }
  #company.company-page .page-contents .company-list02 .wrap-list03 .btn-office a {
    gap: 0 10rem;
    width: 100%;
    height: 100%;
    padding: 0 0 0 40rem;
    font-size: 24rem;
  }
  #company.company-page .page-contents .company-list02 .wrap-list03 .btn-office a img {
    width: 29rem;
    height: auto;
  }
  #company.company-page .page-contents .company-list02 .wrap-list03 .btn-history {
    width: 310rem;
    height: 80rem;
    font-size: 28rem;
    margin: 0 auto 20rem;
    -webkit-clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
            clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  }
  #company.company-page .page-contents .company-list02 .wrap-list03 .btn-history a {
    gap: 0 80rem;
    width: 100%;
    height: 100%;
    padding: 0 0 0 40rem;
    font-size: 24rem;
  }
  #company.company-page .page-contents .company-list02 .wrap-list03 .btn-history a img {
    width: 29rem;
    height: auto;
  }
  /* *********▲ END 後で消す ************/

  #company.who-we-are-page .page-contents .vision-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #company.who-we-are-page .page-contents .vision-section .header {
    margin: 0 0 40px;
  }
  #company.who-we-are-page .page-contents .vision-section .lead {
    font-size: 24px;
  }
  #company.who-we-are-page .page-contents .vision-section .items {
    flex-wrap: wrap;
  }
  #company.who-we-are-page .page-contents .vision-section .items .item, #company.who-we-are-page .page-contents .vision-section .items .item:nth-child(3), #company.who-we-are-page .page-contents .vision-section .items .item:last-child {
    flex: 1 0 calc(50% - 40px);
  }
  #company.who-we-are-page .page-contents .mission-section .lead {
    font-size: 24px;
  }
  #company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item {
    padding-left: 80px;
  }
  #company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item:first-child {
    margin: 0;
  }
  #company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item:last-child {
    padding-bottom: 0;
  }
  #company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item:before {
    top: 10px;
    width: 80px;
    height: 80px;
    background-size: 30px 50px, 100% 100%;
  }
  #company.overview-page .page-contents .header {
    margin-bottom: 32rem;
    font-size: 52rem;
  }
  #company.overview-page .page-contents .overview-section .info-table th {
    width: 25%;
  }
  #company.overview-page .page-contents .logo-section .company-logo .desc {
    display: block;
    margin-top: 64rem;
  }
  #company.overview-page .page-contents .logo-section .company-logo .desc .column.type {
    margin-bottom: 80rem;
  }
  #company.history-page .page-contents {
    padding: 100rem 64rem 72rem;
  }
  #company.history-page .page-contents .history-table,
#company.history-page .page-contents .history-table > div,
#company.history-page .page-contents .history-table dt,
#company.history-page .page-contents .history-table dd {
    display: block;
  }
  #company.history-page .page-contents .history-table > div {
    border-bottom: 1px solid var(--site-base-color);
  }
  #company.history-page .page-contents .history-table dt,
#company.history-page .page-contents .history-table dd {
    border-bottom: none;
  }
  #company.history-page .page-contents .history-table dt {
    padding-bottom: 0;
  }
  #company.history-page .page-contents .history-table dt::after {
    top: -2px;
    bottom: auto;
  }
  #company.history-page .page-contents .history-table dd {
    padding-bottom: 40px;
  }
  #company.history-page .page-contents .history-table th {
    width: 64px;
    text-align: left;
  }
}
@media screen and (max-width: 448px) {
  #company.who-we-are-page .page-contents .vision-section {
    padding: 100rem 32rem 100rem;
    font-size: 30rem;
  }
  #company.who-we-are-page .page-contents .vision-section .header {
    margin: 0 0 80rem;
  }
  #company.who-we-are-page .page-contents .vision-section .header .title {
    margin: 0 0 40rem;
  }
  #company.who-we-are-page .page-contents .vision-section .header .subtitle {
    font-size: 30rem;
  }
  #company.who-we-are-page .page-contents .vision-section .lead {
    font-size: 40rem;
  }
  #company.who-we-are-page .page-contents .mission-section {
    padding: 80rem 32rem 60rem;
    font-size: 30rem;
    line-height: 2.777;
  }
  #company.who-we-are-page .page-contents .mission-section .header {
    margin: 0 0 80rem;
  }
  #company.who-we-are-page .page-contents .mission-section .header .title {
    margin: 0 0 40rem;
  }
  #company.who-we-are-page .page-contents .mission-section .header .subtitle {
    font-size: 30rem;
  }
  #company.who-we-are-page .page-contents .mission-section .lead {
    font-size: 40rem;
  }
  #company.who-we-are-page .page-contents .values-section {
    padding: 80rem 32rem 0;
  }
  #company.who-we-are-page .page-contents .values-section .header {
    margin: 0 0 280rem;
  }
  #company.who-we-are-page .page-contents .values-section .header .title {
    margin: 0 0 40rem;
  }
  #company.who-we-are-page .page-contents .values-section .header .subtitle {
    font-size: 30rem;
  }
  #company.who-we-are-page .page-contents .values-section .behavioral-guidelines {
    font-size: 30rem;
    padding: 0 0 130rem;
  }
  #company.who-we-are-page .page-contents .values-section .behavioral-guidelines .item {
    padding: 10rem 0;
    background-size: 120rem auto;
  }
  #company.who-we-are-page .page-contents .values-section .behavioral-guidelines .item .heading {
    margin: 0 0 32rem;
    padding: 24rem 0 0;
    font-size: 40rem;
  }
  #company.who-we-are-page .page-contents .values-section .behavioral-guidelines .item .heading::before {
    height: 64rem;
  }
  #company.greeting-page .page-contents {
    font-size: 32rem;
  }
  #company.greeting-page .page-contents .header {
    margin: 0 0 64rem;
    font-size: 52rem;
  }
  #company.greeting-page .page-contents p {
    margin: 0 0 64rem;
  }
  #company.greeting-page .page-contents .author {
    margin: 112rem 0 0;
  }
  #company.board-member-page .page-contents .members {
    --flex-item-margin: 34rem;
  }
  #company.board-member-page .page-contents .members .member .name {
    margin: 0 0 16rem;
    font-size: 60rem;
  }
  #company.board-member-page .page-contents .members .member .title {
    font-size: 40rem;
  }
  #company.history-page .page-contents .history-table dt {
    width: 260rem;
    padding: 40rem 0 0;
    font-size: 50rem;
  }
  #company.history-page .page-contents .history-table dd {
    padding: 24rem 0 80rem;
  }
  #company.history-page .page-contents .history-table th {
    width: 100rem;
  }
  #company.office-page .page-contents .office .name {
    margin-bottom: 24rem;
    font-size: 52rem;
  }
  #company.office-page .page-contents .office .image {
    margin-bottom: 80rem;
  }
  #company.office-page .page-contents .office .info .contents {
    margin-bottom: 80rem;
  }
  #company.office-page .page-contents .office .info .term {
    margin-bottom: 24rem;
    font-size: 40rem;
  }
  #company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item dt::before {
    top: 20px;
    width: 100%;
    height: 64rem;
  }
  #company.who-we-are-page .page-contents .values-section .seven-values .seven-value-item dt {
    padding: 40px 0 0;
  }
}
#service.index-page .page-contents {
  max-width: none;
  padding: 130px 0 0;
  font-family: var(--site-base-font);
}
#service.index-page .page-contents .introduction {
  margin: 0 0 80px;
  padding: 0 32px;
  font-size: 18px;
  line-height: 3.333;
  text-align: center;
}
#service.index-page .page-contents .introduction .lead {
  margin: 0 0 29px;
  color: var(--site-base-color);
  font-size: 36px;
  font-weight: 500;
  line-height: 1.639;
  letter-spacing: 0.08em;
}
#service.index-page .page-contents .introduction em {
  font-style: normal;
}
#service.index-page .page-contents .introduction .ie-reach {
  color: #80be25;
}
#service.index-page .page-contents .introduction .pension {
  color: #48b4ac;
}
#service.index-page .page-contents .our-service-section .header {
  margin: 0 0 116px;
  text-align: center;
  color: var(--site-base-color);
}
#service.index-page .page-contents .our-service-section .header .title {
  margin: 0 0 26px;
  font-size: 0;
}
#service.index-page .page-contents .our-service-section .header .subtitle {
  font-size: 20px;
}
#service.index-page .page-contents .ie-reach-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin: 0 110px 114px 0;
  background: url(/assets/images/service/top/ie-reach-bg.png) no-repeat left 64px, url(/assets/images/service/top/ie-reach-bg-repeat.png) repeat-x left 64px;
}
#service.index-page .page-contents .ie-reach-section .banner {
  flex: 0 1 970px;
  align-self: flex-start;
  position: relative;
  background: #fff;
}
#service.index-page .page-contents .ie-reach-section .banner a {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  position: relative;
  height: 389px;
  padding: 49px 48px 47px;
  border-top: 2px solid var(--site-base-color);
  border-right: 2px solid var(--site-base-color);
  border-bottom: 2px solid var(--site-base-color);
  background: #fff url(/assets//images/service/top/ie-reach-image.png) no-repeat left center/auto 100%;
  font-family: var(--w5-font);
  text-align: right;
}
#service.index-page .page-contents .ie-reach-section .banner a:hover {
  opacity: 0.7;
}
#service.index-page .page-contents .ie-reach-section .banner a::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  border-left: 2px solid var(--site-base-color);
  border-bottom: 2px solid var(--site-base-color);
}
#service.index-page .page-contents .ie-reach-section .banner a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--site-base-color);
  border-left: 2px solid var(--site-base-color);
}
#service.index-page .page-contents .ie-reach-section .banner .heading {
  margin: -4px -16px 6px 0;
  padding: 4px 16px;
  background: #fff;
  font-size: 0;
}
#service.index-page .page-contents .ie-reach-section .banner .features {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin: 0 0 25px;
  font-feature-settings: normal;
}
#service.index-page .page-contents .ie-reach-section .banner .features li {
  margin: 11px 0 0;
  padding: 10px 21px;
  background: #91d21e;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
#service.index-page .page-contents .ie-reach-section .banner .viewmore {
  margin: auto 0 0;
  font-size: 12px;
}
#service.index-page .page-contents .ie-reach-section .banner .viewmore span {
  display: inline-block;
  position: relative;
  padding: 0 22px 6px 14px;
  border-bottom: 1px solid var(--site-text-color);
  text-shadow: 0 0 2px #fff;
  line-height: 1.2;
}
#service.index-page .page-contents .ie-reach-section .banner .viewmore span::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 10px;
  height: 1px;
  background: var(--site-text-color);
  transform-origin: right bottom;
  transform: rotate(32deg);
}
#service.index-page .page-contents .ie-reach-section .caption {
  flex: 1 0 402px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
  margin: 64px 0 0;
  padding: 50px;
  color: #fff;
}
#service.index-page .page-contents .ie-reach-section .caption .service-for {
  margin: 0 0 16px;
  font-feature-settings: normal;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.464;
}
#service.index-page .page-contents .ie-reach-section .caption .desc {
  font-family: var(--w5-font);
  font-size: 14px;
  line-height: 2.142;
}
#service.index-page .page-contents .pension-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin: 0 0 0 104px;
  background: url(/assets/images/service/top/pension-bg.png) no-repeat right 64px, url(/assets/images/service/top/pension-bg-repeat.png) repeat-x left 64px;
}
#service.index-page .page-contents .pension-section .banner {
  flex: 0 1 970px;
  align-self: flex-start;
  position: relative;
  background: #fff;
  order: 2;
}
#service.index-page .page-contents .pension-section .banner a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  height: 389px;
  padding: 49px 48px 48px;
  border-top: 2px solid var(--site-base-color);
  border-left: 2px solid var(--site-base-color);
  border-bottom: 2px solid var(--site-base-color);
  background: url(/assets//images/service/top/pension-image.png) no-repeat right center/auto 100%;
  font-family: var(--w5-font);
}
#service.index-page .page-contents .pension-section .banner a:hover {
  opacity: 0.7;
}
#service.index-page .page-contents .pension-section .banner a::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  border-right: 2px solid var(--site-base-color);
  border-bottom: 2px solid var(--site-base-color);
}
#service.index-page .page-contents .pension-section .banner a::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: -20px;
  width: 20px;
  height: 20px;
  border-top: 2px solid var(--site-base-color);
  border-right: 2px solid var(--site-base-color);
}
#service.index-page .page-contents .pension-section .banner .heading {
  margin: -4px 0 6px -16px;
  padding: 4px 16px;
  background: #fff;
  font-size: 0;
}
#service.index-page .page-contents .pension-section .banner .features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 0 0 25px;
  font-feature-settings: normal;
}
#service.index-page .page-contents .pension-section .banner .features li {
  margin: 11px 0 0;
  padding: 11px 21px;
  background: #00b6ec;
  border-radius: 5px;
  color: #fff;
  font-size: 11px;
}
#service.index-page .page-contents .pension-section .banner .viewmore {
  margin: auto 0 0;
  font-size: 12px;
}
#service.index-page .page-contents .pension-section .banner .viewmore span {
  display: inline-block;
  position: relative;
  padding: 0 22px 6px 14px;
  border-bottom: 1px solid var(--site-text-color);
  text-shadow: 0 0 2px #fff;
  line-height: 1.2;
}
#service.index-page .page-contents .pension-section .banner .viewmore span::before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  width: 10px;
  height: 1px;
  background: var(--site-text-color);
  transform-origin: right bottom;
  transform: rotate(32deg);
}
#service.index-page .page-contents .pension-section .caption {
  flex: 1 0 402px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 380px;
  margin: 64px 0 0;
  padding: 50px;
  color: #fff;
}
#service.index-page .page-contents .pension-section .caption .service-for {
  margin: 0 0 16px;
  font-feature-settings: normal;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.464;
}
#service.index-page .page-contents .pension-section .caption .desc {
  font-family: var(--w5-font);
  font-size: 14px;
  line-height: 2.142;
}

#service.service_ier-page .page-contents {
  max-width: none;
  padding: 137px 0 0;
  font-family: var(--site-base-font);
}
#service.service_ier-page .page-contents .section1 {
  font-size: 16px;
  line-height: 2.444;
  text-align: center;
}
#service.service_ier-page .page-contents .section1 .header {
  margin: 0 0 38px;
  padding: 0 32px;
}
#service.service_ier-page .page-contents .section1 .header .catchphrase {
  margin: 0 0 18px;
  color: var(--site-base-color);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.666;
  letter-spacing: 0.08em;
}
#service.service_ier-page .page-contents .section1 .header .title {
  font-size: 0;
}
#service.service_ier-page .page-contents .section1 .introduction {
  padding: 0 32px;
}
#service.service_ier-page .page-contents .section1 .series {
  margin: 30px 0 85px;
  padding: 0 32px;
}
#service.service_ier-page .page-contents .section1 .series .heading {
  margin: 0 0 18px;
  font-size: 0;
}
#service.service_ier-page .page-contents .section1 .series .button-list {
  display: flex;
  justify-content: center;
  margin: 0 0 22px;
}
#service.service_ier-page .page-contents .section1 .series .button-list .button {
  margin: 15px;
}
#service.service_ier-page .page-contents .section1 .series .button-list .button a {
  display: block;
}
#service.service_ier-page .page-contents .section1 .series .button-list .button a img {
  background: #fff;
}
#service.service_ier-page .page-contents .section1 .series .button-list .button:nth-child(1) a {
  background: url(/assets/images/service/service_ier/series-button1-on.png) no-repeat center/contain;
}
#service.service_ier-page .page-contents .section1 .series .button-list .button:nth-child(2) a {
  background: url(/assets/images/service/service_ier/series-button3-on.png) no-repeat center/contain;
}
#service.service_ier-page .page-contents .section1 .series .button-list .button:nth-child(3) a {
  background: url(/assets/images/service/service_ier/series-button4-on.png) no-repeat center/contain;
}
#service.service_ier-page .page-contents .section1 .series .button-list .button a:hover img {
  opacity: 0;
}
#service.service_ier-page .page-contents .section1 .functions {
  max-width: 1110px;
  margin: 0 auto;
  padding: 0 3%;
  box-sizing: content-box;
  line-height: 2;
}
#service.service_ier-page .page-contents .section1 .functions .subheader {
  margin: 0 0 40px;
  color: var(--site-base-color);
}
#service.service_ier-page .page-contents .section1 .functions .subheader .title {
  margin: 0 0 16px;
}
#service.service_ier-page .page-contents .section1 .functions .subheader .subtitle {
  font-family: var(--w5-font);
  font-size: 20px;
}
#service.service_ier-page .page-contents .section1 .functions .point-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
#service.service_ier-page .page-contents .section1 .functions .point-list .point {
  flex: 1 1 350px;
  display: flex;
  position: relative;
  margin: 12px;
  padding: 16px;
  background: url(/assets/images/service/service_ier/functions-item-bg.png) no-repeat right top/cover;
  font-size: 16px;
  line-height: 2;
}
#service.service_ier-page .page-contents .section1 .functions .point-list .point:nth-child(1)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/service/service_ier/functions-point1.svg) no-repeat 4px 2px/126px auto;
}
#service.service_ier-page .page-contents .section1 .functions .point-list .point:nth-child(2)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/service/service_ier/functions-point2.svg) no-repeat 4px 2px/126px auto;
}
#service.service_ier-page .page-contents .section1 .functions .point-list .point:nth-child(3)::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/assets/images/service/service_ier/functions-point3.svg) no-repeat 4px 2px/126px auto;
}
#service.service_ier-page .page-contents .section1 .functions .point-list .point .inner {
  position: relative;
  padding: 38px 30px 30px;
  background: rgba(255, 255, 255, 0.7);
}
#service.service_ier-page .page-contents .section1 .functions .point-list .point .heading {
  display: inline-block;
  margin: 0 auto 50px;
  padding: 0 0 4px;
  border-bottom: 1px solid var(--site-text-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .1em;
}
#service.service_ier-page .page-contents .section1 .functions .point-list .point .image {
  margin: 0 0 32px;
}
#service.service_ier-page .page-contents .section1 .functions .point-list .point p {
  text-align: left;
}
#service.service_ier-page .page-contents .section1 .image-area {
  position: relative;
  margin: 124px 0 76px;
}
#service.service_ier-page .page-contents .section1 .image-area::before {
  content: "";
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  bottom: 56px;
  background: url(/assets/images/service/service_ier/image-bg.png) no-repeat center/cover;
  text-align: center;
}
#service.service_ier-page .page-contents .section1 .image-area img {
  position: relative;
}
#service.service_ier-page .page-contents .section2 {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: content-box;
  font-size: 16px;
  line-height: 2.444;
  text-align: center;
}
#service.service_ier-page .page-contents .section2 .header {
  margin: 0 0 30px;
  line-height: 1.5;
  color: var(--site-base-color);
}
#service.service_ier-page .page-contents .section2 .header span {
  display: block;
  margin: 0 0 8px;
  font-size: 18px;
  font-weight: normal;
}
#service.service_ier-page .page-contents .section2 .header em {
  display: block;
  font-style: normal;
  font-size: 26px;
  font-weight: 600;
}
#service.service_ier-page .page-contents .section2 .series-section {
  margin: 138px 0 0;
}
#service.service_ier-page .page-contents .section2 .series-section .subheader {
  margin: 0 0 14px;
  color: var(--site-base-color);
}
#service.service_ier-page .page-contents .section2 .series-section .subheader .title {
  margin: 0 0 12px;
  font-size: 0;
}
#service.service_ier-page .page-contents .section2 .series-section .subheader .subtitle {
  font-size: 20px;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list {
  --gradient: linear-gradient(to right, #94c319, #5dbfcf);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -30px;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series {
  display: flex;
  flex: 1 1 380px;
  margin: 26px 30px;
  padding: 3px;
  border-radius: 20px;
  background: var(--gradient);
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner {
  display: flex;
  flex-direction: column;
  padding: 50px 40px;
  border-radius: 18px;
  background: #f5f5f5;
  font-size: 16px;
  line-height: 1.8333;
  text-align: left;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .name {
  margin: 0 0 20px;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .tags {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 16px;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .tags li {
  margin: 5px;
  padding: 0 8px;
  background: var(--gradient);
  color: #fff;
  font-size: 14px;
  text-shadow: #2b3534 0 0 5px;
  letter-spacing: .1em;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .button {
  margin: auto 0 0;
  text-align: right;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .button a {
  display: inline-block;
  position: relative;
  padding: 6px 44px 2px 22px;
  border-radius: 17px;
  background: var(--gradient);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.857;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .button a:hover {
  opacity: 0.7;
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .button a i {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transform: translate(0, -50%);
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .button a i::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #48b4ac;
  border-right: 2px solid #48b4ac;
  transform-origin: right top;
  transform: translate(50%, 0) rotate(45deg);
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series.sales {
  --gradient: linear-gradient(to right, #007dc4 0%, #63c3da 70%, #83c8ad 100%);
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series.btc {
  --gradient: linear-gradient(to right, #74c5be 0%, #74c5be 45%, #75c0e3 100%);
}
#service.service_ier-page .page-contents .section2 .series-section .series-list .series.picks {
  --gradient: linear-gradient(to right, #003b94, #0088d3);
}

@media screen and (min-width: 1200px) {
  .pc-none {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

#service.service_mnn-page .page-contents {
  max-width: none;
  padding: 144px 0 0;
  font-family: var(--site-base-font);
}
#service.service_mnn-page .page-contents .contents-header {
  text-align: center;
  margin: 0 0 39px;
  padding: 0 32px;
}
#service.service_mnn-page .page-contents .contents-header .catchphrase {
  margin: 0 0 26px;
  color: var(--site-base-color);
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
}
#service.service_mnn-page .page-contents .introduction {
  margin: 0 0 104px;
  padding: 0 32px;
  font-size: 16px;
  line-height: 2.444;
  text-align: center;
}
#service.service_mnn-page .page-contents .introduction .image {
  margin: 48px 0 38px;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap {
  max-width: 950px;
  width: 100%;
  margin: 50px auto 0;
  padding: 2px;
  background: linear-gradient(to right, #00b6ec 0, #cce32f 70%, #ffee00);
  border-radius: 20px;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content {
  background: #fff;
  border-radius: 20px;
  padding: 24px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 80rem;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .wrap-image {
  width: 420px;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .wrap-image img {
  width: 100%;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .content .content-text {
  line-height: 2;
  font-size: 18px;
  font-weight: 600;
  color: #00b6ec;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .content .button {
  margin: 16px 0 0;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .content .button a {
  display: inline-block;
  position: relative;
  padding: 6px 44px 2px 22px;
  border-radius: 17px;
  background: linear-gradient(to right, #00b6ec 0, #cce32f 70%, #ffee00);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.857;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .content .button a:hover {
  opacity: 0.7;
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .content .button a i {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
  transform: translate(0, -50%);
}
#service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .content .button a i::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  width: 7px;
  height: 7px;
  border-top: 2px solid #48b4ac;
  border-right: 2px solid #48b4ac;
  transform-origin: right top;
  transform: translate(50%, 0) rotate(45deg);
}
#service.service_mnn-page .page-contents .system-section {
  max-width: 975px;
  margin: 0 auto 100px;
  padding: 0 32px;
  box-sizing: content-box;
  font-size: 16px;
  text-align: center;
  line-height: 2.444;
}
#service.service_mnn-page .page-contents .system-section .header {
  margin: 0 0 35px;
  color: #00b6ec;
  line-height: 1.5;
}
#service.service_mnn-page .page-contents .system-section .header .title {
  margin: 0 0 22px;
}
#service.service_mnn-page .page-contents .system-section .header .subtitle {
  font-family: var(--w5-font);
  font-size: 20px;
}
#service.service_mnn-page .page-contents .system-section .image {
  margin: 46px 0 0;
  padding: 58px 97px;
  border-radius: 50px;
  background: rgba(0, 157, 230, 0.1);
  font-size: 0;
  text-align: center;
}
#service.service_mnn-page .page-contents .feature-section {
  max-width: 862px;
  margin: 0 auto 80px;
  padding: 0 32px;
  box-sizing: content-box;
}
#service.service_mnn-page .page-contents .feature-section .header {
  margin: 0 0 50px;
  color: #00b6ec;
  line-height: 1.5;
  text-align: center;
}
#service.service_mnn-page .page-contents .feature-section .header .title {
  margin: 0 0 22px;
}
#service.service_mnn-page .page-contents .feature-section .header .subtitle {
  font-family: var(--w5-font);
  font-size: 20px;
}
#service.service_mnn-page .page-contents .feature-section .feature-list {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}
#service.service_mnn-page .page-contents .feature-section .feature-list li {
  margin: 0 30px;
}
#service.service_mnn-page .page-contents .feature-section .feature-list li img {
  width: auto;
}
#service.service_mnn-page .page-contents .charm-section {
  margin: 0 0 140px;
  padding: 140px 32px 50px;
  background: url(/assets/images/service/service_mnn/charm-bg.png) no-repeat top right/cover;
}
#service.service_mnn-page .page-contents .charm-section .inner {
  max-width: 1170px;
  margin: 0 auto;
}
#service.service_mnn-page .page-contents .charm-section .header {
  margin: 0 0 92px;
  color: #fff;
  line-height: 1.5;
  text-align: center;
}
#service.service_mnn-page .page-contents .charm-section .header .title {
  margin: 0 0 22px;
}
#service.service_mnn-page .page-contents .charm-section .header .subtitle {
  font-family: var(--w5-font);
  font-size: 20px;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm {
  position: relative;
  max-width: 930px;
  margin: 0 0 76px;
  background: #fff;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm .contents {
  display: flex;
  justify-content: space-between;
  min-height: 320px;
  padding: 30px;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm .caption {
  flex: 1 0 360px;
  font-size: 14px;
  line-height: 2.1666;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm .caption .heading {
  margin: 0 0 16px;
  padding: 4px 8px;
  background: #00b6ec;
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm .image {
  flex: 0 1 450px;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(odd) {
  margin-left: auto;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: -20px;
  right: -10px;
  width: 106.451%;
  height: 3px;
  background: #00b6ec;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(odd)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: -20px;
  width: 3px;
  height: 112.5%;
  background: #00b6ec;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(odd) .contents::before {
  content: "";
  position: absolute;
  bottom: 20px;
  right: -10px;
  width: 106.451%;
  height: 3px;
  background: #00b6ec;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(odd) .contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 20px;
  width: 3px;
  height: 112.5%;
  background: #00b6ec;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(odd) .image {
  margin-left: 60px;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(even) {
  margin-right: auto;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(even)::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -10px;
  width: 106.451%;
  height: 3px;
  background: #00b6ec;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(even)::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  width: 3px;
  height: 112.5%;
  background: #00b6ec;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(even) .contents::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: -10px;
  width: 106.451%;
  height: 3px;
  background: #00b6ec;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(even) .contents::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -20px;
  width: 3px;
  height: 112.5%;
  background: #00b6ec;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(even) .caption {
  order: 2;
}
#service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(even) .image {
  margin-right: 60px;
}

@media screen and (min-width: 1200px) {
  #service.service_ier-page .page-contents .for-sp {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  #service.index-page .page-contents .ie-reach-section {
    display: block;
    margin-right: 0;
    background: none;
  }
  #service.index-page .page-contents .ie-reach-section .banner {
    margin-right: 80px;
  }
  #service.index-page .page-contents .ie-reach-section .caption {
    min-height: 0;
    margin: -80px 0 0 80px;
    padding-top: 128px;
    background: url(/assets/images/service/top/ie-reach-bg-repeat.png) repeat-x left top/auto 100%;
  }
  #service.index-page .page-contents .pension-section {
    display: block;
    margin-left: 0;
    background: none;
  }
  #service.index-page .page-contents .pension-section .banner {
    margin-left: 80px;
  }
  #service.index-page .page-contents .pension-section .caption {
    min-height: 0;
    margin: -80px 80px 0 0;
    padding-top: 128px;
    background: url(/assets/images/service/top/pension-bg-repeat.png) repeat-x left top/auto 100%;
  }
  #service.service_ier-page .page-contents .section1 .functions .point-list {
    flex-wrap: wrap;
  }
  #service.service_ier-page .page-contents .section1 .functions .point-list::after {
    content: "";
    display: block;
    flex: 1 1 350px;
    margin: 0 15px;
  }
  #service.service_mnn-page .page-contents .charm-section {
    background-position: left top;
  }
}
@media screen and (max-width: 750px) {
  #service.index-page .page-contents .introduction {
    font-size: 16px;
    line-height: 2.777;
  }
  #service.index-page .page-contents .introduction .lead {
    font-size: 24px;
  }
  #service.index-page .page-contents .our-service-section .header {
    margin: 0 0 40px;
  }
  #service.index-page .page-contents .ie-reach-section {
    margin-bottom: 72px;
  }
  #service.index-page .page-contents .ie-reach-section .banner {
    margin-right: 32rem;
  }
  #service.index-page .page-contents .ie-reach-section .banner a {
    padding: 20rem;
    height: auto;
    background-position: -128rem center;
  }
  #service.index-page .page-contents .ie-reach-section .banner .heading {
    margin: -4rem -16rem 6rem 0;
    padding: 4rem 16rem;
  }
  #service.index-page .page-contents .ie-reach-section .banner .heading img {
    width: 162rem;
  }
  #service.index-page .page-contents .ie-reach-section .banner .features {
    margin-bottom: 25rem;
  }
  #service.index-page .page-contents .ie-reach-section .banner .features li {
    margin: 11rem 0 0;
    padding: 10rem 21rem;
    border-radius: 5rem;
    font-size: 11rem;
  }
  #service.index-page .page-contents .ie-reach-section .banner .viewmore {
    font-size: 12rem;
  }
  #service.index-page .page-contents .ie-reach-section .banner .viewmore span {
    padding: 0 22rem 6rem 14rem;
  }
  #service.index-page .page-contents .ie-reach-section .caption {
    margin-left: 32rem;
    padding: 128px 32px 50px;
  }
  #service.index-page .page-contents .ie-reach-section .caption .service-for {
    font-size: 24px;
  }
  #service.index-page .page-contents .pension-section .banner {
    margin-left: 32rem;
  }
  #service.index-page .page-contents .pension-section .banner a {
    padding: 20rem;
    height: auto;
    background-position: right -80rem center;
  }
  #service.index-page .page-contents .pension-section .banner .heading {
    margin: -4rem 0 6rem -16rem;
    padding: 4rem 16rem;
  }
  #service.index-page .page-contents .pension-section .banner .heading img {
    width: 195rem;
  }
  #service.index-page .page-contents .pension-section .banner .features {
    margin-bottom: 25rem;
  }
  #service.index-page .page-contents .pension-section .banner .features li {
    margin: 11rem 0 0;
    padding: 10rem 21rem;
    border-radius: 5rem;
    font-size: 11rem;
  }
  #service.index-page .page-contents .pension-section .banner .viewmore {
    font-size: 12rem;
  }
  #service.index-page .page-contents .pension-section .banner .viewmore span {
    padding: 0 22rem 6rem 14rem;
  }
  #service.index-page .page-contents .pension-section .caption {
    margin-right: 32rem;
    padding: 128px 32px 50px;
  }
  #service.index-page .page-contents .pension-section .caption .service-for {
    font-size: 24px;
  }
  #service.service_ier-page .page-contents {
    padding: 96rem 0 0;
  }
  #service.service_ier-page .page-contents .section1 {
    font-size: 14px;
  }
  #service.service_ier-page .page-contents .section1 .header {
    margin: 0 0 24rem;
  }
  #service.service_ier-page .page-contents .section1 .header .catchphrase {
    margin: 0 0 12rem;
    font-size: 20px;
  }
  #service.service_ier-page .page-contents .section1 .header .title img {
    width: 40vw;
  }
  #service.service_ier-page .page-contents .section1 .series {
    margin: 80rem 0 84rem;
  }
  #service.service_ier-page .page-contents .section1 .series .heading {
    margin: 0 0 44rem;
  }
  #service.service_ier-page .page-contents .section1 .series .heading img {
    width: 48vw;
  }
  #service.service_ier-page .page-contents .section1 .series .button-list {
    flex-wrap: wrap;
    max-width: 460rem;
    margin: 0 auto 60rem;
  }
  #service.service_ier-page .page-contents .section1 .series .button-list .button {
    flex: 1 1 calc(50% - 30rem);
    margin: 6rem 15rem;
  }
  #service.service_ier-page .page-contents .section1 .functions .subheader {
    margin: 0 0 94rem;
  }
  #service.service_ier-page .page-contents .section1 .functions .subheader .title {
    margin: 0 0 18rem;
  }
  #service.service_ier-page .page-contents .section1 .functions .subheader .title img {
    width: 35vw;
  }
  #service.service_ier-page .page-contents .section1 .functions .subheader .subtitle {
    font-size: 18px;
  }
  #service.service_ier-page .page-contents .section1 .functions .point-list {
    margin: 0;
  }
  #service.service_ier-page .page-contents .section1 .functions .point-list .point {
    margin: 0 0 48rem;
    padding: 32rem;
    font-size: 14px;
  }
  #service.service_ier-page .page-contents .section1 .functions .point-list .point .inner {
    padding: 72rem 48rem 78rem;
  }
  #service.service_ier-page .page-contents .section1 .functions .point-list .point .heading {
    margin: 0 0 32rem;
    font-size: 18px;
  }
  #service.service_ier-page .page-contents .section1 .functions .point-list .point .image {
    margin: 0 0 28rem;
  }
  #service.service_ier-page .page-contents .section1 .functions .point-list .point p {
    line-height: 2.455;
  }
  #service.service_ier-page .page-contents .section1 .image-area {
    margin: 60rem 0 62rem;
    padding: 0 50rem;
  }
  #service.service_ier-page .page-contents .section1 .image-area::before {
    top: 32rem;
    bottom: 56rem;
  }
  #service.service_ier-page .page-contents .section2 {
    font-size: 14px;
  }
  #service.service_ier-page .page-contents .section2 .header {
    margin: 0 0 16rem;
    font-size: 18px;
  }
  #service.service_ier-page .page-contents .section2 .header span {
    margin: 0;
    font-size: 20rem;
  }
  #service.service_ier-page .page-contents .section2 .header em {
    font-size: 18px;
  }
  #service.service_ier-page .page-contents .section2 .series-section {
    margin: 86rem 0 0;
  }
  #service.service_ier-page .page-contents .section2 .series-section .subheader {
    margin: 0 0 70rem;
  }
  #service.service_ier-page .page-contents .section2 .series-section .subheader .title {
    margin: 0 0 18rem;
  }
  #service.service_ier-page .page-contents .section2 .series-section .subheader .title img {
    width: 19vw;
  }
  #service.service_ier-page .page-contents .section2 .series-section .subheader .subtitle {
    font-size: 20rem;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list {
    margin: 0;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series {
    margin: 0 0 32rem;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner {
    padding: 48rem;
    line-height: 2;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .name {
    margin: 0 0 30rem;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .name img {
    width: auto;
    height: 62rem;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .tags {
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .tags li {
    margin: 0 0 20rem;
    font-size: 20rem;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .button {
    margin: 20rem 0 0;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .button a {
    padding: 8rem 88rem 8rem 44rem;
    font-size: 20rem;
  }
  #service.service_mnn-page .page-contents .introduction .introduction-wrap {
    max-width: 90%;
  }
  #service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content {
    padding: 24px;
    display: block;
  }
  #service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .wrap-image {
    width: 90%;
    margin: 0 auto;
  }
  #service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .content {
    margin: 16px 0 0;
  }
  #service.service_mnn-page .page-contents .introduction .introduction-wrap .wrap-content .content .content-text {
    font-size: 16px;
  }
  #service.service_mnn-page .page-contents .system-section .image {
    padding: 20px;
    border-radius: 20px;
  }
  #service.service_mnn-page .page-contents .feature-section .feature-list {
    display: block;
    margin: 0;
  }
  #service.service_mnn-page .page-contents .feature-section .feature-list .feature {
    text-align: center;
    margin: 0 0 30px;
  }
  #service.service_mnn-page .page-contents .charm-section {
    padding: 80px 32px 50px;
  }
  #service.service_mnn-page .page-contents .charm-section .charm-list .charm .contents {
    flex-direction: column;
    justify-content: flex-start;
    min-height: 0;
  }
  #service.service_mnn-page .page-contents .charm-section .charm-list .charm .contents .caption {
    flex-basis: auto;
    order: 2;
  }
  #service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(odd) .image, #service.service_mnn-page .page-contents .charm-section .charm-list .charm:nth-child(even) .image {
    flex: auto;
    margin: 0 0 24px;
    text-align: center;
  }
}
@media screen and (max-width: 448px) {
  #service.index-page .page-contents {
    padding: 130rem 0 0;
  }
  #service.index-page .page-contents .introduction {
    font-size: 32rem;
    line-height: 2;
  }
  #service.index-page .page-contents .introduction .lead {
    font-size: 36rem;
  }
  #service.index-page .page-contents .our-service-section .header {
    margin: 0 0 80rem;
  }
  #service.index-page .page-contents .our-service-section .header .title {
    margin: 0 0 40rem;
  }
  #service.index-page .page-contents .our-service-section .header .subtitle {
    font-size: 30rem;
  }
  #service.service_ier-page .page-contents .section2 .series-section .series-list .series .inner .tags li{
    font-size:14px;
  }
  #service.service_mnn-page .page-contents {
    padding: 130rem 0 0;
  }
  #service.service_mnn-page .page-contents .contents-header .catchphrase {
    font-size: 40rem;
  }
  #service.service_mnn-page .page-contents .contents-header .title img {
    width: 480rem;
  }
  #service.service_mnn-page .page-contents .introduction {
    margin: 0 0 80rem;
    padding: 0 32rem;
    font-size: 32rem;
  }
  #service.service_mnn-page .page-contents .introduction .header {
    margin: 0 0 40rem;
  }
  #service.service_mnn-page .page-contents .introduction .header .title {
    margin: 0 0 40rem;
  }
  #service.service_mnn-page .page-contents .introduction .header .subtitle {
    font-size: 40rem;
  }
  #service.service_mnn-page .page-contents .system-section {
    padding: 0 32rem;
    font-size: 32rem;
  }
  #service.service_mnn-page .page-contents .system-section .header {
    margin: 0 0 40rem;
  }
  #service.service_mnn-page .page-contents .system-section .header .title {
    margin: 0 0 40rem;
  }
  #service.service_mnn-page .page-contents .system-section .header .subtitle {
    font-size: 40rem;
  }
  #service.service_mnn-page .page-contents .charm-section {
    padding: 150rem 32rem 100rem;
  }
  #service.service_mnn-page .page-contents .charm-section .header {
    margin: 0 0 80rem;
  }
  #service.service_mnn-page .page-contents .charm-section .header .title {
    margin: 0 0 40rem;
  }
  #service.service_mnn-page .page-contents .charm-section .header .subtitle {
    font-size: 40rem;
  }
}
#information.information-page .page-contents {
  max-width: 810px;
  margin: 150px auto 0;
  padding: 0 20px;
  font-family: var(--site-base-font);
}
#information.information-page .page-contents a:hover {
  opacity: 0.7;
}
#information.information-page .page-contents article a {
  display: flex;
  padding: 24px 0;
  border-bottom: 1px solid #dadbdb;
}
#information.information-page .page-contents article a .news-label {
  display: flex;
  align-items: flex-start;
}
#information.information-page .page-contents article a .news-label time {
  margin: 10px 0 0;
  font-size: 14px;
}
#information.information-page .page-contents article a .news-label span {
  background: linear-gradient(to right, #d2e619, #55bdae);
  text-align: center;
  margin: 0 60px 0 30px;
  padding: 8px 15px;
  min-width: 120px;
  font-size: 12px;
  color: #fff;
  border-radius: 25px;
}
#information.information-page .page-contents article a p {
  line-height: 1.6;
  font-size: 14px;
  font-weight: 500;
}
#information.information-page .page-contents .pagination {
  margin: 70px auto 60px;
  width: 100%;
  display: flex;
  justify-content: center;
}
#information.information-page .page-contents .pagination .page-numbers {
  display: flex;
}
#information.information-page .page-contents .pagination .page-numbers li {
  margin: 0 0.5em;
  font-weight: 500;
  padding: 0 5px;
}
#information.information-page .page-contents .pagination .page-numbers li a {
  color: #b3b3b4;
}
@media screen and (max-width: 750px) {
  #information.information-page .page-contents {
    max-width: 100%;
    margin: 60px auto 0;
  }
  #information.information-page .page-contents article a {
    display: block;
    padding: 16px 0;
  }
  #information.information-page .page-contents article a p {
    margin: 10px 0 0;
    line-height: 1.6;
  }
}

#information.information-detail-page .page-contents {
  max-width: 870px;
  margin: 150px auto 0;
  padding: 0 20px;
  font-family: var(--site-base-font);
}
#information.information-detail-page .page-contents a:hover {
  opacity: 0.7;
}
#information.information-detail-page .page-contents h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--site-base-color);
}
#information.information-detail-page .page-contents .news-label {
  margin: 24px 0 0;
}
#information.information-detail-page .page-contents .news-label time {
  font-size: 16px;
}
#information.information-detail-page .page-contents .news-label span {
  background: linear-gradient(to right, #d2e619, #55bdae);
  text-align: center;
  margin: 0 0 0 30px;
  padding: 10px 15px;
  min-width: 120px;
  font-size: 12px;
  color: #fff;
  border-radius: 25px;
}
#information.information-detail-page .page-contents p {
  line-height: 2;
}
#information.information-detail-page .page-contents p:first-of-type {
  margin: 50px 0 0;
}
#information.information-detail-page .page-contents .link {
  display: inline-block;
  margin: 50px 0 0;
  padding: 0 0 5px;
  color: var(--site-base-color);
  border-bottom: 1px solid var(--site-base-color);
}
#information.information-detail-page .page-contents .pagination {
  margin: 90px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#information.information-detail-page .page-contents .pagination .page-numbers {
  display: flex;
}
#information.information-detail-page .page-contents .pagination .page-numbers li {
  margin: 0 0.5em;
  font-weight: 500;
  padding: 0 5px;
}
#information.information-detail-page .page-contents .pagination .page-numbers .back-link {
  padding: 0 30px;
}
#information.information-detail-page .page-contents .pagination .page-numbers .back-link .link-text {
  position: relative;
}
#information.information-detail-page .page-contents .pagination .page-numbers .back-link .link-text::before {
  position: absolute;
  content: "";
  background: url("/assets/images/information/detail/page-nav-bar.png");
  width: 10px;
  height: 21px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
#information.information-detail-page .page-contents .pagination .page-numbers .back-link .link-text::after {
  position: absolute;
  content: "";
  background: url("/assets/images/information/detail/page-nav-bar.png");
  width: 10px;
  height: 21px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
#information.information-detail-page .page-contents .single_pagination {
  margin: 90px auto 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
#information.information-detail-page .page-contents .single_pagination .back-link {
  padding: 0 30px;
  margin: 0;
  line-height: inherit;
}
#information.information-detail-page .page-contents .single_pagination .back-link .link-text {
  position: relative;
}
#information.information-detail-page .page-contents .single_pagination .back-link .link-text::before {
  position: absolute;
  content: "";
  background: url("/assets/images/information/detail/page-nav-bar.png");
  width: 10px;
  height: 21px;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
}
#information.information-detail-page .page-contents .single_pagination .back-link .link-text::after {
  position: absolute;
  content: "";
  background: url("/assets/images/information/detail/page-nav-bar.png");
  width: 10px;
  height: 21px;
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 750px) {
  #information.information-detail-page .page-contents {
    /* width: 100%; */
    margin: 60px auto 0;
  }
  #information.information-detail-page .page-contents h2 {
    font-size: 20px;
  }
  #information.information-detail-page .page-contents p:first-of-type {
    margin: 30px 0 0;
  }
  #information.information-detail-page .page-contents .pagination {
    margin: 40px auto 0;
  }
  #information.information-detail-page .page-contents .pagination .page-numbers .back-link {
    padding: 0 10px;
  }
}

#contact.contact-page .page-contents {
  padding: 100px 32px 0;
}
#contact.contact-page .page-contents .error {
  color: red;
}
#contact.contact-page .page-contents table,
#contact.contact-page .page-contents tbody,
#contact.contact-page .page-contents tr,
#contact.contact-page .page-contents th,
#contact.contact-page .page-contents td {
  display: block;
  width:100%;
  min-width:80vw;
}
#contact.contact-page .page-contents .contact-table {
  width: 100%;
}
#contact.contact-page .page-contents .contact-table tr th {
  width: 100%;
  display: block;
  padding: 60px 0 16px;
}
#contact.contact-page .page-contents .contact-table tr th sup {
  color: #d72d37;
}
#contact.contact-page .page-contents .contact-table tr td {
  width: 100%;
  display: block;
}
#contact.contact-page .page-contents .contact-table tr td input[type=text],
#contact.contact-page .page-contents .contact-table tr td input[type=email],
#contact.contact-page .page-contents .contact-table tr td input[type=tel],
#contact.contact-page .page-contents .contact-table tr td textarea {
  width: 100%;
  background: #ededee;
  border-radius: 15px;
  padding: 20px;
}
#contact.contact-page .page-contents .contact-table tr td textarea {
  resize: none;
  min-height: 250px;
}
#contact.contact-page .page-contents .contact-table tr td .checkbox-list span {
  margin: 0 5px 0 0;
  line-height: 1.8;
}
#contact.contact-page .page-contents .contact-table tr td .checkbox-list .radio-button span label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 20px;
  cursor: pointer;
}
#contact.contact-page .page-contents .contact-table tr td .checkbox-list .radio-button span label .radio {
  display: none; /* まず、＜input＞タグの表示を消します*/
}
#contact.contact-page .page-contents .contact-table tr td .checkbox-list .radio-button span label .radio + span::before,
#contact.contact-page .page-contents .contact-table tr td .checkbox-list .radio-button span label span::after {
  position: absolute;
  content: "";
  top: 50%;
  border-radius: 20%;
  transition: all 0.2s;
}
#contact.contact-page .page-contents .contact-table tr td .checkbox-list .radio-button span label .radio + span::before {
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #ffffff; /* ラジオボタンの元の色の指定*/
  border: 1px solid #ccc;
}
#contact.contact-page .page-contents .contact-table tr td .checkbox-list .radio-button span label .radio + span::after {
  left: 4px;
  margin-top: -7px;
  width: 6px;
  height: 9px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  transform: rotate(45deg);
  opacity: 0;
}
#contact.contact-page .page-contents .contact-table tr td .checkbox-list .radio-button span label .radio:checked + span::before {
  /* ラジオボタンがチェックされたときの隣接しているタグへの指示を書きます*/
  background: #355cc8;
  border: 1px solid #355cc8;
}
#contact.contact-page .page-contents .contact-table tr td .checkbox-list .radio-button span label .radio:checked + span::after {
  opacity: 1;
}
#contact.contact-page .page-contents .contact-table tr _:lang(x) + _:-webkit-full-screen-document,
#contact.contact-page .page-contents .contact-table tr td {
  width: 50%;
}
#contact.contact-page .page-contents .contact-table tr .name {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2%;
}
#contact.contact-page .page-contents .contact-table tr .name input[type=text] {
  width: 49%;
}
#contact.contact-page .page-contents .contact-table tr .name _:lang(x) + _:-webkit-full-screen-document,
#contact.contact-page .page-contents .contact-table tr .name input[type=text] {
  width: calc((100% - 26px) / 2);
}
#contact.contact-page .page-contents .contact-table tr .name _:lang(x) + _:-webkit-full-screen-document:first-of-type,
#contact.contact-page .page-contents .contact-table tr .name input[type=text]:first-of-type {
  margin: 0 14px 0 0;
}
#contact.contact-page .page-contents .privacy-check-wrap {
  margin: 140px auto 70px;
}
#contact.contact-page .page-contents .privacy-check-wrap .privacy-check-title {
  font-size: 20px;
  font-weight: 600;
}
#contact.contact-page .page-contents .privacy-check-wrap .desc {
  margin: 24px 0 0;
}
#contact.contact-page .page-contents .privacy-check-wrap .privacy-policy {
  margin: 45px auto 20px;
  overflow-y: scroll;
  padding: 30px;
  width: 100%;
  height: 270px;
  border: 1px solid #ccc;
}
#contact.contact-page .page-contents .privacy-check-wrap .privacy-policy .privacy-sub-title {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.3;
}
#contact.contact-page .page-contents .privacy-check-wrap .privacy-policy h5 {
  margin: 20px 0;
  font-weight: 600;
  font-size: 18px;
}
#contact.contact-page .page-contents .privacy-check-wrap .privacy-check-box-wrap {
  text-align: center;
}
#contact.contact-page .page-contents .privacy-check-wrap .privacy-check-box-wrap sup {
  color: #d72d37;
}
#contact.contact-page .page-contents .button-wrap {
  text-align: center;
}
#contact.contact-page .page-contents .button-wrap .button-box {
  display: inline-block;
  position: relative;
}
#contact.contact-page .page-contents .button-wrap .button-box::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 50px;
  width: 30px;
  height: 30px;
  transform: translateY(-50%);
  background: url("/assets/images/common/btn-arrow.png");
}
#contact.contact-page .page-contents .button-wrap .button-box .button01 {
  background-color: var(--site-base-color);
  color: #fff;
  padding: 12px 85px 12px 50px;
  border-radius: 10px;
  line-height: 1.6;
}
#contact.contact-page .page-contents .button-wrap .button-box .button01:hover {
  opacity: 0.7;
}
#contact.contact-page .page-contents .button-wrap .button-box .return {
  background-color: var(--site-base-color);
  color: #fff;
  margin: 0 10px 0 0;
  padding: 12px 70px;
  border-radius: 10px;
  line-height: 1.6;
}
#contact.contact-page .page-contents .button-wrap .button-box .return:hover {
  opacity: 0.7;
}
#contact.contact-page .page-contents .kanryo {
  text-align: center;
  font-size: 20px;
}
#contact.contact-page .page-contents .kanryo br {
  display: block;
  content: "";
  padding: 10px;
}
#contact.contact-page .page-contents .kanryou {
  text-align: center;
  margin: 60px 0 0;
}
#contact.contact-page .page-contents .kanryou .back_to_top .btn_bk {
  background-color: var(--site-base-color);
  color: #fff;
  padding: 15px 40px;
  border-radius: 10px;
  line-height: 1.6;
}
@media screen and (max-width: 750px) {
  #contact.contact-page .page-contents {
    max-width: 100%;
    padding: 0px 32px 0;
  }
  #contact.contact-page .page-contents .contact-table {
    width: 100%;
  }
  #contact.contact-page .page-contents .contact-table tr .name {
    display: block;
  }
  #contact.contact-page .page-contents .contact-table tr .name input[type=text] {
    margin: 10px 0 0;
    width: 100%;
  }
  #contact.contact-page .page-contents .contact-table tr td .checkbox-list br {
    display: block;
    content: "";
    padding: 0 0 10px;
  }
  #contact.contact-page .page-contents .privacy-check-wrap {
    margin: 40px auto;
  }
  #contact.contact-page .page-contents .privacy-check-wrap .privacy-check-title {
    font-size: 18px;
  }
  #contact.contact-page .page-contents .privacy-check-wrap .privacy-policy {
    margin: 20px auto 10px;
  }
  #contact.contact-page .page-contents .privacy-check-wrap .privacy-policy .privacy-sub-title {
    font-size: 16px;
  }
  #contact.contact-page .page-contents .privacy-check-wrap .privacy-policy h5 {
    font-size: 16px;
  }
  #contact.contact-page .page-contents .button-wrap .button-box::after {
    right: 20px;
  }
  #contact.contact-page .page-contents .button-wrap .button-box .button01 {
    padding: 12px 55px 12px 20px;
  }
  #contact.contact-page .page-contents .button-wrap .button-box .return {
    padding: 12px 40px;
  }
  #contact.contact-page .page-contents .kanryo {
    margin: 60px 0 0;
    font-size: 18px;
  }
  #contact.contact-page .page-contents .kanryou {
    margin: 40px 0 0;
  }
}

#privacypolicy.privacypolicy-page .page-contents .catch {
  margin: 0 auto 40px;
}
#privacypolicy.privacypolicy-page .page-contents .privacy_sub_title {
  font-size: 26px;
  margin-bottom: 30px;
}
#privacypolicy.privacypolicy-page .page-contents .contents {
  line-height: 1.8;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_privacy ul {
  counter-reset: alphabet;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_privacy ul li {
  padding: 0 0 10px 20px;
  text-indent: -20px;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_privacy ul li::before {
  counter-increment: alphabet;
  content: counter(alphabet, lower-alpha) "）";
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_privacy .madoguchi {
  background: #f7f8f8;
  padding: 1em;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_privacy .madoguchi dt {
  font-weight: 600;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_privacy .madoguchi dd {
  padding: 10px 30px;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text {
  margin: 50px 0 0 0;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text h3 {
  flex-basis: 100%;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  font-weight: 600;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text dl {
  margin-bottom: 20px;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text dl dt {
  padding: 0 0 10px 0;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .mokuteki {
  background: #f7f8f8;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 15px 0;
  display: flex;
  flex-wrap: wrap;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .mokuteki dt,
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .mokuteki dd {
  border-top: 1px solid #ccc;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .mokuteki dt {
  width: 45%;
  padding: 10px;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .mokuteki dd {
  background: #fff;
  width: 55%;
  padding: 10px;
  border-left: 1px solid #ccc;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .kanri .left30 {
  padding: 0 0 10px 1em;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .p_data dt {
  counter-increment: count-number;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .p_data dt::before {
  content: counter(count-number) "）";
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .shoumei dt {
  counter-increment: none;
}
#privacypolicy.privacypolicy-page .page-contents .contents .p_text .shoumei dt::before {
  content: "";
}

/*メモ：2025年6月追加*/

#company.dx-promotion-page .page-contents .catch {
  margin: 0 auto 40px;
}
#company.dx-promotion-page .page-contents .dx-promotion_sub_title {
  font-size: 26px;
  margin-bottom: 30px;
}
#company.dx-promotion-page .page-contents .author {
  margin: 5px 0 0;
  line-height: 2;
  text-align: right;
}
#company.dx-promotion-page .page-contents .contents {
  line-height: 1.8;
}
#company.dx-promotion-page .page-contents .contents .p_text {
  margin: 50px 0 0 0;
}
#company.dx-promotion-page .page-contents .contents .p_text h3 {
  flex-basis: 100%;
  font-size: 20px;
  margin: 0px 0px 10px 0px;
  font-weight: 600;
}
#company.dx-promotion-page .page-contents .contents .p_text dl {
  margin-bottom: 60px;
}
#company.dx-promotion-page .page-contents .contents .p_text dl dt {
  padding: 0 0 10px 0;
  font-size: 20px;
}
#company.dx-promotion-page .page-contents .contents .p_text dl p {
	padding: 0 0 5px 0;
	font-weight:bold
}
#company.dx-promotion-page .page-contents .contents .p_text dl dd {
  padding: 0 0 30px 0;
	position: left30px;
}
#company.dx-promotion-page .page-contents .contents .p_text dl dd p {
  padding: 0 0 20px 0;
  font-weight:400;
}
#company.dx-promotion-page .page-contents .contents .p_text .kanri .left30 {
  padding: 0 0 0 15px;
}
#company.dx-promotion-page .page-contents .contents .p_text .kanri ul li {
  list-style: none; /* デフォの丸点を消す */
  position: relative;
  padding-left: 35px;
}
/* 親リスト */
#company.dx-promotion-page .page-contents .contents .p_text .kanri ul li::before {
  content: '•';
  position: absolute;
  left: 20px;
}
/* 第二階層 */
#company.dx-promotion-page .page-contents .contents .p_text .kanri ul ul li::before {
  content: '◦';
	position: absolute;
  left: 15px;
}
/* 第三階層 */
#company.dx-promotion-page .page-contents .contents .p_text .kanri ul ul ul li::before {
  content: '▪';
}
#company.dx-promotion-page .page-contents .contents .p_text .kanri ol li {
  list-style: none; /* デフォの数字を消す */
  counter-increment: list-counter;
  position: relative;
  padding-left: 35px;
}
#company.dx-promotion-page .page-contents .contents .p_text .kanri ol li::before {
  content: '(' counter(list-counter) ')';
  position: absolute;
  left: 10px;
}
/*ここまで*/

#special {
  background-color: #effdff;
}
#special .mv {
  position: relative;
  width: 100%;
  aspect-ratio: 2/1;
  background: url(/assets/images/special/mv.png) no-repeat center center/cover;
}
#special .mv h1 {
  position: absolute;
  top: 56%;
  left: 38%;
  transform: translate(-50%, -50%);
  width: 708rem;
}
#special .tvcm {
  padding: 24rem 0 60rem;
}
#special .tvcm h2 {
  margin: 0 auto;
  width: 394rem;
}
#special .tvcm > p {
  margin-top: 16rem;
  color: #96c519;
  text-align: center;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.5;
}
#special .tvcm .movies {
  margin: 64rem auto 0;
  width: 848rem;
}
#special .tvcm .movies .movies-list {
  border: 2px solid #35b5d2;
}
#special .tvcm .movies .movies-list + .movies-list {
  margin-top: 60rem;
}
#special .tvcm .movies .movies-list .movie-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: auto;
}
#special .tvcm .movies .movies-list .movie-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#special .tvcm .movies .movies-list > p {
  padding: 16rem 0;
  background-color: #35b5d2;
  color: #fff;
  text-align: center;
  font-size: 16rem;
}
#special .tvcm .making {
  margin: 96rem auto 0;
  padding: 0 48rem 52rem;
  border: 2px solid #35b5d2;
  border-radius: 6rem;
  max-width: 1266rem;
  background-color: #fff;
}
#special .tvcm .making h3 {
  position: relative;
  top: -14rem;
  text-align: center;
}
#special .tvcm .making ol {
  display: flex;
  justify-content: center;
  gap: 86rem;
}
#special .tvcm .making ol li > p {
  margin-top: 20rem;
  color: #96c519;
  font-size: 16rem;
  font-weight: bold;
  line-height: 1.3;
}
#special .interview {
  padding-bottom: 80rem;
  background: url(/assets/images/special/bg.png) no-repeat center center/cover;
}
#special .interview h2 {
  position: relative;
  top: -26rem;
  margin: 0 auto;
  width: 234rem;
}
#special .interview .inner {
  margin: 14rem auto 0;
  padding: 84rem 0 60rem;
  max-width: 1266rem;
  border-radius: 5rem;
  box-shadow: 4rem 5rem 4rem 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#special .interview .inner dl {
  text-align: center;
}
#special .interview .inner dl > div:not(.profile) {
  line-height: 1.3;
}
#special .interview .inner dl > div:not(.profile)::after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 310rem;
  height: 1px;
  background-color: #f5aa3b;
}
#special .interview .inner dl > div:not(.profile):nth-child(4)::after {
  content: none;
}
#special .interview .inner dl > div:not(.profile) + div:not(.profile) {
  padding-top: 62rem;
}
#special .interview .inner dl > div:not(.profile) dt {
  color: #f5aa3b;
  font-size: 20rem;
  font-weight: bold;
}
#special .interview .inner dl > div:not(.profile) dt span {
  display: block;
  margin-bottom: 4rem;
  font-size: 30rem;
}
#special .interview .inner dl > div:not(.profile) dd {
  margin-top: 20rem;
  padding-bottom: 62rem;
  font-size: 16rem;
}
#special .interview .inner .profile {
  margin: 0 auto;
  padding: 100rem 0 0 56rem;
  width: 924rem;
  height: 340rem;
  background: url(/assets/images/special/profile-bg.png) no-repeat center center/cover;
  color: #fff;
  text-align: left;
}
#special .interview .inner .profile h3 {
  padding-bottom: 4rem;
  border-bottom: 1px solid #fff;
  width: 490rem;
  font-size: 25rem;
  font-weight: bold;
}
#special .interview .inner .profile p {
  margin-top: 10rem;
  font-size: 16rem;
  line-height: 1.4;
}
#special .interview .link {
  position: relative;
  margin: 20rem auto 0;
  width: 614rem;
  height: 203rem;
  background: url(/assets/images/special/link-bg.png) no-repeat center center/cover;
}
#special .interview .link a {
  position: absolute;
  bottom: 20rem;
  right: 130rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8rem;
  border-radius: 30px;
  padding: 12rem 24rem;
  background-color: #fff;
  color: #fbb03b;
  font-size: 25rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  transition: opacity 0.2s ease;
}
#special .interview .link a::after {
  content: "";
  position: relative;
  background: url(/assets/images/special/arrow-orange.png) no-repeat center center/cover;
  width: 13rem;
  height: 25rem;
  transition: transform 0.2s ease;
}
#special .interview .link a:hover {
  opacity: 0.7;
}
#special .interview .link a:hover::after {
  transform: translate(3rem, 0);
}

@media screen and (max-width: 750px) {
  #special .mv {
    background: url(/assets/images/special/mv-sp.png) no-repeat center center/cover;
    aspect-ratio: 349/517;
  }
  #special .mv h1 {
    top: 51%;
    left: 52%;
  }
  #special .tvcm {
    position: relative;
    padding: 24rem 0 120rem;
  }
  #special .tvcm::after {
    content: "";
    position: absolute;
    bottom: -64rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 184rem;
    z-index: 1;
    background: url(/assets/images/special/decoration01-sp.png) no-repeat center center/cover;
  }
  #special .tvcm > p {
    font-size: 32rem;
    line-height: 1.6;
  }
  #special .tvcm .movies {
    width: 100%;
  }
  #special .tvcm .movies .movies-list {
    margin: 0 24rem;
  }
  #special .tvcm .movies .movies-list > p {
    font-size: 24rem;
  }
  #special .tvcm .making {
    padding: 0 30rem 72rem;
    max-width: 680rem;
  }
  #special .tvcm .making h3 {
    top: -26rem;
  }
  #special .tvcm .making h3 img {
    width: 310rem;
  }
  #special .tvcm .making ol {
    flex-direction: column;
    align-items: center;
    gap: 30rem;
  }
  #special .tvcm .making ol li {
    width: 100%;
  }
  #special .tvcm .making ol li img {
    width: 100%;
  }
  #special .tvcm .making ol li p {
    font-size: 24rem;
    text-align: center;
    line-height: 1.6;
  }
  #special .interview {
    position: relative;
    padding-bottom: 120rem;
    background: url(/assets/images/special/bg-sp.png) no-repeat bottom center/cover;
  }
  #special .interview::after {
    content: "";
    position: absolute;
    bottom: 332rem;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 184rem;
    background: url(/assets/images/special/decoration02-sp.png) no-repeat center center/cover;
  }
  #special .interview h2 {
    top: -32rem;
    width: 380rem;
  }
  #special .interview h2 img {
    width: 100%;
  }
  #special .interview .inner {
    margin: 0 auto;
    padding: 30rem 0 60rem;
    max-width: 680rem;
    box-shadow: none;
  }
  #special .interview .inner dl > div:not(.profile) + div:not(.profile) {
    padding-top: 76rem;
  }
  #special .interview .inner dl > div:not(.profile) dt {
    font-size: 30rem;
  }
  #special .interview .inner dl > div:not(.profile) dt span {
    font-size: 50rem;
  }
  #special .interview .inner dl > div:not(.profile) dd {
    margin: 20rem auto 0;
    padding-bottom: 62rem;
    width: 580rem;
    font-size: 24rem;
    text-align: center;
    font-feature-settings: initial;
    line-height: 1.4;
    letter-spacing: -1rem;
  }
  #special .interview .inner dl > div:not(.profile) dd span {
    display: inline-block;
    text-align: left;
  }
  #special .interview .inner .profile {
    margin: 0 auto;
    padding: 416rem 20rem 0;
    width: 581rem;
    height: 1030rem;
    background: url(/assets/images/special/profile-bg-sp.png) no-repeat center center/cover;
  }
  #special .interview .inner .profile h3 {
    width: 100%;
    font-size: 45rem;
  }
  #special .interview .inner .profile p {
    margin-top: 22rem;
    padding-left: 14rem;
    font-size: 24rem;
    line-height: 1.8;
  }
  #special .interview .link {
    position: relative;
    z-index: 1;
    margin: 54rem auto 0;
    width: 640rem;
    height: 340rem;
    background: url(/assets/images/special/link-bg-sp.png) no-repeat center center/cover;
  }
  #special .interview .link a {
    right: 24rem;
    bottom: 24rem;
    border-radius: 40px;
    padding: 20rem 42rem;
    font-size: 36rem;
  }
  #special .interview .link a::after {
    width: 12rem;
    height: 32rem;
  }
}
#error.error404 {
  max-width: 680px;
  margin: 0 auto;
  padding: 0 20px;
}
#error.error404 .tac {
  text-align: center;
}
#error.error404 .wrap {
  max-width: 1180px;
  margin: 0 auto;
}
#error.error404 .error404_title {
  margin-top: 120px;
}
#error.error404 .cont_title {
  font-size: 60px;
  font-weight: 500;
}
#error.error404 .cl_gr {
  color: #8dc21f;
}
#error.error404 .cont_title_jp {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 500;
}
#error.error404 .container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#error.error404 .container .error404_txt_box {
  margin-top: 60px;
}
#error.error404 .container .error404_txt_box .error404_txt {
  font-size: 16px;
}
#error.error404 .container .back_to_top {
  margin-top: 60px;
}
#error.error404 .container .back_to_top .back_to_top .btn {
  font-size: 16px;
}
#error.error404 .container .back_to_top .btn_bk {
  background: #1f1f1f;
  color: #fff;
}
#error.error404 .container .back_to_top .btn {
  padding: 10px 100px;
  display: inline-block;
  border-radius: 100px;
  font-weight: 500;
  font-size: 20px;
  border: none;
}
@media only screen and (max-width: 420px) {
  #error.error404 .container .back_to_top .btn {
    padding: 10px;
    width: 100%;
  }
}

.site-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-family: var(--w5-font);
  z-index: 10;
}
.site-header .logo {
  margin-left: 60px;
}
.site-header .logo .logo-gr {
  display: none;
}
.site-header .logo .logo-wh {
  display: block;
}
.site-header .globalnav {
  display: flex;
  justify-content: flex-end;
  padding: 46px 44px 34px 40px;
  border-radius: 0 0 0 56px;
  background: #fff;
}
.site-header .globalnav .pagelist {
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.site-header .globalnav .pagelist .page {
  padding: 0 30px;
  border-left: 1px solid var(--site-base-color);
  font-size: 14px;
  line-height: 1;
}
.site-header .globalnav .pagelist .page:first-child {
  border-left: none;
}
.site-header .globalnav .pagelist .page a {
  position: relative;
  /* color: var(--site-base-color); */
  color: #26958d;
}
.site-header .globalnav .pagelist .page .category-top a:hover::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background: var(--site-base-color);
  transform: translate(-50%, 6px);
}
.site-header .globalnav .language a {
  display: inline-block;
  min-width: 90px;
  padding: 6px;
  border-radius: 14px;
  background: var(--site-base-color);
  color: #fff;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}
.site-header .globalnav .language a:hover {
  background: #6bc3bd;
}

@media screen and (min-width: 1201px) {
  .site-header .menu-button {
    display: none;
  }
  .site-header .globalnav .sublinks {
    display: none !important;
  }
  .site-header .globalnav .links {
    display: none;
  }
  #company .site-header .globalnav .pagelist .page.company .category-top a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--site-base-color);
    transform: translate(-50%, 6px);
  }
  #service .site-header .globalnav .pagelist .page.service .category-top a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--site-base-color);
    transform: translate(-50%, 6px);
  }
  #information .site-header .globalnav .pagelist .page.information .category-top a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--site-base-color);
    transform: translate(-50%, 6px);
  }
  #recruit .site-header .globalnav .pagelist .page.recruit .category-top a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--site-base-color);
    transform: translate(-50%, 6px);
  }
  #contact .site-header .globalnav .pagelist .page.contact .category-top a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 2px;
    background: var(--site-base-color);
    transform: translate(-50%, 6px);
  }
}
@media screen and (max-width: 1200px) {
  .site-header {
    display: block;
  }
  .site-header .logo {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
    z-index: 10;
  }
  .site-header .logo .logo-nav-open {
    display: block;
    position: fixed;
  }
  .site-header .logo .logo-nav-close {
    display: none;
  }
  .site-header .globalnav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 96px 52px;
    border-radius: 0;
    transform: translate(100%, 0);
    transition: transform 0.5s ease;
  }
  .site-header .globalnav.opened {
    transform: translate(0, 0);
  }
  .site-header .globalnav .pagelist {
    display: block;
    margin: 0;
  }
  .site-header .globalnav .pagelist .page {
    margin: 0 0 18px;
    padding: 0;
    border-left: none;
    line-height: 1.75;
  }
  .site-header .globalnav .pagelist .category-top {
    position: relative;
    padding: 0 0 16px;
    border-bottom: 1px solid var(--site-base-color);
  }
  .site-header .globalnav .pagelist .category-top.js-accordion-switch {
    cursor: pointer;
  }
  .site-header .globalnav .pagelist .category-top .accordion-icon {
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    margin-top: -8px;
    transform: translate(0, -50%);
  }
  .site-header .globalnav .pagelist .category-top .accordion-icon::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 1px;
    background: var(--site-base-color);
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: transform ease 0.4s;
  }
  .site-header .globalnav .pagelist .category-top .accordion-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 100%;
    background: var(--site-base-color);
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: transform ease 0.2s;
  }
  .site-header .globalnav .pagelist .category-top.opened .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  .site-header .globalnav .pagelist .category-top.opened .accordion-icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .site-header .globalnav .sublinks {
    padding: 16px 0 0;
  }
  .site-header .globalnav .sublinks .subpage {
    margin: 4px 0;
    font-size: 14px;
    line-height: 1.75;
  }
  .site-header .globalnav .links {
    display: flex;
    flex-wrap: wrap;
    margin: 36px -10px 24px;
    font-size: 12px;
    line-height: 1.25;
  }
  .site-header .globalnav .links li {
    margin: 10px;
  }
  .site-header .globalnav .links a {
    color: var(--site-base-color);
  }
  .site-header .globalnav .links a:hover {
    text-decoration: underline;
  }
  .site-header .menu-button {
    position: fixed;
    top: 0;
    right: 0;
    width: 70px;
    height: 60px;
    border-radius: 0 0 0 50%;
    background: #fff;
  }
  .site-header .menu-button button {
    position: absolute;
    top: 7px;
    right: 9px;
    width: 40px;
    height: 40px;
  }
  .site-header .menu-button button::before, .site-header .menu-button button::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    background: var(--site-base-color);
    transform-origin: center;
  }
  .site-header .menu-button button::before {
    transform: translate(-50%, -7px);
    transition: transform ease 0.5s;
  }
  .site-header .menu-button button::after {
    transform: translate(-50%, 5px);
    transition: transform ease 0.4s;
  }
  .site-header .menu-button button i {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 2px;
    background: var(--site-base-color);
    transform-origin: center;
    transform: translate(-50%, -50%);
    transition: transform ease 0.2s;
  }
  .site-header .globalnav.opened + .menu-button button::before {
    width: 30px;
    transform: translate(-50%, -50%) rotate(343deg);
  }
  .site-header .globalnav.opened + .menu-button button::after {
    width: 30px;
    transform: translate(-50%, -50%) rotate(163deg);
  }
  .site-header .globalnav.opened + .menu-button button i {
    width: 30px;
    transform: translate(-50%, -50%) rotate(197deg);
  }
}
@media screen and (max-width: 750px) {
  .site-header .logo {
    top: 40rem;
    left: 40rem;
    width: 220rem;
  }
  .site-header .logo .logo-nav-open {
    display: block;
  }
  .site-header .logo .logo-nav-close {
    display: none;
  }
  .site-header .globalnav {
    padding: 192rem 104rem;
  }
  .site-header .globalnav .pagelist .page {
    margin: 0 0 18rem;
    font-size: 28rem;
  }
  .site-header .globalnav .pagelist .category-top {
    padding: 0 0 16rem;
  }
  .site-header .globalnav .pagelist .category-top .accordion-icon {
    width: 16rem;
    height: 16rem;
    margin-top: -8rem;
  }
  .site-header .globalnav .sublinks {
    padding: 16rem 0 0;
  }
  .site-header .globalnav .sublinks .subpage {
    margin: 8rem 0;
    font-size: 28rem;
  }
  .site-header .globalnav .links {
    justify-content: space-between;
    margin: 36rem -10rem 24rem;
    font-size: 20rem;
  }
  .site-header .globalnav .links li {
    margin: 10rem;
  }
  .site-header .globalnav .language a {
    min-width: 140rem;
    padding: 8rem 8rem 10rem;
    font-size: 20rem;
  }
  .site-header .menu-button {
    width: 140rem;
    height: 120rem;
    filter: drop-shadow(0px 0px 6px #1b60591a);
  }
  .site-header .menu-button button {
    top: 14rem;
    right: 18rem;
    width: 80rem;
    height: 80rem;
  }
  .site-header .menu-button button::before, .site-header .menu-button button::after,
.site-header .menu-button button i {
    width: 52rem;
  }
  .site-header .globalnav.opened + .menu-button button::before, .site-header .globalnav.opened + .menu-button button::after,
.site-header .globalnav.opened + .menu-button button i {
    width: 60rem;
  }
}
.site-footer {
  background: url(/assets/images/common/footer-bg.png) no-repeat center bottom/100% 100%;
  font-family: var(--w5-font);
}
.site-footer .inner {
  display: flex;
  justify-content: space-between;
  max-width: 1214px;
  margin: 0 auto;
  padding: 190rem 16rem 85rem;
  box-sizing: content-box;
}
.site-footer .inner a {
  /* color: var(--site-base-color); */
  color: #26958d;
}
.site-footer .inner a:hover {
  text-decoration: underline;
}
.site-footer .inner .company-mark {
  flex-grow: 0;
  flex-basis: 110rem;
  width: 110rem;
  padding-left: 20px;
}
.site-footer .inner .company-mark .logo {
  width: 90rem;
  min-width: 80px;
}
.site-footer .inner .copyright {
  margin: 12px 0 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12rem;
  font-weight: normal;
  white-space: nowrap;
}
.site-footer .inner .map {
  flex-basis: 780rem;
  padding: 22rem 0 0 20rem;
  margin: 0 0 0 40rem;
}
.site-footer .inner .pagelist {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 40rem;
}
.site-footer .inner .pagelist .page {
  font-size: clamp(14px, 0.5vw + 10rem, 16px);
  line-height: 1.5;
  width: calc(100% / 5);
  margin: 0 4px;
  flex-shrink: 0;
}
.site-footer .inner .pagelist :nth-of-type(3),
.site-footer .inner .pagelist :nth-of-type(5) {
  flex-shrink: 2;
}
.site-footer .inner .sublinks {
  margin: 32rem 0 0;
}
.site-footer .inner .sublinks .subpage {
  margin: 0 0 9rem;
  font-size: clamp(12px, 0.1vw + 13rem, 14px);
}
.site-footer .inner .links {
  display: flex;
  font-size: clamp(11px, 0.1vw + 12rem, 12px);
}
.site-footer .inner .links li {
  margin: 0 37rem 0 0;
}
.site-footer .inner .privacy-mark {
  flex-basis: 100rem;
  padding-top: 18rem;
}
.site-footer .inner .privacy-mark a img {
  width:90px;
}
.site-footer .page-top {
  opacity: 0;
  transition: opacity 1s;
  position: fixed;
  bottom: 20px;
  right: 30px;
}
.site-footer .page-top a {
  display: inline-block;
}
.site-footer .page-top a img {
  width: 100%;
  height: auto;
}
.site-footer .page-top.is-active {
  opacity: 1;
  transition: opacity 1s;
}
@media only screen and (min-width: 1201px) and (min-width: 1201px) {
  .site-footer _:lang(x) + _:-webkit-full-screen-document,
.site-footer .inner {
    max-width: inherit;
  }
}
@media screen and (max-width: 750px) {
  .site-footer {
    background-image: url(/assets/images/common/footer-bg-sp.png);
  }
  .site-footer .inner {
    display: block;
    position: relative;
    text-align: center;
  }
  .site-footer .inner .logo,
.site-footer .inner .map {
    display: none;
  }
  .site-footer .inner .company-mark {
    width: 100%;
    padding:initial;
  }
  .site-footer .inner .copyright {
    font-size: 12px;
  }
  .site-footer .inner .privacy-mark {
    position: absolute;
    right: 16px;
    bottom: 24px;
    width: 63px;
  }
  .site-footer .page-top {
    text-align: right;
    right: 20px;
  }
  .site-footer .page-top a {
    width: 70%;
  }
}

/*# sourceMappingURL=styles.css.map*/