/*

【CSS記述ルール】

① font-sizeはpxで指定してください
　（rem、%等の指定はしないようお願いいたします）

② oneday はディレクトリ名に変更してください

③ 必ずディレクトリ名が付いたidセレクタを先頭に記述した後に、要素を記述してください
　（例：#oneday .inner、#oneday .page-title 等）

④ CSS内の画像指定パスは、CSSファイルから見た相対パスで指定してください
　（例：../images/ディレクトリ名/画像名.拡張子）

*/
/*------------------------------------------------------------
common
------------------------------------------------------------*/
.oneday {
  font-family: 'Noto Sans JP', 'Century Gothic', 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック体, YuGothic, "Yu Gothic Medium", 游ゴシック, 'Yu Gothic', メイリオ, Meiryo, sans-serif;
  font-size: 13px;
  font-weight: 400;
}

#oneday .Poppins {
  font-family: 'Poppins', sans-serif;
}

#oneday * {
  box-sizing: border-box;
}

#oneday a {
  transition: opacity .3s;
}

#oneday a[href^="tel:"] {
  display: inline-block;
  transition: none;
}

#oneday a:hover {
  text-decoration: none;
}

#oneday a:focus-visible {
  outline: none;
}

#oneday img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  width: 100%;
}

#oneday .js-fadein {
  opacity: 0;
  transform: translate(0, 20px);
  transition-property: opacity, transform;
  transition-duration: 1s;
}

#oneday .scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

#oneday {
  overflow: hidden;
}

#oneday .text:last-of-type {
  margin-bottom: 0;
}

#oneday .pc-br {
  display: none;
}

#oneday .inner {
  width: calc(100% - 24px);
  max-width: 1180px;
  margin: 0 auto;
}

#oneday .oswald {
  font-family: 'Oswald', sans-serif;
}

#oneday .poppins {
  font-family: poppins, sans-serif;
  font-weight: 500;
  font-style: normal;
}

#oneday .sp-none{
  display: none;
}

#oneday .main-block {
  position: relative;
  overflow: hidden;
}

#oneday .main-ttl {
  position: absolute;
  bottom: 65px;
}

#oneday .main-ttl-eng {
  display: block;
  font-size: 60px;
  color: #FFFFFF;
  line-height: 1;
}

#oneday .main-ttl-jap {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 500;
  line-height: 1;
}

#oneday .rooptext {
  position: absolute;
  font-size: 100px;
  font-weight: bold;
  font-style: italic;
  -webkit-text-stroke: 1px rgba(247, 248, 252, 0.2);
  color: rgba(255, 255, 255, 0);
  letter-spacing: 0.1em;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 33px);
}

#oneday .rooptext:first-child {
  animation: rooptext01 60s -30s linear infinite;
}

#oneday .rooptext:last-child {
  animation: rooptext02 60s linear infinite;
}

@keyframes rooptext01 {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%)
  }

}

@keyframes rooptext02 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }

}

#oneday .overview {
  font-weight: 500;
  max-width: 330px;
  width: 100%;
  margin: 62px auto;
  line-height: 2.1;
}

/*tab*/
#oneday .box-img {
  display: block;
}

#oneday .item-tab{
  position: relative;
}

#oneday .item-tab .imageMask{
  padding-bottom: 6px;
}

#oneday .item-tab .box-img {
  border: 1px solid #E6EDF0;
  overflow: hidden;
}

#oneday .item-tab .box-img img {
  transition: .5s;
}

#oneday .item-tab .link-tab:hover img {
  transform: scale(1.05);
}

#oneday .title-page {
  padding: 58px 20px 70px;
  font-size: 13px;
  line-height: 28px;
  font-weight: 500;
}

#oneday .item-tab .link-tab {
  position: relative;
  width: 100%;
  display: block;
  color: #333333;
  margin-bottom: 75px;
}



#oneday .box-info {
  background: white;
  max-width: 90%;
  margin: auto;
  position: relative;
  padding: 18px 30px 5px 19px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.11);
  margin-top: -60px;
}

#oneday .item-tab .number {
  position: absolute;
  font-size: 60px;
  color: transparent;
  left: 22px;
  top: -36px;
  -webkit-text-stroke: 1px #E6EDF0;
  line-height: 90px;
  z-index: 1;
}

#oneday .box-info::after {
  content: "";
  position: absolute;
  background-image: url(../images/oneday/oneday_arow.png);
  background-size: 100%;
  width: 24px;
  height: 24px;
  bottom: 10px;
  right: 10px;
  transition: .3s;
}

#oneday .link-tab:hover .box-info::after {
  background-image: url("../images/oneday/oneday_arow_hover.png");
}

#oneday .item-tab .dl-tab {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 500;
}

#oneday .item-tab .dl-tab .dt-tab {
  width: 80px;
  font-size: 16px;
  font-weight: 700;
}

#oneday .item-tab .dl-tab .dd-tab {
  width: calc(100% - 80px);
  font-size: 12px;
  line-height: 21px;
}

#oneday .text-es {
  font-size: 28px;
  color: #2F80C1;
  font-weight: 600;
  margin-right: 10px;
}

#oneday .text-tab02 {
  font-size: 13px;
  font-weight: 500;
}
#oneday .text-tab02 .year{
  margin-left: 8px;
}

/*people */
#oneday .people{
  margin-bottom: 80px;
}

#oneday .banner-people {
  position: relative;
}

#oneday .banner-people::after {
  position: absolute;
  content: "";
  background: rgba(47, 128, 193, 0.8);
  bottom: 0px;
  height: 80px;
  width: 100%;
}

#oneday .box-main {
  margin-top: -103px;
  position: relative;
}

#oneday .box-main .dl-title {
  margin-bottom: 20px;
  color: white;
}

#oneday .box-main .dl-title .dt-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: -5px;
}

#oneday .box-main .dl-title .dd-title {
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 10px;
}

#oneday .box-main .dl-title .dd-title .small{
  font-size: 12px;
}

#oneday .pc-display {
  display: none;
}

#oneday .box-main .img-name {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px;
}

#oneday .box-main .img-name .box-img {
  width: 140px;
}

#oneday .box-main .img-name .year-work {
  width: calc(100% - 140px);
  font-weight: 500;
  font-size: 13px;
}

#oneday .box-main .img-name .year-work .text-es {
  font-size: 20px;
  font-weight: 700;
}

#oneday .left-info {
  padding: 22px 0px 50px;
  /*transition: .5s;*/
}

#oneday .text-content {
  font-size: 13px;
  line-height: 26px;
  padding: 0px 13px;
  margin-bottom: 25px;
  font-weight: 500;
}

#oneday .box-main .right-content {
  padding-left: 50px;
  position: relative;
  z-index: 99;
}

#oneday .box-main .right-content::after {
  position: absolute;
  content: "";
  height: 99%;
  background: #707070;
  width: 2px;
  left: 22px;
  top: 0px;
  z-index: -1;
}

#oneday .box-main .right-content .title-note, #oneday .box-main .right-content .dt-item {
  position: relative;
}

#oneday .box-main .right-content .title-note::after, #oneday .box-main .right-content .dt-item::after {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  background: #2F80C1;
  border-radius: 50%;
  left: -37px;
  top: 0px;
  z-index: 99;
}

#oneday .box-main .right-content .title-note .text-color {
  color: #2F80C1;
  margin-right: 20px;
  font-weight: 600;
}

#oneday .box-main .right-content .title-note, #oneday .box-main .right-content .dt-item {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 18px;
}

#oneday .box-main .right-content .dt-item {
  font-weight: 600;
  margin-bottom: 12px;
}

#oneday .box-main .right-content .dd-item {
  font-size: 13px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 15px;
}

#oneday .box-main .right-content .dl-item {
  margin: 30px 0px 20px;
}

#oneday .box-main .right-content .dl-item.no-img {
  margin: 30px 0px 30px;
}

#oneday .box-main .right-content .dt-item .text-color {
  color: #2F80C1;
  margin-right: 10px;
  font-weight: 500;
  position: relative;
}

#oneday .box-main .right-content .dt-item .text-color::after {
  position: absolute;
  content: "";
  right: -10px;
  top: 3px;
  background-color: #2F80C1;
  height: 16px;
  width: 1px;
}

#oneday .buttonStyle01{
  margin-top: 24px;
  font-weight: 500;
}

/*
----------------------------------
image-pass
----------------------------------
*/
#oneday .imageMask {
  position: relative;
  overflow: hidden;
  transform: translate(0, 0);
  opacity: 1;
}

#oneday .imageMask::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transform-origin: left top;
  backface-visibility: hidden;
  z-index: 2;
}

#oneday .imageMask .imageElement {
  visibility: hidden;
  opacity: 0;
  transition-property: visibility, opacity;
  transition-duration: 0s;
  transition-delay: 1s;
}

#oneday .imageMask.scroll-in::before {
  animation: maskPictureAnimation 1s ease 0.5s 1 normal forwards;
}

#oneday .imageMask.scroll-in .imageElement {
  visibility: visible;
  opacity: 1;
}

#oneday .imageMask.imageMaskColor::before {
  transform: scaleX(0);
  background-color: #2F80C1;
}

#oneday .imageMask.imageMaskColor.scroll-in::before {
  animation: maskPictureAnimationColor 1s ease 0.5s 1 normal forwards;
}

@keyframes maskPictureAnimation {
  0% {
    left: 0;
    transform: scaleX(1);
  }
  50% {
    left: 0;
    transform: scaleX(1);
  }
  100% {
    left: 100%;
    transform: scaleX(0);
  }
}

@keyframes maskPictureAnimationColor {
  0% {
    left: 0;
    transform: scaleX(0);
  }
  50% {
    left: 0;
    transform: scaleX(1);
  }
  100% {
    left: 100%;
    transform: scaleX(0);
  }
}



@media print, screen and (min-width: 768px) {
  /* ---------- タブレット・PC以上 ---------- */
  #oneday .pc-none{
    display: none;
  }
  
  #oneday .sp-none{
    display: block;
  }
  
  #oneday .oneday {
    font-size: 16px;
  }

  #oneday .pc-display {
    display: block;
  }

  #oneday .inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
  }

  #oneday a[href^="tel:"] {
    color: inherit;
    pointer-events: none;
  }

  #oneday a:not([href^="tel:"]):hover {
    /*opacity: .5;*/
  }

  #oneday .sp-br {
    display: none;
  }

  #oneday .pc-br {
    display: inline;
  }

  #oneday .letter{
    font-size: 16px;
  }
  
  #oneday .main-ttl-eng {
    margin-bottom: 0;
    font-size: 100px;
  }

  #oneday .main-ttl-jap {
    font-size: 24px;
    padding-left: 10px;
  }

  #oneday .main-ttl {
    top: 50%;
    transform: translateY(-10px);
  }

  #oneday .title-page {
    font-size: 16px;
    line-height: 30px;
    padding: 0px 20px 70px;
    padding-left: 20%;
  }

  #oneday .overview {
    max-width: 724px;
    margin: 80px auto 100px;
    font-size: 16px;
  }

  /*tab*/
  /*=====================================*/
  #oneday .list-tab {
    display: flex;
    justify-content: space-between;
    max-width: 1060px;
    margin: auto;
    padding-left: 10px;
  }

  #oneday .list-tab .item-tab {
    width: calc(50% - 25px);
  }

  #oneday .box-info {
    padding: 27px 0px 15px 25px;
    margin-top: -75px;
  }

  #oneday .box-info::after {
    bottom: 20px;
    right: 15px;
  }

  #oneday .item-tab .dl-tab {
    flex-direction: column;
  }

  #oneday .item-tab .dl-tab .dt-tab {
    font-size: 18px;
  }

  #oneday .item-tab .dl-tab .dd-tab {
    font-size: 16px;
    width: 100%;
  }

  #oneday .text-es {
    font-size: 30px;
  }

  #oneday .text-tab02 {
    font-size: 14px;
  }
  
  #oneday .text-tab02 .year{
    margin-left: 10px;
  }

  #oneday .item-tab .link-tab {
    margin-bottom: 120px;
  }

  #oneday .item-tab .number {
    font-size: 80px;
    left: 40px;
    top: -36px;
    /* bottom: 30px; */
    z-index: 99;
  }

  /*people*/
  /*=====================================*/
  #oneday .box-main .dl-title .dt-title {
    font-size: 50px;
    margin-bottom: 35px;
    padding-left: 5px;
  }

  #oneday .box-main .dl-title .dd-title, #oneday .box-main .dl-title .dd-title.two {
    font-size: 30px;
    line-height: 50px;
  }
  
  #oneday .box-main .dl-title .dd-title .small{
    font-size: 30px;
  }
  
  #oneday .people{
    margin-bottom: 160px;
  }
  
  #oneday .banner-people::after {
    height: 300px;
  }

  #oneday .box-main {
    margin-top: -335px !important;
    position: relative;
  }

  #oneday .box-main .link-other::after {
    bottom: 17px;
    right: 21px;
  }

  #oneday .box-content {
    display: flex;
    justify-content: space-between;
    align-content: flex-start;
  }

  #oneday .box-content .left-info {
    /*width: 26.5%;*/
    width: 318px;
    height: 100%;
  }

  #oneday .box-content .right-content {
    width: 63%;
    background: white;
    padding: 80px 45px 40px 110px;
    box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
    margin-top: 30px;
    margin-bottom: 100px;
  }

  #oneday .box-main .right-content::after {
    left: 69px;
    top: 90px;
    height: calc(100% - 160px);
  }

  #oneday .box-main .right-content .title-note::after, #oneday .box-main .right-content .dt-item::after {
    left: -50px;
    top: 3px;
  }

  #oneday .box-main .img-name {
    display: block;
  }

  #oneday .box-main .img-name .box-img {
    width: 278px;
    margin: auto;
  }

  #oneday .note-pc {
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin-bottom: 20px;
    padding: 0px 5px 0px 40px;
  }

  #oneday .box-main .img-name .year-work {
    width: 100%;
    padding: 0px 0px 0px 40px;
    font-size: 14px;
    margin-bottom: 20px;
  }

  #oneday .box-main .img-name .year-work .text-es {
    font-size: 30px;
  }

  #oneday .text-content {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 25px;
    padding: 0px 27px 0px 40px;
  }

  #oneday .box-main .link-other {
    font-size: 18px;
    width: 240px;
    margin: auto;
  }

  #oneday .box-main .right-content .title-note, #oneday .box-main .right-content .dt-item {
    font-size: 20px;
  }

  #oneday .box-main .right-content .dt-item {
    padding-left: 5px;
  }

  #oneday .box-content .right-content .box-img {
    max-width: 600px;
  }

  #oneday .box-main .right-content .dl-item.no-img {
    margin: 40px 0px 85px;
  }

  #oneday .box-main .right-content .dd-item {
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 30px;
  }

  #oneday .box-main .right-content .dt-item .text-color {
    margin-right: 30px;
  }

  #oneday .box-main .right-content .dt-item .text-color::after {
    right: -17px;
    top: 6px;
    height: 20px;
  }

  /* #oneday .box-main .left-info {
      transition: 1s;
    }
 */
  #oneday .box-main .left-info {
    /*transition: .5s;*/
    padding-bottom: 0;
  }

  #oneday .box-main .left-info.active {
    position: fixed;
    bottom: unset;
    top: 30px;
    left: 12px;
    padding-right: 0%;
    /*top: 3.5vh;*/
    height: auto;
  }

  /* #oneday .box-main .right-content {
     transition: 1s;
    }
 */
  #oneday .box-main .right-content.active {
    margin-left: 37%;
  }

  #oneday #p1.is-scroll .box-main .left-info {
    /*position: absolute;*/
    /*top: unset;*/
    /*bottom: 50px;*/
    /*transition: .5s;*/
  }

  #oneday .buttonStyle01 {
    margin-top: 36px;
    width: 240px;
  }
  
  #oneday .letter::before{
    transition: width .3s , right .3s
  }
  
  #oneday .letter::after{
    transition: transform .3s;
  }
}

@media print, screen and (min-width: 1200px) {

  #oneday .box-main .right-content.active {
    margin-left: 33.5%;
  }

  #oneday .box-content .right-content {
    width: 66.5%;
  }

}

.check-height {
  position: absolute;
  width: 1px;
  height: 100vh;
  top: 0;
  left: 0;
  pointer-events: none;
}

@media print, screen and (min-width: 1224px) {
  #oneday .box-main .left-info.active {
    left: calc(50% - 600px);
    /*padding-right: 10%;*/
  }
}

/*------------------------------------------------------------
path
------------------------------------------------------------*/
#oneday [class*="page-path"] {
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 1s;
  z-index: 1;
}

#oneday [class*="page-path"] .path-inner {
  display: flex;
}

#oneday [class*="page-path"] .path-item {
  position: relative;
  width: 100%;
  height: auto;
  padding-right: 100px;
}

#oneday [class*="page-path"] .path-item.active {
  animation-name: path-item-loop;
  animation-duration: 60s;
  animation-delay: -40s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

#oneday [class*="page-path"] .path-item.active:first-of-type {
  animation-name: path-item-loop-first;
  animation-delay: 0s;
}

#oneday [class*="page-path"] .path-item.active:last-of-type {
  animation-name: path-item-loop-last;
  animation-delay: -20s;
}

#oneday [class*="page-path"] svg {
  width: 100%;
  height: auto;
  fill: none;
  stroke: #F7F8FC;
  stroke-width: 2px;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  z-index: 1;
  opacity: .2;
  font-style: italic;
}

#oneday [class*="page-path"].scroll-in svg {
  animation: line-animation 3s ease-in 0s forwards;
}

@media print, screen and (min-width: 768px) { /* ---------- タブレット・PC以上 ---------- */
  #oneday [class*="page-path"] {
    top: 0;
    width: 100%;
    transform: translateX(-12%);
  }

  #oneday [class*="page-path"] .path-inner {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    transform: translateX(50%);
    z-index: 50;
  }

  #oneday [class*="page-path"] .path-item {
    height: 0;
    padding-right: 0;
  }

  #oneday [class*="page-path"] .path-item.active {
    animation: none;
  }

  #oneday [class*="page-path"] svg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }

}

@media all and (-ms-high-contrast:none) { /* ---------- only IE ---------- */
  #oneday [class*="page-path"] {
    opacity: 0;
  }

  #oneday [class*="page-path"].scroll-in {
    opacity: 1;
  }

  #oneday [class*="page-path"] svg {
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
  }

  #oneday [class*="page-path"].scroll-in svg {
    animation: none;
  }

  #oneday .path-item {
    opacity: 1;
  }

}

@keyframes line-animation {
  0% {
    stroke-dashoffset: 3000;
  }

  100% {
    stroke-dashoffset: 0;
  }

}

@keyframes path-item-loop {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(-200%);
  }

}

@keyframes path-item-loop-first {
  0% {
    transform: translateX(200%);
  }

  100% {
    transform: translateX(-100%);
  }

}

@keyframes path-item-loop-last {
  0% {
    transform: translateX(0%);
  }

  100% {
    transform: translateX(-300%);
  }

}

#oneday .page-path-oneday {
  width: calc(((946 / 750) * 100%) * 3); /* calc(((svgの幅 / デザインカンプの幅) x 100%) x 3) */
}

#oneday .page-path-data .path-item {
  width: calc((946 / 750) * 100%); /* calc((svgの幅 / デザインカンプの幅) x 100%) */
}

@media print, screen and (min-width: 768px) { /* ---------- タブレット・PC以上 ---------- */
  #oneday .page-path-oneday {
    width: 100%;
  }

  #oneday .page-path-oneday .path-item {
    width: calc((1420 / 1920) * 100%); /* calc((svgの幅 / デザインカンプの幅) x 100%) */
    padding-top: calc(215 / 1420 * ((1420 / 1920) * 100%)); /* アスペクト比の計算 calc(svgの高さ / svgの幅 x 要素の幅) */
  }

}
