@charset "UTF-8";
/*
	@include sc(pc) {
		width: 100%;
	}
	@include sc(sp) {
		width: 50%;
	}
*/
/*
	@include hover() {
		opacity: 0.6;
	}
*/
/*
	$line:イラレの行の値
	$size:イラレの文字の値

	@include lh(38, 15);
*/
/*
	@include taJ();
*/
/*
Robotoフォント設定
300：Book
400：Regular
700：Bold（デフォルト）
*/
/*
	$weight:フォントの太さ

	@include f_min();
	@include f_min(500);
	@include f_min(600);
*/
/*
	background: $baseColor01;
*/
html {
  overflow-x: visible !important;
}

@media screen and (max-width: 640px) {
  body {
    padding-top: 0;
  }
}

@media print, screen and (min-width: 641px) {
  .mod_main {
    background-color: #fff;
  }
}

.mod_header:before {
  display: none;
}
.mod_header .headerBox,
.mod_header .headerMenu {
  display: none;
}

.mvArea {
  position: relative;
  background-color: #E5E5E5;
}
@media print, screen and (min-width: 641px) {
  .mvArea {
    height: calc(100vh - 20px);
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 640px) {
  .mvArea {
    height: calc(100vh - 75px);
  }
}
.mvArea .scene01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.mvArea .scene01 .bg {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scale(1.04);
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .bg {
    top: 0;
    left: 0;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .in {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 138rem;
    height: 45.2rem;
  }
}
.mvArea .scene01 .tit {
  overflow: visible;
  shape-rendering: geometricPrecision;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .tit {
    width: 138rem;
    height: 45.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .tit {
    width: calc(100vw - 7rem);
    height: auto;
    position: absolute;
    top: -13rem;
    bottom: 0;
    right: 3.5rem;
    margin: auto;
  }
}
.mvArea .scene01 .mvsvgwhite * {
  fill: #E5E5E5;
  opacity: 0;
}
.mvArea .scene01 .mvsvgtxt {
  transform: translate(2px, 2px);
  opacity: 0.5;
}
.mvArea .scene01 .mvsvgtxt * {
  opacity: 0 !important;
}
.mvArea .scene01 mask > * {
  fill: #FFF;
  opacity: 0;
}
.mvArea .scene01 .graphImage {
  -webkit-mask: url(#mv_svg);
          mask: url(#mv_svg);
}
.mvArea .scene01 .graphImageIn image {
  transform: scale(1.1) translate(50%, 50%);
  transform-origin: center center;
}
.mvArea .scene01 .happa {
  opacity: 0;
}
.mvArea .scene01 .subtit {
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .subtit {
    right: 0;
    bottom: 8.5rem;
    letter-spacing: 0;
    font-size: 1.8rem;
    white-space: pre;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .subtit {
    left: 3.5rem;
    bottom: 14rem;
    letter-spacing: 0;
    font-size: 1.7rem;
    line-height: 1.6;
  }
}
@media screen and (max-width: 640px) and (max-height: 650px) {
  .mvArea .scene01 .subtit {
    bottom: 11rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .subtit span {
    display: inline-block;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .subtit span {
    display: block;
  }
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .subtit span + span {
    margin-left: 1.2rem;
  }
}
.mvArea .scene01 .inc {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .inc {
    right: 39.5rem;
    bottom: 0.5rem;
    padding-bottom: 0.7rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .inc {
    left: 3.5rem;
    bottom: 9rem;
  }
}
@media screen and (max-width: 640px) and (max-height: 650px) {
  .mvArea .scene01 .inc {
    bottom: 8rem;
  }
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .inc img {
    width: 21.5rem;
    height: 3.2rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .inc img {
    width: 13.3rem;
    height: 2.1rem;
  }
}
.mvArea .scene01 .inc:after {
  content: "";
  display: block;
  background-color: #222E2F;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .inc:after {
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .inc:after {
    height: 2px;
  }
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .copyright {
    position: absolute;
    top: 0;
    left: 2rem;
    height: 100%;
    font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
    font-size: 1.2rem;
    writing-mode: vertical-rl;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .scroll {
    position: absolute;
    width: 10rem;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-bottom: 4rem;
    text-align: center;
  }
  .mvArea .scene01 .scroll:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 2px;
    height: 3rem;
    margin: auto;
    background-color: #222E2F;
    -webkit-animation: 2s linear infinite scrollbtnanimation;
            animation: 2s linear infinite scrollbtnanimation;
  }
  @-webkit-keyframes scrollbtnanimation {
    0% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    30% {
      -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    30.1% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    }
    60% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    100% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
  }
  @keyframes scrollbtnanimation {
    0% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    30% {
      -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
    }
    30.1% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
    }
    60% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
    100% {
      -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
              clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    }
  }
}
.mvArea .scene01 .kinkyuNewsArea {
  position: absolute;
  left: 0;
  background-color: #fff;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .kinkyuNewsArea {
    width: calc(50vw - 9rem);
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .kinkyuNewsArea {
    width: 100%;
    top: 60px;
  }
}
.mvArea .scene01 .kinkyuNewsArea .contentlink {
  display: flex;
}
.mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit {
  background-color: #222E2F;
  color: #fff;
  font-weight: bold;
  position: relative;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 2.1rem;
  white-space: nowrap;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit {
    font-size: 1.6rem;
    padding: 1.5rem 1.5rem 1.5rem 4rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit {
    font-size: 1.1rem;
    padding: 2.8rem 0.8rem 0.8rem 0.8rem;
  }
}
.mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit::before {
  content: "";
  display: block;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit::before {
    width: 2.1rem;
    height: 2.1rem;
    top: 1.5rem;
    left: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit::before {
    width: 1.5rem;
    height: 1.5rem;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit::after {
  content: "!";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 700;
  position: absolute;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit::after {
    width: 2.1rem;
    height: 2.1rem;
    top: 1.5rem;
    left: 1.4rem;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsAreaTit::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 1rem;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1.3rem;
  }
}
.mvArea .scene01 .kinkyuNewsArea .kinkyuNewsTit {
  color: #255853;
  letter-spacing: 0.05em;
  line-height: 2.1rem;
  text-decoration: underline;
  font-weight: 600;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsTit {
    font-size: 1.6rem;
    padding: 1.5rem 6rem 1.5rem 2rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsTit {
    font-size: 1.2rem;
    padding: 0.6rem 4.3rem 0.8rem 1.2rem;
  }
}
.mvArea .scene01 .kinkyuNewsArea .kinkyuNewsTit > span {
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsTit > span {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .kinkyuNewsArea .kinkyuNewsTit > span {
    -webkit-line-clamp: 2;
  }
}
.mvArea .scene01 .kinkyuNewsArea .cmnArrow01 {
  display: block;
  fill: none;
  stroke: #00D18B;
  stroke-width: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .mvArea .scene01 .kinkyuNewsArea .cmnArrow01 {
    width: 3rem;
    height: 0.8rem;
    right: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .mvArea .scene01 .kinkyuNewsArea .cmnArrow01 {
    width: 1.8rem;
    height: 0.6rem;
    right: 1.5rem;
  }
}

.aboutArea {
  overflow: hidden;
  /* maskした上で動かすと重いので停止
  .graphImageIn {

  	//アニメーション
  	@include sc(pc) {
  		animation: aboutsvgimagezoom 6.0s infinite alternate;
  	}
  	@include sc(sp) {
  		animation: aboutsvgimagezoom_sp 6.0s infinite alternate;
  	}
  	@keyframes aboutsvgimagezoom {
  		from {
  			transform: scale(1.0);
  		}

  		to {
  			transform: scale(1.1);
  		}
  	}
  	@keyframes aboutsvgimagezoom_sp {
  		from {
  			transform: scale(1.0);
  		}

  		to {
  			transform: scale(1.3);
  		}
  	}
  }
  */
}
@media print, screen and (min-width: 641px) {
  .aboutArea {
    padding: 27rem 0 10rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea {
    padding: 5rem 0 6rem;
  }
}
.aboutArea .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% + 200px);
}
.aboutArea .bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 641px) {
  .aboutArea .bg img {
    -webkit-animation: aboutimagezoom 6s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
            animation: aboutimagezoom 6s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .bg img {
    -webkit-animation: aboutimagezoom_sp 6s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
            animation: aboutimagezoom_sp 6s cubic-bezier(0.4, 0, 0.6, 1) infinite alternate;
  }
}
@-webkit-keyframes aboutimagezoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.01);
  }
}
@keyframes aboutimagezoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.01);
  }
}
@-webkit-keyframes aboutimagezoom_sp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
@keyframes aboutimagezoom_sp {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.06);
  }
}
.aboutArea .bg video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 641px) {
  .aboutArea .bg .bgsvg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 138rem;
    height: 45.2rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .bg .bgsvg {
    display: none;
  }
}
.aboutArea .bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 15, 20, 0.3);
}
.aboutArea .tit {
  position: fixed;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
@media print, screen and (min-width: 641px) {
  .aboutArea .tit {
    width: 130rem;
    height: 28.2rem;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .tit {
    width: auto;
    height: 70vh;
    top: 5rem;
    bottom: 0;
    right: 3.5rem;
    margin: auto;
  }
}
.aboutArea .tit mask > * {
  fill: #FFF;
}
.aboutArea .overlay {
  fill: #000;
}
@media print, screen and (min-width: 641px) {
  .aboutArea .overlay {
    opacity: 0.4;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .overlay {
    opacity: 0.2;
  }
}
@media print, screen and (min-width: 641px) {
  .aboutArea .graphImage {
    -webkit-mask: url(#svg_aboutmask_pc);
            mask: url(#svg_aboutmask_pc);
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .graphImage {
    -webkit-mask: url(#svg_aboutmask_sp);
            mask: url(#svg_aboutmask_sp);
  }
}
.aboutArea .tegaki {
  position: relative;
  display: block;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .aboutArea .tegaki {
    width: 75.6rem;
    height: 14.8rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .tegaki {
    width: 20rem;
    height: auto;
  }
}
.aboutArea .lead {
  position: relative;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .aboutArea .lead {
    font-size: 1.6rem;
    line-height: 2.61;
    margin-top: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .lead {
    font-size: 1.4rem;
    line-height: 1.9;
    margin-top: 2rem;
    letter-spacing: 0;
  }
}
.aboutArea .logo {
  position: relative;
  display: block;
  margin: auto;
  fill: #FFF;
}
@media print, screen and (min-width: 641px) {
  .aboutArea .logo {
    margin-top: 5rem;
    width: 17.1rem;
    height: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .logo {
    margin-top: 2rem;
    width: 12rem;
    height: auto;
  }
}
.aboutArea .cmnLink01 {
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .aboutArea .cmnLink01 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .aboutArea .cmnLink01 {
    margin-top: 5rem;
  }
}

.pickUpArea {
  background-color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea {
    padding: 25rem 0 15rem;
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea {
    padding: 15rem 0 9rem;
  }
}
.pickUpArea .cmnTit02 {
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea .cmnTit02 {
    top: 8rem;
    left: calc(50% - 71rem);
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea .cmnTit02 {
    top: 6rem;
    left: 3.5rem;
  }
}
.pickUpArea .wrap {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea .wrap {
    max-width: 134rem;
    width: 100%;
    margin: auto;
  }
}
.pickUpArea [data-slidearea01] {
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea [data-slidearea01] {
    width: 130rem;
    margin-left: 2rem;
  }
}
.pickUpArea [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
.pickUpArea [data-slidearea01] .slidearea01_wrap {
  width: 100%;
  position: relative;
}
.pickUpArea [data-slidearea01] .slidearea01_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.pickUpArea [data-slidearea01] .slidearea01_btns button {
  position: absolute;
  margin: auto;
  z-index: 3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 641px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button {
    top: 12rem;
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button {
    top: 7.5rem;
    width: 5rem;
    height: 5rem;
  }
}
.pickUpArea [data-slidearea01] .slidearea01_btns button:before, .pickUpArea [data-slidearea01] .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.pickUpArea [data-slidearea01] .slidearea01_btns button:before {
  background-color: #000;
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button:before {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button:before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.pickUpArea [data-slidearea01] .slidearea01_btns button:after {
  border: 1px solid #FFF;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button:after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button:after {
    width: 1rem;
    height: 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button.next {
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button.next {
    right: 2.5rem;
  }
}
.pickUpArea [data-slidearea01] .slidearea01_btns button.next:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-left: rgba(0, 0, 0, 0) !important;
  transform: rotate(45deg);
  right: 3px;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button.prev {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea [data-slidearea01] .slidearea01_btns button.prev {
    left: 2.5rem;
  }
}
.pickUpArea [data-slidearea01] .slidearea01_btns button.prev:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-right: rgba(0, 0, 0, 0) !important;
  transform: rotate(-45deg);
  right: -3px;
}
.pickUpArea [data-slidearea01] .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .pickUpArea [data-slidearea01] .slidearea01_btns button:hover:before {
  background-color: #FFF;
}
.no-touchevents .pickUpArea [data-slidearea01] .slidearea01_btns button:hover:after {
  border-color: #000;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea [data-slidearea01] .slidearea01_wrapin {
    padding: 0 33.33333%;
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea [data-slidearea01] .slidearea01_wrapin {
    padding: 0 5rem;
  }
}
.pickUpArea [data-slidearea01] .slidearea01_content {
  position: relative;
  display: table;
  z-index: 2;
}
.pickUpArea [data-slidearea01] .slidearea01_content.disableTrs {
  transition: none !important;
}
.pickUpArea [data-slidearea01] .slidearea01_link {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.pickUpArea [data-slidearea01] .linkin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  .pickUpArea [data-slidearea01] .linkin {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 640px) {
  .pickUpArea [data-slidearea01] .linkin {
    padding: 0 0.5rem;
  }
}
.pickUpArea [data-slidearea01] a.linkin .linkph img {
  transition: 1s;
}
.no-touchevents .pickUpArea [data-slidearea01] a.linkin:hover .linkph img {
  transform: scale(1.08);
  filter: brightness(1.4);
}
.pickUpArea [data-slidearea01] .linkph {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  aspect-ratio: 426/300;
}
.pickUpArea [data-slidearea01] .linkph img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.blogArea {
  background-color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .blogArea {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 640px) {
  .blogArea {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 10rem;
  }
}
.blogArea .cmnTit02 {
  position: absolute;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .blogArea .cmnTit02 {
    top: 8rem;
    left: calc(50% - 71rem);
  }
}
@media screen and (max-width: 640px) {
  .blogArea .cmnTit02 {
    top: 6rem;
    left: 3.5rem;
  }
}
.blogArea .wrap {
  background-color: #EFEFEF;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .blogArea .wrap {
    max-width: 110rem;
    width: 100%;
    margin: auto;
    padding: 24rem 0 10rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea .wrap {
    padding: 15rem 0 9rem;
  }
}
.blogArea [data-slidearea01] {
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] {
    width: 129rem;
    margin-left: -9.5rem;
  }
}
.blogArea [data-slidearea01][data-slidearea01-slidelimit] .slidearea01_link.dammy {
  opacity: 0;
}
.blogArea [data-slidearea01] .slidearea01_wrap {
  width: 100%;
  position: relative;
}
.blogArea [data-slidearea01] .slidearea01_btns {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 100%;
}
.blogArea [data-slidearea01] .slidearea01_btns button {
  position: absolute;
  margin: auto;
  z-index: 3;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .slidearea01_btns button {
    top: 35rem;
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .slidearea01_btns button {
    top: 22rem;
    width: 5rem;
    height: 5rem;
  }
}
.blogArea [data-slidearea01] .slidearea01_btns button:before, .blogArea [data-slidearea01] .slidearea01_btns button:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
}
.blogArea [data-slidearea01] .slidearea01_btns button:before {
  background-color: #000;
  border-radius: 50%;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .slidearea01_btns button:before {
    width: 7rem;
    height: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .slidearea01_btns button:before {
    width: 3.5rem;
    height: 3.5rem;
  }
}
.blogArea [data-slidearea01] .slidearea01_btns button:after {
  border: 1px solid #FFF;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .slidearea01_btns button:after {
    width: 1.7rem;
    height: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .slidearea01_btns button:after {
    width: 1rem;
    height: 1rem;
  }
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .slidearea01_btns button.next {
    right: -12rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .slidearea01_btns button.next {
    right: 2.5rem;
  }
}
.blogArea [data-slidearea01] .slidearea01_btns button.next:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-left: rgba(0, 0, 0, 0) !important;
  transform: rotate(45deg);
  right: 3px;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .slidearea01_btns button.prev {
    left: -12rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .slidearea01_btns button.prev {
    left: 2.5rem;
  }
}
.blogArea [data-slidearea01] .slidearea01_btns button.prev:after {
  border-bottom: rgba(0, 0, 0, 0) !important;
  border-right: rgba(0, 0, 0, 0) !important;
  transform: rotate(-45deg);
  right: -3px;
}
.blogArea [data-slidearea01] .slidearea01_btns button.disabled {
  pointer-events: none;
  opacity: 0.3;
}
.no-touchevents .blogArea [data-slidearea01] .slidearea01_btns button:hover:before {
  background-color: #FFF;
}
.no-touchevents .blogArea [data-slidearea01] .slidearea01_btns button:hover:after {
  border-color: #000;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .slidearea01_wrapin {
    padding: 0 33.33333%;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .slidearea01_wrapin {
    padding: 0 5rem;
  }
}
.blogArea [data-slidearea01] .slidearea01_content {
  position: relative;
  display: table;
}
.blogArea [data-slidearea01] .slidearea01_content.disableTrs {
  transition: none !important;
}
.blogArea [data-slidearea01] .slidearea01_link {
  display: table-cell;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.blogArea [data-slidearea01] .linkin {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .linkin {
    padding: 0 1rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .linkin {
    padding: 0 0.5rem;
  }
}
.blogArea [data-slidearea01] .linkin .linkph img {
  transition: 1s;
}
.blogArea [data-slidearea01] .linkin .linkdate {
  transition: 0.3s;
}
.blogArea [data-slidearea01] .linkin .linkcat {
  transition: 0.3s;
}
.blogArea [data-slidearea01] .linkin .linktit {
  transition: 0.3s;
}
.blogArea [data-slidearea01] .linkin .linkdesc {
  transition: 0.3s;
}
.no-touchevents .blogArea [data-slidearea01] .linkin:hover .linkph img {
  transform: scale(1.08);
  filter: brightness(1.4);
}
.no-touchevents .blogArea [data-slidearea01] .linkin:hover .linkdate {
  color: #00D18B;
}
.no-touchevents .blogArea [data-slidearea01] .linkin:hover .linkcat {
  color: #00D18B;
}
.no-touchevents .blogArea [data-slidearea01] .linkin:hover .linktit {
  color: #00D18B;
  border-color: #00D18B;
}
.no-touchevents .blogArea [data-slidearea01] .linkin:hover .linkdesc {
  color: #00D18B;
}
.blogArea [data-slidearea01] .linkph {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .linkph {
    height: auto;
    aspect-ratio: 426/300;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .linkph {
    height: auto;
    aspect-ratio: 426/300;
  }
}
.blogArea [data-slidearea01] .linkph img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogArea [data-slidearea01] .linkdate {
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  width: 50%;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .linkdate {
    font-size: 1.5rem;
  }
}
.blogArea [data-slidearea01] .linkcat {
  width: 50%;
  line-height: 1;
  font-weight: bold;
  text-align: right;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .linkcat {
    font-size: 1.4rem;
  }
}
.blogArea [data-slidearea01] .linktit {
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media print, screen and (min-width: 641px) {
  .blogArea [data-slidearea01] .linktit {
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    height: 6.48rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea [data-slidearea01] .linktit {
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.4rem;
    line-height: 1.6;
    height: 4.48rem;
  }
}
.blogArea .no_slider {
  display: flex;
  justify-content: center;
}
.blogArea .no_slider .item01_link {
  width: 38%;
}
.blogArea .no_slider .item01_link:nth-child(n+2) {
  margin-left: 2rem;
}
.blogArea .no_slider .linkin .linkph img {
  transition: 1s;
}
.blogArea .no_slider .linkin .linkdate {
  transition: 0.3s;
}
.blogArea .no_slider .linkin .linkcat {
  transition: 0.3s;
}
.blogArea .no_slider .linkin .linktit {
  transition: 0.3s;
}
.blogArea .no_slider .linkin .linkdesc {
  transition: 0.3s;
}
.no-touchevents .blogArea .no_slider .linkin:hover .linkph img {
  transform: scale(1.08);
  filter: brightness(1.4);
}
.no-touchevents .blogArea .no_slider .linkin:hover .linkdate {
  color: #00D18B;
}
.no-touchevents .blogArea .no_slider .linkin:hover .linkcat {
  color: #00D18B;
}
.no-touchevents .blogArea .no_slider .linkin:hover .linktit {
  color: #00D18B;
  border-color: #00D18B;
}
.no-touchevents .blogArea .no_slider .linkin:hover .linkdesc {
  color: #00D18B;
}
.blogArea .no_slider .linkph {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .blogArea .no_slider .linkph {
    height: auto;
    aspect-ratio: 426/300;
  }
}
@media screen and (max-width: 640px) {
  .blogArea .no_slider .linkph {
    height: auto;
    aspect-ratio: 426/300;
  }
}
.blogArea .no_slider .linkph img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogArea .no_slider .linkdate {
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  width: 50%;
}
@media print, screen and (min-width: 641px) {
  .blogArea .no_slider .linkdate {
    font-size: 1.5rem;
  }
}
.blogArea .no_slider .linkcat {
  width: 50%;
  line-height: 1;
  font-weight: bold;
  text-align: right;
}
@media print, screen and (min-width: 641px) {
  .blogArea .no_slider .linkcat {
    font-size: 1.4rem;
  }
}
.blogArea .no_slider .linktit {
  width: 100%;
  font-weight: bold;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .blogArea .no_slider .linktit {
    -webkit-line-clamp: 2;
    margin-top: 3rem;
    margin-bottom: 3rem;
    font-size: 1.8rem;
    height: 6.48rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea .no_slider .linktit {
    -webkit-line-clamp: 3;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.6;
    height: 5.76rem;
  }
}
.blogArea .cmnLink01 {
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .blogArea .cmnLink01 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .blogArea .cmnLink01 {
    margin-top: 4rem;
  }
}

.businessArea {
  background-color: #FFF;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .businessArea {
    padding: 10rem 0 14rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea {
    padding: 17rem 0 6rem;
  }
}
.businessArea:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background-color: #222E2F;
}
@media print, screen and (min-width: 641px) {
  .businessArea:before {
    top: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea:before {
    top: 3rem;
  }
}
.businessArea.type01 {
  margin-top: -1px;
  background-color: #222E2F;
}
@media print, screen and (min-width: 641px) {
  .businessArea.type01 .cmnTit02 {
    top: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea.type01 .cmnTit02 {
    top: 0rem;
  }
}
.businessArea .cmnTit02 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .businessArea .cmnTit02 {
    top: 0rem;
    left: calc(50% - 71rem);
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .cmnTit02 {
    top: 0rem;
    left: 3.5rem;
  }
}
.businessArea .animtit {
  position: relative;
  display: block;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .businessArea .animtit {
    width: auto;
    height: 6rem;
  }
}
.businessArea .subtit {
  position: relative;
  color: #FFF;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .businessArea .subtit {
    font-size: 2.6rem;
    line-height: 1.5;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .subtit {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 3rem;
  }
}
.businessArea .subtxt {
  position: relative;
  color: #FFF;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .businessArea .subtxt {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .subtxt {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-top: 2.5rem;
  }
}
.businessArea .logo {
  position: relative;
  display: block;
  margin: auto;
  fill: #FFF;
}
@media print, screen and (min-width: 641px) {
  .businessArea .logo {
    width: 15.6rem;
    height: 3.6rem;
    margin-top: 5rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .logo {
    width: auto;
    height: 2.8rem;
    margin-top: 3rem;
  }
}
.businessArea .graph {
  position: relative;
  margin: auto;
}
@media print, screen and (min-width: 641px) {
  .businessArea .graph {
    margin-top: 10rem;
    margin-bottom: 7rem;
    width: 71.4rem;
    height: 37rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .graph {
    margin-top: 2rem;
  }
}
.businessArea .graph:before, .businessArea .graph:after {
  content: "";
  display: block;
  position: absolute;
  background-image: radial-gradient(circle, rgb(34, 115, 93) 0%, rgba(34, 115, 93, 0) 70%);
  -webkit-animation: 0.7s ease-in-out infinite alternate businessgraphBGLoop;
          animation: 0.7s ease-in-out infinite alternate businessgraphBGLoop;
}
@media print, screen and (min-width: 641px) {
  .businessArea .graph:before, .businessArea .graph:after {
    top: -4rem;
    left: -4rem;
    width: 45rem;
    height: 45rem;
  }
}
@-webkit-keyframes businessgraphBGLoop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes businessgraphBGLoop {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media print, screen and (min-width: 641px) {
  .businessArea .graph:after {
    left: auto;
    right: -4rem;
  }
}
.businessArea .graphSvg {
  position: relative;
  display: block;
  margin: auto;
  overflow: visible;
  z-index: 1;
}
@media print, screen and (min-width: 641px) {
  .businessArea .graphSvg {
    width: 71.4rem;
    height: 37rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .graphSvg {
    width: 90%;
    height: auto;
  }
}
.businessArea .graphSvg .st2,
.businessArea .graphSvg .st3,
.businessArea .graphSvg .st4,
.businessArea .graphSvg .st5,
.businessArea .graphSvg .st6,
.businessArea .graphSvg .st7,
.businessArea .graphSvg .st8 {
  transition: 0.3s;
}
.businessArea .graphSvg .st2 {
  fill: #00D18B;
}
.businessArea .graphSvg .st2.active {
  fill: #233636;
}
.businessArea .graphSvg .st3 {
  fill: #5FA857;
}
.businessArea .graphSvg .st3.active {
  fill: #345C44;
}
.businessArea .graphSvg .st4 {
  fill: #8EC298;
}
.businessArea .graphSvg .st4.active {
  fill: #406254;
}
.businessArea .graphSvg .st5 {
  fill: #4A9E96;
}
.businessArea .graphSvg .st5.active {
  fill: #2F5954;
}
.businessArea .graphSvg .st6 {
  fill: #58A975;
}
.businessArea .graphSvg .st6.active {
  fill: #325E4C;
}
.businessArea .graphSvg .st7 {
  fill: #28956E;
}
.businessArea .graphSvg .st7.active {
  fill: #265C4E;
}
.businessArea .graphSvg .st8 {
  fill: #94BC56;
}
.businessArea .graphSvg .st8.active {
  fill: #416044;
}
.businessArea .graphSvg .st9 {
  pointer-events: none;
}
.businessArea .graphSvg .st9 path {
  transition: 0.3s;
  fill: #FFFFFF;
}
.businessArea .graphSvg .st9.active path {
  fill: #23413C;
}
.businessArea .graphSvg .st9.type01.active path {
  fill: #205547;
}
.businessArea .graphTxt {
  position: absolute;
  pointer-events: none;
  transition: filter 0.3s;
  filter: brightness(1) sepia(0) hue-rotate(118deg) saturate(10);
}
.businessArea .graphTxt.active {
  filter: brightness(0.5) sepia(1) hue-rotate(118deg) saturate(10);
}
@media print, screen and (min-width: 641px) {
  .businessArea .btns {
    display: flex;
    justify-content: space-between;
    width: 130rem;
    margin: auto;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btns {
    padding: 0 4rem;
    margin-top: 5rem;
  }
}
.businessArea .btn {
  position: relative;
  transition: 0.3s;
}
.businessArea .btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
}
@media print, screen and (min-width: 641px) {
  .businessArea .btn {
    width: 28.2rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btn + .btn {
    margin-top: 4rem;
  }
}
.businessArea .btn:before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background-image: radial-gradient(circle, rgb(34, 115, 93) 0%, rgba(34, 115, 93, 0) 70%);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .businessArea .btn:before {
    top: -3.5rem;
    width: 14rem;
    height: 14rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btn:before {
    display: none;
  }
}
.businessArea .btn:before {
  transition: 0.3s;
}
.no-touchevents .businessArea .btn:hover, .businessArea .btn.hover {
  transform: translateY(-1rem);
}
.no-touchevents .businessArea .btn:hover .btnMore, .businessArea .btn.hover .btnMore {
  text-decoration: none;
}
.no-touchevents .businessArea .btn:hover .btnLogo, .businessArea .btn.hover .btnLogo {
  fill: #00D18B;
}
.businessArea .btn.active:before {
  opacity: 1;
}
.businessArea .btnLogo {
  position: relative;
  display: block;
  transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
  .businessArea .btnLogo {
    width: 7rem;
    height: 7rem;
    margin: auto;
    fill: #255853;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btnLogo {
    width: 5rem;
    height: 5rem;
    fill: #00D18B;
  }
}
.businessArea .btnTit {
  position: relative;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .businessArea .btnTit {
    margin-top: 2.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #255853;
    font-size: 1.8rem;
    line-height: 1;
    text-align: center;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btnTit {
    width: calc(100% - 5rem);
    box-sizing: border-box;
    padding-left: 2.5rem;
    position: relative;
    font-size: 1.3rem;
  }
}
.businessArea .btnTit:before {
  content: attr(title);
  display: block;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  white-space: pre;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .businessArea .btnTit:before {
    text-align: center;
    padding-bottom: 2.5rem;
    margin-bottom: 1.7rem;
    font-size: 2.1rem;
    line-height: 1.3;
    letter-spacing: 0.1rem;
    border-bottom: 3px solid #255853;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btnTit:before {
    font-size: 2.3rem;
    line-height: 1.3;
    padding-bottom: 0.3rem;
    letter-spacing: 0.1rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btnTit:after {
    content: "";
    display: block;
    width: 1rem;
    height: 1rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    border-top: 2px solid #00D18B;
    border-right: 2px solid #00D18B;
    transform: rotate(45deg);
  }
}
.businessArea .btnDesc {
  position: relative;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .businessArea .btnDesc {
    margin-top: 1.7rem;
    font-size: 1.4rem;
    line-height: 2;
    min-height: 11.2rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btnDesc {
    margin-top: 1.5rem;
    border-top: 2px solid #00D18B;
    padding-top: 1.5rem;
    font-size: 1.4rem;
  }
}
.businessArea .btnMore {
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #FFF;
  text-decoration: underline;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .businessArea .btnMore {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .btnMore {
    display: none;
  }
}
.businessArea .cmnLink01 {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 641px) {
  .businessArea .cmnLink01 {
    margin-top: 8rem;
  }
}
@media screen and (max-width: 640px) {
  .businessArea .cmnLink01 {
    margin-top: 3.5rem;
  }
}

.solutionArea {
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 641px) {
  .solutionArea {
    padding: 20rem 0 10rem;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea {
    padding-top: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea:after {
    content: "";
    display: block;
    background-color: #fff;
    height: 9rem;
  }
}
.solutionArea .cmnTit02 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .solutionArea .cmnTit02 {
    top: 10rem;
    left: calc(50% - 71rem);
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .cmnTit02 {
    top: 5rem;
    left: 3.5rem;
  }
}
.solutionArea .wrap {
  display: flex;
}
@media print, screen and (min-width: 641px) {
  .solutionArea .wrap {
    position: relative;
    max-width: 130rem;
    width: 100%;
    margin: auto;
    padding: 10rem 0;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .wrap {
    flex-direction: column-reverse;
    background-color: #EFEFEF;
    padding: 15rem 0 6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .solutionArea .wrap:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #EFEFEF;
    top: 0;
    right: 24rem;
    width: 100%;
    height: 100%;
  }
}
.solutionArea .left {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .solutionArea .left {
    width: 57rem;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .left {
    margin: 3.5rem 3.5rem 0 3.5rem;
  }
}
.solutionArea .tit {
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .solutionArea .tit {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .tit {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
@media print, screen and (min-width: 641px) {
  .solutionArea .desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 2.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .desc {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1.5rem;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .solutionArea .cmnLink01 {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .cmnLink01 {
    margin: 4rem auto 0;
  }
}
@media print, screen and (min-width: 641px) {
  .solutionArea .logoswrap {
    width: 65rem;
    min-height: 46rem;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .logoswrap {
    display: flex;
    white-space: pre;
    width: 1000rem;
  }
}
.solutionArea .logos {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .solutionArea .logos {
    width: 65rem;
    gap: 1.7rem;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .logos {
    width: 99.3rem;
    gap: 1.5rem;
    justify-content: left;
    -webkit-animation: 20s linear infinite solutionlogo;
            animation: 20s linear infinite solutionlogo;
  }
}
@-webkit-keyframes solutionlogo {
  0% {
    left: 0;
  }
  100% {
    left: -100.8rem;
  }
}
@keyframes solutionlogo {
  0% {
    left: 0;
  }
  100% {
    left: -100.8rem;
  }
}
@media print, screen and (min-width: 641px) {
  .solutionArea .logos:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .logos:nth-child(2) {
    margin-left: 1.5rem;
  }
}
.solutionArea .logoone {
  background-color: #fff;
  overflow: hidden;
}
.solutionArea .logoone.active {
  transition: background-color 1s cubic-bezier(0.2, 0, 0.1, 1);
  background-color: #EEE;
}
@media print, screen and (min-width: 641px) {
  .solutionArea .logoone.active .logoph {
    transition: transform 1s cubic-bezier(0.2, 0, 0.1, 1);
    transform: none;
  }
}
.solutionArea .logoph {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .solutionArea .logoph {
    width: 14.8rem;
    height: 9rem;
    transform: translateX(-110%);
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
  }
}
@media screen and (max-width: 640px) {
  .solutionArea .logoph {
    width: 11.1rem;
    height: 6.75rem;
  }
}

.caseArea {
  background-color: #FFFFFF;
}
@media print, screen and (min-width: 641px) {
  .caseArea {
    padding: 10rem 0 8rem;
  }
}
@media screen and (max-width: 640px) {
  .caseArea {
    padding-top: 3rem;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .headerBox .headerBoxLogo svg {
    fill: #FFF !important;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .headerBox .headerBoxSublinks a {
    color: #FFF !important;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .headerBox .headerBoxMainlinks li + li a:after {
    background-color: #FFF !important;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .headerBox .headerBoxMainlinks a {
    color: #FFF !important;
  }
}
.caseArea .cmnTit02 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .caseArea .cmnTit02 {
    top: 0;
    left: calc(50% - 71rem);
    z-index: 2;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .cmnTit02 {
    top: 0;
    left: 3.5rem;
    z-index: 1;
  }
}
@media print, screen and (min-width: 641px) {
  .caseArea .wrap {
    position: relative;
    max-width: 130rem;
    width: 100%;
    margin: auto;
    padding: 25rem 0 18rem;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .wrap {
    background-color: #222E2F;
    padding: 15rem 3.5rem 6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .caseArea .wrap:before {
    content: "";
    display: block;
    position: absolute;
    background-color: #222E2F;
    top: 0;
    right: calc(50% - 8rem);
    width: 87rem;
    bottom: 8rem;
    z-index: 1;
    mix-blend-mode: multiply;
  }
}
.caseArea .ph01 {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .caseArea .ph01 {
    position: absolute;
    width: 87rem;
    height: 68rem;
    top: -10rem;
    right: -14rem;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .ph01 {
    position: relative;
    margin-top: 2.5rem;
    width: calc(100% + 3.5rem);
    height: 24rem;
  }
}
.caseArea .ph01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseArea .ph02 {
  display: block;
}
@media print, screen and (min-width: 641px) {
  .caseArea .ph02 {
    position: absolute;
    width: 36rem;
    height: 24rem;
    bottom: 0;
    right: 6rem;
    z-index: 0;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .ph02 {
    position: relative;
    width: 16rem;
    height: 11rem;
    margin-left: calc(100% - 16rem);
    margin-top: -3rem;
  }
}
.caseArea .ph02 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.caseArea .tit {
  position: relative;
  z-index: 2;
  font-weight: bold;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .caseArea .tit {
    font-size: 2.4rem;
    line-height: 1.7;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .tit {
    font-size: 1.4rem;
    line-height: 2.2;
  }
}
.caseArea .desc {
  position: relative;
  z-index: 2;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .caseArea .desc {
    position: relative;
    width: 62rem;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 2.5rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .desc {
    font-size: 1.2rem;
    line-height: 2;
    margin-top: 1.5rem;
    letter-spacing: 0;
  }
}
.caseArea .cmnLink01 {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 641px) {
  .caseArea .cmnLink01 {
    margin-top: 7rem;
  }
}
@media screen and (max-width: 640px) {
  .caseArea .cmnLink01 {
    margin: 4rem auto 0;
  }
}

.introArea {
  background-color: #E5E5E5;
  position: static !important;
  overflow: visible !important;
}
.introArea .contentHeight {
  position: relative;
  width: 100%;
  pointer-events: none;
}
@media print, screen and (min-width: 641px) {
  .introArea .contentHeight {
    height: 400vh;
    height: 400dvh;
  }
}
@media screen and (max-width: 640px) {
  .introArea .contentHeight {
    height: 800vh;
    height: 800dvh;
  }
}
.introArea .slideonewrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.introArea .slideonewrapIn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.introArea .slideone {
  position: absolute;
  height: 100%;
}
.introArea .slideone.top {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top {
    padding-top: 10rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.top {
    padding: 0 3rem;
  }
}
.introArea .slideone.top .bg {
  display: block;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top .bg {
    top: 0;
    left: 0;
    width: calc(100% + 200px);
    height: calc(100% + 200px);
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.top .bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top .in {
    position: relative;
    width: 110.4rem;
  }
}
.introArea .slideone.top .eigo {
  display: block;
  overflow: visible;
  shape-rendering: geometricPrecision;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top .eigo {
    width: 110.4rem;
    height: 36.1rem;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.top .eigo {
    position: relative;
    width: 100%;
    height: auto;
  }
}
.introArea .slideone.top .eigo .mvsvgwhite * {
  fill: #E5E5E5;
}
.introArea .slideone.top .eigo .happa {
  opacity: 0;
}
.introArea .slideone.top .txtbox {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top .txtbox {
    width: 110.4rem;
    margin-top: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.top .txtbox {
    margin-top: 5rem;
  }
}
.introArea .slideone.top .tit {
  font-weight: bold;
  transform: translateX(-10px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top .tit {
    letter-spacing: 0;
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.top .tit {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.introArea .slideone.top .tit.active {
  transition: 0.4s;
  transform: none;
  opacity: 1;
}
.introArea .slideone.top .lead {
  transform: translateX(-10px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top .lead {
    margin-top: 2rem;
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.top .lead {
    margin-top: 1.5rem;
    font-size: 1.2rem;
    line-height: 1.8;
  }
}
.introArea .slideone.top .lead.active {
  transition: 0.4s;
  transform: none;
  opacity: 1;
}
.introArea .slideone.top .scrollbtn {
  position: absolute;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  cursor: pointer;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top .scrollbtn {
    font-size: 1.4rem;
    top: 18.5rem;
    left: 100%;
    margin-left: 10rem;
    width: calc((100vw - 110.4rem) * 0.5 - 10rem);
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.top .scrollbtn {
    font-size: 1.1rem;
    width: 10rem;
    margin-top: 2rem;
    right: 0;
  }
}
.introArea .slideone.top .scrollbtn:after {
  content: "";
  display: block;
  background-color: #222E2F;
  width: 100%;
  -webkit-animation: introScrollBtn 4s infinite;
          animation: introScrollBtn 4s infinite;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.top .scrollbtn:after {
    margin-top: 0.5rem;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.top .scrollbtn:after {
    margin-top: 0.2rem;
    height: 1px;
  }
}
@-webkit-keyframes introScrollBtn {
  0% {
    transform: scaleX(0);
    transform-origin: left top;
  }
  25% {
    transform: scaleX(1);
    transform-origin: left top;
  }
  75% {
    transform: scaleX(1);
    transform-origin: right top;
  }
  99% {
    transform: scaleX(0);
    transform-origin: right top;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left top;
  }
}
@keyframes introScrollBtn {
  0% {
    transform: scaleX(0);
    transform-origin: left top;
  }
  25% {
    transform: scaleX(1);
    transform-origin: left top;
  }
  75% {
    transform: scaleX(1);
    transform-origin: right top;
  }
  99% {
    transform: scaleX(0);
    transform-origin: right top;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left top;
  }
}
.introArea .slideone.top .scrollbtn.active {
  transition: 0.4s;
  opacity: 1;
}
.introArea .slideone.cont {
  top: 0;
  left: auto;
  display: flex;
  align-items: center;
  z-index: 3;
}
.introArea .slideone.cont .contin {
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .contin {
    width: 44rem;
    padding: 4rem 0;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .contin {
    width: 32rem;
    padding: 3rem 0;
  }
}
.introArea .slideone.cont .contin:before {
  content: "";
  background-color: #244B48;
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .contin:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .contin:before {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .contin + .contin {
    margin-left: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .contin + .contin {
    margin-left: 3rem;
  }
}
.introArea .slideone.cont .left {
  position: relative;
  box-sizing: border-box;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .left {
    width: 44rem;
    padding: 0 5rem;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .left {
    width: 32rem;
    padding: 0 4rem;
  }
}
.introArea .slideone.cont .num {
  transform: translateX(-40px);
  opacity: 0;
}
.introArea .slideone.cont .num span {
  display: inline-block;
  position: relative;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #28956E;
  vertical-align: middle;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .num span {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .num span {
    font-size: 0.8rem;
  }
}
.introArea .slideone.cont .num span:after {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  background-color: #28956E;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .num span:after {
    margin-top: 0.6rem;
    height: 2px;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .num span:after {
    margin-top: 0.2rem;
    height: 1px;
  }
}
.introArea .slideone.cont .num b {
  display: inline-block;
  color: #28956E;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-style: italic;
  line-height: 1;
  vertical-align: middle;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .num b {
    margin-left: 1rem;
    font-size: 3.8rem;
    letter-spacing: 0.05em;
    margin-bottom: -0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .num b {
    margin-left: 0.5rem;
    font-size: 2rem;
    letter-spacing: 0.2rem;
    margin-bottom: -0.2rem;
  }
}
.introArea .slideone.cont .num.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.cont .tit {
  font-weight: bold;
  color: #FFF;
  min-height: 3.4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  transform: translateX(-40px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .tit {
    font-size: 2.4rem;
    line-height: 1.7;
    margin-top: 2rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .tit {
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 1.5rem;
  }
}
.introArea .slideone.cont .tit.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.cont .desc {
  color: #FFF;
  letter-spacing: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 5.4em;
  transform: translateX(-40px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .desc {
    font-size: 1.6rem;
    line-height: 1.8;
    margin-top: 1.5rem;
    -webkit-line-clamp: 3;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .desc {
    font-size: 1.2rem;
    inset-7vhline-height: 1.8;
    margin-top: 0.5rem;
    -webkit-line-clamp: 3;
  }
}
.introArea .slideone.cont .desc.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.cont .cmnLink01 {
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  transform: translateX(-40px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .cmnLink01 {
    margin-top: 2rem;
    width: 28rem;
    height: 6.2rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .cmnLink01 {
    margin-top: 1.5rem;
  }
}
.introArea .slideone.cont .cmnLink01:before {
  font-style: italic;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .cmnLink01:before {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .cmnLink01:before {
    padding-bottom: 0;
    margin-top: 0.5rem;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .cmnLink01 span {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .cmnLink01 span {
    font-size: 1.2rem;
  }
}
.introArea .slideone.cont .cmnLink01 svg {
  position: relative;
  margin: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .cmnLink01 svg {
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .cmnLink01 svg {
    width: 2.6rem;
    height: 0.9rem;
  }
}
.introArea .slideone.cont .cmnLink01.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.cont .phwrap {
  position: relative;
  transform: translateX(-40px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .phwrap {
    width: 34rem;
    height: 21.8rem;
    margin-top: 3rem;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .phwrap {
    width: 24rem;
    height: 16rem;
    margin-top: 1.5rem;
    margin-right: auto;
    margin-left: auto;
  }
}
.introArea .slideone.cont .phwrap.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.cont .ph {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  /* 一時的に非表示
  &.view {
  	clip-path: circle(0 at 33rem 0);
  	&.active {
  		clip-path: circle(60rem at 33rem 0);
  		transition: 1s;
  	}
  }
  */
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .ph {
    width: 34rem;
    height: 21.8rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .ph {
    width: 24rem;
    height: 16rem;
  }
}
.introArea .slideone.cont .ph.mono {
  filter: saturate(0);
}
.introArea .slideone.cont .ph.view {
  -webkit-clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.introArea .slideone.cont .ph.view.active {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  transition: 1s;
}
.introArea .slideone.cont .phcover {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 0.5;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .phcover {
    width: 34rem;
    height: 21.8rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .phcover {
    width: 24rem;
    height: 16rem;
  }
}
.introArea .slideone.cont .phbirdwrap {
  position: absolute;
  opacity: 0 !important;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .phbirdwrap {
    width: 26rem;
    height: 20rem;
    top: -10rem;
    left: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .phbirdwrap {
    width: 13rem;
    height: 10rem;
    top: -5rem;
    left: 10rem;
  }
}
.introArea .slideone.cont .phbird {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transform: scaleX(-1);
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.cont .phbird {
    width: 26rem;
    height: 20rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.cont .phbird {
    width: 13rem;
    height: 10rem;
  }
}
.introArea .slideone.cont .phbird.state_fling01, .introArea .slideone.cont .phbird.state_fling02 {
  opacity: 0;
}
.introArea .slideone.lastcont {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.introArea .slideone.lastcont .kusa {
  position: absolute;
  top: 0;
  right: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .kusa {
    width: 73.5rem;
    height: 98rem;
  }
}
@media print, screen and (max-width: 1800px) {
  .introArea .slideone.lastcont .kusa {
    right: calc(10vw - 30rem);
  }
}
@media print, screen and (max-width: 1200px) {
  .introArea .slideone.lastcont .kusa {
    right: calc(10vw - 36rem);
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.lastcont .kusa {
    width: 24rem;
    height: auto;
  }
}
.introArea .slideone.lastcont .birdwrap {
  display: none !important;
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .birdwrap {
    width: 26rem;
    height: 20rem;
    top: 25rem;
    right: 38rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.lastcont .birdwrap {
    width: 13rem;
    height: 10rem;
    top: 8rem;
    right: 11rem;
  }
}
.introArea .slideone.lastcont .bird {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transform: scaleX(-1);
}
.introArea .slideone.lastcont .bird.state_fling01, .introArea .slideone.lastcont .bird.state_fling02 {
  opacity: 0;
}
.introArea .slideone.lastcont .lastentit {
  position: relative;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  transform: translateY(20px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .lastentit {
    font-size: 6rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.lastcont .lastentit {
    font-size: 3rem;
  }
}
.introArea .slideone.lastcont .lastentit.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.lastcont .lasttit {
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .lasttit {
    font-size: 2.4rem;
    margin-top: 0;
    letter-spacing: 0.01rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.lastcont .lasttit {
    font-size: 1.4rem;
    margin-top: 0;
    letter-spacing: 0.01rem;
  }
}
.introArea .slideone.lastcont .lasttit.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.lastcont .lastdesc {
  position: relative;
  text-align: center;
  transform: translateY(20px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .lastdesc {
    font-size: 1.6rem;
    line-height: 2;
    margin-top: 2rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.lastcont .lastdesc {
    font-size: 1.2rem;
    line-height: 1.8;
    margin-top: 1rem;
    letter-spacing: 0;
  }
}
.introArea .slideone.lastcont .lastdesc.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.lastcont .lastfeature {
  position: relative;
  transform: translateY(20px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .lastfeature {
    margin-top: 4rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.lastcont .lastfeature {
    margin-top: 2rem;
    padding: 0 4rem 1rem 4rem;
  }
}
.introArea .slideone.lastcont .lastfeature span {
  display: inline-block;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .lastfeature span {
    font-size: 1.4rem;
    letter-spacing: 0.02rem;
  }
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .lastfeature span + span {
    margin-left: 1rem;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.lastcont .lastfeature span + span {
    margin-left: 0.5rem;
  }
}
.introArea .slideone.lastcont .lastfeature.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.lastcont .lastlogo {
  position: relative;
  fill: #222E2F;
  transform: translateY(20px);
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .lastlogo {
    margin-top: 1.7rem;
    width: 14.4rem;
    height: 3.1rem;
  }
}
.introArea .slideone.lastcont .lastlogo.active {
  transform: none;
  opacity: 1;
  transition: 0.6s;
}
.introArea .slideone.lastcont .scroll {
  position: absolute;
  width: 10rem;
  left: 0;
  right: 0;
  margin: auto;
  padding-bottom: 4rem;
  text-align: center;
  opacity: 0;
}
@media print, screen and (min-width: 641px) {
  .introArea .slideone.lastcont .scroll {
    bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .introArea .slideone.lastcont .scroll {
    bottom: 50px;
  }
}
.introArea .slideone.lastcont .scroll:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 2px;
  height: 3rem;
  margin: auto;
  background-color: #222E2F;
  -webkit-animation: 2s linear infinite scrollbtnanimation;
          animation: 2s linear infinite scrollbtnanimation;
}
@-webkit-keyframes scrollbtnanimation {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  30.1% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  60% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@keyframes scrollbtnanimation {
  0% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  30% {
    -webkit-clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 100%, 100% 100%, 100% 100%, 0% 100%);
  }
  30.1% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 0%, 0% 0%);
  }
  60% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  100% {
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
.introArea .slideone.lastcont .scroll.active {
  opacity: 1;
  transition: 0.6s;
}
.introArea .pager {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 1.2rem;
  display: none !important;
}
@media print, screen and (min-width: 641px) {
  .introArea .pager {
    bottom: 2vh;
  }
}
.introArea .meter {
  display: block;
  margin-bottom: 5px;
}
.introArea .pageblock {
  display: inline-block;
  width: 10px;
  height: 10px;
}
.introArea .pageblock + .pageblock {
  margin-left: 5px;
}
.introArea .pageblock span {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  transform-origin: left top;
}
.introArea .page {
  color: #000;
}
@media print, screen and (min-width: 641px) {
  .introArea .page {
    font-size: 1.2rem;
  }
}
.worksArea {
  position: relative;
  background-color: #FFF;
}
.worksArea:before {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #EFEFEF;
}
@media print, screen and (min-width: 641px) {
  .worksArea:before {
    top: 20rem;
    left: calc(50% - 60rem);
  }
}
@media screen and (max-width: 640px) {
  .worksArea:before {
    top: 10rem;
    left: 0;
  }
}
@media print, screen and (min-width: 641px) {
  .worksArea .cmnTit02 {
    position: absolute;
    top: 10rem;
    left: calc(50% - 71rem);
  }
}
@media screen and (max-width: 640px) {
  .worksArea .cmnTit02 {
    margin-left: 3.5rem;
  }
}
@media print, screen and (min-width: 641px) {
  .worksArea .cmnLayout01 {
    padding: 46rem 0 8rem;
  }
}
@media screen and (max-width: 640px) {
  .worksArea .cmnLayout01 {
    padding: 7rem 0 6rem;
  }
}
.worksArea .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 640px) {
  .worksArea .content {
    margin-top: 5rem;
  }
}
.worksArea .contentlink {
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 641px) {
  .worksArea .contentlink {
    width: calc(25% - 6px);
    height: 15vw;
    margin-top: 6px;
  }
}
@media screen and (max-width: 640px) {
  .worksArea .contentlink {
    width: calc(50% - 1.5px);
    height: 30vw;
    margin-top: 3px;
  }
}
.worksArea .contentlink.dammy {
  height: 0;
  opacity: 0;
  margin-top: 0;
}
@media screen and (max-width: 640px) {
  .worksArea .contentlink:nth-child(n+11) {
    display: none;
  }
}
.worksArea .contentlink .ph {
  transition: 1s;
}
.worksArea .contentlink .overlay {
  opacity: 0;
  transition: opacity 0.3s cubic-bezier(0.2, 0, 0.1, 1);
}
.worksArea .contentlink .worksname {
  transition: letter-spacing 0.3s cubic-bezier(0.2, 0, 0.1, 1);
}
@media print, screen and (min-width: 641px) {
  .worksArea .contentlink .worksname {
    letter-spacing: 0.4rem;
  }
}
@media screen and (max-width: 640px) {
  .worksArea .contentlink .worksname {
    letter-spacing: 0.4rem;
  }
}
.no-touchevents .worksArea .contentlink:hover .ph {
  transform: scale(1.08);
}
.no-touchevents .worksArea .contentlink:hover .overlay {
  opacity: 1;
}
@media print, screen and (min-width: 641px) {
  .no-touchevents .worksArea .contentlink:hover .worksname {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .no-touchevents .worksArea .contentlink:hover .worksname {
    letter-spacing: 0;
  }
}
.worksArea .ph {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.worksArea .overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.worksArea .overlay:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
}
.worksArea .worksname {
  position: relative;
  padding: 2rem;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .worksArea .worksname {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .worksArea .cmnLink01 {
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .worksArea .cmnLink01 {
    margin: 4rem auto 0;
  }
}

.newsArea {
  position: relative;
  background-color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .newsArea {
    padding: 17rem 0 10rem;
  }
}
.newsArea .cmnTit02 {
  position: absolute;
}
@media print, screen and (min-width: 641px) {
  .newsArea .cmnTit02 {
    top: 10rem;
    left: calc(50% - 71rem);
  }
}
@media screen and (max-width: 640px) {
  .newsArea .cmnTit02 {
    top: 6rem;
    left: 3.5rem;
    z-index: 1;
  }
}
@media print, screen and (min-width: 641px) {
  .newsArea .content {
    width: 110rem;
    padding-left: 30rem;
    box-sizing: border-box;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .content {
    padding-top: 17rem;
    padding: 25rem 3.5rem 0;
  }
}
.newsArea .contentlink {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid #222E2F;
}
@media print, screen and (min-width: 641px) {
  .newsArea .contentlink {
    padding: 2.3rem 0;
    justify-content: space-between;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .contentlink {
    flex-wrap: wrap;
    justify-content: left;
    padding: 1rem 0 1.5rem;
  }
}
.newsArea .contentlink:first-child {
  border-top: 1px solid #222E2F;
}
.newsArea .contentlink .cmnArrow01 {
  display: block;
  fill: none;
  stroke: #00D18B;
  stroke-width: 2px;
}
@media print, screen and (min-width: 641px) {
  .newsArea .contentlink .cmnArrow01 {
    width: 3rem;
    height: 0.8rem;
    margin-right: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .contentlink .cmnArrow01 {
    width: 1.8rem;
    height: 0.6rem;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
  }
}
.newsArea .contentlink .cmnArrow01 > * {
  stroke-dasharray: 36px;
  stroke-dashoffset: 0;
}
.newsArea .contentlink .date,
.newsArea .contentlink .tit {
  transition: color 0.3s;
}
@-webkit-keyframes newslinkarrowSVGMouseover {
  0% {
    stroke-dashoffset: -72px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes newslinkarrowSVGMouseover {
  0% {
    stroke-dashoffset: -72px;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.no-touchevents .newsArea .contentlink:hover .cmnArrow01 > * {
  -webkit-animation: 0.6s cubic-bezier(0.2, 0, 0.1, 1) forwards newslinkarrowSVGMouseover;
          animation: 0.6s cubic-bezier(0.2, 0, 0.1, 1) forwards newslinkarrowSVGMouseover;
}
.no-touchevents .newsArea .contentlink:hover .date,
.no-touchevents .newsArea .contentlink:hover .tit {
  color: #00D18B;
}
.newsArea .date {
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
}
@media print, screen and (min-width: 641px) {
  .newsArea .date {
    font-size: 1.4rem;
    width: 9.2rem;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .date {
    font-size: 1.2rem;
    margin-right: 1rem;
  }
}
.newsArea .cat {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  color: #FFF;
  background-color: #00D18B;
}
@media print, screen and (min-width: 641px) {
  .newsArea .cat {
    width: 12rem;
    height: 3rem;
    padding: 0 0.5rem;
    margin: 0 0.5rem;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .cat {
    padding: 0 0.5rem;
    height: 2.5rem;
    font-size: 1.1rem;
    letter-spacing: 0;
  }
}
.newsArea .cat span {
  display: -webkit-inline-box;
  -webkit-box-orient: vertical;
  text-align: left;
  overflow: hidden;
  -webkit-line-clamp: 1;
}
.newsArea .tit {
  font-weight: bold;
}
@media print, screen and (min-width: 641px) {
  .newsArea .tit {
    width: 56rem;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .tit {
    width: 100%;
    box-sizing: border-box;
    padding-right: 4rem;
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
@media print, screen and (min-width: 641px) {
  .newsArea .cmnLink01 {
    margin: 8rem auto 0;
  }
}
@media screen and (max-width: 640px) {
  .newsArea .cmnLink01 {
    margin: 4rem auto 6rem;
  }
}

@media print, screen and (min-width: 641px) {
  .companyArea {
    display: flex;
    justify-content: space-between;
    height: 46rem;
  }
}
.companyArea .phwrap {
  display: block;
  position: relative;
}
@media print, screen and (min-width: 641px) {
  .companyArea .phwrap {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 640px) {
  .companyArea .phwrap {
    overflow: hidden;
    height: 20rem;
  }
}
.companyArea .ph {
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: calc(100% + 50px);
  -o-object-fit: cover;
     object-fit: cover;
}
.companyArea .logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  fill: #FFF;
}
@media print, screen and (min-width: 641px) {
  .companyArea .logo {
    width: 36.2rem;
    height: 7.7rem;
  }
}
@media screen and (max-width: 640px) {
  .companyArea .logo {
    width: 20rem;
    height: auto;
  }
}
@media print, screen and (min-width: 641px) {
  .companyArea .logo [data-svganimation03-target] {
    stroke-width: 0.4px;
  }
}
.companyArea .linkwrap {
  background-color: #222E2F;
}
@media print, screen and (min-width: 641px) {
  .companyArea .linkwrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 50%;
  }
}
@media screen and (max-width: 640px) {
  .companyArea .linkwrap {
    padding: 3.5rem 0 5rem;
  }
}
.companyArea .tit {
  position: relative;
  color: #FFF;
  font-weight: bold;
  text-align: center;
}
@media print, screen and (min-width: 641px) {
  .companyArea .tit {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 640px) {
  .companyArea .tit {
    font-size: 1.2rem;
  }
}
.companyArea .tit:before {
  content: attr(title);
  display: block;
  font-family: "nobel", "游ゴシック", "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
  color: #FFF;
}
@media print, screen and (min-width: 641px) {
  .companyArea .tit:before {
    font-size: 3.4rem;
  }
}
@media screen and (max-width: 640px) {
  .companyArea .tit:before {
    font-size: 2.1rem;
    letter-spacing: 0.2rem;
  }
}
@media print, screen and (min-width: 641px) {
  .companyArea .cmnLink01 {
    margin-top: 9rem;
  }
}
@media screen and (max-width: 640px) {
  .companyArea .cmnLink01 {
    margin: 2rem auto 0;
  }
}

@media print, screen and (min-width: 641px) {
  .recruitArea {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 640px) {
  .recruitArea {
    padding: 6rem 0;
    background-color: #fff;
  }
}
.recruitArea .link {
  display: flex;
  background-color: #00D18B;
  transition: 0.3s;
}
@media print, screen and (min-width: 641px) {
  .recruitArea .link {
    justify-content: space-between;
    width: 100rem;
    height: 26rem;
    margin: auto;
  }
}
@media screen and (max-width: 640px) {
  .recruitArea .link {
    flex-direction: column-reverse;
    width: calc(100% - 8rem);
    margin: 0 auto;
  }
}
.no-touchevents .recruitArea .link:hover {
  opacity: 0.6;
}
.no-touchevents .recruitArea .link:hover .name {
  text-decoration: underline;
}
.recruitArea .link-02 {
  max-width: 100rem;
  height: auto;
  display: block;
  margin: 0 auto 2rem;
}
.recruitArea .link-02:hover {
  opacity: 0.6;
}
@media screen and (max-width: 640px) {
  .recruitArea .link-02 {
    padding: 0 4rem;
    box-sizing: border-box;
  }
}
.recruitArea .link-02 img {
  width: 100%;
  height: auto;
}
.recruitArea .box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media print, screen and (min-width: 641px) {
  .recruitArea .box {
    width: 58rem;
    height: 26rem;
  }
}
@media screen and (max-width: 640px) {
  .recruitArea .box {
    height: 13rem;
  }
}
.recruitArea .logo {
  fill: #FFF;
}
@media print, screen and (min-width: 641px) {
  .recruitArea .logo {
    width: 12.4rem;
    height: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .recruitArea .logo {
    width: 9.3rem;
    height: 2.1rem;
  }
}
.recruitArea .txt {
  overflow: visible;
  shape-rendering: geometricPrecision;
}
@media print, screen and (min-width: 641px) {
  .recruitArea .txt {
    margin-left: 3rem;
    margin-top: -1rem;
    width: 34.3rem;
    height: 8.9rem;
  }
}
@media screen and (max-width: 640px) {
  .recruitArea .txt {
    margin-left: 2.5rem;
    margin-top: -0.5rem;
    width: 17.15rem;
    height: 4.45rem;
  }
}
.recruitArea .line01 {
  fill: #FFF;
}
.recruitArea .line02 {
  stroke: #FFF;
  stroke-width: 1px;
  fill: transparent;
}
.recruitArea .name {
  color: #FFF;
  letter-spacing: 0;
}
@media print, screen and (min-width: 641px) {
  .recruitArea .name {
    font-size: 1.6rem;
    margin-top: 1.5rem;
  }
}
@media screen and (max-width: 640px) {
  .recruitArea .name {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}
.recruitArea .ph {
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 641px) {
  .recruitArea .ph {
    width: 42rem;
    height: 26rem;
  }
}
@media screen and (max-width: 640px) {
  .recruitArea .ph {
    width: 100%;
    height: 15rem;
    -o-object-position: center top;
       object-position: center top;
  }
}
/*# sourceMappingURL=top.css.map */
