@charset "UTF-8";
/***************************
          animation
*****************************/
.pol-slide {
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.pol-slide.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.pol-slide-bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.ser-slide {
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.ser-slide.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.ser-slide-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.ser-slide-bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.web-slide {
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.web-slide.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.web-slide-left {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 241, 118, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.return-to-top:hover {
  background: #fff176;
}
.return-to-top:hover i {
  color: #fff;
  top: 5px;
}

.swiper-container {
  margin: 40px auto;
  height: 400px;
}
.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .swiper-slide img {
    width: 100%;
    height: 400px;
  }
}
.swiper-text {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 70%;
  padding: 5% 3% 5%;
  color: #fafafa;
  background: rgba(0, 0, 0, 0.6);
}
.swiper-button-prev {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
  visibility: hidden;
}
.swiper-button-next {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  visibility: hidden;
}

.hamburger.is-active .hamburger-bar:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.is-active .hamburger-bar:nth-child(2) {
  left: 30px;
  opacity: 0;
}
.hamburger.is-active .hamburger-bar:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.pol-slide {
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.pol-slide.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.pol-slide-bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.ser-slide {
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.ser-slide.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.ser-slide-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.ser-slide-bottom {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.web-slide {
  opacity: 0;
  -webkit-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.web-slide.is-active {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.web-slide-left {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgba(255, 241, 118, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 18px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.return-to-top:hover {
  background: #fff176;
}
.return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/***************************
          base設定
*****************************/
body {
  margin: 0 auto;
  max-width: 1100px;
  background: -webkit-gradient(linear, left top, left bottom, from(#78ddbf), color-stop(#568bc7), color-stop(#86acd8), to(#9ab7d8));
  background: linear-gradient(to bottom, #78ddbf, #568bc7, #86acd8, #9ab7d8);
  font-family: "YuGothic";
  color: #fafafa;
  line-height: 2;
}

/***************************
          共通テキスト設定
*****************************/
.section-title {
  font-size: 32px;
  font-weight: bold;
}

.subtitle {
  font-size: 24px;
}

.text {
  font-size: 14px;
}

/***************************
          layout
*****************************/
.l__section {
  margin-top: 120px;
}
@media screen and (max-width: 500px) {
  .l__section {
    margin-top: 80px;
  }
}

.l__subtitle {
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 500px) {
  .l__subtitle {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.l__prof-subtitle {
  padding-top: 40px;
  padding-bottom: 20px;
}

.l__text {
  padding-top: 40px;
  padding-bottom: 20px;
}

/***************************
          header
*****************************/
.header {
  padding: 40px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 200px;
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .header {
    margin: 0 auto;
    gap: 80px;
  }
}
@media screen and (max-width: 500px) {
  .header-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 998;
    background-color: #78ddbf;
    display: none;
  }
}

.nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 60px;
}
@media screen and (max-width: 500px) {
  .nav-list {
    display: block;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.nav-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 30px;
  width: calc((100% - 30px*2)/3);
}
.nav-list-item a {
  position: relative;
}
.nav-list-item a:hover {
  color: #fff;
}
.nav-list-item a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.nav-list-item.current a::after, .nav-list-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

.hamburger {
  display: none;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
  z-index: 999;
}
@media screen and (max-width: 500px) {
  .hamburger {
    display: block;
  }
}

.hamburger-bar {
  display: block;
  width: 20px;
  height: 1px;
  background-color: #fafafa;
  position: absolute;
  left: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 500px) {
  .hamburger-bar {
    height: 3px;
  }
}

.hamburger:hover .hamburger-bar:nth-child(2) {
  left: 15px;
}

.hamburger-bar:nth-child(1) {
  top: 10px;
}
.hamburger-bar:nth-child(2) {
  top: 20px;
}
.hamburger-bar:nth-child(3) {
  top: 30px;
}

.hamburger.is-active .hamburger-bar:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.hamburger.is-active .hamburger-bar:nth-child(2) {
  left: 30px;
  opacity: 0;
}
.hamburger.is-active .hamburger-bar:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/***************************
          パンくずリスト
*****************************/
.bread-list {
  margin-bottom: 30px;
}
.bread-list a {
  position: relative;
}
.bread-list a:hover {
  color: #fff;
}
.bread-list a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.bread-list.current a::after, .bread-list a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/***************************
          ボタン
*****************************/
.more {
  background: rgba(255, 241, 118, 0.7);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 10px;
  margin-top: 10px;
  border-radius: 5%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.more:hover {
  color: #4963fa;
  background: #fff176;
  -webkit-transition: 1s;
  transition: 1s;
}
.more-icon {
  width: 36px;
  height: 24px;
  margin-left: 10px;
  fill: #fafafa;
}
.more-icon:hover {
  fill: #4963fa;
  -webkit-transition: 1s;
  transition: 1s;
}

.profile-more {
  padding: 10px;
}
.profile-icon {
  padding-top: 5px;
}

/***************************
          footer
*****************************/
.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 150px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 100px auto 0;
}
.footer-nav a {
  position: relative;
}
.footer-nav a:hover {
  color: #fff;
}
.footer-nav a::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 10%;
  width: 80%;
  height: 1px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.footer-nav.current a::after, .footer-nav a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
@media screen and (max-width: 768px) {
  .footer-nav {
    gap: 60px;
  }
}
@media screen and (max-width: 500px) {
  .footer-nav {
    gap: 30px;
  }
}

.copyright {
  display: block;
  margin: 0 auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

/***************************
          index.html
*****************************/
.top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 70px;
  padding-top: 20px;
}
.top-img {
  width: 50%;
  height: 50%;
}
.top-img img {
  border-radius: 50%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 4px 4px 0 0 #ada9a9;
          box-shadow: 4px 4px 0 0 #ada9a9;
}
@media screen and (max-width: 768px) {
  .top-img {
    display: block;
    margin: 0 auto;
  }
}
.top-name {
  margin-bottom: 10px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .top {
    max-width: 770px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .top-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 50px auto 0;
  }
}

.policy-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 120px;
}
@media screen and (max-width: 768px) {
  .policy-wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .policy-wrapper .policy-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto 50px;
  }
}
.policy-img {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .policy-img {
    margin: 40px auto 0;
    width: 80%;
  }
}
@media screen and (max-width: 768px) {
  .policy-more {
    margin: 0 auto;
  }
}

.english {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 90px;
}
.english-title {
  margin-bottom: 10px;
  font-size: 16px;
  -webkit-text-decoration: underline 3px #FFF176;
          text-decoration: underline 3px #FFF176;
}
@media screen and (max-width: 768px) {
  .english {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .english-content {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .english-text {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 500px) {
  .english-text {
    display: block;
    width: 80%;
    margin: 0 auto 20px;
  }
}
@media screen and (max-width: 500px) {
  .english-img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
}

.web {
  height: 80%;
}
@media screen and (max-width: 500px) {
  .web {
    height: 450px;
  }
}

.planet-carousel {
  position: relative;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  -webkit-transform: translate3d(-50%, -50%, 400px);
          transform: translate3d(-50%, -50%, 400px);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  left: 60%;
  width: 890px;
  height: 45vh;
  margin-top: 150px;
}
@media screen and (max-width: 768px) {
  .planet-carousel {
    width: 600px;
  }
}
@media screen and (max-width: 500px) {
  .planet-carousel {
    width: 350px;
  }
}

.planet {
  text-align: center;
  position: absolute;
  cursor: pointer;
  width: 60%;
  height: 60%;
}
.planet-content {
  position: relative;
}
.planet-content::before {
  content: "";
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: 5;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.planet img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.planet-text {
  color: #4963fa;
  font-weight: bold;
  position: absolute;
  left: 50%;
  top: 80%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70%;
  height: 90%;
  border-radius: 50%;
}
@media screen and (max-width: 768px) {
  .planet-text {
    font-size: 12px;
  }
}
@media screen and (max-width: 500px) {
  .planet-text {
    font-size: 10px;
    width: 80%;
    top: 70%;
  }
}

.works-item {
  gap: 50px;
}

.btn {
  width: 40px;
  height: 40px;
  background-color: #fafafa;
  border-radius: 50%;
  position: absolute;
  top: 200px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.btn-prev {
  right: calc(25%);
  left: -5%;
}

.btn-next {
  right: calc(25% - 300px);
}

.btn::before {
  content: "";
  width: 13px;
  height: 13px;
  border-top: 1px solid #555;
  border-right: 1px solid #555;
  position: absolute;
  top: 13px;
  left: 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-next::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.btn-prev::before {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.btn:hover {
  background-color: rgba(255, 241, 118, 0.7);
}
.btn:hover::before {
  border-color: #fff;
}

.contact-content {
  background: url(../img/contact-bg.jpg) 100%/cover;
  padding-bottom: 20px;
}
.contact-content table, .contact-content tr, .contact-content td {
  border-collapse: separate;
  border-spacing: 30px;
}
.contact-content table {
  width: 70%;
  height: 60vh;
}
@media screen and (max-width: 500px) {
  .contact-content table {
    margin: 0 auto;
  }
}
.contact-content tr {
  -webkit-text-decoration: underline 3px #FFF176;
          text-decoration: underline 3px #FFF176;
  font-weight: bold;
}
@media screen and (max-width: 500px) {
  .contact-content tr {
    display: block;
    margin: 0 auto;
  }
}
.contact-content td {
  border-radius: 30px;
  background: #fff;
  color: #4963fa;
  padding: 10px;
}
@media screen and (max-width: 500px) {
  .contact-content td {
    display: block;
    margin: 0 auto;
  }
}

.submit {
  background: #fff;
  color: #4963fa;
  padding: 10px 30px;
  border-radius: 30px;
  display: block;
  margin: 0 auto;
}
.submit:hover {
  background: rgba(255, 241, 118, 0.7);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.social {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -200px;
}
.social ul {
  -webkit-transform: translate(-400px, 0);
          transform: translate(-400px, 0);
}
.social ul li {
  display: block;
  margin: 10px;
  background: rgba(0, 0, 0, 0.36);
  width: 300px;
  text-align: right;
  padding: 15px;
  border-radius: 0 30px 30px 0;
  -webkit-transition: all 1s;
  transition: all 1s;
  color: #fff;
}
.social li:hover {
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  background: rgba(255, 241, 118, 0.7);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #4c84c9;
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 5px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 20px;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

/***************************
          policy.html
*****************************/
.an-policy-content {
  padding: 60px 100px 100px;
}

.message {
  display: inline-block;
  margin-bottom: 40px;
}

/***************************
          profile.html
*****************************/
.prof-description {
  margin-top: 10px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    display: block;
  }
}

.date {
  font-weight: bold;
  margin-right: 20px;
}

.qualification-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: top;
      -ms-flex-align: top;
          align-items: top;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 240px;
}
@media screen and (max-width: 768px) {
  .qualification-content {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .qualification-web {
    margin-top: 40px;
  }
}
/*# sourceMappingURL=style.css.map */