<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-size: 62.5%;
}

body {
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Yu Gothic', 'Meiryo', sans-serif;
  line-height: 1.8;
  width: 100%;
  color: #000;
}

@media screen and (min-width: 481px) {
  body {
    min-width: 1240px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
}

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

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

@media screen and (max-width: 480px) {
  .pc {
    display: none !important;
  }
}

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

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

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.anime {
  opacity: 0;
}

.animated.fadeInDown {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeIn {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeInRight {
  -webkit-animation-name: fadeiInRight;
          animation-name: fadeiInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.delay-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-3 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.delay-4 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-5 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.delay-6 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

#codeset {
  height: 0;
  overflow: hidden;
}

.wrap {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .wrap {
    width: 1240px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 480px) {
  .wrap {
    padding: 0 16px;
  }
}

.main {
  display: block;
  font-size: 16px;
  text-align: left;
}

.main img {
  vertical-align: bottom;
}

.main * *,
.main * *::before,
.main * *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.introduce {
  background: #cbcbcb;
}

.introduce-mv {
  background-image: url(../img/main@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: left;
}

@media screen and (min-width: 481px) {
  .introduce-mv {
    background-position: center;
  }
}

@media screen and (max-width: 480px) {
  .introduce-mv {
    background-position: right 15% center;
  }
}

.introduce-mv * *,
.introduce-mv * *::before,
.introduce-mv * *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.introduce-mv .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 481px) {
  .introduce-mv .wrap {
    padding-bottom: 40px;
    height: 508px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-mv .wrap {
    padding-bottom: 30px;
    height: 200px;
  }
}

.introduce-mv-ttl {
  margin-top: auto;
  color: #fff;
  font-weight: bold;
}

@media screen and (min-width: 481px) {
  .introduce-mv-ttl {
    font-size: 30px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-mv-ttl {
    font-size: 18px;
    text-shadow: 0px 0px 10px black;
  }
}

.introduce-mv-ttl-top {
  display: block;
}

@media screen and (min-width: 481px) {
  .introduce-mv-ttl-top {
    margin-bottom: 4px;
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-mv-ttl-top {
    font-size: 14px;
  }
}

@media screen and (min-width: 481px) {
  .introduce-contents {
    padding: 100px 0;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents {
    padding: 30px 0;
  }
}

.introduce-contents.sec01 {
  background-color: #F4F5F7;
}

.introduce-contents.sec02 {
  background-color: #fff;
}

@media screen and (min-width: 481px) {
  .introduce-contents.sec02 {
    text-align: center;
  }
}

.introduce-contents.sec03 {
  background-color: #F4F5F7;
}

.introduce-contents-ttl {
  color: #1A1A1A;
}

@media screen and (min-width: 481px) {
  .introduce-contents-ttl {
    font-size: 26px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-ttl {
    font-size: 16px;
    margin-bottom: 20px;
    font-weight: bold;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 481px) {
  .introduce-contents-list {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.introduce-contents-list-item {
  margin-top: 40px;
}

@media screen and (min-width: 481px) {
  .introduce-contents-list-item {
    width: 380px;
  }
}

.introduce-contents-list-item-img img {
  width: 100%;
  height: auto;
}

.introduce-contents-list-item-ttl {
  font-weight: normal;
  color: #333333;
}

@media screen and (min-width: 481px) {
  .introduce-contents-list-item-ttl {
    margin-top: 15px;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-list-item-ttl {
    margin-top: 10px;
    font-size: 16px;
    font-weight: bold;
  }
}

.introduce-contents-list-item-txt {
  color: #666666;
}

@media screen and (min-width: 481px) {
  .introduce-contents-list-item-txt {
    font-size: 14px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-list-item-txt {
    margin-top: 5px;
    font-size: 14px;
  }
}

@media screen and (min-width: 481px) {
  .introduce-contents-contents {
    margin-top: 60px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-contents {
    margin-top: 40px;
  }
}

.introduce-contents-contents-ttl {
  color: #3E4E6E;
  font-weight: bold;
}

@media screen and (min-width: 481px) {
  .introduce-contents-contents-ttl {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-contents-ttl {
    margin-bottom: 20px;
  }
}

.introduce-contents-contents-cap {
  color: #1A1A1A;
}

@media screen and (min-width: 481px) {
  .introduce-contents-contents-cap {
    margin-top: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-contents-cap {
    margin-top: 5px;
    font-size: 10px;
  }
}

.introduce-contents-qa:not(:last-child) {
  border-bottom: 1px solid #A5ABB7;
}

@media screen and (min-width: 481px) {
  .introduce-contents-qa:not(:last-child) {
    padding: 0 0 30px 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-qa:not(:last-child) {
    padding: 0 0 20px 0;
    margin-bottom: 20px;
  }
}

.introduce-contents-qa-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (min-width: 481px) {
  .introduce-contents-qa-ttl {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-qa-ttl {
    margin-bottom: 10px;
  }
}

.introduce-contents-qa-ttl-q {
  color: #3E4E6E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 32px;
  font-size: 20px;
  margin-right: 20px;
}

.introduce-contents-qa-ttl-txt {
  color: #3E4E6E;
  font-weight: bold;
  width: calc(100% - 52px);
}

@media screen and (min-width: 481px) {
  .introduce-contents-qa-ttl-txt {
    padding-top: 4px;
    font-size: 18px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-qa-ttl-txt {
    padding-top: 6px;
    font-size: 16px;
  }
}

.introduce-contents-qa-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.introduce-contents-qa-txt-a {
  color: #3E4E6E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 32px;
  font-size: 20px;
  margin-right: 20px;
}

.introduce-contents-qa-txt-txt {
  width: calc(100% - 52px);
}

@media screen and (min-width: 481px) {
  .introduce-contents-qa-txt-txt {
    font-size: 16px;
    padding-top: 4px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-contents-qa-txt-txt {
    font-size: 14px;
    padding-top: 6px;
  }
}

.introduce-cv {
  background-image: url(../img/img_back@2x.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 481px) {
  .introduce-cv-contents {
    height: 400px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center;
  }
}

@media screen and (max-width: 480px) {
  .introduce-cv-contents {
    padding: 40px 0;
    background-position: left center;
  }
}

.introduce-cv-contents-txt {
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .introduce-cv-contents-txt {
    font-size: 24px;
  }
}

@media screen and (max-width: 480px) {
  .introduce-cv-contents-txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
}

.introduce-cv-contents-btn {
  background-color: #9D6802;
  background-image: url(../img/arrow@2x.png);
  background-repeat: no-repeat;
  border: 1px solid #fff;
  border-radius: 50px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-decoration: none;
  -webkit-transition: .2s;
  transition: .2s;
}

@media screen and (min-width: 481px) {
  .introduce-cv-contents-btn {
    height: 90px;
    width: 450px;
    font-size: 18px;
    background-position: right 50px center;
    background-size: 12px auto;
  }
}

@media screen and (max-width: 480px) {
  .introduce-cv-contents-btn {
    height: 60px;
    width: 100%;
    font-size: 16px;
    background-position: right 20px center;
    background-size: 10px auto;
  }
}

.introduce-cv-contents-btn:hover {
  opacity: .7;
}

.introduce-bottom {
  background-color: #F4F5F7;
  text-align: center;
}

@media screen and (min-width: 481px) {
  .introduce-bottom {
    padding: 100px 0;
  }
}

@media screen and (max-width: 480px) {
  .introduce-bottom {
    padding: 30px 20px;
  }
}

.introduce-bottom a {
  -webkit-transition: .2s;
  transition: .2s;
}

.introduce-bottom a:hover {
  opacity: .7;
}
/*# sourceMappingURL=style.css.map */</pre></body></html>