@charset "UTF-8";
html {
  margin-top: 0 !important;
  padding-top: 100px;
  background: linear-gradient(to bottom, #ffef00 0%, #ffef00 50%, #262626 50.01%, #262626 100%);
}
@media (max-width: 768px) {
  html {
    padding-top: 0;
  }
}

body {
  background: #fff;
}

body.inview {
  background: #ffef00;
}

@supports (-webkit-touch-callout: none) {
  html {
    height: -webkit-fill-available;
  }
}
span,
p,
a {
  color: #000;
  font-family: "こぶりなゴシック W6 JIS2004", "Koburina Gothic W6 JIS2004";
}

h2,
h3,
h4 {
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}

.text-color-orange {
  color: #ffa326;
}

.text-color-green {
  color: #46cfb8;
}

.text-color-pink {
  color: #ea7eac;
}

.link-btn-more {
  display: block;
  margin: 30px auto;
  padding: 4px;
  padding: 8px 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 4px;
  background: #3c3c3c;
  color: #fff;
  font-size: 16px;
}
@media (max-width: 768px) {
  .link-btn-more {
    border-radius: 32px;
  }
}

.team-daigo {
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  color: #3c3c3c;
}
.team-daigo .main {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background: #ffef00;
}
.team-daigo .sec__heading {
  margin: 0 auto;
  text-align: center;
}
.team-daigo section {
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 140px;
}
@media (max-width: 768px) {
  .team-daigo section {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 100px;
    padding-bottom: 100px;
    width: 100%;
  }
}
.team-daigo section .sec-heading {
  text-align: center;
  font-size: 32px;
  line-height: 1;
}
@media (max-width: 768px) {
  .team-daigo section .sec-heading {
    font-size: 28px;
  }
}
.team-daigo section .sec-heading-desc {
  display: block;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 768px) {
  .team-daigo section .sec-heading-desc {
    margin-bottom: 16px;
  }
}
.team-daigo .sec01 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #ffef00;
}
@media (max-width: 768px) {
  .team-daigo .sec01 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.team-daigo .sec01 .fixed__wrapper {
  position: relative;
  z-index: -1;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .team-daigo .sec01 .fixed__wrapper {
    padding: 40px 16px;
    padding-top: 80px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
}
.team-daigo .sec01 .first-view--logo {
  position: absolute;
  top: 5%;
  left: 5%;
  z-index: 9;
  display: none;
  max-width: 400px;
  width: 35%;
}
@media (max-width: 979px) {
  .team-daigo .sec01 .first-view--logo {
    top: 0%;
    width: 280px;
  }
}
@media (max-width: 768px) {
  .team-daigo .sec01 .first-view--logo {
    top: -20px;
    left: 20px;
    display: block;
    width: 180px;
  }
}
.team-daigo .sec01 .heading--wrapper {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .team-daigo .sec01 .heading--wrapper {
    margin-bottom: 20px;
  }
}
.team-daigo .sec01 .sec01__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .team-daigo .sec01 .sec01__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.team-daigo .sec01 .sec01__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .team-daigo .sec01 .sec01__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.team-daigo .sec01 .sec01__description {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .team-daigo .sec01 .sec01__description {
    text-align: center;
    font-size: 17px;
  }
}
.team-daigo .sec01 .img--wrapper {
  position: relative;
}
.team-daigo .sec01 .daigo {
  position: absolute;
  width: 25%;
}
@media (max-width: 768px) {
  .team-daigo .sec01 .daigo {
    display: none;
  }
}
.team-daigo .sec01 .daigo01 {
  top: -17%;
  left: -31%;
  z-index: -1;
  width: 70%;
}
.team-daigo .sec01 .daigo02 {
  right: -31%;
  bottom: -5%;
  z-index: -1;
  width: 70%;
}
.team-daigo .sec01 .dande {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 9%;
  transform: translateX(-20%) translateY(0%);
}
.team-daigo .sec02 {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  .team-daigo .sec02 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.team-daigo .sec02 .content--wrapper {
  margin: 0 auto;
  max-width: 800px;
  text-align: center;
}
.team-daigo .sec02 .heading--img {
  margin-bottom: 40px;
}
.team-daigo .sec02 .sec02--heading {
  color: #000;
}
.team-daigo .sec02 .content04--wrapper .heading--img {
  width: 80%;
}
.team-daigo .sec02 .desc {
  margin-top: 0;
  line-height: 1.8;
}
.team-daigo .sec03 {
  padding-top: 60px;
}
@media (max-width: 768px) {
  .team-daigo .sec03 {
    padding-top: 40px;
    padding-right: 16px;
    padding-bottom: 40px;
    padding-left: 16px;
  }
}
.team-daigo .sec03 .fixed__wrapper {
  position: relative;
  box-sizing: border-box;
  padding-top: 60px;
  padding-right: 90px;
  padding-bottom: 60px;
  padding-left: 90px;
  max-width: 1200px;
  border: solid #000 3px;
  border-radius: 32px;
}
@media (max-width: 768px) {
  .team-daigo .sec03 .fixed__wrapper {
    padding-top: 90px;
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }
}
.team-daigo .sec03 .sec03--title {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 300px;
  width: 40%;
  transform: translate(3px, -3px);
}
@media (max-width: 768px) {
  .team-daigo .sec03 .sec03--title {
    transform: translate(2px, -2px);
  }
}
.team-daigo .sec03 .sec03--title::before {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: -1;
  display: block;
  width: 88%;
  height: 75%;
  background: #ffef00;
  content: "";
}
@media (max-width: 768px) {
  .team-daigo .sec03 .sec03--title::before {
    width: 90%;
  }
}
.team-daigo .sec03 .heading--wrapper {
  margin-bottom: 40px;
}
.team-daigo .sec03 .sec03__heading {
  color: #000;
  font-size: 48px;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .team-daigo .sec03 .sec03__heading {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
    text-align: left;
    font-size: 24px;
    line-height: 1.4;
  }
}
.team-daigo .sec03 .sec03__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .team-daigo .sec03 .sec03__heading span {
    display: block;
    margin-left: 10px;
    font-size: 16px;
  }
}
.team-daigo .sec03 p.sec03__description {
  margin-top: 8px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .team-daigo .sec03 p.sec03__description {
    font-size: 15px;
    line-height: 1.4;
  }
}
.team-daigo .sec03 .content--wrapper.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.team-daigo .sec03 .object {
  position: relative;
  display: block;
  margin-bottom: 24px;
  width: calc(33.3333% - 20px);
  text-align: center;
  pointer-events: none;
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object {
    margin: 0 auto;
    margin-bottom: 40px;
    width: 75%;
  }
}
.team-daigo .sec03 .object img:first-child {
  position: absolute;
  -webkit-animation: fade 4s infinite 2s ease-in-out;
  animation: fade 4s infinite 2s ease-in-out;
}
.team-daigo .sec03 .object img {
  opacity: 1;
}
.team-daigo .sec03 .object img:last-child {
  position: relative;
  -webkit-animation: fade 4s infinite ease-in-out;
  animation: fade 4s infinite ease-in-out;
}
.team-daigo .sec03 .object:nth-child(3n+1) img:first-child {
  position: absolute;
  -webkit-animation: fade 4s infinite 4.66s ease-in-out;
  animation: fade 4s infinite 4.66s ease-in-out;
}
.team-daigo .sec03 .object:nth-child(3n+1) img:last-child {
  -webkit-animation: fade 4s infinite 2.66s ease-in-out;
  animation: fade 4s infinite 2.66s ease-in-out;
}
.team-daigo .sec03 .object:nth-child(3n+2) img:first-child {
  position: absolute;
  -webkit-animation: fade 4s infinite 3.33s ease-in-out;
  animation: fade 4s infinite 3.33s ease-in-out;
}
.team-daigo .sec03 .object:nth-child(3n+2) img:last-child {
  -webkit-animation: fade 4s infinite 1.33s ease-in-out;
  animation: fade 4s infinite 1.33s ease-in-out;
}
@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  50.90% {
    opacity: 1;
  }
  50.91% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.01% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.team-daigo .sec03 .object .link-btn {
  line-height: 1.5;
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object .link-btn {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object01 {
    width: 74%;
    transform: translateX(-3%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object02 {
    width: calc(27% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object02 {
    width: 60%;
    transform: translateX(0%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object03 {
    width: calc(29% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object03 {
    width: 66%;
    transform: translateX(-2%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object04 {
    margin-left: 2%;
    width: calc(28% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object04 {
    width: 60%;
    transform: translateX(-5%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object05 {
    margin-left: 7%;
    width: calc(27% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object05 {
    width: 60%;
    transform: translateX(6%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object06 {
    width: calc(30% - 20px);
    transform: translateY(-5%);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object06 {
    width: 65%;
    transform: translateX(-3%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object07 {
    margin-left: 4%;
    width: calc(28% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object07 {
    width: 62%;
    transform: translateX(4.5%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object08 {
    margin-left: 3%;
    width: calc(28% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object08 {
    width: 62%;
    transform: translateX(2.5%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object09 {
    width: calc(30% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object09 {
    width: 65%;
    transform: translateX(-3%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object10 {
    margin-left: 1%;
    width: calc(31% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object10 {
    width: 68%;
    transform: translateX(-1%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object11 {
    margin-left: -3%;
    width: calc(29% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object11 {
    width: 62%;
    transform: translateX(-2%);
  }
}
@media (min-width: 769px) {
  .team-daigo .sec03 .object12 {
    margin-top: 5%;
    margin-right: 3%;
    width: calc(24% - 20px);
  }
}
@media (max-width: 768px) {
  .team-daigo .sec03 .object12 {
    width: 50%;
    transform: translateX(0%);
  }
}
.team-daigo .sec04 {
  position: relative;
  padding-top: 90px;
  padding-right: 0;
  padding-bottom: 120px;
  padding-left: 0;
  background: #ffef00;
}
@media (max-width: 768px) {
  .team-daigo .sec04 {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
.team-daigo .sec04 .fixed__wrapper {
  position: relative;
  z-index: -1;
  max-width: 1000px;
}
@media (max-width: 768px) {
  .team-daigo .sec04 .fixed__wrapper {
    padding: 40px 16px;
    padding-top: 20px;
    padding-bottom: 0;
    width: 100%;
    border-bottom: none;
  }
}
@media (max-width: 768px) {
  .team-daigo .sec04 .heading--wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.team-daigo .sec04 .sec04__heading {
  color: #000;
  font-size: 48px;
}
@media (max-width: 768px) {
  .team-daigo .sec04 .sec04__heading {
    text-align: center;
    font-size: 28px;
    line-height: 1.6;
  }
}
.team-daigo .sec04 .sec04__heading span {
  margin-left: 0.8em;
  font-size: 25px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .team-daigo .sec04 .sec04__heading span {
    display: block;
    margin-left: 0;
    font-size: 16px;
  }
}
.team-daigo .sec04 .sec04__description {
  margin-top: 10px;
  margin-bottom: 60px;
  font-size: 24px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
}
@media (max-width: 768px) {
  .team-daigo .sec04 .sec04__description {
    text-align: center;
    font-size: 17px;
  }
}
.team-daigo .sec04 .heading--img {
  position: absolute;
  top: -90px;
  right: 10%;
  max-width: 400px;
}
@media (max-width: 979px) {
  .team-daigo .sec04 .heading--img {
    max-width: 350px;
  }
}
@media (max-width: 768px) {
  .team-daigo .sec04 .heading--img {
    position: static;
    display: block;
    margin: 0 auto;
    max-width: 180px;
  }
}
.team-daigo .sec04 .category {
  margin: 0 auto;
  max-width: 800px;
}
@media (max-width: 768px) {
  .team-daigo .sec04 .category {
    max-width: none;
    width: calc(100% + 32px);
    transform: translateX(-16px);
  }
}
.team-daigo .sec04 .category ul {
  display: flex;
}
.team-daigo .sec04 .category ul li {
  width: 20%;
  border-radius: 4px 4px 0 0;
  text-align: center;
}
.team-daigo .sec04 .category ul li a {
  display: block;
  color: #fff;
  font-family: "A1ゴシック M", "A1 Gothic M";
}
.team-daigo .sec04 .category ul li:first-child {
  background: #ffdc00;
}
.team-daigo .sec04 .category ul li:first-child a {
  color: #231815;
}
.team-daigo .sec04 .category ul li:nth-child(2) {
  background: #ca5151;
}
.team-daigo .sec04 .category ul li:nth-child(3) {
  background: #e28e2f;
}
.team-daigo .sec04 .category ul li:nth-child(4) {
  background: #3b4397;
}
.team-daigo .sec04 .category ul li:last-child {
  background: #42ad7f;
}
.team-daigo .sec04 .swiper {
  margin-bottom: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (max-width: 768px) {
  .team-daigo .sec04 .swiper {
    margin-bottom: 16px;
  }
}
.team-daigo .sec04 .swiper .swiper-slide img {
  border-radius: 8px;
  vertical-align: middle;
}

.content--wrapper {
  display: none;
  opacity: 0;
  transition: 1.35s;
  transform: translateY(20px);
}

.content--wrapper.active {
  display: block;
  opacity: 1;
  transition: 1.35s;
  transform: translateY(0px);
}

section.sec-contact {
  position: relative;
  overflow: visible;
  padding-top: 40px;
}
@media (max-width: 768px) {
  section.sec-contact {
    padding-top: 40px;
    padding-bottom: 120px;
  }
}
section.sec-contact .heading--wrapper {
  position: relative;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 768px) {
  section.sec-contact .heading--wrapper {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
section.sec-contact .heading--wrapper .icon--post {
  position: absolute;
  top: 50%;
  left: -80px;
  width: 80px;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  section.sec-contact .heading--wrapper .icon--post {
    position: static;
    margin-bottom: 20px;
    transform: translate(7%, 0%);
  }
}
section.sec-contact h3 {
  margin: 0 auto;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: solid #000 1.5px;
  color: #000;
  font-size: 32px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  section.sec-contact h3 {
    font-size: 26px;
  }
}
section.sec-contact .desc {
  margin: 30px auto;
  text-align: center;
}
@media (max-width: 768px) {
  section.sec-contact .desc {
    margin: 20px auto;
    font-size: 17px;
    line-height: 1.6;
  }
}
section.sec-contact .boxs--wrapper {
  align-items: stretch;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper {
    flex-direction: column;
  }
}
section.sec-contact .boxs--wrapper a.box {
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  width: calc(50% - 32px);
  border: solid #231815 3.5px;
  border-radius: 24px;
  background: #fff;
  opacity: 1;
  transition: 0.15s;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 20px 0;
    width: 100%;
    height: 92px;
  }
}
section.sec-contact .boxs--wrapper a.box:hover, section.sec-contact .boxs--wrapper a.box:active {
  transform: scale(1.06);
}
section.sec-contact .boxs--wrapper a.box img {
  position: absolute;
  left: 0;
  margin-right: 30px;
  margin-left: 36px;
  width: 60px;
}
@media (max-width: 979px) {
  section.sec-contact .boxs--wrapper a.box img {
    margin-left: 16px;
    width: 50px;
  }
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box img {
    margin-left: 24px;
    width: 50px;
  }
}
section.sec-contact .boxs--wrapper a.box .text--wrapper {
  margin: 0 auto;
  padding-left: 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
section.sec-contact .boxs--wrapper a.box .font-size--big {
  font-size: 36px;
  font-family: "こぶりなゴシック W9 JIS2004", "Koburina Gothic W9 JIS2004";
  line-height: 1;
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box .font-size--big {
    font-size: 26px;
  }
}
section.sec-contact .boxs--wrapper a.box p {
  margin: 0;
  line-height: 1;
}
section.sec-contact .boxs--wrapper a.box.box--right .font-size--big {
  font-size: 28px;
}
@media (max-width: 979px) {
  section.sec-contact .boxs--wrapper a.box.box--right .font-size--big {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  section.sec-contact .boxs--wrapper a.box.box--right .font-size--big {
    margin-left: 30px;
    font-size: 22px;
  }
}