@charset "utf-8";
#top {
  padding-top: 140px;
}
.mv_photo {
  position: relative;
}
.mv_photo::before {
  content: "";
  position: absolute;
  left: -100px;
  top: -140px;
  width: 600px;
  height: 600px;
  background: url(../img/top/top_left.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.mv_photo::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -180px;
  width: 470px;
  height: 470px;
  background: url(../common/img/bg_circle.png) no-repeat;
  background-size: contain;
  z-index: -1;
}
.top_mv {
	position: relative;
}
.mv_photo .slick-slide img {
  width: 100%;
  height:auto;
  display:block;
}
.mv_txtlist {
  width: 35%;
  text-align: center;
  position: absolute;
  top: 60%;
  left: 10%;
}
.mv_logo {
	max-width: 400px;
	margin: 0 auto 40px;
}
.mv_photo li img {
  width: 80%;
  border: 8px solid #fff;
}
.slick-slide img {
  width: 100%;
}
.mv_photo {
  width: 100%;
}
.mv_photo li {
  margin: 0 10px;
}
.mv_photo li img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
/* dots */
.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  margin-top: 30px;
  padding: 0;
  list-style: none;
}
.slick-dots li {
  margin: 0;
  width: auto;
  height: auto;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  padding: 0;
  border: none;
  background: transparent;
  font-size: 0;
  cursor: pointer;
}
.slick-dots li button::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #9c9c9c;
  opacity: 1;
  position: static;
}
.slick-dots li.slick-active button::before {
  background: #22ac80;
}
/* news */
.news {
  padding: 160px 0 100px;
}
.news h2 {
  text-align: left;
}
.news h2 span {
  margin-bottom: 20px;
}
.news ul {
  width: 75%;
}
.news li {
  margin-bottom: 10px;
  border-bottom: 1px #d3d3d3 solid;
  padding-bottom: 10px;
}
.news li a {
  width: 100%;
  position: relative;
  opacity: 1;
}
.news li a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 2%;
  width: 20px;
  height: 12px;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-image: url(../common/img/btn_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.news li span {
  font-weight: 500;
  color: #22ac80;
  font-size: 18px;
  padding-right: 20px;
}
.news .ttl {
  margin-bottom: 40px;
}
/* sns */
.sns {
  margin-bottom: 120px;
}
.sns h2 {
  font-weight: bold;
  text-align: center;
  font-size: 36px;
  margin-bottom: 20px;
}
.sns ul {
  margin-bottom: 80px;
}
.sns ul li {
  width: 15%;
}
.tiktok {
  text-align: center;
}
.tiktok a {
  max-width: 400px;
  background-color: #000;
  border-radius: 40px;
  padding: 20px 60px;
}
.tiktok a img {
  width: 60%;
}
.tiktok p {
  font-size: 24px;
  text-align: center;
  position: relative;
  display: inline-block;
  padding: 0 50px;
  font-weight: bold;
  margin-bottom: 20px;
}
.tiktok p::before {
  position: absolute;
  content: "";
  width: 22px;
  height: 50px;
  top: 0px;
  left: 0;
  background-image: url(../img/top/tiktock_ttl_l.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.tiktok p::after {
  position: absolute;
  content: "";
  width: 22px;
  height: 50px;
  top: 0px;
  right: 0;
  background-image: url(../img/top/tiktock_ttl_l.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.tiktok_btn a {
  position: relative;
}
.tiktok_btn a::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 140px;
  background: url(../img/top/tiktok_left.png) center no-repeat;
  background-size: contain;
  left: -5em;
  top: 0;
}
.tiktok_btn a::after {
  content: "";
  position: absolute;
  width: 68px;
  height: 140px;
  background: url(../img/top/tiktok_right.png) center no-repeat;
  background-size: contain;
  right: -5em;
  top: 0;
}
.sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
/* about */
.about {
  margin-bottom: 120px;
}
.about_txt {
  text-align: center;
  margin-bottom: 100px;
}
.about_txt figure img {
  width: 20%;
}
.about_txt figure {
  margin-bottom: 40px;
}
.about_txt p {
  line-height: 2.5;
}
.about_logo {
  -webkit-animation: py 1.5s ease-in-out infinite;
          animation: py 1.5s ease-in-out infinite;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top; 
}
@-webkit-keyframes py {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
@keyframes py {
  0%, 100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
}
/* message */
.message {
  background: url(../common/img/point_left.png) no-repeat left 3% top,url(../common/img/point_right.png) no-repeat right 3% bottom;
  background-size: 20%,20%;
  padding: 80px 0;
}
.message figure {
  width: 35%;
}
.message figure img {
  border-radius: 20px;
}
.message_txt {
  width: 60%;
  margin-bottom: 50px;
}
.message_txt_p {
  margin-bottom: 50px;
}
.message .name {
  display: block;
  text-align: right;
  margin-top: 10px;
}
.circle {
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: -o-linear-gradient(330deg, #22ac80, #0eda99);
  background: linear-gradient(120deg, #22ac80, #0eda99);
  text-align:center;
  line-height: 80px;
  color: #fff;
  font-size: 38px;
}
/* philosophy */
.philosophy {
  margin-bottom: 120px;
  overflow-x: hidden;
}
.philosophy figure {
  width: 50%;
}
.philosophy figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
    object-fit: cover; 
  display: block; 
}
.philosophy ul {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-color: #fff;
  padding: 5% 2%;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.circle_txt {
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
}
.philosophy ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}
.philosophy ul li.is-animated {
  -webkit-animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) forwards;
          animation: poyoyon 0.5s cubic-bezier(0.12, 0, 0.39, 0) forwards;
}
@-webkit-keyframes poyoyon {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}
@keyframes poyoyon {
  0% {
    -webkit-transform: translateX(140px);
            transform: translateX(140px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  65% {
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  20%,100% {
    opacity: 1;
  }
}
.philosophy ul li:not(:last-child) {
  border-bottom: 1px solid #cbcbcb;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.philosophy_box {
  height: 100%;
}
/*service*/
.service {
  margin-bottom: 120px;
}
.service .sub_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.service ul {
  background: -o-linear-gradient(330deg, #22ac80, #0eda99);
  background: linear-gradient(120deg, #22ac80, #0eda99);
  padding: 5%;
}
.service ul li {
  width: 48%;
  background-color: #f2f5f4;
  border-radius: 15px;
  padding: 3% 5%;
}
.service_ttl {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
.service ul li img {
  border: 6px solid #fff;
  display: block;
  margin-bottom: 20px;
}
.service_txt {
  font-weight: 400;
}
/* service02 */
.service02 {
  text-align: center;
  margin-bottom: 60px;
}
.service02_bg {
  background-color: #fff;
}
.service02_box_ttl {
  color: #fff;
  background-color: #22ac80;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  border-radius: 5px;
  padding: 10px 20px;
  position: relative;
  margin-bottom: 30px;
}
.service02_box li {
  width: 50%;
}
.service02_box li {
  position: relative;
  padding: 0 40px; 
  -webkit-box-flex: 1; 
      -ms-flex: 1; 
          flex: 1; 
}
.service02_box li:first-child::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -2px;
  width: 4px; 
  height: 100%;
  border-right: dotted 4px #22ac80;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.service02_box_ttl::before {
  content: "";
  position: absolute;
  background: url(../common/img/arrow_gr.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 30px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
      -ms-transform: translate(-50%, 50%);
          transform: translate(-50%, 50%);
}
.service02_box_ttl {
  display: inline-block;
}
.service02_box_ttl .number {
  font-size: 32px;
}
.service02_box_ttl .small {
  font-size: 16px;
}
.service02_box img {
  width: 30px;
}
.service02_box_txt {
  text-align: center;
  display: inline-block;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  background: -o-linear-gradient(transparent 60%, #fff799 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), to(#fff799));
  background: linear-gradient(transparent 60%, #fff799 100%);
}
.service02_box_txt .org {
  color: #f77a1e;
  font-size: 36px;
}
.service02_box_txt .org02 {
  color: #f77a1e;
  font-size: 28px;
}
.service02_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
}
.service02 .arrow {
  text-align: center;
  margin-bottom: 40px;
}
.service02 .arrow img {
  width: 5%;
  margin: 0 auto;
}
.service02_subtxt {
  font-weight: bold;
  font-size: 26px;
}
/* voice */
.voice {
  margin-bottom: 120px;
}
.voice_ttl {
  font-size: 22px;
  color: #fff;
  background-color: #22ac80;
  position: relative;
  display: inline-block;
  padding: 5px 20px;
}
.voice_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  width: 2em;
  height: 100%;
  background: #22ac80;
  -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%);
          clip-path: polygon(0 0, 0 100%, 100% 100%);
  margin-left: -1px;
}
.voice_ttl span {
  font-weight: bold;
  padding-right: 20px;
}
.voice_txt {
  padding: 20px;
  background: #fff;
  border: 2px solid #22ac80;
}
.voice ul li:not(:last-child){
  margin-bottom: 60px;
}
.voice .txt_r {
  display: block;
  text-align: right;
}
/* company */
#company_link {
  padding-top: 120px;
  margin-top: -120px;
}
.company .contents {
  max-width: 900px;
  margin: 0 auto 60px;
}
.company.contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: dotted 1px #685d52;
  margin-bottom: 20px;
  padding: 0 4% 20px 4%;
}
.company .contents dt {
  width: 20%;
  font-weight: bold;
  color: #22ac80;
}
.company .contents dd {
  width: 80%;
}
.company .contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 1px #d0d0d0;
  padding: 0 4% 20px 4%;
  margin-bottom: 20px;
}
.company .contents dl:last-of-type {
  margin-bottom: 60px;
}
.company_map{
  overflow: hidden;
  position: relative;
  aspect-ratio: 16 / 9;
}
.company_map iframe{
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + (150px * 2));
}
@media only screen and (max-width: 1024px) {
  #top {
    padding-top: 100px;
  }
  .mv_txtlist {
    width: 65%;
    top: 66%;
    left: 6%;
  }
  .mv_photo::before {
    left: -120px;
    top: -120px;
    width: 350px;
    height: 350px;
  }
  .mv_photo::after {
    right: 0;
    bottom: -100px;
    width: 200px;
    height: 200px;
  }
  .slick-dots li button::before {
    width: 9px;
    height: 9px;
  }
  .news {
    padding: 60px 0 80px;
  }
  .news ul {
    width: 100%;
    margin-bottom: 40px;
  }
  .news p {
    width: 85%;
    font-size: 14px;
  }
  .news .btn {
    margin:  0 auto;
  }
  .news .ttl {
    margin-bottom: 30px;
  }
  .news li span {
    font-size: 16px;
    padding-right: 0;
  }
  .sns ul {
    margin-bottom: 80px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sns ul li {
    width: 49%;
    margin: 0 auto 1%;
  }
  .tiktok p::after {
    width: 19px;
  }
  .tiktok p::before {
    width: 19px;
  }
  .tiktok_btn a::after {
    width: 60px;
    height: 110px;
    right: 6em;
    top: 6em;
  }
  .tiktok_btn a::before {
    width: 60px;
    height: 110px;
    left:7em;
    top: 6em;
  }
  .tiktok p {
    font-size: 20px;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  .tiktok a {
    width: 100%;
    padding: 15px 50px;
  }
  .sns h2 {
    font-size: 30px;
    margin-bottom: 40px;
  }
  .about {
    padding-top: 80px;
    margin-bottom: 80px;
  }
  .about_txt figure img {
    width: 70%;
  }
  .about_txt {
    margin-bottom: 60px;
  }
  .message {
    background: url(../common/img/point_left.png) no-repeat left 10% top, url(../common/img/point_right.png) no-repeat right 10% bottom;
    background-size: 40%, 40%;
    padding: 60px 0 70px;
  }
  .message figure {
    width: 90%;
    margin: 0 auto;
  }
  .message_txt {
    width: 100%;
    margin-bottom: 20px;
  }
  .message_txt_p {
    margin-bottom: 20px;
  }  
  .philosophy figure {
    width: 100%;
  }
  .circle {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 30px;
  }
  .circle_txt {
    font-size: 18px;
    padding-left: 20px;
  }
  .philosophy {
    margin-bottom: 80px;
  }
  .philosophy ul {
    padding: 5%;
  }
  .service {
    margin-bottom: 80px;
  }
  .service .sub_ttl {
    font-size: 18px;
    margin-bottom: 30px;
  }
  .service ul li {
    width: 100%;
    padding: 3% 5%;
  }
  .service ul li:not(:last-child) {
    margin-bottom: 30px;
  }
  .service_ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .service02 {
    margin-bottom: 70px;
  }
  .service02_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .service02_box li {
    width: 100%;
  }
  .service02_box li:first-child::after {
    bottom: 50%;
    right: -2px;
    width: 100%;
    height: 100%;
    border-right: none;
  }
  .service02_box li:first-child {
    margin-bottom: 20px;
    padding: 0 0 20px;
    border-bottom: dotted 4px #22ac80;
  }
  .voice ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .service02_box li:nth-child(2) {
    padding: 0;
  }
  .service02_box_ttl {
    width: 80%;
    font-size: 18px;
    line-height: 1.2;
    padding: 10px 20px;
    margin-bottom: 30px;
  }
  .service02_box_ttl .number {
    font-size: 24px;
  }
  .service02_box_ttl .small {
    font-size: 14px;
  }
  .service02_box_txt {
    font-size: 20px;
  }
  .service02_box_txt .org {
    font-size: 28px;
  }
  .service02_box_txt .org02 {
    font-size: 20px;
  }
  .service02 .arrow img {
    width: 10%;
    margin: 0 auto;
  }
  .service02_subtxt {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 40px;
  }
  .voice_ttl {
    font-size: 16px;
    padding: 5px 20px;
    line-height: 1.8;
  }
  .voice_ttl span {
    padding-right: 0;
  }
  .voice {
    margin-bottom: 60px;
  }
  .voice_txt {
    font-size: 14px;
  }
  #company_link {
    padding-top: 80px;
    margin-top: -80px;
  }
  .company .contents dt {
    width: 28%;
  }
  .company .contents dd {
    width: 70%;
  }
  .company .contents dl:last-of-type {
    margin-bottom: 40px;
  }
}





