@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

/**
 * 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;
}

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

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

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

html {
  font-size: 62.5%;
}

body {
  line-height: 1.5;
  color: #333;
  font-size: 1em;
}

.bodyWrap {
  overflow-x: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus,
a,
a:active,
a:focus,
a:link,
a:visited {
  text-decoration: none;
  outline: none;
  color: currentColor;
}

svg {
  fill: currentColor;
}

ol,
ul {
  list-style: none;
}

header,
footer,
main,
article,
section,
nav,
div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article {
  position: relative;
}

p {
  margin-top: 0;
  line-height: 1.7;
}

h1,
h2,
h3,
h4 {
  margin-top: 0;
  line-height: 1.5;
}

table {
  border-collapse: collapse;
  table-layout: fixed;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

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

.d_no,
.d_bl_pc,
.d_in_pc,
.d_bl_tb,
.d_in_tb,
.d_bl_sp,
.d_in_sp {
  display: none;
}

@media screen and (max-width: 1000px) {
  .d_no_pc {
    display: none;
  }
  .d_bl_pc {
    display: block;
  }
  .d_in_pc {
    display: inline;
  }
}

@media screen and (max-width: 1024px) {
  .d_no_tb {
    display: none;
  }
  .d_bl_tb {
    display: block;
  }
  .d_in_tb {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .d_no_sp {
    display: none;
  }
  .d_bl_sp {
    display: block;
  }
  .d_in_sp {
    display: inline;
  }
}

.stopScroll {
  overflow: hidden;
}

.gl_tac {
  text-align: center;
}

.gl_img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.gl_tx p + p {
  margin-top: 1em;
}

.gl_tx p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.gl_group01 + .gl_group01,
.gl_group02 + .gl_group01,
.gl_group03 + .gl_group01 {
  margin-top: 50px;
}

.gl_group01 + .gl_group02,
.gl_group02 + .gl_group02,
.gl_group03 + .gl_group02 {
  margin-top: 80px;
}

.gl_group01 + .gl_group03,
.gl_group02 + .gl_group03,
.gl_group03 + .gl_group03 {
  margin-top: 120px;
}

@media screen and (max-width: 767px) {
  .gl_group01 + .gl_group03,
  .gl_group02 + .gl_group03,
  .gl_group03 + .gl_group03 {
    margin-top: 60px;
  }
}

ul.gl_ul {
  padding: 0;
  padding-left: 1em;
}

ul.gl_ul li {
  position: relative;
}

ul.gl_ul li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 0.2em;
  height: 0.2em;
  background-color: #666;
  border-radius: 100%;
}

.gl_externalEmbedded {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.gl_externalEmbedded iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.ani_active {
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ani_once {
  text-align: center;
}

.about_img,
.systemIllust_img,
.recruitBn,
.footerLinkWrap,
.b_rentalList_item,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.about_img.ani_active,
.systemIllust_img.ani_active,
.recruitBn.ani_active,
.footerLinkWrap.ani_active,
.b_rentalList_item.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_up 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_left 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.trialFB_box2,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.trialFB_box2.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: fadeIn_right 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.point3boxFB_item_ttl,
.footer_container01,
.flow_item_contFB_icon,
.office_item,
.xxx,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.point3boxFB_item_ttl.ani_active,
.footer_container01.ani_active,
.flow_item_contFB_icon.ani_active,
.office_item.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

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

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 15px);
            transform: translate(0, 15px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_up2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@keyframes fadeIn_up_scale {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px) scale(1, 1);
            transform: translate(0, 50px) scale(1, 1);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1.05);
            transform: translate(0, 0) scale(1.05);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1, 1);
            transform: translate(0, 0) scale(1, 1);
  }
}

@-webkit-keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_down {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, -50px);
            transform: translate(0, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes fadeIn_blur {
  0% {
    opacity: 0.4;
    -webkit-filter: blur(100);
            filter: blur(100);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@-webkit-keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@keyframes ani_slide_maskX {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(0, 1);
            transform: translate(0, 0) scale(0, 1);
  }
}

@-webkit-keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@keyframes ani_slide_maskY {
  0% {
    -webkit-transform: translate(0px, 0px) scale(1);
            transform: translate(0px, 0px) scale(1);
  }
  100% {
    -webkit-transform: translate(0, 0) scale(1, 0);
            transform: translate(0, 0) scale(1, 0);
  }
}

@-webkit-keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes fadeIn_scale_up {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

@keyframes ani_text_spacing {
  0% {
    letter-spacing: 0.1em;
  }
  50% {
    letter-spacing: 0.5em;
  }
  100% {
    letter-spacing: 0.1em;
  }
}

.ani_shiny {
  overflow: hidden;
}

.ani_shiny::after {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-animation: shiny 5s ease-in-out infinite;
          animation: shiny 5s ease-in-out infinite;
}

@-webkit-keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  91% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate01 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(5deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-5deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes rotate02 {
  0% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  25% {
    -webkit-transform: rotate(1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(1deg) scale(1.02) translate(0px, 0px);
  }
  50% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  75% {
    -webkit-transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
            transform: rotate(-1deg) scale(1.02) translate(0px, 0px);
  }
  100% {
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@-webkit-keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@keyframes wobb_y {
  0% {
    -webkit-transform: translate(0px, -5px);
            transform: translate(0px, -5px);
  }
  100% {
    -webkit-transform: translate(0px, 5px);
            transform: translate(0px, 5px);
  }
}

@-webkit-keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

@keyframes flipVertical01 {
  0% {
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
  100% {
    -webkit-transform: rotateY(0);
            transform: rotateY(0);
    opacity: 1;
  }
}

.ani_once_wrap > .ani_active:nth-child(1) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(2) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(3) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(4) {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

.ani_once_wrap > .ani_active:nth-child(5) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  opacity: 0;
}

body {
  line-height: 1.7;
  color: #333;
  font-size: 1em;
}

p {
  line-height: 1.7;
  font-size: 1.5rem;
  margin-bottom: 0;
  text-align: justify;
  text-justify: inter-ideograph;
}

@media screen and (max-width: 1024px) {
  p {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  p {
    font-size: 1.3rem;
  }
}

h1,
h2,
h3,
h4 {
  line-height: 1.7;
  text-align: center;
}

@media screen and (max-width: 767px) {
  h1,
  h2,
  h3,
  h4 {
    line-height: 1.5;
  }
}

.gl_tx p + p {
  margin-top: 1em;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container_S {
  max-width: 900px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.container_W {
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 1000px) {
  .container,
  .container_W {
    padding-right: 20px;
    padding-left: 20px;
  }
}

.sc {
  padding-top: 70px;
  padding-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .sc {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.cm_FB_B + .cm_FB_A,
.cm_FB_A + .cm_FB_B {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .cm_FB_B + .cm_FB_A,
  .cm_FB_A + .cm_FB_B {
    margin-top: 50px;
  }
}

.cm_FB_A,
.cm_FB_B {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .cm_FB_A,
  .cm_FB_B {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .cm_FB_A,
  .cm_FB_B {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.cm_FB_A_box1,
.cm_FB_B_box1 {
  width: 60%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 1024px) {
  .cm_FB_A_box1,
  .cm_FB_B_box1 {
    width: 47%;
    margin-left: -20px;
  }
}

@media screen and (max-width: 767px) {
  .cm_FB_A_box1,
  .cm_FB_B_box1 {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.cm_FB_A_box2,
.cm_FB_B_box2 {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1024px) {
  .cm_FB_A_box2,
  .cm_FB_B_box2 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cm_FB_A_box2,
  .cm_FB_B_box2 {
    padding-left: 0;
    display: block;
  }
}

.cm_FB_A_box2_inner,
.cm_FB_B_box2_inner {
  width: 100%;
}

.cm_FB_A .ttl_03,
.cm_FB_B .ttl_03 {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .cm_FB_A .ttl_03,
  .cm_FB_B .ttl_03 {
    margin-bottom: 10px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 767px) {
  .cm_FB_A .ttl_03 br,
  .cm_FB_B .ttl_03 br {
    display: none;
  }
}

.cm_FB_B_box1 {
  margin: 0;
  text-align: right;
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .cm_FB_B_box1 {
    margin-right: -20px;
  }
}

@media screen and (max-width: 767px) {
  .cm_FB_B_box1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.cm_FB_B_box1.ani_active {
  -webkit-animation: fadeIn_right 1s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn_right 1s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cm_FB_A_box1 {
  opacity: 0;
}

.cm_FB_A_box1.ani_active {
  -webkit-animation: fadeIn_left 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn_left 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.cm_FB_B_box2 {
  padding-left: 0;
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  .cm_FB_B_box2 {
    padding-right: 30px;
  }
}

@media screen and (max-width: 767px) {
  .cm_FB_B_box2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
    display: block;
  }
}

.sc_headImg {
  position: relative;
  z-index: 2;
}

.sc_headImg_imgWrap {
  background-color: #004c9e;
  position: relative;
  -webkit-animation: sc_headImg_imgWrap 2s 0s ease;
          animation: sc_headImg_imgWrap 2s 0s ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes sc_headImg_imgWrap {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #dee6f1;
  }
}

@keyframes sc_headImg_imgWrap {
  0% {
    background-color: #fff;
  }
  100% {
    background-color: #dee6f1;
  }
}

.sc_headImg_imgWrap_inner {
  position: relative;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.sc_headImg_imgWrap_inner::after {
  content: "";
  display: block;
  padding-top: calc(400 / 1200 * 100%);
}

@media screen and (max-width: 767px) {
  .sc_headImg_imgWrap_inner::after {
    padding-top: 230px;
  }
}

.sc_headImg_imgWrap img {
  width: 100%;
}

.sc_headImg_text {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.sc_headImg_text p {
  font-family: "Shippori Mincho", serif;
  font-weight: 400;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
  text-align: center;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .sc_headImg_text p {
    font-size: 1.6rem;
  }
}

.sc_headImg_text p.ani_active {
  -webkit-animation: fadeIn 2s cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: fadeIn 2s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.sc_headImg_ttlWrap {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .sc_headImg_ttlWrap {
    text-align: center;
  }
}

.sc_headImg_ttlWrap_inner {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #fff;
  border-radius: 999px;
  display: inline-block;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .sc_headImg_ttlWrap_inner {
    margin-left: 0;
  }
}

.sc_headImg .ttl_01 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  margin: 0;
  font-size: 1.6rem;
  color: #333;
  padding: 10px 50px;
}

@media screen and (max-width: 767px) {
  .sc_headImg .ttl_01 {
    font-size: 1.4rem;
    padding: 7px 30px;
  }
}

.ttl_02 h2 {
  position: relative;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
  color: #004c9e;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  padding-bottom: 15px;
}

@media screen and (min-width: 299px) {
  .ttl_02 h2 span {
    display: inline-block;
  }
}

@media screen and (max-width: 1000px) {
  .ttl_02 h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl_02 h2 {
    font-size: 2rem;
  }
}

.ttl_02 h2::before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - (150px / 2));
  width: 150px;
  height: 8px;
  content: "";
  background-color: #004c9e;
  -webkit-transition: all 0.5s 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.ttl_02.lc_typeA h2 {
  font-size: 2.8rem;
  letter-spacing: 0em;
}

@media screen and (max-width: 1000px) {
  .ttl_02.lc_typeA h2 {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl_02.lc_typeA h2 {
    font-size: 2rem;
  }
}

.ttl_02 p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .ttl_02 p {
    font-size: 1.4rem;
  }
}

.ttl_02 {
  opacity: 0;
}

.ttl_02 p {
  opacity: 0;
}

.ttl_02.ani_active {
  -webkit-animation: fadeIn_up 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn_up 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ttl_02.ani_active p {
  -webkit-animation: ttl_02p 2s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: ttl_02p 2s 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes ttl_02p {
  0% {
    letter-spacing: 0.3em;
  }
  100% {
    opacity: 1;
    letter-spacing: 0;
  }
}

@keyframes ttl_02p {
  0% {
    letter-spacing: 0.3em;
  }
  100% {
    opacity: 1;
    letter-spacing: 0;
  }
}

.ttl_03 {
  text-align: center;
  margin-bottom: 10px;
}

.ttl_03 h2,
.ttl_03 h3,
.ttl_03 h4 {
  display: inline-block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 2em;
  background-color: #004c9e;
  color: #fff;
  text-align: center;
  padding: 8px 50px;
  margin: 0;
  border-radius: 8px;
}

.ttl_03 h2 span,
.ttl_03 h3 span,
.ttl_03 h4 span {
  display: inline-block;
}

@media screen and (max-width: 299px) {
  .ttl_03 h2 span,
  .ttl_03 h3 span,
  .ttl_03 h4 span {
    display: inline;
  }
}

@media screen and (max-width: 767px) {
  .ttl_03 h2,
  .ttl_03 h3,
  .ttl_03 h4 {
    padding: 8px 20px;
    font-size: 2em;
  }
}

.ttl_03::after {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  margin-right: auto;
  margin-left: auto;
  background-color: #004c9e;
}

.ttl_03 {
  opacity: 0;
}

.ttl_03.ani_active {
  -webkit-animation: fadeIn_up 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn_up 1.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.ttl_03.ani_active::after {
  -webkit-animation: ttl_03 3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: ttl_03 3s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@-webkit-keyframes ttl_03 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes ttl_03 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
            transform: translate(0px, -20px);
  }
  40% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.btn_01, .page_contact .btn_form01,
.page_contact .btn_form02,
.btn_02,
.btn_03 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
  min-width: 250px;
  padding: 15px 30px;
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  border: 1px solid #004c9e;
  border-radius: 999px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.btn_01 p, .page_contact .btn_form01 p, .page_contact .btn_form02 p,
.btn_02 p,
.btn_03 p {
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  color: #004c9e;
  width: 100%;
  padding-right: 10px;
}

.btn_01 a, .page_contact .btn_form01 a, .page_contact .btn_form02 a,
.btn_02 a,
.btn_03 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.btn_01 span, .page_contact .btn_form01 span, .page_contact .btn_form02 span,
.btn_02 span,
.btn_03 span {
  display: inline-block;
}

.btn_01::after, .page_contact .btn_form01::after,
.page_contact .btn_form02::after,
.btn_02::after,
.btn_03::after {
  content: "";
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 1.4em;
  height: 1.4em;
  border-top: 2px solid #004c9e;
  border-right: 2px solid #004c9e;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.btn_01:hover, .page_contact .btn_form01:hover,
.page_contact .btn_form02:hover,
.btn_02:hover,
.btn_03:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.btn_01:hover::after, .page_contact .btn_form01:hover::after,
.page_contact .btn_form02:hover::after,
.btn_02:hover::after,
.btn_03:hover::after {
  -webkit-transform: translateX(10px) rotate(45deg);
          transform: translateX(10px) rotate(45deg);
}

.btn_01wh, .page_contact .btn_form01 {
  border-color: #fff;
}

.btn_01wh p, .page_contact .btn_form01 p {
  color: #fff;
}

.btn_01wh::after, .page_contact .btn_form01::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_02 {
  background-color: #004c9e;
  max-width: 700px;
  padding: 40px 40px;
  border-radius: 30px;
}

@media screen and (max-width: 767px) {
  .btn_02 {
    padding: 40px 25px;
  }
}

.btn_02 p {
  text-align: center;
  color: #fff;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .btn_02 p {
    font-size: 1.6rem;
  }
}

.btn_02::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.btn_03 {
  background-color: #6fa2c7;
  border: none;
}

.btn_03 p {
  color: #fff;
}

.btn_03::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}

.cs_introTx {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

header {
  z-index: 5;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  border-top: 10px solid #004c9e;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

header .container_header {
  max-width: 1000px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 20px;
  padding-right: 20px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-animation: navIn 0.8s;
          animation: navIn 0.8s;
}

header.fixed .container_w {
  padding: 15px 0;
}

@-webkit-keyframes navIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
            transform: translate(0px, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes navIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -50px);
            transform: translate(0px, -50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@media screen and (max-width: 1024px) {
  header.fixed {
    -webkit-animation: none;
            animation: none;
  }
}

.menu_logo {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu_logo:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1000px) {
  .menu_logo {
    margin-left: 20px;
  }
}

.menu_logo img {
  display: inline-block;
  max-height: 45px;
  max-width: 150px;
  -webkit-animation: fadeIn_left 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
          animation: fadeIn_left 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.menu_head {
  width: 100%;
  padding-left: 100px;
}

@media screen and (max-width: 1000px) {
  .menu_head {
    padding-left: 60px;
  }
}

.menu_head .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: auto;
  padding: 0px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .menu_head .menu {
    -webkit-animation: fadeIn 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
            animation: fadeIn 1s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  }
}

.menu_head .menu li.menu_item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center;
  padding: 0;
}

.menu_head .menu li.menu_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #555;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  -webkit-transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 1;
  position: relative;
}

.menu_head .menu li.menu_item a::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  width: 0%;
  height: 2px;
  opacity: 0;
  background-color: #004c9e;
  margin: auto;
  -webkit-transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.menu_head .menu li.menu_item a:hover {
  color: #004c9e;
}

.menu_head .menu li.menu_item a:hover::after {
  width: 100%;
  opacity: 1;
  bottom: -8px;
}

@media screen and (max-width: 1024px) {
  .menu_head .menu li.menu_item a:hover {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.icon_hamburger {
  display: none;
}

@media screen and (max-width: 1024px) {
  main {
    padding-top: 60px;
  }
  header {
    height: 60px;
    position: fixed;
    top: 0;
    background-color: #eee;
    width: 100%;
    -webkit-animation: navIn 1.5s;
            animation: navIn 1.5s;
  }
  header .container_header {
    height: 100%;
    padding: 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .menu_logo {
    margin: 0;
    margin-right: auto;
    height: 45px;
  }
  .menu_logo img {
    height: 100%;
    width: auto;
  }
  .menu_head .menu {
    display: none;
    background: #fff;
    border-radius: 30px;
    border: 20px solid #004c9e;
    height: auto;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 80%;
    z-index: 100;
    padding: 30px 20px;
  }
  .menu_head .menu li.menu_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    border-bottom: 1px solid #004c9e;
    border-left: none;
    padding: 20px 10px;
    text-align: left;
    color: #ba9036;
  }
  .menu_head .menu li.menu_item.lc_last {
    border: none;
  }
  .menu_head .menu li.menu_item a {
    font-size: 1.7rem;
  }
  .sp_only {
    display: block;
  }
  header.active .menu_head .menu {
    display: block;
    -webkit-animation: menu_active 1s cubic-bezier(0.165, 0.84, 0.44, 1);
            animation: menu_active 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  @-webkit-keyframes menu_active {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes menu_active {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  .icon_hamburger,
  .icon_hamburger span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 6;
  }
  .icon_hamburger {
    position: relative;
    margin-left: auto;
    width: 35px;
    height: 32px;
    margin: 10px 0;
  }
  .icon_hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ccc;
    border-radius: 4px;
  }
  .icon_hamburger span:nth-of-type(1) {
    top: 0;
  }
  .icon_hamburger span:nth-of-type(2) {
    top: calc(50% - 2px);
  }
  .icon_hamburger span:nth-of-type(3) {
    bottom: 0;
  }
  .icon_hamburger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15.5px) rotate(-315deg);
            transform: translateY(15.5px) rotate(-315deg);
    -webkit-transform: translateY(14.5px) rotate(-315deg);
            transform: translateY(14.5px) rotate(-315deg);
  }
  .icon_hamburger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .icon_hamburger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15.5px) rotate(315deg);
            transform: translateY(-15.5px) rotate(315deg);
    -webkit-transform: translateY(-14.5px) rotate(315deg);
            transform: translateY(-14.5px) rotate(315deg);
  }
}

#modal_overlay {
  display: none;
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

#modal_overlay.active {
  background-color: rgba(0, 0, 0, 0.6);
  display: block;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}

.footer_container01 {
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_logo_wrap {
  max-width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.footer_container01_text1 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
  margin-bottom: 30px;
}

@media screen and (min-width: 299px) {
  .footer_container01_text1 span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .footer_container01_text1 {
    font-size: 1.5rem;
  }
}

.footer_container02 {
  background-color: #004c9e;
}

@media screen and (max-width: 767px) {
  .footer_container02 {
    padding-top: 50px;
  }
}

.footer_nav_wrap {
  position: relative;
}

.menu_footer .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: auto;
  padding: 0px 0;
  width: 100%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.menu_footer .menu .menu_item {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #fff;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0;
}

.menu_footer .menu .menu_item.lc_last {
  border-right: 1px solid #fff;
}

.menu_footer .menu .menu_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.menu_footer .menu .menu_item a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .menu_footer .menu {
    display: block;
    width: 60%;
    margin-bottom: 50px;
  }
  .menu_footer .menu li.menu_item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #ddd;
    padding: 10px 10px;
    text-align: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .menu_footer .menu li.menu_item.lc_last {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .menu_footer .menu li.menu_item {
    padding: 8px;
    border-left: none;
  }
  .menu_footer .menu li.menu_item a::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu_footer .menu {
    width: 90%;
  }
}

.footer_nav_logo {
  background-color: #fff;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: none;
}

@media screen and (max-width: 1024px) {
  .footer_nav_logo {
    display: none;
  }
}

.footer_nav_logo img {
  max-width: 140px;
  padding: 20px;
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.footer_nav_logo img:hover {
  opacity: 0.8;
}

@media screen and (min-width: 1024px) {
  .menu_footer .menu .menu_item.lc_start {
    border: none;
  }
}

.footer_copy_wrap {
  background-color: #172a80;
  padding: 30px 20px;
}

.footer_copy {
  font-size: 0.6em;
  letter-spacing: 0.1em;
  margin: 0;
  text-align: center;
  color: #fff;
}

.footer_copy_wrap .privacyLink p {
  text-align: center;
  margin-bottom: 10px;
}

.footer_copy_wrap .privacyLink a {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
}

#pagetop_wrap {
  position: relative;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

#pagetop_wrap.show {
  opacity: 1;
}

#pagetop_wrap a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pagetop_wrap {
  position: fixed;
  bottom: 40px;
  right: 0px;
}

@media screen and (max-width: 767px) {
  .pagetop_wrap {
    visibility: hidden;
  }
}

.pagetop_wrap_img a {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  text-decoration: none;
  z-index: 100;
}

.pagetop_wrap_css {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  z-index: 100;
  background: #004c9e;
}

.pagetop_wrap_css::after {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.sc_footerLink {
  background-color: #dee6f1;
}

.footerLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.footerLinkWrap_box {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  background-color: #002954;
  border-top: 12px solid #004c9e;
  height: 200px;
  width: 50%;
}

.footerLinkWrap_box:hover .bg {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
  opacity: 0.5;
}

@media screen and (max-width: 767px) {
  .footerLinkWrap_box {
    width: 100%;
    height: 100px;
  }
}

.footerLinkWrap_box .bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.footerLinkWrap_box_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footerLinkWrap_box_inner p {
  font-size: 2.4rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (max-width: 1024px) {
  .footerLinkWrap_box_inner p {
    font-size: 2rem;
  }
}

.footerLinkWrap_box a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: auto;
}

.footerLinkWrap_box.boxA {
  border-right: 1px solid #5184ba;
}

.footerLinkWrap_box.boxA .bg {
  background-image: url(../img/footer_link_01.jpg);
}

@media screen and (max-width: 767px) {
  .footerLinkWrap_box.boxA {
    border-right: none;
  }
}

.footerLinkWrap_box.boxB .bg {
  background-image: url(../img/footer_link_02.jpg);
}

.footerLinkWrap_box.boxC {
  border-right: 1px solid #5184ba;
}

.footerLinkWrap_box.boxC .bg {
  background-image: url(../img/footer_link_03.jpg);
}

@media screen and (max-width: 767px) {
  .footerLinkWrap_box.boxC {
    border-right: none;
  }
}

.footerLinkWrap_box.boxD .bg {
  background-image: url(../img/footer_link_04.jpg);
}

.carouselWrap {
  position: relative;
}

.carouselWrap_inner {
  width: 100%;
  background-color: #dee6f1;
}

.slider .slide_box,
.slider .slide_box::before {
  height: 48vw;
}

@media screen and (max-width: 1000px) {
  .slider .slide_box,
  .slider .slide_box::before {
    height: 55vw;
  }
}

@media screen and (max-width: 1024px) {
  .slider .slide_box,
  .slider .slide_box::before {
    height: 70vw;
  }
}

@media screen and (max-width: 767px) {
  .slider .slide_box,
  .slider .slide_box::before {
    height: 95vw;
  }
}

.slider .slide_box::before {
  content: "";
  display: block;
  margin: 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slider .slide_01::before {
  background-image: url(../img/home_slide_01.png);
}

.slider .slide_02::before {
  background-image: url(../img/home_slide_02.png);
}

.slider .slide_03::before {
  background-image: url(../img/home_slide_03.png);
}

.slider .slide_04::before {
  background-image: url(../img/home_slide_04.png);
}

.carouselWrap_ani {
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10em;
  height: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .carouselWrap_ani {
    display: none;
  }
}

.carouselWrap_ani .carouselWrap_ani_text {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  position: relative;
  margin: 0;
}

.carouselWrap_ani .carouselWrap_ani_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  margin: 0 auto;
  width: 3px;
  height: 50px;
  background-color: #fff;
  -webkit-animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
          animation: scroll 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

/* scrollアニメーション */
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
  }
  50.1% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
  100% {
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transform-origin: 0 100%;
            transform-origin: 0 100%;
  }
}

.carousel_video_wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 85vh;
}

.carousel_video_wrap::after {
  content: "";
  display: block;
  padding-top: calc(1080 / 1920 * 100%);
}

@media screen and (max-width: 1500px) {
  .carousel_video_wrap {
    height: 100%;
  }
}

.carousel_mov_wrap img {
  width: 100%;
}

.carousel_video_wrap {
  position: relative;
}

.carousel_video_wrap video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.carouselWrap_copy {
  background-color: #004c9e;
  background-image: url("../img/home_01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 40px 20px;
}

@media screen and (max-width: 767px) {
  .carouselWrap_copy {
    padding: 30px 20px;
  }
}

.carouselWrap_copy p {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

@media screen and (min-width: 299px) {
  .carouselWrap_copy p span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .carouselWrap_copy p {
    font-size: 1.2rem;
  }
}

.news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #6fa2c7;
  border-bottom: 1px solid #6fa2c7;
  padding-top: 30px;
  padding-bottom: 30px;
}

.newsCont_item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px;
}

@media screen and (max-width: 767px) {
  .newsCont_item {
    display: block;
  }
}

.newsCont_item_date {
  width: 15rem;
  padding-right: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.newsCont_item_date p {
  background-color: #6fa2c7;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  padding: 3px 5px;
  border-radius: 999px;
  -webkit-transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.newsCont_item_text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .newsCont_item_text {
    width: 100%;
    margin-top: 7px;
  }
}

.newsCont_item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.newsCont_item a:hover ~ .newsCont_item_date p {
  background-color: #004c9e;
}

.newsCont_item a ~ .newsCont_item_text span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(85%, transparent), color-stop(0%, #d6e2ef));
  background: linear-gradient(transparent 85%, #d6e2ef 0%);
}

.sc_news .btn_03 {
  margin-top: 30px;
}

.sc_about {
  background-color: #dee6f1;
  margin-top: 200px;
  background-image: url("../img/home_18.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 100%;
  padding-bottom: 80px;
}

.aboutBGWrap {
  background-color: #fff;
}

.sec_about {
  padding: 30px;
}

.about_img {
  margin-top: -200px;
}

@media screen and (max-width: 767px) {
  .about_img {
    position: relative;
    z-index: 2;
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}

.about_messageTtl {
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-style: normal;
  border-bottom: 1px solid #004c9e;
  padding: 15px;
  margin: 0;
  opacity: 0;
}

.about_messageTtl span {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-size: 1.8em;
  color: #004c9e;
  padding-right: 0.3em;
}

@media screen and (max-width: 767px) {
  .about_messageTtl span {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 767px) {
  .about_messageTtl {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
}

.about_messageTtl.ani_active {
  -webkit-animation: fadeIn 1s cubic-bezier(0.47, 0, 0.745, 0.715);
          animation: fadeIn 1s cubic-bezier(0.47, 0, 0.745, 0.715);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.about_messageFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px;
}

@media screen and (max-width: 767px) {
  .about_messageFB {
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 30px;
  }
}

.about_messageFB_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 50px;
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .about_messageFB_img {
    display: block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}

.about_messageFB_img.ani_active {
  -webkit-animation: fadeIn_down 1s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeIn_down 1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.about_messageFB_img_inner {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .about_messageFB_img_inner {
    max-width: none;
    width: 100%;
  }
}

.about_messageFB_img_inner .lc_photo {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
}

.about_messageFB_img_inner .lc_01 {
  font-size: 1.4rem;
  text-align: center;
}

.about_messageFB_img_inner .lc_02 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  text-align: center;
}

.about_messageFB_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .about_messageFB_tx {
    max-width: 500px;
  }
}

.about_messageFB2 {
  border-top: 1px solid #004c9e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 30px;
}

@media screen and (max-width: 767px) {
  .about_messageFB2 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    padding-top: 30px;
    padding-bottom: 0;
  }
}

.about_messageFB2 .about_messageFB_tx {
  max-width: 800px;
  width: 70%;
}

@media screen and (max-width: 767px) {
  .about_messageFB2 .about_messageFB_tx {
    width: 100%;
    max-width: 500px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 20px;
  }
}

.about_messageFB2 .about_messageFB_img {
  width: 30%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .about_messageFB2 .about_messageFB_img {
    width: 100%;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 20px;
  }
}

.about_largeImg {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-image: url("../img/home_04.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.about_largeImg img {
  width: 100%;
}

.about_largeImg::after {
  content: "";
  display: block;
  padding-top: calc(500 / 1500 * 100%);
}

@media screen and (max-width: 767px) {
  .about_largeImg::after {
    padding-top: 70%;
  }
}

.sc_rentalSystem .cs_introTx {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .sc_rentalSystem .cs_introTx {
    margin-bottom: 50px;
  }
}

.point3boxFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 80px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .point3boxFB {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 767px) {
  .point3boxFB {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 30px;
  }
}

.point3boxFB_item {
  position: relative;
  width: 33.333%;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .point3boxFB_item {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
  }
  .point3boxFB_item + .point3boxFB_item {
    margin-top: 60px;
  }
}

.point3boxFB_item.lc_type1, .point3boxFB_item.lc_type3 {
  background-color: #dee6ef;
}

.point3boxFB_item.lc_type2 {
  background-color: #ecf0f3;
}

.point3boxFB_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 30px;
  background-color: #004c9e;
  position: absolute;
  bottom: 0;
}

.point3boxFB_item.lc_type1::after, .point3boxFB_item.lc_type3::after {
  -webkit-animation: point3boxFB_item_obi 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: point3boxFB_item_obi 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.point3boxFB_item.lc_type2::after {
  -webkit-animation: point3boxFB_item_obi 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: point3boxFB_item_obi 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes point3boxFB_item_obi {
  0% {
    background-color: #003d7f;
  }
  100% {
    background-color: #0065d1;
  }
}

@keyframes point3boxFB_item_obi {
  0% {
    background-color: #003d7f;
  }
  100% {
    background-color: #0065d1;
  }
}

.point3boxFB_item_no {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 45%;
  max-width: 180px;
  margin-top: -18%;
  margin-left: 20px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .point3boxFB_item_no {
    margin-top: -50px;
  }
}

.point3boxFB_item_no.ani_active {
  -webkit-animation: point3boxFB_item_no 1.1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
          animation: point3boxFB_item_no 1.1s 0s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes point3boxFB_item_no {
  0% {
    opacity: 0;
    -webkit-transform: rotate(100deg) translate(0px, 0px);
            transform: rotate(100deg) translate(0px, 0px);
  }
  80% {
    opacity: 0.4;
    -webkit-transform: rotate(0deg) translate(0px, 5px);
            transform: rotate(0deg) translate(0px, 5px);
  }
  90% {
    opacity: 0.8;
    -webkit-transform: rotate(0deg) translate(0px, 5px);
            transform: rotate(0deg) translate(0px, 5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0px, 0px);
            transform: rotate(0deg) translate(0px, 0px);
  }
}

@keyframes point3boxFB_item_no {
  0% {
    opacity: 0;
    -webkit-transform: rotate(100deg) translate(0px, 0px);
            transform: rotate(100deg) translate(0px, 0px);
  }
  80% {
    opacity: 0.4;
    -webkit-transform: rotate(0deg) translate(0px, 5px);
            transform: rotate(0deg) translate(0px, 5px);
  }
  90% {
    opacity: 0.8;
    -webkit-transform: rotate(0deg) translate(0px, 5px);
            transform: rotate(0deg) translate(0px, 5px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0px, 0px);
            transform: rotate(0deg) translate(0px, 0px);
  }
}

.point3boxFB_item_no::after {
  content: "";
  display: block;
  padding-top: 80%;
}

.lc_type1 .point3boxFB_item_no {
  background-image: url("../img/home_05.png");
}

.lc_type2 .point3boxFB_item_no {
  background-image: url("../img/home_06.png");
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.lc_type3 .point3boxFB_item_no {
  background-image: url("../img/home_07.png");
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.point3boxFB_item_ttl h4 {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
  color: #004c9e;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .point3boxFB_item_ttl h4 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

.point3boxFB_item_tx {
  padding: 30px;
  padding-top: 0;
}

@media screen and (max-width: 1024px) {
  .point3boxFB_item_tx {
    padding: 20px;
    padding-top: 0;
  }
}

.point3boxFB2 .point3boxFB_item .point3boxFB_item_ttl h4 {
  color: #00748e;
}

.point3boxFB2 .point3boxFB_item.lc_type1, .point3boxFB2 .point3boxFB_item.lc_type3 {
  background-color: #d2e7ef;
}

.point3boxFB2 .point3boxFB_item.lc_type2 {
  background-color: #dff0f3;
}

.point3boxFB2 .point3boxFB_item.lc_type1::after, .point3boxFB2 .point3boxFB_item.lc_type3::after {
  -webkit-animation: point3boxFB_item_obi2 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: point3boxFB_item_obi2 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

.point3boxFB2 .point3boxFB_item.lc_type2::after {
  -webkit-animation: point3boxFB_item_obi2 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: point3boxFB_item_obi2 4s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  animation-direction: alternate-reverse;
}

@-webkit-keyframes point3boxFB_item_obi2 {
  0% {
    background-color: #2ca3a6;
  }
  100% {
    background-color: #52cfd1;
  }
}

@keyframes point3boxFB_item_obi2 {
  0% {
    background-color: #2ca3a6;
  }
  100% {
    background-color: #52cfd1;
  }
}

.point3boxFB2 .lc_type1 .point3boxFB_item_no {
  background-image: url("../img/home_08.png");
}

.point3boxFB2 .lc_type2 .point3boxFB_item_no {
  background-image: url("../img/home_09.png");
}

.point3boxFB2 .lc_type3 .point3boxFB_item_no {
  background-image: url("../img/home_10.png");
}

.point3boxFB2 .point3boxFB_item_ttl {
  color: #00748e;
}

.systemIllust {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .systemIllust {
    margin-bottom: 50px;
  }
}

.systemIllust .ttl_03 {
  margin-bottom: 30px;
}

.systemIllust h4 {
  font-size: 2rem;
  color: #004c9e;
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 299px) {
  .systemIllust h4 span {
    display: inline-block;
  }
}

.systemIllust .systemIllust_tx01 p {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (min-width: 299px) {
  .systemIllust .systemIllust_tx01 p span {
    display: inline-block;
  }
}

.systemIllust .systemIllust_tx02 p {
  text-align: center;
}

@media screen and (min-width: 299px) {
  .systemIllust .systemIllust_tx02 p span {
    display: inline-block;
  }
}

.systemIllust .systemIllust_img {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.rentalSystemLinkWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .rentalSystemLinkWrap {
    display: block;
  }
}

.rentalSystemLinkWrap_box {
  margin-right: 10px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.sc_flow {
  background-color: #dee6f1;
  padding-top: 100px;
}

@media screen and (max-width: 767px) {
  .sc_flow {
    padding-top: 80px;
  }
}

.flow {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 40px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .flow {
    margin-bottom: 70px;
  }
}

.flow_item_tabTtl p {
  display: inline-block;
  background-color: #004c9e;
  color: #fff;
  text-align: center;
  font-size: 1.5rem;
  padding: 5px 10px;
  width: 100%;
  max-width: 20rem;
}

@media screen and (max-width: 767px) {
  .flow_item_tabTtl p {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-left: auto;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .flow_item_tabTtl p {
    -webkit-transform: translate(0px, 50%);
            transform: translate(0px, 50%);
  }
}

.flow_item_contFB {
  background-color: #fff;
  border: 1px solid #004c9e;
  border-radius: 0 99px 99px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .flow_item_contFB {
    padding: 20px;
    border-radius: 10px;
    display: block;
  }
}

.flow_item_contFB_icon {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 20%;
  max-width: 140px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .flow_item_contFB_icon {
    width: 100px;
    margin-right: auto;
    margin-left: auto;
  }
}

.flow_item_contFB_icon::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.flow_item.lc_type1 .flow_item_contFB_icon {
  background-image: url("../img/home_12.png");
}

.flow_item.lc_type2 .flow_item_contFB_icon {
  background-image: url("../img/home_13.png");
}

.flow_item.lc_type3 .flow_item_contFB_icon {
  background-image: url("../img/home_14.png");
}

.flow_item.lc_type4 .flow_item_contFB_icon {
  background-image: url("../img/home_15.png");
}

.flow_item_contFB_tx {
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .flow_item_contFB_tx {
    padding-left: 0px;
  }
}

.flow_item_contFB_tx_ttl {
  text-align: left;
  font-size: 2rem;
  color: #004c9e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 10px;
}

@media screen and (min-width: 299px) {
  .flow_item_contFB_tx_ttl span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .flow_item_contFB_tx_ttl {
    text-align: center;
  }
}

.flow_item_contFB_tx_text {
  text-align: left;
}

@media screen and (min-width: 299px) {
  .flow_item_contFB_tx_text span {
    display: inline-block;
  }
}

.flow_item + .flow_item::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid;
  border-color: transparent transparent #004c9e #004c9e;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-animation: flow_item_arrow 2s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: flow_item_arrow 2s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes flow_item_arrow {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(0px, 10px) rotate(-45deg);
            transform: translate(0px, 10px) rotate(-45deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
}

@keyframes flow_item_arrow {
  0% {
    opacity: 0.6;
    -webkit-transform: translate(0px, 10px) rotate(-45deg);
            transform: translate(0px, 10px) rotate(-45deg);
  }
  30% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) rotate(-45deg);
            transform: translate(0px, 0px) rotate(-45deg);
  }
}

.flow .flow_item:nth-child(1)::before {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.flow .flow_item:nth-child(2)::before {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.flow .flow_item:nth-child(3)::before {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.flow .flow_item:nth-child(4)::before {
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
}

.flow .flow_item:nth-child(5)::before {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.flow .flow_item:nth-child(6)::before {
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}

.flow .flow_item:nth-child(7)::before {
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}

.flow .flow_item:nth-child(8)::before {
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}

.flow .flow_item:nth-child(9)::before {
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.flow .flow_item:nth-child(10)::before {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.flow .flow_item_tabTtl {
  opacity: 0;
}

.flow.ani_active .flow_item_tabTtl {
  -webkit-animation: fadeIn_right 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: fadeIn_right 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.flow .flow_item:nth-child(1) .flow_item_tabTtl {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.flow .flow_item:nth-child(2) .flow_item_tabTtl {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.flow .flow_item:nth-child(3) .flow_item_tabTtl {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.flow .flow_item:nth-child(4) .flow_item_tabTtl {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.flow .flow_item:nth-child(5) .flow_item_tabTtl {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.flow .flow_item:nth-child(6) .flow_item_tabTtl {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.flow .flow_item:nth-child(7) .flow_item_tabTtl {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.flow .flow_item:nth-child(8) .flow_item_tabTtl {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.flow .flow_item:nth-child(9) .flow_item_tabTtl {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.flow .flow_item:nth-child(10) .flow_item_tabTtl {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.trialFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .trialFB {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .trialFB {
    display: block;
  }
}

.trialFB_box1 {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media screen and (max-width: 767px) {
  .trialFB_box1 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.trialFB_box2 {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .trialFB_box2 {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .trialFB_box2 {
    max-width: none;
    padding: 0px;
  }
}

.trialFB_box2 .lc_ttl {
  font-size: 1.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #004c9e;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .trialFB_box2 .lc_ttl {
    text-align: center;
  }
}

.trialFB_box2 .lc_cap {
  font-size: 1.2rem;
  margin-top: 20px;
}

.flow_largeImg {
  position: relative;
  z-index: 2;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  background-image: url("../img/home_17.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.flow_largeImg img {
  width: 100%;
}

.flow_largeImg::after {
  content: "";
  display: block;
  padding-top: calc(500 / 1500 * 100%);
}

@media screen and (max-width: 767px) {
  .flow_largeImg::after {
    padding-top: 70%;
  }
}

.aboutInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .aboutInfo {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .aboutInfo_inner {
    width: 100%;
    max-width: 500px;
  }
}

.aboutInfo_item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .aboutInfo_item {
    display: block;
  }
}

.aboutInfo_item + .aboutInfo_item {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .aboutInfo_item + .aboutInfo_item {
    margin-top: 20px;
  }
}

.aboutInfo_item_ttl p,
.aboutInfo_item_tx p {
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .aboutInfo_item_ttl p,
  .aboutInfo_item_tx p {
    font-size: 1.5rem;
  }
}

.aboutInfo_item_ttl {
  background-color: #004c9e;
  width: 26rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutInfo_item_ttl p {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 8px 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .aboutInfo_item_ttl p {
    padding: 5px 10px;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
  }
}

@media screen and (max-width: 767px) {
  .aboutInfo_item_ttl {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}

.aboutInfo_item_tx {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding-left: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.aboutInfo_item_tx p {
  display: inline;
}

@media screen and (max-width: 767px) {
  .aboutInfo_item_tx p {
    text-align: center;
  }
}

@media screen and (min-width: 299px) {
  .aboutInfo_item_tx span {
    display: inline-block;
  }
}

.aboutInfo_item_tx .lc_spanSeparation::after {
  content: "／";
}

@media screen and (max-width: 767px) {
  .aboutInfo_item_tx .lc_spanSeparation::after {
    content: none;
  }
}

@media screen and (max-width: 767px) {
  .aboutInfo_item_tx .lc_spanSeparation {
    display: block;
  }
}

.aboutInfo_item_tx .lc_small {
  font-size: 0.8em;
}

.aboutInfo_item_tx .lc_large {
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 1024px) {
  .aboutInfo_item_tx {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .aboutInfo_item_tx {
    padding-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.aboutInfo_item_tx.lc_type01 p {
  text-align: left;
}

.recruitBn {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

.recruitBn_inner {
  -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.recruitBn_inner:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  opacity: 0.8;
}

.page_business_rental .sc_headImg_imgWrap_inner {
  background-image: url("../img/business_rental_head.jpg");
}

.page_home_rental .sc_headImg_imgWrap_inner {
  background-image: url("../img/home_rental_head.jpg");
}

.page_business_rental .cs_introTx,
.page_home_rental .cs_introTx {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .page_business_rental .cs_introTx,
  .page_home_rental .cs_introTx {
    margin-bottom: 70px;
  }
}

.page_business_rental .b_rentalList,
.page_home_rental .b_rentalList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page_business_rental .b_rentalList,
  .page_home_rental .b_rentalList {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .page_business_rental .b_rentalList,
  .page_home_rental .b_rentalList {
    margin-right: -15px;
    margin-left: -15px;
  }
}

.page_business_rental .b_rentalList_item,
.page_home_rental .b_rentalList_item {
  width: 30%;
  border: 4px solid #dee6f1;
  border-radius: 20px;
  padding: 15px;
  margin-bottom: 30px;
  margin-right: 1.5%;
  margin-left: 1.5%;
}

@media screen and (max-width: 767px) {
  .page_business_rental .b_rentalList_item,
  .page_home_rental .b_rentalList_item {
    width: 47%;
    margin-bottom: 15px;
  }
}

.page_business_rental .b_rentalList_item_tx .lc_tx1,
.page_home_rental .b_rentalList_item_tx .lc_tx1 {
  text-align: center;
  font-size: 1.6rem;
}

.page_business_rental .b_rentalList_item.lc_empty,
.page_home_rental .b_rentalList_item.lc_empty {
  border: none;
  display: none;
}

@media screen and (max-width: 767px) {
  .page_business_rental .b_rentalList_item.lc_empty,
  .page_home_rental .b_rentalList_item.lc_empty {
    display: block;
  }
}

.page_company .sc_headImg_imgWrap_inner {
  background-image: url("../img/company_head.jpg");
}

.page_company .videoWrap {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

.page_company .videoWrap video {
  width: 100%;
}

.page_company .sc_philosophy {
  position: relative;
  margin-top: -50px;
  padding-bottom: 100px;
}

.page_company .sc_philosophy .container {
  position: relative;
  opacity: 0;
}

.page_company .philosophy {
  margin-top: 30px;
}

.page_company .philosophy_img {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
  opacity: 0;
}

.page_company .philosophy_img.ani_active {
  -webkit-animation: fadeIn_up 1s 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: fadeIn_up 1s 1.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.page_company .philosophy_kana p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.page_company .philosophy_kana span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  background-color: #004c9e;
  color: #fff;
  width: 1.4rem;
  height: 1.4rem;
  font-size: 1.4rem;
  padding: 12px;
  margin-right: 7px;
  margin-left: 7px;
}

@media screen and (max-width: 767px) {
  .page_company .philosophy_kana span {
    margin-right: 4px;
    margin-left: 4px;
  }
}

.page_company .philosophy_kana span {
  opacity: 0;
}

.page_company .philosophy_kana.ani_active span {
  -webkit-animation: philosophy_kana 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
          animation: philosophy_kana 1.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes philosophy_kana {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0, 1) translate(0px, -10px);
            transform: rotate(0deg) scale(0, 1) translate(0px, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

@keyframes philosophy_kana {
  0% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(0, 1) translate(0px, -10px);
            transform: rotate(0deg) scale(0, 1) translate(0px, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
}

.page_company .philosophy_kana span:nth-child(1) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.page_company .philosophy_kana span:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.page_company .philosophy_kana span:nth-child(3) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.page_company .philosophy_kana span:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.page_company .philosophy_kana span:nth-child(5) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}

.page_company .philosophy_kana span:nth-child(6) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.page_company .philosophy_kana span:nth-child(7) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}

.page_company .philosophy_kana span:nth-child(8) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.page_company .philosophy_kana span:nth-child(9) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}

.page_company .philosophy_kana span:nth-child(10) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}

.page_company .philosophy_copy p {
  text-align: center;
  font-size: 2rem;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .page_company .philosophy_copy p {
    font-size: 1.6rem;
    line-height: 3;
  }
}

@media screen and (max-width: 300px) {
  .page_company .philosophy_copy p {
    font-size: 1.3rem;
    letter-spacing: 0;
  }
}

.page_company .philosophy_bg::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/company_09.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: auto;
}

.page_company .philosophy_bg.ani_active::before {
  -webkit-animation: philosophy_bg 0.8s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: philosophy_bg 0.8s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes philosophy_bg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(2) translate(0px, 0px);
            transform: rotate(0deg) scale(2) translate(0px, 0px);
  }
}

@keyframes philosophy_bg {
  0% {
    opacity: 1;
    -webkit-transform: rotate(0deg) scale(1) translate(0px, 0px);
            transform: rotate(0deg) scale(1) translate(0px, 0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(0deg) scale(2) translate(0px, 0px);
            transform: rotate(0deg) scale(2) translate(0px, 0px);
  }
}

.page_company .philosophy_bg.ani_active ~ .container {
  -webkit-animation: philosophy_bg2 1.2s 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: philosophy_bg2 1.2s 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes philosophy_bg2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes philosophy_bg2 {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px);
            transform: translate(0px, -100px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.page_company .sc_essentials {
  background-color: #dee6f1;
}

.page_company .essentials {
  margin-top: 50px;
}

.page_company .ess_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}

.page_company .ess_item + .ess_item {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .page_company .ess_item {
    display: block;
  }
}

.page_company .ess_item_img {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  overflow: hidden;
  padding-right: 50px;
}

@media screen and (max-width: 1024px) {
  .page_company .ess_item_img {
    padding-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_company .ess_item_img {
    padding-right: 0;
    width: 100%;
  }
}

.page_company .ess_item_img img {
  opacity: 0;
}

@media screen and (max-width: 1024px) {
  .page_company .ess_item_img img {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 767px) {
  .page_company .ess_item_img img {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.page_company .ess_item_img.ani_active img {
  -webkit-animation: ess_item_img 0.8s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: ess_item_img 0.8s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes ess_item_img {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px) scale(1, 1);
            transform: translate(0px, -100px) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}

@keyframes ess_item_img {
  0% {
    opacity: 0;
    -webkit-transform: translate(0px, -100px) scale(1, 1);
            transform: translate(0px, -100px) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}

.page_company .ess_item_tx {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 30px;
}

@media screen and (max-width: 1024px) {
  .page_company .ess_item_tx {
    min-height: 330px;
  }
}

@media screen and (max-width: 767px) {
  .page_company .ess_item_tx {
    min-height: auto;
    padding: 40px 20px;
  }
}

.page_company .ess_item_tx_icon {
  background-image: url("../img/company_02.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  width: 170px;
  height: 130px;
  position: absolute;
  top: -50px;
  right: 0;
  opacity: 0;
}

.page_company .ess_item_tx_icon.ani_active {
  -webkit-animation: ess_item_tx_icon 0.8s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
          animation: ess_item_tx_icon 0.8s 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes ess_item_tx_icon {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 0px) scale(1, 1);
            transform: translate(-80px, 0px) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}

@keyframes ess_item_tx_icon {
  0% {
    opacity: 0;
    -webkit-transform: translate(-80px, 0px) scale(1, 1);
            transform: translate(-80px, 0px) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}

.page_company .ess_item_tx_inner {
  max-width: 340px;
}

.page_company .ess_item_tx_ttl h4 {
  font-size: 2.5rem;
  color: #004c9e;
  text-align: left;
  margin-bottom: 10px;
}

.page_company .ess_item.lc_typeA {
  border-radius: 0 100px 0 0;
}

.page_company .ess_item.lc_typeA .ess_item_tx_icon {
  background-image: url("../img/company_02.png");
}

.page_company .ess_item.lc_typeB {
  border-radius: 100px 0 0 0;
}

.page_company .ess_item.lc_typeB .ess_item_tx_icon {
  background-image: url("../img/company_03.png");
}

.page_company .ess_item.lc_typeB .ess_item_img {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  padding-right: 0;
  padding-left: 50px;
}

@media screen and (max-width: 1024px) {
  .page_company .ess_item.lc_typeB .ess_item_img {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_company .ess_item.lc_typeB .ess_item_img {
    padding-left: 0;
  }
}

.page_company .ess_item.lc_typeB .ess_item_tx {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.page_company .ess_item.lc_typeC {
  border-radius: 0 100px 0 0;
}

.page_company .ess_item.lc_typeC .ess_item_tx_icon {
  background-image: url("../img/company_04.png");
}

.page_company .history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_company .history_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .page_company .history_item {
    margin-bottom: 15px;
  }
}

.page_company .history_item_date {
  width: 18rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .page_company .history_item_date {
    width: auto;
    min-width: 12rem;
  }
}

.page_company .history_item_date p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #004c9e;
  font-size: 2rem;
  letter-spacing: 0.08em;
}

.page_company .history_item_date p span {
  font-size: 0.7em;
}

@media screen and (max-width: 767px) {
  .page_company .history_item_date p {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

.page_company .history_item_date::after {
  content: "";
  width: 2rem;
  height: 1px;
  background-color: #004c9e;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_company .history_item_date::after {
    width: 15px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}

.page_company .history_item_tx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_company .history_item_tx p {
  line-height: 1.4;
}

.page_company .history.ani_active .history_item {
  -webkit-animation: history_item 0.8s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
          animation: history_item 0.8s 0s cubic-bezier(0.39, 0.575, 0.565, 1);
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes history_item {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 0px) scale(1, 1);
            transform: translate(80px, 0px) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}

@keyframes history_item {
  0% {
    opacity: 0;
    -webkit-transform: translate(80px, 0px) scale(1, 1);
            transform: translate(80px, 0px) scale(1, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0px, 0px) scale(1, 1);
            transform: translate(0px, 0px) scale(1, 1);
  }
}

.page_company .history .history_item:nth-child(1) {
  -webkit-animation-delay: 0.03s;
          animation-delay: 0.03s;
}

.page_company .history .history_item:nth-child(2) {
  -webkit-animation-delay: 0.06s;
          animation-delay: 0.06s;
}

.page_company .history .history_item:nth-child(3) {
  -webkit-animation-delay: 0.09s;
          animation-delay: 0.09s;
}

.page_company .history .history_item:nth-child(4) {
  -webkit-animation-delay: 0.12s;
          animation-delay: 0.12s;
}

.page_company .history .history_item:nth-child(5) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}

.page_company .history .history_item:nth-child(6) {
  -webkit-animation-delay: 0.18s;
          animation-delay: 0.18s;
}

.page_company .history .history_item:nth-child(7) {
  -webkit-animation-delay: 0.21s;
          animation-delay: 0.21s;
}

.page_company .history .history_item:nth-child(8) {
  -webkit-animation-delay: 0.24s;
          animation-delay: 0.24s;
}

.page_company .history .history_item:nth-child(9) {
  -webkit-animation-delay: 0.27s;
          animation-delay: 0.27s;
}

.page_company .history .history_item:nth-child(10) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.page_company .history .history_item:nth-child(11) {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}

.page_company .history .history_item:nth-child(12) {
  -webkit-animation-delay: 0.36s;
          animation-delay: 0.36s;
}

.page_company .history .history_item:nth-child(13) {
  -webkit-animation-delay: 0.39s;
          animation-delay: 0.39s;
}

.page_company .history .history_item:nth-child(14) {
  -webkit-animation-delay: 0.42s;
          animation-delay: 0.42s;
}

.page_company .history .history_item:nth-child(15) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}

.page_company .history .history_item:nth-child(16) {
  -webkit-animation-delay: 0.48s;
          animation-delay: 0.48s;
}

.page_company .history .history_item:nth-child(17) {
  -webkit-animation-delay: 0.51s;
          animation-delay: 0.51s;
}

.page_company .history .history_item:nth-child(18) {
  -webkit-animation-delay: 0.54s;
          animation-delay: 0.54s;
}

.page_company .history .history_item:nth-child(19) {
  -webkit-animation-delay: 0.57s;
          animation-delay: 0.57s;
}

.page_company .history .history_item:nth-child(20) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.page_company .sc_office {
  background-color: #004c9e;
  padding-top: 0;
  margin-top: 120px;
}

.page_company .office_ttlWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  margin-bottom: -30px;
}

.page_company .office_ttlWrap_inner {
  display: inline-block;
  padding: 30px 70px;
  width: 100%;
  max-width: 500px;
  background-color: #fff;
  -webkit-box-shadow: 5px 5px 10px rgba(88, 94, 99, 0.5);
          box-shadow: 5px 5px 10px rgba(88, 94, 99, 0.5);
}

.page_company .office_ttlWrap_inner .ttl_02 p {
  margin-bottom: 0;
}

.page_company .cs_introTx {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page_company .cs_introTx {
    margin-bottom: 50px;
  }
}

.page_company .cs_introTx p {
  color: #fff;
  text-align: center;
  font-size: 2rem;
}

@media screen and (min-width: 299px) {
  .page_company .cs_introTx p span {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  .page_company .cs_introTx p {
    font-size: 1.4rem;
  }
}

.page_company .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page_company .office_item {
  background-color: #fff;
  border-radius: 20px;
  width: 47%;
  padding: 40px;
  margin-right: 1.5%;
  margin-left: 1.5%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_company .office_item {
    width: 100%;
    padding: 20px;
    padding-bottom: 30px;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.page_company .office_item_ttl h3 {
  font-size: 2.4rem;
  color: #004c9e;
  border-bottom: 2px solid #004c9e;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .page_company .office_item_ttl h3 {
    font-size: 2rem;
  }
}

.page_company .office_item_txBox1 {
  margin-bottom: 20px;
}

.page_company .office_item_txBox1 .lc_address {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page_company .office_item_txBox1 .lc_address {
    font-size: 1.3rem;
  }
}

.page_company .office_item_txBox1 .lc_tel {
  font-size: 2rem;
  color: #004c9e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

.page_company .office_item_txBox1 .lc_tel span {
  margin-right: 20px;
  font-size: 0.7em;
  background-color: #dee6f1;
  padding: 2px 10px;
}

@media screen and (max-width: 767px) {
  .page_company .office_item_txBox1 .lc_tel span {
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .page_company .office_item_txBox1 .lc_tel {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
  }
}

.page_company .office_item_map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .page_company .office_item_map {
    padding-top: 80%;
    margin-bottom: 30px;
  }
}

.page_company .office_item_map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.page_company .office_item_txBox2 h4 {
  display: inline-block;
  font-size: 1.4rem;
  background-color: #dee6f1;
  color: #004c9e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 999px;
  padding: 5px 40px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page_company .office_item_txBox2 h4 {
    display: block;
    font-size: 1.3rem;
    padding: 5px 30px;
  }
}

.page_company .office_item_txBox2 p::first-letter {
  font-size: 1.5em;
  margin-right: 0.2em;
}

.page_company .office_item.lc_empty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .page_company .office_item.lc_empty {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

.page_contact .sc_headImg_imgWrap_inner {
  background-image: url("../img/contact_head.jpg");
}

.page_contact .contactTopInfo01 {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page_contact .contactTopInfo01 {
    margin-bottom: 50px;
  }
}

.page_contact .contactTopInfo01 h2 {
  margin-bottom: 20px;
}

.page_contact .contactTopInfo01 .lc_tx01 {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  font-size: 5rem;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}

.page_contact .contactTopInfo01 .lc_tx01 span {
  font-size: 0.6em;
}

@media screen and (max-width: 767px) {
  .page_contact .contactTopInfo01 .lc_tx01 {
    font-size: 3rem;
    letter-spacing: 0;
  }
}

.page_contact .contactTopInfo01 .lc_tx02 {
  font-size: 1.8rem;
  color: #004c9e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
}

@media screen and (min-width: 299px) {
  .page_contact .contactTopInfo01 .lc_tx02 span {
    display: inline-block;
  }
}

.page_contact .contactTopInfo02 {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page_contact .contactTopInfo02 {
    margin-bottom: 50px;
  }
}

.page_contact .form_wrap {
  width: 100%;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_contact .form_wrap {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page_contact .form_wrap {
    margin-bottom: 30px;
  }
}

.page_contact .form_body {
  width: 100%;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_contact .form_body {
    margin-bottom: 40px;
  }
}

.page_contact .form_sec {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page_contact .form_sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.page_contact .form_sec p {
  margin-bottom: 0;
}

.page_contact .form_ttl {
  width: 200px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.4rem;
}

@media screen and (max-width: 1024px) {
  .page_contact .form_ttl {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .page_contact .form_ttl {
    border-bottom: none;
  }
}

.page_contact .form_input {
  font-size: 1.3rem;
}

@media screen and (max-width: 767px) {
  .page_contact .form_input {
    border-bottom: none;
  }
}

.page_contact .form_ttl,
.page_contact .form_input {
  padding: 20px;
}

@media screen and (max-width: 1024px) {
  .page_contact .form_ttl,
  .page_contact .form_input {
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page_contact .form_ttl,
  .page_contact .form_input {
    width: 100%;
    padding: 10px 0px;
  }
}

.page_contact .form_ttl .hissu span {
  display: inline-block;
  padding: 2px 8px;
  background-color: #004c9e;
  color: #fff;
  font-size: 0.7em;
}

@media screen and (max-width: 767px) {
  .page_contact .form_ttl .hissu {
    display: inline-block;
    margin-left: 10px;
  }
}

.page_contact .form_input input,
.page_contact .form_input textarea {
  border: none;
  background-color: #ecf1f9;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.4;
  font-size: 1.4rem;
  color: #333;
  -webkit-appearance: none;
  width: 100%;
  padding: 15px 15px;
}

.page_contact textarea {
  resize: none;
}

.page_contact .form_input_checkBox {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.page_contact .form_input_checkBox a {
  text-decoration: underline;
}

.page_contact .form_input_checkBox label {
  cursor: pointer;
  padding-left: 40px;
  position: relative;
  font-size: 1.4rem;
}

.page_contact .form_input_checkBox label::before,
.page_contact .form_input_checkBox label::after {
  content: "";
  display: block;
  position: absolute;
}

.page_contact .form_input_checkBox label::before {
  background-color: #fff;
  border-radius: 0%;
  border: 1px solid #ddd;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  left: 5px;
}

.page_contact .form_input_checkBox label::after {
  border-bottom: 2px solid #777;
  border-left: 2px solid #777;
  opacity: 0;
  height: 5px;
  width: 10px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 5px;
  left: 10px;
}

.page_contact .form_input_checkBox input:checked + label::after {
  opacity: 1;
}

.page_contact .form_input_checkBox .gl_visually_hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  margin: -1px;
}

.page_contact .form_item_name .form_input > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page_contact .form_item_name input {
  width: 100%;
}

.page_contact .form_item_name p {
  display: inline-block;
  padding-right: 10px;
}

.page_contact .form_item_name input + p {
  padding-left: 20px;
}

.page_contact .form_item_tel p {
  font-size: 0.8em;
}

.page_contact #formWrap_check .form_ttl {
  font-size: 0.8em;
  background-color: #eee;
  padding: 10px 0px;
  width: 30%;
  text-align: center;
  margin-right: 20px;
}

.page_contact #formWrap_check .form_ttl p {
  width: 100%;
  text-align: center;
}

.page_contact #formWrap_check .form_input {
  width: auto;
}

.page_contact #formWrap_check .form_sec {
  margin-bottom: 10px;
}

.page_contact .contactTtl_wrap .ttl_03 {
  text-align: center;
  margin-bottom: 30px;
}

.page_contact .form_bottomText {
  margin-top: 20px;
  margin-bottom: 50px;
}

.page_contact .form_btnWrap input {
  all: initial;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
}

.page_contact .form_btnWrap {
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
}

.page_contact .btn_form01 {
  background-color: #004c9e;
}

.page_contact .form_btnWrap + .form_btnWrap {
  margin-top: 20px;
}

.page_contact .contactErrorWrap {
  margin-top: 50px;
  text-align: center;
  background-color: #eee;
  padding: 50px 30px;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 20px;
}

.page_contact .contactErrorWrap .form_topText {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (min-width: 299px) {
  .page_contact .contactErrorWrap .form_topText span {
    display: inline-block;
  }
}

.page_contact .contactErrorWrap .errorWrap {
  text-align: center;
  margin-bottom: 50px;
}

.page_contact .contactErrorWrap .error_messe {
  color: #d4705f;
  text-align: center;
}

.page_contact .contactConfirmWrap {
  margin-bottom: 100px;
}

.page_contact .contactConfirmWrap .form_topText {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_contact .contactConfirmWrap .form_topText {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 299px) {
  .page_contact .contactConfirmWrap .form_topText span {
    display: inline-block;
  }
}

.page_contact .contactConfirmWrap .form_ttl {
  padding: 5px;
}

.page_contact .contactConfirmWrap .form_ttl > div {
  text-align: left;
  background-color: #eee;
  padding: 15px;
  border-radius: 10px;
  text-align: center;
}

.page_contact .contactConfirmWrap .form_input {
  font-weight: bold;
}

.page_contact .contactConfirmWrap .form_body {
  margin-bottom: 50px;
}

.page_contact .sc_contactThanksWrap {
  text-align: center;
}

.page_contact .sc_contactThanksWrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 300px;
  margin-bottom: 50px;
}

.page_contact .sc_contactThanksWrap .thanks_txt {
  margin-bottom: 30px;
  text-align: center;
}

.page_contact .sc_contactThanksWrap .thanks_cap {
  text-align: center;
  font-size: 0.8em;
}

.page_news .sc_headImg_imgWrap_inner {
  background-image: url("../img/news_head.jpg");
}

.page_news .cs_introTx p {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_news .cs_introTx p {
    margin-bottom: 40px;
  }
}

.page_news .sc_newsArchive {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page_news .sc_newsArchive {
    margin-bottom: 50px;
  }
}

.page_privacy .sc_headImg_imgWrap_inner {
  background-image: url("../img/contact_head.jpg");
}

.page_privacy .sc_privacy .container {
  max-width: 750px;
}

.page_privacy .privacyWrap {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .page_privacy .privacyWrap {
    margin-bottom: 50px;
  }
}

.page_privacy .ttl_04 {
  font-size: 1.6rem;
  color: #004c9e;
  border-bottom: 1px solid #004c9e;
  margin-bottom: 30px;
}

.page_privacy .privacyText {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page_privacy .privacyText {
    margin-bottom: 40px;
  }
}

.page_privacy .privacyText_01 {
  margin-bottom: 10px;
}

.page_privacy .privacyText_02 {
  font-size: 1.2rem;
}

.page_privacy .sc_privacy ol {
  counter-reset: privacy;
  list-style-type: none;
  padding: 0;
}

.page_privacy .sc_privacy ol > li {
  text-indent: calc(-1 * (1.4rem + 0.8em));
  padding-left: calc(1.4rem + 0.8em);
  font-size: 1.4rem;
  color: #333;
  text-align: justify;
  text-justify: inter-ideograph;
}

.page_privacy .sc_privacy ol > li + li {
  margin-top: 10px;
}

.page_privacy .sc_privacy ol > li:before {
  counter-increment: privacy;
  content: counter(privacy) ".";
  /* 以下は自由に装飾... */
  padding-right: 0.8em;
  color: #004c9e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.page_privacy .sc_privacy ul {
  text-indent: 0;
  padding: 0;
  padding-left: 1em;
}

.page_privacy .sc_privacy ul > li {
  position: relative;
  text-align: justify;
  text-justify: inter-ideograph;
}

.page_privacy .sc_privacy ul > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: -1em;
  width: 0.2em;
  height: 0.2em;
  background-color: #666;
  border-radius: 100%;
}

.page_privacy .lc_ChildWrap {
  margin-top: 20px;
  margin-bottom: 20px;
}

.page_privacy .privacySignature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}

.page_privacy .privacySignature_inner .lc_tx2 {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-style: normal;
}
/*# sourceMappingURL=style.css.map */