@charset "UTF-8";
/* 変数定義 */
/* アニメーション */
@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
          animation-name: fadeInTopLeft;
}

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
          animation-name: fadeInTopRight;
}

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
          animation-name: fadeInBottomLeft;
}

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
          animation-name: fadeInBottomRight;
}

/*--------------------------
font-size
---------------------------*/
/*行間計算*/
/*--------------------------
content-width
---------------------------*/
body, * {
  font-family: Hiragino Sans, "Hiragino Sans", "ヒラギノ角ゴシック", ヒラギノ角ゴシック, "Noto Sans JP", Noto Sans JP, sans-serif;
}

.container {
  max-width: 1240px;
  width: 84svw;
  margin: 0 auto;
}

.section-title {
  color: #53765A;
  font-size: 32px;
  font-size: 2rem;
  text-align: center;
  max-width: 330px;
  width: 100%;
  position: relative;
  display: block;
}
@media screen and (max-width: 975px) {
  .section-title {
    text-align: left;
    padding-left: 42px;
    font-size: 1.4375rem;
  }
}

.section-title span {
  font-size: 20px;
  font-size: 1.25rem;
}
@media screen and (max-width: 975px) {
  .section-title span {
    font-size: 1rem;
  }
}

.section-title::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 450px;
  background-color: #FFF48F;
  z-index: 1;
  left: 18px;
  top: -24px;
}
@media screen and (max-width: 975px) {
  .section-title::before {
    height: 120px;
    width: 15px;
    top: -12px;
  }
}

.section-title::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(110, 183, 47)), to(rgba(110, 183, 47, 0)));
  background: linear-gradient(to right, rgb(110, 183, 47) 0%, rgba(110, 183, 47, 0) 100%);
  z-index: 2;
  left: 0;
  bottom: 0;
}
/*------
Header
--------------------*/
header {
  width: 100%;
  padding: 42px 50px;
}
@media screen and (max-width: 975px) {
  header {
    padding: 10px 24px;
  }
}

.header__logo {
  max-width: 600px;
  width: 75svw;
  display: block;
}
@media screen and (max-width: 975px) {
  .header__logo {
    max-width: 329px;
    width: 95svw;
  }
}

.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}
/*------
Mv pc
--------------------*/
.Mv {
  width: 100%;
}
@media screen and (max-width: 975px) {
  .Mv {
    overflow: hidden;
  }
}

.Mv__pc {
  margin: 0 auto;
  max-width: 1340px;
  width: 94svw;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -webkit-column-gap: 46px;
     -moz-column-gap: 46px;
          column-gap: 46px;
  row-gap: 210px;
  position: relative;
}
.Mv__con {
  width: 100%;
  height: auto;
}

.Mv__img {
  display: block;
  width: 100%;
  height: auto;
}

.Mv__img img {
  display: block;
  width: 100%;
  height: auto;
}

.Mv__img-bottom {
  display: block;
  width: 100%;
  height: auto;
}

.Mv__img-bottom img {
  display: block;
  width: 100%;
  height: auto;
}

.main-copy01 {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 1000px;
  width: 75svw;
}
@media screen and (max-width: 975px) {
  .main-copy01 {
    max-width: 244px;
    top: 43%;
    position: relative;
    -webkit-transform: unset;
            transform: unset;
    top: unset;
    left: unset;
    margin: 24px auto 32px;
    display: block;
  }
}

/*------
Mv sp
--------------------*/
.Mv__sp {
  padding: 64px 0;
}

.Mv__scroll-top {
  margin-bottom: 48px;
}

.Mv__scroll-bottom {
  margin-top: 48px;
}

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

.Mv__scroll-con img {
  width: auto;
  height: 140px;
}

/*
左から右へ
----------------------------*/
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
.d-demo__list--right {
  -webkit-animation: infinity-scroll-right 20s infinite linear 0.5s both;
          animation: infinity-scroll-right 20s infinite linear 0.5s both;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.d-demo__list--left {
  -webkit-animation: infinity-scroll-left 20s infinite linear 0.5s both;
          animation: infinity-scroll-left 20s infinite linear 0.5s both;
}

/*------
know
--------------------*/
.Know {
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 975px) {
  .Know {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.Know__con {
  padding-top: 40px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}
@media screen and (max-width: 975px) {
  .Know__con {
    padding-top: 0px;
    padding-left: 0px;
    display: block;
  }
}

.Know__con01, .Know__con02 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(95%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(0deg, rgb(255, 255, 255) 95%, rgba(255, 255, 255, 0));
}
@media screen and (max-width: 975px) {
  .Know__con01, .Know__con02 {
    position: relative;
    top: unset;
  }
}

.vertical-title {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 24px;
  font-size: 1.5rem;
}

.vertical-title span{
  text-combine-upright: all;
}

@media screen and (max-width: 975px) {
  .vertical-title {
    -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
            writing-mode: inherit;
    font-size: 1.25rem;
    padding-left: 42px;
    padding-top: 12px;
  }
}

.Know__con01-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 975px) {
  .Know__con01-img {
    margin: 24px auto 0;
  }
}

.Know__con01-img img {
  display: block;
  width: 332px;
  height: auto;
}
@media screen and (max-width: 975px) {
  .Know__con01-img img {
    width: 100%;
    max-width: 156px;
  }
}

.Know__h4 {
  line-height: 1.5;
  background-color: #FAE4E4;
  font-size: 22px;
  font-size: 1.375rem;
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur in="SourceAlpha" stdDeviation="5" /><feOffset dx="6" dy="6" result="offsetblur" /><feFlood flood-color="rgba(0,0,0,0.3)" /><feComposite in2="offsetblur" operator="in" /><feMerge><feMergeNode /><feMergeNode in="SourceGraphic" /></feMerge></filter></svg>#filter');
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .3));
          filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, .3));
  padding: 14px 32px;
}
@media screen and (max-width: 975px) {
  .Know__h4 {
    font-size: 0.9375rem;
    padding: 10px 20px;
  }
}

.Know__con01-txt .Know__h4 {
  display: block;
  max-width: 600px;
  width: 100%;
  margin-left: -120px;
  margin-top: 100px;
  font-weight: normal;
}
@media screen and (max-width: 975px) {
  .Know__con01-txt .Know__h4 {
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}

.Know__con01-txt .Know__p {
  margin-top: 46px;
}
@media screen and (max-width: 975px) {
  .Know__con01-txt .Know__p {
    margin-top: 12px;
  }
}

.Know__p {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  .Know__p {
    font-size: 0.875rem;
  }
}

.Know__link {
  margin-top: 36px;
}

.Know__link2 {
  margin-top: 36px;
}

@media screen and (max-width: 975px) {
  .Know__link {
    margin-top: 12px;
  }
}

@media screen and (max-width: 975px) {
  .Know__link2 {
    margin-top: 12px;
  }
}

.Know__link p {
  display: block;
  text-align: center;
  background-image: url(../../dist/img/arrow.svg);
  background-size: 24px 24px;
  background-position-x: right;
  background-position-y: 12px;
  background-repeat: no-repeat;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 8px 40px 8px 12px;
  display: table-cell;
  vertical-align: center;
  border-bottom: 2px #B0B0B0 solid;
}

.Know__link2 p {
  display: block;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 8px 40px 8px 12px;
  display: table-cell;
  vertical-align: center;
  border-bottom: 2px #B0B0B0 solid;
}

.Know__link2 p a{
  background-image: url(../../dist/img/arrow.svg);
  background-size: 24px 24px;
  background-position-x: right;
  background-position-y: 8px;
  background-repeat: no-repeat;
  margin-right:-45px;
  margin-bottom:-10px;
}

@media screen and (max-width: 975px) {
  .Know__link p {
    padding: 8px 30px 8px 12px;
    background-position-y: bottom;
    text-align: left;
  }
}

@media screen and (max-width: 975px) {
  .Know__link2 p {
    padding: 8px 30px 8px 12px;
    background-position-y: bottom;
    text-align: left;
  }
}

.Know__link a {
  color: #17C8EF;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 24px;
  display: block;
  margin-top: 16px;
  line-height: 1.5;
}

.Know__link2 a {
  color: #17C8EF;
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.125rem;
  padding-left: 24px;
  display: block;
  margin-top: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 975px) {
  .Know__link a {
    font-size: 0.8125rem;
    padding-left: 0px;
  }
}

@media screen and (max-width: 975px) {
  .Know__link2 a {
    font-size: 0.8125rem;
    padding-left: 0px;
  }
}

.know__con02__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 975px) {
  .know__con02__top {
    display: block;
  }
}

.Know__con02-img {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
}
@media screen and (max-width: 975px) {
  .Know__con02-img {
    margin-top: 28px;
  }
}

.Know__con02-img img {
  max-width: 520px;
  width: 100%;
  height: auto;
}
.know__con02__top .Know__h4 {
  position: absolute;
  width: calc(100% - 520px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  right: 40px;
  bottom: -24px;
  padding: 28px;
}
@media screen and (max-width: 975px) {
  .know__con02__top .Know__h4 {
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
    right: unset;
    bottom: unset;
    padding: 10px 20px;
    -webkit-transform: unset;
            transform: unset;
  }
}

.Know__con02-txt {
  margin-top: 84px;
}
@media screen and (max-width: 975px) {
  .Know__con02-txt {
    margin-top: 12px;
  }
}

@media screen and (max-width: 975px) {
  .Know h2.section-title.sp-block {
    margin-top: 64px;
  }
}

/*------
know parallax
--------------------*/
#js-con01, #js-con02, #js-con03 {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#js-con01 {
  margin-bottom: 80px;
}

#js-con02 {
  margin-bottom: 80px;
}

/*------
Movie
--------------------*/
.Movie {
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #EBEFE9;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 975px) {
  .Movie {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.Movie__wrap:nth-child(n+2) {
  margin-top: 120px;
}
@media screen and (max-width: 975px) {
  .Movie__wrap:nth-child(n+2) {
    margin-top: 60px;
  }
}

.Movie__wrap .section-title::before {
  background-color: #009962;
}

.Movie__con {
  padding-top: 40px;
  padding-left: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 975px) {
  .Movie__con {
    padding-top: 0px;
    padding-left: 0px;
    display: block;
  }
}

.Movie__contents .Movies01 {
  margin-left: 46px;
  aspect-ratio: 1070/452;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 975px) {
  .Movie__contents .Movies01 {
    margin-left: 0;
    display: block;
    gap: 14px;
    margin-top: 40px;
  }
}

.Movie__contents .Movies01 .Movie01, .Movie__contents .Movies01 .Movie02 {
  position: absolute;
  aspect-ratio: 560/315;
  width: 48%;
  height: auto;
}
@media screen and (max-width: 975px) {
  .Movie__contents .Movies01 .Movie01, .Movie__contents .Movies01 .Movie02 {
    width: 100%;
    position: relative;
  }
}

.Movie__contents .Movies01 .Movie01 {
  top: 0;
  left: 0;
}
@media screen and (max-width: 975px) {
  .Movie__contents .Movies01 .Movie01 {
    top: unset;
    left: unset;
  }
}

.Movie__contents .Movies01 .Movie02 {
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 975px) {
  .Movie__contents .Movies01 .Movie02 {
    bottom: unset;
    right: unset;
  }
}

.Movies02 .Movie03 {
  aspect-ratio: 560/315;
  max-width: 550px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width: 975px) {
  .Movies02 .Movie03 {
    margin-top: 40px;
  }
}

@media screen and (max-width: 975px) {
  .Movie02 {
    margin-top: 54px;
  }
}

.Movie01 iframe, .Movie02 iframe, .Movie03 iframe {
  width: 100%;
  height: 100%;
}

.Movie__contents > div {
  width: inherit;
}

.Movie__contents h4 {
  text-align: center;
  margin-top: 15px;
  font-weight: 400;
  color: #545454;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}
@media screen and (max-width: 975px) {
  .Movie__contents h4 {
    font-size: 1rem;
    margin-top: 14px;
  }
}

.Movie__contents h4 span {
  font-size: 70%;
}

.Movie__txt {
  margin-top: 24px;
  background-color: #009962;
  color: #fff;
  padding: 20px 50px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
  font-weight: normal;
  margin-left: 46px;
}
@media screen and (max-width: 975px) {
  .Movie__txt {
    margin-left: 0px;
    margin-top: 40px;
    padding: 14px 24px;
    font-size: 0.875rem;
  }
}

/*------
Data
--------------------*/
.Data {
  padding-top: 180px;
  padding-bottom: 120px;
}
@media screen and (max-width: 975px) {
  .Data {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.Data__con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-left: 80px;
}
@media screen and (max-width: 975px) {
  .Data__con {
    display: block;
    padding-top: 0px;
    padding-left: 0px;
  }
}

.Data__contents p {
  padding-left: 60px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  .Data__contents p {
    padding-left: 0px;
    font-size: 0.875rem;
  }
}

.Data__contents .Data__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 38px;
  width: 100%;
  margin-top: 36px;
}
@media screen and (max-width: 975px) {
  .Data__contents .Data__wrap {
    margin-top: 24px;
    grid-template-columns: 1fr;
    gap: 0;
  }
}

.Data__contents .Data__wrap a {
  display: block;
  width: 100%;
  height: auto;
}

.Data__contents .Data__wrap img {
  display: block;
  width: 100%;
  height: auto;
}

/*------
contact
--------------------*/
.Contact {
  padding-top: 180px;
  padding-bottom: 120px;
  background-color: #EBEFE9;
}
@media screen and (max-width: 975px) {
  .Contact {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}

.Contact .section-title::before {
  background-color: #009962;
}

.Data__contents {
  margin-top: 0px;
  width: 100%;
}
@media screen and (max-width: 975px) {
  .Data__contents {
    margin: 60px auto 0;
    width: 90%;
  }
}

.Data__contents form {
  max-width: 744px;
  width: 100%;
  margin: 0 auto;
}
.Data__contents form .Contact__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 975px) {
  .Data__contents form .Contact__row {
    display: block;
  }
}

.Data__contents form .Contact__row:nth-child(n+2) {
  margin-top: 30px;
}
@media screen and (max-width: 975px) {
  .Data__contents form .Contact__row:nth-child(n+2) {
    margin-top: 14px;
  }
}

.Data__contents form .Contact__row .Contact__th {
  width: 180px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 40px;
  padding: 0;
}
@media screen and (max-width: 975px) {
  .Data__contents form .Contact__row .Contact__th {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.Data__contents form .Contact__row .Contact__td {
  width: calc(100% - 180px);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 40px;
}
@media screen and (max-width: 975px) {
  .Data__contents form .Contact__row .Contact__td {
    width: 100%;
    font-size: 1rem;
    line-height: 1.5;
  }
}

.Data__contents form .Contact__row input.Contact__td[type=text] {
  background: #E6E6E6;
  border-radius: 10px;
  min-height: 40px;
  font-size: 20px;
  font-size: 1.25rem;
  padding: 0 12px;
}
@media screen and (max-width: 975px) {
  .Data__contents form .Contact__row input.Contact__td[type=text] {
    min-height: 32px;
  }
}

.Data__contents form .Contact__row textarea.Contact__td {
  min-height: 186px;
  border-radius: 10px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  background: #E6E6E6;
  padding: 0 12px;
}
@media screen and (max-width: 975px) {
  .Data__contents form .Contact__row textarea.Contact__td {
    min-height: 186px;
    font-size: 1rem;
  }
}

.Data__contents form .Contact__row p.Contact__td {
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
}
@media screen and (max-width: 975px) {
  .Data__contents form .Contact__row p.Contact__td {
    font-size: 0.875rem;
  }
}

.Recruit .Recruit__btn{
  display: block;
  max-width: 400px;
  width: 100%;
  margin: 0 auto 80px;
  padding-top:16px;
  overflow: hidden;
  text-align:center;
  background-color: #009962;
  position: relative;
  height: 52px;
  border-radius: 26px;
}

.Recruit .Recruit__btn a{
  color:#fff;
  font-weight:bold;
  font-size:20px;
}

.Data__contents .Contact__btn {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
  background-color: #009962;
  position: relative;
  height: 52px;
  border-radius: 26px;
}
@media screen and (max-width: 975px) {
  .Recruit .Recruit__btn {
    margin: 24px auto 80px;
    max-width: 320px;
  }
}

@media screen and (max-width: 975px) {
  .Data__contents .Contact__btn {
    margin: 24px auto 0;
  }
}

.Recruit .Recruit__btn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 18px;
  background-image: url(../../dist/img/arrow-form.svg);
  background-repeat: no-repeat;
}

.Data__contents .Contact__btn::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  right: 18px;
  background-image: url(../../dist/img/arrow-form.svg);
  background-repeat: no-repeat;
}

.Data__contents .Contact__btn input[type=submit] {
  display: block;
  line-height: 52px;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 975px) {
  .Recruit .Recruit__btn a{
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 975px) {
  .Data__contents .Contact__btn input[type=submit] {
    font-size: 1.25rem;
  }
}

/*------
last-image
--------------------*/
.last__image img {
  display: block;
  width: 100%;
  height: auto;
}

/*------
posts
--------------------*/
.Posts {
  padding-top: 120px;
  padding-bottom: 60px;
}
@media screen and (max-width: 975px) {
  .Posts {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.Posts__contents {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 1000px;
}
@media screen and (max-width: 975px) {
  .Posts__contents {
    grid-template-columns: 1fr;
    gap: 24px;
    max-width: 240px;
    width: 100%;
    margin: 0 auto;
  }
}

.Posts__con {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.Posts__con:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.Posts__con img {
  display: block;
  width: 100%;
  height: auto;
}

.Posts__con .Posts__title {
  margin-top: 1em;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
}
.Posts__con .Posts__date {
  margin-top: 1em;
  font-size: 12px;
  font-size: 0.75rem;
  color: gray;
}
/*------
footer
--------------------*/
.footer__belt {
  background: #FFE618;
  padding: 16px 0 8px;
}
@media screen and (max-width: 975px) {
  .footer__belt {
    padding: 6px 0 4px;
  }
}

.footer__belt img {
  margin: 0 auto;
  max-width: 120px;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 975px) {
  .footer__belt img {
    max-width: 46px;
  }
}

.footer__contents {
  padding-top: 74px;
  padding-bottom: 48px;
}
@media screen and (max-width: 975px) {
  .footer__contents {
    padding-top: 18px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 975px) {
  .footer__contents table tr {
    display: block;
  }
}

.footer__contents table tr td:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 975px) {
  .footer__contents table tr td:nth-child(1) {
    width: 100%;
    display: block;
  }
}

.footer__contents table tr td:nth-child(1) img {
  display: block;
  width: 100%;
  height: auto;
}

.footer__contents table tr td:nth-child(1) p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
  margin-top: 4px;
  font-weight: 500;
}
@media screen and (max-width: 975px) {
  .footer__contents table tr td:nth-child(1) p {
    font-size: 0.875rem;
    margin-top: 4px;
  }
}

.footer__contents table tr td:nth-child(2) {
  position: relative;
}
@media screen and (max-width: 975px) {
  .footer__contents table tr td:nth-child(2) {
    display: block;
    margin-top: 6px;
  }
}

.footer__contents table tr td:nth-child(2) a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 975px) {
  .footer__contents table tr td:nth-child(2) a {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: unset;
            transform: unset;
  }
}

.footer__contents table tr td:nth-child(2) a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.7;
}

.footer__contents table tr td:nth-child(2) a span {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  height: 40px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 975px) {
  .footer__contents table tr td:nth-child(2) a span {
    font-size: 0.75rem;
    height: 20px;
    padding-left: 14px;
  }
}

.footer__contents table tr td:nth-child(2) a span:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  width: 12px;
  height: 20px;
  background-size: contain;
  background-image: url(../../dist/img/arrow-foot.svg);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 975px) {
  .footer__contents table tr td:nth-child(2) a span:before {
    width: 8px;
    height: 12px;
  }
}

.loading-anim {
  position: fixed;
  top: 0;
  left: 0;
  width: 100svw;
  height: 100svh;
  background-color: #fff;
}

.sp-flex, .sp-block {
  display: none !important;
}

@media screen and (max-width: 975px) {
  .sp-hide {
    display: none !important;
  }
  .sp-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .sp-block {
    display: block !important;
  }
}
/*------
thanks
--------------------*/
.thanks {
  padding: 80px 0 120px;
}
@media screen and (max-width: 975px) {
  .thanks {
    padding: 40px 0 80px;
  }
}

.thanks h1 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  font-size: 2.25rem;
}
@media screen and (max-width: 975px) {
  .thanks h1 {
    font-size: 1.5rem;
  }
}

.thanks p {
  max-width: 600px;
  margin: 40px auto 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}
@media screen and (max-width: 975px) {
  .thanks p {
    font-size: 0.875rem;
  }
}

.thanks a {
  padding: 12px 24px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0;
  background-color: #116855;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
}
@media screen and (max-width: 975px) {
  .thanks a {
    padding: 8px 16px;
    font-size: 1.125rem;
  }
}
/*# sourceMappingURL=style.css.map */
