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

.bodyWrap {
  overflow-x: hidden;
}

img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -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;
  margin: 0;
}

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

article {
  position: relative;
}

em,
i {
  font-style: normal;
}

sup {
  font-size: 0.7em;
}

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

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

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

video {
  width: 100%;
}

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

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

.gl_show_sp {
  display: none;
}

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

.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: 15px;
}

@media screen and (max-width: 767px) {
  ul.gl_ul {
    padding-left: 7px;
  }
}

ul.gl_ul li {
  position: relative;
  font-size: 1.4rem;
}

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

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

@media screen and (max-width: 767px) {
  ul.gl_ul li::after {
    left: -7px;
  }
}

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

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

video {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.gl_heightRatio {
  width: 177vh;
  height: 100vh;
  max-width: 100vw;
}

.xxx {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

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

.ani_once {
  text-align: center;
}

.top40th_logo,
.ttl_01,
.ttl_01a,
.bigBn_gyoumu_FB_boxA .lc_content,
.bn_recruitFBWrap,
.bigImg,
.keibi_img_FB,
.business_photoImg_01,
.voice_icon,
.bn_contact .lc_FB,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.top40th_logo.ani_active,
.ttl_01.ani_active,
.ttl_01a.ani_active,
.bigBn_gyoumu_FB_boxA .lc_content.ani_active,
.bn_recruitFBWrap.ani_active,
.bigImg.ani_active,
.keibi_img_FB.ani_active,
.business_photoImg_01.ani_active,
.voice_icon.ani_active,
.bn_contact .lc_FB.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 {
  opacity: 0;
}

.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation: fadeIn_up 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: fadeIn_up 1.8s 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_down 1s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: fadeIn_down 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_down 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: fadeIn_down 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

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

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

.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_right 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: fadeIn_right 1.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ttl_02,
.enkakuFB,
.joblinkFB,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.ttl_02.ani_active,
.enkakuFB.ani_active,
.joblinkFB.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;
}

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

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

.top40th_textWrap,
.access_FB_box,
.voice_box,
.contact_text_01,
.recruit_top_tx01,
.xxx,
.xxx,
.xxx,
.xxx {
  opacity: 0;
}

.top40th_textWrap.ani_active,
.access_FB_box.ani_active,
.voice_box.ani_active,
.contact_text_01.ani_active,
.recruit_top_tx01.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;
}

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

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

.voice_icon.ani_active,
.contact_text_01.ani_active,
.recruit_top_tx01.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation-duration: 1.8s;
  animation-duration: 1.8s;
}

.voice_icon.ani_active,
.footer_logo_wrap.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active,
.xxx.ani_active {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.xxx > div {
  opacity: 0;
}

.xxx.ani_active > div {
  -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:nth-child(1) {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  scroll-padding-top: 90px;
}

@media screen and (max-width: 767px) {
  html {
    scroll-padding-top: 90px;
  }
}

body {
  line-height: 1.6;
  color: #333;
  font-size: 1rem;
}

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

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

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

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1.5;
  text-align: center;
  font-weight: normal;
}

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

.gl_img,
.gl_img_np {
  position: relative;
  overflow: hidden;
  padding-top: calc(700 / 1500 * 100%);
  width: 100%;
  height: 0;
}

@media screen and (max-width: 767px) {
  .gl_img,
  .gl_img_np {
    padding-top: 80%;
  }
}

.gl_img img,
.gl_img_np img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  width: auto;
  height: 100%;
  max-width: none;
}

@media screen and (max-width: 1024px) {
  .gl_img_np {
    margin-left: -20px;
    margin-right: -20px;
    width: 100vw;
  }
}

.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 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

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

@media screen and (max-width: 767px) {
  .container.np,
  .container_S.np,
  .container_W.np {
    padding: 0;
  }
}

.sc_p0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

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

.sc_p1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.sc_p2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.sc_p3 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

article:last-of-type {
  padding-bottom: 100px;
}

.bigImg {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.bigImg::after {
  content: "";
  display: block;
  padding-top: 30%;
}

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

.bigImg .lc_bigImg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../img/home_06.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -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);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.topImage {
  position: relative;
  overflow: hidden;
}

.topImage::after {
  content: "";
  display: block;
  padding-top: 30%;
}

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

.topImage .topImage_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/xxx_topimg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  opacity: 0;
  -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;
}

@media screen and (max-width: 767px) {
  .topImage .topImage_bg {
    top: 0;
  }
}

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

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

.topImage .topImage_ttl {
  position: absolute;
  bottom: 0%;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: 1100px;
  z-index: 2;
}

.topImage .topImage_ttl .lc_ttl {
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: normal;
  text-align: center;
  background-color: #036ea9;
  padding: 10px 20px;
}

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

.sc_bg_01 {
  background-image: url("../img/comm_bg_02.png");
  background-repeat: repeat;
}

.cm_tx01,
.cm_tx01c {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

.cm_tx01 p,
.cm_tx01c p {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cm_tx01 p,
  .cm_tx01c p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.cm_tx01c p {
  text-align: center;
}

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

.cm_img {
  text-align: center;
}

.ttl_01,
.ttl_01a {
  position: relative;
  margin-bottom: 60px;
}

.ttl_01 .lc_ttl,
.ttl_01a .lc_ttl {
  text-align: center;
  font-size: 3.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
  color: #036ea9;
  letter-spacing: 0.1em;
  margin-bottom: 5px;
  line-height: 1.3;
}

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

@media screen and (max-width: 767px) {
  .ttl_01 .lc_ttl,
  .ttl_01a .lc_ttl {
    font-size: 2.4rem;
  }
}

.ttl_01 .lc_ttl::before,
.ttl_01a .lc_ttl::before {
  position: absolute;
  bottom: -20px;
  left: calc(50% - (200px / 2));
  width: 200px;
  height: 10px;
  content: "";
  background-color: #d60012;
}

.ttl_01 .lc_ttl.lc_sm,
.ttl_01a .lc_ttl.lc_sm {
  font-size: 2.8rem;
}

@media screen and (max-width: 767px) {
  .ttl_01 .lc_ttl.lc_sm,
  .ttl_01a .lc_ttl.lc_sm {
    font-size: 2.2rem;
  }
}

.ttl_01 .lc_cap,
.ttl_01a .lc_cap {
  text-align: center;
  font-size: 1.8rem;
  color: #036ea9;
  letter-spacing: 0.2em;
  margin: 0;
}

.ttl_01a h2,
.ttl_01a .lc_cap {
  color: #fff;
}

.ttl_01a h2::before {
  background-color: #fff;
}

.ttl_02 {
  background-color: #254280;
  color: #fff;
  padding: 10px 15px;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl_02 {
    padding: 10px 15px;
  }
}

.ttl_02 h3 {
  font-size: 2.42rem;
  letter-spacing: 0.1em;
}

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

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

.ttl_03 {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #036ea9;
  margin-bottom: 30px;
  text-align: center;
}

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

@media screen and (max-width: 767px) {
  .ttl_03 {
    font-size: 2rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.ttl_05 {
  font-size: 2rem;
  margin-bottom: 30px;
}

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

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

.ttl_06 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #036ea9;
  border-bottom: 1px solid #036ea9;
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .ttl_06 {
    font-size: 1.7rem;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.btn_01,
.btn_01a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  max-width: 350px;
  min-width: 280px;
  padding: 15px 30px;
}

.btn_01 p,
.btn_01a p {
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .btn_01,
  .btn_01a {
    width: 100%;
    min-width: 230px;
  }
}

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

.btn_01 span,
.btn_01a span {
  display: inline-block;
}

.btn_01,
.btn_01a {
  color: #fff;
  border-radius: 10px;
  background-color: #036ea9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -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);
}

.btn_01 p,
.btn_01a p {
  color: #fff;
}

.btn_01::after,
.btn_01a::after {
  content: "";
  width: 1.3em;
  height: 1.3em;
  border: 0;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
}

.btn_01:hover,
.btn_01a:hover {
  background-color: #254280;
}

.btn_01a {
  color: #036ea9;
  background-color: #fff;
  border: 2px solid #036ea9;
}

.btn_01a p {
  color: #036ea9;
}

.btn_01a:hover {
  background-color: #036ea9;
}

.btn_01a:hover p {
  color: #fff;
}

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

.bigBn_gyoumu {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.bigBn_gyoumu_FB_boxA {
  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;
  width: 50%;
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #036ea9;
}

@media screen and (max-width: 1024px) {
  .bigBn_gyoumu_FB_boxA {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.bigBn_gyoumu_FB_boxA .lc_inner {
  max-width: 600px;
}

.bigBn_gyoumu_FB_boxA .bigBn_gyoumu_tx01 {
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

.bigBn_gyoumu_FB_boxA .lc_content {
  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;
}

.bigBn_gyoumu_FB_boxA h3 {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 999px;
  color: #036ea9;
  padding: 10px 20px;
  margin: 8px 5px;
  min-width: 250px;
}

@media screen and (max-width: 767px) {
  .bigBn_gyoumu_FB_boxA h3 {
    font-size: 1.7rem;
    letter-spacing: 0;
    padding: 8px 8px;
    min-width: 160px;
  }
}

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

@media screen and (max-width: 767px) {
  .bigBn_gyoumu_FB_boxA h3 {
    padding: 10px 30px;
  }
}

.bigBn_gyoumu_FB_boxB {
  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;
  width: 50%;
  pointer-events: auto;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 767px) {
  .bigBn_gyoumu_FB_boxB .btn_01a p {
    font-size: 2rem;
  }
}

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

@media screen and (max-width: 1024px) {
  .bigBn_gyoumu_FB_boxB::after {
    padding-top: 67%;
  }
}

@media screen and (max-width: 1024px) {
  .bigBn_gyoumu_FB_boxB {
    width: 100%;
  }
}

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

.bigBn_gyoumu_FB_boxB .lc_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../img/comm_bn_gyoumu.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -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);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.bigBn_gyoumu_FB_boxB:hover .lc_bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.bigBn_gyoumu_FB_boxB:hover .btn_01a {
  background-color: #036ea9;
}

.bigBn_gyoumu_FB_boxB:hover .btn_01a p {
  color: #fff;
}

.bigBn_gyoumu_FB_boxB:hover .btn_01a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

header {
  z-index: 50;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
}

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;
  -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;
  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 a {
  line-height: 0;
}

.menu_logo img {
  display: block;
  height: 50px;
  -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;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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;
  font-size: 1.5rem;
  letter-spacing: 0.1em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  -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);
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

.menu_head .menu li.menu_item a:hover {
  color: #036ea9;
}

@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;
    background-color: #fff;
    width: 100%;
    -webkit-animation: navIn 1.5s;
    animation: navIn 1.5s;
  }
  header .container_header {
    height: 100%;
    padding-right: 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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .menu_logo {
    margin: 0;
    margin-right: auto;
  }
  .menu_logo img {
    height: 35px;
    width: auto;
  }
  .menu_head .menu {
    display: none;
    background-color: #fff;
    border-radius: 20px;
    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: 2px solid #036ea9;
    border-left: none;
    padding: 20px 10px;
    text-align: left;
    color: #036ea9;
  }
  .menu_head .menu li.menu_item.lc_last {
    border: none;
  }
  .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_hamburgerWrap {
    width: 60px;
    height: 60px;
    margin: 0;
    background-color: #254280;
    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;
  }
  .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;
    width: 35px;
    height: 32px;
    margin: 10px 0;
  }
  .icon_hamburger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #fff;
    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(37, 66, 128, 0.9);
  display: block;
  height: 120%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 7;
}

.menu_head .menu li.menu_item.lc_bn img {
  display: block;
  height: 60px;
}

@media screen and (max-width: 1024px) {
  .menu_head .menu li.menu_item.lc_bn img {
    height: auto;
    width: 100%;
    max-width: 300px;
  }
}

@media screen and (max-width: 1024px) {
  .menu_head .menu li.menu_item.lc_bn {
    padding: 0;
  }
}

.footer_logo_wrap {
  width: 250px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 100px;
  margin-bottom: -50px;
  position: relative;
  z-index: 2;
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

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

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

.footer_nav_wrap {
  padding: 20px 0;
  margin-bottom: 50px;
  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: 800px;
  margin-right: auto;
  margin-left: auto;
}

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

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

.menu_footer .menu .menu_item a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  letter-spacing: 0.1em;
  font-size: 1.4rem;
  -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;
}

.menu_footer .menu .menu_item a:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .menu_footer .menu .menu_item a {
    font-size: 1.2em;
  }
}

@media screen and (max-width: 1024px) {
  .menu_footer .menu {
    display: block;
    width: 60%;
  }
  .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;
  }
  .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_copy_wrap {
  background-color: #036ea9;
  padding: 15px 20px 30px;
}

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

.footer_end_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 15px;
}

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

.footer_end_link p {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  padding-left: 10px;
  padding-right: 10px;
}

.footer_end_link p + p {
  border-left: 1px solid rgba(255, 255, 255, 0.4);
}

#pagetop_wrap {
  position: relative;
  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: 130px;
  right: 20px;
  z-index: 2;
  width: 70px;
  height: 70px;
}

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

.pagetop_wrap_img {
  position: relative;
}

.pagetop_wrap_img a {
  text-decoration: none;
  z-index: 100;
}

.pagetop_wrap_css {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  text-decoration: none;
  z-index: 100;
  background: #ddd;
  opacity: 0.6;
  border-radius: 50%;
}

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

.bn_recruitFB {
  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;
  background-color: #036ea9;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 50px;
  -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);
}

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

@media screen and (max-width: 767px) {
  .bn_recruitFB {
    display: block;
    max-width: 500px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

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

.bn_recruitFB:hover {
  opacity: 0.8;
}

.bn_recruitFB .lc_boxA {
  width: 50%;
}

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

.bn_recruitFB .lc_boxB {
  width: 50%;
  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) {
  .bn_recruitFB .lc_boxB {
    width: 100%;
  }
}

.bn_recruitFB .lc_imgWrap {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

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

.bn_recruitFB .lc_txWrap {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .bn_recruitFB .lc_txWrap {
    padding-bottom: 20px;
  }
}

.bn_recruitFB .bn_recruitFB_ttl {
  font-size: 4.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  width: 100%;
}

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

.bn_recruitFB .bn_recruitFB_tx01 {
  background-color: #254280;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .bn_recruitFB .bn_recruitFB_tx01 {
    display: block;
    text-align: center;
    font-size: 1.4rem;
  }
}

.bn_recruitFB .bn_recruitFB_tx02 {
  font-size: 1.7rem;
  color: #fff;
}

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

.bn_contact {
  position: relative;
  pointer-events: none;
  overflow: hidden;
  width: 100%;
}

.bn_contact .lc_bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-image: url(../img/comm_bn_contact.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  -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);
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}

.bn_contact:hover .lc_bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.bn_contact a {
  pointer-events: auto;
}

.bn_contact .lc_FB {
  padding: 100px 20px;
  position: relative;
}

.bn_contact .lc_FB .lc_inner {
  background-color: #fff;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 50px 30px;
  border-radius: 5px;
}

.bn_contact .lc_FB h3 {
  font-size: 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
}

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

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

.bn_contact .lc_FB .lc_tx1 {
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10px;
}

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

.carouselWrap {
  background-color: #036ea9;
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.carouselWrap_inner {
  overflow: hidden;
  position: relative;
}

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

.slider {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

.slider .slide-animation {
  -webkit-animation: topSlide 14s 0s forwards;
  animation: topSlide 14s 0s forwards;
}

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

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

.contact_introTx {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.contact_introTx p {
  text-align: center;
}

.contact_introTx p + p {
  margin-top: 10px;
}

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

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

.page_contact .form_body {
  width: 100%;
}

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

.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,
.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: 20px 15px;
  }
}

.page_contact .form_ttl {
  background-color: #ebf1f9;
  background-color: #f3f3f3;
  border: 1px solid #aaa;
  width: 200px;
}

@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;
    width: 100%;
  }
}

.page_contact .form_ttl > div {
  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;
  font-size: 1.4rem;
}

.page_contact .form_input {
  border: 1px solid #aaa;
  font-size: 1.4rem;
}

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

.page_contact div.hissu,
.page_contact div.hissu2 {
  display: block;
  padding: 2px 10px;
  background-color: #036ea9;
  color: #fff;
  font-size: 1rem;
  margin-left: 1em;
  text-align: center;
  width: 50px;
}

.page_contact div.hissu2 {
  margin-left: auto;
  margin-top: 5px;
}

.page_contact input,
.page_contact textarea {
  border: 1px solid #ccc;
  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_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;
}

@media screen and (max-width: 767px) {
  .page_contact .form_input_radio {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.page_contact .form_input_radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_contact .form_input_radio .radioText {
  font-size: 1.4rem;
  cursor: pointer;
  display: block;
  margin-left: 10px;
}

.page_contact .form_input_radio .radioBtn {
  position: relative;
  cursor: pointer;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
}

.page_contact .form_input_radio .radioBtn::before,
.page_contact .form_input_radio .radioBtn::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.page_contact .form_input_radio .radioBtn::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.page_contact .form_input_radio .radioBtn::after {
  background-color: #333;
  background-color: #036ea9;
  border-radius: 50%;
  opacity: 0;
  width: 16px;
  height: 16px;
  -webkit-transform: translate(-50%, -50%) scale(0.05);
  transform: translate(-50%, -50%) scale(0.05);
}

.page_contact .form_input_radio input:checked + .radioBtn::after {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.page_contact .form_input_radio .radioBtnItem_cstm1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_contact .form_input_radio .radioBtnItem_cstm1 label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_contact .form_input_radio .radioBtnItem_cstm1 label {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

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

.page_contact .checkboxItem,
.page_contact .radioBtnItem {
  padding: 10px 0;
}

@media screen and (max-width: 767px) {
  .page_contact .form_input_checkBox {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}

.page_contact .form_input_checkBox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_contact .form_input_checkBox .checkText {
  font-size: 1.4rem;
  cursor: pointer;
  display: block;
  margin-left: 10px;
}

.page_contact .form_input_checkBox .checkBtn {
  cursor: pointer;
  position: relative;
  font-size: 1.4rem;
  display: block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
}

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

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

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

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

.page_contact .gl_visually_hidden input {
  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 .privacyPolicyWrap {
  margin-top: 30px;
}

.page_contact .privacyPolicyText {
  margin-bottom: 30px;
}

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

.page_contact .privacyPolicyScrollBox {
  overflow-y: scroll;
  width: 100%;
  height: 200px;
  border: 1px solid #ccc;
  padding: 20px;
  margin-bottom: 30px;
}

.page_contact .contactTtl_wrap {
  margin-top: 50px;
}

.page_contact .contactTtl_wrap .ttl_03 {
  text-align: center;
}

.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,
.page_contact .btn_form02 {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 30px;
  padding: 20px 25px;
  background-color: #036ea9;
  border-radius: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.page_contact .btn_form01 p,
.page_contact .btn_form02 p {
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
}

.page_contact .btn_form01:hover,
.page_contact .btn_form02:hover {
  background-color: #277aab;
}

.page_contact .btn_form02 {
  margin-top: 0;
  background-color: #777;
}

.page_contact .btn_form02:hover {
  background-color: #555;
  color: #fff;
}

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

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

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

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

.page_contact .contactConfirmWrap .lc_introText {
  text-align: center;
}

.page_contact .contactConfirmWrap .contact_ttl h2 {
  font-size: 2.8rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #036ea9;
  margin-bottom: 20px;
}

@media screen and (min-width: 767px) {
  .page_contact .contactErrorWrap {
    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;
    min-height: 90vh;
    background-color: #ebf1f9;
  }
}

.page_contact .contactErrorWrap .container {
  max-width: 800px;
  margin-top: -10%;
}

@media screen and (max-width: 767px) {
  .page_contact .contactErrorWrap .container {
    margin-top: 0;
  }
}

.page_contact .contactErrorWrap .contactError_textWrap {
  padding: 50px;
  background-color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .page_contact .contactErrorWrap .contactError_textWrap {
    padding: 30px 10px;
    margin-top: 50px;
  }
}

.page_contact .contactErrorWrap .form_topText {
  color: #333;
}

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

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

.contactThanks_textWrap {
  text-align: center;
  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: 400px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .contactThanks_textWrap {
    min-height: 80vh;
  }
}

.contactThanks_textWrap .lc_inner {
  width: 100%;
}

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

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

.contactThanks_textWrap .ttl_01 .lc_ttl {
  font-size: 2.4rem;
}

.page_contact .topImage .topImage_bg {
  background-image: url("../img/contact_topimg.jpg");
}

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

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

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

.page_contact.form_typeB .form_ttl {
  background-color: transparent;
  border: none;
}

@media screen and (max-width: 767px) {
  .page_contact.form_typeB .form_ttl {
    padding-bottom: 0;
  }
}

.page_contact.form_typeB .form_ttl p {
  margin: 0;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #254280;
}

.page_contact.form_typeB .form_input {
  border: none;
}

@media screen and (max-width: 767px) {
  .page_contact.form_typeB .form_input {
    padding-top: 10px;
    padding-bottom: 0px;
  }
}

.page_contact.form_typeB .form_ttl > div {
  display: block;
}

.page_contact.form_typeB div.hissu,
.page_contact.form_typeB div.hissu2 {
  margin-left: 0em;
  margin-top: 5px;
  background-color: #036ea9;
}

.contact_text_01 {
  background-color: #ebf1f9;
  padding: 30px 20px;
  margin-bottom: 50px;
}

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

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

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

.contact_text_01 .lc_text02 {
  text-align: center;
}

.contact_text_01 a {
  color: #036ea9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
  display: inline-block;
  position: relative;
  padding-left: calc(1.2em + 10px);
}

.contact_text_01 a::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/comm_icon_03.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 0;
}

@media screen and (max-width: 767px) {
  .contact_text_01 a {
    font-size: 2.6rem;
    width: auto;
  }
}

.contact_text_02 p {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
}

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

.bn_jirei {
  background-color: #036ea9;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 10px 20px;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  -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);
}

.bn_jirei:hover {
  background-color: #34abb5;
}

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

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

.page_home .sc_tophero {
  background-color: #036ea9;
}

.page_home .tophero {
  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;
  margin-top: -80px;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

@media screen and (max-width: 1024px) {
  .page_home .tophero {
    display: block;
  }
}

.page_home .tophero_boxImg {
  background-image: url("../img/home_tophero.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  width: 50%;
  opacity: 0;
  -webkit-animation: fadeIn_right 2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  animation: fadeIn_right 2s 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 1000px) {
  .page_home .tophero_boxImg {
    width: 40%;
  }
}

@media screen and (max-width: 1024px) {
  .page_home .tophero_boxImg {
    width: 90%;
  }
}

.page_home .tophero_boxImg::after {
  content: "";
  display: block;
  padding-top: calc(545 / 800 * 100%);
}

.page_home .tophero_boxText {
  width: 50%;
  margin-top: 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: 1000px) {
  .page_home .tophero_boxText {
    width: 60%;
  }
}

@media screen and (max-width: 1024px) {
  .page_home .tophero_boxText {
    width: 100%;
  }
}

.page_home .tophero_tx01 {
  background-color: #fff;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  letter-spacing: 0.1em;
  padding: 5px 50px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .page_home .tophero_tx01 {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 767px) {
  .page_home .tophero_tx01 {
    font-size: 2rem;
    padding: 5px 30px;
  }
}

.page_home .tophero_tx02 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.page_home .tophero_tx02 .lc_tx01 {
  font-size: 1.5em;
}

@media screen and (max-width: 767px) {
  .page_home .tophero_tx02 {
    font-size: 2.7rem;
  }
}

.page_home .tophero_copy {
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page_home .tophero_copy {
    position: relative;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }
}

.page_home .tophero_copy_FB {
  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: 0;
}

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

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

.page_home .tophero_copy_box {
  background-color: #ebf1f9;
  margin: 0 10px;
  padding: 20px 20px;
  width: 45%;
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .page_home .tophero_copy_box {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
  }
}

.page_home .tophero_copy_box h2 {
  font-size: 1.8rem;
}

.page_home .tophero_copy_box h2 .lc_bold {
  font-size: 1.6em;
  color: #036ea9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-right: 5px;
}

.page_home .tophero_photo {
  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_home .sc_top40th {
  background-image: url("../img/home_top40th_bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  padding-bottom: 100px;
}

.page_home .top40th_tx01 {
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

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

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

@media screen and (max-width: 767px) {
  .page_home .top40th_tx01 {
    font-size: 2.7rem;
  }
}

.page_home .top40th_logo {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

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

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

@media screen and (max-width: 767px) {
  .page_home .top40th_logo {
    max-width: 330px;
  }
}

.page_home .top40th_textWrap {
  background-color: #036ea9;
  border-radius: 999px;
  padding: 30px 20px;
}

@media screen and (max-width: 767px) {
  .page_home .top40th_textWrap {
    border-radius: 50px;
  }
}

.page_home .top40th_textWrap h2 {
  margin-top: -10px;
  font-size: 3rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}

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

.page_home .top40th_textWrap h2 span {
  font-size: 0.7em;
}

.page_home .about_message {
  background-color: #ebf1f9;
  padding: 70px 0;
}

@media screen and (max-width: 767px) {
  .page_home .about_message {
    margin-top: 200px;
  }
}

.page_home .about_message_FB {
  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) {
  .page_home .about_message_FB {
    display: block;
  }
}

.page_home .about_message_FB_img {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  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_home .about_message_FB_img {
    margin-top: -200px;
    margin-bottom: 50px;
  }
}

.page_home .about_message_FB_text {
  width: 65%;
  margin-left: 50px;
}

@media screen and (max-width: 767px) {
  .page_home .about_message_FB_text {
    width: 100%;
    margin-left: 0;
  }
}

.page_home .about_message_FB_text .lc_ttl {
  border-bottom: 2px solid #036ea9;
  padding-bottom: 5px;
  margin-bottom: 30px;
  font-size: 2.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #036ea9;
  letter-spacing: 0.1em;
}

.page_home .about_message_FB_text .lc_ttl span {
  margin-left: 20px;
  font-size: 0.7em;
}

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

.page_home .about_message_FB_text .lc_textWrap p {
  line-height: 2;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .page_home .about_message_FB_text .lc_textWrap {
    margin-bottom: 20px;
  }
}

.page_home .about_message_FB_text .lc_name01 {
  text-align: right;
}

.page_home .about_message_FB_text .lc_name02 {
  text-align: right;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
}

.page_home .about_message_FB_text .lc_name02 span {
  font-size: 0.8em;
}

.page_home .about_policy {
  padding-top: 50px;
  margin-bottom: 50px;
}

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

.page_home .about_policy_shakun {
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page_home .about_policy_rinen {
  margin-right: auto;
  margin-left: auto;
}

.page_home .about_policy_rinen p {
  font-size: 2.2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
  border: 3px solid #036ea9;
  border-radius: 5px;
  padding: 20px 20px;
}

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

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

.page_home .sc_hoken {
  background-color: #036ea9;
  padding-bottom: 0;
}

.page_home .about_hoken {
  background-color: #fff;
  padding: 30px 30px 50px;
  border-radius: 20px;
  margin-bottom: 50px;
}

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

.page_home .about_hoken .ttl_03 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 767px) {
  .page_home .about_hoken .ttl_03 {
    text-align: center;
    font-size: 1.7rem;
  }
}

.page_home .about_hoken .about_hoken_tx01 {
  font-size: 2.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.2;
}

.page_home .about_hoken .about_hoken_tx01 span {
  font-size: 0.7em;
}

@media screen and (max-width: 767px) {
  .page_home .about_hoken .about_hoken_tx01 {
    font-size: 2.2rem;
  }
}

.page_home .about_hoken .about_hoken_img {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.page_home .bigImg.lc_home01::after {
  padding-top: 30%;
}

@media screen and (max-width: 767px) {
  .page_home .bigImg.lc_home01::after {
    padding-top: 80%;
  }
}

.page_home .bigImg.lc_home01 .lc_bigImg {
  background-image: url(../img/home_bigimg_01.jpg);
}

.page_home .aboutListWrap {
  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;
  width: 100%;
}

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

.page_home .aboutListFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 700px;
  padding: 20px 30px;
  border-top: 1px solid #ccc;
}

.page_home .aboutListFB:last-of-type {
  border-bottom: 1px solid #ccc;
}

.page_home .aboutListFB + .page_home .aboutListFB {
  margin-top: 5px;
}

@media screen and (max-width: 1024px) {
  .page_home .aboutListFB {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .page_home .aboutListFB {
    display: block;
    padding: 15px 0px;
  }
}

.page_home .aboutListFB_A {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 15em;
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .page_home .aboutListFB_A {
    width: 100%;
    margin-right: 0;
  }
}

.page_home .aboutListFB_A p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #254280;
  font-size: 1.4rem;
  margin: 0;
  padding: 4px 10px;
  text-align: center;
}

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

.page_home .aboutListFB_B {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_home .aboutListFB_B p {
  font-size: 1.6rem;
  margin: 0;
}

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

@media screen and (max-width: 767px) {
  .page_home .aboutListFB_B {
    display: block;
    padding: 0px;
  }
}

.page_home .aboutListFB_B.lc_typeA p {
  font-size: 1.8em;
  letter-spacing: 0.05em;
}

.page_home .sc_enkaku {
  background-color: #036ea9;
}

.page_home .enkakuFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 30px;
}

@media screen and (max-width: 767px) {
  .page_home .enkakuFB {
    display: block;
    padding: 25px 0px 10px;
  }
}

.page_home .enkakuFB_A {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 220px;
  margin-right: 80px;
}

@media screen and (max-width: 767px) {
  .page_home .enkakuFB_A {
    margin-right: 0;
    width: 100%;
  }
}

.page_home .enkakuFB_A p {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1em;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  padding: 4px 0;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_home .enkakuFB_A p {
    font-size: 1.4rem;
    width: auto;
    margin-right: 0;
    background-color: rgba(255, 255, 255, 0.1);
  }
}

.page_home .enkakuFB_A p::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -70px;
  margin: auto;
  width: 70px;
  height: 1px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .page_home .enkakuFB_A p::after {
    display: none;
  }
}

.page_home .enkakuFB_B {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding: 0 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.page_home .enkakuFB_B p {
  font-size: 1.6rem;
  position: relative;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .page_home .enkakuFB_B p {
    text-align: center;
    font-size: 1.2rem;
  }
  .page_home .enkakuFB_B p::after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: auto;
    width: 2px;
    height: 20px;
    background-color: rgba(255, 255, 255, 0.4);
  }
}

@media screen and (max-width: 767px) {
  .page_home .enkakuFB_B {
    display: block;
    padding: 5px 0px;
  }
}

.page_home .bigImg.lc_home02::after {
  padding-top: 50%;
}

@media screen and (max-width: 767px) {
  .page_home .bigImg.lc_home02::after {
    padding-top: 80%;
  }
}

.page_home .bigImg.lc_home02 .lc_bigImg {
  background-image: url(../img/home_bigimg_02.jpg);
}

.page_home .access_FB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

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

@media screen and (max-width: 1024px) {
  .page_home .access_FB {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

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

.page_home .access_FB_box {
  width: 23%;
}

@media screen and (max-width: 1024px) {
  .page_home .access_FB_box {
    width: 47%;
    margin-bottom: 50px;
  }
}

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

.page_home .access_FB_box h3 {
  background-color: #036ea9;
  font-size: 2rem;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-bottom: 10px;
}

.page_home .access_FB_box .lc_img {
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 10px;
}

.page_home .access_FB_box .lc_telWrap {
  margin-bottom: 10px;
}

.page_home .access_FB_box .lc_tx_tel {
  margin-bottom: 0px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .page_home .access_FB_box .lc_tx_tel {
    font-size: 2.3rem;
  }
}

.page_home .access_FB_box .lc_tx_tel span {
  background-color: #036ea9;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
  padding: 2px 8px;
  margin-right: 10px;
}

.page_home .access_FB_box .lc_addressWrap {
  margin-bottom: 15px;
  border-left: 2px solid rgba(3, 110, 169, 0.4);
  padding-left: 10px;
}

.page_home .access_FB_box .lc_map .gl_externalEmbedded {
  padding-top: 80%;
}

@media screen and (max-width: 767px) {
  .page_home .access_FB_box .lc_map .gl_externalEmbedded {
    padding-top: 80%;
  }
}

.page_home .newsWrap {
  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 #036ea9;
  border-bottom: 1px solid #036ea9;
  padding-top: 50px;
  padding-bottom: 50px;
}

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

.page_home .newsFB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page_home .newsFB + .newsFB {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .page_home .newsFB + .newsFB {
    margin-top: 10px;
  }
}

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

.page_home .newsFB_A {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 40px;
  width: 13em;
}

@media screen and (max-width: 767px) {
  .page_home .newsFB_A {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.page_home .newsFB_A p {
  color: #036ea9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  position: relative;
  padding-left: calc(1.2em + 10px);
}

.page_home .newsFB_A p::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/comm_icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 0;
}

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

.page_home .newsFB_B {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  font-size: 2rem;
  padding: 0 10px;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page_home .newsFB_B {
    display: block;
    padding: 5px 10px 10px;
    border: none;
  }
}

.page_business .topImage .topImage_bg {
  background-image: url("../img/business_topimg.jpg");
}

@media screen and (max-width: 767px) {
  .page_business .topImage .topImage_bg {
    top: 0%;
  }
}

.page_business .keibi_item_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

.page_business .keibi_item {
  margin-bottom: 70px;
  width: 48%;
}

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

.page_business .keibi_item.lc_typeA {
  width: 100%;
}

.page_business .keibi_item_text {
  margin-bottom: 15px;
}

.page_business .keibi_item_ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
  text-align: left;
  margin-bottom: 10px;
  position: relative;
  padding-left: calc(1.2em + 10px);
}

.page_business .keibi_item_ttl::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/comm_icon_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 0;
}

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

.page_business .keibi_img_FB {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page_business .keibi_img_FB .lc_img + .lc_img {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .page_business .keibi_img_FB .lc_img + .lc_img {
    margin-left: 0;
    margin-top: 10px;
  }
}

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

.page_business .business_photoImg_01 {
  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-top: 50px;
}

@media screen and (max-width: 767px) {
  .page_business .business_photoImg_01 {
    margin-top: 40px;
  }
}

.page_business .business_photoImg_01 .lc_img + .lc_img {
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .page_business .business_photoImg_01 .lc_img + .lc_img {
    margin-left: 0;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .page_business .business_photoImg_01 {
    display: block;
    width: 100%;
  }
}

.page_recruit .topImage .topImage_bg {
  background-image: url("../img/recruit_topimg.jpg");
  top: 0%;
}

.page_recruit .recruit_top_tx01 {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px 50px;
  background-color: #ebf1f9;
}

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

.page_recruit .recruit_top_tx01 p {
  color: #036ea9;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_recruit .recruit_top_tx01 p {
    text-align: justify;
    text-justify: inter-ideograph;
  }
}

.page_recruit .joblink_wrap {
  margin-bottom: 50px;
}

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

.page_recruit .joblinkFB {
  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;
  pointer-events: none;
  background-color: #036ea9;
  padding: 15px 30px;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}

@media screen and (max-width: 767px) {
  .page_recruit .joblinkFB {
    display: block;
    max-width: 500px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

.page_recruit .joblinkFB:hover {
  background-color: #34abb5;
}

.page_recruit .joblinkFB .lc_boxA {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
}

@media screen and (max-width: 767px) {
  .page_recruit .joblinkFB .lc_boxA {
    width: 100%;
    margin-bottom: 10px;
  }
}

.page_recruit .joblinkFB .lc_boxA h3 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
  text-align: left;
  position: relative;
  padding-left: calc(1.2em + 10px);
}

.page_recruit .joblinkFB .lc_boxA h3::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/comm_icon_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 0;
}

@media screen and (max-width: 767px) {
  .page_recruit .joblinkFB .lc_boxA h3 {
    font-size: 1.6rem;
    width: auto;
  }
}

.page_recruit .joblinkFB .lc_boxB {
  width: 300px;
  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_recruit .joblinkFB .lc_boxB {
    width: 100%;
  }
}

.page_recruit .joblinkFB + .joblinkFB {
  margin-top: 20px;
}

.page_recruit .bigImg.lc_recruit01::after {
  padding-top: 30%;
}

@media screen and (max-width: 1024px) {
  .page_recruit .bigImg.lc_recruit01::after {
    padding-top: 60%;
  }
}

.page_recruit .bigImg.lc_recruit01 .lc_bigImg {
  background-image: url(../img/recruit_bigimg_01.jpg);
}

.page_recruit .sc_voice {
  background-color: #ebf1f9;
}

.page_recruit .sc_voice .cm_tx01 p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  text-align: center;
}

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

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

.page_recruit .voice_FB_Wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 70px;
}

.page_recruit .voice_box {
  width: 48%;
  position: relative;
  border: 3px solid #036ea9;
  background-color: #fff;
  border-radius: 20px;
  padding: 40px;
  padding-top: 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1024px) {
  .page_recruit .voice_box {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .page_recruit .voice_box {
    padding: 50px 30px 30px;
  }
}

.page_recruit .voice_prof {
  margin-bottom: 10px;
}

.page_recruit .voice_prof p {
  display: inline-block;
  background-color: #ebf1f9;
  padding: 5px 20px;
  color: #036ea9;
}

.page_recruit .voice_prof p + p {
  margin-left: 7px;
}

.page_recruit .voice_ttl {
  color: #036ea9;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.page_recruit .voice_text p {
  line-height: 1.7;
}

.page_recruit .voice_text p + p {
  margin-top: 10px;
}

.page_recruit .voice_icon {
  position: absolute;
  right: 30px;
  top: -20px;
  width: 90px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.page_recruit .voice_icon::after {
  content: "";
  display: block;
  padding-top: calc(280 / 230 * 100%);
}

.page_recruit .voice_icon.lc_typeA {
  background-image: url("../img/voice_icon_01.png");
}

.page_recruit .voice_icon.lc_typeB {
  background-image: url("../img/voice_icon_02.png");
}

.page_job .topImage .topImage_bg {
  background-image: url("../img/job_topimg.jpg");
  top: 0%;
}

.page_job .job_item {
  border: 3px solid #036ea9;
}

.page_job .job_item + .job_item {
  margin-top: 70px;
}

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

.page_job .job_item_ttl {
  background-color: #036ea9;
  padding: 20px 40px;
  position: relative;
  padding-left: calc(1.2em + 10px);
}

@media screen and (max-width: 767px) {
  .page_job .job_item_ttl {
    padding: 25px 15px;
  }
}

.page_job .job_item_ttl::before {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url(../img/comm_icon_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 3px;
  bottom: 0;
  margin: auto;
  left: 10px;
}

.page_job .job_item_ttl h2 {
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  text-align: left;
  margin-left: 20px;
}

.page_job .job_item_ttl h2 .lc_no {
  font-size: 1.2em;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
  padding: 3px 15px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .page_job .job_item_ttl h2 .lc_no {
    display: block;
    position: absolute;
    right: -3px;
    top: -3px;
    border-radius: 0 0 0 5px;
    margin-right: 0;
    padding: 2px 20px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .page_job .job_item_ttl h2 {
    font-size: 1.6rem;
    width: auto;
  }
}

.page_job .job_item_cont {
  padding: 30px;
}

@media screen and (max-width: 767px) {
  .page_job .job_item_cont {
    padding: 15px;
  }
}

.page_job .job_item_cont dl {
  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;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

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

.page_job .job_item_cont dt,
.page_job .job_item_cont dd {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.page_job .job_item_cont dt {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .page_job .job_item_cont dt {
    width: 100%;
  }
}

.page_job .job_item_cont dt p {
  font-size: 1.5rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.2em;
  background-color: #036ea9;
  color: #fff;
  padding: 5px 10px;
  text-align: center;
}

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

.page_job .job_item_cont dd {
  width: 70%;
  padding-left: 40px;
}

@media screen and (max-width: 767px) {
  .page_job .job_item_cont dd {
    width: 100%;
    padding-left: 0;
  }
}

.page_job .job_item_cont dd p {
  padding: 5px 10px;
}

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

.page_job .job_item_cont dd .lc_bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  color: #036ea9;
}

.page_job .job_item_btn {
  background-color: #ebf1f9;
  padding: 30px;
}

.page_job .bn_entryFB {
  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;
  background-color: #34abb5;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-top: 50px;
  -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);
}

@media screen and (max-width: 767px) {
  .page_job .bn_entryFB {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .page_job .bn_entryFB {
    display: block;
    max-width: 500px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
}

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

.page_job .bn_entryFB:hover {
  opacity: 0.8;
}

.page_job .bn_entryFB .lc_boxA {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .page_job .bn_entryFB .lc_boxA {
    width: 100%;
  }
}

.page_job .bn_entryFB .lc_boxB {
  width: 50%;
  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_job .bn_entryFB .lc_boxB {
    width: 100%;
  }
}

.page_job .bn_entryFB .lc_imgWrap {
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .page_job .bn_entryFB .lc_imgWrap {
    padding: 20px;
    padding-bottom: 10px;
  }
}

.page_job .bn_entryFB .lc_txWrap {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  padding-left: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .page_job .bn_entryFB .lc_txWrap {
    padding-bottom: 20px;
  }
}

.page_job .bn_entryFB .bn_entryFB_ttl {
  font-size: 3.5rem;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-align: left;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page_job .bn_entryFB .bn_entryFB_ttl {
    font-size: 2.8rem;
    text-align: center;
  }
}

.page_job .bn_entryFB .bn_entryFB_tx01 {
  background-color: #036ea9;
  color: #fff;
  padding: 5px 20px;
  display: inline-block;
  margin-bottom: 20px;
  font-size: 2rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .page_job .bn_entryFB .bn_entryFB_tx01 {
    display: block;
    text-align: center;
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.page_job .bn_entryFB .bn_entryFB_tx02 {
  font-size: 1.7rem;
  color: #fff;
}

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

.page_job .bn_entryFB .btn_01 {
  margin-left: 0;
  margin-top: 20px;
}

.page_sitepolicy .topImage .topImage_bg {
  background-image: url("../img/sitepolicy_topimg.jpg");
  top: 0%;
}

.page_sitepolicy .privacyWrap {
  max-width: 750px;
  margin-right: auto;
  margin-left: auto;
}

.page_sitepolicy .privacyWrap h2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
  text-align: left;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #036ea9;
}

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

.page_sitepolicy .privacyWrap p {
  font-size: 1.4rem;
}

.page_sitepolicy .privacyWrap li {
  font-size: 1.3rem;
}

.page_sitepolicy .privacyWrap p + ul,
.page_sitepolicy .privacyWrap p + p,
.page_sitepolicy .privacyWrap ul + p {
  margin-top: 10px;
}

.page_sitepolicy .privacyWrap ul {
  text-indent: 0;
  padding: 0;
  padding-left: 1em;
}

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

.page_sitepolicy .privacyWrap ul > li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.7em;
  left: calc(-1em + 0.3em);
  width: 0.2em;
  height: 0.2em;
  background-color: #666;
  border-radius: 100%;
}

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

.page_sitepolicy .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_sitepolicy .privacySignature_inner .lc_tx1 {
  text-align: right;
}

.page_sitepolicy .privacySignature_inner .lc_tx2 {
  text-align: right;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.page_sitepolicy .privacySignature_inner .lc_tx3 {
  text-align: right;
  font-size: 1.6rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin-top: 0;
}
/*# sourceMappingURL=style.css.map */
