@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP&display=swap");
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/
@media screen and (min-width: 981px ) { /*PC*/ }
@media screen and (max-width: 560px ) { /*SP*/ }
@media screen and (max-width: 980px ) and (min-width: 561px ) { /*TB*/ }
@media screen and (max-width: 560px ) { /*SP*/
  body {
    -webkit-text-size-adjust: 100%;
    font-size: 75%;
  }
}
@-webkit-keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -5px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes buruburu2 {
  0% {
    -webkit-transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -20px);
  }
  100% {
    -webkit-transform: translate(0, 0);
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 70%;
  }
  70% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
@-webkit-keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
@keyframes gradAnimeTime {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
.fade {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
}
.fade.effect {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.slidein {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
  transition: 1s cubic-bezier(0.33, 0.16, 0.29, 1);
}
.slidein.effect {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.fade-list > * {
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  position: relative;
}
.fade-list.effect > *:nth-child(1) {
  -webkit-animation: fadeUp 1s 0.1s 1 ease normal forwards;
          animation: fadeUp 1s 0.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(2) {
  -webkit-animation: fadeUp 1s 0.2s 1 ease normal forwards;
          animation: fadeUp 1s 0.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(3) {
  -webkit-animation: fadeUp 1s 0.3s 1 ease normal forwards;
          animation: fadeUp 1s 0.3s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(4) {
  -webkit-animation: fadeUp 1s 0.4s 1 ease normal forwards;
          animation: fadeUp 1s 0.4s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(5) {
  -webkit-animation: fadeUp 1s 0.5s 1 ease normal forwards;
          animation: fadeUp 1s 0.5s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(6) {
  -webkit-animation: fadeUp 1s 0.6s 1 ease normal forwards;
          animation: fadeUp 1s 0.6s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(7) {
  -webkit-animation: fadeUp 1s 0.7s 1 ease normal forwards;
          animation: fadeUp 1s 0.7s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(8) {
  -webkit-animation: fadeUp 1s 0.8s 1 ease normal forwards;
          animation: fadeUp 1s 0.8s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(9) {
  -webkit-animation: fadeUp 1s 0.9s 1 ease normal forwards;
          animation: fadeUp 1s 0.9s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(10) {
  -webkit-animation: fadeUp 1s 1s 1 ease normal forwards;
          animation: fadeUp 1s 1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(11) {
  -webkit-animation: fadeUp 1s 1.1s 1 ease normal forwards;
          animation: fadeUp 1s 1.1s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}
.fade-list.effect > *:nth-child(12) {
  -webkit-animation: fadeUp 1s 1.2s 1 ease normal forwards;
          animation: fadeUp 1s 1.2s 1 ease normal forwards;
  -webkit-animation-play-state: running;
          animation-play-state: running;
}

.move-img {
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.move-img:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: #fff;
  z-index: 1;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
  transition: width 0.3s cubic-bezier(0.19, 1, 0.22, 1) 0s, transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s, -webkit-transform 0.5s cubic-bezier(0.19, 1, 0.22, 1) 0.4s;
}
.move-img img {
  position: relative;
  width: 100%;
  height: auto;
  opacity: 0;
  left: -100%;
  -webkit-transition: all 0.7s;
  transition: all 0.7s;
}
.move-img.effect img {
  opacity: 1;
  left: 0;
}
.move-img.effect:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  width: 100%;
}

.blur {
  -ms-filter: blur(6px);
  -webkit-filter: blur(6px);
          filter: blur(6px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}
.blur.effect {
  -webkit-transform: scale(1);
  transform: scale(1);
  -ms-filter: blur(0);
  -webkit-filter: blur(0);
          filter: blur(0);
}

.focus-img {
  position: relative;
}
.focus-img img {
  display: block;
  min-width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  transform: translate(-50%, -50%) scale(1.5) rotateZ(0);
  -webkit-transition: all 3s;
  transition: all 3s;
}
.focus-img.effect img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(0);
  transform: translate(-50%, -50%) scale(1) rotateZ(0);
}


/*共通------------------------------------------*/
.btn {
  font-size: 150%;
  text-align: center;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  .btn {
    font-size: 130%;
  }
}
@media screen and (max-width: 560px ) {
  .btn {
    font-size: 115%;
  }
}
.btn a {
  display: inline-block;
  background: #333ebe;
  color: #ffffff;
  padding: 1.8em 2.3em 1.8em 2.8em;
  border-radius: 10px;
  -webkit-filter: drop-shadow(0 13px 21px rgba(51, 132, 175, 0.35));
  -moz-filter: drop-shadow(0 13px 21px rgba(51, 132, 175, 0.35));
  -ms-filter: drop-shadow(0 13px 21px rgba(51, 132, 175, 0.35));
  filter: drop-shadow(0 13px 21px rgba(51, 132, 175, 0.35));
  text-decoration: none;
}
@media all and (-ms-high-contrast: none) {
  .btn a {
    -webkit-box-shadow: 0 13px 21px 0 rgba(51, 132, 175, 0.35);
            box-shadow: 0 13px 21px 0 rgba(51, 132, 175, 0.35);
  }
}
.btn a span {
  position: relative;
}
.btn a span:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0a9";
  margin-right: 0.4em;
}
.btn a:hover {
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -moz-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -ms-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.1));
  -webkit-transform: scale(0.96);
  transform: scale(0.96);
}
@media all and (-ms-high-contrast: none) {
  .btn a:hover {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }
}

/*=============================================================================*/
/*トップコンテンツ===================================================================*/
/*=============================================================================*/
#top_visu {
  position: relative;
}
#top_visu .main_visual {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}
#top_visu .main_visual .visu_catch {
  padding: 134px 0 310px 5.7vw;
  width: 43%;
}
@media screen and (max-width: 560px ) {
  #top_visu .main_visual .visu_catch {
    padding: 150px 0 150px 5.7vw;
    width: 100%;
  }
}
#top_visu .main_visual .visu_catch div:nth-of-type(1) {
  width: 80%;
  max-width: 450px;
  margin-bottom: 3.3em;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media screen and (max-width: 560px ) {
  #top_visu .main_visual .visu_catch div:nth-of-type(1) {
    width: 90%;
  }
}
#top_visu .main_visual .visu_catch div:nth-of-type(2) {
  width: 79%;
  max-width: 448px;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
@media screen and (max-width: 560px ) {
  #top_visu .main_visual .visu_catch div:nth-of-type(2) {
    width: 90%;
  }
}
#top_visu .main_visual .visu_catch div img {
  width: 100%;
  height: auto;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#top_visu .main_visual .visu_img {
  width: calc(57% - 90px);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_visu .main_visual .visu_img {
    width: calc(57% - 15px);
  }
}
@media screen and (max-width: 560px ) {
  #top_visu .main_visual .visu_img {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
  }
}
#top_visu .main_visual .visu_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}
#top_visu .information {
  position: absolute;
  width: 80%;
  max-width: 920px;
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
  bottom: 18px;
  left: 0;
  padding: 1.45em 9em 1.45em 0;
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_visu .information {
    position: relative;
    width: 100%;
    margin-top: 38px;
  }
}
@media screen and (max-width: 560px ) {
  #top_visu .information {
    position: relative;
    width: 100%;
    bottom: 0;
  }
}
#top_visu .information dl {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_visu .information dl {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
#top_visu .information dl dt {
  border-right: 1px solid #ffffff;
  font-size: 87.5%;
  font-weight: bold;
  padding: 40px 5.2% 40px 7.8%;
  color: #ffffff;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_visu .information dl dt {
    border-right: none;
    padding: 0;
    width: 100%;
    margin-left: 1.5em;
    font-size: 100%;
  }
}
#top_visu .information dl dd {
  color: #ffffff;
  padding-left: 4.3%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_visu .information dl dd {
    padding: 1.5em;
  }
}
#top_visu .information dl dd a {
  position: relative;
  text-decoration: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
#top_visu .information dl dd a > span {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  position: relative;
}
#top_visu .information dl dd a > span:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #333ebe;
  left: 0;
  bottom: -0.3em;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 4;
}
#top_visu .information dl dd a > span:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -0.3em;
  z-index: 1;
}
#top_visu .information dl dd a > span span {
  display: block;
}
#top_visu .information dl dd a > span span:first-child {
  font-size: 87.5%;
  padding-right: 1.6em;
}
#top_visu .information dl dd a > span span:first-child:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f0a9";
  color: #ffffff;
  font-size: 95%;
  margin-right: 0.4em;
}
#top_visu .information dl dd a:hover > span:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#top_visu .information dl dd .nodata {
  display: inline-block;
  margin-left: 2em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_visu .information dl dd .nodata {
    margin-left: 0;
  }
}
#top_visu .information p {
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 2.2em;
  color: #ffffff;
  font-size: 87.5%;
}
#top_visu .information p a {
  position: relative;
  text-decoration: none;
}
#top_visu .information p a:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100%;
  background: #333ebe;
  left: 0;
  bottom: -0.4em;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  z-index: 4;
}
#top_visu .information p a:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -0.3em;
}
#top_visu .information p a:hover:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

#about {
  position: relative;
  margin-top: 85px;
}
#about:before {
  content: "";
  position: absolute;
  background: url(../img/about_bg02.png) no-repeat right top;
  background-size: contain;
  height: 100%;
  width: 25%;
  max-width: 395px;
  right: 2%;
  top: 110px;
  z-index: -1;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #about:before {
    width: 25%;
    top: 135px;
  }
}
@media screen and (max-width: 560px ) {
  #about:before {
    width: 25%;
    top: 85px;
  }
}
#about h2 {
  margin: 0 auto 40px;
  width: 60%;
  max-width: 630px;
}
@media screen and (max-width: 560px ) {
  #about h2 {
    width: 80%;
  }
}
#about h2 img {
  width: 100%;
  height: auto;
}
#about #about_cont {
  position: relative;
  padding: 56px 0 115px;
  background: url(../img/about-bg.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 560px ) {
  #about #about_cont {
    padding: 0 0 80px;
  }
}
#about #about_cont:after {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#about #about_cont .about_wrap {
  margin: 0 auto;
  width: 95%;
  max-width: 1440px;
  position: relative;
  z-index: 1;
}
#about #about_cont .about_wrap > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #about #about_cont .about_wrap > div {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: start;
    -webkit-box-align: start;
            align-items: flex-start;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}
#about #about_cont .about_wrap > div > div:nth-of-type(1) {
  padding-left: 10%;
  width: 48.5%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #about #about_cont .about_wrap > div > div:nth-of-type(1) {
    padding-left: 0;
    width: 100%;
  }
}
#about #about_cont .about_wrap > div > div:nth-of-type(1) h3 {
  margin-top: 2.2em;
  font-size: 150%;
  font-weight: 400;
}
#about #about_cont .about_wrap > div > div:nth-of-type(1) p {
  margin-top: 2.2em;
  line-height: 2.1;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #about #about_cont .about_wrap > div > div:nth-of-type(1) p {
    width: 69%;
  }
}
#about #about_cont .about_wrap > div > div:nth-of-type(1) ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin-top: 4em;
}
@media screen and (max-width: 560px ) {
  #about #about_cont .about_wrap > div > div:nth-of-type(1) ul {
    margin-top: 1.5em;
  }
}
#about #about_cont .about_wrap > div > div:nth-of-type(1) ul li {
  width: 30%;
  margin-bottom: 2em;
}
#about #about_cont .about_wrap > div > div:nth-of-type(1) ul li img {
  width: 100%;
  height: auto;
}
#about #about_cont .about_wrap > div > div:nth-of-type(2) {
  padding-right: 2.5%;
  width: 48.8%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #about #about_cont .about_wrap > div > div:nth-of-type(2) {
    margin: 0 auto;
    width: 85%;
  }
}
@media screen and (max-width: 560px ) {
  #about #about_cont .about_wrap > div > div:nth-of-type(2) {
    margin: 0 auto;
    width: 100%;
  }
}
#about #about_cont .about_wrap > div > div:nth-of-type(2) img {
  width: 100%;
  height: auto;
}
#about #about_cont .btn_wrap {
  width: 720px;
  position: absolute;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%) scale(1);
          transform: translateX(-50%) scale(1);
  bottom: -92px;
  z-index: 1;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #about #about_cont .btn_wrap {
    width: 540px;
  }
  #about #about_cont .btn_wrap .btn {
    font-size: 112.5%;
  }
}
@media screen and (max-width: 560px ) {
  #about #about_cont .btn_wrap {
    width: 95%;
    bottom: -47px;
  }
  #about #about_cont .btn_wrap .btn a {
    padding: 1.5em 1em;
    -webkit-filter: drop-shadow(0 0 0);
            filter: drop-shadow(0 0 0);
  }
}
#about #about_cont .btn_wrap .btn:first-child {
  margin-right: 1em;
}

#recruit {
  position: relative;
  margin-top: 185px;
}
@media screen and (max-width: 560px ) {
  #recruit {
    margin-top: 85px;
  }
}
#recruit h2 {
  margin: 0 auto 55px;
  width: 30%;
  max-width: 230px;
}
@media screen and (max-width: 560px ) {
  #recruit h2 {
    width: 60%;
    margin-bottom: 40px;
    margin-left: 0;
  }
}
#recruit h2 img {
  width: 100%;
  height: auto;
}
#recruit #recruit_cont {
  background: -webkit-gradient(linear, left top, right top, from(#333ebf), to(#151f9a));
  background: linear-gradient(to right, #333ebf, #151f9a);
  padding: 120px 0;
}
@media screen and (max-width: 560px ) {
  #recruit #recruit_cont {
    padding: 85px 0;
  }
}
#recruit #recruit_cont .recruit_wrap {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  margin: 0 auto 42px;
  width: 90%;
  max-width: 1170px;
}
@media screen and (max-width: 560px ) {
  #recruit #recruit_cont .recruit_wrap {
    margin-bottom: 25px;
  }
}
#recruit #recruit_cont .recruit_wrap .mikeiken {
  width: 25%;
  max-width: 250px;
}
#recruit #recruit_cont .recruit_wrap .mikeiken img {
  width: 100%;
  height: auto;
}
#recruit #recruit_cont .recruit_wrap div {
  padding-left: 6%;
  max-width: 600px;
  width: 55%;
}
@media screen and (max-width: 1250px) {
  #recruit #recruit_cont .recruit_wrap div {
    width: 50%;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #recruit #recruit_cont .recruit_wrap div {
    width: 75%;
  }
}
#recruit #recruit_cont .recruit_wrap div h4 {
  margin: 1.1em auto 2.6em;
  width: 80%;
  max-width: 365px;
}
#recruit #recruit_cont .recruit_wrap div h4 img {
  width: 100%;
  height: auto;
}
#recruit #recruit_cont .recruit_wrap div p {
  color: #ffffff;
  line-height: 2.1;
}
#recruit #recruit_cont .btn a {
  background: #fff;
  color: #333ebe;
}
#recruit #recruit_cont .btn a span:before {
  color: #333ebe;
}
#recruit #recruit_side_img {
  position: absolute;
  right: 3.4%;
  bottom: -45px;
  width: 22.2%;
  height: 100%;
}
@media screen and (max-width: 1250px) {
  #recruit #recruit_side_img {
    width: 24%;
    right: 0.5%;
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #recruit #recruit_side_img {
    display: none;
  }
}
#recruit #recruit_side_img li {
  position: absolute;
  width: 47%;
}
#recruit #recruit_side_img li img {
  width: 100%;
  height: auto;
}
#recruit #recruit_side_img li:nth-of-type(1) {
  right: 0;
  bottom: 410px;
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}
#recruit #recruit_side_img li:nth-of-type(2) {
  left: 0;
  bottom: 30%;
  -webkit-transition-delay: 1.3s !important;
          transition-delay: 1.3s !important;
}
#recruit #recruit_side_img li:nth-of-type(3) {
  right: 0;
  bottom: 0;
  -webkit-transition-delay: 1.4s !important;
          transition-delay: 1.4s !important;
}

#gmap iframe {
  width: 100%;
  height: 580px;
  vertical-align: bottom;
}
@media screen and (max-width: 560px ) {
  #gmap iframe {
    height: 400px;
  }
}

#work {
  margin: 0 auto;
  width: 95%;
  max-width: 1280px;
  margin-top: 145px;
}
@media screen and (max-width: 560px ) {
  #work {
    margin-top: 100px;
    width: 90%;
  }
}
#work > div {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 3em;
  border-radius: 10px;
}
@media screen and (max-width: 560px ) {
  #work > div h2 {
    max-width: 100px;
    margin-bottom: 40px;
  }
  #work > div h2 img {
    width: 100px;
  }
}
#work > div p {
  margin-bottom: 0;
  font-size: 112.5%;
}
@media screen and (max-width: 560px ) {
  #work > div p br {
    display: none;
  }
}
#work > .slider li {
  padding: 0 1vw;
}
#work > .slider dl {
  position: relative;
}
#work > .slider dl dt {
  aspect-ratio: 4/5;
}
#work > .slider dl dt img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
#work > .slider dl dd {
  background: #333ebe;
  color: #fff;
  font-size: 112.5%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 1.5em 1em;
  border-radius: 0 0 10px 10px;
}
#work .btn a {
  margin-top: 3em;
  background: #fff;
  color: #333ebe;
  border: solid #333ebe 2px;
}
@media screen and (max-width: 560px ) {
  #work .btn a {
    margin-top: 5em;
  }
}

.slick-prev:before, .slick-next:before {
  font-size: 30px;
  color: #fff;
  background: #333ebe;
  border-radius: 30px;
  padding: 8px 10px;
  z-index: 1;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev {
  left: -5%;
}
.slick-prev:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f060";
}
@media screen and (max-width: 1430px) and (min-width: 561px), screen and (max-width: 560px) {
  .slick-prev {
    left: 2%;
  }
}

.slick-next {
  right: -3%;
}
.slick-next:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f061";
}
@media screen and (max-width: 1430px) and (min-width: 561px), screen and (max-width: 560px) {
  .slick-next {
    right: 5%;
  }
}
@media screen and (max-width: 560px ) {
  .slick-next {
    right: 10%;
  }
}

.slick-dots li button:before {
  font-size: 20px;
}

.slick-dots {
  bottom: -60px !important;
}

