@charset "UTF-8";
/* ==========================================================
  Fonts import
========================================================== */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;500&display=swap');


/* ==========================================================
  Style
========================================================== */
/* グローバルナビ非表示 */
@media all and (min-width: 1160px) {
  .c-header-lower {
    display: none;
  }
}

/* パンくず非表示 */
.c-breadcrumb {
  display: none;
}

/* フッターリンク非表示 */
.c-nav-footer {
  display: none;
}

.kodo {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-delay: .3s;
  animation-fill-mode: forwards;
}

.main-visual {
  position: relative;
  height: calc(100vh - 100px);
  background: #00A1E4 url(/kodo/images/main-bg1000.png) repeat-x 0 center;
  background-size: auto 95%;
  opacity: 0;
  animation-name: fadein;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  z-index: 2;
}
.main-visual-inner {
  width: 100%;
  height: 100%;
  padding: 6vh 6vh 0;
  transition: padding .2s ease-in-out;
}
@media all and (min-width: 768px) {
  .main-visual {
    height: calc(100vh - 90px);
    /* min-height: 840px; */
  }
  .main-visual-inner {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    padding: 8vh 8vh;
  }
}

.main-visual a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.catchcopy {
  max-width: 220px;
  transition: width .2s ease-in-out;
}
.catchcopy01, .catchcopy02 {
  width: 100%;
  opacity: 0;
  animation-name: fadeinRight;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  z-index: 2;
}
.catchcopy02 {
  margin-top: 20px;
  animation-delay: 1.6s;
}
.catchcopy01 img, .catchcopy02 img {
  width: 100%;
}
@media all and (min-width: 375px) {
  .catchcopy {
    max-width: 260px;
  }
}
@media all and (min-width: 768px) {
  .catchcopy {
    max-width: 464px;
  }
  .catchcopy01, .catchcopy02 {
    max-width: inherit;
    width: 100%;
  }
  .catchcopy01 img, .catchcopy02 img {
    width: auto;
    max-width: 100%;
  }
}

@media all and (max-height: 780px) {
  .catchcopy {
    width: 40vh;
  }
}

.play {
  display: block;
  position: absolute;
  bottom: 5vh;
  left: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  opacity: 0;
  animation-name: fadeinUp;
  animation-duration: .6s;
  animation-iteration-count: 1;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  z-index: 2;
}
.play img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .play {
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 120px;
    height: 120px;
  }
}
@media all and (min-width: 1160px) {
  .play {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 169px;
    height: 169px;
  }
}
.contents {
  position: relative;
  padding: 0 0 5rem;
  margin: 0 0 5rem;
}
.contents::after {
  content: '';
  display: block;
  background: #FFF100 url(/kodo/images/chain.png) repeat-x 0 center;
  background-size: auto 20px;
  height: 20px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -3rem;
  z-index: 1;
  padding: 6rem 0 3rem;
}
@media all and (min-width: 768px) {
  .contents {
    padding: 0 0 12rem;
    margin: 0 0 11rem;
  }
  .contents::after {
    bottom: -12rem;
    background-size: auto 40px;
    height: 40px;
    padding: 15rem 0 11rem;
  }
}

.section-inner {
  width: 100%;
  padding: 0 3rem;
}
@media all and (min-width: 768px) {
  .section-inner {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
  }
}

.intro-sec {
  margin-top: -76vh; /* 背景色変更のタイミング調整 */
  padding: 94vh 0 7vh;
  /* background: #FFF100;*/
  font-size: 1.7rem;
  color: #606060;
  line-height: 2.2;
  z-index: 1;
}
@media all and (min-width: 768px) {
  .intro-sec {
    font-size: 2.8rem;
    line-height: 1.8;
  }
}

.page-ttl {
  max-width: 250px;
}
.page-ttl img {
  width: 100%;
}
@media all and (min-width: 768px) {
  .page-ttl {
    max-width: inherit;
  }
  .page-ttl img {
    width: auto;
  }
}

.page-desc {
  margin: 5rem 0 0;
}
.page-desc p + p {
  margin-top: 4rem;
}
@media all and (min-width: 768px) {
  .page-desc {
    margin: 10rem 0 0;
  }
}

.note-txt {
  text-indent: -1em;
  margin-left: 1em;
  font-size: 1.5rem;
  line-height: 1.8;
}
@media all and (min-width: 768px) {
  .note-txt {
    margin-top: 5rem!important;
    font-size: 1.7rem;
  }
}

.tech-sec {
  margin-top: -50vh; /* 背景色変更のタイミング調整 */
  padding-top: 60vh;
  padding-bottom: 3rem;
  /*background: #FFF;*/
}
@media all and (min-width: 768px) {
  .tech-sec {
    padding-bottom: 3rem;
  }
}

.tech-sec-ttl {
  margin: 0 0 3.5rem;
  font-size: 2.0rem;
  font-weight: 500;
  color: #00A0E9;
}
@media all and (min-width: 768px) {
  .tech-sec-ttl {
    font-size: 3.4rem;
  }
}

.tech-list {
  display: block;
}
.tech-list-item {
  margin: 0 0 4rem;
}
.tech-list-item .ttl a {
  display: block;
  background: #FFF100;
  color: #E4007F;
  text-align: center;
  margin: 1.5rem auto 0;
  padding: 1rem;
  border-radius: 30px;
  font-size: 1.7rem;
  font-weight: 500;
}
.tech-list-item img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .tech-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tech-list-item {
    width: 48%;
    max-width: 460px;
    margin: 0 0 6.8rem;
  }
  .tech-list-item .ttl a {
    margin: 2.2rem auto 0;
    padding: 1.5rem;
    width: 80%;
    font-size: 2.0rem;
    transition: .2s ease-in-out;
  }
  .tech-list-item .ttl a:hover {
    background: #00A1E4;
    color: #FFF100;
    text-decoration: none;
  }
}

/* マウスオーバー */
@media all and (min-width: 768px) {
  .tech-list-item .img a {
    display: block;
    overflow: hidden;
  }
  .tech-list-item .img a > img {
    display: block;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  }
  .tech-list-item .img a:hover > img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.c-btn-blue-03 {
  font-family: "segoe ui", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: normal;
  margin: 0 0 1.5rem;
  width: 100%;
  z-index: 2;
  position: relative;
}
@media all and (min-width: 768px) {
  .btn-list > .section-inner {
    display: flex;
    justify-content: space-between;
  }
  .c-btn-blue-03 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
    width: 48%;
  }
}


/* jQuery スクロールで背景色変更
------------------------------------*/
.block-bg {
    transition: all .5s ease;
    background: #00A1E4;
}


/* jQuery colorbox
------------------------------------*/
#colorbox {
    /* min-width: 600px!important; */
    overflow: visible!important;
}
#cboxOverlay {
    background: #222!important;
}
#cboxLoadingOverlay {
    border-radius: 8px;
}
#cboxWrapper {
    overflow: visible!important;
}
#cboxClose {
    top: -5.5rem!important;
    right: 0rem!important;
    width: 35px!important;
    height: 35px!important;
    background: url(/kodo/images/modal_close.svg) no-repeat center;
    background-size: 100%;
}
#cboxPrevious, #cboxNext {
    top: 47%!important;
    width: 27px!important;
    height: 54px!important;
}
#cboxPrevious {
    left: -6rem!important;
    background: url(/kodo/images/modal_controls.svg) no-repeat left;
    background-size: 200%;
}
#cboxNext {
    right: -6rem!important;
    background: url(/kodo/images/modal_controls.svg) no-repeat right;
    background-size: 200%;
}
@media screen and (max-width : 767px) {
    #cboxWrapper {
        max-width: 90%!important;
        height: auto!important;
    }
    #cboxClose {
        top: -4rem!important;
        right: 0!important;
        width: 30px!important;
        height: 30px!important;
    }
    #cboxPrevious, #cboxNext {
        top: 44%!important;
        width: 27px!important;
        height: 34px!important;
    }
    #cboxPrevious {
        left: -2.5rem!important;
    }
    #cboxNext {
        right: -2.5rem!important;
    }
}


/* Animation
------------------------------------*/
@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeinUp {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeinDown {
    from {
        opacity: 0;
        transform: translateY(-15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeinRight {
    from {
        opacity: 0;
        transform: translateX(-15px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes draw {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

/* Scroll Animation */
.sca-fadein {
    opacity: 0;
    transition: all .6s ease;
    animation-delay: .3s;
}
.sca-fadein.is-show {
    opacity: 1;
}

.sca-fadein-up {
    opacity: 0;
    transition: all .6s ease;
    animation-delay: .3s;
    transform: translateY(20px);
}
.sca-fadein-up.is-show {
    opacity: 1;
    transform: translateY(0);
}

/*2021.03.22 tsubakimoto add*/
.kodo-video{
    margin-top: 2em;
}
.kodo-video iframe{
    width: 100%;
    height: 216px;
    }

@media all and (min-width: 768px) {
.kodo-video iframe{
    height: 540px;
    }
}
