@charset "UTF-8";
/* CSS Document */
/*top========================================*/
.top {
  padding-bottom: 180px;
  background: #f0f0f0;
}
/*SVGの横幅*/
.svganimeblock {
  width: 80%;
  height: 40vh;
  margin: 0 auto;
  padding-top: 150px;
}
/*SVGの可変*/
.svganimeblock svg {
  width: 100%;
  height: 100%;
  backdrop-filter: blur(3px);
}
/*アニメーション前のパスの指定*/
.svganimeblock svg path {
  fill-opacity: 0;
  transition: fill-opacity .5s;
  fill: none;
  stroke: #333;
}
/*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
.svganimeblock svg.done path {
  fill: #333;
  fill-opacity: 1;
  stroke: none;
}
.sticky{
  height: 60vh;
}
.top_logo {
  padding: 50px;
  width: 100%;
  height: 100%;
}
.top_tate-wrap {
  margin: 0 20px;
  padding-top: 51px;
  border-top: 1px solid;
  backdrop-filter: blur(4px);
}
.top_tate {
  writing-mode: vertical-rl;
  text-align: start;
  font-size: 6vw;
  line-height: 2em;
  display: inline-block;
}
@media(min-width:1025px) {
  .sticky_container {
    height: 200vh;
    width: 100%;
    background: #fff;
    margin-bottom: 119px;
  }
  .svganimeblock {
    position: absolute;
    height: 100vh;
    width: 50%;
    padding: 0 100px;
    display: flex;
    align-items: center;
    margin: 0;
    right: 0;
  }
  .sticky {
    position: sticky;
    position: -webkit-sticky; /*Safari用*/
    top: 0;
    left: 0;
    height: 100vh;
    width: 50%;
    background: #f0f0f0;
    align-content: center;
    z-index: 0;
  }
  .top_logo {
    height: 100%;
    padding: 100px;
  }
  .top_tate {
    font-size:min(2.3vw,30px);
  }
  .top {
    padding-bottom: 0;
  }
  .top_tate-wrap {
    height: calc(100vh - 120px);
        width: 46%;
        position: absolute;
        top: 100vh;
        right: 0;
        border: none;
        padding-top: 0;
        display: flex;
        justify-content: center;
        align-items: center;
  }
}
/*about========================================*/
.about {
  position: relative;
  padding-bottom: 120px;
  background-color: #fff;
}
.h2_en {
  border-bottom: solid 1px;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  width: 330px;
}
.h2_en::before, .h2_en::after {
  content: "";
  width: 15px;
  height: 15px;
  transform: rotate(135deg) skew(20deg, 20deg);
  position: absolute;
}
.h2_en::before {
  bottom: -7.5px;
  left: 0;
}
.h2_en::after {
  bottom: -7.5px;
  right: 0;
}
.about .h2_en::before {
  background: #93c7d9;
}
.about .h2_en::after {
  background: #C3D3BF;
}
.about_contents {
  margin: 0 20px 0 20px;
}
.about_box img {
  width: 80%;
  margin-top: 40px;
}
.about_box p {
  margin: 0 auto;
  padding-bottom: 50px;
  text-align: left;
  width: 80%;
}
.about h3 {
  display: inline-block;
  width: 80%;
  padding: 16px;
}
.about_title1 {
  border-bottom: 4px dotted #C3D3BF;
  border-top: 4px dotted #C3D3BF;
}
.about_title2 {
  border-bottom: 4px dotted #365591;
  border-top: 4px dotted #365591;
}
.about_title3 {
  border-bottom: 4px dotted #93c7d9;
  border-top: 4px dotted #93c7d9;
}
.about_inner {
  margin-bottom: 50px;
}
@media(min-width:768px) {
  .about_contents{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    gap: 3%;
  }
  .about_inner{
    width: 48%;
  }
}
@media(min-width:1025px) {
  .h2_en {
    width: 355px;
  }
  .about_contents {
    display: flex;
    margin: 0 auto;
    max-width: 1440px;
    justify-content: center;
    align-items: stretch;
    gap: 4%;
    padding: 0 3%;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  .about_inner {
    margin-bottom: 0;
    width: 367px;
  }
}
/*member========================================*/
.member {
  position: relative;
  padding-bottom: 120px;
  background-color: #26498ddb;
  color: #fff;
}
.member h2, .mission h2 {
  color: #fff;
}
.member .h2_en::before {
  background: #C3D3BF;
}
.member .h2_en::after {
  background: #93c7d9;
}
.member img {
  width: 100%;
  padding: 0 20px 50px;
}
.member h3 {
  font-size: 5.5rem;
  position: relative;
  line-height: 1;
  border-bottom: 1px solid;
  padding-bottom: 20px;
}
.member h3::before {
  font-style: italic;
  font-size: 3.2rem;
  position: absolute;
  top: 0;
  left: 0;
}
.memder_title1::before {
  content: "01.";
  color: #B8D990;
}
.memder_title2::before {
  content: "02.";
  color: #F3EC74;
}
.memder_title3::before {
  content: "03.";
  color: #F5B56B;
}
.member_contents {
  margin: 0 20px;
}
.member p {
  text-align: left;
}
.member_box {
  padding-bottom: 120px;
}
@media(min-width:1025px) {
  #wrapper {
    position: relative;
    display: flex; /*左エリア、右エリア横並び指定*/
  }
  #fixed-area {
    position: -webkit-sticky; /*Safari用*/
    position: sticky;
    top: 15%;
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    background-size: contain;
  }
  #right {
    margin-top: 30vh;
    width: 50%;
  }
  .member_wrap {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 120px 0 100px;
    gap: 2%;
  }
  .member_box {
    padding-bottom: 160px;
  }
  .member_box:last-child {
    padding-bottom: 22px;
  }
  .member h3 {
    text-align: left;
    padding-left: 90px;
  }
  .member img {
    padding: 0;
  }
}
/*work========================================*/
.work {
  position: relative;
  padding-bottom: 180px;
  background: #f0f0f0e8;
}
.work_contents {
  margin: 0 20px;
}
.work .h2_en::before {
  background: #C3D3BF;
}
.work .h2_en::after {
  background: #E98917;
}
.work h3 {
  color: #365591;
  line-height: 1.2;
  display: inline-block;
}
.work_box {
  padding-bottom: 120px;
}
.work_box:last-child {
  padding-bottom: 0;
}
.work_box p {
  text-align: left;
}
.work img {
  width: 100%;
}
.work_re{
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media(min-width:768px) {
  .work img{
    width: 70%;
  }
  .work_box p{
    width: 70%;
  }
}
@media(min-width:1025px) {
  .work img {
    width: 400px;
    margin: 10px 0 0 auto;
  }
  .work_box2 p {
    margin: 0 0 0 auto;
  }
  .work_box2 h3 {
    margin-left: 196px;
  }
  .work_box2 img {
    margin: 10px auto 0 0;
  }
  .work_re {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .work_contents {
    max-width: 700px;
    margin: 0 auto;
  }
  .work_box {
    text-align: left;
  }
  .work_box p {
    width: auto;
  }
}
/*text========================================*/
.text {
  position: relative;
  width: 100vw;
  height: calc(100vh + 60px);
}
.text_1{
  background-image: url("../img/bg_1.webp");
  /*背景画像の位置を固定*/
}
.text_2{
  background-image: url("../img/bg_2.webp")
}
.text_1, .text_2 {
  width: 100vw;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.text_1::before, .text_2::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.text_1 p, .text_2 p {
  color: #fff;
  font-family: "ten-mincho", serif;
  font-size: 1.8rem;
  line-height: 2.5;
  padding: 50% 0;
  position: relative;
  z-index: 1;
  border-top: solid 1px #000;
}
@media(min-width:1025px) {
  .text {
    height: calc(100vh + 120px);
  }
  .text_1 p,.text_2 p{
    padding: 15% 120px;
    font-size: 2.4rem;
    max-width: 1440px;
    margin: 0 auto;
  }
  .text_1 p{
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
/*mission========================================*/
.mission {
  position: relative;
  padding-bottom: 120px;
  background-color: #26498ddb;
}
.mission .h2_en::before {
  background: #E98917;
}
.mission .h2_en::after {
  background: #93c7d9;
}
.mission_contents {
  background: #fff;
  margin: 0 20px;
  padding: 10px;
}
.mission p {
  font-family: "ten-mincho", serif;
  text-align: left;
  padding: 0 10px 2.5em;
  line-height: 2.5em;
  background-image: linear-gradient(transparent 0, transparent 97%, #768FBE 100%);
  background-size: 100% 2.5em;
}
.mission_text {
  padding: 20px 10px 30px;
}
.mission img {
  width: 50px;
  padding-top: 30px;
  opacity: 0.6;
}
.mission p:first-child {
  border-top: solid 1px #768fbe45;
}
.mission p:last-child {
  padding-bottom: 0;
}
@media(min-width:1025px) {
  .mission_contents-wrap {
    max-width: 1440px;
    margin: 0 auto;
  }
  .mission_contents {
    margin: 0 3%;
  }
  .mission img {
    width: 82px;
    margin-top: 70px;
  }
  .mission_text {
    padding: 25px 100px 100px;
  }
  .mission p {
    text-align: center;
  }
}
/*company========================================*/
.company {
  position: relative;
  padding-bottom: 120px;
  background-color: #fff;
}
.company .h2_en::before {
  background: #C3D3BF;
}
.company .h2_en::after {
  background: #93c7d9;
}
.company ul {
  margin: 0 20px;
}
.company li {
  display: flex;
  border-bottom: solid 0.5px #365591;
  border-top: solid 0.5px #365591;
  padding: 20px 0;
}
.company li:last-child {
  border-top: none;
}
.company_title {
  color: #365591;
  font-weight: 600;
  width: 120px;
}
@media(min-width:1025px) {
  .company ul {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 120px;
  }
}
/*h2========================================*/
.about h2 .rollAnime.roll span:nth-child(3) {
  color: #e98917;
}
.work h2 .rollAnime.roll span:nth-child(2) {
  color: #93c7d9;
}
.mission h2 .rollAnime.roll span:nth-child(6) {
  color: #C3D3BF;
}
.company h2 .rollAnime.roll span:nth-child(2) {
  color: #e98917;
}
/*角,枠========================================*/
@media(min-width:1025px) {
  .about, .member {
    padding-bottom:  360px;
  }
  .work,.mission,.company{
    padding-bottom: 200px;
  }
  h2 {
    padding-bottom: 100px;
  }
}

.section-member,.section-work,.section-mission{
  background: url("../img/texture.jpg")repeat left top/300px 300px;
}
.section-work,.section-mission{
  position: relative;
  z-index: 1;
}