@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 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: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * 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: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

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

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

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

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@-webkit-keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
html {
  font-size: 62.5%;
}

body {
  font: 1.6em "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
body.sm.no-scroll {
  overflow: hidden;
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.h-type01 {
  color: #000;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1em;
  border-left: 7px solid #0066cc;
  margin: 0;
  padding: 0 0 0 18px;
}
@media (max-width: 428px) {
  .h-type01 {
    font-size: 7.0093457944vw;
    border-left: 1.6355140187vw solid #0066cc;
    padding: 0 0 0 4.2056074766vw;
  }
}

.h-type02 {
  color: #0933cc;
  font-size: 2.4rem;
  line-height: 1.3333em;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  .h-type02 {
    font-size: 2.2rem;
    line-height: 1.454545em;
  }
}
@media (max-width: 428px) {
  .h-type02 {
    font-size: 5.1401869159vw;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.table-type01 {
  border-collapse: collapse;
  border-bottom: solid 1px #BDBDBD;
  width: 100%;
}
.table-type01 th {
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: center;
  text-align: center;
  background: #E4F8FD;
  border-top: solid 1px #BDBDBD;
  padding: 12px 15px 12px;
  width: 24%;
}
@media (max-width: 767px) {
  .table-type01 th {
    text-align: left;
  }
}
.table-type01 td {
  color: #000;
  border-top: solid 1px #BDBDBD;
  padding: 15px 35px 12px;
}
@media (max-width: 767px) {
  .table-type01.type-sp01 th {
    padding: 10px 10px;
    width: 30%;
  }
  .table-type01.type-sp01 td {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .table-type01.type-sp02 {
    border-top: 1px solid #7594C0;
    border-bottom: 1px solid #7594C0;
  }
  .table-type01.type-sp02 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-type01.type-sp02 tr th {
    color: #0045ca;
    font-size: 1.6rem;
    line-height: 1em;
    text-align: left;
    background-color: #ececec;
    border: none;
    padding: 15px 13px 14px 13px;
    width: 100%;
  }
  .table-type01.type-sp02 tr td {
    font-size: 1.6rem;
    text-align: left;
    border: none;
    padding: 7px 13px 17px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .table-type01.type-sp03 tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .table-type01.type-sp03 tr th {
    color: #000;
    font-size: 1.6rem;
    line-height: 1em;
    text-align: left;
    background-color: #FFF;
    border: none;
    padding: 25px 15px 3px 15px;
    width: 100%;
    border-top: 1px solid rgba(127, 127, 127, 0.5);
  }
  .table-type01.type-sp03 tr td {
    font-size: 1.6rem;
    text-align: left;
    border: none;
    padding: 5px 15px 15px 15px;
    width: 100%;
  }
  .table-type01.type-sp03 tr:nth-child(odd) th {
    background-color: #e3f0f5;
  }
  .table-type01.type-sp03 tr:nth-child(odd) td {
    background-color: #e3f0f5;
  }
}

@media (max-width: 767px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll:-webkit-scrollbar {
    height: 5px;
  }
  .scroll:-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll:-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.link-type01 a {
  color: #FFF;
  font-size: 1.6rem;
  background: #44cff2;
  display: inline-block;
  padding: 7px 14px 6px 22px;
}
.link-type01 a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='108px' height='83px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M68.270,2.228 C65.923,-0.103 62.117,-0.103 59.770,2.228 C57.422,4.560 57.422,8.340 59.770,10.672 L85.488,36.220 L5.510,36.220 C2.467,36.220 0.001,38.671 0.001,41.693 C0.001,44.716 2.467,47.166 5.510,47.166 L85.488,47.166 L59.770,72.715 C57.422,75.046 57.422,78.826 59.770,81.158 C60.943,82.324 62.481,82.907 64.020,82.907 C65.558,82.907 67.096,82.324 68.270,81.158 L107.997,41.693 L68.270,2.228 Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 428px) {
  .link-type01 a {
    font-size: 3.738317757vw;
    padding: 1.6355140187vw 3.2710280374vw 1.4018691589vw 5.1401869159vw;
  }
  .link-type01 a:after {
    width: 2.8037383178vw;
    height: 2.5700934579vw;
    margin-left: 2.3364485981vw;
  }
}

.btn-type02 a {
  color: #000;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 1em;
}
.btn-type02 a:after {
  content: "";
  background-color: #00d2ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='108px' height='83px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M68.270,2.228 C65.923,-0.103 62.117,-0.103 59.770,2.228 C57.422,4.560 57.422,8.340 59.770,10.672 L85.488,36.220 L5.510,36.220 C2.467,36.220 0.001,38.671 0.001,41.693 C0.001,44.716 2.467,47.166 5.510,47.166 L85.488,47.166 L59.770,72.715 C57.422,75.046 57.422,78.826 59.770,81.158 C60.943,82.324 62.481,82.907 64.020,82.907 C65.558,82.907 67.096,82.324 68.270,81.158 L107.997,41.693 L68.270,2.228 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px 12px;
  width: 45px;
  height: 23px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: text-top;
}
@media (max-width: 767px) {
  .btn-type02 a {
    text-align: center;
  }
  .btn-type02 a:after {
    display: block;
    margin: 5px auto 0;
  }
}
@media (max-width: 428px) {
  .btn-type02 a {
    font-size: 4.4392523364vw;
  }
  .btn-type02 a:after {
    background-size: 3.738317757vw 2.8037383178vw;
    width: 10.5140186916vw;
    height: 5.3738317757vw;
    margin: 1.1682242991vw auto 0;
  }
}

.btn-type03 {
  text-align: center;
}
.btn-type03 a {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1em;
  background: #acacad;
  display: inline-block;
  max-width: 320px;
  padding: 12px 10px 10px;
  position: relative;
  width: 100%;
}
.btn-type03 a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='108px' height='83px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M68.270,2.228 C65.923,-0.103 62.117,-0.103 59.770,2.228 C57.422,4.560 57.422,8.340 59.770,10.672 L85.488,36.220 L5.510,36.220 C2.467,36.220 0.001,38.671 0.001,41.693 C0.001,44.716 2.467,47.166 5.510,47.166 L85.488,47.166 L59.770,72.715 C57.422,75.046 57.422,78.826 59.770,81.158 C60.943,82.324 62.481,82.907 64.020,82.907 C65.558,82.907 67.096,82.324 68.270,81.158 L107.997,41.693 L68.270,2.228 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 14px;
  width: 18px;
  height: 14px;
  position: absolute;
  right: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 767px) {
  .btn-type03 a {
    max-width: 320px;
    padding: 27px 20px 24px;
  }
}

.btn-type04 a {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1em;
  background: #00d2ff;
  display: inline-block;
  min-width: 150px;
  min-height: 31px;
  padding: 7px 46px 7px 17px;
  position: relative;
}
.btn-type04 a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='108px' height='83px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M68.270,2.228 C65.923,-0.103 62.117,-0.103 59.770,2.228 C57.422,4.560 57.422,8.340 59.770,10.672 L85.488,36.220 L5.510,36.220 C2.467,36.220 0.001,38.671 0.001,41.693 C0.001,44.716 2.467,47.166 5.510,47.166 L85.488,47.166 L59.770,72.715 C57.422,75.046 57.422,78.826 59.770,81.158 C60.943,82.324 62.481,82.907 64.020,82.907 C65.558,82.907 67.096,82.324 68.270,81.158 L107.997,41.693 L68.270,2.228 Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 19px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
}

.btn-type05 a {
  color: #FFF;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1em;
  text-align: left;
  background: #0045ca;
  display: inline-block;
  min-width: 150px;
  min-height: 31px;
  padding: 7px 46px 7px 17px;
  position: relative;
}
.btn-type05 a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='108px' height='83px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M68.270,2.228 C65.923,-0.103 62.117,-0.103 59.770,2.228 C57.422,4.560 57.422,8.340 59.770,10.672 L85.488,36.220 L5.510,36.220 C2.467,36.220 0.001,38.671 0.001,41.693 C0.001,44.716 2.467,47.166 5.510,47.166 L85.488,47.166 L59.770,72.715 C57.422,75.046 57.422,78.826 59.770,81.158 C60.943,82.324 62.481,82.907 64.020,82.907 C65.558,82.907 67.096,82.324 68.270,81.158 L107.997,41.693 L68.270,2.228 Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 19px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 14px;
  margin: auto 0;
}

.btn-type06 a {
  color: #FFF;
  font-size: 1.9rem;
  font-weight: bold;
  letter-spacing: 0.003em;
  text-align: center;
  background: #02a4f8;
  padding: 10px 38px 10px 15px;
  position: relative;
  max-width: 300px;
  width: 100%;
  min-height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn-type06 a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='108px' height='83px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M68.270,2.228 C65.923,-0.103 62.117,-0.103 59.770,2.228 C57.422,4.560 57.422,8.340 59.770,10.672 L85.488,36.220 L5.510,36.220 C2.467,36.220 0.001,38.671 0.001,41.693 C0.001,44.716 2.467,47.166 5.510,47.166 L85.488,47.166 L59.770,72.715 C57.422,75.046 57.422,78.826 59.770,81.158 C60.943,82.324 62.481,82.907 64.020,82.907 C65.558,82.907 67.096,82.324 68.270,81.158 L107.997,41.693 L68.270,2.228 Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 15px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.wrapper-750px {
  max-width: 750px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 428px) {
  .wrapper-750px {
    width: calc(100% - 9.3457943925vw);
  }
}

.wrapper-900px {
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 428px) {
  .wrapper-900px {
    width: calc(100% - 9.3457943925vw);
  }
}

.wrapper-920px {
  max-width: 920px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 428px) {
  .wrapper-920px {
    width: calc(100% - 9.3457943925vw);
  }
}

.wrapper-1000px {
  max-width: 1000px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 428px) {
  .wrapper-1000px {
    width: calc(100% - 9.3457943925vw);
  }
}

.wrapper-1126px {
  max-width: 1126px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media (max-width: 428px) {
  .wrapper-1126px {
    width: calc(100% - 9.3457943925vw);
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

@media (max-width: 767px) {
  .inline-xs {
    display: inline;
  }
  .block-xs {
    display: block !important;
  }
  .inline-block-xs {
    display: inline-block;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.bold {
  font-weight: bold;
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.font14 {
  font-size: 1.4rem !important;
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.space00b-p {
  padding-bottom: 0 !important;
}

.space00-p {
  padding: 0 !important;
}

.space00all {
  margin: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.space10l {
  margin-left: 10px;
}

.space15l {
  margin-left: 15px;
}

.space20l {
  margin-left: 20px;
}

.space30l {
  margin-left: 30px;
}

.space40l {
  margin-left: 40px;
}

.space50l {
  margin-left: 50px;
}

.space05r {
  margin-right: 5px;
}

.space10r {
  margin-right: 10px;
}

.space15r {
  margin-right: 15px;
}

.space30r {
  margin-right: 30px;
}

.space40r {
  margin-right: 40px;
}

.space50r {
  margin-right: 50px;
}

.space05t {
  margin-top: 5px;
}

.space10t {
  margin-top: 10px;
}

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

@media (max-width: 767px) {
  .space10b-p {
    padding-bottom: 10px !important;
  }
  .space00t-xs {
    margin-top: 0 !important;
  }
  .space15t-xs {
    margin-top: 15px !important;
  }
  .space30t-xs {
    margin-top: 30px !important;
  }
  .space50t-xs {
    margin-top: 50px !important;
  }
  .space00b-xs {
    margin-bottom: 0 !important;
  }
  .space05b-xs {
    margin-bottom: 5px !important;
  }
  .space10b-xs {
    margin-bottom: 10px !important;
  }
  .space15b-xs {
    margin-bottom: 15px !important;
  }
  .space20b-xs {
    margin-bottom: 20px !important;
  }
  .space25b-xs {
    margin-bottom: 25px !important;
  }
  .space30b-xs {
    margin-bottom: 30px !important;
  }
  .space40b-xs {
    margin-bottom: 40px !important;
  }
  .space50b-xs {
    margin-bottom: 50px !important;
  }
  .space60b-xs {
    margin-bottom: 60px !important;
  }
  .space00l-xs {
    margin-left: 0 !important;
  }
  .space05l-xs {
    margin-left: 5px !important;
  }
  .space10l-xs {
    margin-left: 10px !important;
  }
  .space15l-xs {
    margin-left: 15px !important;
  }
  .space20l-xs {
    margin-left: 20px !important;
  }
  .space2em-xs {
    margin-left: 2em !important;
  }
  .space00r-xs {
    margin-right: 0 !important;
  }
  .space05r-xs {
    margin-right: 5px !important;
  }
  .space10r-xs {
    margin-right: 10px !important;
  }
  .space15r-xs {
    margin-right: 15px !important;
  }
  .space20r-xs {
    margin-right: 20px !important;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .hidden-md {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .visible-xs {
    display: none;
  }
  .visible-xss {
    display: none;
  }
}
@media (min-width: 993px) and (max-width: 1199px) {
  .hidden-md {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  .visible-xss {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .hidden-sm {
    display: none;
  }
  .visible-sm {
    display: block;
  }
  .visible-xs {
    display: none;
  }
  .visible-xss {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .visible-sm {
    display: none;
  }
  .visible-xs {
    display: block;
  }
  .visible-xs.inline {
    display: inline !important;
  }
  .visible-xss {
    display: none;
  }
}
@media (max-width: 428px) {
  .hidden-xss {
    display: none;
  }
  .visible-xss {
    display: block;
  }
  .visible-xss.inline {
    display: inline;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.box-message-full {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.box-message-full .contents-frame {
  color: #FFF;
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
header,
main,
footer {
  opacity: 0;
  -webkit-animation: fadein 0.7s ease-in-out 1s 1 normal forwards;
          animation: fadein 0.7s ease-in-out 1s 1 normal forwards;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.loading-box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 99999;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
  color: #fff;
  background-color: #FFF;
}
.loading-box .spinner {
  color: #0933cc;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center;
          transform-origin: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: spinner 1.2s infinite linear forwards;
          animation: spinner 1.2s infinite linear forwards;
}
.loading-box .spinner span {
  display: none;
}
@-webkit-keyframes spinner {
  0% {
    opacity: 0.2;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5);
            transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
            box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
            transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    opacity: 0.2;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
            transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}
@keyframes spinner {
  0% {
    opacity: 0.2;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(0) scale(0.5);
            transform: translate(-50%, -50%) rotate(0) scale(0.5);
  }
  50% {
    opacity: 1;
    -webkit-box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
            box-shadow: 21px 21px, -21px -21px, 21px -21px, -21px 21px;
    -webkit-transform: translate(-50%, -50%) rotate(180deg) scale(1);
            transform: translate(-50%, -50%) rotate(180deg) scale(1);
  }
  100% {
    opacity: 0.2;
    -webkit-box-shadow: 0;
            box-shadow: 0;
    -webkit-transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
            transform: translate(-50%, -50%) rotate(360deg) scale(0.5);
  }
}
.loading-box.loaded {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#header {
  background: rgba(255, 255, 255, 0.95);
  width: 100%;
  position: fixed;
  z-index: 9999;
}
#header .wrapper {
  padding: 0 0 0 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 90px;
}
#header .wrapper .h-title {
  padding: 15px 0;
}
#header .wrapper .h-title h1 {
  margin: 0;
  padding: 0;
}
#header .wrapper .h-title a {
  color: #023792;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 21px;
}
#header .wrapper .h-title a span {
  padding-bottom: 8px;
}
#header .wrapper .h-title a span picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#header .wrapper .h-title a:hover {
  opacity: 1;
}
#header .wrapper ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
#header .wrapper ul li.sns {
  margin-right: 27px;
}
#header .wrapper ul li.entry a {
  background: #0933cc;
  width: 160px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#header .wrapper ul li.entry a span {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  -webkit-transform: scale(0.9, 1);
          transform: scale(0.9, 1);
}
#header .wrapper ul li.hamburger button {
  background: #FFF;
  border: none;
  cursor: pointer;
  width: 90px;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
#header .wrapper ul li.hamburger button span {
  background: #005ab7;
  display: block;
  width: 36px;
  height: 4px;
}
#header nav {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  max-width: 662px;
  width: 100%;
  background-color: #0933CC;
  background: -webkit-gradient(linear, left top, right top, color-stop(20%, #0933cc), to(#02ccfe));
  background: -webkit-linear-gradient(left, #0933cc 20%, #02ccfe 100%);
  background: linear-gradient(90deg, #0933cc 20%, #02ccfe 100%);
  height: 100vh;
}
#header nav .btntop {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  height: 90px;
  margin: 0;
  top: 0;
}
#header nav .btntop .btn-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 90px;
  width: 90px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
#header nav .btntop .btn-close::before {
  content: "";
  display: block;
  width: 32px;
  height: 20px;
  position: absolute;
  background-size: 32px 20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiBkYXRhLW5hbWU9Iue5ne+9rOe5p++9pOe5ne+9pOe5ne+9vCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMS41OSAyMC4wNCI+IDxkZWZzPiA8c3R5bGU+IC5iIHsgZmlsbDogI2ZmZjsgfSA8L3N0eWxlPiA8L2RlZnM+IDxwYXRoIGNsYXNzPSJiIiBkPSJNMTguNDMuMjljLS42Ni0uNDktMS42LS4zNS0yLjEuMzEtLjQ5LjY3LS4zNSwxLjYxLjMxLDIuMWw3Ljg2LDUuODJIMS41Yy0uODMsMC0xLjUuNjctMS41LDEuNXMuNjcsMS41LDEuNSwxLjVoMjMuMDFsLTcuODYsNS44MmMtLjY3LjQ5LS44MSwxLjQzLS4zMSwyLjEuMjkuNC43NS42MSwxLjIxLjYxLjMxLDAsLjYyLS4xLjg5LS4yOWwxMy4xNS05LjczTDE4LjQzLjI5WiIvPjwvc3ZnPg==");
}
#header nav .wrap {
  height: 100%;
  overflow-y: auto;
  padding: 90px 0 0 0;
}
#header nav .wrap::-webkit-scrollbar {
  width: 12px; /* 横幅 */
}
#header nav .wrap::-webkit-scrollbar-thumb {
  background: #049fef; /* ハンドルの色 */
}
#header nav .wrap::-webkit-scrollbar-track {
  background: #02ccfe; /* 背景色 */
}
#header nav .wrap .btnblock {
  margin: 0;
  padding: 16px 70px 40px 70px;
}
#header nav .wrap .btnblock a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #FFF;
  max-width: 400px;
  width: 100%;
  height: 60px;
  font-size: 2rem;
  color: #0935cd;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}
#header nav .wrap > ul {
  margin: 0;
  padding: 0 0 0 70px;
}
#header nav .wrap > ul > li {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
}
#header nav .wrap > ul > li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  margin-bottom: 50px;
}
#header nav .wrap > ul > li > a {
  color: #FFF;
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1em;
}
#header nav .wrap > ul > li > a span {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.3rem;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.2em;
  vertical-align: middle;
  padding: 0 0 0 2em;
}
#header nav .wrap > ul > li ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
  padding: 20px 0 0 0;
}
#header nav .wrap > ul > li ul li {
  padding: 0 0 0 40px;
}
#header nav .wrap > ul > li ul li a {
  color: #FFF;
  line-height: 1em;
  font-size: 1.6rem;
}
@media (max-width: 992px) {
  #header .wrapper {
    padding: 0;
    height: 80px;
  }
  #header .wrapper .h-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 0 0 12px;
    max-width: calc(100% - 76px);
    width: 100%;
  }
  #header .wrapper .h-title a {
    width: 100%;
    gap: 2.5%;
  }
  #header .wrapper .h-title a > img {
    max-width: 220px;
    width: 72.8476821192%;
    height: auto;
  }
  #header .wrapper .h-title a span {
    padding-bottom: 5px;
    max-width: 73px;
    width: 24.1721854305%;
  }
  #header .wrapper .h-title a span picture img {
    max-width: 73px;
    width: 100%;
    height: auto;
  }
  #header .wrapper ul {
    width: 63px;
  }
  #header .wrapper ul li.sns {
    display: none;
  }
  #header .wrapper ul li.entry {
    display: none;
  }
  #header .wrapper ul li.hamburger button {
    background: none;
    width: 63px;
    height: 63px;
    gap: 6px;
  }
  #header .wrapper ul li.hamburger button span {
    width: 27px;
    height: 3px;
  }
  #header nav .btntop {
    height: 80px;
  }
  #header nav .btntop .btn-close {
    height: 80px;
    width: 80px;
  }
  #header nav .wrap {
    padding: 80px 0 0 0;
  }
  #header nav .wrap .btnblock {
    padding: 6px 30px 40px 30px;
  }
  #header nav .wrap .btnblock a {
    max-width: 100%;
    min-height: 60px;
    height: auto;
  }
  #header nav .wrap > ul {
    padding: 0 30px;
  }
  #header nav .wrap > ul > li > a span {
    display: none;
  }
}
@media (max-width: 428px) {
  #header .wrapper {
    height: 18.691588785vw;
  }
  #header .wrapper .h-title {
    padding: 0 0 0 2.8037383178vw;
    max-width: calc(100% - 17.7570093458vw);
  }
  #header .wrapper .h-title a > img {
    max-width: 51.4018691589vw;
  }
  #header .wrapper .h-title a span {
    padding-bottom: 1.1682242991vw;
    max-width: 17.0560747664vw;
  }
  #header .wrapper .h-title a span picture img {
    max-width: 17.0560747664vw;
  }
  #header .wrapper ul {
    width: 14.7196261682vw;
  }
  #header .wrapper ul li.hamburger button {
    width: 14.7196261682vw;
    height: 14.7196261682vw;
    gap: 1.4018691589vw;
  }
  #header .wrapper ul li.hamburger button span {
    width: 6.308411215vw;
    height: 0.7009345794vw;
  }
  #header nav .btntop {
    height: 18.691588785vw;
  }
  #header nav .btntop .btn-close {
    height: 18.691588785vw;
    width: 18.691588785vw;
  }
  #header nav .wrap {
    padding: 18.691588785vw 0 0 0;
  }
  #header nav .wrap .btnblock {
    padding: 1.4018691589vw 7.0093457944vw 9.3457943925vw 7.0093457944vw;
  }
  #header nav .wrap .btnblock a {
    min-height: 14.0186915888vw;
    font-size: 4.6728971963vw;
  }
  #header nav .wrap > ul {
    padding: 0 7.0093457944vw;
  }
  #header nav .wrap > ul > li {
    padding: 4.6728971963vw 0;
  }
  #header nav .wrap > ul > li > a {
    font-size: 4.9065420561vw;
  }
  #header nav .wrap > ul > li > a span {
    font-size: 3.0373831776vw;
  }
  #header nav .wrap > ul > li ul {
    padding: 4.6728971963vw 0 0;
  }
  #header nav .wrap > ul > li ul li {
    padding: 0 0 0 9.3457943925vw;
  }
  #header nav .wrap > ul > li ul li a {
    font-size: 3.738317757vw;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
main .title-bg-gradient2 * {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
main .title-bg-gradient2 {
  text-align: center;
  max-width: 1920px;
  width: 100%;
  height: 180px;
  background: url(../img/title-bg-gradient.svg) no-repeat center, -webkit-gradient(linear, left top, right top, from(#0933cc), color-stop(50%, #0933cc), color-stop(50%, #009dee), to(#009dee));
  background: url(../img/title-bg-gradient.svg) no-repeat center, -webkit-linear-gradient(left, #0933cc 0%, #0933cc 50%, #009dee 50%, #009dee 100%);
  background: url(../img/title-bg-gradient.svg) no-repeat center, linear-gradient(90deg, #0933cc 0%, #0933cc 50%, #009dee 50%, #009dee 100%);
  background-size: auto 180px;
  margin: 0 auto;
  padding: 25px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
main .title-bg-gradient2 p img {
  height: 53px;
  width: auto;
  max-width: 100%;
}
main .title-bg-gradient2 h1 {
  color: #FFF;
  font-size: 1.9rem;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  main .title-bg-gradient2 {
    background-size: auto 160px;
    height: 160px;
    padding: 22px 20px 20px;
    gap: 14px;
  }
  main .title-bg-gradient2 p {
    padding: 0 15px;
  }
  main .title-bg-gradient2 p img {
    height: 39.38px;
  }
  main .title-bg-gradient2 h1 {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
@media (max-width: 428px) {
  main .title-bg-gradient2 {
    background-size: auto 37.3831775701vw;
    height: 37.3831775701vw;
    padding: 5.1401869159vw 4.6728971963vw 4.6728971963vw;
    gap: 3.2710280374vw;
  }
  main .title-bg-gradient2 p {
    padding: 0 3.5046728972vw;
  }
  main .title-bg-gradient2 p img {
    height: 9.2009345794vw;
  }
  main .title-bg-gradient2 h1 {
    font-size: 3.738317757vw;
  }
}
main .mv--contents {
  max-width: 1920px;
  margin: 0 auto;
}
main .mv--contents img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
main #list--interview {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
  padding: 60px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
main #list--interview .swiper-slide {
  width: auto;
}
main #list--interview .txt {
  margin: -14px 0 0 15px;
  position: relative;
  z-index: 2;
}
main #list--interview .txt .department {
  color: #FFF;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1em;
  background: #0933cc;
  display: inline-block;
  padding: 5px 12px;
}
main #list--interview .txt .name {
  list-style: none;
  line-height: 1em;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
main #list--interview .txt .name li {
  color: #FFF;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1em;
  background: #000;
  margin: 0;
  padding: 5px 0 5px 12px;
}
main #list--interview .txt .name li + li {
  padding: 5px 12px 5px 10px;
}
main #list--interview .txt .name li + li:before {
  content: "|";
  padding-right: 10px;
}
main #list--interview .txt .name li:last-of-type:after {
  content: "";
}
main #list--interview.is-visible {
  opacity: 1;
}
main .totoppage {
  padding: 80px 30px;
  text-align: center;
}
main .totoppage .btn a {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1em;
  background: #acacad;
  display: inline-block;
  max-width: 320px;
  padding: 12px 10px 10px 30px;
  position: relative;
  width: 100%;
}
main .totoppage .btn a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='108px' height='83px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M68.270,2.228 C65.923,-0.103 62.117,-0.103 59.770,2.228 C57.422,4.560 57.422,8.340 59.770,10.672 L85.488,36.220 L5.510,36.220 C2.467,36.220 0.001,38.671 0.001,41.693 C0.001,44.716 2.467,47.166 5.510,47.166 L85.488,47.166 L59.770,72.715 C57.422,75.046 57.422,78.826 59.770,81.158 C60.943,82.324 62.481,82.907 64.020,82.907 C65.558,82.907 67.096,82.324 68.270,81.158 L107.997,41.693 L68.270,2.228 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  width: 18px;
  height: 14px;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media (max-width: 767px) {
  main .totoppage .btn a {
    max-width: 320px;
    padding: 27px 20px 24px;
  }
}
main .accordion {
  list-style: none;
  margin: 0;
  padding: 0;
}
main .accordion > li {
  border-bottom: 2px solid #d0d0d0;
}
main .accordion > li.is-open .accordion-summary button i:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
main .accordion > li .accordion-summary button {
  color: inherit;
  font: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  padding: 30px 68px 28px 40px;
  position: relative;
  width: 100%;
  cursor: pointer;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
}
main .accordion > li .accordion-summary button:hover, main .accordion > li .accordion-summary button:active {
  opacity: 0.5;
}
main .accordion > li .accordion-summary button .accordion-summary-content {
  font-size: 1.8rem;
  font-weight: bold;
}
main .accordion > li .accordion-summary button i {
  display: block;
  position: absolute;
  top: calc(50% + 5px);
  right: 22px;
  width: 28px;
  height: 28px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main .accordion > li .accordion-summary button i:before, main .accordion > li .accordion-summary button i:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #005ab7;
}
main .accordion > li .accordion-summary button i:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: -webkit-transform 400ms;
  transition: -webkit-transform 400ms;
  transition: transform 400ms;
  transition: transform 400ms, -webkit-transform 400ms;
}
main .accordion > li .accordion-detail {
  display: none;
  overflow: hidden;
}
main .accordion > li .accordion-detail .accordion-detail-inner {
  color: #0045ca;
  padding: 0 0 30px 40px;
}
main .accordion > li .accordion-detail .accordion-detail-inner i {
  margin-bottom: 15px;
  display: block;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-content {
  position: relative;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-content p {
  font-size: 1.6rem;
  line-height: 1.875em;
  margin: 0;
  padding: 0;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-content p + p {
  margin-top: 5px;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close {
  line-height: 1.5;
  margin-top: 30px;
  width: 160px;
  margin: 25px auto 0;
  font-size: 1.6rem;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close button {
  position: relative;
  width: 100%;
  height: 45px;
  border: none;
  background: #000;
  color: #fff;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  -webkit-transition: opacity 400ms;
  transition: opacity 400ms;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close button:hover, main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close button:active {
  opacity: 0.5;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close button > span {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  vertical-align: top;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close button > span > span {
  display: block;
  position: absolute;
  left: -5px;
  top: 0;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close button > span > span:before, main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close button > span > span:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #fff;
}
main .accordion > li .accordion-detail .accordion-detail-inner .accordion-detail-close button > span > span:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 767px) {
  main .accordion > li .accordion-summary button {
    padding: 38px 52px 34px 21px;
    line-height: 1.333em;
  }
  main .accordion > li .accordion-summary button i {
    top: 50%;
    right: 14px;
    width: 24px;
    height: 24px;
  }
  main .accordion > li .accordion-summary button i:before, main .accordion > li .accordion-summary button i:after {
    top: 7px;
  }
  main .accordion > li .accordion-detail .accordion-detail-inner {
    padding: 0 0 30px 21px;
  }
  main .accordion > li .accordion-detail .accordion-detail-inner p {
    font-size: 1.6rem;
    line-height: 1.875em;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
footer .f-sub {
  padding-top: 50px;
  padding-bottom: 18px;
}
footer .f-sub ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 0 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .f-sub ul li {
  line-height: 1em;
}
footer .f-sub ul li a {
  color: #000;
  font-size: 1.5rem;
}
footer .f-main {
  color: #FFF;
  background: #000032;
  padding: 72px 0 60px;
}
footer .f-main a {
  color: #FFF;
}
footer .f-main .wrapper {
  max-width: 1125px;
  width: calc(100% - 80px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .f-main .wrapper .f-logo {
  max-width: 400px;
  width: 100%;
}
footer .f-main .wrapper .f-logo > a div {
  margin-top: 5px;
  max-width: 316px;
  padding-left: 68px;
}
footer .f-main .wrapper .f-logo > a div:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='108px' height='83px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M68.270,2.228 C65.923,-0.103 62.117,-0.103 59.770,2.228 C57.422,4.560 57.422,8.340 59.770,10.672 L85.488,36.220 L5.510,36.220 C2.467,36.220 0.001,38.671 0.001,41.693 C0.001,44.716 2.467,47.166 5.510,47.166 L85.488,47.166 L59.770,72.715 C57.422,75.046 57.422,78.826 59.770,81.158 C60.943,82.324 62.481,82.907 64.020,82.907 C65.558,82.907 67.096,82.324 68.270,81.158 L107.997,41.693 L68.270,2.228 Z'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  width: 12px;
  height: 11px;
  display: inline-block;
  margin-left: 10px;
}
footer .f-main .wrapper .f-logo ul {
  list-style: none;
  margin: 29px 0 0 1px;
  padding: 0;
}
footer .f-main .wrapper .f-logo ul li {
  font-size: 1.4rem;
  margin-top: 6px;
  line-height: 1.4em;
}
footer .f-main .wrapper .f-logo ul li:first-child {
  margin-top: 0;
}
footer .f-main .wrapper .f-logo ul li.address strong {
  display: block;
}
footer .f-main .wrapper .f-logo ul li.address strong:after {
  content: "：";
}
footer .f-main .wrapper .f-logo .copy {
  font-size: 1.2rem;
  margin-top: 21px;
}
footer .f-main .wrapper .f-nav {
  max-width: 562px;
  width: 100%;
  padding-top: 28px;
}
footer .f-main .wrapper .f-nav .f-sns {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 25px;
  margin-bottom: 71px;
}
footer .f-main .wrapper .f-nav .f-sns a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 19px;
}
footer .f-main .wrapper .f-nav .f-sns a .f-sns-logo-x {
  padding-left: 13px;
}
footer .f-main .wrapper .f-nav .f-sns a .f-sns-logo-x img {
  -webkit-filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(103%) contrast(102%);
          filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(317deg) brightness(103%) contrast(102%);
}
footer .f-main .wrapper .f-nav .f-sns a p {
  margin: 0;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1.68em;
}
footer .f-main .wrapper .f-nav .f-sns a p img {
  display: inline-block;
  vertical-align: sub;
  margin-left: 2px;
}
footer .f-main .wrapper .f-nav nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 82px;
}
footer .f-main .wrapper .f-nav nav div {
  width: 100%;
}
footer .f-main .wrapper .f-nav nav dl {
  margin: 0 0 51px;
  padding: 0;
}
footer .f-main .wrapper .f-nav nav dl:last-of-type {
  margin-bottom: 57px;
}
footer .f-main .wrapper .f-nav nav dl dt {
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin: 0 0 25px;
  padding: 0 0 5px 5px;
}
footer .f-main .wrapper .f-nav nav dl dd {
  font-size: 1.4rem;
  margin: 9px 0 0;
  padding: 0 0 0 5px;
}
footer .f-main .wrapper .f-nav nav dl dd:first-of-type {
  margin-top: 0;
}
footer .f-main .wrapper .f-nav ul {
  list-style: none;
}
footer .f-main .wrapper .f-nav ul li {
  margin-bottom: 14px;
}
footer .f-main .wrapper .f-nav ul li a {
  color: #000032;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
  width: 210px;
  height: 36px;
}
@media (min-width: 993px) and (max-width: 1199px) {
  footer .f-main .wrapper .f-nav {
    max-width: 46.8723936614vw;
  }
  footer .f-main .wrapper .f-nav nav {
    gap: 0 4.1701417848vw;
  }
}
@media (max-width: 992px) {
  footer .f-sub {
    padding: 0;
  }
  footer .f-sub ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  footer .f-sub ul li {
    border-top: 1px solid #bbb;
  }
  footer .f-sub ul li a {
    display: block;
    font-size: 1.7rem;
    padding: 30px;
  }
  footer .f-main {
    padding: 60px 0;
  }
  footer .f-main .wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 727px;
    width: calc(100% - 40px);
  }
  footer .f-main .wrapper .f-logo {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
    max-width: 100%;
  }
  footer .f-main .wrapper .f-logo > a div {
    margin: 25px auto;
    padding: 0;
  }
  footer .f-main .wrapper .f-logo ul {
    margin: 22px 0 0;
  }
  footer .f-main .wrapper .f-logo ul li {
    font-size: 1.6rem;
    margin-top: 8px;
    line-height: 1.875em;
  }
  footer .f-main .wrapper .f-logo ul li:first-child {
    margin-top: 0;
  }
  footer .f-main .wrapper .f-logo ul li.address strong:after {
    content: "";
  }
  footer .f-main .wrapper .f-logo ul li.tel {
    font-size: 2rem;
  }
  footer .f-main .wrapper .f-logo .copy {
    font-size: 1.4rem;
    line-height: 1.428em;
    margin-top: 45px;
  }
  footer .f-main .wrapper .f-nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    max-width: 100%;
    padding-top: 0;
  }
  footer .f-main .wrapper .f-nav .f-sns {
    padding-bottom: 54px;
    margin-bottom: 57px;
  }
  footer .f-main .wrapper .f-nav .f-sns a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .f-main .wrapper .f-nav .f-sns a .f-sns-logo-x {
    padding-left: 0;
  }
  footer .f-main .wrapper .f-nav .f-sns a p {
    font-size: 1.6rem;
    line-height: 1.7em;
    text-align: center;
  }
  footer .f-main .wrapper .f-nav nav {
    display: none;
  }
}
@media (max-width: 767px) {
  footer .f-main .wrapper .f-logo > a div {
    margin: 25px auto;
    padding: 0;
  }
  footer .f-main .wrapper .f-logo a img {
    max-width: 100%;
  }
}

#pagetop {
  opacity: 0;
  height: 60px;
  width: 70px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#pagetop a {
  background-color: #00b4ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='14px' height='22px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.216,9.162 C-0.127,9.624 -0.030,10.279 0.435,10.622 C0.900,10.965 1.555,10.867 1.899,10.403 L5.958,4.930 L5.958,20.947 C5.958,21.523 6.426,21.991 7.005,21.991 C7.583,21.991 8.051,21.523 8.051,20.947 L8.051,4.930 L12.110,10.403 C12.454,10.867 13.109,10.965 13.574,10.622 C13.852,10.417 13.998,10.101 13.998,9.782 C13.998,9.566 13.932,9.348 13.793,9.162 L7.005,0.008 L0.216,9.162 Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 22px;
  display: block;
  width: 100%;
  height: 100%;
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#index > main {
  padding: 90px 0 0;
}
@media (max-width: 992px) {
  #index > main {
    padding: 80px 0 0;
  }
}
#index #mv {
  max-width: 1920px;
  width: 100%;
  height: calc(100vh - 90px);
  margin: 0 auto 80px;
  padding: 0;
  position: relative;
  z-index: 1;
}
#index #mv h2 {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 40px;
  margin: auto 0;
  padding: 30px 0;
  z-index: 1;
  line-height: 1em;
  height: calc(100vh - 90px);
  -webkit-filter: drop-shadow(0px 0px 10px rgba(0, 16, 87, 0.8));
  filter: drop-shadow(0px 0px 10px rgba(0, 16, 87, 0.5));
}
#index #mv h2 picture {
  margin: 0;
  padding: 0;
}
#index #mv h2 picture img {
  width: auto;
  height: 100%;
}
#index #mv .note {
  position: absolute;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #0933cc;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.375em;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
  max-width: 420px;
  width: 100%;
  padding: 10px;
  -webkit-animation: floatUpDown 2.2s ease-in-out infinite;
          animation: floatUpDown 2.2s ease-in-out infinite;
  pointer-events: none;
}
@-webkit-keyframes floatUpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes floatUpDown {
  0% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -10px);
            transform: translate(-50%, -10px);
  }
  100% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
#index #mv .note p {
  margin: 0;
  padding: 0;
}
#index #mv .note p:before {
  content: "マウスのホイール、スクロールバーを使用して\aページ下方向へ移動してください";
  white-space: pre-wrap;
}
@media (min-width: 768px) and (max-width: 992px) {
  #index #mv h2 {
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  #index #mv {
    aspect-ratio: 428/520;
    height: auto;
    margin: 0 auto 50px;
    padding: 0;
  }
  #index #mv h2 {
    top: auto;
    bottom: 95px;
    right: auto;
    left: auto;
    padding: 0 25px 0 30px;
    width: 100%;
    height: auto;
  }
  #index #mv h2 picture img {
    width: 100%;
    height: auto;
  }
  #index #mv .note {
    bottom: 13px;
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.429em;
    max-width: 260px;
  }
  #index #mv .note p:before {
    content: "スワイプ操作で\aページ下方向へ移動してください";
  }
}
#index .mv-video {
  width: 100%;
  height: calc(100vh - 90px);
  overflow: hidden;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
  text-align: center;
}
#index .mv-video img,
#index .mv-video video {
  -o-object-fit: cover;
     object-fit: cover;
  width: 1920px;
  height: auto;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 767px) {
  #index .mv-video {
    top: 80px;
    aspect-ratio: 428/520;
    height: 121.4953271028vw;
    background: #000;
    overflow: hidden;
  }
  #index .mv-video img,
  #index .mv-video video {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 121.4953271028vw;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#index #top-image {
  padding: 0;
  margin: 0 auto 101px;
}
#index #top-image .wrap {
  position: relative;
  max-width: 1230px;
  max-height: 520px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#index #top-image .wrap img {
  width: 100%;
  height: auto;
  margin: 0 auto;
}
#index #top-image .wrap h2 {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
#index #top-image .wrap .link01,
#index #top-image .wrap .link02 {
  position: absolute;
  z-index: 100;
  padding: 0;
  border: 0;
}
#index #top-image .wrap .link01 a,
#index #top-image .wrap .link02 a {
  display: block;
}
#index #top-image .wrap .link01 a:hover,
#index #top-image .wrap .link02 a:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
#index #top-image .wrap .link01 {
  top: 71.1538461538%;
  left: 4.3902439024%;
  width: 19.512195122%;
  height: 7.6923076923%;
}
#index #top-image .wrap .link02 {
  top: 81.7307692308%;
  left: 4.3902439024%;
  width: 17.4796747967%;
  height: 5.7692307692%;
}
@media (max-width: 767px) {
  #index #top-image {
    margin-bottom: 82px;
  }
  #index #top-image .wrap {
    aspect-ratio: 388/600;
    max-height: none;
    width: calc(100% - 40px);
  }
  #index #top-image .wrap .link01 {
    top: 78.5%;
    left: 4.381443299%;
    width: 61.8556701031%;
    height: 6.6666666667%;
  }
  #index #top-image .wrap .link02 {
    top: 87.6666666667%;
    left: 4.381443299%;
    width: 55.412371134%;
    height: 5%;
  }
}
#index #top-interview {
  max-width: 1230px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
#index #top-interview .section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: right;
  padding: 0 0 38px;
}
#index #top-interview .section-title h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 34px;
  margin: 0;
  line-height: 1em;
}
#index #top-interview .section-title h2 img {
  max-width: 100%;
  height: auto;
}
#index #top-interview .section-title .txt {
  margin: 0;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.81em;
}
#index #top-interview .section-content {
  margin-bottom: 100px;
}
#index #top-interview .section-content .interview-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 70px;
  margin-bottom: 59px;
}
#index #top-interview .section-content .interview-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px 70px;
}
#index #top-interview .section-content .interview-item .pic {
  position: relative;
  margin-bottom: 12px;
}
#index #top-interview .section-content .interview-item .pic .title {
  position: absolute;
  left: -11px;
  bottom: 13px;
  width: 100%;
}
#index #top-interview .section-content .interview-item .pic .title h3 {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#index #top-interview .section-content .interview-item .pic .title h3 span {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1em;
  background: #0045ca;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin: 0;
  padding: 7px 11px 6px;
}
#index #top-interview .section-content .interview-item .pic .title h3 span + span {
  margin-left: 40px;
  margin-top: 6px;
}
#index #top-interview .section-content .interview-item .name {
  text-align: center;
}
#index #top-interview .section-content .interview-item .name p {
  color: #333;
  font-size: 1.5rem;
  line-height: 1em;
  display: block;
  margin: 0;
  padding: 0;
}
#index #top-interview .section-content .interview-item .name .department {
  color: #0045ca;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
}
@media (min-width: 993px) and (max-width: 1199px) {
  #index #top-interview .section-title h2 img {
    width: 54.2952460384vw;
    height: auto;
  }
  #index #top-interview .section-content .interview-left {
    gap: 40px 20px;
    margin-bottom: 59px;
  }
  #index #top-interview .section-content .interview-right {
    gap: 40px 20px;
  }
  #index #top-interview .section-content .interview-item .pic picture img {
    max-width: 100%;
    height: auto;
  }
  #index #top-interview .section-content .interview-item .name {
    text-align: center;
  }
  #index #top-interview .section-content .interview-item .name p {
    color: #333;
    font-size: 1.5rem;
    line-height: 1em;
    display: block;
    margin: 0;
    padding: 0;
  }
  #index #top-interview .section-content .interview-item .name .department {
    color: #0045ca;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #index #top-interview .section-title h2 img {
    width: 54.2952460384vw;
    height: auto;
  }
  #index #top-interview .section-content .interview-left {
    gap: 40px 20px;
    margin-bottom: 59px;
  }
  #index #top-interview .section-content .interview-right {
    gap: 40px 20px;
  }
  #index #top-interview .section-content .interview-item .pic picture img {
    max-width: 100%;
    height: auto;
  }
  #index #top-interview .section-content .interview-item .name {
    text-align: center;
  }
  #index #top-interview .section-content .interview-item .name p {
    color: #333;
    font-size: 1.5rem;
    line-height: 1em;
    display: block;
    margin: 0;
    padding: 0;
  }
  #index #top-interview .section-content .interview-item .name .department {
    color: #0045ca;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #index #top-interview .section-title {
    text-align: center;
    padding-bottom: 43px;
  }
  #index #top-interview .section-title h2 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 0 34px;
  }
  #index #top-interview .section-title .txt {
    line-height: 1.63636em;
  }
  #index #top-interview .section-content {
    margin-bottom: 60px;
  }
  #index #top-interview .section-content .interview-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  #index #top-interview .section-content .interview-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  #index #top-interview .section-content .interview-item {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  #index #top-interview .section-content .interview-item .pic .title {
    left: -9px;
    bottom: 28px;
  }
  #index #top-interview .section-content .interview-item .pic .title h3 span {
    font-size: 2rem;
    padding: 8px 12px 9px;
  }
  #index #top-interview .section-content .interview-item .pic .title h3 span + span {
    margin-left: 30px;
    margin-top: 7px;
  }
  #index #top-interview .section-content .interview-item .pic img {
    max-width: 100%;
    height: auto;
  }
  #index #top-interview .section-content .interview-item .name {
    text-align: left;
  }
  #index #top-interview .section-content .interview-item .name .department {
    margin-bottom: 10px;
  }
}
#index #top-career {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 80px;
}
#index #top-career figure {
  position: relative;
  text-align: right;
  margin: 0;
  padding: 0;
}
#index #top-career figure .titleimage {
  max-width: 1076px;
  max-height: 410px;
  width: 78.7701317716%;
  height: auto;
}
#index #top-career .section-content {
  position: relative;
  max-width: 1127px;
  width: calc(100% - 40px);
  margin: -129px auto 0;
  z-index: 2;
}
#index #top-career .section-content h2 {
  margin: 0;
  padding: 0 0 37px;
  max-width: 61.7568766637%;
}
#index #top-career .section-content h2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#index #top-career .section-content .txt {
  margin: 0 0 23px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.81em;
}
@media (min-width: 768px) and (max-width: 1199px) {
  #index #top-career .section-content {
    margin: -10.4253544621vw auto 0;
  }
}
@media (max-width: 767px) {
  #index #top-career {
    padding-bottom: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #index #top-career figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
  #index #top-career figure .titleimage {
    max-height: none;
    max-width: 388px;
    width: 100%;
  }
  #index #top-career .section-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
    margin: 0 auto 24px;
    width: 100%;
  }
  #index #top-career .section-content h2 {
    padding-bottom: 25px;
    max-width: 389px;
    margin: 0 auto;
  }
  #index #top-career .section-content .txt {
    line-height: 1.636em;
    margin-bottom: 27px;
  }
}
#index #top-work {
  background-color: #d3f8ff;
  padding: 80px 0 83px;
}
#index #top-work .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#index #top-work .swiper .swiper-slide {
  width: auto;
  height: 280px;
}
#index #top-work .swiper .swiper-slide img {
  width: 360px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
#index #top-work .section-content {
  text-align: center;
  max-width: 1366px;
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 0 59px;
}
#index #top-work .section-content h2 {
  margin: 0 auto 33px;
  max-width: 680px;
}
#index #top-work .section-content h2 img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#index #top-work .section-content .txt {
  margin: 0 0 31px 0;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.81em;
}
#index #top-work .section-content .link {
  margin: 0;
}
#index #top-work .section-content .link a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  font-size: 1.9rem;
  font-weight: bold;
  line-height: 2em;
}
#index #top-work .section-content .link a::after {
  content: "";
  width: 45px;
  height: 23px;
  background-color: #0145ca;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiBkYXRhLW5hbWU9Iue5ne+9rOe5p++9pOe5ne+9pOe5ne+9vCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcuODEgODIuODMiPiA8ZGVmcz4gPHN0eWxlPiAuYiB7IGZpbGw6ICNmZmY7IH0gPC9zdHlsZT4gPC9kZWZzPiA8cGF0aCBjbGFzcz0iYiIgZD0iTTY4LjE1LDEuNzZjLTIuMzQtMi4zNC02LjE0LTIuMzQtOC40OSwwcy0yLjM0LDYuMTQsMCw4LjQ5bDI1LjY3LDI1LjY3SDUuNWMtMy4wNCwwLTUuNSwyLjQ2LTUuNSw1LjVzMi40Niw1LjUsNS41LDUuNWg3OS44NGwtMjUuNjcsMjUuNjdjLTIuMzQsMi4zNC0yLjM0LDYuMTQsMCw4LjQ4LDEuMTcsMS4xNywyLjcxLDEuNzYsNC4yNCwxLjc2czMuMDctLjU5LDQuMjQtMS43NmwzOS42Ni0zOS42Nkw2OC4xNSwxLjc2WiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-size: 15px 12px;
  background-position: center;
}
@media (max-width: 767px) {
  #index #top-work {
    padding: 60px 0;
  }
  #index #top-work .section-content {
    padding: 60px 0;
  }
  #index #top-work .section-content h2 {
    max-width: 500px;
    margin-bottom: 25px;
  }
  #index #top-work .section-content .txt {
    line-height: 1.636em;
    margin-bottom: 27px;
  }
}
#index #top-entry {
  background: #316DED;
  background: -webkit-linear-gradient(305deg, rgb(49, 109, 237) 0%, rgb(9, 51, 204) 100%);
  background: linear-gradient(145deg, rgb(49, 109, 237) 0%, rgb(9, 51, 204) 100%);
  padding: 80px 40px;
  max-width: 1920px;
  margin: 0 auto;
}
#index #top-entry .wrap {
  background-image: url(../img/index/bg_blue.png);
  background-size: cover;
  margin: 0 auto;
  padding: 57px 60px 60px;
  max-width: 1286px;
  text-align: center;
}
#index #top-entry .wrap .txt1 {
  margin: 0 0 5px;
}
#index #top-entry .wrap .space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 17px;
  height: 28px;
}
#index #top-entry .wrap .space i {
  aspect-ratio: 1/1;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #81a6f4;
}
#index #top-entry .wrap .txt2 {
  margin: 0;
  color: #FFF;
  font-size: 4.6rem;
  margin: 0 0 19px;
  padding: 0;
}
#index #top-entry .wrap .txt3 {
  margin: 0;
  color: #FFF;
  font-size: 2rem;
  line-height: 1.8em;
  padding: 0 0 47px;
}
#index #top-entry .wrap .btn {
  max-width: 500px;
  height: 100px;
  margin: 0 auto;
}
#index #top-entry .wrap .btn a {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #00b4ff;
  width: 100%;
  height: 100%;
}
#index #top-entry .wrap .btn a::after {
  content: "";
  display: block;
  height: 20px;
  width: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJhIiBkYXRhLW5hbWU9Iue5ne+9rOe5p++9pOe5ne+9pOe5ne+9vCAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMDcuODEgODIuODMiPiA8ZGVmcz4gPHN0eWxlPiAuYiB7IGZpbGw6ICNmZmY7IH0gPC9zdHlsZT4gPC9kZWZzPiA8cGF0aCBjbGFzcz0iYiIgZD0iTTY4LjE1LDEuNzZjLTIuMzQtMi4zNC02LjE0LTIuMzQtOC40OSwwcy0yLjM0LDYuMTQsMCw4LjQ5bDI1LjY3LDI1LjY3SDUuNWMtMy4wNCwwLTUuNSwyLjQ2LTUuNSw1LjVzMi40Niw1LjUsNS41LDUuNWg3OS44NGwtMjUuNjcsMjUuNjdjLTIuMzQsMi4zNC0yLjM0LDYuMTQsMCw4LjQ4LDEuMTcsMS4xNywyLjcxLDEuNzYsNC4yNCwxLjc2czMuMDctLjU5LDQuMjQtMS43NmwzOS42Ni0zOS42Nkw2OC4xNSwxLjc2WiIvPjwvc3ZnPg==");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 15px 12px;
  margin: 0;
}
#index #top-entry .wrap .btn a:hover {
  opacity: 0.8;
}
@media (min-width: 768px) and (max-width: 992px) {
  #index #top-entry .wrap .txt2 {
    line-height: 1.2em;
    margin-bottom: 30px;
  }
  #index #top-entry .wrap .txt2 span {
    display: block;
  }
}
@media (max-width: 767px) {
  #index #top-entry {
    padding: 0;
  }
  #index #top-entry .wrap {
    padding: 55px 20px 60px;
  }
  #index #top-entry .wrap .txt1 {
    margin: 0 0 18px;
  }
  #index #top-entry .wrap .space {
    margin-bottom: 10px;
  }
  #index #top-entry .wrap .space i {
    width: 8px;
    height: 8px;
  }
  #index #top-entry .wrap .txt2 {
    font-size: 4.2rem;
    line-height: 1.3em;
    margin-bottom: 24px;
  }
  #index #top-entry .wrap .txt2 span {
    display: block;
  }
  #index #top-entry .wrap .txt3 {
    font-size: 2rem;
    padding-bottom: 31px;
  }
  #index #top-entry .wrap .btn {
    max-width: 348px;
  }
}
#index #top-faq {
  padding: 80px 0;
  max-width: 900px;
  width: calc(100% - 40px);
  margin: 0 auto;
}
#index #top-faq h2 {
  margin: 0 auto;
  text-align: center;
  padding: 0 0 50px;
}
#index #top-faq h2 img {
  max-width: 100%;
  height: auto;
}
#index #top-faq .link-faq {
  color: #000;
  font-size: 1.6rem;
  line-height: 1em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 32px 0 0;
}
#index #top-faq .accordion-detail-close {
  display: none;
}
@media (max-width: 767px) {
  #index #top-faq {
    padding: 62px 0 80px;
  }
  #index #top-faq h2 {
    max-width: 135px;
    padding-bottom: 22px;
  }
  #index #top-faq .link-faq {
    padding: 36px 0 0;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#min > main {
  padding: 90px 0 0;
}
@media (max-width: 992px) {
  #min > main {
    padding: 80px 0 0;
  }
}
#min #mv--2min {
  max-width: 1920px;
  margin: 0 auto;
}
#min #mv--2min img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#min .min--title {
  text-align: center;
}
#min .min--title * {
  margin: 0;
  padding: 0;
  line-height: 1em;
}
#min .min--title .text-bg-black {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  background: #000;
  display: inline-block;
  padding: 7px 40px 6px;
}
#min .min--title .text-bg-black + .title-text {
  margin-top: 26px;
}
#min .min--title .title-text {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.535em;
}
#min .min--title .title-text.blue {
  color: #1a6ad1;
}
#min .min--title .title-text.white {
  color: #fff;
}
@media (max-width: 767px) {
  #min .min--title .text-bg-black + .title-text {
    margin-top: 30px;
  }
  #min .min--title .title-text {
    font-size: 2.5rem;
    line-height: 1.6em;
  }
}
#min .flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  text-align: center;
  margin-bottom: 60px;
}
@media (min-width: 768px) and (max-width: 992px) {
  #min .flex-c {
    gap: 2.0161290323vw;
  }
}
@media (max-width: 767px) {
  #min .flex-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
#min .flex-c > * {
  background: #FFF;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#min #min-intro {
  padding-top: 73px;
  padding-bottom: 100px;
}
#min #min-intro h2 {
  color: #1a6ad1;
  font-size: 3.2rem;
  line-height: 1.5625em;
  text-align: center;
  margin: 0 0 32px;
  padding: 0;
}
#min #min-intro .title-text-black {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.6666em;
  padding: 0;
  margin: 0 0 45px;
  text-align: center;
}
#min #min-intro .flex-c div {
  color: #FFF;
  font-weight: bold;
  background: #02a4f8;
  aspect-ratio: 320/200;
  max-width: 320px;
}
#min #min-intro .flex-c div:nth-child(even) {
  background: #44cff2;
}
#min #min-intro .flex-c div:last-child p {
  font-size: 2.2rem;
  line-height: 1.545em;
  margin-bottom: 0;
  padding-top: 8px;
}
#min #min-intro .flex-c div p {
  font-size: 3rem;
  line-height: 1em;
  margin: 0 0 25px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #min #min-intro .flex-c div:nth-child(1) p {
    font-size: 3.0241935484vw;
    margin-bottom: 2.0161290323vw;
  }
  #min #min-intro .flex-c div:nth-child(1) img {
    width: 20.6653225806vw;
    height: auto;
  }
  #min #min-intro .flex-c div:nth-child(2) img {
    width: 14.8185483871vw;
    height: auto;
  }
  #min #min-intro .flex-c div:nth-child(3) p {
    font-size: 2.2177419355vw !important;
  }
  #min #min-intro .flex-c div:last-child p {
    font-size: 2.2rem;
    line-height: 1.545em;
    margin-bottom: 0;
  }
  #min #min-intro .flex-c div p {
    font-size: 3rem;
    line-height: 1em;
    margin: 0 0 20px;
    padding: 0;
  }
}
@media (max-width: 767px) {
  #min #min-intro {
    padding-top: 55px;
    padding-bottom: 80px;
  }
  #min #min-intro h2 {
    font-size: 2.5rem;
    line-height: 1.6em;
    margin: 0 0 30px;
  }
  #min #min-intro .title-text-black {
    font-size: 1.8rem;
    line-height: 1.83333em;
    text-align: left;
    padding: 0;
    margin: 0 0 53px;
  }
  #min #min-intro .flex-c div {
    width: 100%;
  }
  #min #min-intro .flex-c div:first-child img {
    width: 205px;
    height: auto;
  }
  #min #min-intro .flex-c div:nth-child(2) img {
    width: 147px;
    height: auto;
  }
}
#min #min-01 {
  text-align: center;
  padding: 81px 0 245px;
  background: url("../img/2min/2min-img2.webp") no-repeat left bottom;
  background-size: cover;
  max-width: 1920px;
  height: 860px;
  margin: 0 auto;
}
#min #min-01 .min--title {
  margin-bottom: 41px;
}
#min #min-01 .min--title .text-bg-black {
  margin-bottom: 2px;
}
#min #min-01 .min--title .title-text {
  color: #0933cc;
}
#min #min-01 .text-box {
  max-width: 700px;
  width: calc(100% - 40px);
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 43px 53px 44px;
}
#min #min-01 .text-box h4 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 24px;
  padding: 0;
}
#min #min-01 .text-box ol {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
#min #min-01 .text-box ol li {
  margin-bottom: 20px;
}
#min #min-01 .text-box ol li:last-of-type {
  margin-bottom: 0;
}
#min #min-01 .text-box ol li:nth-child(2) {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  #min #min-01 {
    padding: 80px 0 150px;
    height: 800px;
  }
  #min #min-01 .min--title {
    margin-bottom: 36px;
  }
  #min #min-01 .min--title .text-bg-black {
    margin-bottom: 0;
  }
  #min #min-01 .text-box {
    max-width: 388px;
    padding: 29px 16px 27px;
  }
  #min #min-01 .text-box h4 {
    margin: 0 0 27px;
  }
  #min #min-01 .text-box ol li {
    margin-bottom: 15px;
  }
  #min #min-01 .text-box ol li:nth-child(2) {
    margin-bottom: 15px;
  }
}
#min #min-02 {
  padding: 121px 0 80px;
}
#min #min-02 .min--title {
  margin-bottom: 58px;
}
#min #min-02 .flex-c {
  color: #FFF;
  font-weight: bold;
  font-size: 3.2rem;
}
#min #min-02 .flex-c > div {
  aspect-ratio: 320/300;
  max-width: 320px;
}
#min #min-02 .flex-c > div a {
  color: #FFF;
  aspect-ratio: 320/300;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#min #min-02 .flex-c > div.box-one a {
  background-image: url(../img/2min/2min-img3.webp);
}
#min #min-02 .flex-c > div.box-two a {
  background-image: url(../img/2min/2min-img4.webp);
}
#min #min-02 .flex-c > div.box-three a {
  background-image: url(../img/2min/2min-img5.webp);
}
@media (min-width: 768px) and (max-width: 992px) {
  #min #min-02 .flex-c {
    font-size: 3.2258064516vw;
  }
}
@media (max-width: 767px) {
  #min #min-02 {
    padding: 40px 0;
  }
  #min #min-02 .min--title {
    margin-bottom: 31px;
  }
  #min #min-02 .min--title .title-text {
    text-align: left;
  }
}
#min #min-03 {
  background: #44cff2;
  padding: 80px 0;
  max-width: 1920px;
  margin: 0 auto;
}
#min #min-03 .min--title {
  margin-bottom: 60px;
}
#min #min-03 .flex-c {
  margin-bottom: 0;
  color: #0a2ba4;
  text-align: center;
}
#min #min-03 .flex-c .icon-box {
  aspect-ratio: 320/300;
  max-width: 320px;
  padding: 39px 15px 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#min #min-03 .flex-c .icon-box h4 {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1em;
  margin: 22px 0 18px;
  padding: 0;
}
#min #min-03 .flex-c .icon-box p {
  font-size: 1.6rem;
  line-height: 1.49em;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #min #min-03 .flex-c .icon-box {
    padding: 3.9314516129vw 1.5120967742vw 2.0161290323vw;
  }
  #min #min-03 .flex-c .icon-box h4 {
    font-size: 2.8225806452vw;
    margin: 2.2177419355vw 0 1.814516129vw;
  }
  #min #min-03 .flex-c .icon-box p {
    font-size: 1.6129032258vw;
  }
}
@media (max-width: 767px) {
  #min #min-03 {
    padding-bottom: 77px;
  }
}
#min #min-04 {
  padding: 80px 0 79px;
}
#min #min-04 .min--title {
  margin-bottom: 57px;
}
#min #min-04 .min--title .text-bg-black {
  padding: 7px 20px 6px;
}
#min #min-04 .min--title .text-bg-black + .title-text {
  margin-top: 27px;
}
#min #min-04 #run-box {
  margin-bottom: 45px;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#min #min-04 #run-box.is-visible {
  opacity: 1;
}
#min #min-04 #run-box .swiper .swiper-slide {
  background: #C4E8FF;
  width: 387px;
  height: 315px;
  padding: 34px 30px 35px;
}
#min #min-04 #run-box .swiper .swiper-slide:nth-of-type(even) {
  background: #C2F4FD;
}
#min #min-04 #run-box .swiper .swiper-slide hgroup {
  text-align: center;
  padding-bottom: 12px;
  border-bottom: 1px dashed #94B7BD;
  margin-bottom: 20px;
}
#min #min-04 #run-box .swiper .swiper-slide hgroup p {
  margin: 0 0 20px;
  padding: 0;
  line-height: 1em;
}
#min #min-04 #run-box .swiper .swiper-slide hgroup h4 {
  color: #ff6c00;
  font-size: 2.6rem;
  margin: 0;
  padding: 0;
  line-height: 1.3846153846em;
}
#min #min-04 #run-box .swiper .swiper-slide ul {
  margin: 0;
  padding: 0 4px;
  list-style: none;
}
#min #min-04 #run-box .swiper .swiper-slide ul li {
  font-size: 1.5rem;
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.3333em;
  margin-bottom: 8px;
}
#min #min-04 #run-box .swiper .swiper-slide ul li:before {
  content: "●";
}
@media (max-width: 767px) {
  #min #min-04 {
    padding-bottom: 81px;
  }
  #min #min-04 .min--title {
    margin-bottom: 53px;
  }
  #min #min-04 .min--title .text-bg-black {
    padding: 7px 20px 6px;
  }
  #min #min-04 .min--title .text-bg-black + .title-text {
    margin-top: 33px;
  }
  #min #min-04 .min--title .title-text {
    padding: 0 30px;
    text-align: left;
  }
  #min #min-04 #run-box {
    margin-bottom: 40px;
  }
}
#min #min-05 {
  background-color: #1CCDF1;
}
#min #min-05 .img-wrapper {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  height: 500px;
  background-image: url("../img/2min/2min-img6.webp");
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#min #min-05 .img-wrapper h2 {
  margin: 0;
  padding: 36px 0 0;
  line-height: 1em;
}
#min #min-05 .img-wrapper h2 img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1200px) {
  #min #min-05 .img-wrapper {
    aspect-ratio: 1366/500;
    height: 100%;
  }
}
@media (max-width: 767px) {
  #min #min-05 .img-wrapper {
    aspect-ratio: 428/500;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: url("../img/2min/2min-img6-sp.webp");
    margin-bottom: 0;
    height: 100%;
    padding-top: 79px;
  }
  #min #min-05 .img-wrapper h2 {
    padding: 0;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#business > main {
  padding: 90px 0 0 0;
}
@media (max-width: 992px) {
  #business > main {
    padding: 80px 0 0 0;
  }
}
#business hgroup.title-business {
  text-align: center;
  display: block;
  margin-bottom: 72px;
  padding-top: 93px;
}
#business hgroup.title-business p {
  line-height: 1em;
  margin: 0 0 18px;
  padding: 0 15px;
}
#business hgroup.title-business p img {
  max-width: 100%;
  height: auto;
}
#business hgroup.title-business h1 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #business hgroup.title-business {
    margin-bottom: 44px;
    padding-top: 46px;
  }
  #business hgroup.title-business p {
    margin: 0 0 14px;
    padding: 0 15px;
  }
  #business hgroup.title-business p img {
    max-width: 251px;
  }
  #business hgroup.title-business h1 {
    font-size: 1.6rem;
  }
}
#business #businessImages {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#business #businessImages.is-visible {
  opacity: 1;
}
#business .swiper {
  margin-bottom: 106px;
}
#business .swiper .swiper-wrapper .swiper-slide {
  -webkit-transform: scale(0.8);
          transform: scale(0.8); /* 左右のスライドを小さくする */
  -webkit-transition: 0.7s;
  transition: 0.7s; /* ゆっくり小さくさせる */
}
#business .swiper .swiper-wrapper .swiper-slide img {
  height: auto;
  width: 100%;
}
#business .swiper .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1);
          transform: scale(1); /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
#business .swiper.swiper-wrapper {
  visibility: hidden; /* 要素を見えなくする（高さは保持） */
  overflow: hidden; /* 念のためスライドのはみ出しを防止 */
}
#business .swiper.swiper-wrapper.swiper-initialized {
  visibility: visible; /* Swiperの初期化後に表示 */
  overflow: visible; /* 非表示のままだと両端のスライドが切れるので表示にする */
}
@media (max-width: 767px) {
  #business .swiper {
    margin-bottom: 81px;
  }
}
#business #business-01 .wrapper-intro {
  max-width: 862px;
  width: calc(100% - 48px);
  margin: 0 auto 61px;
}
#business #business-01 .wrapper-intro h2 {
  text-align: center;
  margin: 0 0 39px;
  padding: 0;
}
#business #business-01 .wrapper-intro h2 img {
  max-width: 100%;
  height: auto;
}
#business #business-01 .wrapper-intro p {
  font-size: 1.8rem;
  line-height: 2.22em;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #business #business-01 .wrapper-intro {
    max-width: 428px;
  }
  #business #business-01 .wrapper-intro h2 {
    margin: 0 0 33px;
  }
  #business #business-01 .wrapper-intro h2 img {
    max-width: 317px;
  }
  #business #business-01 .wrapper-intro p {
    line-height: 2em;
  }
}
#business #business-02,
#business #business-03,
#business #business-04 {
  padding-top: 100px;
  margin-top: -100px;
  margin-bottom: 60px;
}
#business #business-02 .h-type01,
#business #business-03 .h-type01,
#business #business-04 .h-type01 {
  margin-bottom: 41px;
  margin-left: 3px;
}
#business #business-02 .h-type02,
#business #business-03 .h-type02,
#business #business-04 .h-type02 {
  margin-bottom: 16px;
}
#business #business-02 img,
#business #business-03 img,
#business #business-04 img {
  margin-bottom: 27px;
  max-width: 100%;
  height: auto;
}
#business #business-02 p,
#business #business-03 p,
#business #business-04 p {
  font-size: 1.8rem;
  line-height: 2em;
  margin: 0 0 18px;
  padding: 0;
}
@media (max-width: 767px) {
  #business #business-02,
  #business #business-03,
  #business #business-04 {
    padding-top: 90px;
    margin-top: -90px;
    margin-bottom: 65px;
    max-width: 428px;
    margin-right: auto;
    margin-left: auto;
  }
  #business #business-02 .h-type01,
  #business #business-03 .h-type01,
  #business #business-04 .h-type01 {
    margin-bottom: 31px;
    margin-left: 0;
  }
  #business #business-02 img,
  #business #business-03 img,
  #business #business-04 img {
    margin-bottom: 25px;
  }
  #business #business-02 p,
  #business #business-03 p,
  #business #business-04 p {
    font-size: 1.6rem;
    margin: 0 0 22px;
  }
}
#business #business-04 {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #business #business-04 {
    margin-bottom: 100px;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#interview > main {
  padding: 90px 0 0;
}
@media (max-width: 992px) {
  #interview > main {
    padding: 80px 0 0;
  }
}
#interview.index #interview-01 {
  padding: 100px 0 80px;
}
#interview.index #interview-01 h2 {
  font-size: 2.2rem;
  line-height: 1.818em;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
}
#interview.index #interview-01 .interview-01-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px 60px;
  margin-bottom: 60px;
}
#interview.index #interview-01 .interview-01-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 40px 60px;
}
#interview.index #interview-01 .interview-01--item .pic {
  position: relative;
  margin-bottom: 12px;
}
#interview.index #interview-01 .interview-01--item .pic .title {
  position: absolute;
  left: -11px;
  bottom: 13px;
  width: 100%;
}
#interview.index #interview-01 .interview-01--item .pic .title h3 {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#interview.index #interview-01 .interview-01--item .pic .title h3 span {
  display: inline-block;
  color: #FFF;
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1em;
  background: #0045ca;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  margin: 0;
  padding: 6px 11px;
}
#interview.index #interview-01 .interview-01--item .pic .title h3 span + span {
  margin-left: 40px;
  margin-top: 6px;
}
#interview.index #interview-01 .interview-01--item .name {
  text-align: center;
}
#interview.index #interview-01 .interview-01--item .name p {
  color: #333;
  font-size: 1.5rem;
  line-height: 1em;
  display: block;
  margin: 0;
  padding: 0;
}
#interview.index #interview-01 .interview-01--item .name .department {
  color: #0045ca;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 10px;
}
#interview.index #interview-02 {
  text-align: center;
  background: #eaf3fb;
  padding: 78px 0 76px;
}
#interview.index #interview-02 hgroup {
  margin: 0 0 40px;
  padding: 0;
}
#interview.index #interview-02 hgroup p {
  margin: 0 0 20px;
  padding: 0;
}
#interview.index #interview-02 hgroup h2 {
  color: #FFF;
  font-size: 2.4rem;
  line-height: 1em;
  background: #000;
  display: inline-block;
  margin: 0;
  padding: 9px 25px;
  width: 100%;
  max-width: 200px;
}
#interview.index #interview-02 figure {
  margin: 0 0 20px;
  padding: 0;
}
#interview.index #interview-02 p {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.818em;
  margin: 0 0 24px;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #interview.index .interview-01 .interview-01-left {
    gap: 40px 20px;
    margin-bottom: 59px;
  }
  #interview.index .interview-01 .interview-01-right {
    gap: 40px 20px;
  }
  #interview.index .interview-01 .pic picture img {
    max-width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  #interview.index #interview-01 {
    padding: 60px 0 80px;
  }
  #interview.index #interview-01 h2 {
    font-size: 2.2rem;
    line-height: 1.636em;
    margin: 0 0 50px;
  }
  #interview.index #interview-01 .interview-01-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 40px;
  }
  #interview.index #interview-01 .interview-01-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 0;
  }
  #interview.index #interview-01 .interview-01--item {
    max-width: 330px;
    width: 100%;
    margin: 0 auto;
  }
  #interview.index #interview-01 .interview-01--item .pic .title {
    left: -9px;
    bottom: 28px;
  }
  #interview.index #interview-01 .interview-01--item .pic .title h3 span {
    font-size: 2rem;
    padding: 6px 12px;
  }
  #interview.index #interview-01 .interview-01--item .pic .title h3 span + span {
    margin-left: 30px;
    margin-top: 7px;
  }
  #interview.index #interview-01 .interview-01--item .pic img {
    max-width: 100%;
    height: auto;
  }
  #interview.index #interview-01 .interview-01--item .name {
    text-align: left;
  }
  #interview.index #interview-01 .interview-01--item .name .department {
    margin-bottom: 10px;
  }
  #interview.index #interview-02 {
    padding: 80px 0;
  }
  #interview.index #interview-02 hgroup {
    margin: 0 0 30px;
    padding: 0;
  }
  #interview.index #interview-02 hgroup p {
    margin: 0 0 15px;
    padding: 0;
  }
  #interview.index #interview-02 hgroup p img {
    width: 390px;
    height: auto;
  }
  #interview.index #interview-02 hgroup h2 {
    font-size: 2rem;
    padding: 5px 14px;
  }
  #interview.index #interview-02 .interview-02-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  #interview.index #interview-02 figure {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin: 0;
    padding: 0;
  }
  #interview.index #interview-02 figure img {
    max-width: 100%;
    height: auto;
  }
  #interview.index #interview-02 .interview-02-txt {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  #interview.index #interview-02 p {
    line-height: 1.636em;
    margin: 0 0 30px;
  }
}
#interview.interview-detail #mv--interview-detail {
  position: absolute;
  top: calc(690px - 100vh);
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 230px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
}
#interview.interview-detail #mv--interview-detail .bg-image-fixed {
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 1920px;
  max-height: 843px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1366px) {
  #interview.interview-detail #mv--interview-detail .bg-image-fixed {
    left: 0;
  }
}
#interview.interview-detail.interview01 #mv--interview-detail .bg-image-fixed {
  background-image: url("../img/interview/interview01/interview01-img.webp");
}
@media (max-width: 767px) {
  #interview.interview-detail.interview01 #mv--interview-detail .bg-image-fixed {
    background-image: url("../img/interview/interview01/interview01-img-sp.webp");
  }
}
#interview.interview-detail.interview02 #mv--interview-detail .bg-image-fixed {
  background-image: url("../img/interview/interview02/interview02-img.webp");
}
@media (max-width: 767px) {
  #interview.interview-detail.interview02 #mv--interview-detail .bg-image-fixed {
    background-image: url("../img/interview/interview02/interview02-img-sp.webp");
  }
}
#interview.interview-detail.interview03 #mv--interview-detail .bg-image-fixed {
  background-image: url("../img/interview/interview03/interview03-img.webp");
}
@media (max-width: 767px) {
  #interview.interview-detail.interview03 #mv--interview-detail .bg-image-fixed {
    background-image: url("../img/interview/interview03/interview03-img-sp.webp");
  }
}
#interview.interview-detail.interview04 #mv--interview-detail .bg-image-fixed {
  background-image: url("../img/interview/interview04/interview04-img.webp");
}
@media (max-width: 767px) {
  #interview.interview-detail.interview04 #mv--interview-detail .bg-image-fixed {
    background-image: url("../img/interview/interview04/interview04-img-sp.webp");
  }
}
#interview.interview-detail #interview-detail--title {
  position: relative;
  display: block;
  max-width: 1366px;
  padding: 0 0 200px 0;
  margin: 483px auto 0 auto;
  width: 100%;
}
#interview.interview-detail #interview-detail--title hgroup {
  position: relative;
  background: #0933cc;
  max-width: 630px;
  width: 100%;
  padding: 50px 70px 20px 50px;
  z-index: 10;
}
#interview.interview-detail #interview-detail--title hgroup .contents {
  position: absolute;
  top: -17px;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  max-width: 240px;
  width: 100%;
  color: #FFF;
  font-size: 2.2rem;
  font-weight: bold;
  background: #000;
}
#interview.interview-detail #interview-detail--title hgroup h1 {
  margin: 0 0 40px 0;
}
#interview.interview-detail #interview-detail--title hgroup h1 img {
  max-width: 100%;
}
#interview.interview-detail #interview-detail--title hgroup .cell-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 0 0 0;
  margin: 0;
  color: #FFF;
  font-weight: bold;
  border-top: 1px solid #FFF;
  width: calc(100% + 70px);
  vertical-align: baseline;
}
#interview.interview-detail #interview-detail--title hgroup .cell-name span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1em;
}
#interview.interview-detail #interview-detail--title hgroup .cell-name .name {
  font-size: 4rem;
}
#interview.interview-detail #interview-detail--title hgroup .cell-name .joined {
  font-size: 1.6rem;
}
#interview.interview-detail #interview-detail--title hgroup .cell-name .department {
  font-size: 2rem;
}
#interview.interview-detail #interview-detail--title .title-en {
  position: absolute;
  top: 117px;
  right: 0;
}
#interview.interview-detail #interview-detail--title .title-en img {
  max-width: 100%;
}
@media (max-width: 767px) {
  #interview.interview-detail #interview-detail--title {
    padding: 0 0 100px 0;
  }
  #interview.interview-detail #interview-detail--title hgroup {
    max-width: none;
    padding: 50px 20px 20px 20px;
  }
  #interview.interview-detail #interview-detail--title hgroup .contents {
    left: 0;
    max-width: 200px;
    font-size: 2rem;
    min-height: 36px;
  }
  #interview.interview-detail #interview-detail--title hgroup h1 {
    margin: 0 0 30px 0;
  }
  #interview.interview-detail #interview-detail--title hgroup .cell-name {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
  #interview.interview-detail #interview-detail--title .title-en {
    display: none;
  }
}
@media (max-width: 992px) {
  #interview.interview-detail #interview-detail--title .title-en {
    top: 127px;
  }
}
#interview.interview-detail #interview-detail--content .block-interview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 30px 65px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 80px 0;
}
#interview.interview-detail #interview-detail--content .block-interview h3 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 45px;
  margin: 0 0 20px 0;
  border-radius: 20px;
  min-height: 30px;
  background-color: #0a33cd;
  color: #FFF;
  font-size: 1.8rem;
}
#interview.interview-detail #interview-detail--content .block-interview h2 {
  margin: 0 0 40px 0;
  font-size: 3rem;
  line-height: 1.33em;
}
#interview.interview-detail #interview-detail--content .block-interview h4 {
  margin: 0 0 7px 0;
  color: #1a6ad1;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 2.375em;
}
#interview.interview-detail #interview-detail--content .block-interview p {
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  line-height: 2.375em;
}
#interview.interview-detail #interview-detail--content .block-interview p + h4 {
  padding-top: 10px;
}
#interview.interview-detail #interview-detail--content .block-interview .img-sticky {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
#interview.interview-detail #interview-detail--content .block-interview .img-sticky img {
  width: 100%;
  height: auto;
}
#interview.interview-detail #interview-detail--content .block-interview .blockL {
  max-width: 50%;
}
#interview.interview-detail #interview-detail--content .block-interview .blockR {
  max-width: 50%;
}
#interview.interview-detail #interview-detail--content .block-interview .blockC {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
#interview.interview-detail #interview-detail--content .block-interview .blockC h3 {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 20px auto;
}
#interview.interview-detail #interview-detail--content .block-interview .blockC h4, #interview.interview-detail #interview-detail--content .block-interview .blockC p {
  text-align: left;
}
@media (max-width: 767px) {
  #interview.interview-detail #interview-detail--content .block-interview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 0 20px;
  }
  #interview.interview-detail #interview-detail--content .block-interview .img-sticky {
    margin-left: auto;
    margin-right: auto;
  }
  #interview.interview-detail #interview-detail--content .block-interview:last-of-type {
    margin-bottom: 50px;
  }
  #interview.interview-detail #interview-detail--content .block-interview.sp-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #interview.interview-detail #interview-detail--content .block-interview.sp-reverse .img-sticky {
    margin-bottom: 60px;
  }
  #interview.interview-detail #interview-detail--content .block-interview .blockL {
    max-width: none;
  }
  #interview.interview-detail #interview-detail--content .block-interview .blockL + .img-sticky {
    margin-bottom: 80px;
  }
  #interview.interview-detail #interview-detail--content .block-interview .blockR {
    max-width: none;
  }
  #interview.interview-detail #interview-detail--content .block-interview h2 {
    margin: 0 0 25px 0;
  }
  #interview.interview-detail #interview-detail--content .block-interview h4 {
    text-align: left;
    line-height: 1.875em;
    margin: 0 0 15px 0;
  }
  #interview.interview-detail #interview-detail--content .block-interview p {
    text-align: left;
    line-height: 1.875em;
  }
}
#interview.interview-detail #interview-detail--img {
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 500px;
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
  z-index: -1;
  margin-bottom: 20px;
  aspect-ratio: 1366/500;
}
#interview.interview-detail #interview-detail--img .bg-image-fixed {
  position: fixed;
  top: 90px;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  #interview.interview-detail #interview-detail--img .bg-image-fixed {
    top: 80px;
    background-size: auto 100%;
  }
}
#interview.interview-detail.interview01 #interview-detail--img .bg-image-fixed {
  background-image: url("../img/interview/interview01/interview01-img4.webp");
}
@media (max-width: 767px) {
  #interview.interview-detail.interview01 #interview-detail--img .bg-image-fixed {
    background-image: url("../img/interview/interview01/interview01-img4-sp.webp");
  }
}
#interview.interview-detail.interview02 #interview-detail--img .bg-image-fixed {
  background-image: url("../img/interview/interview02/interview02-img3.webp");
}
@media (max-width: 767px) {
  #interview.interview-detail.interview02 #interview-detail--img .bg-image-fixed {
    background-image: url("../img/interview/interview02/interview02-img3-sp.webp");
  }
}
#interview.interview-detail.interview03 #interview-detail--img .bg-image-fixed {
  background-image: url("../img/interview/interview03/interview03-img4.webp");
}
@media (max-width: 767px) {
  #interview.interview-detail.interview03 #interview-detail--img .bg-image-fixed {
    background-image: url("../img/interview/interview03/interview03-img4-sp.webp");
  }
}
#interview.interview-detail.interview04 #interview-detail--img .bg-image-fixed {
  background-image: url("../img/interview/interview04/interview04-img4.webp");
}
@media (max-width: 767px) {
  #interview.interview-detail.interview04 #interview-detail--img .bg-image-fixed {
    background-image: url("../img/interview/interview04/interview04-img4-sp.webp");
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#crosstalk > main {
  padding: 90px 0 0 0;
}
@media (max-width: 992px) {
  #crosstalk > main {
    padding: 80px 0 0 0;
  }
}
#crosstalk #crosstalk-intro {
  text-align: center;
  margin-bottom: 80px;
}
#crosstalk #crosstalk-intro hgroup {
  margin: 30px 0;
  padding: 0;
}
#crosstalk #crosstalk-intro hgroup h1 {
  color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
  background: #000;
  display: inline-block;
  margin: -10px 0 0;
  padding: 9px 25px;
  max-width: 220px;
  width: 100%;
}
#crosstalk #crosstalk-intro hgroup p {
  margin: 0;
  padding: 0;
}
#crosstalk #crosstalk-intro .crosstalk-intro--catch {
  margin-bottom: 33px;
}
#crosstalk #crosstalk-intro .crosstalk-intro--catch h2 {
  line-height: 1em;
  margin: 0;
  padding: 0;
}
#crosstalk #crosstalk-intro .crosstalk-intro--txt {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: left;
}
#crosstalk #crosstalk-intro .crosstalk-intro--txt p {
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 2em;
  margin: 0;
  padding: 0;
}
#crosstalk #crosstalk-intro .crosstalk-intro--member ul {
  list-style: none;
  margin: 0 auto;
  max-width: 970px;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
#crosstalk #crosstalk-intro .crosstalk-intro--member ul li {
  color: #FFF;
  background: #00d2ff;
  padding: 27px 20px 20px;
}
#crosstalk #crosstalk-intro .crosstalk-intro--member ul li > img {
  margin-bottom: 14px;
}
#crosstalk #crosstalk-intro .crosstalk-intro--member ul li p {
  margin: 0;
  padding: 0;
}
#crosstalk #crosstalk-intro .crosstalk-intro--member ul li .name {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 10px;
  padding: 0;
}
#crosstalk #crosstalk-intro .crosstalk-intro--member ul li .department {
  font-size: 1.6rem;
  line-height: 1em;
  margin-bottom: 5px;
}
#crosstalk #crosstalk-intro .crosstalk-intro--member ul li .joined {
  font-size: 1.4rem;
  line-height: 1em;
}
@media (min-width: 768px) and (max-width: 992px) {
  #crosstalk #crosstalk-intro hgroup p img {
    max-width: 100%;
    width: 86.0887096774vw;
    height: auto;
  }
}
@media (max-width: 767px) {
  #crosstalk #crosstalk-intro hgroup {
    margin: 30px 0;
    padding: 0;
  }
  #crosstalk #crosstalk-intro hgroup h1 {
    font-size: 2.4rem;
    margin: 19px 0 0;
    padding: 10px 24px;
  }
  #crosstalk #crosstalk-intro hgroup p img {
    max-width: 100%;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--catch {
    padding: 0 10px;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--catch h2 img {
    max-width: 100%;
    height: auto;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--txt {
    padding: 0 10px;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--member ul {
    max-width: 370px;
    width: calc(100% - 20px);
    margin: 0 auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--member ul li {
    padding: 27px 15px 20px;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--member ul li > img {
    margin-bottom: 14px;
    width: 80px;
    height: 80px;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--member ul li .name {
    font-size: 2.4rem;
    margin: 0 0 14px;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--member ul li .department {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  #crosstalk #crosstalk-intro .crosstalk-intro--member ul li .joined {
    font-size: 1.4rem;
  }
}
#crosstalk .crosstalk-detail {
  margin-bottom: 80px;
}
#crosstalk .crosstalk-detail hgroup {
  text-align: center;
  margin-bottom: 48px;
}
#crosstalk .crosstalk-detail hgroup p {
  color: #FFF;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1em;
  background: #0933cc;
  border-radius: 100vmax;
  display: inline-block;
  margin: 0 0 17px;
  padding: 6px 27px;
}
#crosstalk .crosstalk-detail hgroup h2 {
  margin: 0;
  padding: 0;
}
#crosstalk .crosstalk-detail .crosstalk-detail--q {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.888em;
  margin: 0 0 32px;
  padding: 0;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment * {
  margin: 0;
  padding: 0;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment dt {
  width: 80px;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment dd {
  background: #e4f9ff;
  border-radius: 15px;
  padding: 20px 31px 23px;
  position: relative;
  width: calc(100% - 80px - 40px);
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment dd:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 28px solid #e4f9ff;
  position: absolute;
  top: 27px;
  left: -27px;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment dd p {
  font-size: 1.6rem;
  line-height: 2.125em;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment dd .name {
  color: #00d2ff;
  font-weight: bold;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment + .crosstalk-detail--comment {
  margin-top: 40px;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment:last-of-type {
  margin-bottom: 0;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment + .crosstalk-detail--q {
  margin-top: 45px;
}
#crosstalk .crosstalk-detail .crosstalk-detail--comment + .block-column1 {
  margin-top: 60px;
}
#crosstalk .crosstalk-detail .block-column1 {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 40px;
}
#crosstalk .crosstalk-detail .block-column1 .wrapper {
  max-width: 1366px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#crosstalk .crosstalk-detail .block-column1 .wrapper .cellL {
  width: 50%;
}
#crosstalk .crosstalk-detail .block-column1 .wrapper .cellR {
  width: 50%;
}
#crosstalk .crosstalk-detail .block-column1 .wrapper figure {
  margin: 0;
  padding: 0;
}
#crosstalk .crosstalk-detail .block-column1 .wrapper figure img {
  max-width: 100%;
  height: auto;
}
#crosstalk .crosstalk-detail .block-column1.img-right .cellL {
  padding-left: calc(50% - 500px);
}
#crosstalk .crosstalk-detail .block-column1.img-right .cellR {
  padding-left: 43px;
}
#crosstalk .crosstalk-detail .block-column1.img-left .cellL {
  padding-right: 43px;
  text-align: left;
}
#crosstalk .crosstalk-detail .block-column1.img-left .cellR {
  padding-right: calc(50% - 500px);
}
@media (min-width: 993px) and (max-width: 1035px) {
  #crosstalk .crosstalk-detail .block-column1.img-right .cellL {
    padding-left: 20px;
  }
  #crosstalk .crosstalk-detail .block-column1.img-left .cellR {
    padding-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  #crosstalk .crosstalk-detail .block-column1.img-right .cellL {
    padding-left: 20px;
  }
  #crosstalk .crosstalk-detail .block-column1.img-left .cellR {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  #crosstalk .crosstalk-detail {
    margin-bottom: 80px;
  }
  #crosstalk .crosstalk-detail hgroup {
    margin-bottom: 48px;
  }
  #crosstalk .crosstalk-detail hgroup p {
    font-size: 1.8rem;
    margin: 0 0 17px;
    padding: 6px 27px;
  }
  #crosstalk .crosstalk-detail hgroup h2 img {
    width: auto;
    height: 72px;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--q {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.75em;
    margin: 0 0 28px;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment {
    gap: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment dt {
    width: 80px;
    margin-bottom: -9px;
    position: relative;
    z-index: 2;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment dd {
    padding: 25px 20px;
    width: 100%;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment dd:before {
    content: "";
    border: none;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment dd p {
    font-size: 1.6rem;
    line-height: 2.125em;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment dd .name {
    color: #00d2ff;
    font-weight: bold;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment + .crosstalk-detail--comment {
    margin-top: 28px;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment:last-of-type {
    margin-bottom: 0;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment + .crosstalk-detail--q {
    margin-top: 28px;
  }
  #crosstalk .crosstalk-detail .crosstalk-detail--comment + .block-column1 {
    margin-top: 28px;
  }
  #crosstalk .crosstalk-detail .block-column1 {
    width: auto;
    margin: 0 0 28px;
  }
  #crosstalk .crosstalk-detail .block-column1 .wrapper {
    display: block;
  }
  #crosstalk .crosstalk-detail .block-column1 .wrapper .cellL {
    width: 100%;
  }
  #crosstalk .crosstalk-detail .block-column1 .wrapper .cellR {
    width: 100%;
  }
  #crosstalk .crosstalk-detail .block-column1.img-right .cellL {
    padding-left: 0;
  }
  #crosstalk .crosstalk-detail .block-column1.img-right .cellR {
    padding-left: 0;
    padding-top: 30px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
  }
  #crosstalk .crosstalk-detail .block-column1.img-left .cellL {
    padding-right: 0;
    padding-top: 30px;
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    margin-bottom: 30px;
  }
  #crosstalk .crosstalk-detail .block-column1.img-left .cellR {
    padding-left: 0;
  }
}
@media (max-width: 767px) and (min-width: 993px) and (max-width: 1035px) {
  #crosstalk .crosstalk-detail .block-column1.img-right .cellL {
    padding-left: 20px;
  }
  #crosstalk .crosstalk-detail .block-column1.img-left .cellR {
    padding-right: 20px;
  }
}
@media (max-width: 767px) and (min-width: 768px) and (max-width: 992px) {
  #crosstalk .crosstalk-detail .block-column1.img-right .cellL {
    padding-left: 20px;
  }
  #crosstalk .crosstalk-detail .block-column1.img-left .cellR {
    padding-right: 20px;
  }
}
#crosstalk .crosstalk-detail--img {
  margin: 0 auto 80px;
  padding: 0;
  max-width: 1920px;
}
#crosstalk .crosstalk-detail--img img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
#crosstalk #crosstalk-04 {
  margin-bottom: 40px;
}

body.modal-active {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

#modal-win {
  opacity: 999;
  position: fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
  -webkit-transition: all 500ms 0s ease;
  transition: all 500ms 0s ease;
  opacity: 0;
}

#modal-win.active {
  opacity: 1;
}

#modal-win.active .modal-wrap {
  -webkit-transform: scale(100%);
          transform: scale(100%);
}

#modal-win .modal-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90%;
  max-width: 90%;
  max-height: 90%;
  -webkit-transition: all 300ms 0s ease;
  transition: all 300ms 0s ease;
  -webkit-transform: scale(0);
          transform: scale(0);
  overflow: hidden;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.6);
}

#modal-win.iframe .modal-wrap iframe {
  background-color: #f3f3f6;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

#modal-win.image .modal-wrap {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 100%;
  overflow: inherit;
  cursor: pointer;
}

#modal-win.image .modal-wrap #modal-content {
  width: 90%;
  height: calc(100% - 100px);
  pointer-events: none;
}

#modal-win.image .modal-wrap #modal-content #modal-close {
  width: 50px;
  height: 50px;
}

#modal-win.image .modal-wrap #modal-content #modal-close .modal-close {
  width: 50px;
  height: 50px;
  -webkit-mask-size: 23px;
          mask-size: 23px;
  background-color: #FFF;
  -webkit-mask-size: 20px;
          mask-size: 20px;
}

#modal-win.image .modal-wrap #modal-content #modal-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0;
  pointer-events: none;
}

#modal-win.image .modal-wrap #modal-content #modal-body #modal-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 50px;
  margin-top: -50px;
  color: #FFF;
  text-shadow: 0 0 10px rgb(0, 0, 0);
  font-weight: bold;
  font-size: 16px;
  pointer-events: none;
}

#modal-win.image .modal-wrap #modal-content #modal-body img {
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.9);
  max-width: 100%;
  max-height: 100%;
  cursor: default;
  pointer-events: all;
}

#modal-win.inline .modal-wrap {
  overflow: initial;
  max-height: calc(100% - 93px);
  margin-top: 53px;
}

#modal-win.inline .modal-wrap #modal-content {
  position: relative;
  overflow: auto;
  background-color: #FFF;
  width: 100%;
  min-width: 100%;
  height: 100%;
}

#modal-win.inline .modal-wrap #modal-content #modal-body {
  padding: 20px;
}

#modal-win.inline .modal-wrap #modal-content #modal-close {
  margin-top: -53px;
}

#modal-win.inline .modal-wrap #modal-content #modal-close button {
  background-color: #FFF;
  -webkit-mask-image: url(../img/common_modal/icon_close2.svg);
          mask-image: url(../img/common_modal/icon_close2.svg);
  -webkit-mask-size: 30px;
          mask-size: 30px;
}

main.modal-main #modal-close,
#modal-content #modal-close {
  top: 0;
  right: 0;
  position: fixed;
  width: 45px;
  height: 45px;
  z-index: 999;
}

main.modal-main #modal-close button,
#modal-content #modal-close button {
  display: block;
  line-height: 0;
  font-size: 0;
  width: 45px;
  height: 45px;
  border: none;
  -webkit-mask-image: url(../img/common_modal/icon_close.svg);
          mask-image: url(../img/common_modal/icon_close.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 16px;
          mask-size: 16px;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #3C454E;
  cursor: pointer;
}

main.modal-main #modal-close button:hover,
#modal-content #modal-close button:hover {
  background-color: #005BAB;
}

main.modal-main #modal-footer,
#modal-content #modal-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  padding: 22px;
  margin: 0 -20px 0 -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #DDD;
  background-color: #f3f3f6;
}

main.modal-main #modal-footer.cellC,
#modal-content #modal-footer.cellC {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main.modal-main #modal-prev,
main.modal-main #modal-next,
#modal-content #modal-prev,
#modal-content #modal-next {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  top: calc(50vh - 45px);
  width: 60px;
  height: 60px;
  background-color: #444;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.9);
  z-index: 100;
}

main.modal-main #modal-prev .modal-prev,
main.modal-main #modal-prev .modal-next,
main.modal-main #modal-next .modal-prev,
main.modal-main #modal-next .modal-next,
#modal-content #modal-prev .modal-prev,
#modal-content #modal-prev .modal-next,
#modal-content #modal-next .modal-prev,
#modal-content #modal-next .modal-next {
  width: 60px;
  height: 60px;
  border: none;
  font-size: 0;
  -webkit-mask-image: url(../img/common_modal/icon_arrow.svg);
          mask-image: url(../img/common_modal/icon_arrow.svg);
  -webkit-mask-size: 45px;
          mask-size: 45px;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #FFF;
  pointer-events: all;
  cursor: pointer;
}

main.modal-main #modal-prev:hover,
main.modal-main #modal-next:hover,
#modal-content #modal-prev:hover,
#modal-content #modal-next:hover {
  background-color: #555;
}

main.modal-main #modal-prev,
#modal-content #modal-prev {
  left: 10px;
}

main.modal-main #modal-prev .modal-prev,
#modal-content #modal-prev .modal-prev {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

main.modal-main #modal-next,
#modal-content #modal-next {
  right: 10px;
}

main.modal-main .modal-title,
#modal-content .modal-title {
  padding: 0 0 10px 0;
}

main.modal-main .modal-title h1,
#modal-content .modal-title h1 {
  margin: 0;
  padding: 0;
  color: #4D5B69;
  font-size: 16px;
}

main.modal-main .modal-title-Cgray,
#modal-content .modal-title-Cgray {
  background-color: #dbdbdb;
  margin: 0 0 5px 0;
  padding: 3px 5px;
  font-size: 16px;
  color: #333;
}

main.modal-main .modal-title-checkbox,
#modal-content .modal-title-checkbox {
  background-color: #dbdbdb;
  margin: 0 0 5px 0;
  padding: 0 5px;
  line-height: 0;
}

main.modal-main > .wrap {
  position: relative;
  padding: 30px 20px 20px 20px;
}

main.modal-main > .wrap:has(#modal-footer) {
  padding-bottom: 0;
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#welfare > main {
  padding: 90px 0 0 0;
}
@media (max-width: 992px) {
  #welfare > main {
    padding: 80px 0 0 0;
  }
}
#welfare #welfare-01 {
  padding: 80px 0;
}
#welfare #welfare-01 h2 {
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
  line-height: 1.42em;
}
#welfare #welfare-01 .welfare-01-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
#welfare #welfare-01 .welfare-01-list li {
  color: #FFF;
  text-align: center;
  background: #44cff2;
  aspect-ratio: 320/200;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#welfare #welfare-01 .welfare-01-list li:nth-child(odd) {
  background: #02a4f8;
}
#welfare #welfare-01 .welfare-01-list li h3 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
  margin: 0 0 25px;
  padding: 0;
}
#welfare #welfare-01 .welfare-01-list li p {
  font-size: 1.5rem;
  margin: 20px 0 0;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 992px) {
  #welfare #welfare-01 .welfare-01-list {
    gap: 2.0161290323vw;
  }
  #welfare #welfare-01 .welfare-01-list li h3 {
    font-size: 2.0161290323vw;
    margin: 0 0 2.5201612903vw;
  }
  #welfare #welfare-01 .welfare-01-list li p {
    font-size: 1.5120967742vw;
    margin: 2.0161290323vw 0 0;
  }
  #welfare #welfare-01 .welfare-01-list li img {
    max-height: 6.1491935484vw;
    width: auto;
  }
}
@media (max-width: 767px) {
  #welfare #welfare-01 {
    padding: 60px 0;
  }
  #welfare #welfare-01 h2 {
    font-size: 2.8rem;
  }
  #welfare #welfare-01 .welfare-01-list {
    grid-template-columns: 1fr;
  }
  #welfare #welfare-01 .welfare-01-list li {
    max-width: 320px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    aspect-ratio: auto;
  }
  #welfare #welfare-01 .welfare-01-list li img {
    max-width: 100%;
  }
}
#welfare #welfare-02 {
  background: #E9F2FB;
  padding: 80px 0;
}
#welfare #welfare-02 h2 {
  color: #0933cc;
  font-size: 2.6rem;
  line-height: 1.615em;
  text-align: center;
  margin: 0 0 50px;
  padding: 0;
}
#welfare #welfare-02 .note {
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 40px;
  padding: 0;
}
#welfare #welfare-02 ul.welfare-02-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#welfare #welfare-02 ul.welfare-02-list li {
  width: 220px;
  height: 220px;
  aspect-ratio: 1/1;
}
#welfare #welfare-02 ul.welfare-02-list li a {
  background: #44cff2;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  padding: 34px 40px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#welfare #welfare-02 ul.welfare-02-list li a h3 {
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.3em;
  text-align: center;
  margin: 0 0 15px;
  padding: 0;
}
#welfare #welfare-02 .welfare-modal {
  display: none;
}
@media (max-width: 767px) {
  #welfare #welfare-02 h2 {
    font-size: 2.4rem;
    line-height: 1.58em;
  }
  #welfare #welfare-02 .note {
    font-size: 1.6rem;
    line-height: 1.75em;
  }
  #welfare #welfare-02 ul.welfare-02-list {
    gap: 20px;
  }
  #welfare #welfare-02 ul.welfare-02-list li {
    max-width: 187px;
    max-height: 187px;
    width: calc(50% - 10px);
    height: auto;
    aspect-ratio: 1/1;
  }
  #welfare #welfare-02 ul.welfare-02-list li a {
    padding: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-radius: 50%;
  }
  #welfare #welfare-02 ul.welfare-02-list li a h3 {
    font-size: 1.7rem;
    margin: 0;
    line-height: 1.29em;
    padding-bottom: 10px;
  }
  #welfare #welfare-02 ul.welfare-02-list li a img {
    max-height: 73px;
    width: auto;
    height: 100%;
  }
}
#welfare .welfare-02-win {
  padding: 40px;
}
#welfare .welfare-02-win .title {
  color: #00309e;
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#welfare .welfare-02-win .img {
  text-align: center;
  margin-bottom: 30px;
}
#welfare .welfare-02-win .note {
  list-style: none;
  margin: 15px 0 0;
  padding: 0;
}
#welfare .welfare-02-win .note li {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.714em;
  text-indent: -1em;
  padding-left: 1em;
}
#welfare .welfare-02-win .note-txt {
  font-size: 1.4rem;
  line-height: 1em;
  text-align: right;
  margin-top: 18px;
}
#welfare .welfare-02-win figure.image {
  margin: 0;
  text-align: center;
}
#welfare .welfare-02-win figure.image figcaption {
  font-weight: bold;
  font-size: 1.6rem;
  padding: 0 0 20px 0;
}
#welfare .welfare-02-win figure.image img {
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #welfare .welfare-02-win {
    padding: 40px 0 20px 0;
  }
  #welfare .welfare-02-win .title {
    line-height: 1.4em;
  }
  #welfare .welfare-02-win .img {
    margin-bottom: 40px;
  }
  #welfare .welfare-02-win figure.image {
    overflow: auto;
    position: relative;
  }
  #welfare .welfare-02-win figure.image figcaption {
    position: -webkit-sticky;
    position: sticky;
    left: 0;
  }
  #welfare .welfare-02-win figure.image figcaption span {
    font-size: 1.3rem;
    color: #999;
    font-weight: normal;
  }
  #welfare .welfare-02-win figure.image img {
    width: auto;
    max-width: none;
    height: 400px;
  }
}
#welfare #welfare-03 {
  padding: 83px 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
#welfare #welfare-03.is-visible {
  opacity: 1;
}
#welfare #welfare-03 .swiper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
}
#welfare #welfare-03 .swiper .swiper-slide {
  width: auto;
  height: 360px;
}
#welfare #welfare-03 .swiper .swiper-slide img {
  width: 360px;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  #welfare #welfare-03 .swiper .swiper-slide {
    height: 288px;
  }
  #welfare #welfare-03 .swiper .swiper-slide img {
    width: 288px;
    height: 288px;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#faq > main {
  padding: 90px 0 0 0;
}
@media (max-width: 992px) {
  #faq > main {
    padding: 80px 0 0 0;
  }
}
#faq section {
  padding: 0;
}
#faq section:first-of-type {
  padding-top: 80px;
}
#faq h2 {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.25em;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
}
#faq .accordion-detail-close {
  display: none;
}
@media (max-width: 767px) {
  #faq section {
    padding: 0;
  }
  #faq section:first-of-type {
    padding-top: 60px;
  }
  #faq h2 {
    font-size: 2.8rem;
    line-height: 1.428em;
  }
}

@keyframes slidein {
  from {
    -webkit-transform: translateY(300px);
            transform: translateY(300px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#entry > main {
  padding: 90px 0 0 0;
}
@media (max-width: 992px) {
  #entry > main {
    padding: 80px 0 0 0;
  }
}
#entry h2 {
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.428em;
  text-align: center;
  margin: 0 0 31px;
  padding: 0;
}
#entry #entry-01 {
  padding-top: 73px;
  padding-bottom: 80px;
}
#entry #entry-01 p {
  margin: 0;
  padding: 0;
}
#entry #entry-01 ol {
  margin: 0;
  padding: 0;
}
#entry #entry-01 ol li {
  list-style-type: none;
  counter-increment: cnt;
}
#entry #entry-01 ol li:before {
  content: "" counter(cnt) "）";
}
#entry #entry-01 a {
  color: #0045ca;
  text-decoration: underline;
}
#entry #entry-01 a:hover {
  text-decoration: none;
}
#entry #entry-01 .accordion.entry > li .accordion-summary button {
  padding: 30px 68px 28px 15px;
}
#entry #entry-01 .accordion.entry > li .accordion-summary button .accordion-summary-content {
  font-size: 2.2rem;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .txt {
  color: #000;
  margin-bottom: 30px;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .txt p {
  margin-bottom: 15px;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .txt p:last-child {
  margin-bottom: 0;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul {
  margin: 0 0 10px;
  padding: 0;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul:last-child {
  margin-bottom: 0;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul.small {
  font-size: 1.4rem;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul + .bold {
  margin-top: 30px;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul li {
  line-height: 1.5em;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul.list {
  list-style: disc;
  padding-left: 1.2em;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul.none {
  list-style: none;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul li .none-inline {
  list-style: none;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td ul li .none-inline li {
  display: inline-block;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td p + ul {
  margin-top: 5px;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td .box {
  color: #333;
  background: #f9f9f9;
  border: solid 1px #ccc;
  padding: 10px 15px;
  margin-top: 20px;
}
#entry #entry-01 .accordion.entry > li .accordion-detail .accordion-detail-inner .table-type01 td .box:last-of-type {
  margin-bottom: 15px;
}
#entry #entry-02 {
  background: #eaf3fb;
  padding-top: 74px;
  padding-bottom: 80px;
}
#entry #entry-02 h2 {
  margin-bottom: 27px;
}
#entry #entry-02 p {
  font-size: 1.6rem;
  line-height: 1.5em;
  margin: 0 0 35px;
  padding: 0;
}
#entry #entry-02 .btn-type06 a {
  margin: 0 auto;
}
#entry #entry-03 {
  background: #eaf3fb;
  padding-bottom: 80px;
}
#entry #entry-03 .entry-03-box {
  background: #FFF;
  padding: 39px 45px 20px;
}
#entry #entry-03 .entry-03-box h2 {
  margin-bottom: 26px;
}
#entry #entry-03 .entry-03-box p {
  font-size: 1.6rem;
  line-height: 1.5em;
  max-width: 750px;
  width: calc(100% - 60px);
  margin: 0 auto 18px;
  padding: 0;
}
#entry #entry-03 .entry-03-box .tel {
  color: #ff6c00;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1em;
  text-align: center;
  margin-bottom: 26px;
}
#entry #entry-03 .entry-03-box .tel-note {
  text-align: center;
  font-size: 1.6rem;
}
@media (max-width: 767px) {
  #entry h2 {
    font-size: 2.8rem;
    margin: 0 0 25px;
  }
  #entry #entry-01 {
    padding-top: 55px;
  }
  #entry #entry-01 h2 {
    margin: 0 0 21px;
  }
  #entry #entry-02 p {
    line-height: 1.75em;
  }
  #entry #entry-03 {
    padding-bottom: 0;
  }
  #entry #entry-03 .wrapper-1000px {
    width: 100%;
  }
  #entry #entry-03 .entry-03-box {
    padding: 73px 30px 47px;
  }
  #entry #entry-03 .entry-03-box h2 {
    margin-bottom: 29px;
  }
  #entry #entry-03 .entry-03-box p {
    margin: 0 auto 33px;
    width: 100%;
  }
  #entry #entry-03 .entry-03-box .tel {
    margin-bottom: 20px;
  }
  #entry #entry-03 .entry-03-box .tel-note {
    font-size: 1.4rem;
  }
}