@charset "UTF-8";
/* ============================================
// normalize.css v3.0.2 | MIT License | git.io/normalize
// ==========================================*/
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: border-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* ============================================
// RESET
// ==========================================*/
* {
  box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

::-moz-selection {
  background: #f7c327;
  color: #FFF;
}

::selection {
  background: #f7c327;
  color: #FFF;
}

@media (min-device-width: 768px) {
  a[href^="tel:"] {
    cursor: default;
    pointer-events: none;
  }
}
/* ============================================
// BASE
// ==========================================*/
/* ============================================
// lp
// ==========================================*/
html {
  font-size: 62.5%;
}

body {
  color: #333;
  display: block;
  height: auto;
  line-height: 1.6;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
  letter-spacing: 0.015em;
  background-size: contain;
  padding: 0 0 60px;
  font-size: 1.4rem;
  min-width: auto;
  background: url(../img/bg_body.jpg);
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.5rem;
    min-width: 1024px;
    line-height: 2;
    padding: 0 0 90px;
  }
}

.lp_wrap {
  overflow: hidden;
}

@media (min-device-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
.pc_br {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc_br {
    display: inline;
  }
}

.sp_br {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .sp_br {
    display: block;
  }
}

.line_yellow {
  background: linear-gradient(transparent 70%, #fff799 70%);
}

.tri:before {
  content: "";
  border-right: 6px solid transparent;
  border-bottom: 6px solid #b2ce54;
  border-left: 6px solid transparent;
  transform: rotate(180deg);
  width: 6px;
  height: 6px;
  display: inline-block;
  position: absolute;
  right: -25px;
  top: 0;
  bottom: 0;
  margin: auto;
}

._eng {
  font-family: "Paytone One", sans-serif;
}

.ofi {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.ofi_cont {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}

a {
  transition: opacity 0.3s;
  text-decoration: none;
}

@media (min-device-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

a.newTab[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 13px;
  background: url(../img/ico_newTab.png) no-repeat;
  background-size: cover;
  margin-left: 10px;
}

.animation.slideUp {
  transform: translateY(50px);
  transition: all 0.3s ease-out;
  opacity: 0;
}
.animation.slideUp.acted {
  transform: translateY(0);
  opacity: 1;
}
.animation.slideLeft {
  transform: translateX(-100%);
  transition: all 0.5s ease-out;
  opacity: 0;
}
.animation.slideLeft.acted {
  transform: translateX(0);
  opacity: 1;
}
.animation.slideRight {
  transform: translateX(100%);
  transition: all 0.5s ease-out;
  opacity: 0;
}
.animation.slideRight.acted {
  transform: translateX(0);
  opacity: 1;
}
.animation.fade_slideup {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 0.8s ease, opacity 0.8s ease;
}
.animation.fade_slideup.acted {
  transform: translateY(0);
  opacity: 1;
}
.animation.fade {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.8s;
  transition-timing-function: ease-out;
}
.animation.fade.acted {
  opacity: 1;
}
.animation .fade {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.animation .fade.acted {
  opacity: 1;
}
.animation.blur {
  filter: blur(10px);
  opacity: 0;
  transition: all 0.5s ease;
}
.animation.blur.acted {
  filter: blur(0);
  opacity: 1;
}
@-webkit-keyframes paper {
  0% {
    transform: scale(0.2);
    transform-origin: top left;
  }
  100% {
    transform: scale(1);
    transform-origin: top left;
  }
}
@keyframes paper {
  0% {
    transform: scale(0.2);
    transform-origin: top left;
  }
  100% {
    transform: scale(1);
    transform-origin: top left;
  }
}
.animation.paper {
  transform: translateY(-40px);
  transition: all 0.5s ease;
  opacity: 0;
}
.animation.paper.acted {
  transform: translateY(0);
  opacity: 1;
}

.m_inner_style01 {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .m_inner_style01 {
    padding: 0 40px;
  }
}

.m_inner_style02 {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .m_inner_style02 {
    padding: 0 40px;
  }
}

.m_inner_style03 {
  width: 100%;
  max-width: 1680px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .m_inner_style03 {
    padding: 0 40px;
  }
}

.m_inner_style04 {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (min-width: 769px) {
  .m_inner_style04 {
    padding: 0 40px;
  }
}

.m_layout_style01 {
  display: flex;
  align-items: flex-start;
}

.m_title_style01 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.m_title_style01 .ja {
  font-size: 2.04rem;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 0.2em;
}
@media screen and (min-width: 769px) {
  .m_title_style01 .ja {
    font-size: 3.4rem;
  }
}
.m_title_style01 .en {
  display: flex;
  align-items: center;
}
.m_title_style01 .en::before, .m_title_style01 .en::after {
  content: "";
  display: inline-block;
  width: 64px;
  height: 1px;
  border-top: 1px dashed #333;
}
.m_title_style01 .en span {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  color: #000191;
  font-size: 1.3rem;
  padding: 0 16px;
}
@media screen and (min-width: 769px) {
  .m_title_style01 .en span {
    font-size: 1.4rem;
  }
}

.m_title_style02 {
  font-size: 2.08rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .m_title_style02 {
    font-size: 2.6rem;
  }
}

.m_button_style01 a {
  width: 100%;
  border-radius: 100px;
  padding: 10px 25px;
  background: #f7c327;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
.m_button_style01 a .text {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .m_button_style01 a .text {
    font-size: 1.4rem;
  }
}

.head {
  position: absolute;
  z-index: 2;
  top: 20px;
  left: 20px;
}
@media screen and (min-width: 769px) {
  .head {
    top: 40px;
    left: 40px;
  }
}
.head_logo {
  display: flex;
  align-items: center;
  transform: scale(0.7);
  transform-origin: left top;
}
@media screen and (min-width: 769px) {
  .head_logo {
    transform: scale(1);
  }
}
.head_logo_text {
  font-size: 1rem;
  margin-left: 10px;
  line-height: 1.6;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .head_logo_text {
    font-size: 1.2rem;
    margin-left: 20px;
  }
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    filter: blur(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
.mv {
  position: relative;
  background-image: url(../img/img_main.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 120%;
  min-height: 450px;
  -webkit-animation: fade 0.8s 0s ease forwards;
          animation: fade 0.8s 0s ease forwards;
}
@media screen and (min-width: 481px) {
  .mv {
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .mv {
    min-height: 852px;
  }
}
@media screen and (min-width: 1400px) {
  .mv {
    background-size: inherit;
  }
}
.mv_text {
  position: absolute;
  display: flex;
  flex-flow: wrap;
  max-width: 495px;
  width: 100%;
  transform: scale(0.98);
  bottom: 110px;
  left: 0;
  transform-origin: bottom left;
}
@media screen and (min-width: 481px) {
  .mv_text {
    position: relative;
    height: 682px;
    transform: scale(0.5);
    flex-flow: column;
    justify-content: center;
    bottom: auto;
    left: auto;
    transform-origin: center left;
  }
}
@media screen and (min-width: 769px) {
  .mv_text {
    transform: scale(1);
  }
}
.mv_text .name {
  position: relative;
  z-index: 1;
  margin-bottom: -40px;
  margin-left: 0;
  opacity: 0;
  -webkit-animation: fade 0.5s 0.8s ease forwards;
          animation: fade 0.5s 0.8s ease forwards;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mv_text .name {
    margin-bottom: -10px;
    margin-left: 0;
    width: 100%;
    max-width: 200px;
  }
  .mv_text .name:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 34.4110854503%;
  }
  .mv_text .name > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.mv_text .lead {
  position: relative;
  z-index: 2;
  opacity: 0;
  -webkit-animation: fade 0.5s 0.8s ease forwards;
          animation: fade 0.5s 0.8s ease forwards;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mv_text .lead {
    width: 60%;
  }
}
@media screen and (max-width: 480px) {
  .mv_text .lead:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 42.6262626263%;
  }
  .mv_text .lead > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.mv_text .date {
  margin-top: 0;
  position: relative;
  z-index: 1;
  opacity: 0;
  -webkit-animation: fade 0.5s 0.8s ease forwards;
          animation: fade 0.5s 0.8s ease forwards;
  position: relative;
}
@media screen and (max-width: 480px) {
  .mv_text .date {
    width: 40%;
  }
}
@media screen and (min-width: 481px) {
  .mv_text .date {
    margin-top: -45px;
  }
}
@media screen and (max-width: 480px) {
  .mv_text .date:before {
    display: block;
    content: "";
    width: 100%;
    padding-top: 61.75%;
  }
  .mv_text .date > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.mv_text_deco .deco {
  opacity: 0;
  position: absolute;
  transform: scale(0.5);
}
@media screen and (min-width: 769px) {
  .mv_text_deco .deco {
    transform: scale(1);
  }
}
.mv_text_deco ._deco01 {
  top: -50px;
  right: 30%;
  -webkit-animation: fade 0.5s 1.5s ease forwards;
          animation: fade 0.5s 1.5s ease forwards;
}
@media screen and (min-width: 769px) {
  .mv_text_deco ._deco01 {
    top: 110px;
    right: 0;
  }
}
.mv_text_deco ._deco02 {
  left: -50px;
  bottom: 40px;
  -webkit-animation: fade 0.5s 1.6s ease forwards;
          animation: fade 0.5s 1.6s ease forwards;
}
@media screen and (min-width: 769px) {
  .mv_text_deco ._deco02 {
    left: -50px;
    bottom: 220px;
  }
}
.mv_text_deco ._deco03 {
  left: 0px;
  bottom: -40px;
  -webkit-animation: fade 0.5s 1.7s ease forwards;
          animation: fade 0.5s 1.7s ease forwards;
}
@media screen and (min-width: 769px) {
  .mv_text_deco ._deco03 {
    left: -80px;
    bottom: 80px;
  }
}
.mv_text_deco ._deco04 {
  left: 40px;
  bottom: -120px;
  -webkit-animation: fade 0.5s 1.8s ease forwards;
          animation: fade 0.5s 1.8s ease forwards;
}
@media screen and (min-width: 769px) {
  .mv_text_deco ._deco04 {
    left: 50px;
    bottom: -50px;
  }
}
.mv_lead {
  position: absolute;
  bottom: 20px;
  right: 0;
  opacity: 0;
  -webkit-animation: fade 0.5s 2.8s ease forwards;
          animation: fade 0.5s 2.8s ease forwards;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .mv_lead {
    bottom: 140px;
    right: 80px;
  }
}
.mv_lead p {
  display: block;
  position: relative;
  margin-top: 10px;
  padding: 5px 0;
}
@media screen and (min-width: 769px) {
  .mv_lead p {
    margin-top: 20px;
    padding: 5px;
  }
}
.mv_lead p::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: 0;
  bottom: 0;
  transform: skewX(-20deg);
}
.mv_lead p span {
  position: relative;
  z-index: 1;
  padding: 16px 16px;
  font-size: 1.44rem;
  color: #000191;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .mv_lead p span {
    padding: 16px 30px;
    font-size: 2.4rem;
  }
}
.mv_deco {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: fade 0.5s 2.4s ease forwards;
          animation: fade 0.5s 2.4s ease forwards;
  transform: scale(0.3);
  transform-origin: right top;
}
@media screen and (min-width: 769px) {
  .mv_deco {
    height: 682px;
    transform: scale(1);
  }
}

.recruitment {
  margin-top: 30px;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .recruitment {
    margin-top: 80px;
    padding-bottom: 120px;
  }
}
.recruitment_inner {
  position: relative;
}
@media screen and (max-width: 480px) {
  .recruitment_inner {
    padding: 0 10px;
  }
}
.recruitment_list {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: wrap;
  justify-content: center;
  margin-top: 20px;
}
.recruitment_list_item {
  width: 46%;
  margin: 20px 2% 0;
  border: 5px solid #fff;
  background: #fefbf0;
  padding: 10px;
}
@media screen and (min-width: 769px) {
  .recruitment_list_item {
    width: 23%;
    margin: 40px 1% 0;
    border: 10px solid #fff;
    padding: 16px 20px 20px;
  }
}
.recruitment_list_item dl dt {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.recruitment_list_item dl dt span {
  display: block;
  text-align: center;
}
.recruitment_list_item dl dt span.main {
  font-size: 1.6rem;
  font-weight: bold;
  color: #000191;
}
@media screen and (min-width: 769px) {
  .recruitment_list_item dl dt span.main {
    font-size: 1.8rem;
  }
}
.recruitment_list_item dl dt span.sub {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .recruitment_list_item dl dt span.sub {
    font-size: 1.2rem;
  }
}
.recruitment_list_item dl dt span.sub br {
  display: none;
}
@media screen and (min-width: 769px) {
  .recruitment_list_item dl dt span.sub br {
    display: block;
  }
}
.recruitment_list_item dl .icon {
  text-align: center;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .recruitment_list_item dl .icon {
    margin-top: 20px;
  }
}
.recruitment_list_item dl .icon img {
  max-width: 100%;
  height: 60px;
}
@media screen and (min-width: 769px) {
  .recruitment_list_item dl .icon img {
    height: 100px;
  }
}
.recruitment_list_item dl .m_button_style01 {
  margin-top: 20px;
  max-width: 160px;
  margin: 10px auto 0;
}
@media screen and (min-width: 769px) {
  .recruitment_list_item dl .m_button_style01 {
    max-width: none;
    margin: 20px auto 0;
  }
}
.recruitment_list_item dl .m_button_style01 a {
  padding: 3px 10px;
}
.recruitment_deco {
  position: absolute;
  top: -50px;
  right: calc(100% - 150px);
  transform: scale(0.5);
  transform-origin: right top;
}
@media screen and (min-width: 769px) {
  .recruitment_deco {
    transform: scale(1);
  }
}

.company {
  background-color: #fff;
  background-image: url(../img/bg_company.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  padding-top: 40px;
  padding-bottom: 50px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
.company_inner {
  position: relative;
}
.company_title {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .company_title {
    font-size: 3rem;
    margin-top: 60px;
  }
}
.company_deco {
  position: absolute;
  top: 60px;
  right: -60px;
  transform: scale(0.3);
  transform-origin: right top;
}
@media screen and (min-width: 769px) {
  .company_deco {
    transform: scale(1);
  }
}
.company_keywords {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.company_keywords_item {
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 0 2%;
}
.company_keywords_item img {
  width: 26px;
  max-width: 100%;
}
@media screen and (min-width: 769px) {
  .company_keywords_item img {
    width: 46px;
  }
}
.company_keywords_item .text {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  text-align: left;
  margin-top: 20px;
  font-size: 0.935rem;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .company_keywords_item .text {
    text-align: center;
    font-size: 1.7rem;
    margin-top: 30px;
  }
}
.company_keywords_item .text br {
  display: none;
}
@media screen and (min-width: 769px) {
  .company_keywords_item .text br {
    display: block;
  }
}
.company_6s {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #dfdfdf;
  padding: 20px 20px;
  margin-top: 30px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .company_6s {
    margin-top: 60px;
    padding: 40px 60px;
  }
}
.company_6s_title {
  font-size: 2.1rem;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .company_6s_title {
    font-size: 3rem;
  }
}
.company_6s .text {
  font-size: 1.5rem;
  text-align: left;
  font-weight: bold;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .company_6s .text {
    font-size: 1.8rem;
    text-align: center;
  }
}
.company_6s_list {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 30px;
}
@media screen and (min-width: 769px) {
  .company_6s_list {
    flex-flow: row;
  }
}
.company_6s_list_item {
  padding: 10px 10px;
  width: 48%;
}
@media screen and (min-width: 769px) {
  .company_6s_list_item {
    padding: 0 10px;
    width: auto;
  }
}
.company_6s_list img {
  max-width: 100%;
  width: 100%;
}
.company_6s_deco {
  position: absolute;
  bottom: -60px;
  left: -20px;
  transform: scale(0.4);
  transform-origin: left bottom;
}
@media screen and (min-width: 769px) {
  .company_6s_deco {
    transform: scale(1);
    bottom: -160px;
    left: -120px;
  }
}

.about {
  padding: 40px 0 60px;
}
@media screen and (min-width: 769px) {
  .about {
    padding: 80px 0 100px;
  }
}
.about_content {
  border: 10px solid #fff;
  background: #f5f7f9;
  padding: 0 20px 24px 20px;
  margin-top: 30px;
  position: relative;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .about_content {
    border: 15px solid #fff;
    padding: 0 64px 50px 64px;
    margin-top: 60px;
  }
}
.about_content_title {
  margin-top: -1.2em;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.about_content_text {
  margin-top: 16px;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .about_content_text {
    margin-top: 30px;
  }
}
.about_content_detail {
  display: flex;
  justify-content: center;
  flex-flow: wrap;
  margin-top: 20px;
  position: relative;
  z-index: 1;
}
.about_content_detail li {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  text-align: center;
  margin: 10px;
  flex-flow: column;
}
@media screen and (min-width: 769px) {
  .about_content_detail li {
    width: 146px;
    height: 146px;
    margin: 0 20px;
  }
}
.about_content_detail li .tag {
  color: #fff;
  padding: 0 15px;
  font-weight: 600;
}
.about_content_detail li p {
  line-height: 1.4;
  margin-top: 5px;
  display: flex;
  align-items: center;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .about_content_detail li p {
    margin-top: 10px;
  }
}
.about_content_detail li:nth-child(1) {
  border: 3px solid #e9978b;
}
.about_content_detail li:nth-child(1) .tag {
  background: #e9978b;
  border-radius: 100px;
}
.about_content_detail li:nth-child(2) {
  border: 3px solid #70afbc;
}
.about_content_detail li:nth-child(2) .tag {
  background: #70afbc;
  border-radius: 100px;
}
.about_content_detail li:nth-child(3) {
  border: 3px solid #75bc70;
}
.about_content_detail li:nth-child(3) .tag {
  background: #75bc70;
  border-radius: 100px;
}
.about_content_detail li:nth-child(4) {
  border: 3px solid #edc073;
}
.about_content_detail li:nth-child(4) .tag {
  background: #edc073;
  border-radius: 100px;
}
.about_content_training {
  display: flex;
  flex-flow: wrap;
  position: relative;
  z-index: 1;
}
.about_content_training_item {
  width: 100%;
  margin: 20px 2% 0;
}
@media screen and (min-width: 769px) {
  .about_content_training_item {
    width: 46%;
    margin: 40px 2% 0;
  }
}
.about_content_training_item dt {
  display: flex;
  flex-flow: column-reverse;
}
@media screen and (min-width: 769px) {
  .about_content_training_item dt {
    flex-flow: row;
  }
}
.about_content_training_item dt .photo {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .about_content_training_item dt .photo {
    flex: 1 0 202px;
  }
}
.about_content_training_item dt .num {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  margin-bottom: 16px;
}
@media screen and (min-width: 769px) {
  .about_content_training_item dt .num {
    margin-bottom: 0;
  }
}
.about_content_training_item dt .num_img {
  position: relative;
  z-index: 1;
  transform: scale(0.6);
  transform-origin: bottom;
}
@media screen and (min-width: 769px) {
  .about_content_training_item dt .num_img {
    transform: scale(1);
  }
}
.about_content_training_item dt .num_img img {
  max-width: 100%;
  width: 26px;
}
.about_content_training_item dt .num_title {
  position: relative;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
@media screen and (min-width: 769px) {
  .about_content_training_item dt .num_title {
    font-size: 2rem;
  }
}
.about_content_training_item dt .num_title::before {
  content: "";
  display: inline-block;
  width: 140px;
  height: 89px;
  background-image: url(../img/img_paint.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: -20px;
  right: 0;
  margin: auto;
  transform: scale(0.8);
}
@media screen and (min-width: 769px) {
  .about_content_training_item dt .num_title::before {
    transform: scale(1);
  }
}
.about_content_training_item dt .num_title span {
  position: relative;
  z-index: 1;
}
.about_content_training_item dd {
  margin-top: 20px;
}
.about_content_welfare {
  display: flex;
  flex-flow: wrap;
  margin: 40px 0 0;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .about_content_welfare {
    flex-flow: row;
    margin: 40px -40px 0;
  }
}
.about_content_welfare_item {
  width: 100%;
  border-bottom: 1px dashed #f7c327;
  border-right: 0;
  display: flex;
  justify-content: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
  .about_content_welfare_item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
    border-right: 1px dashed #f7c327;
    width: 25%;
  }
}
.about_content_welfare_item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (min-width: 769px) {
  .about_content_welfare_item:last-child {
    border-right: 0;
  }
}
@media screen and (min-width: 769px) {
  .about_content_welfare_item dl {
    padding: 0 24px;
  }
}
.about_content_welfare_item .title {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Serif JP", serif;
}
.about_content_welfare_item .title_num {
  position: relative;
  z-index: 1;
}
.about_content_welfare_item .title_num img {
  max-width: 100%;
  width: 26px;
}
@media screen and (min-width: 769px) {
  .about_content_welfare_item .title_num img {
    width: 31px;
  }
}
.about_content_welfare_item .title_icon {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .about_content_welfare_item .title_icon {
    margin-top: 24px;
  }
}
.about_content_welfare_item .title_text {
  margin-top: 8px;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .about_content_welfare_item .title_text {
    font-size: 2rem;
    margin-top: 16px;
  }
}
.about_content_welfare_item dd {
  width: 100%;
  margin-top: 10px;
}
.about_content._training .about_content_deco {
  left: -40px;
  transform-origin: left;
}
.about_content._welfare {
  background: #fefbf0;
}
.about_content_deco {
  position: absolute;
  bottom: -40px;
  right: -80px;
  transform: scale(0.5);
  z-index: 0;
}
@media screen and (min-width: 769px) {
  .about_content_deco {
    transform: scale(1);
  }
}

.guide {
  background-color: #fff;
}
.guide_wrap {
  background-image: url(../img/bg_guide.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 80%;
  padding-top: 50px;
  padding-bottom: 100px;
  position: relative;
}
@media screen and (min-width: 769px) {
  .guide_wrap {
    padding-top: 80px;
  }
}
.guide_service {
  margin-top: 30px;
}
.guide_service_list {
  display: flex;
  flex-flow: wrap;
  padding: 0;
}
@media screen and (min-width: 769px) {
  .guide_service_list {
    padding: 0 40px;
  }
}
.guide_service_list_item {
  width: 100%;
  margin: 10px 1% 0;
  border-radius: 10px;
  background: #ccc;
  padding: 10px 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  color: #fff;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 600;
}
@media screen and (min-width: 769px) {
  .guide_service_list_item {
    width: 31%;
    padding: 20px 26px;
    margin: 20px 1% 0;
  }
}
.guide_service_list_item .text {
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .guide_service_list_item .text {
    font-size: 1.8rem;
  }
}
.guide_service_list_item .text .small {
  font-size: 1.2rem;
}
@media screen and (min-width: 769px) {
  .guide_service_list_item .text .small {
    font-size: 1.3rem;
  }
}
.guide_service_list_item .num {
  font-size: 1.4rem;
  line-height: 1.6;
  display: inline-flex;
  align-items: baseline;
}
@media screen and (min-width: 769px) {
  .guide_service_list_item .num {
    font-size: 1.6rem;
  }
}
.guide_service_list_item .num em {
  font-style: normal;
  font-size: 2.08rem;
  font-weight: 600;
  padding: 0 5px;
}
@media screen and (min-width: 769px) {
  .guide_service_list_item .num em {
    font-size: 2.6rem;
  }
}
.guide_service_list_item:nth-child(1) {
  background: #9a99bb;
}
.guide_service_list_item:nth-child(2) {
  background: #6ba1ac;
}
.guide_service_list_item:nth-child(3) {
  background: #e0b890;
}
.guide_service_list_item:nth-child(4) {
  background: #d28c82;
}
.guide_service_list_item:nth-child(5) {
  background: #ddaecf;
}
.guide_service_list_item:nth-child(6) {
  background: #6fac6b;
}
.guide_service_list_item:nth-child(7) {
  background: #a6b57b;
}
.guide_service_list_item:nth-child(8) {
  background: #f4c63b;
}
.guide_service_map {
  background: #f5f7f9;
  padding: 40px 20px 20px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .guide_service_map {
    padding: 60px 60px 80px;
  }
}
.guide_service_map_wrap {
  display: flex;
  flex-flow: wrap;
}
.guide_service_map_wrap .map {
  width: 100%;
  max-width: 400px;
  margin: 20px auto 0;
}
@media screen and (min-width: 769px) {
  .guide_service_map_wrap .map {
    margin: 50px 2% 0;
    width: 46%;
    max-width: none;
  }
}
.guide_service_map_wrap .map .title {
  display: flex;
  align-items: center;
}
.guide_service_map_wrap .map .title_num {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  color: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fba3be;
  font-weight: bold;
  margin-right: 10px;
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) {
  .guide_service_map_wrap .map .title_num {
    font-size: 1.8rem;
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    font-size: 1.6rem;
  }
}
.guide_service_map_wrap .map .title_text {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  .guide_service_map_wrap .map .title_text {
    font-size: 1.6rem;
  }
}
.guide_service_map_wrap .map .title_text br {
  display: none;
}
@media screen and (min-width: 769px) {
  .guide_service_map_wrap .map .title_text br {
    display: block;
  }
}
.guide_service_map_wrap .map .img {
  margin-top: 16px;
}
@media screen and (min-width: 769px) {
  .guide_service_map_wrap .map .img {
    margin-top: 20px;
  }
}
.guide_service_map_wrap .map .img img {
  max-width: 100%;
}
.guide_service_map_wrap .map .text {
  font-size: 1.5rem;
  margin-top: 10px;
}
.guide_service_map_deco {
  position: absolute;
  right: 0;
  bottom: calc(100% - 100px);
  transform: scale(0.4);
  transform-origin: right;
}
@media screen and (min-width: 769px) {
  .guide_service_map_deco {
    transform: scale(1);
  }
}

.access {
  margin-top: -60px;
  background: url(../img/bg_access.jpg);
  display: flex;
  padding: 80px 20px 40px;
}
@media screen and (min-width: 769px) {
  .access {
    padding: 80px 40px;
  }
}
.access_inner {
  background: #fff;
  margin: 0 auto;
  max-width: 1100px;
  width: 100%;
  display: flex;
  flex-flow: column;
  padding: 24px;
  margin-top: 10px;
}
@media screen and (min-width: 769px) {
  .access_inner {
    padding: 30px 40px;
    flex-flow: row;
    margin-top: 40px;
  }
}
.access_title {
  border-bottom: 1px solid #ccc;
  padding: 0 0 10px;
}
@media screen and (min-width: 769px) {
  .access_title {
    padding: 20px 40px 0 0;
    flex: 1 0 6em;
    border-right: 1px solid #ccc;
    border-bottom: 0;
  }
}
.access_info {
  width: 100%;
  padding-top: 20px;
}
@media screen and (min-width: 769px) {
  .access_info {
    padding: 20px 40px 0 50px;
  }
}
.access_info dt {
  font-size: 1.6rem;
  font-weight: bold;
  position: relative;
  display: inline-block;
  text-align: left;
  font-weight: bold;
  color: #000191;
  height: 25px;
  margin-left: -10px;
}
@media screen and (min-width: 769px) {
  .access_info dt {
    font-size: 2rem;
  }
}
.access_info dt span {
  position: relative;
  z-index: 1;
  background-image: url(../img/img_paint02.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom;
  padding: 0 16px 8px;
}
.access_info dd {
  display: flex;
  flex-flow: column;
  margin-top: 20px;
}
.access_info dd p {
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
}
.access_info dd p::before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.access_info dd .address::before {
  display: none;
}
.access_info dd .address span {
  color: #000191;
}
.access_info dd .tel::before {
  background-image: url(../img/ico_tel.png);
  width: 11px;
  height: 12px;
}
.access_info dd .tel a {
  color: #333;
}
.access_info dd .bus::before {
  background-image: url(../img/ico_bus.png);
  width: 12px;
  height: 12px;
}
.access_info dd .train::before {
  background-image: url(../img/ico_train.png);
  width: 12px;
  height: 12px;
}
.access_map {
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .access_map {
    flex: 1 0 430px;
    margin-top: 0;
  }
}
.access_map iframe {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .access_map iframe {
    max-width: 430px;
  }
}

.footer {
  width: 100%;
  background: #fff;
  padding: 10px 0;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  position: relative;
}
@media screen and (min-width: 769px) {
  .footer {
    padding: 20px 0;
  }
}
.footer_inner {
  display: flex;
  flex-flow: column-reverse;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .footer_inner {
    flex-flow: row;
    justify-content: space-between;
    position: relative;
  }
}
.footer_inner::before, .footer_inner::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  transform: scale(0.5);
  transform-origin: bottom;
}
@media screen and (min-width: 769px) {
  .footer_inner::before, .footer_inner::after {
    bottom: 160%;
    transform: scale(1);
  }
}
.footer_inner::before {
  width: 162px;
  height: 71px;
  left: 0;
  background-image: url(../img/img_fotterDeco01.png);
}
.footer_inner::after {
  width: 162px;
  height: 95px;
  right: 0;
  background-image: url(../img/img_fotterDeco02.png);
}
.footer .copyright {
  font-size: 1.1rem;
  margin-top: 5px;
}
@media screen and (min-width: 769px) {
  .footer .copyright {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    font-size: 1.2rem;
    margin: auto;
    text-align: center;
    transform: translateY(-50%);
  }
}
.footer .gaPdf_area {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .footer .gaPdf_area {
    text-align: right;
    width: 50%;
  }
}
.footer .gaPdf_area a {
  color: #333;
  font-size: 1.1rem;
  border-bottom: 1px solid #333;
}
@media screen and (min-width: 769px) {
  .footer .gaPdf_area a {
    font-size: 1.2rem;
  }
}

.f_sns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
  position: relative;
  z-index: 1;
  order: 1;
}
@media screen and (min-width: 769px) {
  .f_sns {
    justify-content: flex-start;
    margin-bottom: 0;
    order: 0;
    width: 50%;
  }
}
.f_sns .text {
  margin-right: 0;
  font-size: 1.4rem;
  line-height: 1.6;
  font-size: 1.2rem;
  font-weight: bold;
}
.f_sns .sns_list {
  display: flex;
  align-items: center;
}
.f_sns .sns_list li {
  display: flex;
  margin-left: 16px;
  flex: 1 0 25px;
}
.f_sns .sns_list a {
  opacity: 1;
  background: #fff;
  padding: 5px;
}
.f_sns .sns_list a:hover {
  opacity: 0.7;
}
.f_sns .sns_list .fb_ico {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: relative;
  padding: 5px;
  background: transparent;
}
.f_sns .sns_list .fb_ico svg {
  fill: #1877f2;
  font-size: 2.4rem;
}
.f_sns .sns_list .tw_ico {
  background: #1da1f2;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  position: relative;
  padding: 5px;
}
.f_sns .sns_list .tw_ico svg {
  fill: #fff;
  font-size: 1.5rem;
}
.f_sns .sns_list .li_ico {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  position: relative;
  padding: 5px;
}
.f_sns .sns_list .li_ico svg {
  fill: #00b900;
  font-size: 2.6rem;
}
.f_sns .sns_list svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  font-size: 1.8rem;
  width: 1em;
  height: 1em;
}

.conversion {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10;
  background: #2627a1;
  display: flex;
  justify-content: space-between;
  transform: translateY(90px);
  opacity: 0;
  filter: blur(5px);
  height: 60px;
  transition: all 0.4s ease-out;
}
@media screen and (min-width: 769px) {
  .conversion {
    width: 100%;
    height: 90px;
  }
}
.conversion.js-show {
  opacity: 1;
  bottom: 0;
  transform: translateY(0);
  filter: blur(0);
}
.conversion_logo {
  background: #000191;
  padding: 20px;
  display: none;
}
@media screen and (min-width: 970px) {
  .conversion_logo {
    display: block;
  }
}
.conversion_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 8px 0;
}
@media screen and (min-width: 769px) {
  .conversion_wrap {
    padding: 0;
  }
}
.conversion_wrap .tel {
  opacity: 1;
  padding: 6px 10px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  .conversion_wrap .tel {
    padding: 6px 25px;
  }
}
.conversion_wrap .tel .text {
  color: #fff;
  font-size: 1rem;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 769px) {
  .conversion_wrap .tel .text {
    font-size: 1.5rem;
    margin-bottom: 0;
  }
}
.conversion_wrap .tel .text img {
  width: 12px;
  max-width: 100%;
  margin-right: 5px;
}
.conversion_wrap .tel .num {
  color: #fff;
  font-size: 1.96rem;
  line-height: 1;
  font-weight: bold;
}
@media screen and (min-width: 769px) {
  .conversion_wrap .tel .num {
    font-size: 2.8rem;
  }
}
.conversion_wrap .m_button_style01 {
  margin: 0 10px;
  max-width: 140px;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .conversion_wrap .m_button_style01 {
    max-width: 291px;
    transition: opacity 0.5s ease;
  }
}
.conversion_wrap .m_button_style01 a {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 0px;
}
@media screen and (min-width: 769px) {
  .conversion_wrap .m_button_style01 a {
    padding: 20px 40px;
  }
}
.conversion_wrap .m_button_style01 a .ico {
  width: 8px;
}
@media screen and (min-width: 769px) {
  .conversion_wrap .m_button_style01 a .ico {
    width: 12px;
  }
}
.conversion_wrap .m_button_style01 a .ico img {
  position: absolute;
  top: 50%;
  right: 10px;
  max-width: 100%;
  transform: translateY(-50%) scale(0.5);
}
@media screen and (min-width: 769px) {
  .conversion_wrap .m_button_style01 a .ico img {
    transform: translateY(-50%) scale(1);
    right: 20px;
  }
}
.conversion_wrap .m_button_style01 a .text {
  font-size: 1.3rem;
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .conversion_wrap .m_button_style01 a .text {
    font-size: 1.6rem;
  }
}

#pagetopBtn {
  position: relative;
  flex: 1 0 50px;
  width: 50px;
  height: 60px;
  cursor: pointer;
  z-index: 15;
  opacity: 1;
  transition: opacity 0.5s ease;
  background: #000191;
}
@media screen and (min-width: 769px) {
  #pagetopBtn {
    transform: scale(1);
    right: 0;
    bottom: 0;
    width: 90px;
    height: 90px;
    flex: 1 0 90px;
  }
}
#pagetopBtn::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid;
  border-left: 3px solid;
  transform: rotate(45deg) translate(-40%, 10%);
  position: absolute;
  top: 50%;
  left: 50%;
  color: #ccc;
}
@media screen and (min-width: 769px) {
  #pagetopBtn::before {
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 769px), only screen and (min-device-width : 769px) and (max-device-width : 1024px) and (orientation : landscape) {
  #pagetopBtn:hover {
    opacity: 0.7;
  }
}/*# sourceMappingURL=style.css.map */