@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700&display=swap");
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;
}

/* Webフォント */
._barlow {
  font-family: "Barlow Condensed", sans-serif;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #282828;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.3rem;
  line-height: 1.9;
  font-weight: 400;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 979px) {
  body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
body {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 80px;
  }
}
@media screen and (min-width: 980px) {
  body.top {
    padding-top: 0;
  }
  body.top #header,
  body.top #header .row {
    background-color: transparent;
  }
}
body:not(.top) {
  background-color: #F8F8F8;
  background-image: url(../img/common/bg_line.png), url(../img/common/bg_logo.png);
  background-repeat: repeat, no-repeat;
  background-position: center top, right 60px;
  background-size: auto, 50%;
}
@media screen and (min-width: 980px) {
  body:not(.top) {
    background-size: auto, auto;
  }
}

#wrap {
  overflow: hidden;
}

p, ul, ol, h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
}

dl dt, dl dd {
  padding: 0;
  margin: 0;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  padding: 0;
  margin: 0;
}

.column {
  padding-left: 5vw;
  padding-right: 5vw;
  padding-bottom: 40px;
}
.column + .column {
  padding-top: 40px;
  padding-bottom: 40px;
}

#pagetitle {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #pagetitle {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 980px) {
  #pagetitle {
    padding-bottom: 100px;
  }
}

.titlebox {
  padding: 50px 5vw 50px 5vw;
}
.titlebox h1 {
  font-size: 2.2rem;
  line-height: 1.5;
}
.titlebox h1:after {
  content: "";
  width: 8px;
  height: 12px;
  display: block;
  background-image: url(../img/common/star.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 4px 0;
}
.titlebox .en {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .titlebox {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .titlebox h1 {
    font-size: 4rem;
  }
  .titlebox h1:after {
    width: 16px;
    height: 25px;
    margin: 4px 0;
  }
  .titlebox .en {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 980px) {
  .titlebox {
    padding-top: 100px;
    padding-bottom: 100px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .titlebox h1 {
    font-size: 6rem;
  }
  .titlebox h1:after {
    margin-top: 0;
    margin-bottom: 10px;
  }
  .titlebox .en {
    font-size: 1.6rem;
  }
}

.pagelink {
  padding: 0 5vw;
}
.pagelink li + li {
  margin-top: 10px;
}
.pagelink li a {
  color: #1E1E1E;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #969696;
}
.pagelink li a span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}
.pagelink li a .icon {
  width: 45px;
  height: 45px;
  border-left: 1px solid #969696;
  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;
}
@media screen and (min-width: 768px) {
  .pagelink {
    margin-top: -30px;
  }
  .pagelink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -5px;
  }
  .pagelink li {
    width: 33.3333333333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px;
  }
  .pagelink li + li {
    margin-top: 0px;
  }
}
@media screen and (min-width: 980px) {
  .pagelink {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -30px;
  }
  .pagelink ul {
    margin-left: -15px;
    margin-right: -15px;
  }
  .pagelink li {
    padding: 10px 15px;
  }
  .pagelink li a {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pagelink li a .icon {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .pagelink li a:hover {
    color: #01AA69;
    border-color: #01AA69;
    background-color: #FFF;
  }
  .pagelink li a:hover .icon {
    background-color: #01AA69;
  }
  .pagelink li a:hover .svg path {
    fill: #FFF;
  }
}

a {
  text-decoration: none;
  color: #FF8900;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
}

.icon_window {
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.icon_window::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icon_window.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
}

.icon_window02 {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
.icon_window02::after {
  content: "";
  width: 13px;
  height: 13px;
  background-image: url(../img/common/icon_window02.png);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
}

#recruit_links .box a {
  color: #FFF;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  font-weight: bold;
  padding: 45px 0;
  position: relative;
  z-index: 1;
}
#recruit_links .box a:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(65deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#recruit_links .box a p.job {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
#recruit_links .box a p.name {
  font-size: 2.2rem;
  margin-bottom: 10px;
}
#recruit_links .box a p.en {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
#recruit_links .box a .icon {
  margin-top: 20px;
  display: block;
  text-align: center;
  line-height: 0;
}
#recruit_links .box:nth-child(1) {
  background-color: #FF8900;
}
#recruit_links .box:nth-child(2) {
  background-color: #3E2495;
}
#recruit_links .box:nth-child(3) {
  background-color: #F40202;
}
@media screen and (min-width: 768px) {
  #recruit_links .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #recruit_links .box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #recruit_links .box a p.job {
    font-size: 1.7rem;
  }
  #recruit_links .box a p.name {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  #recruit_links .box a p.en {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  #recruit_links .box a {
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 980px) and (min-width: 1200px) {
  #recruit_links .box a {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  #recruit_links .box a p.job {
    margin-bottom: 30px;
  }
  #recruit_links .box a p.name {
    font-size: 2.3rem;
    letter-spacing: 0.15em;
  }
  #recruit_links .box a .icon {
    margin-top: 40px;
  }
  #recruit_links .box a:hover:after {
    opacity: 0;
  }
}

#cta {
  padding: 40px 5vw;
  background-color: #1E1E1E;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#cta .box {
  background-color: #FFF;
  border-radius: 10px;
  padding: 20px;
}
#cta .box .left {
  font-weight: bold;
}
#cta .box .left p {
  text-align: center;
}
#cta .box .left p.large {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
}
#cta .box .left a {
  text-decoration: underline;
}
#cta .box .right {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #cta .box {
    padding: 30px 40px;
  }
  #cta .box .left {
    font-weight: bold;
  }
  #cta .box .left p {
    text-align: center;
  }
  #cta .box .left p br {
    display: none;
  }
  #cta .box .left p.large {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #cta .box .right {
    margin-top: 25px;
  }
}
@media screen and (min-width: 980px) {
  #cta {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  #cta .inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #cta .box {
    padding: 25px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #cta .box .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #cta .box .left p {
    text-align: left;
    font-size: 1.4rem;
  }
  #cta .box .left p br {
    display: none;
  }
  #cta .box .left p.large {
    text-align: left;
    font-size: 2.6rem;
    margin-bottom: 0px;
  }
  #cta .box .left a:hover {
    opacity: 0.6;
  }
  #cta .box .right {
    width: 42%;
    max-width: 425px;
    margin-top: 0px;
    margin-left: 30px;
  }
}

.btn_cta {
  width: 100%;
  height: 100%;
  color: #FFF;
  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-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  position: relative;
  z-index: 1;
  font-weight: bold;
  border-radius: 5px;
  background: rgb(0, 193, 119);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 193, 119)), color-stop(50%, rgb(1, 85, 53)), to(rgb(0, 193, 119)));
  background: linear-gradient(90deg, rgb(0, 193, 119) 0%, rgb(1, 85, 53) 50%, rgb(0, 193, 119) 100%);
  background-size: 200%;
  background-position: 0 0%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.4);
}
.btn_cta._ga_btn03 {
  background: rgb(0, 174, 209);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 174, 209)), color-stop(50%, rgb(1, 85, 85)), to(rgb(0, 174, 209)));
  background: linear-gradient(90deg, rgb(0, 174, 209) 0%, rgb(1, 85, 85) 50%, rgb(0, 174, 209) 100%);
  background-size: 200%;
  background-position: 0 0%;
  padding: 20px 5px 20px 5px;
}
.btn_cta._ga_btn03 span.ja {
  font-size: 1.6rem;
  position: relative;
  display: inline-block;
  padding-left: 32px;
  padding-bottom: 0.2em;
}
.btn_cta._ga_btn03 span.ja .wantedly {
  position: absolute;
  width: 26px;
  left: 0px;
  top: 50%;
  margin-top: -11px;
}
@media screen and (min-width: 980px) {
  .btn_cta._ga_btn03 span.ja {
    font-size: 1.8rem;
    padding-left: 45px;
  }
  .btn_cta._ga_btn03 span.ja .wantedly {
    width: 40px;
    margin-top: -15px;
  }
}
.btn_cta span {
  display: block;
  text-align: center;
}
.btn_cta span.en {
  font-size: 3rem;
}
.btn_cta span.ja {
  font-size: 1rem;
  margin-top: 4px;
}
.btn_cta .icon {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
}
.btn_cta:hover {
  opacity: 1;
  background-position: -100% 0;
}
@media screen and (min-width: 768px) {
  .btn_cta {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .btn_cta span.en {
    font-size: 3.5rem;
  }
  .btn_cta span.ja {
    font-size: 1.4rem;
    margin-top: 5px;
  }
  .btn_cta .icon {
    width: 47px;
    margin-top: -3px;
  }
}

#cta .textbox {
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 10px;
}
#cta .textbox .large {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 15px;
  font-weight: bold;
}
#cta .textbox .textarea p {
  text-align: center;
  line-height: 1.6em;
  font-weight: bold;
}
#cta .textbox .textarea p strong {
  border-bottom: 1px solid #FF8900;
}
#cta .textbox .btn_area {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #cta .textbox .btn_area .btn + .btn {
    margin-top: 15px;
  }
}

@media screen and (min-width: 768px) {
  #cta .textbox {
    padding: 50px 30px;
    border-radius: 10px;
  }
  #cta .textbox .large {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  #cta .textbox .textarea p {
    line-height: 1.7em;
    font-size: 1.6rem;
  }
  #cta .textbox .textarea p br {
    display: none;
  }
  #cta .textbox .btn_area {
    margin-top: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-justify-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #cta .textbox .btn_area .btn {
    width: 47.5%;
  }
  #cta .textbox .btn_area .btn + .btn {
    margin-left: 5%;
  }
}
@media screen and (min-width: 980px) {
  #cta .textbox {
    max-width: 980px;
    margin: 0px auto;
  }
  #cta .textbox .large {
    font-size: 3.2rem;
    margin-bottom: 5px;
  }
  #cta .textbox .btn_area {
    max-width: 890px;
    margin: 35px auto 0px auto;
    -moz-justify-content: space-between;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #cta .textbox .btn_area .btn {
    width: 425px;
  }
  #cta .textbox .btn_area .btn + .btn {
    margin-left: 3%;
  }
}
#staff {
  padding: 40px 5vw;
}
#staff .staff_link:nth-child(2) {
  margin-top: 40px;
}
#staff .staff_link:nth-child(3) {
  margin-top: 0px;
}
#staff .staff_link:nth-child(4) {
  margin-top: 40px;
}
#staff .staff_link:nth-child(5) {
  margin-top: 0px;
}
#staff .staff_link:nth-child(6) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  #staff .staff_link:nth-child(2) {
    margin-top: 80px;
  }
  #staff .staff_link:nth-child(3) {
    margin-top: 160px;
  }
  #staff .staff_link:nth-child(4) {
    margin-top: -80px;
  }
  #staff .staff_link:nth-child(5) {
    margin-top: 0px;
  }
  #staff .staff_link:nth-child(6) {
    margin-top: 80px;
  }
}

.staff_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -7px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .staff_list {
    margin: -10px;
  }
}
#other_interview {
  padding: 30px 5vw 40px 5vw;
  background: #FFF;
}
#other_interview .ttl {
  text-align: center;
  color: #E1E1E1;
  font-size: 4rem;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  #other_interview {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  #other_interview .ttl {
    font-size: 8rem;
  }
}
@media screen and (min-width: 980px) {
  #other_interview {
    padding-top: 50px;
    padding-bottom: 80px;
  }
  #other_interview .ttl {
    font-size: 9.2rem;
  }
}

.carousel {
  margin: 0 -5vw;
}
.carousel .staff_link {
  width: 200px;
}
@media screen and (min-width: 768px) {
  .carousel .staff_link {
    width: 220px;
  }
}
@media screen and (min-width: 980px) {
  .carousel .staff_link {
    width: 260px;
  }
}
@media screen and (min-width: 1200px) {
  .carousel .staff_link {
    width: 300px;
  }
}
.carousel .slide-arrow {
  width: 50px;
  height: 50px;
  background-color: #000;
  border: none;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 3px;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  z-index: 2;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.carousel .slide-arrow:active, .carousel .slide-arrow:focus {
  outline: none;
}
.carousel .slide-arrow.next-arrow {
  background-image: url(../img/common/btn_next.svg);
  right: 0;
}
.carousel .slide-arrow.prev-arrow {
  background-image: url(../img/common/btn_prev.svg);
  left: 0;
}
.carousel .slide-arrow:hover {
  background-color: #28EA9F;
}

.carousel {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.carousel.slick-initialized {
  opacity: 1;
}

.staff_link {
  width: 50%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 7px;
  position: relative;
}
.staff_link a {
  display: block;
  color: #282828;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.4);
}
.staff_link a:focus {
  outline: none;
}
.staff_link .img {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.staff_link .img img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.staff_link .img .on {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.staff_link:hover .img {
  background: #fff;
}
.staff_link:hover .img img {
  opacity: 0.6;
}
.staff_link .text {
  padding: 10px;
  background-color: #FFF;
}
.staff_link .text .name {
  font-size: 1.6rem;
  font-weight: bold;
}
.staff_link .text .position {
  font-size: 1.1rem;
  color: #848484;
  margin-top: 3px;
  letter-spacing: -0.02em;
}
.staff_link .text .more {
  line-height: 0;
  color: #DDD;
  margin-top: 23px;
}
.staff_link .text .more span {
  display: block;
  margin-bottom: 4px;
  font-size: 1.6rem;
}
.staff_link .text .more .svg {
  width: 65px;
}
@media screen and (max-width: 374px) {
  .staff_link .text {
    padding: 5px 5px;
  }
  .staff_link .text .name {
    font-size: 1.4rem;
  }
  .staff_link .text .position {
    font-size: 1rem;
    margin-top: 2px;
    letter-spacing: -0.05em;
  }
  .staff_link .text .more {
    margin-top: 15px;
  }
  .staff_link .text .more span {
    font-size: 1.3rem;
  }
}

@media screen and (min-width: 768px) {
  .staff_link {
    width: 33.3333333333%;
    max-width: 330px;
    padding: 10px;
  }
  .staff_link .text {
    padding: 15px 15px;
  }
  .staff_link .text .name {
    font-size: 1.7rem;
  }
  .staff_link .text .position {
    font-size: 1.2rem;
    letter-spacing: 0.05em;
  }
  .staff_link .text .more {
    margin-top: 23px;
  }
}
@media screen and (min-width: 980px) {
  .staff_link {
    width: 33.3333333333%;
    padding: 15px;
  }
  .staff_link a img {
    -webkit-transition: all 0.2 ease;
    transition: all 0.2 ease;
  }
  .staff_link a:hover .img .on {
    opacity: 1;
  }
  .staff_link .text {
    padding: 15px 20px;
  }
  .staff_link .text .name {
    font-size: 2rem;
  }
}
@media screen and (min-width: 980px) and (min-width: 1200px) {
  .staff_link .text .name {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 980px) {
  .staff_link .text .position {
    font-size: 1.4rem;
  }
  .staff_link .text .more {
    font-size: 2rem;
  }
  .staff_link .text .more span {
    margin-bottom: 10px;
  }
  .staff_link .text .more .icon .svg {
    width: 130px;
  }
}
@media screen and (max-width: 767px) {
  #header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .left {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 10px;
    position: relative;
    z-index: 2;
    background-color: #FFF;
  }
  #header .left #logo {
    width: 40vw;
    max-width: 165px;
    margin-left: 5px;
    margin-top: -3px;
  }
  #header .left #logo a {
    display: block;
    height: auto;
    line-height: 1;
  }
  #header .left #logo img {
    width: auto;
    max-width: 100%;
    nargin: 0;
  }
  #drawerMenu {
    width: 100%;
    height: 100%;
    background-color: rgba(1, 170, 105, 0.95);
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1;
    padding-top: 60px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  #drawerMenu .in {
    height: calc(100% - 60px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 40px 50px;
  }
  #drawerMenu #nav {
    width: 100%;
  }
  #drawerMenu #nav ul li {
    opacity: 0;
  }
  #drawerMenu #nav ul li + li {
    margin-top: 3vw;
  }
  #drawerMenu #nav ul li a {
    color: #FFF;
    font-size: 5.2vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 0 20px 5px 20px;
  }
  #drawerMenu .official {
    margin-top: 10vw;
    opacity: 0;
    width: 100%;
  }
  #drawerMenu .official a {
    width: 100%;
    display: block;
    font-weight: bold;
    background-color: #FFF;
    line-height: 1.5;
    color: #01AA69;
    text-align: center;
    font-size: 4.2vw;
    padding: 12px 0;
    border-radius: 10vw;
    margin-left: auto;
    margin-right: auto;
  }
  #drawerMenu .official a:after {
    display: none;
  }
  #btmMenu {
    width: 60px;
    height: 60px;
    margin-left: auto;
    cursor: pointer;
    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;
    z-index: 998;
    border-radius: 0 0 0 6px;
  }
  #btmMenu .btn {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #btmMenu span {
    width: 100%;
    height: 2px;
    display: inline-block;
    background-color: #000000;
    display: block;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #btmMenu span:nth-child(1) {
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #btmMenu span:nth-child(2) {
    width: 70%;
    margin-top: 7px;
    margin-bottom: 7px;
  }
  #btmMenu span:nth-child(3) {
    width: 50%;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  #btmMenu.is-open span {
    background-color: #01AA69;
  }
  #btmMenu.is-open span:nth-child(1) {
    width: 100%;
    -webkit-transform: translateY(12px) rotate(45deg);
            transform: translateY(12px) rotate(45deg);
  }
  #btmMenu.is-open span:nth-child(2) {
    width: 100%;
    opacity: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  #btmMenu.is-open span:nth-child(3) {
    width: 100%;
    -webkit-transform: translateY(-12px) rotate(-45deg);
            transform: translateY(-12px) rotate(-45deg);
  }
  .btn_entry {
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: hidden;
  }
  .btn_entry a {
    width: 100%;
    height: 100%;
    background-color: #01AA69;
    color: #FFF;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
    font-weight: bold;
  }
  .btn_entry a span {
    display: block;
    text-align: center;
  }
  .btn_entry a span.en {
    font-size: 4rem;
  }
  .btn_entry a span.ja {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) {
  #header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #FFF;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #header .row {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #FFF;
    padding-right: 130px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  #header .row {
    padding-right: 140px;
  }
}
@media screen and (min-width: 768px) {
  #header .official {
    text-align: right;
    opacity: 1 !important;
  }
  #header .official a {
    color: #656565;
    font-size: 1.4rem;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  #header .official a br {
    display: none;
  }
  #header .official a:hover {
    color: #01AA69;
  }
  #btmMenu {
    display: none;
  }
  #logo {
    width: 165px;
    margin-left: 0px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #logo {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  #logo a {
    display: block;
    height: auto;
    line-height: 1;
  }
  #logo img {
    width: auto;
    max-width: 100%;
    nargin: 0;
  }
  #drawerMenu {
    -webkit-transform: translateY(0) !important;
            transform: translateY(0) !important;
  }
  #nav {
    margin-left: auto;
  }
  #nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #nav ul li {
    opacity: 1 !important;
  }
  #nav ul li + li {
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #nav ul li + li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  #nav ul li + li {
    margin-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #nav ul li a {
    color: #282828;
    font-size: 1.4rem;
    font-weight: bold;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  #nav ul li a {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #nav ul li a:hover {
    color: #01AA69;
  }
  .btn_entry {
    width: 105px;
    height: 70px;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 0 0 10px;
    overflow: hidden;
    -webkit-box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.45);
    -ms-box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.45);
    box-shadow: -5px 0px 10px -5px rgba(0, 0, 0, 0.45);
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .btn_entry {
    width: 115px;
  }
}
@media screen and (min-width: 768px) {
  .btn_entry a {
    width: 100%;
    height: 100%;
    background-color: #01AA69;
    color: #FFF;
    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-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 1;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
  }
  .btn_entry a span {
    display: block;
    text-align: center;
  }
  .btn_entry a span.en {
    font-size: 3rem;
  }
  .btn_entry a span.ja {
    font-size: 1rem;
    margin-top: 4px;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .btn_entry a span.en {
    font-size: 3.4rem;
  }
  .btn_entry a span.ja {
    font-size: 1.2rem;
    margin-top: 2px;
  }
}
@media screen and (min-width: 768px) {
  .btn_entry a:after {
    content: "";
    width: 0%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #EDD200;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  }
  .btn_entry a:hover:after {
    width: 100%;
  }
}
#footer {
  background-color: #000000;
  padding: 30px 5vw 100px 5vw;
  color: #FFF;
}
#footer .copy {
  text-align: center;
  font-size: 1.1rem;
  margin-top: 30px;
}
#footer .copy span {
  text-align: center;
  display: block;
}
@media screen and (min-width: 768px) {
  #footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #footer .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer .flex .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #footer .flex .right {
    padding-left: 40px;
  }
  #footer .flex .right .official_site {
    margin-top: 0;
  }
  #footer .copy {
    font-size: 1.2rem;
    margin-top: 50px;
  }
  #footer .copy span {
    text-align: left;
    display: inline;
    padding: 0 0.5em;
  }
}
@media screen and (min-width: 980px) {
  #footer {
    padding-top: 80px;
    padding-bottom: 60px;
  }
  #footer .flex .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #footer .flex .right {
    padding-left: 70px;
  }
  #footer .copy {
    margin-top: 80px;
  }
  #footer a {
    -webkit-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
  }
  #footer a:hover {
    opacity: 0.6;
  }
}

.corporate_name {
  text-align: center;
  margin-bottom: 25px;
}
.corporate_name a {
  width: 50vw;
  display: inline-block;
  color: #FFF;
  text-align: center;
}
.corporate_name p {
  font-size: 1.2rem;
  margin-top: 4px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  .corporate_name {
    margin-bottom: 30px;
  }
  .corporate_name .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .corporate_name .logo a {
    max-width: 200px;
    text-align: left;
  }
}
@media screen and (min-width: 768px) and (min-width: 980px) {
  .corporate_name .logo a {
    max-width: 244px;
  }
}
@media screen and (min-width: 768px) {
  .corporate_name .logo p {
    font-size: 1.4rem;
    margin-top: 0px;
    padding-left: 25px;
  }
}

.site_links li {
  border-bottom: 1px solid #3C3C3C;
}
.site_links li a {
  display: block;
  position: relative;
  color: #FFF;
  font-size: 1.4rem;
  padding-left: 20px;
  padding: 10px 0 10px 20px;
}
.site_links li a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #DDD;
  border-right: 1px solid #DDD;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -3px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (min-width: 768px) {
  .site_links {
    margin-left: -2%;
  }
  .site_links ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site_links li {
    width: 31%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: 2%;
  }
  .site_links li a {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 1.4rem;
    padding-left: 20px;
    padding: 10px 0 10px 20px;
  }
  .site_links li a::before {
    content: "";
    width: 6px;
    height: 6px;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -3px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@media screen and (min-width: 980px) {
  .site_links li {
    margin-bottom: 10px;
  }
  .site_links li a {
    font-size: 1.6rem;
    padding: 10px 0 5px 20px;
  }
  .site_links li a::before {
    margin-top: -1px;
  }
}

.other_site,
.official_site {
  margin-top: 30px;
}
.other_site li,
.official_site li {
  text-align: center;
}
.other_site li + li,
.official_site li + li {
  margin-top: 10px;
}
.other_site li a,
.official_site li a {
  color: #FFF;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .other_site,
  .official_site {
    margin-top: 30px;
  }
  .other_site li,
  .official_site li {
    text-align: left;
  }
  .other_site li + li,
  .official_site li + li {
    margin-top: 10px;
  }
  .other_site li a,
  .official_site li a {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 980px) {
  .other_site,
  .official_site {
    margin-top: 30px;
  }
  .other_site li a,
  .official_site li a {
    font-size: 1.5rem;
  }
}

.other_site dl {
  margin: 0;
}
.other_site dt {
  font-size: 1.2rem;
  text-align: center;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .other_site dt {
    font-size: 1.4rem;
    text-align: left;
  }
}
@media screen and (min-width: 980px) {
  .other_site dt {
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 768px) {
  .none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  body.top {
    padding-top: 0;
  }
  body.top #header,
  body.top #header .row {
    background-color: transparent;
  }
}

#visual_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-image: url(../img/top/visual_bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: -1;
}

#visual {
  width: 100%;
  height: 525px;
}
@media screen and (max-width: 374px) {
  #visual {
    height: 465px;
  }
}
#visual .inner {
  width: 100%;
  height: 100%;
  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-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  position: relative;
  z-index: 1;
}
#visual .inner h1 {
  margin-top: -70px;
  max-width: 400px;
}
#visual .inner #fvMovie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.96);
  overflow: hidden;
}
#visual .inner #fvMovie.video-js .vjs-tech {
  /*動画よりも画面が縦に長くなるとき用*/
}
@media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) {
  #visual .inner #fvMovie.video-js .vjs-tech {
    width: 100%;
    height: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media (max-aspect-ratio: 16/9) {
  #visual .inner #fvMovie.video-js .vjs-tech {
    width: auto;
    height: 525px;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (max-aspect-ratio: 16/9) and (min-width: 768px) {
  #visual .inner #fvMovie.video-js .vjs-tech {
    height: 100%;
  }
}
@media screen and (max-aspect-ratio: 16/9) and (max-width: 374px) {
  #visual .inner #fvMovie.video-js .vjs-tech {
    height: 465px;
  }
}
@media screen and (min-width: 768px) {
  #visual {
    height: 100vh;
  }
  #visual .inner h1 {
    margin-top: 30px;
    max-width: 360px;
  }
}
@media screen and (min-width: 980px) {
  #visual {
    height: 100vh;
  }
  #visual .inner h1 {
    max-width: 550px;
  }
}

#top_content {
  background-color: rgba(255, 255, 255, 0.96);
  background-image: url(../img/common/bg_line.png);
  background-repeat: repeat;
  background-position: center top;
  background-size: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}
@media screen and (min-width: 768px) {
  #top_content {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
@media screen and (min-width: 980px) {
  #top_content {
    padding-left: 0;
    padding-right: 0;
  }
}

#message {
  background-image: url(../img/top/message_bg.png);
  background-repeat: no-repeat;
  background-position: 100% top;
  background-size: 100% auto;
}
#message .large {
  font-size: 1.9rem;
  line-height: 2;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 375px) {
  #message .large {
    font-size: 6vw;
    line-height: 1.9;
  }
}
#message .large span {
  color: #FF8900;
}
#message .en {
  line-height: 1.4;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin: 40px 0;
}
#message .en span {
  color: #FF8900;
}
#message p {
  font-weight: bold;
  line-height: 2;
  font-size: 1.4rem;
}
#message p + p {
  margin-top: 1.5em;
}
@media screen and (min-width: 768px) {
  #message .large {
    font-size: 5.3vw;
  }
  #message .en {
    font-size: 1.7rem;
    margin: 40px 0;
  }
  #message .en span {
    color: #FF8900;
  }
  #message p {
    font-size: 1.6rem;
    line-height: 2.1;
  }
  #message p + p {
    margin-top: 1.5em;
  }
}
@media screen and (min-width: 980px) {
  #message {
    padding-top: 90px;
    background-image: url(../img/top/message_bg.png);
    background-repeat: no-repeat;
    background-position: 100% top;
    background-size: auto auto;
    padding-left: 5vw;
    padding-right: 5vw;
  }
  #message .inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #message .large {
    font-size: 6rem;
    line-height: 1.7;
  }
  #message .en {
    font-size: 1.7rem;
    margin: 60px 0 60px 0;
  }
  #message .en span {
    color: #FF8900;
  }
  #message p {
    font-size: 2rem;
    letter-spacing: 0.1em;
    line-height: 2.1;
  }
  #message p + p {
    margin-top: 1.5em;
  }
}

#cross_talk {
  padding-top: 40px;
}
#cross_talk .ttl {
  text-align: center;
  font-size: 17vw;
  line-height: 1;
  color: #E1E1E1;
  opacity: 0.9;
  font-weight: bold;
}

#cross_talk {
  padding-top: 40px;
}
#cross_talk .ttl {
  text-align: center;
  font-size: 17vw;
  line-height: 1;
  color: #E1E1E1;
  opacity: 0.9;
  font-weight: bold;
}
#cross_talk .movie .frame {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
#cross_talk .movie iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
#cross_talk .name {
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #cross_talk {
    padding-top: 70px;
  }
  #cross_talk .ttl {
    font-size: 10rem;
    margin-bottom: -10px;
  }
  #cross_talk .movie {
    max-width: 880px;
    background-color: #EEE;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 980px) {
  #cross_talk {
    padding-top: 70px;
  }
  #cross_talk .ttl {
    font-size: 14rem;
    margin-bottom: -15px;
  }
  #cross_talk .movie {
    max-width: 880px;
    background-color: #EEE;
    margin-left: auto;
    margin-right: auto;
  }
}

.top #staff {
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}
.top #staff .ttl {
  font-size: 17vw;
  line-height: 1;
  color: #E1E1E1;
  opacity: 0.9;
  font-weight: bold;
  margin-bottom: -10px;
}
.top #staff .btn {
  display: block;
  position: relative;
  z-index: 1;
  width: auto;
  margin: 40px auto 0;
  padding: 25px 0;
  border: 1px solid #707070;
  color: #282828;
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  line-height: 1;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.top #staff .btn .svg {
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
.top #staff .btn .svg path {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  fill: #1E1E1E;
}
.top #staff .btn::after {
  content: "";
  width: 0%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  background-color: #FF8900;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: width 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
@media screen and (min-width: 768px) {
  .top #staff {
    padding-top: 100px;
  }
  .top #staff .ttl {
    font-size: 10rem;
    margin-bottom: -30px;
    margin-left: -5vw;
  }
  .top #staff .btn {
    width: 300px;
  }
  .top #staff .btn:hover {
    color: #fff;
    border-color: #EDD200;
  }
  .top #staff .btn:hover .svg path {
    fill: #fff;
  }
  .top #staff .btn:hover::after {
    width: 100%;
  }
}
@media screen and (min-width: 980px) {
  .top #staff {
    padding-top: 100px;
  }
  .top #staff .ttl {
    font-size: 17rem;
    margin-bottom: -50px;
    margin-left: -5vw;
  }
}
@media screen and (min-width: 1200px) {
  .top #staff .ttl {
    margin-left: -10vw;
  }
}

#about_wrap {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #about_wrap {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  #about_wrap {
    padding-bottom: 80px;
  }
}
#about_wrap .img_column {
  margin-top: 10px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #about_wrap .img_column {
    margin-top: 40px;
  }
}
@media screen and (min-width: 980px) {
  #about_wrap .img_column {
    margin-top: 70px;
  }
}
#about_wrap .img_column02 {
  position: relative;
  overflow: hidden;
  margin-top: -63px;
}
#about_wrap .img_column02 .merit {
  margin-bottom: -10px;
  line-height: 0;
  width: 200px;
  height: 63px;
}
#about_wrap .img_column02 .demerit {
  margin-top: -5px;
  line-height: 0;
  width: 288px;
  height: 63px;
  position: relative;
  z-index: -1;
  float: right;
}
@media screen and (min-width: 768px) {
  #about_wrap .img_column02 {
    margin-top: -95px;
  }
  #about_wrap .img_column02 .merit {
    width: 300px;
    height: 95px;
  }
  #about_wrap .img_column02 .demerit {
    width: 428px;
    height: 95px;
  }
}
@media screen and (min-width: 980px) {
  #about_wrap .img_column02 {
    margin-top: -130px;
  }
  #about_wrap .img_column02 .merit {
    width: 585px;
    height: 185px;
    margin-bottom: -70px;
  }
  #about_wrap .img_column02 .demerit {
    width: 835px;
    height: 185px;
    margin-top: -50px;
  }
  #about_wrap .img_column02 .img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    right: -105px;
  }
}

#reason .column_style07 .text p {
  font-weight: bold;
  line-height: 2;
  text-align: left;
}
#reason .column_style07 .text p br {
  display: none;
}
@media screen and (min-width: 768px) {
  #reason .column_style07 .text p {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  #reason .column_style07 .text p {
    font-size: 1.7rem;
    line-height: 2.1;
    letter-spacing: 0.1em;
  }
  #reason .column_style07 .text p br {
    display: block;
  }
}

#vision {
  padding-top: 30px;
  padding-bottom: 110px;
  background-image: url(../img/about/about_bg.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: 70%;
}
#vision .column_style07 .text .ttl {
  font-size: 2.4rem;
}
#vision .column_style07 .text p {
  font-weight: bold;
  line-height: 2.1;
}
#vision .column_style07 .text p br {
  display: none;
}
@media screen and (min-width: 768px) {
  #vision {
    padding-top: 70px;
    padding-bottom: 165px;
    background-position: 150% 130%;
  }
  #vision .column_style07 .text .ttl {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 980px) {
  #vision {
    padding-top: 100px;
    padding-bottom: 180px;
    background-position: 120% 200%;
    background-size: auto;
  }
  #vision .column_style07 .text .ttl {
    font-size: 4rem;
    margin-bottom: 40px;
  }
  #vision .column_style07 .text p {
    font-size: 1.7rem;
    line-height: 2.1;
    letter-spacing: 0.1em;
  }
  #vision .column_style07 .text p br {
    display: block;
  }
}

#merit {
  padding-top: 0px;
}
@media screen and (min-width: 768px) {
  #merit {
    padding-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  #merit {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

#merit .column_style07 .text p,
#demerit .column_style07 .text p {
  font-weight: bold;
  line-height: 2.1;
}
#merit .column_style07 .text p br,
#demerit .column_style07 .text p br {
  display: none;
}
#merit .column_style07 .box p,
#demerit .column_style07 .box p {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  #merit .column_style07 .box p,
  #demerit .column_style07 .box p {
    font-size: 1.4rem;
    letter-spacing: 0.05em;
  }
}
@media screen and (min-width: 980px) {
  #merit .column_style07 .text .ttl,
  #demerit .column_style07 .text .ttl {
    font-size: 3.7rem;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  #merit .column_style07 .text p,
  #demerit .column_style07 .text p {
    font-size: 1.7rem;
    line-height: 2.1;
    letter-spacing: 0.1em;
  }
  #merit .column_style07 .text p br,
  #demerit .column_style07 .text p br {
    display: block;
  }
  #merit .column_style07 .box p,
  #demerit .column_style07 .box p {
    font-size: 1.5rem;
    letter-spacing: 0.05em;
  }
}

#demerit .column_style07 .text .box .label span {
  background-color: #969696;
}

#company .logo {
  width: 50vw;
  margin-bottom: 15px;
}
#company .row + .row {
  margin-top: 20px;
}
#company .row .ttl {
  font-size: 1.7rem;
  margin-bottom: 5px;
}
#company .row .headline02 {
  font-size: 1.7rem;
  margin-bottom: 5px;
  border-bottom: 1px solid #DCDCDC;
  position: relative;
  padding-left: 25px;
  margin-bottom: 15px;
}
#company .row .headline02:before {
  content: "";
  width: 18px;
  height: 17px;
  display: block;
  background-image: url(../img/common/icon_check.png);
  background-position: 0 0;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
}
#company .table dl {
  margin: 0;
  border-top: 1px solid #C8C8C8;
}
#company .table dl:last-child {
  border-bottom: 1px solid #C8C8C8;
}
#company .table dl dt {
  background-color: #EAEDED;
  padding: 5px 10px;
}
#company .table dl dd {
  padding: 15px 10px 20px 10px;
}
#company .table a {
  text-decoration: underline;
}
#company .table a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  #company .row + .row {
    margin-top: 30px;
  }
  #company .row .ttl {
    font-size: 2.2rem;
  }
  #company .row .headline02 {
    font-size: 2.2rem;
    padding-left: 25px;
    margin-bottom: 30px;
  }
  #company .row .headline02:before {
    margin-top: -10px;
  }
}
@media screen and (min-width: 980px) {
  #company .inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #company .row + .row {
    margin-top: 40px;
  }
  #company .table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #company .table dl dt, #company .table dl dd {
    padding: 20px 20px;
  }
  #company .table dl dt {
    width: 200px;
    background-color: #EAEDED;
  }
  #company .table dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 40px;
  }
}

#staff_wrap {
  margin-top: -70px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  #staff_wrap {
    margin-top: -100px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 980px) {
  #staff_wrap {
    margin-top: -100px;
    padding-bottom: 80px;
  }
}

@media screen and (min-width: 980px) {
  #staff .inner {
    max-width: 970px;
    margin-left: auto;
    margin-right: auto;
  }
}

.interview_wrap {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .interview_wrap {
    padding-bottom: 90px;
  }
}
@media screen and (min-width: 980px) {
  .interview_wrap {
    padding-bottom: 120px;
  }
}

#first {
  padding: 0 5vw;
}

#staffVisual .img {
  padding-left: 5vw;
  margin-right: -5vw;
}
#staffVisual .box {
  background: #FFF;
  border: 1px solid #707070;
  margin-top: -20px;
  position: relative;
  z-index: 2;
  font-weight: bold;
}
#staffVisual .box .in {
  padding: 15px;
}
#staffVisual .box .ttl {
  line-height: 1.5;
  font-size: 1.7rem;
  letter-spacing: 0.1em;
}
#staffVisual .box .en {
  font-weight: 600;
}
#staffVisual .box .en span {
  color: #FF8900;
}
#staffVisual .box .flex .left,
#staffVisual .box .flex .right {
  padding: 10px 15px;
  border-top: 1px solid #707070;
}
#staffVisual .box .flex p {
  line-height: 1.5;
}
#staffVisual .box .flex p.name {
  font-size: 1.5rem;
}
#staffVisual .box .flex p.position {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.5;
}
#staffVisual .box .flex p.txt01 {
  line-height: 1.4;
  font-size: 1.2rem;
  color: #C8C8C8;
}
#staffVisual .box .flex p.txt02 {
  line-height: 1.4;
  color: #C8C8C8;
}
@media screen and (min-width: 375px) {
  #staffVisual .box .in {
    padding: 25px 15px;
  }
  #staffVisual .box .ttl {
    font-size: 1.7rem;
    letter-spacing: 0.1em;
  }
  #staffVisual .box .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-top: 1px solid #707070;
  }
  #staffVisual .box .flex .left,
  #staffVisual .box .flex .right {
    padding: 10px 15px;
    border: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #staffVisual .box .flex .left {
    width: 55%;
  }
  #staffVisual .box .flex .right {
    width: 45%;
    border-left: 1px solid #707070;
  }
  #staffVisual .box .flex .right_in {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -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;
  }
  #staffVisual .box .flex p {
    line-height: 1.5;
  }
  #staffVisual .box .flex p.name {
    font-size: 1.4rem;
  }
  #staffVisual .box .flex p.position {
    font-size: 1.1rem;
  }
  #staffVisual .box .flex p.txt01 {
    font-size: 1.2rem;
  }
  #staffVisual .box .flex p.txt02 {
    line-height: 1.4;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) {
  #staffVisual .img {
    padding-left: 10vw;
    margin-right: -5vw;
  }
  #staffVisual .box {
    max-width: 515px;
    margin-top: -10vw;
  }
  #staffVisual .box .in {
    padding: 25px;
  }
  #staffVisual .box .ttl {
    line-height: 1.4;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
  }
  #staffVisual .box .en {
    margin-bottom: 10px;
  }
  #staffVisual .box .flex .left,
  #staffVisual .box .flex .right {
    width: 50%;
    padding: 20px;
  }
  #staffVisual .box .flex p {
    line-height: 1.5;
  }
  #staffVisual .box .flex p.name {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  #staffVisual .box .flex p.position {
    font-size: 1.3rem;
    color: #5a5a5a;
  }
  #staffVisual .box .flex p.txt01 {
    font-size: 1.7rem;
  }
  #staffVisual .box .flex p.txt02 {
    line-height: 1.4;
    font-size: 2.1rem;
  }
}
@media screen and (min-width: 980px) {
  #staffVisual {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #staffVisual .img {
    padding-left: 10vw;
  }
  #staffVisual .box {
    margin-top: -150px;
  }
}
@media screen and (min-width: 1180px) {
  #first {
    padding-top: 40px;
  }
  #staffVisual {
    position: relative;
    height: 560px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #staffVisual .img {
    width: 860px;
    padding-left: 0;
    position: absolute;
    top: 0;
    right: -50px;
  }
  #staffVisual .box {
    width: 515px;
    margin-top: 0px;
  }
  #staffVisual .box .in {
    min-height: 200px;
    padding: 30px 35px;
  }
  #staffVisual .box .en {
    margin-bottom: 5px;
    font-size: 2.4rem;
  }
  #staffVisual .box .ttl {
    font-size: 3rem;
    line-height: 1.6;
  }
  #staffVisual .box .flex .left,
  #staffVisual .box .flex .right {
    padding: 10px 35px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #staffVisual .box .flex p.name {
    font-size: 1.9rem;
    margin-bottom: 5px;
  }
  #staffVisual .box .flex p.position {
    font-size: 1.3rem;
  }
}
.int_column {
  padding-top: 40px;
  padding-left: 5vw;
  padding-right: 5vw;
}
.int_column .img {
  margin-bottom: 25px;
}
.int_column .ttl {
  font-size: 1.8rem;
  line-height: 1.7;
  margin-bottom: 20px;
  letter-spacing: 0.1em;
}
.int_column p {
  text-align: justify;
  line-height: 2;
}
.int_column p + p {
  margin-top: 2em;
}
@media screen and (min-width: 768px) {
  .int_column {
    padding-top: 60px;
  }
  .int_column .img {
    margin-bottom: 40px;
  }
  .int_column .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .int_column {
    padding-top: 90px;
  }
  .int_column .inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .int_column .img {
    margin-bottom: 60px;
  }
  .int_column .ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 980px) {
  .column_style02 .img {
    text-align: right;
  }
  .column_style02 .textbox {
    padding-left: 130px;
  }
}
@media screen and (min-width: 1180px) {
  .column_style02 .img {
    margin-right: -100px;
  }
  .column_style02 .textbox {
    padding-left: 190px;
  }
}

@media screen and (min-width: 980px) {
  .column_style03 .img {
    position: relative;
  }
  .column_style03 .textbox {
    padding-left: 190px;
  }
}

.column_style04 {
  background-color: #FFF;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
}
.column_style04 .img {
  margin-bottom: 15px;
}
.column_style04 .en {
  font-size: 2rem;
}
.column_style04 .en span {
  color: #FF8900;
}
@media screen and (min-width: 768px) {
  .column_style04 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
  }
  .column_style04 .img {
    margin-bottom: 20px;
  }
  .column_style04 .en {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 980px) {
  .column_style04 {
    padding: 42px;
  }
  .column_style04 .img {
    margin-bottom: 30px;
  }
  .column_style04 .en {
    font-size: 2.4rem;
    margin-bottom: 10px;
    letter-spacing: 0.05em;
  }
}

#benefit_wrap {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #benefit_wrap {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 980px) {
  #benefit_wrap {
    padding-bottom: 80px;
  }
}
#benefit_wrap .column {
  position: relative;
}
#benefit_wrap .column .img .obj_svg {
  margin-top: 0px;
  opacity: 0.6;
}
#benefit_wrap .column .img .obj_svg .svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #benefit_wrap .column .img .obj_svg {
    margin-top: 0px;
  }
}
@media screen and (min-width: 980px) {
  #benefit_wrap .column .img .obj_svg {
    opacity: 0.7;
    margin-top: 40px;
  }
  #benefit_wrap .column .img .obj_svg .svg {
    width: 45vw;
  }
}
#benefit_wrap .column .text {
  position: relative;
}
#benefit_wrap .column .text .obj_svg {
  margin-top: 0px;
  margin-left: -5vw;
  margin-right: -5vw;
  position: absolute;
  top: -20px;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
#benefit_wrap .column .text .obj_svg .svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  #benefit_wrap .column .text .obj_svg {
    top: -40px;
  }
}
@media screen and (min-width: 980px) {
  #benefit_wrap .column .text .obj_svg {
    top: 0px;
    left: inherit;
    right: 30px;
    opacity: 0.7;
  }
  #benefit_wrap .column .text .obj_svg .svg {
    width: 45vw;
  }
}
@media screen and (min-width: 980px) {
  #benefit_wrap .column .column_style05.reverse .text .obj_svg {
    top: 0px;
    right: inherit;
    left: 40px;
    opacity: 0.7;
  }
  #benefit_wrap .column .column_style05.reverse .text .obj_svg .svg {
    width: 45vw;
  }
}

.column_style05 .img {
  margin-bottom: 20px;
}
.column_style05 .text .en {
  line-height: 1.3;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.column_style05 .text .en span {
  color: #FF8900;
}
@media screen and (min-width: 768px) {
  .column_style05 .text .en {
    font-size: 1.6rem;
  }
}
.column_style05 .text .headline01 {
  position: relative;
  text-align: center;
  padding: 10px 15px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.column_style05 .text .headline01:before, .column_style05 .text .headline01:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
}
.column_style05 .text .headline01:before {
  border-top: 1px solid #1E1E1E;
  border-left: 1px solid #1E1E1E;
  position: absolute;
  top: 0;
  left: 0;
}
.column_style05 .text .headline01:after {
  border-bottom: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
  position: absolute;
  bottom: 0;
  right: 0;
}
.column_style05 .text .copy {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.column_style05 .text p {
  text-align: justify;
}
.column_style05 .text .btn {
  margin-top: 30px;
}
.column_style05 .text .btn a {
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #282828;
  display: block;
  font-size: 1.5rem;
  border: 1px solid #282828;
  text-align: center;
  padding: 15px 15px;
  position: relative;
  font-weight: bold;
}
.column_style05 .text .btn a .icon {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 0;
  margin-top: -3px;
}
.column_style05 .text .btn a .icon .svg {
  width: 24px;
}
.column_style05 .text .btn a .icon .svg path {
  fill: #000;
}

@media screen and (min-width: 768px) {
  .column_style05 .img {
    margin-bottom: 40px;
  }
  .column_style05 .img img {
    width: 100%;
    height: auto;
  }
  .column_style05 .text .en {
    margin-bottom: 35px;
    letter-spacing: 0.1em;
  }
  .column_style05 .text .headline01 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .column_style05 .text .headline01:before, .column_style05 .text .headline01:after {
    width: 20px;
    height: 20px;
  }
  .column_style05 .text .copy {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .column_style05 .text p {
    line-height: 2;
  }
  .column_style05 .text .btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .column_style05 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    position: relative;
  }
  .column_style05 .img {
    width: 700px;
    position: absolute;
    top: 0;
    left: 480px;
  }
  .column_style05 .text {
    width: 385px;
    margin-right: auto;
    padding-top: 40px;
  }
  .column_style05 .text .headline01 {
    font-size: 2.8rem;
  }
  .column_style05 .text .copy {
    margin-bottom: 30px;
    letter-spacing: 0.02em;
  }
  .column_style05 .text p {
    line-height: 2;
  }
  .column_style05 .text .btn {
    margin-top: 50px;
  }
  .column_style05.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .column_style05.reverse .img {
    left: -200px;
  }
  .column_style05.reverse .text {
    width: 385px;
    margin-right: 0;
    margin-left: auto;
  }
}
.column_style06 .img {
  margin-bottom: 20px;
}
.column_style06 .text .en {
  line-height: 1.3;
  font-size: 1.4rem;
  margin-bottom: 15px;
}
.column_style06 .text .en span {
  color: #FF8900;
}
@media screen and (min-width: 768px) {
  .column_style06 .text .en {
    font-size: 1.6rem;
  }
}
.column_style06 .text .headline01 {
  position: relative;
  text-align: center;
  padding: 10px 15px;
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.column_style06 .text .headline01:before, .column_style06 .text .headline01:after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
}
.column_style06 .text .headline01:before {
  border-top: 1px solid #1E1E1E;
  border-left: 1px solid #1E1E1E;
  position: absolute;
  top: 0;
  left: 0;
}
.column_style06 .text .headline01:after {
  border-bottom: 1px solid #1E1E1E;
  border-right: 1px solid #1E1E1E;
  position: absolute;
  bottom: 0;
  right: 0;
}
.column_style06 .text .copy {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
.column_style06 .text p {
  text-align: justify;
}
.column_style06 .text .btn {
  margin-top: 30px;
}
.column_style06 .text .btn a {
  width: 80%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  color: #282828;
  display: block;
  font-size: 1.5rem;
  border: 1px solid #282828;
  text-align: center;
  padding: 15px 15px;
  position: relative;
  font-weight: bold;
}
.column_style06 .text .btn a .icon {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 15px;
  line-height: 0;
  margin-top: -3px;
}
.column_style06 .text .btn a .icon .svg {
  width: 24px;
}
.column_style06 .text .btn a .icon .svg path {
  fill: #000;
}

@media screen and (min-width: 768px) {
  .column_style06 .img {
    margin-bottom: 40px;
  }
  .column_style06 .img img {
    width: 100%;
    height: auto;
  }
  .column_style06 .text .en {
    margin-bottom: 35px;
    letter-spacing: 0.1em;
  }
  .column_style06 .text .headline01 {
    font-size: 2.4rem;
    margin-bottom: 40px;
  }
  .column_style06 .text .headline01:before, .column_style06 .text .headline01:after {
    width: 20px;
    height: 20px;
  }
  .column_style06 .text .copy {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  .column_style06 .text p {
    line-height: 2;
  }
  .column_style06 .text .btn {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .column_style06 {
    max-width: 810px;
    margin-left: auto;
    margin-right: auto;
  }
  .column_style06 .img {
    margin-bottom: 0px;
  }
  .column_style06 .text {
    padding-top: 40px;
  }
  .column_style06 .text .headline01 {
    font-size: 2.8rem;
  }
  .column_style06 .text .copy {
    margin-bottom: 30px;
    letter-spacing: 0.02em;
  }
  .column_style06 .text p {
    line-height: 2;
  }
}
.boxlist {
  margin-top: 40px;
}
.boxlist .box {
  position: relative;
  border-top: 1px solid #D2D2D2;
  padding-top: 20px;
}
.boxlist .box + .box {
  margin-top: 25px;
  padding-top: 25px;
}
.boxlist .box:before, .boxlist .box:after {
  position: absolute;
  top: -1px;
  left: 0;
}
.boxlist .box:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background-color: #1E1E1E;
}
.boxlist .box:before {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  background-color: #FF8900;
  z-index: 2;
}
.boxlist .box .ttl {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.boxlist .box p {
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .boxlist .box {
    padding-top: 25px;
  }
  .boxlist .box + .box {
    margin-top: 25px;
    padding-top: 25px;
  }
  .boxlist .box .ttl {
    font-size: 1.7rem;
  }
  .boxlist.type02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .boxlist.type02 .box {
    width: 47%;
    padding: 25px 0 30px 0;
  }
  .boxlist.type02 .box + .box {
    margin-top: 0;
  }
}

#training_wrap {
  padding-bottom: 30px;
}
@media screen and (min-width: 768px) {
  #training_wrap {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 980px) {
  #training_wrap {
    padding-bottom: 80px;
  }
}

.ttl_style01 {
  position: relative;
  padding-bottom: 10px;
}
.ttl_style01:before, .ttl_style01:after {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.ttl_style01:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background-color: #1E1E1E;
}
.ttl_style01:before {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  background-color: #FF8900;
  z-index: 2;
}
.ttl_style01 .en {
  font-size: 3.4rem;
  line-height: 1;
}
.ttl_style01 .ttl {
  font-size: 1.5rem;
  margin-top: 5px;
}
.ttl_style01 .obj_svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ttl_style01 .obj_svg .svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .ttl_style01 .en {
    font-size: 4rem;
  }
}
@media screen and (min-width: 980px) {
  .ttl_style01 {
    padding-bottom: 15px;
  }
  .ttl_style01 .en {
    font-size: 6rem;
    letter-spacing: 0.02em;
  }
  .ttl_style01 .ttl {
    margin-top: 10px;
  }
}

.ttl_style02 {
  margin-bottom: 20px;
}
.ttl_style02 .in {
  display: inline-block;
  position: relative;
  padding-bottom: 13px;
  padding-right: 40px;
}
.ttl_style02 .in:before, .ttl_style02 .in:after {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.ttl_style02 .in:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background-color: #1E1E1E;
}
.ttl_style02 .in:before {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background-color: #FF8900;
  z-index: 2;
}
.ttl_style02 .en {
  font-size: 1.2rem;
  line-height: 1;
}
.ttl_style02 .ja {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 0px;
}
.ttl_style02 .num {
  font-size: 6.6rem;
  line-height: 0.8;
  position: absolute;
  right: 0;
  top: 0;
}
@media screen and (min-width: 768px) {
  .ttl_style02 .in {
    padding-right: 45px;
  }
  .ttl_style02 .ja {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
  }
  .ttl_style02 .en {
    font-size: 1.4rem;
  }
  .ttl_style02 .num {
    font-size: 7.2rem;
  }
}
@media screen and (min-width: 980px) {
  .ttl_style02 .in {
    padding-right: 45px;
    padding-bottom: 18px;
  }
  .ttl_style02 .en {
    font-size: 1.4rem;
  }
  .ttl_style02 .ja {
    font-size: 2.4rem;
    margin-top: 0px;
  }
  .ttl_style02 .num {
    font-size: 7rem;
    top: 5px;
  }
}

.ttl_style03 {
  position: relative;
  padding-bottom: 15px;
}
.ttl_style03:before, .ttl_style03:after {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.ttl_style03:after {
  content: "";
  width: 60px;
  height: 3px;
  display: block;
  background-color: #1E1E1E;
}
.ttl_style03:before {
  content: "";
  width: 20px;
  height: 3px;
  display: block;
  background-color: #FF8900;
  z-index: 2;
}
.ttl_style03 .en {
  font-size: 1.4rem;
  line-height: 1;
}
.ttl_style03 .ttl {
  font-size: 2.6rem;
}
.ttl_style03 .obj_svg {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.ttl_style03 .obj_svg .svg {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .ttl_style03 {
    padding-bottom: 20px;
  }
  .ttl_style03 .ttl {
    font-size: 3.2rem;
  }
  .ttl_style03 .en {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 980px) {
  .ttl_style03 .ttl {
    font-size: 4rem;
  }
  .ttl_style03 .en {
    font-size: 1.6rem;
  }
}

.column_style07 .ttl_style01 {
  margin-bottom: 25px;
}
.column_style07 .text .ttl {
  font-size: 1.7rem;
  margin-bottom: 20px;
}
.column_style07 .text p {
  line-height: 1.9;
  text-align: justify;
}
.column_style07 .text p + p {
  margin-top: 2em;
}
.column_style07 .text .box {
  background-color: #FFF;
  margin-top: 30px;
  padding: 15px 15px 20px 15px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
}
.column_style07 .text .box .label {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.column_style07 .text .box .label span {
  line-height: 1;
  display: inline-block;
  background-color: #FF8900;
  color: #FFF;
  letter-spacing: 0.1em;
  padding: 3px 10px;
  border-radius: 10px 0 10px 0;
}
.column_style07 .text .box .read {
  font-size: 1.7rem;
  line-height: 1.6;
  margin-bottom: 15px;
}
.column_style07 .text .box strong {
  color: #FF8900;
}
.column_style07 .text .box .img {
  margin-top: 25px;
}

@media screen and (min-width: 768px) {
  .column_style07 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .column_style07 .ttl_style01 {
    width: 250px;
  }
  .column_style07 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .column_style07 .text .ttl {
    font-size: 2rem;
  }
  .column_style07 .text .box {
    margin-top: 30px;
    padding: 20px 25px 30px 25px;
  }
  .column_style07 .text .box .label {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .column_style07 .text .box .read {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
  .column_style07 .text .box .img {
    margin-top: 30px;
  }
}
@media screen and (min-width: 980px) {
  .column_style07 {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .column_style07 .ttl_style01 {
    width: 320px;
  }
  .column_style07 .text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .column_style07 .text .ttl {
    font-size: 2.4rem;
  }
  .column_style07 .text p {
    line-height: 2;
  }
  .column_style07 .text .box {
    margin-top: 40px;
    padding: 30px 30px 40px 30px;
  }
  .column_style07 .text .box .label {
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .column_style07 .text .box .read {
    font-size: 2.1rem;
    margin-bottom: 30px;
  }
  .column_style07 .text .box .img {
    margin-top: 40px;
  }
}
#outside,
#in_house {
  padding-top: 90px;
}
#outside .ttl_style03,
#in_house .ttl_style03 {
  margin-bottom: 40px;
}
#outside .ttl_style03 .obj_svg,
#in_house .ttl_style03 .obj_svg {
  top: -65px;
}
@media screen and (min-width: 768px) {
  #outside,
  #in_house {
    padding-top: 100px;
  }
  #outside .ttl_style03,
  #in_house .ttl_style03 {
    margin-bottom: 50px;
  }
  #outside .ttl_style03 .obj_svg,
  #in_house .ttl_style03 .obj_svg {
    width: 80vw;
    top: -13vw;
    left: -5vw;
  }
}
@media screen and (min-width: 980px) {
  #outside,
  #in_house {
    padding-top: 120px;
  }
  #outside .ttl_style03,
  #in_house .ttl_style03 {
    margin-bottom: 60px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #outside .ttl_style03 .obj_svg,
  #in_house .ttl_style03 .obj_svg {
    width: 700px;
    top: -100px;
    left: -5vw;
  }
}
@media screen and (min-width: 980px) and (min-width: 1200px) {
  #outside .ttl_style03 .obj_svg,
  #in_house .ttl_style03 .obj_svg {
    left: -110px;
  }
}

.column_style08 + .column_style08 {
  margin-top: 25px;
  padding-top: 25px;
}
@media screen and (min-width: 768px) {
  .column_style08 + .column_style08 {
    margin-top: 40px;
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .column_style08 + .column_style08 {
    margin-top: 50px;
    padding-top: 50px;
  }
}
.column_style08 .img {
  margin-bottom: 25px;
  margin-left: -5vw;
  margin-right: -5vw;
}
.column_style08 .text {
  position: relative;
  z-index: 11;
  background-color: #FFF;
  padding: 15px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
}
.column_style08 .text .ttl {
  font-size: 1.7rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .column_style08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .column_style08.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .column_style08.reverse .img {
    margin: 0 -5vw 0 -340px;
  }
  .column_style08.reverse .text {
    margin-left: 0;
    position: relative;
    z-index: 11;
    margin-right: auto;
  }
  .column_style08 .img {
    margin-bottom: 0px;
    margin: 0 -340px 0 -5vw;
  }
  .column_style08 .text {
    width: 530px;
    padding: 30px;
    margin-top: 25vw;
    margin-left: auto;
  }
  .column_style08 .text .ttl_style02 {
    margin-bottom: 35px;
  }
  .column_style08 .text .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 980px) {
  .column_style08 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .column_style08.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .column_style08.reverse .img {
    margin: 0 -100px 0 -360px;
  }
  .column_style08 .img {
    margin-bottom: 0px;
    margin: 0 -360px 0 -100px;
  }
  .column_style08 .text {
    width: 530px;
    padding: 45px 45px;
    margin-top: 240px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .column_style08 .text .ttl {
    font-size: 2.2rem;
  }
  .column_style08.type02 .img {
    margin-bottom: 0px;
    margin: 0 -360px 0 0px;
  }
  .column_style08.type02.reverse .img {
    margin: 0 0 0px -360px;
  }
}

#job_wrap {
  padding-bottom: 40px;
}
#job_wrap .column {
  padding-bottom: 20px;
}
#job_wrap .ttl_style03 {
  margin-bottom: 30px;
}
#job_wrap .ttl_style03 .obj_svg {
  width: 220px;
  top: 12px;
  left: inherit;
  right: -5vw;
}
@media screen and (min-width: 768px) {
  #job_wrap {
    padding-bottom: 60px;
  }
  #job_wrap .column {
    padding-bottom: 40px;
  }
  #job_wrap .column + .column {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  #job_wrap .ttl_style03 {
    margin-bottom: 50px;
  }
  #job_wrap .ttl_style03 .obj_svg {
    width: 420px;
    top: 12px;
    right: 0;
  }
}
@media screen and (min-width: 980px) {
  #job_wrap {
    padding-bottom: 80px;
  }
  #job_wrap .column {
    padding-bottom: 50px;
  }
  #job_wrap .column + .column {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  #job_wrap .inner {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #job_wrap .ttl_style03 {
    margin-bottom: 70px;
  }
  #job_wrap .ttl_style03 .obj_svg {
    width: 610px;
    top: 12px;
    right: 0;
  }
}

.job_frame {
  background-color: #FFF;
  padding: 30px 15px;
  position: relative;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .job_frame {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 980px) {
  .job_frame {
    padding: 60px 70px;
  }
}
.job_frame:before, .job_frame:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0;
}
.job_frame:before {
  border-width: 20px 20px 0 0;
  border-color: #FF8900 transparent transparent transparent;
  left: 0;
}
@media screen and (min-width: 768px) {
  .job_frame:before {
    border-width: 40px 40px 0 0;
  }
}
@media screen and (min-width: 980px) {
  .job_frame:before {
    border-width: 60px 60px 0 0;
  }
}
.job_frame:after {
  border-width: 0 20px 20px 0;
  border-color: transparent #FF8900 transparent transparent;
  right: 0;
}
@media screen and (min-width: 768px) {
  .job_frame:after {
    border-width: 0 40px 40px 0;
  }
}
@media screen and (min-width: 980px) {
  .job_frame:after {
    border-width: 0 60px 60px 0;
  }
}
.job_frame .in:before, .job_frame .in:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  bottom: 0;
}
.job_frame .in:before {
  border-width: 20px 0 0 20px;
  border-color: transparent transparent transparent #FF8900;
  left: 0;
}
@media screen and (min-width: 768px) {
  .job_frame .in:before {
    border-width: 40px 0 0 40px;
  }
}
@media screen and (min-width: 980px) {
  .job_frame .in:before {
    border-width: 60px 0 0 60px;
  }
}
.job_frame .in:after {
  border-width: 0 0 20px 20px;
  border-color: transparent transparent #FF8900 transparent;
  right: 0;
}
@media screen and (min-width: 768px) {
  .job_frame .in:after {
    border-width: 0 0 40px 40px;
  }
}
@media screen and (min-width: 980px) {
  .job_frame .in:after {
    border-width: 0 0 60px 60px;
  }
}
.job_frame .job_title {
  font-weight: bold;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.job_frame .job_title:before, .job_frame .job_title:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -20px;
  background-color: #000;
}
.job_frame .job_title:before {
  width: 20px;
  background-color: #FF8900;
  z-index: 2;
}
.job_frame .job_title .sub {
  text-align: center;
  font-size: 1.4rem;
}
.job_frame .job_title .ttl {
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.15em;
}
.job_frame .job_title .en {
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .job_frame .job_title {
    padding-bottom: 30px;
    margin-bottom: 50px;
  }
  .job_frame .job_title .sub {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
  .job_frame .job_title .ttl {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .job_frame .job_title .en {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 980px) {
  .job_frame .job_title {
    padding-bottom: 35px;
    margin-bottom: 60px;
  }
  .job_frame .job_title .sub {
    font-size: 1.7em;
    margin-bottom: 0px;
  }
  .job_frame .job_title .ttl {
    font-size: 2.8em;
    margin-bottom: 10px;
  }
  .job_frame .job_title .en {
    font-size: 1.6rem;
  }
}
.job_frame .point_column {
  background: #F8F8F8;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px 15px 15px 15px;
  position: relative;
}
.job_frame .point_column .label {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.job_frame .point_column .label span {
  display: inline-block;
  line-height: 1;
  padding: 4px 15px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  background-color: #FF8900;
  color: #FFF;
  border-radius: 10px 0 10px 0;
}
@media screen and (min-width: 768px) {
  .job_frame .point_column {
    padding: 60px 40px 40px 40px;
  }
  .job_frame .point_column .label {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .job_frame .point_column .label span {
    padding: 5px 15px;
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 980px) {
  .job_frame .point_column {
    padding: 70px 60px 60px 60px;
  }
  .job_frame .point_column .label span {
    padding: 5px 20px;
    font-size: 2.6rem;
  }
}
.job_frame .checklist01 li {
  padding-left: 25px;
  position: relative;
  line-height: 1.7;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 7px;
  font-weight: bold;
}
.job_frame .checklist01 li + li {
  margin-top: 13px;
}
.job_frame .checklist01 li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_check_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .job_frame .checklist01 li {
    font-size: 1.6rem;
  }
  .job_frame .checklist01 li + li {
    margin-top: 20px;
  }
  .job_frame .checklist01 li:before {
    top: 5px;
  }
}
.job_frame .condition {
  margin-top: 25px;
}
.job_frame .condition dt {
  margin-bottom: 15px;
}
.job_frame .condition dt span {
  display: inline-block;
  border: 1px solid #3E2495;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: bold;
  color: #3E2495;
  line-height: 1;
}
.job_frame .condition dd .checklist01 li:before {
  background-image: url(../img/common/icon_check_gray.png);
}
@media screen and (min-width: 768px) {
  .job_frame .condition {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  .job_frame .condition {
    margin-top: 50px;
  }
  .job_frame .condition dt span {
    font-size: 1.7rem;
  }
}
.job_frame .checklist02 li {
  position: relative;
  line-height: 1.7;
  padding-left: 30px;
  text-indent: 0;
}
.job_frame .checklist02 li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_check_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.job_frame .circle_list {
  margin: 10px 0 0 0;
}
.job_frame .circle_list li {
  position: relative;
  padding: 0 0 0 15px;
}
.job_frame .circle_list li:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
  background-color: #FF8900;
}
.job_frame .circle_list li + li {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .job_frame .circle_list li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.job_frame .notice_list {
  margin: 10px 0 0 0;
  padding: 0;
}
.job_frame .notice_list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.job_frame .notice_list li:before {
  content: "※ ";
}
.job_frame .notice_list li + li {
  margin-top: 3px;
}
@media screen and (min-width: 768px) {
  .job_frame .notice_list li {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
.job_frame .strong_list {
  margin-top: 10px;
}
.job_frame .strong_list li {
  font-weight: bold;
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.job_frame .strong_list li:before {
  content: "・";
}
.job_frame .strong_list li + li {
  margin-top: 3px;
}
.job_frame .strong_list .checklist02 {
  margin: 5px 0 10px 0;
}
.job_frame .strong_list .checklist02 li {
  position: relative;
  line-height: 1.7;
  padding-left: 25px;
  text-indent: 0;
  font-weight: normal;
}
.job_frame .strong_list .checklist02 li:before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/icon_check_orange.png);
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 3px;
  left: 0;
}
.job_frame .flex {
  margin-top: 30px;
}
.job_frame .flex .box + .box {
  margin-top: 25px;
}
.job_frame .flex .box .ttl {
  font-size: 1.4rem;
  border-bottom: 1px solid #E1E1E1;
  padding-bottom: 2px;
  margin-bottom: 15px;
}
.job_frame .flex .box .large {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .job_frame .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 15px -20px -20px -20px;
  }
  .job_frame .flex .box {
    width: 50%;
    padding: 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .job_frame .flex .box + .box {
    margin-top: 0;
  }
  .job_frame .flex .box .ttl {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .job_frame .flex .box .large {
    font-size: 1.4rem;
    font-weight: bold;
  }
}
@media screen and (min-width: 980px) {
  .job_frame .flex {
    margin: 20px -30px -25px -30px;
  }
  .job_frame .flex .box {
    padding: 25px 30px;
  }
  .job_frame .flex .box .ttl {
    font-size: 1.9rem;
    margin-bottom: 25px;
  }
  .job_frame .flex .box .large {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

#job02 .job_frame .job_title:before {
  background-color: #3E2495;
}
#job02 .job_frame .job_title:after {
  background-color: #C8C8C8;
}
#job02 .job_frame:before {
  border-color: #3E2495 transparent transparent transparent;
}
#job02 .job_frame:after {
  border-color: transparent #3E2495 transparent transparent;
}
#job02 .job_frame .in:before {
  border-color: transparent transparent transparent #3E2495;
}
#job02 .job_frame .in:after {
  border-color: transparent transparent #3E2495 transparent;
}
#job02 .job_frame .point_column .label span {
  background-color: #9083BC;
}
#job02 .job_frame .circle_list li:before {
  background-color: #3E2495;
}
#job02 .job_frame .checklist01 li:before {
  background-image: url(../img/common/icon_check_purple.png);
}
#job02 .job_frame .condition dd .checklist01 li:before {
  background-image: url(../img/common/icon_check_gray.png);
}

#job03 .job_frame .job_title:before {
  background-color: #D90202;
}
#job03 .job_frame .job_title:after {
  background-color: #C8C8C8;
}
#job03 .job_frame:before {
  border-color: #D90202 transparent transparent transparent;
}
#job03 .job_frame:after {
  border-color: transparent #D90202 transparent transparent;
}
#job03 .job_frame .in:before {
  border-color: transparent transparent transparent #D90202;
}
#job03 .job_frame .in:after {
  border-color: transparent transparent #D90202 transparent;
}
#job03 .job_frame .point_column .label span {
  background-color: #D90202;
}
#job03 .job_frame .circle_list li:before {
  background-color: #D90202;
}
#job03 .job_frame .checklist01 li:before {
  background-image: url(../img/common/icon_check_red.png);
}
#job03 .job_frame .condition dd .checklist01 li:before {
  background-image: url(../img/common/icon_check_gray.png);
}

#form_wrap {
  padding-bottom: 30px;
  margin-top: -40px;
}
#form_wrap form .text {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #form_wrap form .text br {
    display: none;
  }
}
#form_wrap form .require {
  color: #FF8900;
}
#form_wrap .intro_box {
  margin-bottom: 50px;
  text-align: left;
}
#form_wrap .intro_box + .intro_box {
  margin-top: 60px;
}
#form_wrap .intro_box .intro_text {
  margin-top: 20px;
  color: #282828;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.4;
}
#form_wrap .intro_box a {
  display: inline-block;
  margin-top: 30px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#form_wrap .intro_box a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  #form_wrap {
    padding-bottom: 80px;
    margin-top: -80px;
  }
  #form_wrap .intro_box + .intro_box {
    margin-top: 200px;
  }
  #form_wrap .intro_box .intro_text {
    margin-top: 65px;
    font-size: 2rem;
  }
  #form_wrap .intro_box a {
    margin-top: 50px;
  }
}
@media screen and (min-width: 980px) {
  #form_wrap {
    padding-bottom: 80px;
    margin-top: -100px;
  }
  #form_wrap form {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  #form_wrap .intro_box {
    margin-bottom: 50px;
  }
  #form_wrap .intro_box .intro_text {
    font-size: 2.4rem;
  }
}
#form_wrap .formflow {
  text-align: center;
  margin-bottom: 30px;
}

.formbox {
  background-color: #FFF;
  padding: 30px 20px;
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 768px) {
  .formbox {
    padding: 60px 40px;
  }
}
@media screen and (min-width: 980px) {
  .formbox {
    padding: 70px 85px;
  }
}
.formbox .ttl_style01 {
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .formbox .ttl_style01 {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 980px) {
  .formbox .ttl_style01 {
    margin-bottom: 40px;
  }
}
.formbox .row {
  padding-bottom: 20px;
}
.formbox .row + .row {
  border-top: 1px solid #F0F0F0;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .formbox .row {
    padding-bottom: 25px;
  }
  .formbox .row + .row {
    padding-top: 25px;
  }
}
.formbox dl {
  margin: 0;
  padding: 0;
}
.formbox dl + dl {
  margin-top: 20px;
}
.formbox dl dt {
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.formbox dl dt:before {
  content: "▼ ";
  color: #969696;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .formbox dl + dl {
    margin-top: 40px;
  }
}
.formbox .notice {
  font-size: 1.3rem;
  line-height: 1.5;
  color: #717171;
  margin-top: 10px;
}
.formbox .formflow .flow02,
.formbox .confirm_txt {
  display: none;
}
.formbox .error_message {
  margin-top: 5px;
}
.formbox .error_message span {
  display: inline-block;
  background-color: #FF8900;
  color: #FFF;
  font-size: 1.3rem;
  position: relative;
  padding: 4px 10px;
  border-radius: 3px;
  line-height: 1;
}
.formbox .error_message span:after {
  content: "";
  width: 7px;
  height: 7px;
  display: block;
  background-color: #FF8900;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 10px;
  margin-top: -3px;
}

input[type=text],
textarea {
  width: 100%;
  max-width: 600px;
  font-size: 1.6rem;
  background: #F0F0F0;
  border: 1px solid #F0F0F0;
  padding: 15px 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
}

textarea {
  max-width: 100%;
  height: 200px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.6;
}

.select_box {
  position: relative;
  max-width: 400px;
}
.select_box:after {
  content: "▼";
  font-size: 1.1rem;
  color: #969696;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -0.5em;
  line-height: 1;
  pointer-events: none;
}
.select_box select {
  font-size: 1.6rem;
  width: 100%;
  border: none;
  padding: 15px 10px;
  border-radius: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: #F0F0F0;
}

.birth_wrap {
  padding-top: 5px;
}
.birth_wrap .birth_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.birth_wrap .birth_row + .birth_row {
  margin-top: 10px;
}
.birth_wrap span {
  font-weight: bold;
  padding: 0 10px;
}
.birth_wrap select[name=year] {
  width: 200px;
}
.birth_wrap select[name=month],
.birth_wrap select[name=day] {
  width: 83px;
}
@media screen and (min-width: 768px) {
  .birth_wrap {
    padding-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .birth_wrap .birth_row + .birth_row {
    margin-top: 0px;
  }
}

.ridio_wrap {
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.ridio_wrap .radio + .radio {
  margin-left: 20px;
}

.radio input[type=radio] {
  display: none;
}
.radio input[type=radio]:checked + label:after {
  opacity: 1;
}
.radio label {
  padding-left: 33px;
  position: relative;
}
.radio label:before {
  content: "";
  width: 24px;
  height: 24px;
  background-color: #F0F0F0;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  margin-top: -12px;
  display: block;
}
.radio label:after {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #FF8900;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 6px;
  margin-top: -6px;
  display: block;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#btnarea {
  margin-top: 15px;
}
#btnarea .btn + .btn {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  #btnarea {
    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;
  }
  #btnarea .btn + .btn {
    margin-top: 0;
    margin-right: 15px;
    margin-left: 0px;
  }
}

.btnConfirm,
.btnSubmit {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: transparent;
  background-color: #FF8900;
  border: 1px solid #FF8900;
  color: #FFF;
  position: relative;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btnConfirm:after,
.btnSubmit:after {
  content: "";
  width: 24px;
  height: 3px;
  background-image: url(../img/common/icon_form_right.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -2px;
}
.btnConfirm:hover,
.btnSubmit:hover {
  opacity: 0.6;
}

.btnTop,
.btnReturn {
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #707070;
  outline: none;
  background: transparent;
  background-color: #FFF;
  color: #282828;
  position: relative;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btnTop:after,
.btnReturn:after {
  content: "";
  width: 24px;
  height: 3px;
  background-image: url(../img/common/icon_form_left_bk.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  line-height: 1;
  margin-top: -2px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btnTop:hover,
.btnReturn:hover {
  color: #FF8900;
  border-color: #FF8900;
}
.btnTop:hover:after,
.btnReturn:hover:after {
  background-image: url(../img/common/icon_form_left.svg);
}

.confirm .text {
  display: none;
}
.confirm .bannerbox {
  display: none !important;
}
.confirm .formflow .flow01 {
  display: none;
}
.confirm .formflow .flow02 {
  display: inline;
}
.confirm .ttl_style01 {
  display: none;
}
.confirm .confirm_txt {
  display: block;
}
.confirm .require,
.confirm .notice {
  display: none;
}
.confirm .formbox dl dt {
  margin: 0;
}
.confirm .formbox dl dt:before {
  display: none;
}
.confirm .ridio_wrap {
  display: none;
}
.confirm .ridio_wrap label:before, .confirm .ridio_wrap label:after {
  display: none;
}
.confirm .select_box:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .confirm .formbody {
    padding-top: 20px;
  }
  .confirm .row dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .confirm .row dl dt {
    width: 200px;
  }
  .confirm .row dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

.thanks_txt,
.confirm_txt {
  font-weight: bold;
  position: relative;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.thanks_txt p,
.confirm_txt p {
  text-align: center;
}
.thanks_txt:before, .thanks_txt:after,
.confirm_txt:before,
.confirm_txt:after {
  content: "";
  width: 40px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 50%;
  display: block;
  margin-left: -20px;
  background-color: #000;
}
.thanks_txt:before,
.confirm_txt:before {
  width: 20px;
  background-color: #FF8900;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  .thanks_txt,
  .confirm_txt {
    font-size: 1.7rem;
    margin-bottom: 30px;
  }
  .thanks_txt br,
  .confirm_txt br {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .thanks_txt,
  .confirm_txt {
    font-size: 2.2rem;
    margin-bottom: 40px;
  }
  .thanks_txt br,
  .confirm_txt br {
    display: none;
  }
}

.formbox.thanks {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.formbox.thanks .formbody {
  margin-top: 30px;
}
.formbox.thanks .formbody p {
  margin-bottom: 40px;
  border-top: 1px solid #C8C8C8;
  border-bottom: 1px solid #C8C8C8;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .formbox.thanks .formbody {
    margin-top: 50px;
  }
  .formbox.thanks .formbody p {
    margin-bottom: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 980px) {
  .formbox.thanks .formbody {
    margin-top: 40px;
  }
  .formbox.thanks .formbody p {
    padding-left: 40px;
    padding-right: 40px;
  }
}

#concept .copy,
#concept .sub_copy,
#concept .text,
#concept .img01,
#concept .img02 {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#virus .inner .ttl,
#virus .inner > p {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
#virus .icon_list li {
  opacity: 0;
}
#virus .flex {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
#virus .attention ul {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#trouble .bord {
  opacity: 0;
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

#trouble .icon_list li {
  opacity: 0;
}

#trouble .other {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#trouble .message {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#hari .inner {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#osusume .inner {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.flowlist .box {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#message .left p {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
#message .img {
  opacity: 0;
  -webkit-transform: translateX(40px);
          transform: translateX(40px);
}
#message .box {
  opacity: 0;
}

#inside .roomlist {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.menubox01,
.menubox02 .box,
.optionmenu,
.maternitymenu {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.voicelist .list {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#seminar .inner {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

#homecare .inner {
  opacity: 0;
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}
/*# sourceMappingURL=style.css.map */