@charset "utf-8";

/*=====================
  COMMUNITY
=====================*/

.u-pc {
  display: block;
}
.u-tab {
  display: none;
}
.u-sp {
  display: none;
}

/*  main
=====================*/
.main {
  padding: 80px 0 0;
}
.main .main_txt {
  text-align:center;
/*  padding: 0 0 50px;*/
  padding: 70px 0 100px;
}
.main h2 {
  font-size: 72px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
.main h2::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: '';
  width: 20px;
  border-bottom: 3px solid #000;
  transform: translate(-50%);
}
.main p {
  font-size: 32px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  font-weight: normal;
}
.main .lead {
  font-size: 46px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  margin-bottom: 0.3em;
}


/*  contentWrap
=====================*/
#contentWrap {
  padding: 80px 0;
}

/* common */
figure {
  position: relative;
}
figcaption.caption {
  font-size: 12px;
  line-height: 1.3;
  text-align:right;
}

.copy_area h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

.copy_area p {
  text-align: center;
  font-size: 19px;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
.copy_area p.lead {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}

.copy_area .area_ttl {
  font-size: 44px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}
.copy_area .area_ttl::before {
  position: absolute;
  left: 50%;
  bottom: -20px;
  content: '';
  width: 20px;
  border-bottom: 3px solid #000;
  transform: translate(-50%);
}
.copy_area .area_txt {
  text-align: center;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.06em;
  margin-bottom: 30px;
}
.copy_area.txt_W {
  color:#FFF;
}
.copy_area.txt_W  .area_ttl::before {
  border-bottom: 3px solid #FFF;
}

/*サークル　アニメーション
-------------------------------------------------*/

/* 距離の調整

[data-aos="fade-down"] {
  transform: translate3d(0, -150px, 0);
}

[data-aos="fade-right"] {
  transform: translate3d(-150px, 0, 0);
}

[data-aos="fade-left"] {
  transform: translate3d(150px, 0, 0);
}

*/

.triangle_anime_wrap {
  position: relative;
  width: 70%;
  max-width: 1000px;
  aspect-ratio: 1 / 1;
  margin: 80px auto;
}

.circle {
  position: absolute;
  width: 56%;
  aspect-ratio: 1 / 1;
  mix-blend-mode: multiply;
}

.circle h4,.circle h3 {
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(18px ,3.8vw, 54px);
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
  color: #fff;
  will-change: transform;
}

.circle01 {
  z-index:1;
  top: 3%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.circle_inner {
  z-index:2;
  position: relative;
  display: grid;
  place-items: center;
  transition-duration: 2.3s;
  transition-timing-function: cubic-bezier(.455, .03, .515, .955);
  border-radius: 100%;
  overflow: hidden;
  transform-origin: center;
  will-change: transform;
}

.circle_cover {
  z-index: 5;
  position: absolute;
  opacity: 1;
  width: 100%;
  top:0;
  opacity: 1;
  mix-blend-mode: color;
}

.circle02 {
  bottom: 3%;
  left: 0;
}

.circle03 {
  bottom: 3%;
  right: 0%;
}

.circle04 {
  z-index: 4;
  width: 100%;
  top: 53%;
  left: 50%;
  translate: -50% -50%;
  mix-blend-mode: normal;
  border-radius:unset;
}

.circle04 .circle_inner {
    mix-blend-mode: normal;
    border-radius:unset;
}

.center_ttl {
  z-index: 5;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 0.1em;
  font-family: 'Oswald', sans-serif;
  font-weight: 600;
   font-size: clamp(26px ,5.5vw, 80px);
  color: #fff;
}

 .circle_txt {
  z-index: 5;
  mix-blend-mode: normal;
 }

/*タブ
-------------------------------------------------*/

.tab_bg {
  position: relative;
  background: #efefef;
  border: 0.3px solid #9e9e9d;
  padding: 50px;
  border-radius: 10px;
}

.tabs {
  transition: .3s;
}

.tab_close {
  display: none;
}

.tab_01 {
  height: clamp(42px, 5vw, 60px);
  position: absolute;
  z-index: 2;
  /*cursor: pointer;*/
}

.tab_02 {
  height: clamp(41px, calc(5vw - 1px), 59px);
  position: absolute;
  z-index: 2;
  /*cursor: pointer;*/
}

.tab_01 {
  z-index: 2;
  top: clamp(-59px, -4.925vw, -41px);
  left: 100px;
}

.tab_02 {
  z-index: 2;
  top: clamp(-59px, calc(-5vw + 1px), -41px);
  right: 100px;
}


.tab.close {
  color: #868687;
}

.tab img {
  height: 100%;
  width: auto;
}

.tab h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  font-size: 24px;
}


/*sec01 (common)
-------------------------------------------------*/

.sec01,.sec02,.intro {
  overflow:hidden;
}

.sec01 {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}

.block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 3.5em;
  gap: 2em;
}

.block.reverse {
  flex-direction: row-reverse;
}

.item_img {
  width: calc(50% - 1em);
}

.item_txt {
  width: calc(50% - 1em);
}

.block.wide .item_img {
  width: calc(60% - 1em);
}

.block.wide .item_txt {
  width: calc(40% - 1em);
}

.item_ttl,.block_end .end_ttl {
    position: relative;
    font-size: 24px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 10px;
    text-align: center;
    padding: 1em 0;
}

.item_ttl::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1em;
  background: url('../img/ttl_line_top.png') no-repeat center / contain;
  top: 0;
  left: 0;
}

.item_ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1em;
  background: url('../img/ttl_line_btm.png') no-repeat center / contain;
  bottom: 0;
  left: 0;
}

.item_ttl.pc {
  margin-bottom: 20px;
}

.item_txt strong {
  font-weight: 600;
}

.block_end {
  margin: 60px 0;
}

.item_txt p,.block_end .end_txt {
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    margin-bottom: 50px;
}

.block_end .end_ttl {
    font-size: 31px;
}

.block_end .end_txt {
    line-height: 2.5;
    text-align: center;
}


/*sec02 
-------------------------------------------------*/

.sec02 {
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
}



/*-----------------------------
調整
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1400px) {



}

/*-----------------------------
tab横のみ
-----------------------------*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {



}


/*-----------------------------
tab
-----------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1023px)  {


/*タブ 
-------------------------------------------------*/
  
/*
.tab {
  height: clamp(30px, 5vw, 40px);
  width: 44%;
}

.tab img {
  height: 100%;
  width: 100%;
}
.tab_01 {
  top: clamp(-40px, -5vw, -30px);
  left: 40px;
}

.tab_02 {
  top: clamp(-40px, -5vw, -30px);
  right: 40px;
}

*/

.tab_01 {
  left: 50px;
}

.tab_02 {
  right: 50px;
}

}


/*=============================
spから
=============================*/
@media only screen and (max-width: 767px) {

  .u-pc {
    display: none;
  }
  .u-tab {
    display: block;
  }
  .u-sp {
    display: none;
  }

  /*  main
  =====================*/
  .main {
    padding: 80px 0 0;
  }
  .main .main_txt {
    /*padding: 0 0 30px;*/
    padding: 20px 0 40px;
  }
  .main h2 {
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
  }
  .main p {
    font-size: 15px;
    line-height: 1.6;
    letter-spacing: 0.1em;
    font-weight: normal;
  }
  .main .lead {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    margin-bottom: 0.3em;
  }


  /*  contentWrap
  =====================*/
  #contentWrap {
    padding: 40px 0 0;
    margin-bottom: 40px;
  }

  /* common */
  .copy_area h3 {
    text-align: center;
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
  }
  .copy_area p {
    text-align: center;
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0.06em;
  }

  .copy_area .area_ttl {
    font-size: 30px;
    line-height: 1.3;
    letter-spacing: 0.1em;
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
    position: relative;
  }
  .copy_area .area_txt {
    text-align: center;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.06em;
    margin-bottom: 30px;
  }

/*タブ
-------------------------------------------------*/

  .tab_bg {
    padding: 30px 20px 20px 20px;
  }

  .tab {
    height: clamp(30px, 5vw, 40px);
  }

  .tab_02 {
    height: clamp(28.5px, 5vw, 40px);
  }


  .tab h2 {
    letter-spacing: .5px;
    font-size: clamp(12px, 2.8vw, 16px);
  }

  .tab_01 {
    top: clamp(-40px, -4.8vw, -28.5px);
    left: 7%;
  }

  .tab_02 {
    top: clamp(-40px, -5vw, -28.5px);
    right: 7%;
  }

/*サークル　アニメーション
-------------------------------------------------*/

  .triangle_anime_wrap {
    width: 85%;
    margin: 40px auto;
  }

  .circle h4,.circle h3 {
    font-size: clamp(16px ,5vw, 36px);
  }

  .center_ttl {
    font-size: clamp(26px ,7.5vw, 54px);
  }
  

/*sec01(common)
-------------------------------------------------*/

  .sec01 {
    padding: 40px 0 0;
  }

  .block {
    margin: 0 0 50px;
    gap: 0px;
  }

  .item_img,.item_txt,
  .block.wide .item_img,.block.wide .item_txt {
    width: 100%;
  }


  .item_ttl,.block_end .end_ttl {
    font-size: 16px;
  }

  .item_txt p,.block_end .end_txt {
      font-size: 13px;
      margin-bottom: 0px;
  }

  .block_end .end_ttl {
      font-size: 22px;
      margin-bottom: 30px;
      padding: 0;
  }

  .block_end {
    margin: 40px 0 30px 0;
  }

/*sec02
-------------------------------------------------*/

  .sec02 {
    padding: 40px 0 0;
  }

}



/*=============================
spから 調整
=============================*/
@media only screen and (max-width: 470px) {

  .u-pc {
    display: none;
  }
  .u-tab {
    display: none;
  }
  .u-sp {
    display: block;
  }
    .tab_01 {
    left: 11%;
  }

  .tab_02 {
    right: 11%;
  }


}

/*=============================
spから 調整
=============================*/
@media only screen and (max-width: 420px) {

  .u-pc {
    display: none;
  }
  .u-tab {
    display: none;
  }
  .u-sp {
    display: block;
  }
    .tab_01 {
    left: 8%;
  }

  .tab_02 {
    right: 8%;
  }


}

/*=============================
spから 調整
=============================*/
@media only screen and (max-width: 350px) {

  .u-pc {
    display: none;
  }
  .u-tab {
    display: none;
  }
  .u-sp {
    display: block;
  }
    .tab_01 {
    left: 5%;
  }

  .tab_02 {
    right: 5%;
  }


}

