@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap');
.webgene-pagination {
  grid-column: 1 / -1;
  flex: 0 0 100%;
  width: 100%;
  max-width: none;
  padding: 0;
}
.webgene-pagination ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 2vw, 18px);
  width: 100%;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 576px) {
 

  .webgene-pagination ul {
    gap: 8px;
  }
}
.works_cate3 .works_cate3_inner {
  padding: clamp(45px, 6vw, 70px) clamp(30px, 7vw, 90px);
  background-color: #ffe665;
  border: 5px solid #fff;
  border-radius: 65px;
  box-sizing: border-box;
}

.works_cate3 .works_cate3_heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 4vw, 45px);
}

.works_cate3 .works_cate3_titlebox {
  flex-shrink: 0;
  text-align: center;
}

.works_cate3 .works_cate3_ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 6px;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.works_cate3 .works_cate3_ja::before,
.works_cate3 .works_cate3_ja::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  flex-shrink: 0;
  background-color: #f45f91;
  border-radius: 100px;
}

.works_cate3 .works_cate3_ja::before {
  transform: rotate(-28deg);
}

.works_cate3 .works_cate3_ja::after {
  transform: rotate(28deg);
}

.works_cate3 .works_cate3_en {
  margin: 0;
  color: #f45f91;
  line-height: 1.2;
  letter-spacing: 0.16em;
}

.works_cate3 .works_cate3_deco {
  width: clamp(75px, 9vw, 115px);
}

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

.works_cate3 .works_cate3_deco_right {
  transform: scaleX(-1);
}

.works_cate3 .works_cate3_text {
  display: grid;
  gap: 4px;
  margin-top: 30px;
  text-align: center;
}

.works_cate3 .works_cate3_text p {
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.works_cate3 .works_cate3_btns {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  gap: 20px;
  margin-top: 28px;
}



@media screen and (max-width: 900px) {
  .works_cate3 .works_cate3_inner {
    border-radius: 50px;
  }

  .works_cate3 .works_cate3_deco {
    width: 85px;
  }
}

@media screen and (max-width: 768px) {
  .works_cate3 .works_cate3_inner {
    padding: 45px 30px;
    border-radius: 45px;
  }

  .works_cate3 .works_cate3_heading {
    gap: 15px;
  }

  .works_cate3 .works_cate3_deco {
    width: 65px;
  }

  .works_cate3 .works_cate3_text {
    margin-top: 25px;
  }
}

@media screen and (max-width: 576px) {
  .works_cate3 .works_cate3_inner {
    padding: 40px 20px;
    border-width: 3px;
    border-radius: 32px;
  }

  .works_cate3 .works_cate3_heading {
    display: grid;
    grid-template-columns: 45px minmax(0, 1fr) 45px;
    gap: 8px;
  }

  .works_cate3 .works_cate3_deco {
    width: 45px;
  }

  .works_cate3 .works_cate3_ja {
    gap: 8px;
  }

  .works_cate3 .works_cate3_text {
    gap: 10px;
    margin-top: 22px;
    text-align: left;
  }

  .works_cate3 .works_cate3_btns {
    flex-direction: column;
    gap: 14px;
    margin-top: 25px;
  }

  .works_cate3 .works_cate3_btns .btn1 {
    flex: none;
    width: 100%;
  }

  .works_cate3 .works_cate3_btns .btn1 a {
    width: 100%;
    min-height: 54px;
  }
}
.masked_img {
  width: min(520px, 100%);
  aspect-ratio: 529.9 / 487.6;
  overflow: hidden;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 529.9 487.6'%3E%3Cpath fill='white' d='M137.1,467.8C86.3,446.4-19.3,381.1,3.1,246.4S75.8,11.3,211.4.8s357.7,84.1,312.5,265.4-147.3,201.7-147.3,201.7c0,0-117.7,44.5-239.5,0Z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 529.9 487.6'%3E%3Cpath fill='white' d='M137.1,467.8C86.3,446.4-19.3,381.1,3.1,246.4S75.8,11.3,211.4.8s357.7,84.1,312.5,265.4-147.3,201.7-147.3,201.7c0,0-117.7,44.5-239.5,0Z'/%3E%3C/svg%3E");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}
.masked_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-wrap {
  position: relative;
    overflow: hidden;
}
.pagetitle1 {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 120px 40px 0px;
  background-color: #73c2cd;
  box-sizing: border-box;
     overflow: hidden!important;
}

.pagetitle1::before {
  content: "";
  position: absolute;
  top: 280px;
  left: 50%;
  z-index: 0;
  width: 160%;
  height: calc(100% - 170px);
  background-color: #f8f8f8;
  border-radius: 50% 50% 0 0 / 70% 70% 0 0;
  transform: translateX(-50%);
}

.pagetitle1 .pagetitle1_inner {
  position: relative;
  z-index: 2;
}

.pagetitle1 .pagetitle1_heading {
  position: relative;
  z-index: 3;
  margin-bottom: 32px;
  color: #fff;
  text-align: center;
}

.pagetitle1 .pagetitle1_en {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 6px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.pagetitle1 .pagetitle1_en::before,
.pagetitle1 .pagetitle1_en::after {
  content: "";
  display: block;
  width: 2px;
  height: 12px;
  flex-shrink: 0;
  background-color: #fff;
  border-radius: 100px;
}

.pagetitle1 .pagetitle1_en::before {
  transform: rotate(-28deg);
}

.pagetitle1 .pagetitle1_en::after {
  transform: rotate(28deg);
}

.pagetitle1 .pagetitle1_title {
  display: inline-block;
  margin: 0;
  padding: 0 6px 8px;
  color: #fff;
  line-height: 1.4;
  letter-spacing: 0.14em;
  border-bottom: 3px dotted #fff;
}

.pagetitle1 .pagetitle1_img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  aspect-ratio: 3.2 / 1;
  overflow: hidden;
  border-radius: 45px;
}

.pagetitle1 .pagetitle1_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 48%;
}

.pagetitle1_deco {
  position: absolute;
  z-index: 4;
  pointer-events: none;
}

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

.pagetitle1_deco_left {
  top: 205px;
  left: 0;
  width: clamp(130px, 14vw, 180px);
}

.pagetitle1_deco_right {
  top: 150px;
  right: 0;
  width: clamp(135px, 15vw, 190px);
}

@media screen and (max-width: 1080px) {
  .pagetitle1 {
    padding-right: 30px;
    padding-left: 30px;
  }



  .pagetitle1 .pagetitle1_img {
    aspect-ratio: 2.6 / 1;
    border-radius: 38px;
  }

  .pagetitle1_deco_left {
    top: 195px;
  }

}
@media screen and (max-width: 576px) {
  .pagetitle1_deco_left {
    top: 150px;
    width: 75px;
  }

  .pagetitle1_deco_right {
    top: 110px;
    width: 80px;
  }
}



.footer {
  position: relative;
  min-height: 63.9vw;
  overflow: hidden;
  color: #fff;
}
.footer .footer_bg {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
  pointer-events: none;
}
.footer .footer_inner {
  position: relative;
  z-index: 2;
  padding-top: clamp(210px, 24vw, 470px);
  padding-right: 40px;
  padding-bottom: clamp(170px, 17vw, 330px);
  padding-left: 40px;
  box-sizing: border-box;
}
.footer .footer_content {
  display: grid;
  grid-template-columns: minmax(280px, 1fr) minmax(380px, 1.2fr);
  align-items: center;
  gap: clamp(70px, 10vw, 150px);
}
.footer .footer_info p, .footer .footer_nav p, .footer .footer_copy {
  color: #fff;
}
.footer .footer_type {
  margin-bottom: 4px;
}
.footer .footer_name {
  margin-bottom: 0;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
.footer .footer_name_en {
  margin-top: 0;
  letter-spacing: 0.1em;
}
.footer .footer_address {
  margin-top: 18px;
}
.footer .footer_address p {
  line-height: 1.6;
}
.footer .footer_tel {
  margin-top: 22px;
}
.footer .footer_tel a {
  color: #fff;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.08em;
  text-decoration: none;
}
.footer .footer_sns {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.footer .footer_sns a {
  display: block;
  width: 28px;
  transition:
    opacity 0.3s ease, transform 0.3s ease;
}
.footer .footer_sns img {
  display: block;
  width: 100%;
  height: auto;
}
.footer .footer_sns a:focus-visible, .footer .footer_nav a:focus-visible, .footer .footer_tel a:focus-visible {
  outline: 3px solid rgba(255, 230, 101, 0.7);
  outline-offset: 4px;
}
.footer .footer_nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(35px, 6vw, 80px);
}
.footer .footer_nav_column {
  display: grid;
  align-content: start;
  gap: 18px;
}
.footer .footer_nav a {
  position: relative;
  display: block;
  padding-left: 16px;
  color: #fff;
  text-decoration: none;
}
.footer .footer_nav a::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  aspect-ratio: 1;
  background-color: #ffe665;
  border-radius: 50%;
  transition: transform 0.3s ease;
}
.footer .footer_nav a p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.footer .footer_copy {
  margin-top: 55px;
  color: #94a900;
  text-align: center;
  letter-spacing: 0.06em;
    font-size: clamp(10px, 1vw, 13px);
}
@media (hover: hover) {
  .footer .footer_sns a:hover {
    opacity: 0.75;
    transform: rotate(8deg);
  }
  .footer .footer_nav a:hover::before {
    transform: scale(1.8);
  }
}
@media screen and (max-width: 1080px) {
  .footer .footer_inner {
    padding-right: 60px;
    padding-left: 60px;
  }
  .footer .footer_content {
    gap: 60px;
  }
}
@media screen and (max-width: 900px) {
  .footer {
    min-height: 900px;
  }
  .footer .footer_bg {
    object-fit: cover;
    object-position: center bottom;
  }
  .footer .footer_inner {
    padding-right: 50px;
    padding-bottom: 240px;
    padding-left: 50px;
      
    padding-top: 180px;
  }
  .footer .footer_content {
    grid-template-columns: 1fr;
    gap: 45px;
  }
  .footer .footer_nav {
    max-width: 600px;
  }
  .footer .footer_copy {
    margin-top: 45px;
    text-align: left;
  }
  .footer .footer_bg {
    height: calc(100% + 100px);
    transform: translateY(-100px);
  }
}
@media screen and (max-width: 768px) {
  .footer {
    min-height: 940px;
  }
  .footer .footer_inner {
    padding-right: 35px;
    padding-bottom: 230px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer_nav a p {
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.01em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .footer .footer_sns a, .footer .footer_nav a::before {
    transition: none;
  }
  .footer .footer_sns a:hover, .footer .footer_nav a:hover::before {
    transform: none;
  }
}

.titlebox1 {
  display: grid;
  grid-template-columns: minmax(100px, 180px) auto minmax(100px, 180px);
  align-items: center;
  justify-content: center;
  gap: clamp(25px, 6vw, 80px);
  width: 100%;
  padding: 0;
  box-sizing: border-box;
}
.titlebox1 .titlebox1_content {
  text-align: center;
}
.titlebox1 .titlebox1_ja {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  margin: 0 0 12px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
    
   
}
.titlebox1 .titlebox1_ja::before, .titlebox1 .titlebox1_ja::after {
  content: "";
  display: block;
  width: 2px;
  height: 14px;
  flex-shrink: 0;
  background-color: #f45f91;
  border-radius: 100px;
}
.titlebox1 .titlebox1_ja::before {
  transform: rotate(-30deg);
}
.titlebox1 .titlebox1_ja::after {
  transform: rotate(30deg);
}
.titlebox1 .titlebox1_en {
  margin: 0;
  color: #f45f91;
  line-height: 1.2;
  letter-spacing: 0.18em;
}
.titlebox1 .titlebox1_deco {
  width: clamp(70px, 12vw, 130px);
}
.titlebox1 .titlebox1_deco img {
  display: block;
  width: 100%;
  height: auto;
}
.titlebox1 .titlebox1_deco_left {
  justify-self: end;
}
.titlebox1 .titlebox1_deco_right {
  justify-self: start;
  transform: scaleX(-1);
}
@media screen and (max-width: 768px) {
  .titlebox1 {
    grid-template-columns: minmax(70px, 120px) auto minmax(70px, 120px);
    gap: 20px;
  }
  .titlebox1 .titlebox1_deco {
    width: clamp(75px, 14vw, 110px);
  }
}
@media screen and (max-width: 576px) {
  .titlebox1 {
    position: relative;
    display: block;
    min-height: 90px;
  }

  .titlebox1 .titlebox1_content {
    position: relative;
    z-index: 2;
    width: 100%;
    padding-right: 48px;
    padding-left: 48px;
    box-sizing: border-box;
  }

  .titlebox1 .titlebox1_deco {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 42px;
  }

  .titlebox1 .titlebox1_deco_left {
    left: 0;
    transform: translateY(-50%);
  }

  .titlebox1 .titlebox1_deco_right {
    right: 0;
    transform: translateY(-50%) scaleX(-1);
  }

  .titlebox1 .titlebox1_ja {
    gap: 8px;
    margin-bottom: 10px;
    font-size: 12px;
    letter-spacing: 0.05em;
    white-space: nowrap;
  }

  .titlebox1 .titlebox1_en {
    font-size: clamp(22px, 7vw, 30px);
    letter-spacing: 0.1em;
    white-space: nowrap;
  }

  .titlebox1 .titlebox1_ja::before,
  .titlebox1 .titlebox1_ja::after {
    width: 2px;
    height: 11px;
  }
}
.btn1 {
  display: inline-block;
  padding: 0 8px 8px 0;
}
.btn1.btn1--stripe a {
  position: relative;
  isolation: isolate;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 66px;
  padding: 10px 30px;
  overflow: hidden;
  color: #333;
  background-color: #fff;
  border: 3px solid #f4d83f;
  border-radius: 100px;
  box-sizing: border-box;
  text-decoration: none;
  box-shadow: 0 0 0 #f4d83f;
  transform: translate(0, 0);
  transition:
    box-shadow 0.35s cubic-bezier(0.34, 1.56, 0.64, 1), transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.btn1.btn1--stripe a::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  opacity: 0;
  background-image: repeating-linear-gradient(-45deg, #fff 0, #fff 8px, #fff8d8 8px, #fff8d8 16px);
  background-position: 0 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.btn1.btn1--stripe a p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.btn1.btn1--stripe a::after {
  content: "▶";
  position: relative;
  z-index: 3;
  display: inline-block;
  flex-shrink: 0;
  width: auto;
  height: auto;
  color: #3ba72f;
  font-size: clamp(10px, 1vw, 12px);
  opacity: 1;
  visibility: visible;
  transform-origin: center;
}
.btn1.btn1--stripe a:focus-visible {
  outline: 3px solid rgba(244, 216, 63, 0.5);
  outline-offset: 5px;
}
.btn1.btn1--stripe a:focus-visible::before {
  opacity: 1;
}
@media (hover: hover) {
  .btn1.btn1--stripe a:hover {
    color: #333;
    border-color: #f4d83f;
    box-shadow: 7px 7px 0 #f4d83f;
    transform: translate(-5px, -5px);
  }
  .btn1.btn1--stripe a:hover::before {
    opacity: 1;
    animation: btn1-stripe-move 0.8s linear infinite;
  }
  .btn1.btn1--stripe a:hover::after {
    display: inline-block;
    color: #3ba72f;
    opacity: 1;
    visibility: visible;
    animation: btn1-arrow-spin 0.7s linear infinite;
  }
  .btn1.btn1--stripe a:hover p {
    color: #333;
    animation: btn1-text-wiggle 0.45s ease;
  }
}
.btn1.btn1--stripe a:active {
  box-shadow: 2px 2px 0 #f4d83f;
  transform: translate(0, 0);
  transition-duration: 0.1s;
}
.btn1.btn1--center {
  display: block;
  width: fit-content;
  margin: 45px auto 0;
}
@keyframes btn1-stripe-move {
  from {
    background-position: 0 0;
  }
  to {
    background-position: 23px 0;
  }
}
@keyframes btn1-arrow-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes btn1-text-wiggle {
  0%, 100% {
    transform: rotate(0);
  }
  30% {
    transform: rotate(-1deg);
  }
  60% {
    transform: rotate(1deg);
  }
}
@media screen and (max-width: 576px) {
  .btn1 {
    width: 100%;
    padding: 0 8px 8px 0;
    box-sizing: border-box;
  }
  .btn1.btn1--stripe a {
    width: 100%;
    min-width: 0;
    min-height: 56px;
    gap: 12px;
    padding: 10px 20px;
  }
  .btn1.btn1--center {
    width: 100%;
    margin-top: 35px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn1.btn1--stripe a, .btn1.btn1--stripe a::before {
    transition: none;
  }
  .btn1.btn1--stripe a:hover {
    transform: none;
  }
  .btn1.btn1--stripe a:hover::before, .btn1.btn1--stripe a:hover::after, .btn1.btn1--stripe a:hover p {
    animation: none;
  }
}
.animal_box {}
.animal_box .animal_box_inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  gap: clamp(20px, 3vw, 40px);
  width: 100%;
  min-height: 180px;
  padding: 25px 40px;
  overflow: hidden;
  background-color: #ffe665;
  border: 5px solid #fff;
  border-radius: 50px;
  box-sizing: border-box;
}
.animal_box .animal_box_inner > .flex {
  flex: 1 1 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px 35px;
  min-width: 0;
}
.animal_box .animal_box_img {
  flex-shrink: 0;
}
.animal_box .animal_box_img img {
  display: block;
  width: 100%;
  height: auto;
}
.animal_box .animal_box_img_left {
  width: 110px;
}
.animal_box .animal_box_img_right {
  width: 100px;
}
.animal_box .animal_box_content {
  flex: 1 1 300px;
  min-width: 0;
}
.animal_box .animal_box_en {
  margin-bottom: 6px;
  color: #55bfca;
}
.animal_box .animal_box_title {
  margin-bottom: 8px;
  line-height: 1.4;
}
.animal_box .animal_box_text {
  display: grid;
  gap: 2px;
}
.animal_box .animal_box_text p {
  line-height: 1.7;
  letter-spacing: 0.03em;
}
.animal_box .animal_box_btn {
  flex: 0 1 220px;
  width: 100%;
  max-width: 220px;
}
.animal_box .animal_box_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  width: 100%;
  min-height: 48px;
  padding: 8px 22px;
  color: #333;
  background-color: #fff;
  border-radius: 100px;
  box-sizing: border-box;
  text-decoration: none;
  transition:
    color 0.3s ease, background-color 0.3s ease;
}
.animal_box .animal_box_btn a p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.08em;
  white-space: nowrap;
}
.animal_box .animal_box_btn a::after {
  content: "▶";
  display: inline-block;
  flex-shrink: 0;
  color: #3ba72f;
  font-size: 10px;
  transform-origin: center;
  transition: transform 0.4s ease;
}
.animal_box .animal_box_btn a:focus-visible {
  outline: 3px solid rgba(85, 191, 202, 0.6);
  outline-offset: 4px;
}
@media (hover: hover) {
  .animal_box .animal_box_btn a:hover {
    background-color: #fff9dc;
  }
  .animal_box .animal_box_btn a:hover::after {
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 1080px) {
  .animal_box .animal_box_inner {
    gap: 25px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .animal_box .animal_box_inner > .flex {
    gap: 20px 25px;
  }
  .animal_box .animal_box_img_left {
    width: 90px;
  }
  .animal_box .animal_box_img_right {
    width: 85px;
  }
  .animal_box .animal_box_content {
    flex-basis: 260px;
  }
  .animal_box .animal_box_btn {
    flex-basis: 190px;
    max-width: 190px;
  }
  .animal_box .animal_box_btn a {
    gap: 20px;
    padding-right: 18px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 900px) {
  .animal_box .animal_box_inner {
    gap: 25px;
  }
  .animal_box .animal_box_inner > .flex {
    flex: 1;
  }
  .animal_box .animal_box_img_left {
    width: 85px;
  }
  .animal_box .animal_box_content {
    flex: 1 1 100%;
  }
  .animal_box .animal_box_btn {
    flex: 0 1 220px;
    max-width: 220px;
  }
}
@media screen and (max-width: 768px) {
  .animal_box .animal_box_inner {
    position: relative;
    flex-direction: column;
    gap: 25px;
    padding: 75px 30px 70px;
    border-radius: 40px;
  }
  .animal_box .animal_box_inner > .flex {
    position: relative;
    z-index: 2;
    flex: none;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    gap: 25px;
  }
  .animal_box .animal_box_img {
    position: absolute;
    z-index: 1;
  }
  .animal_box .animal_box_img_left {
    top: 15px;
    left: 20px;
    width: 85px;
  }
  .animal_box .animal_box_img_right {
    right: 20px;
    bottom: 10px;
    display: block;
    width: 75px;
  }
  .animal_box .animal_box_content {
    flex: none;
    width: 100%;
    text-align: center;
  }
  .animal_box .animal_box_btn {
    flex: none;
    width: 100%;
    max-width: 230px;
  }
}
@media screen and (max-width: 576px) {
  .animal_box {
    padding: 0px;
  }
  .animal_box .animal_box_inner {
    gap: 20px;
    padding: 70px 20px 65px;
    border-width: 3px;
    border-radius: 30px;
  }
  .animal_box .animal_box_inner > .flex {
    gap: 20px;
  }
  .animal_box .animal_box_img_left {
    top: 12px;
    left: 14px;
    width: 65px;
  }
  .animal_box .animal_box_img_right {
    right: 12px;
    bottom: 8px;
    width: 60px;
  }
  .animal_box .animal_box_btn {
    max-width: none;
  }
  .animal_box .animal_box_btn a {
    min-height: 52px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .animal_box .animal_box_btn a, .animal_box .animal_box_btn a::after {
    transition: none;
  }
  .animal_box .animal_box_btn a:hover::after {
    transform: none;
  }
}
.box1 {
  position: relative;
}
.box1 .box1_inner {
  position: relative;
  flex-wrap: nowrap;
  gap: clamp(40px, 7vw, 100px);
}
/* ---------- image ---------- */
.box1 .box1_img {
  flex: 1 1 0;
  min-width: 0;
  aspect-ratio: 1 / 1.08;
  overflow: hidden;
  border: 5px solid #fff;
  border-radius: 45px;
  box-sizing: border-box;
}

.box1 .box1_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.box1 .box1_content {
  flex: 0 0 clamp(450px, 42vw, 570px);
  min-width: 400px;
  max-width: 570px;
}
.box1 .box1_en {
  margin-bottom: 28px;
  color: #65bfca;
}
.box1 .box1_title {
  margin-bottom: 28px;
  color: #ff67a4;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.box1 .box1_text {
  display: grid;
  gap: 24px;
}
.box1 .box1_text p {
  line-height: 2;
  letter-spacing: 0.04em;
}
/* ---------- button ---------- */
.box1 .box1_btn_wrap {
  margin-top: 30px;
}
.box1 .box1_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-height: 46px;
  padding: 8px 24px;
  margin: 0;
  color: #333;
  line-height: 1.5;
  border: 2px solid #f4cf31;
  border-radius: 100px;
  box-sizing: border-box;
  cursor: pointer;
  transition:
    color 0.3s ease, background-color 0.3s ease;
}
.box1 .box1_btn::after {
  content: "▶";
  flex-shrink: 0;
  color: #42a936;
}
.box1 .box1_btn:hover {
  color: #fff;
  background-color: #f4cf31;
}
/* ---------- decoration ---------- */
.box1 .box1_deco {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 1;
 width: clamp(90px, 15vw, 130px);
  pointer-events: none;
}
.box1 .box1_deco img {
  display: block;
  width: 100%;
  height: auto;
}
/* ==================================================
   1080px以下
================================================== */
@media screen and (max-width: 1080px) {
  .box1 .box1_inner {
    gap: 50px;
  }
  .box1 .box1_img, .box1 .box1_content {
    flex-basis: calc(50% - 25px);
  }
 
}
/* ==================================================
   900px以下
================================================== */
@media screen and (max-width: 900px) {
  .box1 .box1_inner {
    flex-direction: column;
    align-items: stretch;
    gap: 40px;
  }
  .box1 .box1_img {
    flex-basis: auto;
    width: 100%;
    max-width: 540px;
    margin-right: auto;
    margin-left: auto;
  }
  .box1 .box1_content {
    flex-basis: auto;
    width: 100%;
    max-width: none;
      min-width: 0;
  }
  .box1 .box1_deco {
 top: inherit;
      bottom: -60px;
  }
}
/* ==================================================
   768px以下
================================================== */
@media screen and (max-width: 768px) {
  .box1 .box1_inner {
    gap: 35px;
  }
  .box1 .box1_en {
    margin-bottom: 22px;
  }
  .box1 .box1_title {
    margin-bottom: 24px;
  }
  .box1 .box1_text {
    gap: 20px;
  }
  .box1 .box1_btn_wrap {
    margin-top: 26px;
  }
}
/* ==================================================
   576px以下
================================================== */
@media screen and (max-width: 576px) {
  .box1 .box1_inner {
    gap: 30px;
  }
  .box1 .box1_img {
    border-width: 3px;
    border-radius: 30px;
  }
  .box1 .box1_en, .box1 .box1_title {
    margin-bottom: 18px;
  }
  .box1 .box1_title {
    line-height: 1.7;
  }
  .box1 .box1_text {
    gap: 16px;
  }
  .box1 .box1_text p {
    line-height: 1.9;
  }
  .box1 .box1_deco {
    width: 70px;
    margin-top: 20px;
  }
}
.btn2 {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.btn2 a {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #333;
  text-decoration: none;
}
.btn2 a p {
  margin: 0;
  letter-spacing: 0.08em;
}
.btn2 a::after {
  content: "▶";
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  aspect-ratio: 1;
  flex-shrink: 0;
  color: #3ba72f;
  background-color: #ffe45c;
  border-radius: 50%;
  font-size: 10px;
  transition:
    color 0.3s ease, background-color 0.3s ease, transform 0.45s ease;
}
.btn2 a:focus-visible {
  outline: 3px solid rgba(255, 228, 92, 0.5);
  outline-offset: 5px;
  border-radius: 100px;
}
@media (hover: hover) {
  .btn2 a:hover::after {
    color: #fff;
    background-color: #f45f9a;
    transform: rotate(360deg);
  }
}
@media screen and (max-width: 576px) {
  .btn2 {
    margin-top: 15px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .btn2 a::after {
    transition: none;
  }
  .btn2 a:hover::after {
    transform: none;
  }
}
/* ---------- header ---------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9996;
  width: 100%;
  min-height: clamp(66px, 6vw, 82px);
  padding: 20px clamp(170px, 17vw, 230px) 20px clamp(360px, 35vw, 520px);
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  overflow: visible;
  background: #71c6cf;
  transition: ease 0.3s;
}
.header.is_scroll {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.header .headnav {
  align-items: center;
  justify-content: center;
  gap: clamp(6px, 2vw, 20px) clamp(10px, 3vw, 30px);
  width: 100%;
}
.header .headnav a {
  text-decoration: none;
}
.header .headnav a p {
  color: #fff;
  font-size: clamp(12px, 1vw, 14px);
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
  transition: ease 0.3s;
  white-space: nowrap;
}
.header .headnav a:hover p {
  color: #fff45f;
}
/* ---------- logo ---------- */
.head_logo {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9998;
  width: clamp(340px, 36vw, 520px);
  pointer-events: auto;
}
.head_logo a, .head_logo img {
  display: block;
  width: 100%;
}
.head_logo img {
  height: auto;
}
/* ---------- recruit button ---------- */
.head_recruit_btn {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  display: block;
  width: clamp(120px, 13vw, 170px);
  text-decoration: none;
  transition: ease 0.3s;
}
.head_recruit_btn img {
  display: block;
  width: 100%;
  height: auto;
}
/* ---------- hamburger ---------- */
.head_fixnav {
  position: fixed;
  right: clamp(14px, 3vw, 34px);
  top: clamp(12px, 2vw, 24px);
  z-index: 10000;
  display: none;
}
.menu-bt {
  width: 68px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: #ff6fac;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
}
.menu-bt .line {
  width: 28px;
  display: grid;
  gap: 6px;
}
.menu-bt .line div {
  width: 100%;
  height: 2px;
  background: #fff;
  transition: ease 0.3s;
}
.menu-bt p {
  margin-top: 7px;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.08em;
}
.menu-bt .line div {
  transition:
    transform 0.3s ease,
    opacity 0.3s ease;
}

.menu-bt.active .line div:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.menu-bt.active .line div:nth-child(2) {
  opacity: 0;
}

.menu-bt.active .line div:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}
/* ---------- menu wrap ---------- */
.menu-wrap {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  padding: clamp(120px, 12vw, 170px) clamp(24px, 6vw, 80px);
  box-sizing: border-box;
  background: rgba(113, 198, 207, 0.96);
  overflow: auto;
}
.menuwrap_inner {
  min-height: 100%;
  align-items: center;
  justify-content: center;
}
.menuwrap_menu {
  justify-content: center;
  align-items: flex-start;
  gap: clamp(40px, 7vw, 110px);
}
.menuwrap_menu_box .en_title3 {
  margin-bottom: 18px;
  color: #fff45f;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.menuwrap_menu_box .ul {
  display: grid;
  gap: 14px;
}
.menuwrap_menu_box .li a {
  text-decoration: none;
}
.menuwrap_menu_box .li p {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.08em;
}
/* ---------- responsive ---------- */
@media screen and (max-width: 1080px) {
  .header {
    padding-left: clamp(280px, 38vw, 420px);
    padding-right: 150px;
  }
 
  .header .headnav a p {
    font-size: 13px;
  }
}
@media screen and (max-width: 900px) {
  .header {
    min-height: 70px;
    padding: 0 100px 0 240px;
  }
  .header .headnav {
    display: none;
  }
  .head_logo {
    width: clamp(240px, 55vw, 360px);
  }
  .head_recruit_btn {
    display: none;
  }
  .head_fixnav {
    display: flex;
  }
}
@media screen and (max-width: 576px) {
  .header {
    min-height: 58px;
    padding-left: 180px;
  }
  .head_logo {
    width: clamp(190px, 70vw, 270px);
  }
  .menu-bt {
    width: 58px;
  }
  .menu-bt .line {
    width: 24px;
    gap: 5px;
  }
  .menu-bt p {
    font-size: 10px;
  }
  .menu-wrap {
    padding: 110px 24px 50px;
  }
  .menuwrap_menu {
    flex-direction: column;
    gap: 34px;
  }
}
.main-wrap {
  overflow: hidden;
}
.nowhite {
  white-space: nowrap;
}
.font400 {
  font-weight: 400;
}
.font500 {
  font-weight: 500;
}
.lineheight22 {
  line-height: 2.2;
  letter-spacing: 0.08em;
  font-weight: 400;
}
.txtwhite {
  color: #fff;
}
.color1 {
  color: #F8669B;
}
.color2 {
  color: #74BDC9;
}
.color3 {
  color: ;
}
.bg1 {}
.bg2 {}
.bg3 {}
.mincho {
  font-family: "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.serif {
  font-family: "Noto Serif JP", "Zen Old Mincho", "游明朝", "YuMincho", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", "serif";
}
.fontnoto {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.zenkaku {
  font-family: "Zen Kaku Gothic New", "Noto Sans", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fontqu {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.entitle0 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(56px, 6vw, 72px);
  letter-spacing: 0.08em;
}
.entitle1 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(40px, 4vw, 57px);
  letter-spacing: 0.12em;
}
.entitle2 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(30px, 5vw, 46px);
  letter-spacing: 0.1em;
}
.entitle3 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  letter-spacing: 0.08em;
}
.entitle4 {
  font-family: "Quicksand", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: clamp(18px, 3vw, 22px);
  letter-spacing: 0.08em;
}
.default_title1 {
  font-size: clamp(28px, 3.2vw, 44px);
}
.default_title2 {
  font-size: clamp(22px, 3.0vw, 30px);
}
.default_title3 {
  font-size: clamp(18px, 2.8vw, 28px);
}
.default_title4 {
  font-size: clamp(18px, 1.8vw, 22px);
}
.default_txt1 {
  font-size: clamp(15px, 1.4vw, 18px);
}
.default_txt2 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.default_txt3 {
  font-size: clamp(12px, 1.2vw, 14px);
}
.mg_b_1 {
  margin-bottom: 150px;
}
.mg_b_2 {
  margin-bottom: 100px;
}
.mg_b_3 {
  margin-bottom: 80px;
}
.mg_b_4 {
  margin-bottom: 50px;
}
.mg_b_5 {
  margin-bottom: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_b_1 {
    margin-bottom: 100px;
  }
  .mg_b_2 {
    margin-bottom: 80px;
  }
  .mg_b_3 {
    margin-bottom: 60px;
  }
  .mg_b_4 {
    margin-bottom: 40px;
  }
  .mg_b_5 {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_b_1 {
    margin-bottom: 80px;
  }
  .mg_b_2 {
    margin-bottom: 60px;
  }
  .mg_b_3 {
    margin-bottom: 50px;
  }
  .mg_b_4 {
    margin-bottom: 30px;
  }
  .mg_b_5 {
    margin-bottom: 20px;
  }
}
.mg_t_1 {
  margin-top: 150px;
}
.mg_t_2 {
  margin-top: 100px;
}
.mg_t_3 {
  margin-top: 80px;
}
.mg_t_4 {
  margin-top: 50px;
}
.mg_t_5 {
  margin-top: 30px;
}
@media screen and (max-width: 1080px) {
  .mg_t_1 {
    margin-top: 100px;
  }
  .mg_t_2 {
    margin-top: 80px;
  }
  .mg_t_3 {
    margin-top: 60px;
  }
  .mg_t_4 {
    margin-top: 40px;
  }
  .mg_t_5 {
    margin-top: 30px;
  }
}
@media screen and (max-width: 576px) {
  .mg_t_1 {
    margin-top: 80px;
  }
  .mg_t_2 {
    margin-top: 60px;
  }
  .mg_t_3 {
    margin-top: 50px;
  }
  .mg_t_4 {
    margin-top: 30px;
  }
  .mg_t_5 {
    margin-top: 20px;
  }
}
.pd_wrap {
  padding: 150px 80px 0;
}
.pd_wrap_all {
  padding: 150px 80px 150px;
}
.pd_wrap_side {
  padding-left: 80px;
  padding-right: 80px;
}
.pd_wrap_t {
  padding-top: 150px;
}
.pd_wrap_b {
  padding-bottom: 150px;
}
.pd_wrap_tb {
  padding-top: 150px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .pd_wrap_t {
    padding-top: 100px;
  }
  .pd_wrap_b {
    padding-bottom: 100px;
  }
  .pd_wrap_tb {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pd_wrap_t {
    padding-top: 80px;
  }
  .pd_wrap_b {
    padding-bottom: 80px;
  }
  .pd_wrap_tb {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
html {}
body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #F7F7F7;
  color: #333333;
    overflow-x: hidden;
}
body .bg_img_wrap {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap .bg_img {
  display: none;
}
body .bg_img_wrap2 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
body.on .bg_img_wrap2 > img {
  display: none;
}
a {
  display: inline-block;
  transition: ease 0.3s;
}
a:hover {
  opacity: 0.5;
}
a p, a, a i {
  color: #000000;
}
.font-medium {
  font-weight: 500;
}
.font-semibold {
  font-weight: 600;
}
.font-black {
  font-weight: 900;
}
.cate_wrap > .cate {
  padding-top: 150px;
}
/* ---------- common ---------- */
/* ---------- header ---------- */
.header {}
/* ---------- footer ---------- */
/* ANIME */
.sc-anime.topin.on {
  opacity: 0;
  transform: translateY(-50px);
}
.sc-anime.topin.on.active {
  animation-name: topin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.bottomin.on {
  opacity: 0;
  transform: translateY(50px);
}
.sc-anime.bottomin.on.active {
  animation-name: bottomin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.leftin.on {
  opacity: 0;
  transform: translateX(-50px);
}
.sc-anime.leftin.on.active {
  animation-name: leftin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.rightin.on {
  opacity: 0;
  transform: translateX(50px);
}
.sc-anime.rightin.on.active {
  animation-name: rightin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.fadein.on {
  opacity: 0;
}
.sc-anime.fadein.on.active {
  animation-name: fadein;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin.on {
  opacity: 0;
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin.on.active {
  animation-name: blurin;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
.sc-anime.blurin2.on {
  opacity: 0;
  transform: translateY(50px);
  -ms-filter: blur(6px);
  filter: blur(6px);
}
.sc-anime.blurin2.on.active {
  animation-name: blurin2;
  animation-duration: 1.2s;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
}
@keyframes topin {
  0% {
    opacity: 0;
    transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bottomin {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes leftin {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes rightin {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes upin {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes blurin {
  0% {
    opacity: 0;
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes blurin2 {
  0% {
    opacity: 0;
    transform: translateY(50px);
    -ms-filter: blur(6px);
    filter: blur(6px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
}
/* color */
.txt-color-normal {
  color: #000000;
}
.txt-white {
  color: #ffffff;
}
.txt-red {
  color: red;
}
.txt-color1 {
  color: #FFE93C
}
.txt-color2 {
  color: #F1F1E9
}
.txt-color3 {
  color: #021745
}
.txt-color4 {
  color: #EBF5E5
}
.bg-white {
  background-color: #ffffff;
}
.bg-black {
  background-color: black
}
.bg-color1 {
  background-color: #FFE93C
}
.bg-color2 {
  background-color: #F1F1E9
}
.bg-color3 {
  background-color: #021745
}
.bg-color4 {
  background-color: #EBF5E5
}
.border-color1 {
  border-color: #FFE93C
}
.border-color2 {
  border-color: #F1F1E9
}
.border-color3 {
  border-color: #021745
}
.border-color4 {
  border-color: #EBF5E5
}
.hvr-txt-color-normal:hover {
  color: #000000;
}
.hvr-txt-white:hover {
  color: #ffffff;
}
.hvr-txt-red:hover {
  color: red;
}
.hvr-txt-color1:hover {
  color: #FFE93C
}
.hvr-txt-color2:hover {
  color: #F1F1E9
}
.hvr-txt-color3:hover {
  color: #021745
}
.hvr-txt-color4:hover {
  color: #EBF5E5
}
.hvr-bg-white:hover {
  background-color: #ffffff;
}
.hvr-bg-black:hover {
  background-color: black
}
.hvr-bg-color1:hover {
  background-color: #FFE93C
}
.hvr-bg-color2:hover {
  background-color: #F1F1E9
}
.hvr-bg-color3:hover {
  background-color: #021745
}
.hvr-bg-color4:hover {
  background-color: #EBF5E5
}
.hvr-border-color1:hover {
  border-color: #FFE93C
}
.hvr-border-color2:hover {
  border-color: #F1F1E9
}
.hvr-border-color3:hover {
  border-color: #021745
}
.hvr-border-color4:hover {
  border-color: #EBF5E5
}
/* ---------- IEのみ ---------- */
@media all and (-ms-high-contrast: none) {}
/* ---------- 1280px ~ ---------- */
@media screen and (max-width: 1280px) {
  .pd_wrap {
    padding: 150px 60px 0;
  }
  .pd_wrap_all {
    padding: 150px 60px 150px;
  }
  .pd_wrap_side {
    padding-left: 60px;
    padding-right: 60px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 1080px ~ ---------- */
@media screen and (max-width: 1080px) {
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 768px ~ ---------- */
@media screen and (max-width: 768px) {
  .pd_wrap {
    padding: 100px 50px 0;
  }
  .pd_wrap_all {
    padding: 100px 50px 100px;
  }
  .pd_wrap_side {
    padding-left: 50px;
    padding-right: 50px;
  }
  .cate_wrap > .cate {
    padding-top: 100px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- スマートフォン ---------- */
/* ---------- 576px ~ ---------- */
@media screen and (max-width: 576px) {
  .pd_wrap {
    padding: 80px 20px 0;
  }
  .pd_wrap_all {
    padding: 80px 20px 80px;
  }
  .pd_wrap_side {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cate_wrap > .cate {
    padding-top: 80px;
  }
  /* ---------- common ---------- */
  /* ---------- header ---------- */
  /* ---------- footer ---------- */
}
/* ---------- 350px ~ ---------- */
@media screen and (max-width: 350px) {}