<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul, li, a {
  text-decoration: none;
}

.pc_disp {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .pc_disp {
    display: block !important;
  }
}

.sp_disp {
  display: block !important;
}

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

.ipad_disp {
  display: block !important;
}

@media screen and (min-width: 1100px) {
  .ipad_disp {
    display: none !important;
  }
}

.pc_only {
  display: none !important;
}

@media screen and (min-width: 1100px) {
  .pc_only {
    display: block !important;
  }
}

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

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

/*======================================
共通hover
======================================*/
@media screen and (min-width: 1100px) {
  h1 a, a.link_back, .footer_inner a {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  h1 a:hover, a.link_back:hover, .footer_inner a:hover {
    opacity: .7;
  }
}

/*下層*/
.underlayer .header img {
  width: 54%;
}

@media screen and (min-width: 1100px) {
  .underlayer .header img {
    width: auto;
  }
}

.underlayer .header h1 a {
  display: inline-block;
}

.underlayer .header .link_back {
  position: absolute;
  right: 41%;
  padding-top: 2px;
  color: #444;
  font-size: 0.625rem;
}

@media screen and (min-width: 768px) {
  .underlayer .header .link_back {
    right: 20%;
  }
}

@media screen and (min-width: 1100px) {
  .underlayer .header .link_back {
    right: 13%;
    padding-top: 7px;
    font-size: 1rem;
  }
}

.underlayer .catch_inner {
  padding: 0px 0 0;
}

@media screen and (min-width: 1100px) {
  .underlayer .catch_inner {
    padding: 30px 0 0;
  }
}

.underlayer .catch02 {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
  height: 102px;
  background: #23C99C;
}

@media screen and (min-width: 1100px) {
  .underlayer .catch02 {
    width: 640px;
    height: 200px;
  }
}

.underlayer .catch02 .subtitle {
  margin-left: 10px;
  margin-top: 13px;
  font-weight: 500;
  color: #fff;
  font-size: 0.875rem;
}

@media screen and (min-width: 1100px) {
  .underlayer .catch02 .subtitle {
    margin-left: 30px;
    margin-top: 15px;
    font-size: 1.75rem;
  }
}

.underlayer .catch02 .title {
  margin-left: 10px;
  margin-top: -3px;
  font-weight: 500;
  color: #fff;
  font-size: 1.375rem;
}

@media screen and (min-width: 1100px) {
  .underlayer .catch02 .title {
    font-weight: bold;
    margin-left: 30px;
    margin-top: -7px;
    font-size: 2.25rem;
  }
}

.underlayer .catch02 .right {
  margin-top: 12px;
  position: absolute;
  right: -14%;
}

@media screen and (min-width: 1100px) {
  .underlayer .catch02 .right {
    position: initial;
    margin-top: 24px;
    margin-right: 20px;
  }
}

.underlayer .catch02 .right .text_bottom {
  color: #fff;
  font-size: 0.625rem;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

@media screen and (min-width: 1100px) {
  .underlayer .catch02 .right .text_bottom {
    -webkit-transform: none;
            transform: none;
    text-align: right;
    font-size: 1.125rem;
  }
}

.underlayer .catch02 .right .text_bottom02 {
  padding-left: 7px;
  font-weight: bold;
  color: #fff;
  font-size: 0.625rem;
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  font-family: "Helvetica";
}

@media screen and (min-width: 1100px) {
  .underlayer .catch02 .right .text_bottom02 {
    padding-left: 2px;
    -webkit-transform: none;
            transform: none;
    text-align: right;
    margin-top: -10px;
    font-size: 0.8125rem;
  }
}

.underlayer .header_img img {
  display: block;
  margin: 0 auto;
}

.underlayer .inner::before {
  display: none;
}

.underlayer .inner::after {
  background: url("./../img/top_text.png") no-repeat;
  content: "";
  display: block;
  width: 227px;
  height: 93px;
  position: absolute;
  background-size: contain;
  top: -3%;
  left: auto;
  right: 36%;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .underlayer .inner::after {
    width: 614px;
    height: 200px;
    top: -5%;
    right: -23%;
  }
}

@media screen and (min-width: 1100px) {
  .underlayer .inner::after {
    height: 258px;
    right: -9%;
  }
}

@media screen and (min-width: 1100px) {
  .underlayer .sec01 {
    padding: 10px 0 0px;
  }
}

.underlayer .sec01 p {
  margin-top: 15px;
  margin-bottom: 53px;
}

@media screen and (min-width: 1100px) {
  .underlayer .sec01 p {
    margin-top: 15px;
    margin-bottom: 97px;
  }
}

.underlayer .sec01 .top {
  margin-top: -80px;
  margin-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .underlayer .sec01 .top {
    margin-top: -88px;
  }
}

.underlayer .sec01 .occupation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  font-size: 1.75rem;
  font-weight: bold;
  background: #F9F9F9;
  min-width: 140px;
  height: 80px;
  margin-left: -17px;
  padding-right: 60px;
  padding-top: 33px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .underlayer .sec01 .occupation {
    min-width: 250px;
    margin: 0px calc(50% - 50vw) 0px;
    height: auto;
    padding-right: 100px;
    padding-top: 10px;
    font-size: 2.5rem;
  }
  .underlayer .sec01 .occupation.min {
    padding-right: 0;
  }
}

@media screen and (min-width: 1100px) {
  .underlayer .sec01 .occupation {
    min-width: 360px;
    margin: 0;
    padding-left: 0px;
    font-size: 3.25rem;
  }
}

.underlayer .sec01 .occupation.max {
  padding-right: 35px;
}

@media screen and (min-width: 768px) {
  .underlayer .sec01 .occupation.max {
    padding-right: 60px;
  }
}

/*top*/
.header {
  position: fixed;
  width: 100%;
  height: 55px;
  background-color: rgba(249, 249, 249, 0.6);
  z-index: 10;
}

@media screen and (min-width: 1100px) {
  .header {
    height: 80px;
  }
}

.header_inner {
  position: relative;
  max-width: 1340px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (min-width: 1100px) {
  .header_inner {
    padding: 0 20px;
  }
}

.header_inner h1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 21px;
  padding-left: 19px;
}

.header_inner h1 a {
  display: contents;
}

.header_inner h1 a img {
  width: 44%;
}

@media screen and (min-width: 1100px) {
  .header_inner h1 a img {
    width: auto;
  }
}

@media screen and (min-width: 1100px) {
  .header_inner h1 {
    padding-top: 28px;
    padding-left: 0;
  }
}

.header_inner h1 span {
  margin-left: 7px;
  font-size: 0.625rem;
}

@media screen and (min-width: 1100px) {
  .header_inner h1 span {
    margin-left: 12px;
    font-size: 1rem;
  }
}

.header_inner .entry {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 133px;
  height: 55px;
  background: #363B3A;
  color: #23C99C;
  font-weight: bold;
  font-size: 1.0625rem;
  z-index: 2;
}

@media screen and (min-width: 1100px) {
  .header_inner .entry {
    right: 20px;
    width: 100px;
    height: 247px;
    font-size: 1.375rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
  }
  .header_inner .entry:hover {
    color: #fff;
  }
  .header_inner .entry:hover .arrow {
    top: 75%;
    background: #fff;
  }
  .header_inner .entry:hover .arrow::after {
    border-top: 18px solid #fff;
  }
}

.header_inner .entry .text {
  position: absolute;
  top: 33%;
  left: 21%;
}

@media screen and (min-width: 1100px) {
  .header_inner .entry .text {
    top: 21%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header_inner .entry .arrow {
  position: absolute;
  top: 35%;
  left: 75%;
  width: 2px;
  height: 17px;
  background: #23C99C;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (min-width: 1100px) {
  .header_inner .entry .arrow {
    height: 34px;
    top: 69%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.header_inner .entry .arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 148%;
  left: -3px;
  width: 2px;
  height: 10px;
  border-top: 10px solid #23C99C;
  border-left: transparent;
  border-right: transparent;
  -webkit-transform: translate(2px, -17px) rotate(41deg);
          transform: translate(2px, -17px) rotate(41deg);
}

@media screen and (min-width: 1100px) {
  .header_inner .entry .arrow::after {
    left: 1px;
    top: 97%;
    border-top: 18px solid #23C99C;
  }
}

.catch_inner {
  max-width: 1400px;
  margin: 55px auto 0;
  position: relative;
  padding: 23px 0 0;
  z-index: 1;
}

@media screen and (min-width: 1100px) {
  .catch_inner {
    padding: 30px 0 0;
    margin: 80px auto 0;
  }
}

.catch_inner .catch {
  position: absolute;
  top: 0;
  left: 0;
  width: 328px;
  height: 102px;
  background: #23C99C;
}

@media screen and (min-width: 1100px) {
  .catch_inner .catch {
    width: 640px;
    height: 200px;
  }
}

.catch_inner .catch .title {
  margin-top: 33px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  font-size: 1.3125rem;
}

@media screen and (min-width: 1100px) {
  .catch_inner .catch .title {
    margin-top: 63px;
    font-size: 2.5625rem;
  }
}

.catch_inner .catch .text {
  margin-top: 5px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 0.6875rem;
  font-family: "Helvetica";
}

@media screen and (min-width: 1100px) {
  .catch_inner .catch .text {
    font-size: 1.375rem;
  }
}

.slider {
  width: 100%;
  overflow: hidden;
}

.slider .slider_item {
  width: 100%;
  width: 564px;
  height: 413px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 20px;
}

@media screen and (min-width: 1100px) {
  .slider .slider_item {
    margin-right: 30px;
    height: 630px;
    width: 860px;
  }
}

.slider .slider_item img {
  width: 100%;
}

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

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

.slider_inner:first-child {
  -webkit-animation: loop 150s linear infinite;
          animation: loop 150s linear infinite;
}

.slider_inner:nth-child(2) {
  -webkit-animation: loop2 150s -100s linear infinite;
          animation: loop2 150s -100s linear infinite;
}

.slider_inner:last-child {
  -webkit-animation: loop3 150s -50s linear infinite;
          animation: loop3 150s -50s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(200%);
            transform: translateX(200%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  to {
    -webkit-transform: translateX(-200%);
            transform: translateX(-200%);
  }
}

@-webkit-keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

@keyframes loop3 {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-300%);
            transform: translateX(-300%);
  }
}

.inner {
  position: relative;
  max-width: 1200px;
  width: 91%;
  margin: 0 auto;
}

.inner .top_horse_sp {
  position: absolute;
  right: -28%;
  z-index: 1;
  top: 0;
}

@media screen and (min-width: 768px) {
  .inner .top_horse_sp {
    right: -5%;
  }
}

.inner .top_horse_pc {
  position: absolute;
  z-index: 1;
  top: -180px;
  right: -8%;
}

.inner::after {
  background: url("./../img/top_text.png") no-repeat;
  content: "";
  display: block;
  width: 328px;
  height: 136px;
  position: absolute;
  background-size: contain;
  right: 5%;
  top: -4%;
  z-index: 1;
}

@media screen and (min-width: 1100px) {
  .inner::after {
    width: 614px;
    height: 258px;
    top: -13%;
    left: -8%;
  }
}

.MainColumn {
  position: relative;
  font-size: 0.875rem;
  text-align: justify;
  overflow: hidden;
  font-family: 'Noto Sans JP',sans-serif;
  background: #F9F9F9;
}

@media screen and (min-width: 768px) {
  .MainColumn {
    font-size: 1rem;
  }
}

.MainColumn p {
  color: #444;
  font-size: 0.9375rem;
  line-height: 1.8;
}

@media screen and (min-width: 768px) {
  .MainColumn p {
    font-size: 1rem;
    line-height: 2.25;
  }
}

.MainColumn h2 {
  margin-bottom: 18px;
  color: #23C99C;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.8125rem;
}

@media screen and (min-width: 768px) {
  .MainColumn h2 {
    margin-bottom: 0;
    font-size: 2.5rem;
    line-height: 2.25;
  }
}

.MainColumn h3 .bg {
  display: inline-block;
  height: 38px;
  line-height: 38px;
  background: #fff;
  margin-bottom: 12px;
  padding: 0 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (min-width: 1100px) {
  .MainColumn h3 .bg {
    height: 48px;
    line-height: 48px;
    margin-bottom: 12px;
  }
}

.MainColumn h3 span {
  color: #333;
  font-weight: bold;
  font-size: 1.125rem;
}

@media screen and (min-width: 768px) {
  .MainColumn h3 span {
    font-size: 1.5625rem;
    line-height: 2.25;
  }
}

.MainColumn h4 {
  margin-bottom: 10px;
  color: #23C99C;
  font-weight: 500;
  line-height: 1.8;
  font-size: 1.5625rem;
}

@media screen and (min-width: 768px) {
  .MainColumn h4 {
    margin-bottom: 0;
    font-size: 2rem;
  }
}

.MainColumn .asterisk {
  display: block;
  color: #666666;
  font-size: 0.6875rem;
  line-height: 1.636;
}

@media screen and (min-width: 768px) {
  .MainColumn .asterisk {
    display: inline-block;
    margin-top: 10px;
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 1100px) {
  .MainColumn .asterisk + span {
    margin-left: 20px;
  }
}

.sec01 {
  padding: 10px 0 58px;
}

@media screen and (min-width: 1100px) {
  .sec01 {
    padding: 10px 0 79px;
  }
}

.top_text {
  z-index: 1;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 20px;
}

.top_text::after {
  position: absolute;
  content: "";
  width: 305px;
  height: 80px;
  background: #F9F9F9;
  top: -73%;
  left: 0;
  z-index: -1;
  margin: 0px calc(50% - 50vw) 0px;
}

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

@media screen and (min-width: 768px) {
  .top_text {
    margin-top: -108px;
    margin-bottom: 10px;
    background: #F9F9F9;
    width: 600px;
    height: 170px;
    margin-left: -99px;
    margin-bottom: 10px;
    padding: 43px 0 0 98px;
  }
}

@media screen and (min-width: 1100px) {
  .top_text {
    width: 683px;
  }
}

.sec02 {
  padding: 10px 0 0px;
}

@media screen and (min-width: 1100px) {
  .sec02 {
    padding: 10px 0 0px;
  }
}

.work h3 span {
  margin-bottom: 19px;
}

.work p {
  margin-top: 10px;
  margin-bottom: 10px;
}

@media screen and (min-width: 1100px) {
  .work p {
    margin-top: 7px;
    margin-bottom: 10px;
  }
}

.work_item_inner {
  margin: 25px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 768px) {
  .work_item_inner {
    width: 50%;
  }
}

@media screen and (min-width: 1100px) {
  .work_item_inner {
    width: auto;
    margin: 57px auto 0px;
  }
}

.work_item {
  position: relative;
  width: 290px;
  height: 148px;
}

@media screen and (min-width: 1100px) {
  .work_item {
    width: 340px;
    height: 260px;
  }
}

.work_item img {
  position: absolute;
  right: 0;
  width: 160px;
  height: 148px;
}

@media screen and (min-width: 1100px) {
  .work_item img {
    width: 280px;
    height: 260px;
  }
}

.work_item .title {
  position: absolute;
  z-index: 1;
  right: 34%;
  top: 12%;
  display: inline-block;
  padding: 9px 7px;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .work_item .title {
    top: 10%;
    right: auto;
    left: 0;
    padding: 10px 6px;
    font-size: 1.1875rem;
  }
}

.work .work_item + div {
  margin-top: 10px;
}

@media screen and (min-width: 1100px) {
  .work .work_item + div {
    margin-top: 0;
    margin-left: 90px;
  }
}

.work_link_inner {
  max-width: 1140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px auto 17px;
}

@media screen and (min-width: 768px) {
  .work_link_inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 1100px) {
  .work_link_inner {
    -ms-flex-wrap: inherit;
        flex-wrap: inherit;
    margin: 248px auto 75px;
  }
}

.work_link {
  position: relative;
  display: block;
  padding-left: 36px;
  background: #23C99C;
  width: 100%;
  height: 80px;
  line-height: 80px;
  color: #fff;
  font-weight: bold;
  font-size: 1.0625rem;
}

@media screen and (min-width: 768px) {
  .work_link {
    max-width: 540px;
    width: 43%;
    height: 120px;
    line-height: 120px;
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 1100px) {
  .work_link {
    padding-left: 50px;
    width: calc(100% / 2 - 30px);
    font-size: 1.625rem;
  }
  .work_link:hover .arrow::before {
    right: 11%;
  }
  .work_link:hover .arrow::after {
    right: 11%;
  }
}

.work_link .arrow:before, .work_link .arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: 17%;
  top: 51%;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (min-width: 768px) {
  .work_link .arrow:before, .work_link .arrow:after {
    top: 53%;
    right: 14%;
  }
}

.work_link .arrow:before {
  width: 29px;
  -webkit-transform: translate(30px, 0px);
          transform: translate(30px, 0px);
}

@media screen and (min-width: 768px) {
  .work_link .arrow:before {
    width: 40px;
    -webkit-transform: translate(30px, 0px);
            transform: translate(30px, 0px);
  }
}

.work_link .arrow:after {
  width: 14px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(30px, 0px) rotate(30deg);
          transform: translate(30px, 0px) rotate(30deg);
}

@media screen and (min-width: 768px) {
  .work_link .arrow:after {
    width: 16px;
    -webkit-transform: translate(30px, 0px) rotate(30deg);
            transform: translate(30px, 0px) rotate(30deg);
  }
}

.work_link + a {
  margin-top: 18px;
}

@media screen and (min-width: 768px) {
  .work_link + a {
    margin-top: 0;
  }
}

.recruit_link .text_inner {
	height: 135px;
}

.recruit_link .text_inner2 {
	height: 161px;
}

@media screen and (min-width: 1100px) {
  .work_link + a {
    margin-left: 60px;
  }
	.recruit_link .text_inner {
		height: auto;
	}
}

.work_link {
  position: relative;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 2;
}

@media screen and (min-width: 1100px) {
  .work_link:hover {
    color: #fff;
  }
  .work_link::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #363B3A;
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .work_link:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

@media screen and (min-width: 1100px) {
  .entry:hover {
    color: #fff;
  }
  .entry::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    content: '';
    background: #23C99C;
    -webkit-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transform: scale(1, 0);
            transform: scale(1, 0);
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
  }
  .entry:hover::before {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
}

.sec03 {
  padding: 58px 0 58px;
}

@media screen and (min-width: 1100px) {
  .sec03 {
    padding: 110px 0 163px;
  }
}

.recruit h2 {
  margin-bottom: 10px;
}

.recruit_link_inner {
  margin-top: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (min-width: 1100px) {
  .recruit_link_inner {
    margin-top: 42px;
  }
}

.recruit_link {
  margin-bottom: 20px;
  position: relative;
  width: 100%;
  height: 164px;
  background-size: cover;
  overflow: hidden;
}
.recruit_link2 {
  height: 189px;
}

@media screen and (min-width: 1100px) {
  .recruit_link {
    max-width: 590px;
	      height: 174px;
    width: calc(100% / 2 - 10px);
  }
  .recruit_link:nth-child(odd) {
    margin-right: 20px;
  }
  .recruit_link:hover::after {
    -webkit-transform: scale(1.2, 1.2);
            transform: scale(1.2, 1.2);
    -webkit-transition: 1s all;
    transition: 1s all;
  }
  .recruit_link:hover .arrow::before {
    right: 55%;
  }
  .recruit_link:hover .arrow::after {
    right: 55%;
  }
}

.recruit_link:nth-child(1)::after {
  background: url("./../img/recruit_item06.png") no-repeat;
  background-size: cover;
}

.recruit_link:nth-child(2)::after {
  background: url("./../img/recruit_item04.png") no-repeat;
  background-size: cover;
}

.recruit_link:nth-child(3)::after {
  background: url("./../img/recruit_item01.png") no-repeat;
  background-size: cover;
}

.recruit_link:nth-child(4)::after {
  background: url("./../img/recruit_item02.png") no-repeat;
  background-size: cover;
}

.recruit_link:nth-child(5)::after {
  background: url("./../img/recruit_item05.png") no-repeat;
  background-size: cover;
}

.recruit_link:nth-child(6)::after {
  background: url("./../img/recruit_item08.png") no-repeat;
  background-size: cover;
}

.recruit_link:nth-child(7)::after {
  background: url("./../img/recruit_item07.png") no-repeat;
  background-size: cover;
}

.recruit_link:nth-child(8)::after {
  background: url("./../img/recruit_item03.png") no-repeat;
  background-size: cover;
}

.recruit_link:nth-child(9)::after {
  background: url("./../img/recruit_item09.png") no-repeat;
  background-size: cover;
}

.recruit_link::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.recruit_link::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

.recruit_link .text_inner {
  position: relative;
  z-index: 1;
  margin-top: 12px;
  margin-left: 15px;
}

@media screen and (min-width: 1100px) {
  .recruit_link .text_inner {
    margin-top: 20px;
    margin-left: 20px;
  }
}

.recruit_link .title {
  display: inline-block;
  padding: 2px 6px;
  background: #fff;
  color: #333;
  font-weight: bold;
  font-size: 1.25rem;
	line-height: 1.6rem;
}
.recruit_link .title2 {
	
}

@media screen and (min-width: 768px) {
  .recruit_link .title {
    padding: 3px 7px;
    font-size: 1.375rem;
  }
}
.recruit_link .text {
  margin-top: 10px;
  width: 273px;
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1.57;
}

@media screen and (min-width: 768px) {
  .recruit_link .text {
    width: auto;
    margin-top: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.recruit_link .arrow {
  position: relative;
  display: block;
  width: 82px;
  height: 50px;
  background: #23C99C;
  margin: -33px 0 0 auto;
  z-index: 1;
}

@media screen and (min-width: 1100px) {
  .recruit_link .arrow {
    margin: 8px 0 0 auto;
  }
}

.recruit_link .arrow:before,
.recruit_link .arrow:after {
  content: '';
  display: block;
  position: absolute;
  right: 65%;
  top: 51%;
  height: 2px;
  background: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

@media screen and (min-width: 1100px) {
  .recruit_link .arrow:before,
  .recruit_link .arrow:after {
    right: 60%;
  }
}

.recruit_link .arrow:before {
  width: 40px;
  -webkit-transform: translate(30px, 0px);
          transform: translate(30px, 0px);
}

.recruit_link .arrow:after {
  width: 16px;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: translate(30px, 0px) rotate(30deg);
          transform: translate(30px, 0px) rotate(30deg);
}

.footer {
  background: #353535;
  padding: 30px 0 50px;
}

@media screen and (min-width: 1100px) {
  .footer {
    padding: 74px 0 50px;
  }
}

.footer_inner {
  max-width: 1200px;
  width: 91%;
  margin: 0 auto;
}

.footer_inner .text_inner p {
  color: #fff;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 0.75rem;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .footer_inner .text_inner p {
    margin-bottom: 33px;
  }
}

.footer_inner .text_inner img {
  width: 200px;
}

.footer_inner .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-top: 154px;
}

@media screen and (min-width: 1100px) {
  .footer_inner .bottom {
    margin-top: 89px;
    -webkit-box-orient: inherit;
    -webkit-box-direction: inherit;
        -ms-flex-direction: inherit;
            flex-direction: inherit;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.footer_inner .copyright {
  color: #696969;
  font-size: 0.75rem;
}

.footer_inner .link_right {
  margin-bottom: 20px;
}

.footer_inner .link_right a + a {
  margin-left: 40px;
}

@media screen and (min-width: 1100px) {
  .footer_inner .link_right a + a {
    margin-left: 40px;
  }
}

.footer_inner a {
  color: #fff;
  font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
  .footer_inner a {
    text-align: right;
    font-size: 0.75rem;
  }
}

/*======================================
アニメーション
======================================*/
.scroll_inner {
  position: absolute;
  top: 5px;
  left: -41px;
}

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

.scroll span {
  font-size: 1rem;
  color: #444;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.scroll .arrow {
  position: absolute;
  left: 2px;
  top: 146%;
  -webkit-animation: 2s arrow-animation ease-in-out;
          animation: 2s arrow-animation ease-in-out;
  width: 1px;
  height: 70px;
  background: #707070;
}

.scroll .arrow::after {
  content: '';
  display: block;
  position: absolute;
  top: 98%;
  left: 0px;
  width: 1px;
  height: 10px;
  border-top: 15px solid #707070;
  border-left: transparent;
  border-right: transparent;
  -webkit-transform: translate(2px, -13px) rotate(40deg);
          transform: translate(2px, -13px) rotate(40deg);
}

@-webkit-keyframes sdl {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50%, 100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@keyframes sdl {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50%, 100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
}

@-webkit-keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 5em;
  }
}

@keyframes arrow-animation {
  0% {
    height: 1em;
  }
  66% {
    height: 5em;
  }
}

.time_lag {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.time_lag.show {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fade_bg {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.fade_bg.scrollin {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fade_text {
  -webkit-clip-path: inset(0 100% 0 0);
          clip-path: inset(0 100% 0 0);
  -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
  -webkit-transition-property: -webkit-clip-path;
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}

.fade_text.scrollin {
  -webkit-clip-path: inset(0);
          clip-path: inset(0);
}

.fade_bg02 {
  -webkit-animation: .8s fade_bg02 ease-in-out;
          animation: .8s fade_bg02 ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
}

@-webkit-keyframes fade_bg02 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes fade_bg02 {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

.fade_text02 {
  -webkit-animation: 1s fade_text02 ease-in-out;
          animation: 1s fade_text02 ease-in-out;
}

@-webkit-keyframes fade_text02 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

@keyframes fade_text02 {
  0% {
    -webkit-clip-path: inset(0 100% 0 0);
            clip-path: inset(0 100% 0 0);
    -webkit-transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
    transition: 1s cubic-bezier(0.37, 0, 0.63, 1);
    -webkit-transition-property: -webkit-clip-path;
    transition-property: -webkit-clip-path;
    transition-property: clip-path;
    transition-property: clip-path, -webkit-clip-path;
  }
  100% {
    -webkit-clip-path: inset(0);
            clip-path: inset(0);
  }
}

.fadein {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein.scrollin {
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>