@charset "UTF-8";
.only-sp {
  display: none;
}
@media screen and (max-width: 639px) {
  .only-sp {
    display: block;
  }
}

.only-pc {
  display: block;
}
@media screen and (max-width: 1023px) {
  .only-pc {
    display: none;
  }
}

.only-pc-tablet {
  display: block;
}
@media screen and (max-width: 639px) {
  .only-pc-tablet {
    display: none;
  }
}

/*=====================共通*/
html {
  scroll-behavior: smooth;
  font-size: 16px !important;
  background-color: #6FA6C4;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 639px) {
  html {
    font-size: 16px !important;
  }
}
html body {
  color: black;
  font-family: sans-serif;
  margin: 0;
  text-align: center;
  overflow-x: hidden;
  visibility: visible;
  font-weight: bold;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}
html .fade-in {
  opacity: 0;
  animation: fadeIn 0.5s ease-in forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
html p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 1rem;
}
html img {
  width: 100%;
  margin-bottom: 2rem;
}
html .left {
  text-align: left;
}
@media screen and (max-width: 639px) {
  html .pc-tab-pnly {
    display: none;
  }
}
html .sp-only {
  display: none;
}
@media screen and (max-width: 639px) {
  html .sp-only {
    display: inherit;
  }
}
html img {
  pointer-events: none;
  -webkit-user-drag: none;
  width: 100%;
}
html a:hover {
  opacity: 0.7;
  transition: 0.2s;
}
html .l-container {
  max-width: 1100px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
html .l-container .l-contents {
  margin-right: auto;
  margin-left: auto;
  z-index: 1;
  width: 90%;
  background: #FFFCFA;
  position: relative;
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents {
    margin-right: 12.5px;
    margin-left: 12.5px;
    width: calc(100% - 25px);
  }
}
html .l-container .l-contents:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  border-left: 5px solid #FFFCFA;
  left: -15px;
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents:before {
    border-left: 2px solid #FFFCFA;
    left: -5px;
  }
}
html .l-container .l-contents:after {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  border-left: 5px solid #FFFCFA;
  right: -15px;
  top: 0;
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents:after {
    border-left: 2px solid #FFFCFA;
    right: -5px;
  }
}
html .l-container .l-contents section {
  padding: 7rem 0 0 0;
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents section {
    padding: 4rem 0 0 0;
  }
}
html .l-container .l-contents section .section-inner {
  max-width: 900px;
  width: 90%;
  margin: auto;
}
@media screen and (max-width: 1023px) {
  html .l-container .l-contents section .section-inner {
    max-width: 500px;
  }
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents section .section-inner {
    max-width: 400px;
  }
}
html .l-container .l-contents section:last-of-type {
  padding-bottom: 3rem;
}
html .l-container .l-contents .footer {
  margin: 5rem 0;
  padding-bottom: 5rem;
}
html .l-container .l-contents .footer .copy {
  text-align: center;
  font-size: 0.9rem;
}
@media screen and (max-width: 639px) {
  html .l-container .l-contents .footer .copy {
    width: 90%;
    margin: auto;
  }
}

.circle-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.circle-group .circle {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: #FF3397;
  border-radius: 50%;
  margin: 0 7px;
}
@media screen and (max-width: 1023px) {
  .circle-group .circle {
    width: 17px;
    height: 17px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 639px) {
  .circle-group .circle {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}
@media screen and (max-width: 500px) {
  .circle-group .circle {
    width: 12px;
    height: 12px;
    margin: 3px;
  }
}
.circle-group h2 {
  font-size: 2rem;
  padding: 0px 36px;
  text-transform: uppercase;
  letter-spacing: 5px;
}
@media screen and (max-width: 1023px) {
  .circle-group h2 {
    font-size: 1.7rem;
    padding: 0px 14px;
  }
}
@media screen and (max-width: 639px) {
  .circle-group h2 {
    font-size: 1.2rem;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 500px) {
  .circle-group h2 {
    padding: 0px 7px;
  }
}

.section__plofile .name__outer {
  text-align: center;
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-top: 6rem;
}
@media screen and (max-width: 639px) {
  .section__plofile .name__outer {
    flex-direction: column;
    align-items: center;
    margin-top: 4rem;
  }
}
.section__plofile .name__outer p {
  margin-bottom: 0;
}
.section__plofile .name__outer .name {
  font-size: 2rem;
  margin-right: 20px;
  letter-spacing: 5px;
}
@media screen and (max-width: 639px) {
  .section__plofile .name__outer .name {
    font-size: 1.8rem;
    margin-right: 0;
  }
}
.section__plofile .name__outer .role {
  font-size: 1.2rem;
}
@media screen and (max-width: 639px) {
  .section__plofile .name__outer .role {
    font-size: 1rem;
  }
}
.section__plofile .role__outer {
  margin-top: 1rem;
}
@media screen and (max-width: 639px) {
  .section__plofile .role__outer {
    margin-top: 0;
  }
}
@media screen and (max-width: 639px) {
  .section__plofile .role__outer .role {
    font-size: 0.9rem;
  }
}
.section__plofile .sns__outer {
  display: flex;
  justify-content: center;
  margin-top: 3rem;
}
@media screen and (max-width: 639px) {
  .section__plofile .sns__outer {
    margin-top: 2rem;
  }
}
.section__plofile .sns__outer a img {
  width: 30px;
  margin: 0 15px;
}
@media screen and (max-width: 639px) {
  .section__plofile .sns__outer a img {
    width: 25px;
  }
}
.section__plofile .detail-text {
  margin-top: 3rem;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
  width: 90%;
  font-size: 0.9rem;
}
@media screen and (max-width: 1023px) {
  .section__plofile .detail-text {
    max-width: 500px;
  }
}
@media screen and (max-width: 639px) {
  .section__plofile .detail-text {
    width: 100%;
    margin-top: 2rem;
  }
}

.section__works .work__outer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5rem;
  width: 100%;
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 1023px) {
  .section__works .work__outer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 639px) {
  .section__works .work__outer {
    margin-top: 3rem;
  }
}
.section__works .work__outer .work__a {
  display: inline-block;
  max-width: 350px;
  width: 100%;
  margin-right: 20px;
}
@media screen and (max-width: 639px) {
  .section__works .work__outer .work__a {
    margin-right: 0;
  }
}
.section__works .work__outer .work__img {
  margin-bottom: 0;
}
@media screen and (max-width: 1023px) {
  .section__works .work__outer .work__img {
    max-width: 400px;
    margin-right: 0;
  }
}
.section__works .work__outer .work__info {
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .section__works .work__outer .work__info {
    margin-top: 2rem;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width: 639px) {
  .section__works .work__outer .work__info {
    width: 100%;
    margin-top: 0.5rem;
  }
}
.section__works .work__outer .work__info .title {
  margin-bottom: 0.5rem;
  line-height: 1.6;
  font-size: 0.9rem;
}
@media screen and (max-width: 639px) {
  .section__works .work__outer .work__info .title {
    margin-bottom: 0rem;
    font-size: 0.8rem;
  }
}
.section__works .work__outer .work__info .kinds {
  color: #696969;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
@media screen and (max-width: 639px) {
  .section__works .work__outer .work__info .kinds {
    margin-bottom: 0.5rem;
    font-size: 0.8rem;
  }
}

.section_footer .copy {
  font-size: 0.9rem;
  margin-top: 3rem;
}
@media screen and (max-width: 639px) {
  .section_footer .copy {
    font-size: 0.8rem;
  }
}/*# sourceMappingURL=top-style.css.map */