@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

:root {
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Roboto", sans-serif;
  font-feature-settings: "palt" 1;
  color: #1f1f1f;
}

body {
  width: 100vw;
  background: #f2f2f2;
  text-align: center;
}
body h1, body h2, body h3, body p {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 768px) {
  body .pc {
    display: block !important;
  }
  body .sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  body .pc {
    display: none !important;
  }
  body .sp {
    display: block !important;
  }
}
body .section_title li:first-child {
  font-size: 1.5rem;
  line-height: 1.6em;
}
body .section_title li:nth-child(2) {
  font-family: "Roboto";
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  color: #d0cfe1;
  padding-bottom: 3rem;
}
body .container {
  max-width: 1080px;
  margin: 0 auto;
}
body .justimage {
  width: 100%;
}
body .justimage img {
  width: 100%;
}
body .btn-wrap {
  max-width: 700px;
  margin: 3rem auto;
  display: flex !important;
  justify-content: space-around;
}
body .btn-wrap .cv {
  font-size: 1.3rem;
  background: linear-gradient(to right, #7A2FF2, #D93A88);
  color: #fff;
  border-radius: 100px;
  transition: all 1s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75em 4em;
}
body .btn-wrap .cv figure {
  width: 1em;
  margin-left: 0.5em;
  position: relative;
  top: -1.5px;
}
body .btn-wrap .cv figure img {
  width: 100%;
}
body .btn-wrap .cv:hover {
  background-size: 130%;
}

header {
  width: 100%;
  z-index: 5000;
  height: 80px;
  position: fixed;
}
header .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
header .wrapper .logo {
  flex: 0 0 200px;
  height: 50%;
  text-align: left;
}
header .wrapper .logo img {
  height: 100%;
}
header .wrapper .menu {
  margin-left: auto;
  display: flex;
  gap: 1em;
}
header .wrapper .menu li {
  padding-right: 2em;
  font-size: 0.9rem;
  font-weight: bold;
}
header .wrapper #scrollButton {
  width: 0;
  opacity: 0;
  overflow: hidden;
  transition: width 0.3s ease, opacity 0.3s ease;
  display: flex;
  gap: 10px;
  margin-left: 0;
  pointer-events: none;
}
header .wrapper #scrollButton.visible {
  width: auto;
  opacity: 1;
  overflow: visible;
  margin-left: 20px;
  pointer-events: auto;
}
header .wrapper .hidden {
  opacity: 0;
  pointer-events: none;
}
header .wrapper .btn-wrap_pcheader {
  display: flex;
  justify-content: space-around;
}
header .wrapper .btn-wrap_pcheader > a {
  font-size: 0.9rem;
  width: 12em;
  margin-left: 5px;
  background: linear-gradient(to right, #7A2FF2, #D93A88);
  color: #fff;
  border-radius: 100px;
  transition: all 1s ease;
}
header .wrapper .btn-wrap_pcheader > a:hover {
  background-size: 130%;
}
header .wrapper .btn-wrap_pcheader > a .cv {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 1em 1em;
}
header .wrapper .btn-wrap_pcheader > a .cv figure {
  width: 1em;
  margin-left: 0.5em;
  position: relative;
  top: -1.5px;
}
header .wrapper .btn-wrap_pcheader > a .cv figure img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  header .mobile-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
    color: #fff;
  }
  header .mobile-nav .nav-top {
    background: #121d34;
    padding: 8px 0;
  }
  header .mobile-nav .nav-bottom {
    width: 100%;
    font-size: 1rem;
  }
  header .mobile-nav .nav-bottom a {
    padding: 18px 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #7A2FF2, #D93A88);
  }
  header .mobile-nav .nav-top,
  header .mobile-nav .nav-bottom {
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: opacity 0.3s ease, visibility 0.3s ease;
  }
  header .mobile-nav .nav-top {
    opacity: 1;
    visibility: visible;
  }
  header .mobile-nav .nav-top.hidden {
    opacity: 0;
    visibility: hidden;
  }
  header .mobile-nav .nav-top ul {
    font-size: 0.6rem;
    display: flex;
    list-style: none;
    width: 100%;
    justify-content: space-around;
    padding: 0;
    margin: 0;
  }
  header .mobile-nav .nav-top ul li a,
  header .mobile-nav .nav-bottom .btn {
    color: #fff;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  header .mobile-nav .nav-top ul li {
    width: 20%;
  }
  header .mobile-nav .icon {
    width: 1.3rem;
    margin-bottom: 3px;
  }
}

.headerColor-default {
  background: rgba(255, 255, 255, 0.9);
  transition: 0.5s;
}

#kv {
  z-index: 1;
  width: 100%;
  background-image: url(../images/bg_kv02.webp);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: left -18% bottom -40px;
  padding: 180px 0 60px;
}
#kv .container {
  width: 100%;
}
#kv .container .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#kv .container .wrapper .catch {
  width: 38%;
  position: relative;
  top: -2rem;
}
#kv .container .wrapper .catch img {
  width: 100%;
}
#kv .container .wrapper .ourservice {
  width: 58%;
}
#kv .container .wrapper .ourservice h1 {
  width: 85%;
}
#kv .container .wrapper .ourservice h1 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #kv {
    width: 100%;
    height: 100vh;
    background-image: none;
    padding: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #kv .container {
    width: 100%;
  }
  #kv .container h1 {
    width: 100%;
  }
  #kv .container h1 img {
    width: 100%;
  }
}

footer {
  font-size: 0.8rem;
  padding: 1em;
  background: #fff;
}

#problem {
  width: 100%;
  background-color: rgb(237, 237, 236);
  background-image: url(../images/dot02.webp);
  background-size: 6px;
  padding: 5rem 0;
}
#problem .container {
  background: #fff;
  padding: 3rem 5rem;
  position: relative;
}
#problem .container .booth-image {
  position: absolute;
  width: 140px;
  top: -3rem;
  right: -2rem;
}
#problem .container .booth-image img {
  width: 100%;
}
#problem .container h1 {
  font-size: 1.4rem;
  letter-spacing: 0.15em;
  font-weight: bold;
  padding-bottom: 1em;
}
#problem .container h1 > span {
  font-size: 2rem;
  padding: 0 8px;
  position: relative;
  top: -2px;
}
#problem .container .problem_list {
  width: 100%;
}
#problem .container .problem_list li {
  background: #231815;
  color: #fff;
  border-radius: 13px;
  height: 80px;
  display: flex;
  align-items: center;
  margin: 1rem auto;
}
#problem .container .problem_list li figure {
  width: 20%;
  padding: 0 10px;
}
#problem .container .problem_list li figure img {
  width: 100%;
}
#problem .container .problem_list li p {
  font-size: 1.3rem;
  letter-spacing: 0.15rem;
  display: inline-flex;
  align-items: center;
}
#problem .container .problem_list li p .point {
  font-size: 2rem;
  font-weight: bold;
  color: #f7ff9b;
}
@media screen and (max-width: 767px) {
  #problem {
    background-color: #fff;
    background-image: none;
    padding: 3rem 0 1rem;
  }
  #problem .container {
    background: #fff;
    padding: 0 0.5rem;
    position: relative;
  }
  #problem .container h1 {
    display: inline-block;
    font-size: 1.4rem;
    line-height: 1.7em;
    padding-bottom: 1em;
  }
  #problem .container h1 > span {
    font-size: 2rem;
    padding: 0.5em 0;
    position: inherit;
    top: -2px;
  }
  #problem .container .problem_list {
    width: 100%;
  }
  #problem .container .problem_list li {
    border-radius: 10px;
    height: auto;
    display: block;
    align-items: center;
    margin: 1rem auto;
    padding-bottom: 1rem;
  }
  #problem .container .problem_list li figure {
    width: 50%;
    margin: 0 auto;
    padding: 0 10px;
  }
  #problem .container .problem_list li figure img {
    width: 100%;
  }
  #problem .container .problem_list li p {
    font-size: 1.15rem;
    display: inline-block;
    line-height: 2em;
  }
  #problem .container .problem_list li p .point {
    font-size: 1.7rem;
  }
}

#aboutus {
  background: #fff;
  width: 100%;
  padding: 5rem 0 0 0;
}
#aboutus .container {
  width: 100%;
}
#aboutus .container .logo {
  width: 300px;
  margin: 0 auto;
}
#aboutus .container .logo img {
  width: 100%;
}
#aboutus .container h1 ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
#aboutus .container h1 ul li {
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  line-height: 4em;
  padding-left: 1rem;
}
#aboutus .container h1 ul li:nth-of-type(even) {
  font-size: 3rem;
}
#aboutus .container .arrow {
  width: 80px;
  margin: 0 auto;
}
#aboutus .container .arrow img {
  width: 100%;
}
#aboutus .obi {
  width: 100%;
  background: #d0cfe1;
  margin: 1.5rem auto 2.5rem auto;
}
#aboutus .obi img {
  max-width: 980px;
  margin: 0 auto;
  padding: 1rem;
}
#aboutus .aboutus-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3rem auto;
}
#aboutus .aboutus-wrap figure {
  max-width: 400px;
  padding-right: 1rem;
}
#aboutus .aboutus-wrap figure img {
  width: 100%;
}
#aboutus .aboutus-wrap ul {
  text-align: left;
}
#aboutus .aboutus-wrap ul .punchiline {
  text-align: left;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2em;
  padding-bottom: 0.5em;
}
#aboutus .aboutus-wrap ul .punchiline .emoji {
  height: 4rem;
  position: relative;
  top: -10px;
}
#aboutus .aboutus-wrap ul p {
  text-align: justify;
  line-height: 1.8em;
}
#aboutus .figure {
  width: 100%;
  background-image: url(../images/dot02.webp);
  background-size: 5px;
  padding: 2rem 0 4rem;
}
#aboutus .figure .flow {
  max-width: 950px;
  margin: 2rem auto;
  filter: drop-shadow(0px 0px 6px rgba(0, 0, 0, 0.6));
}
@media screen and (max-width: 767px) {
  #aboutus {
    padding: 0;
  }
  #aboutus .pc {
    display: none !important;
  }
  #aboutus .container {
    width: 100%;
    padding: 0 0.5rem;
  }
  #aboutus .container .logo {
    width: 270px;
    margin: 0 auto;
  }
  #aboutus .container .logo img {
    width: 100%;
  }
  #aboutus .container h1 ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem auto 0 auto;
  }
  #aboutus .container h1 ul li {
    font-size: 1.7rem;
    font-weight: 900;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    padding-left: 0;
  }
  #aboutus .container h1 ul li:nth-of-type(even) {
    font-size: 2.5rem;
  }
  #aboutus .container .arrow {
    width: 80px;
    margin: 0 auto 2rem auto;
  }
  #aboutus .container .arrow img {
    width: 100%;
  }
  #aboutus .obi {
    width: 100%;
    background: #f2f2f2;
    margin: 1.5rem auto 2.5rem auto;
  }
  #aboutus .obi img {
    padding: 0;
  }
  #aboutus .obi .servicelogo {
    width: 100%;
    background: linear-gradient(-20deg, #f2f2f2 40%, #fff 40%);
  }
  #aboutus .obi .servicelogo img {
    width: 70%;
  }
  #aboutus .obi .rainbow {
    width: 100%;
  }
  #aboutus .obi .rainbow img {
    width: 100%;
  }
  #aboutus .aboutus-wrap {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 3rem auto 1rem auto;
  }
  #aboutus .aboutus-wrap figure {
    max-width: 400px;
    padding-right: 1rem;
  }
  #aboutus .aboutus-wrap figure img {
    width: 100%;
  }
  #aboutus .aboutus-wrap ul {
    text-align: left;
  }
  #aboutus .aboutus-wrap ul .punchiline {
    text-align: left;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 2em;
    padding-bottom: 0.5em;
  }
  #aboutus .aboutus-wrap ul .punchiline .emoji {
    height: 3.6rem;
    position: relative;
    top: -10px;
    padding-top: 20px;
  }
  #aboutus .aboutus-wrap ul p {
    line-height: 2em;
  }
  #aboutus .figure {
    width: 95%;
    margin: 0 auto;
    background-image: none;
    background-size: 5px;
    padding: 1rem 0 3rem;
  }
  #aboutus .figure img {
    width: 100%;
  }
}

#framework {
  width: 100%;
  padding-top: 3rem;
}
#framework .container .wrapper {
  width: 100%;
  position: relative;
  margin-bottom: 3rem;
}
#framework .container .wrapper .frame-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 130px;
}
#framework .container .wrapper h2 {
  width: 100%;
  display: inline-block;
  background: #d0cfe1;
  text-align: right;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  padding: 1.2em 1em;
}
#framework .container .wrapper .detail {
  width: 100%;
  background: #fff;
}
#framework .container .wrapper .detail .explanation-wrap, #framework .container .wrapper .detail .illustration-wrap {
  width: 80%;
  margin: 0 auto;
}
#framework .container .wrapper .detail .explanation-wrap {
  padding: 1rem 0 2rem;
}
#framework .container .wrapper .detail .explanation-wrap .point {
  width: 100%;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: contain;
  text-align: left;
}
#framework .container .wrapper .detail .explanation-wrap .point h1 {
  text-align: left;
  font-size: 1.9rem;
  line-height: 1.7em;
  font-weight: bold;
  padding: 1.8em 0 1rem;
}
#framework .container .wrapper .detail .explanation-wrap .point01 {
  background-image: url(../images/framework_fig01.webp);
  background-size: 25%;
}
#framework .container .wrapper .detail .explanation-wrap .point02 {
  background-image: url(../images/framework_fig02.webp);
  background-size: 35%;
}
#framework .container .wrapper .detail .explanation-wrap .point03 {
  background-image: url(../images/framework_fig03.webp);
}
#framework .container .wrapper .detail .explanation-wrap .point04 {
  background-image: url(../images/framework_fig04.webp);
  background-size: 38%;
  background-position: calc(100% + 20px) center;
}
#framework .container .wrapper .detail .explanation-wrap .point05 {
  background-image: url(../images/framework_fig05.webp);
  background-size: 25%;
}
#framework .container .wrapper .detail .explanation-wrap .explanation {
  text-align: justify;
  line-height: 2em;
  padding-top: 1rem;
}
#framework .container .wrapper .detail .illustration {
  width: 100%;
  background: #dde0e5;
  position: relative;
}
#framework .container .wrapper .detail .illustration .illustration-wrap {
  position: relative;
}
#framework .container .wrapper .detail .illustration .illustration-wrap .butchigiri {
  position: absolute;
  top: -23px;
  left: -18%;
  width: 25%;
}
#framework .container .wrapper .detail .illustration .illustration-wrap .illust01 {
  width: 100%;
  padding: 3rem 0;
}
@media screen and (max-width: 767px) {
  #framework {
    padding-top: 3rem;
  }
  #framework .pc {
    display: none !important;
  }
  #framework .container .wrapper {
    width: 95%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 2rem;
  }
  #framework .container .wrapper .frame-number {
    position: absolute;
    top: 0;
    left: 0;
    width: 90px;
  }
  #framework .container .wrapper h2 {
    font-size: 1rem;
    line-height: 1.6em;
    letter-spacing: 0.05em;
    padding: 0.7em 0.5em;
  }
  #framework .container .wrapper .detail {
    width: 100%;
    background: #fff;
  }
  #framework .container .wrapper .detail .explanation-wrap, #framework .container .wrapper .detail .illustration-wrap {
    width: 90%;
    margin: 0 auto;
  }
  #framework .container .wrapper .detail .explanation-wrap {
    padding: 1rem 0 2rem;
  }
  #framework .container .wrapper .detail .explanation-wrap .point {
    width: 100%;
    background-repeat: no-repeat;
    background-position: right center;
    background-size: contain;
    text-align: left;
  }
  #framework .container .wrapper .detail .explanation-wrap .point h1 {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.7em;
    font-weight: bold;
    padding: 1em 0 1rem;
  }
  #framework .container .wrapper .detail .explanation-wrap .point01 {
    background-image: none;
    background-size: 25%;
  }
  #framework .container .wrapper .detail .explanation-wrap .point02 {
    background-image: none;
  }
  #framework .container .wrapper .detail .explanation-wrap .point03 {
    background-image: none;
  }
  #framework .container .wrapper .detail .explanation-wrap .point04 {
    background-image: none;
  }
  #framework .container .wrapper .detail .explanation-wrap .point05 {
    background-image: none;
  }
  #framework .container .wrapper .detail .explanation-wrap .explanation {
    text-align: justify;
    line-height: 2em;
    padding-top: 0;
  }
  #framework .container .wrapper .detail .illustration {
    width: 100%;
    background: #dde0e5;
    position: relative;
  }
  #framework .container .wrapper .detail .illustration .illustration-wrap {
    position: relative;
  }
  #framework .container .wrapper .detail .illustration .illustration-wrap .butchigiri {
    position: absolute;
    top: -1.5rem;
    left: -8%;
    width: 35%;
  }
  #framework .container .wrapper .detail .illustration .illustration-wrap .illust01 {
    width: 100%;
    padding: 2rem 0;
  }
}

#case {
  background-image: url(../images/bg_case.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5rem 0;
}
#case .container {
  width: 100%;
}
#case .container > p {
  color: #3e4c66;
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 3rem;
}
#case .container .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-around;
}
#case .container .wrapper .case-wrap {
  width: 42%;
  position: relative;
  border: 5px solid #484f64;
}
#case .container .wrapper .case-wrap figure {
  width: 25%;
  position: absolute;
  top: -2rem;
  right: 0;
  z-index: 1;
}
#case .container .wrapper .case-wrap figure img {
  width: 100%;
}
#case .container .wrapper .case-wrap .saas {
  top: -1rem;
}
#case .container .wrapper .case-wrap h1 {
  width: 100%;
  background: #484f64;
  color: #fff;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 3em;
  display: flex;
  justify-content: center;
  position: relative;
}
#case .container .wrapper .case-wrap h1::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #484f64;
}
#case .container .wrapper .case-wrap .numbers {
  width: 100%;
  background: #fff;
  padding: 2.5rem 0.5rem 3rem;
}
#case .container .wrapper .case-wrap .numbers li:nth-child(1) {
  font-size: 2rem;
  padding-bottom: 0.5em;
}
#case .container .wrapper .case-wrap .numbers li:nth-child(2) {
  width: 80%;
  margin: 0 auto;
}
#case .container .wrapper .case-wrap .numbers li:nth-child(2) img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #case {
    padding: 3rem 0 2rem;
  }
  #case .container > p {
    font-size: 1.5rem;
    padding: 0 0 3rem;
  }
  #case .container .wrapper {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  #case .container .wrapper .case-wrap {
    width: 90%;
    margin: 0 auto 1rem auto;
  }
  #case .container .wrapper .case-wrap figure {
    width: 25%;
    position: absolute;
    top: -2rem;
    right: 0;
    z-index: 1;
  }
  #case .container .wrapper .case-wrap figure img {
    width: 100%;
  }
  #case .container .wrapper .case-wrap .saas {
    top: -1rem;
  }
  #case .container .wrapper .case-wrap h1 {
    width: 100%;
    background: #484f64;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2.2em;
    display: flex;
    justify-content: center;
    position: relative;
  }
  #case .container .wrapper .case-wrap h1::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #484f64;
  }
  #case .container .wrapper .case-wrap .numbers {
    padding: 2.5rem 0.5rem 2rem;
  }
  #case .container .wrapper .case-wrap .numbers li:nth-child(1) {
    font-size: 2rem;
    padding-bottom: 0.5em;
  }
  #case .container .wrapper .case-wrap .numbers li:nth-child(2) {
    width: 80%;
    margin: 0 auto;
  }
  #case .container .wrapper .case-wrap .numbers li:nth-child(2) img {
    width: 100%;
  }
}

#whitepaper {
  width: 100%;
  background-image: url(../images/bg_wp.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5.5rem 0;
}
#whitepaper > p {
  font-size: 2.7rem;
  line-height: 1.5em;
  color: #fff;
  padding-bottom: 1em;
}
#whitepaper .container {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 0;
}
#whitepaper .container .cover {
  width: 46%;
}
#whitepaper .container .cover img {
  width: 90%;
}
#whitepaper .container .dl {
  width: 52%;
}
#whitepaper .container .dl .wp_contents {
  width: 100%;
}
#whitepaper .container .dl .wp_contents img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #whitepaper {
    width: 100%;
    background-image: url(../images/bg_wp.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 3.5rem 0 0.5rem;
  }
  #whitepaper > p {
    font-size: 1.5rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    line-height: 1.5em;
    padding-bottom: 1.3em;
  }
  #whitepaper .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
  }
  #whitepaper .container .cover {
    width: 85%;
  }
  #whitepaper .container .cover img {
    width: 100%;
  }
  #whitepaper .container .dl {
    width: 100%;
  }
  #whitepaper .container .dl .wp_contents {
    width: 90%;
    margin: 1rem auto 0 auto;
  }
  #whitepaper .container .dl .wp_contents img {
    width: 100%;
  }
  #whitepaper .container .dl .btn-wrap {
    width: 90%;
  }
  #whitepaper .container .dl .btn-wrap a {
    width: 100%;
  }
  #whitepaper .container .dl .btn-wrap a .wp {
    width: 100%;
  }
  #whitepaper .container .dl .btn-wrap a .wp p {
    font-size: 1.05rem;
  }
}

#schedule {
  width: 100%;
  background: #fff;
  padding: 3rem 0;
}
#schedule .container {
  width: 100%;
}
#schedule .container .calendar {
  width: 100%;
}
#schedule .container .calendar .steps {
  width: 100%;
}
#schedule .container .calendar .steps .step {
  width: 100%;
  height: 4.5rem;
  display: flex;
  align-items: center;
}
#schedule .container .calendar .steps .step li {
  height: 100%;
  padding: 0.9rem;
  display: flex;
  align-items: center;
}
#schedule .container .calendar .steps .step li:nth-child(1) {
  width: 8%;
  padding: 0;
  z-index: 1;
  background: linear-gradient(to right, #fff 50%, #484f64 50%);
}
#schedule .container .calendar .steps .step li:nth-child(1) img {
  width: 100%;
}
#schedule .container .calendar .steps .step li:nth-child(2), #schedule .container .calendar .steps .step li:nth-child(3) {
  background: #484f64;
}
#schedule .container .calendar .steps .step li:nth-child(2) {
  width: 10%;
}
#schedule .container .calendar .steps .step li:nth-child(2) img {
  width: 90%;
}
#schedule .container .calendar .steps .step li:nth-child(3) {
  width: 28%;
  font-size: 1.5rem;
  text-align: left;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 500;
}
#schedule .container .calendar .steps .step li:nth-child(4) {
  flex-grow: 1;
  font-size: 1rem;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  text-align: left;
  background: #f2f2f2;
  padding-left: 2em;
}
#schedule .container .calendar .steps .timing {
  display: flex;
  align-items: center;
  width: 100%;
  height: 5rem;
  font-size: 1.4rem;
}
#schedule .container .calendar .steps .timing span {
  font-size: 1.8rem;
  padding: 0 0.1em 0 0.3em;
}
#schedule .container .calendar .steps .timing::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  border-bottom: 1px dashed #333;
  margin-left: 10px;
}
#schedule .container .calendar .obd {
  position: relative;
}
#schedule .container .calendar .obd .obd-point {
  width: 170px;
  position: absolute;
  top: -1.5rem;
  right: -4rem;
  z-index: 1;
}
#schedule .container .calendar .obd .obd-point img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #schedule {
    width: 100%;
    background: #fff;
    padding: 3rem 0;
  }
  #schedule .pc {
    display: none !important;
  }
  #schedule .container .calendar .steps {
    width: 95%;
    margin: 0 auto;
  }
  #schedule .container .calendar .steps .step {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  #schedule .container .calendar .steps .step li {
    height: auto;
    padding: 0.9rem;
    display: block;
  }
  #schedule .container .calendar .steps .step li:nth-child(1) {
    width: 100%;
    padding: 0;
    z-index: 1;
    background: linear-gradient(to bottom, #fff 70%, #484f64 70%);
  }
  #schedule .container .calendar .steps .step li:nth-child(1) img {
    width: 20%;
  }
  #schedule .container .calendar .steps .step li:nth-child(2), #schedule .container .calendar .steps .step li:nth-child(3) {
    background: #484f64;
  }
  #schedule .container .calendar .steps .step li:nth-child(2) {
    width: 30%;
  }
  #schedule .container .calendar .steps .step li:nth-child(2) img {
    width: 80%;
  }
  #schedule .container .calendar .steps .step li:nth-child(3) {
    width: 70%;
    font-size: 1.5rem;
    text-align: left;
    letter-spacing: 0.1em;
    color: #fff;
    font-weight: 500;
  }
  #schedule .container .calendar .steps .step li:nth-child(4) {
    flex-grow: 1;
    font-size: 1rem;
    line-height: 1.7em;
    letter-spacing: 0.05em;
    text-align: justify;
    padding-left: 0.9rem;
  }
  #schedule .container .calendar .steps .timing {
    display: flex;
    align-items: center;
    width: 100%;
    height: 5rem;
    font-size: 1.4rem;
  }
  #schedule .container .calendar .steps .timing span {
    font-size: 1.8rem;
    padding: 0 0.1em 0 0.3em;
  }
  #schedule .container .calendar .steps .timing::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    border-bottom: 1px dashed #333;
    margin-left: 10px;
  }
  #schedule .container .calendar .obd {
    position: relative;
  }
  #schedule .container .calendar .obd .obd-point {
    width: 170px;
    position: absolute;
    top: -1.5rem;
    right: -4rem;
    z-index: 1;
  }
  #schedule .container .calendar .obd .obd-point img {
    width: 100%;
  }
}
#schedule .logo_footer {
  width: 250px;
  margin: 0 auto;
  padding-top: 3rem;
  padding-right: 10px;
}
#schedule .logo_footer img {
  width: 100%;
}