@charset "UTF-8";
/*
* title contents common setting start
*/
.title-contents {
  /*background-image: url(../image/caontents-title-bg.svg);*/
  background-position-y: bottom;
  background-repeat: repeat-x;
  /* TAB setting start */
  /* SP setting start */
}
.title-contents .inner-box {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  padding-bottom: 80px;
}
.title-contents .inner-box .title-area, .title-contents .inner-box .title-text {
  position: relative;
  z-index: 100;
}
.title-contents .inner-box .title-area {
  padding: 60px 0;
}
.title-contents .inner-box .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  margin-bottom: 40px;
  line-height: 60px;
}
.title-contents .inner-box .title-area h2 .sp {
  display: block;
}
.title-contents .inner-box .title-area h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 26px;
  padding-bottom: 20px;
  /*color: color.$sky-blue;
  background-image: url(../image/contets-title-bar.svg);*/
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: left;
}
.title-contents .inner-box .title-text {
  width: 800px;
  background-color: white;
  border-radius: 30px;
  padding: 30px;
}
.title-contents .inner-box .title-text p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
}
.title-contents .inner-box .image-area {
  position: absolute;
  right: 0;
  top: 0;
  height: 400px;
  z-index: 50;
}
.title-contents .inner-box .image-area img {
  width: 100%;
}
.title-contents .inner-box .pc {
  display: block;
}
.title-contents .inner-box .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .title-contents {
    padding: 4%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box {
    width: 100%;
    padding: 0;
  }
  .title-contents .inner-box .title-area {
    padding: 30px 0;
    display: table;
    width: 100%;
  }
  .title-contents .inner-box .title-area h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .title-contents .inner-box .title-area h3 {
    font-size: 18px;
    padding-bottom: 20px;
    display: table-header-group;
    background-image: unset !important;
    height: 30px;
  }
  .title-contents .inner-box .title-text {
    width: 80%;
    padding: 3%;
  }
  .title-contents .inner-box .title-text p {
    font-size: 16px;
  }
  .title-contents .inner-box .image-area {
    width: 64%;
  }
}
@media screen and (max-width: 768px) {
  .title-contents {
    padding: 4% 0;
    padding-bottom: 0;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .title-contents .inner-box .title-area {
    width: 100%;
    text-align: center;
    display: table;
  }
  .title-contents .inner-box .title-area h2 {
    display: table-footer-group;
  }
  .title-contents .inner-box .title-area h2 .sp {
    display: none;
  }
  .title-contents .inner-box .title-text {
    width: 92%;
    margin: 0 4%;
    /*margin-top: 130px;*/
    padding: 6% 4%;
  }
  .title-contents .inner-box .title-text-bg {
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
  }
  .title-contents .inner-box .image-area {
    width: 100%;
    height: unset;
    top: unset;
  }
  .title-contents .inner-box .image-area img {
    width: 100%;
  }
  .title-contents .inner-box .pc {
    display: none;
  }
  .title-contents .inner-box .sp {
    display: block;
  }
}

@keyframes float {
  0%, 100% {
    transform: translateX(-50%) translateY(0);
  }
  50% {
    transform: translateX(-50%) translateY(-10px);
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.badge {
  position: absolute;
  width: 1280px;
  margin: 0 auto;
  top: 600px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 800;
  opacity: 0;
  animation: fadeIn 0.5s ease-in-out 1s forwards, float 3s ease-in-out infinite 1s;
}
.badge img {
  position: absolute;
  right: 2.5%;
  transition: transform 0.5s;
}
.badge:hover img {
  transform: rotate(360deg);
}
@media screen and (max-width: 1024px) {
  .badge {
    top: 30%;
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .badge img {
    max-width: 160px;
  }
}
@media screen and (max-width: 768px) {
  .badge {
    top: calc(50vh + 65px); /* 50px分中央から少し下に */
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .badge img {
    max-width: 120px;
  }
}

.section-keyvisual {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  margin-bottom: -150px;
  /* TAB setting start */
  /* SP setting start */
}
.section-keyvisual::after {
  content: "";
  height: 200px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E6EEF2;
  z-index: 0;
}
.section-keyvisual .wrapper {
  position: relative;
  overflow: hidden;
  width: 1280px; /* デフォルトの幅を90%に設定 */
  max-width: 1280px;
  margin: 0 auto;
  z-index: 100;
}
.section-keyvisual .wrapper .slides {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9のアスペクト比を維持する */
}
.section-keyvisual .wrapper .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: translateY(-20px); /* 少し下からスライド */
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
  overflow: hidden;
}
.section-keyvisual .wrapper .slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 画像が親要素に収まるように */
  border-radius: 80px;
  /* TAB setting start */
}
@media screen and (max-width: 1024px) {
  .section-keyvisual .wrapper .slide img {
    border-radius: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
.section-keyvisual .wrapper .slide.active {
  opacity: 1;
  transform: translateY(0); /* 元の位置にスライド */
}
.section-keyvisual .wrapper .slide.active:hover {
  opacity: 0.5;
}
.section-keyvisual .pagination {
  position: absolute;
  left: 20px; /* ドットを画像より外に20px移動 */
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}
.section-keyvisual .dot {
  width: 12px;
  height: 12px;
  margin: 5px 0;
  background: #E0E0E0;
  border-radius: 50%;
  opacity: 1; /* ホバー時に透明度が変わらないように設定 */
  cursor: pointer;
  transition: background 0.3s ease;
}
.section-keyvisual .dot.active {
  background: #2DB0E3;
}
.section-keyvisual .dot:hover {
  background: #2DB0E3; /* ホバー時の色をアクティブな色に設定 */
}
.section-keyvisual .pc {
  display: block;
}
.section-keyvisual .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .section-keyvisual {
    padding: 2%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .section-keyvisual .wrapper {
    width: 100%;
  }
  .section-keyvisual .wrapper .slides {
    padding-top: 56.25%; /* 16:9のアスペクト比を維持する */
  }
  .section-keyvisual .pagination {
    left: 10px; /* タブレットではドットを内側に */
  }
}
@media screen and (max-width: 768px) {
  .section-keyvisual {
    padding: 2%;
    margin-bottom: 0px;
    margin-top: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .section-keyvisual .wrapper {
    width: 100%;
  }
  .section-keyvisual .wrapper .slides {
    padding-top: 115%; /* 4:3のアスペクト比に変更 */
  }
  .section-keyvisual .pagination {
    left: 50%; /* ドットを中央に */
    bottom: 0px; /* ドットを下部に配置 */
    top: auto; /* 上部からの配置を無効にする */
    transform: translateX(-50%); /* ドットを中央揃え */
    flex-direction: row; /* ドットを横並びに */
  }
  .section-keyvisual .dot {
    margin: 0 5px; /* 横並びのマージンを設定 */
  }
  .section-keyvisual .pc {
    display: none;
  }
  .section-keyvisual .sp {
    display: block;
  }
}

.slides .slide {
  cursor: pointer;
  display: block;
}

.slides .slide.active {
  display: block;
  cursor: pointer;
}

.section-service {
  background-color: #E6EEF2;
  position: relative;
  height: 1000px;
  /**
  * service list
  **/
  /* TAB setting start */
  /* sp setting start */
}
.section-service .service-warp {
  background-color: white;
  background-image: url(../image/front-service-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position-x: 150%;
  background-attachment: fixed;
  width: 1240px;
  margin: 0 auto;
  z-index: 500;
  position: absolute;
  left: 0;
  right: 0;
  top: 850px;
  margin-top: -850px;
  border-radius: 80px;
  padding: 60px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
.section-service .service-title {
  width: 20%;
}
.section-service .service-title .service-title-wrap {
  width: 20%;
  position: absolute;
}
.section-service .service-title h2 {
  letter-spacing: 1px;
  writing-mode: vertical-rl;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  letter-spacing: 6px;
  line-height: 64px;
  color: #101010;
}
.section-service .service-title h2 span {
  color: #2DB0E3;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.section-service .service-title p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  letter-spacing: 3px;
  writing-mode: vertical-rl;
  position: absolute;
  right: 15px;
  color: #2DB0E3;
}
.section-service .sp {
  display: none;
}
.section-service .service-list {
  width: 77%;
  margin-right: 3%;
}
.section-service .service-list .title-area {
  margin-bottom: 40px;
}
.section-service .service-list .title-area h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  height: 32px;
  color: #2DB0E3;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.section-service .service-list .title-area h3::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../image/service-archive-title-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 20%;
}
.section-service .service-list .title-area h3::after {
  content: "";
  height: 2px;
  background-color: #E0E0E0;
  width: 60%;
  display: block;
  position: absolute;
  right: 0;
  top: 15%;
}
.section-service .service-list .title-area p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.section-service .service-list .service-list-top ol {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(4, 1fr);
}
.section-service .service-list .service-list-top ol li img {
  width: 100%;
}
.section-service .service-list .service-list-top ol li h4 {
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  margin: 20px 0;
  color: #101010;
}
.section-service .service-list .service-list-top ol li h4 a {
  color: #101010;
}
.section-service .service-list .service-list-bottom {
  margin-top: 40px;
}
.section-service .service-list .service-list-bottom ol {
  display: grid;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
}
.section-service .service-list .service-list-bottom ol li a h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  height: 32px;
  color: #2DB0E3;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
}
.section-service .service-list .service-list-bottom ol li a h4::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../image/service-archive-title-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 20%;
}
.section-service .service-list .service-list-bottom ol li a h4::after {
  content: "";
  height: 2px;
  background-color: #E0E0E0;
  width: 30%;
  display: block;
  position: absolute;
  right: 0;
  top: 15%;
}
.section-service .service-list .service-list-bottom ol li a img {
  width: 100%;
}
.section-service video {
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .section-service video {
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .section-service video img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-service video {
    width: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .section-service video img {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .section-service {
    width: 100%;
    padding: 30px 0;
    display: block;
    height: auto;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .section-service .service-warp {
    width: 96%;
    margin: 0 2%;
    display: flex;
    position: relative;
    top: 0;
    border-radius: 30px;
    padding: 30px;
    background-image: unset;
  }
  .section-service .service-title {
    width: 30%;
  }
  .section-service .service-title .service-title-wrap {
    width: 100%;
    position: relative;
    top: unset;
    margin-top: unset;
  }
  .section-service .service-title h2 {
    letter-spacing: 1px;
    writing-mode: vertical-rl;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 28px;
    letter-spacing: 4px;
    line-height: 38px;
    color: #101010;
  }
  .section-service .service-title p {
    font-size: 18px;
    right: 10%;
    position: absolute;
  }
  .section-service .service-list {
    width: 67%;
    margin-right: 3%;
  }
  .section-service .service-list .title-area h3::after {
    width: 45%;
  }
  .section-service .service-list-top ol {
    display: grid;
    gap: 20px !important;
    grid-template-columns: repeat(4, 1fr);
  }
  .section-service .service-list-bottom {
    margin-top: 40px;
  }
  .section-service .service-list-bottom ol {
    display: grid;
    gap: 20px !important;
    grid-template-columns: repeat(2, 1fr);
  }
  .section-service .service-list-bottom ol li a h4::after {
    display: none !important;
  }
  .section-service .service-list-bottom ol li a img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .section-service {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .section-service .service-warp {
    display: table;
  }
  .section-service .service-title {
    width: 100%;
    display: table-footer-group;
  }
  .section-service .service-title .service-title-wrap {
    display: block;
    text-align: center;
  }
  .section-service .service-title h2 {
    writing-mode: unset;
    font-size: 21px;
    line-height: 30px;
  }
  .section-service .service-title p {
    display: none;
  }
  .section-service .service-list {
    width: 100%;
    display: table-header-group;
  }
  .section-service .service-list .title-area {
    text-align: center;
  }
  .section-service .service-list .title-area h3 {
    font-size: 21px;
  }
  .section-service .service-list .title-area h3:before {
    display: none;
  }
  .section-service .service-list .title-area h3::after {
    display: none;
  }
  .section-service .service-list-top ol {
    gap: 30px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
  .section-service .service-list-bottom {
    margin-top: 40px;
    margin-bottom: 40px !important;
  }
  .section-service .service-list-bottom ol {
    display: grid;
    gap: 30px !important;
    grid-template-columns: repeat(1, 1fr) !important;
  }
  .section-service .service-list-bottom ol li {
    width: 100%;
  }
  .section-service .service-list-bottom ol li a h4::after {
    display: none !important;
  }
  .section-service .service-list-bottom ol li a img {
    width: 100%;
  }
  .section-service .sp {
    display: block;
  }
}

.section-img {
  width: 100%;
  background-image: url(../image/front-section-bg.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  height: 580px;
  z-index: 0;
  position: relative;
  /* TAB setting start */
}
@media screen and (max-width: 1024px) {
  .section-img {
    height: 340px;
    background-attachment: scroll;
    transition-property: all;
    transition-duration: 0.3s;
  }
}

.case-study-section {
  width: 100%;
  position: relative;
  background-image: url(../image/service-case-study-bg.svg);
  background-color: #E6EEF2;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: 50%;
  z-index: 400;
  left: 0;
  /* TAB setting start */
  /* SP setting start */
}
.case-study-section .progress-bg {
  width: 80%;
  border-radius: 80px 0 0 80px;
  background-color: white;
  position: absolute;
  z-index: 300;
  right: 0;
  top: -160px;
  bottom: 120px;
}
.case-study-section .section-progress {
  position: relative;
  /* Navigation arrows */
}
.case-study-section .section-progress .section-progress-wrap {
  width: 100%;
  position: relative;
  top: -160px;
  z-index: 500;
  overflow: hidden;
}
.case-study-section .section-progress .title-area {
  padding-top: 80px;
  margin-bottom: 40px;
  display: block;
  left: 25%;
  right: 25%;
  width: 70%;
  position: relative;
}
.case-study-section .section-progress .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  margin-bottom: 30px;
  line-height: 48px;
  position: relative;
  padding-left: 100px;
}
.case-study-section .section-progress .title-area h2 br {
  display: none;
}
.case-study-section .section-progress .title-area h2::before {
  content: "";
  background-image: url(../image/case-study-icon-progress.svg);
  position: absolute;
  width: 100px;
  height: 60px;
  background-repeat: no-repeat;
  left: 0px;
  top: -20px;
  padding-right: 20px;
}
.case-study-section .section-progress .title-area h2 span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00879A;
}
.case-study-section .section-progress .title-area p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.case-study-section .section-progress .title-area p br {
  display: none;
}
.case-study-section .section-progress .swiper-progress {
  direction: ltr; /* 左から右にスライド */
}
.case-study-section .section-progress .swiper-container {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  position: relative;
  left: 0%;
}
.case-study-section .section-progress .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.case-study-section .section-progress .swiper-button-next, .case-study-section .section-progress .swiper-button-prev {
  display: block;
}
.case-study-section .section-progress .swiper-button-next::after, .case-study-section .section-progress .swiper-button-prev::after {
  display: none;
}
.case-study-section .section-progress .swiper-button-next::before, .case-study-section .section-progress .swiper-button-prev::before {
  display: none;
}
.case-study-section .section-progress .swiper-horizontal {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
.case-study-section .section-progress .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../image/slider-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 5%;
  top: 50%;
}
.case-study-section .section-progress .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../image/slider-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 5%;
  top: 50%;
}
.case-study-section .section-progress .swiper-slide {
  flex: 0 0 auto;
  width: auto;
  box-sizing: border-box;
  margin-right: 60px;
}
.case-study-section .section-progress .swiper-slide section {
  width: 280px;
}
.case-study-section .section-progress .swiper-slide section a {
  border: solid 3px #00879A;
  display: block;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 3px 3px 3px #E0E0E0;
  background-color: white;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #101010;
  height: 450px;
}
.case-study-section .section-progress .swiper-slide section .thamnail {
  width: 100%;
  height: 148px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.case-study-section .section-progress .swiper-slide section .thamnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
}
.case-study-section .section-progress .swiper-slide section dl {
  display: flex;
  align-items: center;
}
.case-study-section .section-progress .swiper-slide section dl dt {
  font-size: 12px;
  width: 80px;
  position: relative;
}
.case-study-section .section-progress .swiper-slide section dl dt::after {
  position: absolute;
  content: ":";
  right: 0;
  padding-right: 10px;
}
.case-study-section .section-progress .swiper-slide section dl dd {
  font-size: 12px;
}
.case-study-section .section-progress .swiper-slide section dl ul li {
  display: inline-block;
  border: unset;
  box-shadow: unset;
  padding: unset;
  background-color: #00879A;
  color: white;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 30px;
}
.case-study-section .section-progress .swiper-slide section dl .area {
  background-color: #064599;
  color: white;
  padding: 10px;
  margin: 4px;
  border-radius: 30px;
}
.case-study-section .section-progress .swiper-slide section h4 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #E0E0E0;
}
.case-study-section .section-progress .swiper-slide section h4 br {
  display: none !important;
}
@media screen and (max-width: 1024px) {
  .case-study-section {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .case-study-section .progress-bg {
    width: 80%;
    border-radius: 80px 0 0 80px;
    background-color: white;
    position: absolute;
    z-index: 300;
    right: 0;
    top: -160px;
    bottom: 120px;
  }
  .case-study-section .section-progress {
    margin-bottom: 0 !important;
    padding-bottom: 40px;
  }
  .case-study-section .section-progress .title-area {
    left: 25%;
  }
  .case-study-section .section-progress .title-area h2 br {
    display: block;
  }
  .case-study-section .section-progress .title-area h2::before {
    left: 0px;
    top: -10px;
  }
  .case-study-section .section-progress .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .case-study-section {
    background-image: url(../image/service-case-study-bg-sp.svg);
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    background-attachment: scroll;
    z-index: 400;
    left: 0;
    top: -80px;
    margin-bottom: -80px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .case-study-section .progress-bg {
    width: 97.5%;
    border-radius: 30px 0 0 30px;
    position: absolute;
    z-index: 300;
    right: 0;
    top: -160px;
    bottom: 120px;
  }
  .case-study-section .section-progress {
    margin-bottom: 40px;
    padding-bottom: 0px;
  }
  .case-study-section .section-progress .title-area {
    left: 8%;
    right: 8%;
    width: 84%;
    padding-top: 40px;
  }
  .case-study-section .section-progress .title-area h2 {
    font-size: 24px;
    line-height: 56px;
  }
  .case-study-section .section-progress .title-area h2 br {
    display: block;
  }
  .case-study-section .section-progress .title-area h2::before {
    left: 0px;
    top: 0px;
  }
  .case-study-section .section-progress .title-area p {
    margin-top: 10px;
  }
  .case-study-section .section-progress .title-area p br {
    display: block;
  }
  .case-study-section .section-progress .swiper-container {
    left: 0%;
    margin: 0 auto;
    width: 92%;
    display: flex;
    left: 0;
  }
  .case-study-section .section-progress .swiper-horizontal {
    width: 96%;
  }
  .case-study-section .section-progress .swiper-button-prev {
    left: 0%;
  }
  .case-study-section .section-progress .swiper-button-next {
    right: 0%;
  }
  .case-study-section .section-progress .swiper-slide {
    margin: 0 auto;
  }
  .case-study-section .section-progress .swiper-slide section {
    width: auto;
  }
}

.case-study-section {
  padding-bottom: 80px;
  /* TAB setting start */
  /* SP setting start */
}
.case-study-section .complete-bg {
  width: 80%;
  border-radius: 0 80px 80px 0;
  background-color: white;
  position: absolute;
  z-index: 300;
  left: 0;
  top: 0;
  bottom: 0;
}
.case-study-section .completed {
  margin-top: -40px;
  padding-bottom: 40px;
}
.case-study-section .section-complete {
  position: relative;
  /* Navigation arrows */
}
.case-study-section .section-complete .section-complete-wrap {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  z-index: 500;
  overflow: hidden;
}
.case-study-section .section-complete .title-area {
  padding-top: 80px;
  margin-bottom: 40px;
  display: block;
  left: 10%;
  width: 80%;
  position: relative;
}
.case-study-section .section-complete .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  margin-bottom: 30px;
  line-height: 48px;
  position: relative;
  padding-left: 100px;
}
.case-study-section .section-complete .title-area h2 br {
  display: none;
}
.case-study-section .section-complete .title-area h2::before {
  content: "";
  background-image: url(../image/case-study-icon-complete.svg);
  position: absolute;
  width: 100px;
  height: 60px;
  background-repeat: no-repeat;
  left: 0px;
  top: -20px;
  padding-right: 20px;
}
.case-study-section .section-complete .title-area h2 span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DB0E3;
}
.case-study-section .section-complete .title-area p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.case-study-section .section-complete .title-area p br {
  display: none;
}
.case-study-section .section-complete .swiper-complete {
  direction: ltr; /* Change to left-to-right */
}
.case-study-section .section-complete .swiper-container {
  width: 100%;
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: nowrap;
  position: relative;
  left: 0%;
}
.case-study-section .section-complete .swiper-container .swiper-wrapper {
  display: flex;
  flex-wrap: nowrap;
}
.case-study-section .section-complete .swiper-button-next, .case-study-section .section-complete .swiper-button-prev {
  display: block;
}
.case-study-section .section-complete .swiper-button-next::after, .case-study-section .section-complete .swiper-button-prev::after {
  display: none;
}
.case-study-section .section-complete .swiper-button-next::before, .case-study-section .section-complete .swiper-button-prev::before {
  display: none;
}
.case-study-section .section-complete .swiper-horizontal {
  width: 96%;
  margin: 0 auto;
  overflow: hidden;
}
.case-study-section .section-complete .swiper-button-prev {
  width: 50px;
  height: 50px;
  background-image: url(../image/slider-left.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 2.5%;
  top: 50%;
}
.case-study-section .section-complete .swiper-button-next {
  width: 50px;
  height: 50px;
  background-image: url(../image/slider-right.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 2.5%;
  top: 50%;
}
.case-study-section .section-complete .swiper-slide {
  flex: 0 0 auto;
  width: auto;
  box-sizing: border-box;
  margin-right: 60px; /* Adjusted for left-to-right direction */
}
.case-study-section .section-complete .swiper-slide section {
  width: 280px;
}
.case-study-section .section-complete .swiper-slide section a {
  border: solid 3px #2DB0E3;
  display: block;
  padding: 15px;
  border-radius: 30px;
  box-shadow: 3px 3px 3px #E0E0E0;
  background-color: white;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #101010;
  height: 450px;
}
.case-study-section .section-complete .swiper-slide section .thamnail {
  width: 100%;
  height: 148px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-bottom: 15px;
}
.case-study-section .section-complete .swiper-slide section .thamnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  border-radius: 15px;
  top: 0;
  left: 0;
}
.case-study-section .section-complete .swiper-slide section dl {
  display: flex;
  align-items: center;
}
.case-study-section .section-complete .swiper-slide section dl dt {
  font-size: 12px;
  width: 80px;
  position: relative;
}
.case-study-section .section-complete .swiper-slide section dl dt::after {
  position: absolute;
  content: ":";
  right: 0;
  padding-right: 10px;
}
.case-study-section .section-complete .swiper-slide section dl dd {
  font-size: 12px;
}
.case-study-section .section-complete .swiper-slide section dl ul li {
  display: inline-block;
  border: unset;
  box-shadow: unset;
  padding: unset;
  background-color: #2DB0E3;
  color: white;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 30px;
}
.case-study-section .section-complete .swiper-slide section dl .area {
  background-color: #064599;
  color: white;
  padding: 10px;
  margin: 4px;
  border-radius: 30px;
}
.case-study-section .section-complete .swiper-slide section h4 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #E0E0E0;
}
.case-study-section .section-complete .swiper-slide section h4 br {
  display: none !important;
}
.case-study-section .section-complete .area-section {
  position: relative;
  display: block;
  left: 10%;
  margin: 40px 0;
}
.case-study-section .section-complete .area-section .area-wrap {
  background-color: #F9F8F4;
  width: 64%;
  border-radius: 30px;
  padding: 40px 30px;
}
.case-study-section .section-complete .area-section .area-wrap h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 20px;
}
.case-study-section .section-complete .area-section .area-wrap .service {
  margin-top: 40px;
}
.case-study-section .section-complete .area-section .area-wrap ol {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  display: flex;
  flex-wrap: wrap;
}
.case-study-section .section-complete .area-section .area-wrap ol li {
  margin-right: 20px;
  line-height: 36px;
}
.case-study-section .section-complete .area-section .area-wrap ol li::after {
  content: "/";
  padding-left: 20px;
}
.case-study-section .section-complete .area-section .area-wrap ol li a {
  color: #101010;
}
.case-study-section .section-complete .cta-btn {
  width: 390px;
  margin-top: 80px;
  text-align: center;
}
.case-study-section .section-complete .cta-btn a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  display: block;
  font-size: 21px;
  line-height: 32px;
  background-color: #2DB0E3;
  padding: 20px 0;
  border-radius: 50px;
  background-image: url(../image/pro-cta-btn-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 96%;
  background-position-y: 50%;
}
@media screen and (max-width: 1024px) {
  .case-study-section {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .case-study-section .section-complete .section-complete-wrap {
    top: 0;
  }
  .case-study-section .section-complete .title-area {
    left: 4%;
  }
  .case-study-section .section-complete .title-area h2 br {
    display: block;
  }
  .case-study-section .section-complete .title-area h2::before {
    left: 0px;
    top: 20px;
  }
  .case-study-section .section-complete .swiper-container {
    transform: unset;
  }
  .case-study-section .section-complete .swiper-slide {
    transform: unset;
  }
  .case-study-section .section-complete .swiper-slide {
    flex: 0 0 auto;
    width: auto;
    box-sizing: border-box;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .case-study-section {
    background-image: url(../image/service-case-study-bg-sp.svg);
    background-repeat: repeat;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .case-study-section .complete-bg {
    width: 97.5%;
    border-radius: 0 30px 30px 0;
    background-color: white;
    position: absolute;
    z-index: 300;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .case-study-section .section-complete {
    overflow: hidden;
    margin-bottom: 0px;
  }
  .case-study-section .section-complete .section-complete-wrap {
    position: relative;
    padding-bottom: 5px;
    top: 0;
    margin-top: 40px;
  }
  .case-study-section .section-complete .title-area {
    padding-top: 40px;
  }
  .case-study-section .section-complete .title-area h2 {
    font-size: 24px;
    line-height: 28px;
  }
  .case-study-section .section-complete .title-area h2 br {
    display: block;
  }
  .case-study-section .section-complete .title-area h2::before {
    left: 0px;
    top: 0px;
  }
  .case-study-section .section-complete .title-area p br {
    display: block;
  }
  .case-study-section .section-complete .swiper-container {
    left: 0%;
    margin: 0 auto;
    width: 92%;
    left: 0;
  }
  .case-study-section .section-complete .swiper-button-prev {
    right: unset;
  }
  .case-study-section .section-complete .swiper-button-next {
    left: unset;
  }
  .case-study-section .section-complete .swiper-slide {
    margin: 0 auto;
  }
  .case-study-section .section-complete .swiper-slide section {
    width: auto;
  }
  .case-study-section .section-complete .area-section {
    position: relative;
    left: 4%;
  }
  .case-study-section .section-complete .area-section .area-wrap {
    width: 87%;
  }
  .case-study-section .section-complete .area-section .area-wrap .service {
    margin-top: 40px;
  }
  .case-study-section .section-complete .area-section .area-wrap ol {
    font-size: 14px;
    line-height: 24px;
  }
  .case-study-section .section-complete .area-section .area-wrap ol li {
    margin-right: 20px;
    line-height: 24px;
  }
  .case-study-section .section-complete .cta-btn {
    width: 92%;
    margin-top: 40px;
  }
  .case-study-section .section-complete .cta-btn a {
    font-size: 17px;
  }
}

.case-nav-menu {
  margin-top: 40px;
  /* TAB setting start */
  /* SP setting start */
}
.case-nav-menu ol {
  width: 1280px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.case-nav-menu ol li {
  background-color: #2DB0E3;
  width: 100%;
  text-align: center;
  height: 110px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  border-radius: 5px;
  background-image: url(../image/pro-cta-btn-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 96%;
  background-position-y: 50%;
}
.case-nav-menu ol li:hover {
  opacity: 0.5;
}
.case-nav-menu ol li a {
  display: block;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  color: white;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-nav-menu ol li br {
  display: none;
}
@media screen and (max-width: 1024px) {
  .case-nav-menu {
    margin-top: 0px;
    padding: 0 4%;
    padding-bottom: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .case-nav-menu ol {
    width: 100%;
    gap: 20px;
  }
  .case-nav-menu ol li a {
    font-size: 21px;
    line-height: 24px;
  }
  .case-nav-menu ol li br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .case-nav-menu {
    padding: 0 2%;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .case-nav-menu ol {
    width: 100%;
    gap: 0;
    display: block;
  }
  .case-nav-menu ol li {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }
  .case-nav-menu ol li:last-child {
    margin-bottom: 0;
  }
  .case-nav-menu ol li a {
    font-size: 21px;
    line-height: 24px;
  }
  .case-nav-menu ol li br {
    display: block;
  }
}

.tab-section {
  position: relative;
  z-index: 0;
  padding-top: 440px;
  padding-bottom: 160px;
  background-image: url(../image/service-case-study-bg.svg);
  background-color: #E6EEF2;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: 50%;
}
.tab-section .inner-wrap {
  max-width: 1100px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  grid-template-columns: repeat(2, 1fr);
  margin: 0 auto;
  margin-bottom: 80px;
}
.tab-section .title-area {
  margin-bottom: 30px;
}
.tab-section .title-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
  color: #2DB0E3;
}
.tab-section .title-area h2 strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #101010;
  font-size: 38px;
  line-height: 56px;
}
.tab-section .list-section {
  background-color: white;
  padding: 15px;
  border-radius: 15px;
}
.tab-section .info-section ol li {
  margin-top: 20px;
}
.tab-section .info-section ol li:last-child {
  margin-bottom: 0;
}
.tab-section .info-section ol a {
  display: flex;
  align-items: center;
}
.tab-section .info-section ol .img-area {
  width: 180px;
  margin-right: 30px;
}
.tab-section .info-section ol .img-area img {
  width: 100%;
  border-radius: 10px;
}
.tab-section .info-section ol .text-area {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 21px;
  line-height: 32px;
  color: #101010;
}
.tab-section .info-section ol .text-area h3 {
  padding-left: 30px;
  position: relative;
}
.tab-section .info-section ol .text-area h3::before {
  content: "";
  width: 20px;
  height: 20px;
  background-image: url(../image/front-info-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tab-section .topics-section ol li {
  margin-bottom: 15px;
}
.tab-section .topics-section ol li a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  color: #064599;
  padding-left: 30px;
  position: relative;
}
.tab-section .topics-section ol li a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../image/front-info-icon.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.tab-section .topics-section .cta-btn {
  width: 80%;
  margin: 40px auto;
  text-align: center;
}
.tab-section .topics-section .cta-btn a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #2DB0E3;
  display: block;
  font-size: 21px;
  line-height: 32px;
  border: solid 2px #2DB0E3;
  padding: 20px 0;
  border-radius: 50px;
  background-color: white;
  background-image: url(../image/pro-cta-btn-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 96%;
  background-position-y: 50%;
}
@media screen and (max-width: 1024px) {
  .tab-section {
    padding: 0 0;
    padding-bottom: 160px;
    padding-top: 0px;
    background-color: unset;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .tab-section .tab-headers {
    display: flex;
    justify-content: space-around;
    padding: 0 4%;
    border-bottom: solid 3px #00879A;
    background-color: #E6EEF2;
  }
  .tab-section .tab-headers button {
    border: none;
    width: 100%;
    background-color: #E0E0E0;
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    line-height: 26px;
    color: white;
    padding: 20px 0;
    border-radius: 15px 15px 0px 0;
  }
  .tab-section .tab-headers button span {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 23px;
  }
  .tab-section .tab-headers button:hover {
    background-color: #00879A;
  }
  .tab-section button.tab-link.active {
    background-color: #00879A;
  }
  .tab-section .tab-content {
    display: none;
  }
  .tab-section .tab-content.active {
    display: block;
  }
  .tab-section .title-area {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
  .tab-section .inner-wrap {
    width: 100%;
    display: grid;
    gap: 0px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .tab-section .info-section {
    padding: 0 2%;
  }
  .tab-section .info-section ol {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .tab-section .info-section ol li {
    margin-top: 0;
  }
  .tab-section .info-section ol a {
    display: block;
  }
  .tab-section .info-section ol .img-area {
    width: 100%;
  }
  .tab-section .info-section ol .text-area {
    font-size: 14px;
    margin-top: 15px;
  }
  .tab-section .topics-section {
    padding: 0 2%;
  }
  .tab-section .topics-section .cta-btn {
    width: 100%;
  }
  .tab-section .topics-section .cta-btn a {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .tab-section {
    transition-property: all;
    transition-duration: 0.3s;
  }
  .tab-section .tab-headers button span {
    font-family: "M PLUS Rounded 1c", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 18px;
  }
}

.ceo-message {
  background-image: url(../image/front-banner-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: 400px;
  position: relative;
  padding-top: 80px;
  z-index: 200;
}
.ceo-message .inner-wrap {
  width: 1280px;
  margin: 0 auto;
  position: relative;
  background-color: #00879A;
  border-radius: 80px;
  padding: 80px 50px;
  display: flex;
}
.ceo-message .img-area {
  width: 470px;
  margin-right: 30px;
}
.ceo-message .img-area img {
  width: 100%;
}
.ceo-message .text-area {
  width: auto;
}
.ceo-message .text-area h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 24px;
  line-height: 36px;
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.ceo-message .text-area h2 strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 38px;
  line-height: 56px;
  position: relative;
  display: block;
}
.ceo-message .text-area h2 strong::after {
  content: "";
  height: 2px;
  width: 55%;
  background-color: white;
  position: absolute;
  right: 0;
  bottom: 25px;
}
.ceo-message .text-area h3 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 30px;
}
.ceo-message .text-area h3 strong {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  line-height: 64px;
}
.ceo-message .text-area h3 strong span {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFE200;
}
.ceo-message .text-area p {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: white;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}
.ceo-message .text-area .ceo-sign {
  margin-top: 20px;
  text-align: right;
}
.ceo-message .cta-message {
  width: 390px;
  margin: 0 auto;
  margin-top: 40px;
  text-align: center;
}
.ceo-message .cta-message a {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #00879A;
  display: block;
  font-size: 21px;
  line-height: 32px;
  border: solid 2px #00879A;
  padding: 20px 0;
  border-radius: 50px;
  background-color: white;
  background-image: url(../image/cta-green-icon.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 96%;
  background-position-y: 50%;
}
.ceo-message .sp-ceo-img {
  display: none;
}
.ceo-message .pc {
  display: block;
}
.ceo-message .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .ceo-message {
    top: 0;
    margin-bottom: 0;
    background-size: 100%;
    padding: 0 4%;
    padding-top: 40px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .ceo-message .inner-wrap {
    width: 100%;
  }
  .ceo-message .img-area {
    width: 60%;
  }
  .ceo-message .text-area h2 {
    font-size: 18px;
  }
  .ceo-message .text-area h2 strong {
    font-size: 24px;
  }
  .ceo-message .text-area h2 strong::after {
    content: "";
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .ceo-message {
    background-image: unset;
    border-radius: 30px;
    transition-property: all;
    transition-duration: 0.3s;
  }
  .ceo-message .inner-wrap {
    padding: 4%;
    border-radius: 30px;
  }
  .ceo-message .img-area {
    display: none;
  }
  .ceo-message .text-area {
    text-align: center;
  }
  .ceo-message .text-area h2 strong {
    line-height: 28px;
  }
  .ceo-message .text-area h2 strong::after {
    display: none;
  }
  .ceo-message .text-area h3 {
    font-size: 16px;
  }
  .ceo-message .text-area h3 strong {
    font-size: 30px;
    line-height: 40px;
  }
  .ceo-message .text-area p {
    text-align: left;
  }
  .ceo-message .text-area .ceo-sign {
    margin: 30px 0;
    padding-top: 30px;
    border-top: solid 1px white;
  }
  .ceo-message .text-area .ceo-sign p {
    text-align: center;
  }
  .ceo-message .cta-message {
    width: 100%;
  }
  .ceo-message .cta-message a {
    font-size: 21px;
  }
  .ceo-message .sp-ceo-img {
    display: block;
    width: 100%;
    margin: 30px 0;
  }
  .ceo-message .sp-ceo-img img {
    width: 100%;
  }
  .ceo-message .pc {
    display: block;
  }
  .ceo-message .sp {
    display: block;
  }
} /*
* front banner setting
*/
.front-banner-bg {
  background-image: url(../image/front-banner-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-x: center;
  background-position-y: 400px;
  position: relative;
  z-index: 300;
}
@media screen and (max-width: 1024px) {
  .front-banner-bg {
    background-size: 100%;
    transition-property: all;
    transition-duration: 0.3s;
  }
}
@media screen and (max-width: 768px) {
  .front-banner-bg {
    background-attachment: scroll;
    transition-property: all;
    transition-duration: 0.3s;
  }
}