@charset "utf-8";
/* ==========================================================================
   Object
   ========================================================================== */
/* Project
   ----------------------------------------------------------------- */
/* main
   ----------------------------------------------------------------- */
.p-sec-main {
  background-color: #FBDF14;
}
.p-sec-main-ttl {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0em;
  white-space: nowrap;
}
.p-sec-main-txt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0em;
  transform: rotate(0.05deg);
}

.txt {
    letter-spacing: 0em;
    transform: rotate(0deg);
}

.ttl-txt {
    letter-spacing: 0em;
    transform: rotate(0deg);
}

.ttl {
    letter-spacing: 0em;
}

@media screen and (min-width: 801px) {
  .p-sec-main-ttl {
    margin-bottom: 30px;
    font-size: 45px;
  }
  .p-sec-main-box {
    display: flex;
  }
  .p-sec-main-box-t {
    width: 400px;
    padding: 60px 0;
  }
  .p-sec-main-box-i {
    margin: auto -30px 0 30px;
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 800px) {
  .p-sec-main-box-t {
    padding: 40px 20px 20px;
  }
  .p-sec-main-box-i {
    text-align: center;
  }
}
/* information
   ----------------------------------------------------------------- */
.p-sec-information {
  background-color: #fff;
  border-radius: 30px;
  margin-bottom: 80px;
  padding: 25px 30px 20px;
}
.p-sec-information-more {
  margin-top: 20px;
  text-align: right;
  letter-spacing: 0em;
  transform: rotate(0.05deg);
}
@media screen and (min-width: 801px) {
  .p-sec-information {
    display: flex;
    margin-bottom: 100px;
    padding: 30px 30px 20px;
  }
  .p-sec-information .ttl {
    margin-right: 60px;
  }
  .p-sec-information-box-t {
    flex: 1;
  }
}
/* feature
   ----------------------------------------------------------------- */
.p-sec-feature {
  margin-bottom: 80px;
}
.p-sec-feature .txt {
  margin-bottom: 20px;
}
.p-sec-feature-ttl {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0em;
}
.p-sec-feature-ttl > span {
  margin-left: 20px;
}
.p-sec-feature-box {
  margin-top: 60px;
  margin-bottom: 60px;
}
.p-sec-feature-box > div + div {
  text-align: center;
}
@media screen and (min-width: 801px) {
  .p-sec-feature {
    margin-bottom: 100px;
  }
  .p-sec-feature-ttl {
    font-size: 30px;
  }
  .p-sec-feature .txt {
    margin-bottom: 30px;
  }
  .p-sec-feature-box {
    display: flex;
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
  }
  .p-sec-feature-box:nth-child(even) {
    flex-direction: row-reverse;
  }
  .p-sec-feature-box > div {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 800px) {
  .p-sec-feature-ttl img {
    max-width: 80px;
  }
}
/* point
   ----------------------------------------------------------------- */
.p-sec-point-img {
  margin: 20px 0;
  text-align: center;
}
/* case_study
   ----------------------------------------------------------------- */
.swiper-container {
  position: relative;
}
.swiper {
  height: 272px;
  margin-bottom: 40px;
}
.swiper-button-next, .swiper-button-prev {
  width: 32px;
  height: 32px;
  background: #fff;
  border: 2px solid #000;
  border-radius: 50%;
  filter: drop-shadow(0px 2px 0px #000);
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, -15px)
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, -15px)
}
.swiper-button-next:hover, .swiper-button-prev:hover {}
.swiper-button-next:after, .swiper-button-prev:after {
  content: '';
  color: #000;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0em 0.2em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.swiper-button-next:after {
  border-left-color: currentColor;
  border-right: 0;
  transform: translateX(15%);
}
.swiper-button-prev:after {
  border-right-color: currentColor;
  border-left: 0;
  transform: translateX(-5%);
}
@media screen and (min-width: 801px) {
  .swiper {
    height: 388px;
  }
  .swiper-button-next, .swiper-button-prev {
    width: 55px;
    height: 55px;
    filter: drop-shadow(0px 3px 0px #000);
  }
  .swiper-button-next {
    right: var(--swiper-navigation-sides-offset, -30px)
  }
  .swiper-button-prev {
    left: var(--swiper-navigation-sides-offset, -30px)
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    border-width: 0.2em 0.4em;
  }
}
/* plan
   ----------------------------------------------------------------- */
.p-sec-plan-tbl {
  position: relative;
  margin: 20px 0 30px;
}
.tbl-cmt {
  position: absolute;
  top: 5px;
  right: 0;
  font-size: 12px;
}
.tbl-cmt.no_caption {
  position: relative;
  top: auto;
  right: auto;
  display: block;
  text-align: right;
}
.table-container {
  position: relative;
  overflow-x: auto;
  white-space: nowrap;
}
.table {
  border-collapse: collapse;
}
.scroll-hint {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  display: none;
  animation: scroll-hint-animation 2s infinite ease;
}
@keyframes scroll-hint-animation {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(-40%, -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}
.scroll-hint--show {
  display: block;
}
@media screen and (min-width: 801px) {
  .p-sec-plan-tbl {
    margin-bottom: 40px;
  }
  .tbl-cmt {
    top: 10px;
  }
}
/* about
   ----------------------------------------------------------------- */
.p-sec-about-box {
  margin-bottom: 40px;
}
.p-sec-about-box > div {
  background: #fff;
  border: solid 2px #000;
  border-radius: 40px;
  padding: 30px 20px;
}
.p-sec-about-ttl {
  display: inline-block;
  background: #000;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  width: 100px;
  margin-left: 40px;
  padding: 6px 0 2px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0em;
  transform: rotate(0.05deg);
}
.p-sec-about-ttl.is-grow {
  width: auto;
  padding: 6px 10px 2px;
}
.p-sec-about-box-ou:not(:last-child) {
  border-bottom: solid 1px #000;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.p-sec-about-box .ttl-txt > span {
  font-size: 16px;
}
.p-sec-about-txt p {
  transform: rotate(0.05deg);
}
.p-sec-about-txt p:not(:last-child) {
  margin-bottom: 20px;
}
.p-sec-about-timeline:not(:last-child) {
  margin-bottom: 10px;
}
.p-sec-about dt, .p-sec-about dd {
  transform: rotate(0.05deg);
}
.p-sec-about dd:not(:last-child) {
  border-bottom: solid 1px #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
@media screen and (min-width: 801px) {
  .p-sec-about-box {
    margin-bottom: 80px;
  }
  .p-sec-about-box > div {
    padding: 30px 40px;
  }
  .p-sec-about-box-in {
    display: flex;
  }
  .p-sec-about-img {
    width: 250px;
  }
  .p-sec-about-txt {
    flex: 1;
  }
  .p-sec-about-timeline li {
    display: flex;
  }
  .p-sec-about-timeline li > span {
    width: 8em;
  }
  .p-sec-about dt {
    float: left;
    width: 10em;
  }
  .p-sec-about dd {
    padding-left: 10em;
  }
}
@media screen and (max-width: 800px) {
  .p-sec-about-box .ttl-txt > span {
    display: block;
  }
  .p-sec-about-img {
    margin-bottom: 10px;
    text-align: center;
  }
  .p-sec-about-timeline li:not(:last-child) {
    border-bottom: dotted 1px #000;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
/* sns
   ----------------------------------------------------------------- */
.p-sec-sns ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (min-width: 801px) {
  .p-sec-sns ul {
    justify-content: center;
  }
  .p-sec-sns li {
    margin: 0 10px;
  }
}

/* Plan追加
   ----------------------------------------------------------------- */
.input_format td:first-child{
  background-color: #e6f5ff;
  width: 40%;
}


.d-none{
  display: none;
}

.p-sec-about-ttl {
    width: 150px;
}


.btn-lang-div{
  display: block;
  width: 100%;
  position: relative;
  top:5px;
  right: 30px;
  text-align: right;
}

.btn-lang-div .btn{
  width: 60px;
  font-size: 12px;
  margin:0;
  background: #2c90d1;
  color: #FFF;
  padding: 0px;
}


@media screen and (max-width: 800px) {
  .btn-lang-div{
    right:10px;
  }
}