@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

html {
  height: 100%;
}

body {
  min-height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: currentColor;
  text-decoration: none;
}

img {
  max-width: 100%;
}

ul,
ol {
  list-style-type: none;
}

body {
  color: #333;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  letter-spacing: 0.0em;
}

@media screen and (min-width: 1000px), print {
  body {
    min-width: 1100px;
  }
}

#wrap {
  overflow: hidden;
  position: relative;
}

.l-header {
  width: 100%;
}

@media screen and (max-width: 999px) {
  .l-header {
    height: 70px;
    width: 100%;
    background: #fff;
    z-index: 91;
    position: fixed;
    top: 0;
    left: 0;
    height: 60px;
    background: #fff;
  }
  .l-header__logo {
    width: 200px;
    position: relative;
    left: 10px;
    top: 5px;
  }
}

@media screen and (min-width: 1000px), print {
  .l-header {
    border-top: 5px solid #26ab70;
    height: 180px;
    z-index: 100;
    position: fixed;
    background: #fff;
    transition: 0.4s linear;
  }
  .l-header__logo {
    position: absolute;
    top: 37px;
    left: 60px;
    transition: all .5s;
  }
  .l-header__logo img {
    transition: all .5s;
    width: 442px;
  }
  .l-header-nav {
    z-index: 2;
  }
  .l-header-navlist {
    max-width: 640px;
    float: right;
    margin: 0 60px 0 0;
    justify-content: space-between;
    height: 180px;
    overflow: hidden;
  }
  .l-header-navlist__link {
    display: inline-block;
    float: left;
  }
  .l-header-navlist__link a {
    display: inline-block;
    padding: 0px 15px;
    line-height: 130px;
    transition: 0.4s linear;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 700;
    position: relative;
  }
  .l-header-navlist__link a span {
    position: relative;
    padding: 0 0px;
    font-size: 16px;
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header-navlist__link a span:after {
    position: absolute;
    bottom: -46px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 30px;
    background-color: #26ab70;
    content: '';
    transform: scaleY(0);
    transform-origin: top;
    z-index: 1;
    transition: transform 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .l-header-navlist__link a:hover span, .l-header-navlist__link a.act span {
    color: #26ab70;
  }
  .l-header-navlist__link a:hover span:after, .l-header-navlist__link a.act span:after {
    transform: scaleY(1);
  }
  .l-header-navlist__link:last-child a {
    padding: 0 0 0 15px;
  }
  .l-header.on {
    height: 120px;
  }
  .l-header.on .l-header__logo {
    top: 22px;
  }
  .l-header.on .l-header__logo img {
    width: 360px;
  }
  .l-header.on .l-header-navlist__link a {
    line-height: 120px;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1200px) {
  .l-header__logo {
    left: 20px;
  }
  .l-header-navlist {
    margin: 0 20px 0 0;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1100px) {
  .l-header__logo img {
    width: 360px;
  }
}

.l-footer {
  width: 100%;
  position: relative;
}

.l-footer a {
  transition: .5s;
}

.l-footer a:hover {
  opacity: 0.7;
}

.l-footer__credit {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

.l-footer__credit span {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
}

.l-footer__sns img {
  width: 50px;
}

@media screen and (max-width: 999px) {
  .l-footer {
    padding: 32px 20px 15px;
    min-height: 200px;
    background: url(/assets/img/common/bg_footer.png) center center;
    background-size: cover;
  }
  .l-footer__credit {
    text-align: center;
    position: absolute;
    bottom: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: normal;
  }
  .l-footer__credit span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
  }
  .l-footer__sns {
    display: block;
    position: relative;
    width: 250px;
  }
  .l-footer__sns b {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    line-height: 50px;
  }
  .l-footer__sns ul {
    display: flex;
    justify-content: space-between;
    width: 110px;
    line-height: 1;
    margin: 0 0 0 0px;
  }
  .l-footer__btn {
    position: absolute;
    top: 55px;
    right: 0px;
    display: block;
  }
  .l-footer__btn:after {
    content: "";
    display: block;
    height: 35px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: -60px;
    left: 30px;
  }
  .l-footer__btn:before {
    content: "";
    display: block;
    height: 160px;
    width: 45px;
    position: absolute;
    top: -95px;
    left: 10px;
    z-index: 0;
  }
  .l-footer__btn span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    transform: rotate(90deg);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 1000px), print {
  .l-footer {
    height: 300px;
    background: url(/assets/img/common/bg_footer.png) center center;
    background-size: cover;
    padding: 60px;
  }
  .l-footer__credit {
    position: absolute;
    bottom: 45px;
    left: 60px;
  }
  .l-footer__btn {
    position: absolute;
    top: 95px;
    right: 30px;
    display: block;
  }
  .l-footer__btn:after {
    content: "";
    display: block;
    height: 70px;
    width: 2px;
    background: #fff;
    position: absolute;
    top: -100px;
    left: 30px;
  }
  .l-footer__btn:before {
    content: "";
    display: block;
    height: 160px;
    width: 45px;
    position: absolute;
    top: -95px;
    left: 10px;
    z-index: 0;
  }
  .l-footer__btn span {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    display: inline-block;
    transform: rotate(90deg);
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
  }
  .l-footer__sns {
    display: block;
    position: absolute;
    bottom: 35px;
    right: 60px;
    width: 250px;
    display: flex;
    justify-content: flex-end;
  }
  .l-footer__sns b {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    color: #fff;
    line-height: 50px;
  }
  .l-footer__sns ul {
    display: flex;
    justify-content: space-between;
    width: 110px;
    line-height: 1;
    margin: 0 0 0 20px;
  }
  .l-footer__inner {
    max-width: 1400px;
    padding: 80px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
  }
  .l-footer__copy {
    display: inline-block;
  }
}

body.locked {
  position: fixed;
}

@media screen and (max-width: 999px) {
  #content.kaso {
    margin: 60px 0 0;
  }
}

@media screen and (min-width: 1000px), print {
  #content.kaso {
    margin: 185px 0 0;
  }
}

.p-toggle-overlay-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 60px;
  width: 60px;
  background: #fff;
  z-index: 91;
  position: fixed;
  top: 0;
  right: 0px;
}

.p-toggle-overlay-menu span {
  display: block;
  height: 2px;
  width: 24px;
  background: #111;
  transition: transform .5s ease-out;
}

.p-toggle-overlay-menu span + span {
  margin-top: 8px;
}

.p-toggle-overlay-menu.isOpened span {
  width: 24px;
  transform: rotate(-45deg) translateY(5px) translateX(-4px);
}

.p-toggle-overlay-menu.isOpened span + span {
  transform: rotate(45deg) translateY(-3px) translateX(-2px);
}

.p-overlay-menu {
  height: 100%;
  width: 100%;
  background: #e5f5ee;
  z-index: 1000;
  position: fixed;
  top: 60px;
  left: 0;
  padding: 40px 20px;
  text-align: center;
}

.p-overlay-menu__list a {
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 2.3;
  display: block;
  padding: 18px 0;
  color: #26ab70;
}

.p-overlay-menu__inner {
  padding: 0px;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.u-tit01 {
  position: relative;
  text-align: center;
}

.u-tit01__en {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: #a8ddc6;
  position: relative;
}

.u-tit01__en--col {
  color: #92d5b7;
}

.u-tit01__jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  display: block;
  color: #26ab70;
  line-height: 1.4;
}

.u-tit01__jp--white {
  color: #fff;
}

@media screen and (max-width: 999px) {
  .u-tit01__en {
    font-size: 30px;
  }
  .u-tit01__jp {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1000px), print {
  .u-tit01__en {
    font-size: 90px;
  }
  .u-tit01__jp {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}

.u-btn {
  position: relative;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 50px;
  border: solid 1px #fff;
  color: #fff;
  transition: .3s;
}

.u-btn:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 2px;
  top: 50%;
  background: #fff;
  display: block;
  right: 0;
  margin: -1px 0 0;
  transition: .3s;
}

.u-btn--col1 {
  border: solid 1px #26ab70;
  color: #26ab70;
}

.u-btn--col1:after {
  background: #26ab70;
}

@media screen and (max-width: 999px) {
  .u-btn {
    width: 300px;
    display: block;
    font-size: 13px;
    line-height: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .u-btn {
    width: 208px;
    display: block;
  }
  .u-btn:hover {
    background: #fff;
    color: #26ab70;
  }
  .u-btn:hover:after {
    content: "";
    display: block;
    background: #26ab70;
  }
  .u-btn--col1:hover {
    background: #26ab70;
    color: #fff;
  }
  .u-btn--col1:hover:after {
    content: "";
    display: block;
    background: #fff;
  }
}

.p-breadcrumbs {
  padding: 5px 0 0;
}

.p-breadcrumbs__list {
  display: flex;
  justify-content: flex-end;
}

.p-breadcrumbs__list li {
  display: inline-block;
  padding: 0 0 0 10px;
}

.p-breadcrumbs__list li span {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 14px;
  text-decoration: underline;
  position: relative;
}

.p-breadcrumbs__list li span:after {
  content: ">";
  display: inline-block;
  padding: 0 0 0 10px;
}

.p-breadcrumbs__list li:last-child span {
  color: #26ab70;
  text-decoration: none;
}

.p-breadcrumbs__list li:last-child span:after {
  content: "";
  display: none;
}

@media screen and (max-width: 999px) {
  .p-breadcrumbs__list li span {
    font-size: 11px;
  }
}

@media screen and (min-width: 1000px), print {
  .p-breadcrumbs {
    padding: 20px 0 0;
  }
}

.p-head {
  position: relative;
  text-align: center;
  background: #e9f6f0;
}

.p-head-tit__en {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  color: #a8ddc6;
  position: relative;
  line-height: 1;
  top: -4px;
}

.p-head-tit__en--col {
  color: #92d5b7;
}

.p-head-tit__jp {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  display: inline-block;
  color: #26ab70;
  line-height: 1;
}

.p-head-tit__jp--white {
  color: #fff;
}

@media screen and (max-width: 999px) {
  .p-head {
    padding: 0 20px;
  }
  .p-head-tit {
    display: block;
    position: relative;
    top: 20px;
  }
  .p-head-tit__en {
    font-size: 40px;
  }
  .p-head-tit__jp {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}

@media screen and (min-width: 1000px), print {
  .p-head {
    height: 240px;
  }
  .p-head__inner {
    padding: 0 60px;
    position: relative;
  }
  .p-head-tit {
    display: block;
    position: relative;
    top: 90px;
  }
  .p-head-tit__en {
    font-size: 90px;
    line-height: 1.45;
  }
  .p-head-tit__jp {
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}

.p-content_box {
  opacity: 0;
  transition: 1s;
  transition-delay: 0.8s;
}

.p-content_box.in {
  opacity: 1;
}

.p-topmask {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 1000;
}

.p-mv {
  background: #e5f5ee;
  position: relative;
}

.p-mv img {
  display: block;
}

.p-mv__copy h1 {
  /*
			transition: 1s;
			transition-delay:1.2s;
			*/
  transition: 1s;
  transition-delay: .2s;
  /*
			opacity : 0;
			transform : translate(5%, 0%);
			*/
  margin: 0 0 3.125vw;
}

.p-mv__copy h1 span {
  padding: 0;
  margin: 0;
}

.p-mv__copy h1 span > span {
  background: #26ab70;
  display: inline-block;
  padding: 5px 20px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.563vw;
  line-height: 1.5;
  color: #fff;
}

.p-mv__copy p {
  font-size: 150px;
  font-size: 7.813vw;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 0.85;
  color: #fff;
}

@media screen and (max-width: 999px) {
  .p-mv {
    margin: 60px 0 0;
    height: calc(100vh - 225px);
  }
  .p-mv__photo {
    position: relative;
    overflow: hidden;
    width: 83%;
    height: 100%;
  }
  .p-mv__photo01 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/top/mv_top_01_sp.jpg) center center;
    background-size: cover;
  }
  .p-mv__copy {
    position: absolute;
    bottom: 40%;
    text-align: right;
    right: 20px;
  }
  .p-mv__copy h1 {
    margin: 0 0 3.125vw;
  }
  .p-mv__copy h1 span {
    padding: 0;
    margin: 0;
    display: inline-block;
    font-size: 16px;
    line-height: 1;
    margin: 0;
  }
  .p-mv__copy h1 span > span {
    font-size: 16px;
    margin: 0;
  }
  .p-mv p {
    font-size: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .p-mv {
    margin: 185px 0 0;
    height: calc(100vh - 225px);
    min-height: 500px;
  }
  .p-mv__copy {
    position: absolute;
    right: 60px;
    bottom: -30px;
    text-align: right;
  }
  .p-mv__copy h1 {
    margin: 0 0 20px;
  }
  .p-mv__photo {
    position: relative;
    overflow: hidden;
    width: 83%;
    height: calc(100vh - 225px);
    min-height: 500px;
  }
  .p-mv__photo01 {
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/top/mv_top_01.jpg) center left;
    background-size: cover;
  }
}

.p-mv p span {
  opacity: 0;
  transition: 1.5s;
  color: #fff;
  display: inline-block;
  padding: 0px;
  transform: scale(1.5) translate3d(140px, 10px, 0) skewX(60deg) rotateX(-80deg);
}

.p-mv p:nth-of-type(1) span:nth-of-type(1) {
  transition: transform 2.3s 0.1s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.1s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(2) {
  transition: transform 2.3s 0.2s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.2s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(3) {
  transition: transform 2.3s 0.3s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.3s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(4) {
  transition: transform 2.3s 0.4s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.4s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(5) {
  transition: transform 2.3s 0.5s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.5s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(6) {
  transition: transform 2.3s 0.6s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.6s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(7) {
  transition: transform 2.3s 0.7s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.7s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(8) {
  transition: transform 2.3s 0.8s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.8s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(9) {
  transition: transform 2.3s 0.9s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 0.9s;
}

.p-mv p:nth-of-type(1) span:nth-of-type(10) {
  transition: transform 2.3s 1s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 1s;
}

.p-mv p:nth-of-type(2) span:nth-of-type(1) {
  transition: transform 2.3s 1.1s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 1.1s;
}

.p-mv p:nth-of-type(2) span:nth-of-type(2) {
  transition: transform 2.3s 1.2s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 1.2s;
}

.p-mv p:nth-of-type(2) span:nth-of-type(3) {
  transition: transform 2.3s 1.3s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 1.3s;
}

.p-mv p:nth-of-type(2) span:nth-of-type(4) {
  transition: transform 2.3s 1.4s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 1.4s;
}

.p-mv p:nth-of-type(2) span:nth-of-type(5) {
  transition: transform 2.3s 1.5s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 1.5s;
}

.p-mv p:nth-of-type(2) span:nth-of-type(6) {
  transition: transform 2.3s 1.6s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 1.6s;
}

.p-mv p:nth-of-type(2) span:nth-of-type(7) {
  transition: transform 2.3s 1.7s cubic-bezier(0.08, 0.92, 0.35, 1), opacity 1.25s 1.7s;
}

.in1 .p-mv__copy h1 {
  opacity: 1;
  transform: translate(0%, 0%);
}

.in1 .p-mv p span {
  opacity: 1;
  padding: 0;
  transform: scale(1) translate3d(0, 0, 0) skewX(0deg) rotateX(0deg);
}

@-webkit-keyframes anim_sc {
  0% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes anim_sc {
  0% {
    transform: scale(1.05, 1.05);
  }
  100% {
    transform: scale(1, 1);
  }
}

.in1 .p-mv__photo01 {
  -webkit-animation-name: anim_sc;
  animation-name: anim_sc;
  -webkit-animation-duration: 3.0s;
  animation-duration: 3.0s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.p-top01 {
  background: #e5f5ee;
}

.p-top01 .u-btn {
  margin: 50px 0 0;
}

.p-top01 .u-tit01 {
  display: inline-block;
}

@media screen and (max-width: 999px) {
  .p-top01 {
    padding: 60px 0 40px;
    text-align: center;
  }
  .p-top01 .u-btn {
    margin: 30px auto 0;
  }
  .p-top01__txt {
    margin: 20px 0 0;
    font-size: 14px;
    color: #26ab70;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1000px), print {
  .p-top01 {
    padding: 130px 0 130px;
    height: 640px;
    text-align: left;
  }
  .p-top01 .u-tit01 {
    text-align: left;
  }
  .p-top01__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .p-top01__txt {
    font-size: 22px;
    color: #26ab70;
    line-height: 2;
    display: block;
    position: absolute;
    width: 485px;
    top: 10px;
    right: 0;
  }
}

.p-top02 {
  background: url(../img/top/bg_line.png) center center;
  text-align: center;
}

.p-top02 .u-tit01__jp {
  display: inline-block;
}

@media screen and (max-width: 999px) {
  .p-top02 {
    padding: 50px 15px 40px;
  }
  .p-top02-item {
    margin: 30px 0 0;
    position: relative;
  }
  .p-top02-item__box {
    width: 100%;
    background: #26ab70;
    padding: 20px 20px;
    position: relative;
    text-align: left;
    z-index: 2;
  }
  .p-top02-item__box--col1 {
    padding: 20px 20px;
  }
  .p-top02-item__box--col2 {
    background: #85c65b;
  }
  .p-top02-item__box--col3 {
    background: #b7d450;
  }
  .p-top02-item__photo {
    display: block;
    z-index: 1;
  }
  .p-top02-item__photo img {
    display: block;
  }
  .p-top02-item__tit {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: block;
    padding: 10px 0 10px 20px;
    position: relative;
  }
  .p-top02-item__tit:after {
    content: "";
    display: block;
    position: absolute;
    height: 60px;
    left: 0;
    top: 50%;
    width: 2px;
    background: #e5e645;
    transform: translate(0%, -50%);
  }
  .p-top02-item__txt {
    display: block;
    margin: 10px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    line-height: 1.8;
  }
  .p-top02-item__txt--type1 {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1000px), print {
  .p-top02 {
    padding: 130px 0 150px;
  }
  .p-top02__list {
    width: 1080px;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }
  .p-top02-item {
    margin: 150px 0 0;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .p-top02-item--type2 {
    justify-content: flex-start;
  }
  .p-top02-item__box {
    width: 600px;
    background: #26ab70;
    padding: 50px 60px;
    position: relative;
    z-index: 2;
  }
  .p-top02-item__box--col1 {
    padding: 60px 60px;
  }
  .p-top02-item__box--col2 {
    background: #85c65b;
  }
  .p-top02-item__box--col3 {
    background: #b7d450;
  }
  .p-top02-item__photo {
    position: absolute;
    display: block;
    z-index: 1;
  }
  .p-top02-item__photo--type1 {
    top: -90px;
    left: -360px;
  }
  .p-top02-item__photo--type2 {
    top: -90px;
    right: -360px;
  }
  .p-top02-item__tit {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    display: block;
    padding: 10px 0 10px 30px;
    position: relative;
  }
  .p-top02-item__tit:after {
    content: "";
    display: block;
    position: absolute;
    height: 60px;
    left: 0;
    top: 50%;
    width: 2px;
    background: #e5e645;
    transform: translate(0%, -50%);
  }
  .p-top02-item__txt {
    display: block;
    margin: 10px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
    line-height: 1.8;
  }
  .p-top02-item__txt--type1 {
    margin: 20px 0 0;
  }
  .p-top02-item {
    min-height: 300px;
  }
}

.p-top03 {
  background: #26ab70;
  text-align: center;
}

.p-top03__txt {
  font-size: 22px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  color: #fff;
  display: block;
  margin: 45px 0;
}

.p-top03 .u-tit01__jp {
  display: inline-block;
}

@media screen and (max-width: 999px) {
  .p-top03 {
    background: url(../img/top/bg_top_01.png) center center;
    background-size: cover;
    padding: 40px 0 40px;
  }
  .p-top03__txt {
    font-size: 16px;
    margin: 20px 0;
  }
  .p-top03 .u-btn {
    margin: 0 auto;
  }
}

@media screen and (min-width: 1000px), print {
  .p-top03 {
    background: url(../img/top/bg_top_01.png) center center;
    padding: 65px 0 90px;
  }
  .p-top03 .u-btn {
    margin: 55px auto 0;
  }
}

.p-top04 .u-tit01__jp {
  display: inline-block;
}

.p-top04-item {
  display: block;
  position: relative;
  padding: 23px 0;
  border-top: solid 1px #bde6d4;
  border-bottom: solid 1px #bde6d4;
  margin: 10px 0 0;
}

.p-top04-item__txt {
  position: relative;
  padding: 0 0 0 160px;
  font-size: 18px;
  line-height: 1.8;
}

.p-top04-item__date {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 16px;
  color: #26ab70;
  position: absolute;
  left: 30px;
  line-height: 2;
  padding: 2px 0 0;
  letter-spacing: -0.02em;
}

.p-top04-item a {
  transition: .3s;
  display: block;
}

.p-top04-item a:hover .p-top04-item__txt {
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .p-top04 {
    margin: 50px 0 50px;
    padding: 0 20px;
  }
  .p-top04__listwrap {
    margin: 30px auto;
  }
  .p-top04-item {
    padding: 20px 0;
  }
  .p-top04-item__txt {
    padding: 0 0 0 90px;
    font-size: 14px;
  }
  .p-top04-item__date {
    font-size: 13px;
    left: 10px;
    padding: 0;
  }
}

@media screen and (min-width: 1000px), print {
  .p-top04 {
    margin: 130px 0 150px;
  }
  .p-top04__listwrap {
    width: 1080px;
    margin: 50px auto;
  }
}

@media screen and (max-width: 999px) {
  .p-solutions01 {
    padding: 30px 15px 40px;
  }
  .p-solutions01-item {
    margin: 25px 0 0;
    position: relative;
  }
  .p-solutions01-item__tit {
    width: 100%;
    background: #26ab70;
    padding: 20px 20px 20px 40px;
    position: relative;
    text-align: left;
    z-index: 2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
    position: relative;
    min-height: 70px;
  }
  .p-solutions01-item__tit--col1 {
    padding: 20px 20px;
  }
  .p-solutions01-item__tit--col2 {
    background: #85c65b;
  }
  .p-solutions01-item__tit--col3 {
    background: #b7d450;
  }
  .p-solutions01-item__tit:after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    left: 20px;
    top: 50%;
    width: 2px;
    background: #e5e645;
    transform: translate(0%, -50%);
  }
  .p-solutions01-item__photo {
    display: block;
    z-index: 1;
  }
  .p-solutions01-item__photo img {
    display: block;
  }
  .p-solutions01-item__txt {
    display: block;
    margin: 15px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.8;
  }
}

@media screen and (min-width: 1000px), print {
  .p-solutions01 {
    padding: 40px 0 150px;
  }
  .p-solutions01__list {
    width: 1080px;
    margin: 0 auto;
    text-align: left;
    position: relative;
  }
  .p-solutions01-item {
    margin: 110px 0 0;
    position: relative;
    display: block;
    width: 600px;
  }
  .p-solutions01-item__tit {
    width: 600px;
    height: 180px;
    background: #26ab70;
    padding: 50px 90px;
    position: relative;
    display: flex;
    z-index: 2;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    display: flex;
    z-index: 2;
    flex-direction: column;
    justify-content: center;
  }
  .p-solutions01-item__tit:after {
    content: "";
    display: block;
    position: absolute;
    height: 60px;
    left: 60px;
    top: 50%;
    width: 2px;
    background: #e5e645;
    transform: translate(0%, -50%);
  }
  .p-solutions01-item__tit--col1 {
    padding: 60px 60px;
  }
  .p-solutions01-item__tit--col2 {
    background: #85c65b;
  }
  .p-solutions01-item__tit--col3 {
    background: #b7d450;
  }
  .p-solutions01-item__photo {
    position: absolute;
    display: block;
    z-index: 1;
    top: 30px;
    right: -840px;
  }
  .p-solutions01-item__txt {
    display: block;
    width: 500px;
    margin: 50px 0 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
  }
  .p-solutions01-item__txt--type1 {
    margin: 20px 0 0;
  }
  .p-solutions01-item {
    min-height: 300px;
  }
}

.p-solutions02__tit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 2;
  color: #26ab70;
  padding: 0 0 20px;
  border-bottom: 1px solid #bde6d4;
  position: relative;
}

.p-solutions02__tit:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #26ab70;
}

.p-solutions02__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin: 45px 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .p-solutions02 {
    padding: 50px 15px 40px;
  }
  .p-solutions02__photo {
    margin: 0 -15px;
  }
  .p-solutions02__tit {
    margin: 15px 0 0;
    font-size: 16px;
  }
  .p-solutions02__txt {
    font-size: 13px;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1000px), print {
  .p-solutions02 {
    padding: 80px 0 150px;
  }
  .p-solutions02__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: flex-end;
  }
  .p-solutions02__photo {
    display: block;
    position: absolute;
    left: -360px;
    top: -80px;
  }
  .p-solutions02__box {
    position: relative;
    width: 600px;
    padding: 60px 0 60px 60px;
    background: #fff;
  }
}

.p-partner01__tit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 2;
  color: #26ab70;
  padding: 0 0 20px;
  border-bottom: 1px solid #bde6d4;
  position: relative;
}

.p-partner01__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin: 45px 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .p-partner01 {
    padding: 20px 15px 40px;
  }
  .p-partner01__photo {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  .p-partner01__tit {
    margin: 15px 0 0;
    font-size: 16px;
  }
  .p-partner01__txt {
    font-size: 13px;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1000px), print {
  .p-partner01 {
    padding: 100px 0 150px;
  }
  .p-partner01__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .p-partner01__photo {
    display: block;
    text-align: center;
    margin: 50px 0;
  }
  .p-partner01__txt {
    font-size: 20px;
  }
}

.p-partner02__tit {
  line-height: 1.2;
  color: #26ab70;
  position: relative;
  text-align: center;
}

.p-partner02__tit--jp {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 700;
  display: inline-block;
  color: #26ab70;
  font-size: 30px;
  line-height: 1.6;
  margin: 15px 0 0;
}

.p-partner02__tit--en {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  display: inline-block;
  color: #92d5b7;
  font-size: 22px;
}

.p-partner02__name {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  display: block;
  text-align: center;
  margin: 10px 0 0;
  line-height: 1.3;
  color: #666666;
}

.p-partner02__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .p-partner02 {
    padding: 30px 15px 40px;
  }
  .p-partner02__inner {
    position: relative;
  }
  .p-partner02__inner:after {
    content: "";
    background: #e9f6f0;
    display: block;
    position: absolute;
    height: 360px;
    width: 300px;
    right: -150px;
    top: -50px;
    z-index: -1;
  }
  .p-partner02__photo {
    display: block;
    margin: 15px 0 0;
  }
  .p-partner02__tit {
    margin: 15px 0 0;
  }
  .p-partner02__tit--jp {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .p-partner02__tit--en {
    font-size: 18px;
  }
  .p-partner02__txt {
    font-size: 13px;
    margin: 20px 0 0;
  }
  .p-partner02__name {
    font-size: 13px;
    margin: 10px 0 0;
  }
}

@media screen and (min-width: 1000px), print {
  .p-partner02 {
    padding: 70px 0 150px;
  }
  .p-partner02__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .p-partner02__inner:after {
    content: "";
    background: #e9f6f0;
    display: block;
    position: absolute;
    height: 1000px;
    width: 1000px;
    right: -550px;
    top: -110px;
    z-index: -1;
  }
  .p-partner02__box {
    margin: 55px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .p-partner02__photo {
    order: 2;
    width: 540px;
  }
  .p-partner02__txt {
    width: 460px;
    order: 1;
  }
}

.p-cases01-item {
  margin: 25px 0 0;
  position: relative;
}

.p-cases01-item__tit {
  width: 100%;
  background: #26ab70;
  padding: 20px 20px 20px 30px;
  position: relative;
  text-align: left;
  z-index: 2;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #fff;
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  position: relative;
  min-height: 70px;
}

.p-cases01-item__tit--col2 {
  background: #85c65b;
}

.p-cases01-item__tit--col3 {
  background: #b7d450;
}

.p-cases01-item__tit:after {
  content: "";
  display: block;
  position: absolute;
  height: 50px;
  left: 15px;
  top: 50%;
  width: 2px;
  background: #e5e645;
  transform: translate(0%, -50%);
}

.p-cases01-item__photo {
  display: block;
  z-index: 1;
}

.p-cases01-item__photo img {
  display: block;
}

.p-cases01-item__txt {
  display: block;
  margin: 15px 0 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.8;
}

.p-cases01-item__name {
  background: #f3f3f3;
  color: #666666;
  font-size: 18px;
  display: inline-block;
  padding: 8px 35px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
}

.p-cases01-item__tit2 {
  display: block;
  margin: 25px 0 55px;
  padding: 0 0 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 30px;
  color: #26ab70;
  border-bottom: solid 1px #bde6d4;
  position: relative;
}

.p-cases01-item__tit2:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  background: #26ab70;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (max-width: 999px) {
  .p-cases01 {
    padding: 10px 15px 60px;
  }
  .p-cases01-item {
    margin: 40px 0 0;
  }
  .p-cases01-item__name {
    font-size: 14px;
    padding: 8px 10px;
  }
  .p-cases01-item__photo {
    width: 70%;
    display: block;
    margin: 20px auto;
  }
  .p-cases01-item__tit {
    padding: 10px 10px 10px 30px;
    min-height: 66px;
  }
  .p-cases01-item__tit2 {
    font-size: 18px;
    padding: 0 0 20px;
    margin: 25px 0 20px;
  }
  .p-cases01-item__txt {
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1000px), print {
  .p-cases01 {
    padding: 30px 0 150px;
  }
  .p-cases01__inner {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .p-cases01-item {
    margin: 120px 0 0;
  }
  .p-cases01-item__tit {
    padding: 20px 20px 20px 90px;
    font-size: 22px;
    min-height: 120px;
  }
  .p-cases01-item__tit:after {
    content: "";
    display: block;
    position: absolute;
    height: 50px;
    left: 60px;
    top: 50%;
    width: 2px;
    background: #e5e645;
    transform: translate(0%, -50%);
  }
  .p-cases01-item__txt {
    font-size: 16px;
  }
  .p-cases01-item__box {
    margin: 60px 0 0;
    display: flex;
    justify-content: space-between;
  }
  .p-cases01-item__photo {
    order: 2;
    width: 300px;
  }
  .p-cases01-item__boxin {
    order: 1;
    width: 692px;
  }
}

.p-about01__tit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 2;
  color: #000000;
  position: relative;
}

.p-about01-item {
  margin: 40px 0 0;
}

.p-about01-item__tit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 22px;
  line-height: 2;
  color: #26ab70;
  padding: 0 0 20px;
  border-bottom: 1px solid #bde6d4;
  position: relative;
}

.p-about01-item__tit:after {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #26ab70;
}

.p-about01-item__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  display: block;
  margin: 50px 0 0;
  line-height: 1.8;
}

.p-about01-item .u-btn {
  margin: 50px 0 0;
}

.p-about01-item + .p-about01-item {
  margin: 100px 0 0;
}

@media screen and (max-width: 999px) {
  .p-about01 {
    padding: 0px 0px 0px;
  }
  .p-about01__inner {
    padding: 20px 15px 20px 15px;
    position: relative;
  }
  .p-about01-item {
    margin: 10px 0 0;
  }
  .p-about01-item__tit {
    font-size: 16px;
    padding: 0 0 10px;
  }
  .p-about01-item__txt {
    margin: 15px 0 0;
    font-size: 13px;
  }
  .p-about01-item__photo {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  .p-about01-item + .p-about01-item {
    margin: 40px 0 0;
  }
  .p-about01__tit {
    font-size: 20px;
    margin: 20px 0 0;
    text-align: center;
    /*
			writing-mode: vertical-rl;
			position : absolute;
			top : 64px;
			left : 8px;
			*/
  }
  .p-about01__txt {
    font-size: 13px;
    margin: 20px 0 0;
  }
  .p-about01 .u-btn {
    margin: 25px 0 0;
    width: 100%;
  }
}

@media screen and (min-width: 1000px), print {
  .p-about01 {
    padding: 100px 0 50px;
  }
  .p-about01__tit {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    position: absolute;
    top: 0px;
    left: 0px;
  }
  .p-about01-box.w520 {
    width: 510px;
  }
  .p-about01-item {
    display: flex;
    justify-content: space-between;
  }
  .p-about01-item__photo {
    width: 450px;
  }
  .p-about01__inner {
    width: 1080px;
    padding: 0 0 0 120px;
    margin: 0 auto;
    position: relative;
  }
  .p-about01__txt {
    font-size: 20px;
  }
}

.p-about02__tit {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 2;
  color: #000000;
  position: relative;
}

.p-about02__tit2 {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 18px;
  line-height: 2;
  color: #000000;
  position: relative;
  display: block;
  text-align: right;
  padding: 0 40px 0 0;
}

.p-about02__tit2:after {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  height: 2px;
  width: 30px;
  top: 50%;
  right: 0;
  margin: -1px 0 0;
}

.p-about02 table {
  text-align: left;
  width: 100%;
  margin: 65px 0 0;
  border-spacing: 0px;
}

.p-about02 table th, .p-about02 table td {
  padding: 22px 0;
}

.p-about02 table th {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.8;
  color: #26ab70;
  width: 154px;
  border-bottom: #333333 solid 1px;
  vertical-align: top;
}

.p-about02 table td {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.8;
  border-bottom: #333333 solid 1px;
}

@media screen and (max-width: 999px) {
  .p-about02 {
    padding: 20px 15px 60px;
  }
  .p-about02__photo {
    display: block;
    text-align: center;
    margin: 20px 0;
  }
  .p-about02__tit {
    font-size: 20px;
    margin: 20px 0 0;
    text-align: center;
  }
  .p-about02__tit2 {
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    padding: 0;
  }
  .p-about02__tit2:after {
    content: "";
    display: none;
  }
  .p-about02 table {
    margin: 20px 0 0;
  }
  .p-about02 table th, .p-about02 table td {
    padding: 15px 0;
  }
  .p-about02 table th {
    width: 80px;
    font-size: 13px;
  }
  .p-about02 table td {
    font-size: 13px;
  }
}

@media screen and (min-width: 1000px), print {
  .p-about02 {
    margin: 100px 0 150px;
  }
  .p-about02__tit {
    -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
    position: absolute;
    top: 85px;
    right: -130px;
  }
  .p-about02__inner {
    background: #f3f3f3;
    width: 840px;
    margin: 0 auto;
    padding: 80px 0 150px;
    position: relative;
  }
  .p-about02__inner:after {
    content: "";
    display: block;
    position: absolute;
    background: #f3f3f3;
    top: 0;
    left: -50%;
    margin: 0 0 0 -530px;
    width: 2000px;
    height: 100%;
    z-index: -1;
  }
  .p-about02__txt {
    font-size: 20px;
  }
}

.p-contact01__txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 22px;
  display: block;
  margin: 45px 0 0;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .p-contact01 {
    padding: 40px 15px 40px;
    min-height: 160px;
    text-align: center;
  }
  .p-contact01__txt {
    font-size: 18px;
    margin: 20px 0 0;
  }
}

@media screen and (min-width: 1000px), print {
  .p-contact01 {
    padding: 100px 15px 80px;
    min-height: 300px;
    text-align: center;
  }
}

.u-link {
  display: block;
  text-align: right;
  font-size: 16px;
  color: #0b88b6;
  margin: 20px 0 0;
}

.u-link:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: url(../img/common/ico_arrow.png) center center;
  position: relative;
  top: -3px;
  left: -5px;
}

.u-link span {
  text-decoration: underline;
}

@media screen and (max-width: 999px) {
  .u-link {
    font-size: 13px;
  }
}

.bgLRextendTrigger, .bgappearTrigger, .fadeUpTrigger, .flipLeftTrigger {
  opacity: 0;
}

.bgextend {
  -webkit-animation-name: bgextendAnimeBase;
          animation-name: bgextendAnimeBase;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  position: relative;
  overflow: hidden;
  opacity: 0;
}

@-webkit-keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes bgextendAnimeBase {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/*中の要素*/
.bgappear {
  -webkit-animation-name: bgextendAnimeSecond;
          animation-name: bgextendAnimeSecond;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

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

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

.bgLRextend::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #a8ddc6;
}

.bgLRextend.mv::before {
  -webkit-animation-name: bgLRextendAnime;
          animation-name: bgLRextendAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #26ab70;
}

@-webkit-keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

@keyframes bgLRextendAnime {
  0% {
    transform-origin: left;
    transform: scaleX(0);
  }
  50% {
    transform-origin: left;
    transform: scaleX(1);
  }
  50.001% {
    transform-origin: right;
  }
  100% {
    transform-origin: right;
    transform: scaleX(0);
  }
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
          animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.scrollgress {
  z-index: 99;
}

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

@media screen and (min-width: 1000px), print {
  .u-sm-only {
    display: none !important;
  }
}

