.textCenter {
  text-align: center;
}

@media screen and (min-width: 700px) {
  .textRight {
    margin: 10px 0 0 !important;
    text-align: right;
  }
  .textIndent {
    text-indent: 0.25em;
  }
}
@media screen and (max-width: 699px) {
  .textRight {
    margin: 10px 0 0 !important;
    text-align: end;
  }
}

.textLightBlueRight {
  color: #5197ff;
  font-family: Inter;
  margin-top: 10px;
  font-weight: 700;
  line-height: 20px;
  font-size: 24px;
}

.imgLeft,
.alignleft {
  float: left;
  padding: 0 1rem 1rem 0;
}

.imgRight,
.alignright {
  float: right;
  padding: 0 0 1rem 1rem;
}

.noPadding {
  padding: 0;
}

.imgCenter,
.aligncenter {
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 699px) {
  .xsNoFloat {
    float: none;
    padding: 0;
  }
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.sectionTitle {
  font-size: 24px;
  text-align: center;
  color: #0066ff;
  line-height: 1.6;
}

.subTitle {
  color: var(--bravesoft-co-jp-black, var(--color-black-solid, #000));
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 41px;
  letter-spacing: 3.4px;
}

.normalTitle {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px ;
}

@media screen and (max-width: 699px) {
  html {
    font-size: 3vw;
  }
}

body {
  position: relative;
}

body.service section {
  font-family: 'Noto Sans JP', sans-serif;
}

body.service section * {
  font-family: inherit;
}

@media screen and (min-width: 700px) {
  body.service section.Achievements {
    margin-block: -150px 100px;
  }

  body.service section.Achievements.lp_2311 {
    margin-top: 15rem;
  }
  .section {
    margin: 0 auto 100px;
  }
  .section .dis-sp {
    display: none;
  }

  .subTitle {
    margin-top: 40px;
    margin-bottom: 60px !important;
    font-size: 34px;
  }

  .normalTitle {
    text-align: center;
  }

  .normalTitle p {
    margin-top: 0;
    margin-bottom: 16px;
  }
  .normalTitle p:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 699px) {
  .section {
    margin: 0 auto 80px;
  }
  .section .dis-pc {
    display: none;
  }

  .subTitle {
    margin-top: 40px;
    margin-bottom: 20px !important;
    font-size: 24px;
  }

  .normalTitle {
    text-align: start;
  }

  .normalTitle p {
    margin: 0 20px 16px;
  }
  .normalTitle p:last-child {
    margin: 0 20px;
  }
}


@media screen and (min-width: 768px) {
  .subTitle .line-break:first-of-type {
    display: none;
  }
}


.sectionTitle::after {
  content: '';
  width: 100px;
  height: 4px;
  background: #0066ff;
  display: block;
  margin: 30px auto;
}

.section .fs16 {
  font-size: 16px;
  font-size: 1.3333333333rem;
}

@media screen and (min-width: 1499px) {
  .section .fs16 {
    font-size: 16px;
  }
}

.section .fs20 {
  font-size: 20px;
}

@media screen and (min-width: 1499px) {
  .section .fs20 {
    font-size: 20px;
  }
}

.section .fs24 {
  font-size: 24px;
}

.section .fs26 {
  font-size: 24px;
}

@media screen and (min-width: 1499px) {
  .section .fs24 {
    font-size: 24px;
  }
}

.section .fs30 {
  font-size: 30px;
  font-size: 2.5rem;
}

@media screen and (min-width: 1499px) {
  .section .fs30 {
    font-size: 30px;
  }
}

.section .fs56 {
  font-size: 56px;
  font-size: 4.6666666667rem;
}

@media screen and (min-width: 1499px) {
  .section .fs56 {
    font-size: 56px;
  }
}

.section .fs80 {
  font-size: 80px;
  font-size: 5rem;
}

@media screen and (min-width: 1420px) {
  .section .fs80 {
    font-size: 80px;
  }
}

.firstview {
  position: relative;
  max-width: none;
  width: 100%;
  padding-top: 80px;
}

.firstview .desktop-img,
.firstview .mobile-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 700px) {
  .firstview .desktop-img {
    display: block;
  }

  .firstview .mobile-img {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .firstview .desktop-img {
    display: none;
  }

  .firstview .mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 768px) {
  .firstview {
    padding-top: 56px;
  }
}

.motivationContainer {
  margin: 60px 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.motivationContainer .desktop-img,
.motivationContainer .mobile-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  object-fit: cover;
}

@media screen and (min-width: 700px) {
  .motivationContainer .desktop-img {
    display: block;
  }

  .motivationContainer .mobile-img {
    display: none;
  }
}

@media screen and (max-width: 699px) {
  .motivationContainer .desktop-img {
    display: none;
  }

  .motivationContainer .mobile-img {
    display: block;
    width: 100%;
    height: auto;
  }
}

.section.suggestion {
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  flex-direction: column;
}

.section.suggestion .swiper-container {
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  flex-shrink: 0;
}

.suggestionTitle {
  text-align: center;
  line-height: 18px;
}

.blackText,
.textBlue {
  display: block;
}

.blackText {
  color: #000;
  font-size: 20px;
  line-height: 160%;
}

.suggestion .textBlue {
  color: #0066ff;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.suggestion-tip .desktop-text,
.suggestion-tip .mobile-text {
  display: none;
}

.suggestionTitle .desktop-text,
.suggestionTitle .mobile-text {
  display: none;
}

@media screen and (min-width: 700px) {

  .section.suggestion {
    margin-left: 60px;
    margin-right: 60px;
  }

  .suggestionTitle .desktop-text {
    display: block;
  }

  .suggestionTitle .mobile-text {
    display: none;
  }

  .suggestion .textBlue {
    font-size: 40px;
  }

  #swiper-container {
    margin: 80px 0px 0px;
  }

  .pagination-container {
    margin-top: 60px;
    margin-bottom: 80px;
  }

  .suggestion-tip .desktop-text {
    display: block;
  }

  .suggestion-tip .mobile-text {
    display: none;
  }

  .suggestion-tip {
    font-size: 40px;
    letter-spacing: 4px;
  }
}

@media screen and (max-width: 699px) {
  .section.suggestion {
    margin-left: 20px;
    margin-right: 20px;
  }

  .suggestionTitle .desktop-text {
    display: none;
  }

  .suggestionTitle .mobile-text {
    display: block;
  }

  .suggestion .textBlue {
    font-size: 24px;
  }

  #swiper-container {
    margin: 40px 0px;
  }

  .pagination-container {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .suggestion-tip .desktop-text {
    display: none;
  }

  .suggestion-tip .mobile-text {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}

#swiper-container.swiper {
  overflow: visible;
  height: auto;
}


.swiper-slide {
  width: auto !important;
  min-width: 188px;
}

.swiper-slide img{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 188px;
  height: auto;
}

.pagination-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100% !important;
}

.swiper-pagination {
  position: absolute !important;
  display: flex !important;
  justify-content: center !important;
  flex-wrap: nowrap !important;
  width: 100% !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  -webkit-overflow-scrolling: touch !important;
  transform: none !important;
}

.swiper-pagination-bullet {
  counter-reset: bullets !important;
  transform: scale(1) !important;
  opacity: 0.5 !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 10px !important;
  transition: opacity 0.3s ease !important;
  background: #EAF1FF !important;
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1 !important;
  background: #007aff !important;
  transform: scale(1) !important;
}

.suggestion-tip {
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
}

.blackText.normal {
  font-weight: 500;
}

.blackText.bold {
  font-weight: 700;
}



.inline-text {
  display: inline !important;
  white-space: nowrap;
}

.advantageContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
  width: 100%;
}

.advantageContainer::before {
  content: '';
  position: absolute;
  top: 0;
  height: 60px;
  width: 100%;
  background-color: transparent;
  z-index: 0;
}



.advantageContainer::after {
  content: '';
  position: absolute;
  top: 60px;
  width: 100%;
  height: calc(100% - 20px);
  background: url('../img/01/advantageContainer-bg.png') no-repeat center top;
  background-size: cover;
  z-index: -1;
}

.row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 0 auto 20px;
  width: 100%;
}

.row-1>.item {
  flex: 1 1 30%;
}

.row-2>.item {
  flex: 1 1 30%;
}

.item {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  border-radius: 16px;
  background: #F1F7FA;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  max-width: 360px;
  min-width: 300px;
}

.circle {
  background-color: #277DFF;
  border-radius: 40px;
  display: flex;
  width: 34px;
  height: 34px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  aspect-ratio: 1/1;
}

.merit-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.merit-text {
  color: #277DFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
}

.description {
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 2px;
  color: #ffffff;
}

.itemTitle {
  color: #343434;
  text-align: center;
  font-family: Inter;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 1.3px;
}

.itemContent {
  color: #6C7072;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}
@media screen and (min-width: 700px) {
  .sectionTitle.advantage {
    margin: 0 0 60px;
  }
}
@media screen and (max-width: 699px) {
  .sectionTitle.advantage {
    margin: 0 0 40px;
  }
}

.Achievements {
  z-index: 3;
}

.Achievements .textLightBlue {
  color: #5197ff;
  font-size: 20px;
  font-family: Inter;
  margin: 0;
  font-weight: 500;
  line-height: 20px;
}

.Achievements .textBlueNum {
  color: #0066ff;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  display: inline-block;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 699px) {
  .Achievements .textBlueNum {
    width: auto;
    margin-left: 2rem;
  }
  .textBlueNum {
    font-size: 60px;
  }
}
@media screen and (min-width: 700px) {
  .textBlueNum {
    font-size: 80px;
  }
}
.Achievements .textRight {
  display: inline-block;
  text-align: end;
  font-weight: 700;
  vertical-align: baseline;
}

@media screen and (max-width: 699px) {
  .Achievements .textRight {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-left: 0.4rem;
  }
}

@media screen and (max-width: 699px) {
  .Achievements {
    margin-top: 100px;
    overflow-y: hidden;
  }

}

.AchievementsContainer {
  margin: 5rem 40px 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: calc((100% - 100px) / 3) 10px calc((100% - 100px) / 3) 10px calc((100% - 100px) / 3);
  grid-template-columns: repeat(3, calc((100% - 100px) / 3));
  -ms-grid-rows: calc((50vw - 100px) / 3) 10px calc((50vw - 100px) / 3) 10px calc((50vw - 100px) / 3);
  grid-template-rows: repeat(3, calc((50vw - 100px) / 3));
  gap: 10px;
}

.AchievementsContainer>*:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.AchievementsContainer>*:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.AchievementsContainer>*:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}

.AchievementsContainer>*:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.AchievementsContainer>*:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}

.AchievementsContainer>*:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}

.AchievementsContainer>*:nth-child(7) {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
}

.AchievementsContainer>*:nth-child(8) {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
}

.AchievementsContainer>*:nth-child(9) {
  -ms-grid-row: 5;
  -ms-grid-column: 5;
}

@media screen and (min-width: 1499px) {
  .AchievementsContainer {
    -ms-grid-columns: (466.3333333333px) [3];
    grid-template-columns: repeat(3, 466.3333333333px);
    /* 3行 */
    -ms-grid-rows: (233.3333333333px) [3];
    grid-template-rows: repeat(3, 233.3333333333px);
    /* 3列 */
  }

  .AchievementsContainer>*:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .AchievementsContainer>*:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .AchievementsContainer>*:nth-child(3) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }

  .AchievementsContainer>*:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .AchievementsContainer>*:nth-child(5) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .AchievementsContainer>*:nth-child(6) {
    -ms-grid-row: 2;
    -ms-grid-column: 3;
  }

  .AchievementsContainer>*:nth-child(7) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }

  .AchievementsContainer>*:nth-child(8) {
    -ms-grid-row: 3;
    -ms-grid-column: 2;
  }

  .AchievementsContainer>*:nth-child(9) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}

@media screen and (max-width: 699px) {
  .AchievementsContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5rem 20px 0;
  }
}

.AchievementsContainerMobileapp {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  background: url(../img/01/mobileapp.png) no-repeat center center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerMobileapp {
    height: calc(100vw - 40px);
  }
}

.AchievementsContainerMobileapp .textWhite {
  color: #fff;
  margin: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.AchievementsContainerMobileapp .textWhiteBold {
  color: #fff;
  margin: 0;
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.AchievementsContainerMobileapp .textWhiteBoldNum {
  color: #fff;
  font-size: 73px;
  font-size: 6.0833333333rem;
  font-weight: 700;
}

.AchievementsContainerProducts {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1 / span 4;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / span 3;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.AchievementsContainerProductions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E1EBFFB2;
  width: 100%;
  border-radius: 8px;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerProductions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.AchievementsContainerProductionsLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerProductionsLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 2rem 20px 0;
  }
}

.AchievementsContainerProductionsRight {
  padding-block: 20px;
  width: 72%;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerProductionsRight {
    width: 100%;
    margin: 2rem 20px;
  }
}

.AchievementsContainerProductionsRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
  row-gap: 16px;
  margin: unset;
}

@media screen and (min-width: 700px) {
  .AchievementsContainerProductionsRight ul {
    gap: 12px;
  }
}

.AchievementsContainerProductionsRight ul>li {
  width: calc((100% - 48px) / 5);
}

.AchievementsContainerProductionsRight ul>li img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerProductionsRight ul>li {
    width: calc((100% - 36px) / 4);
  }
}

.AchievementsContainerProductionsRight td {
  text-align: center;
}

.AchievementsContainerProductionsRight td img {
  margin: 6px auto;
  width: 64%;
}

@media screen and (max-width: 899px) {
  .AchievementsContainerProductionsRight td img {
    width: 60%;
  }
}

@media screen and (max-width: 699px) {
  .AchievementsContainerProductionsRight td img {
    width: 80%;
  }
}

.AchievementsContainerCompanys {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2 / span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #E1EBFFB2;
  width: 100%;
  border-radius: 8px;
  height: 100%;
  padding: 16px 0;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerCompanys {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.AchievementsContainerCompanysLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerCompanysLeft {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 2rem 20px 0;
  }
}

.AchievementsContainerCompanysRight {
  width: 72%;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerCompanysRight {
    width: 100%;
    margin: 2rem 20px 2rem;
  }
}

.AchievementsContainerCompanysRight ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  margin: 0;
  position: relative;
}

@media screen and (min-width: 700px) {
  .AchievementsContainerCompanysRight ul {
    gap: 20px;
  }
}

.AchievementsContainerCompanysRight ul li p {
  line-height: 1;
  font-size: 16px;
  background: #fff;
  padding: 16px;
  margin: unset;
  border-radius: 8px;
  font-weight: 600;
}

@media screen and (max-width: 700px) {
  .AchievementsContainerCompanysRight ul li p {
    font-family: Inter;
    font-size: 14px;
    padding: 10px 15px;
  }
}

.AchievementsContainerCompanys .positionRight {
  position: absolute;
  right: 15px;
  bottom: 0;
  margin: 0;
  padding: 6px;
  background: none;
}

@media screen and (max-width: 699px) {
  .AchievementsContainerCompanys .positionRight {
    right: 0;
    bottom: 0;
  }
}

.AchievementsContainerAward {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / span 2;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / span 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  padding: 0;
  margin: 0;
}

.AchievementsContainerAwardContent {
  background: #E1EBFFB2;
  width: 100%;
  height: calc(50% - 5px);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem;
}

.AchievementsContainerAwardContent p {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
  margin: 0;
}

.AchievementsContainerAwardContentImg1 {
  width: 45%;
}

.AchievementsContainerAwardContentImg2 {
  width: 16%;
}

.AchievementsContainerAwardContentImg3 {
  width: 20%;
}

.common-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 24px;
  position: relative;
}


.headerTipArea {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.common-TextContainer {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.textBlockContainer {
  display: grid;
}

.textBlock {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  height: auto;
}

.iceCreamBlock {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.stLikeBlock {
  display: flex;
  flex-direction: column;
  align-items: start;
}

.square-container {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.square-container::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background-color: #212154;
  transform: translate(-50%, -50%);
}

.square-container.white-line::after {
  top: 35%;
  background-color: #ffffff;
}

.square-container.deepBlue-line::after {
  background-color: #303241;
}

.checkItem,
.multipleItem {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  min-width: min-content;
  height: auto;
  justify-content: center;
}

.square-container.white-line {
  margin-top: 0.3em;
}

.pinkCheck {
  position: relative;
  top: 0.35em;
  flex-shrink: 0;
  width: 24px;
}

.bottomTipItem {
  display: flex;
  align-items: center;
  width: 95%;
  padding: 0 16px;
}

.bottomTip {
  position: relative;
  color: rgba(33, 33, 84, 0.80);
  text-align: right;
  leading-trim: both;
  text-edge: cap;
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.48px;
}

.common-threePhoneContainer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  width: 100%;
  padding-bottom: 30%;
  justify-content: center;
  border-radius: 24px;
}

.threePhoneContainer img {
  object-fit: contain;
}

@media screen and (min-width: 700px) {
  .common-section-container {
    padding: 36px 64px 0 64px;
    margin: 0 80px;
  }

  .common-TextContainer.iceCream-TextContainer {
    padding: 40px 32px;
    gap: 12px;
    z-index: 1;
    margin: 40px 16px;
  }
  .common-TextContainer.stLike-TextContainer {
    padding: 40px 32px;
    z-index: 1;
    margin: 0 16px;
  }

  .bottomTip {
    font-size: 12px;
  }
  .textBlockContainer {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
  }

  .iceCream-threePhoneContainer {
    background: url("../img/01/iceCream_bg_pc.svg") no-repeat center center;
    background-size: cover;
  }

  .square-container {
    margin-top: 0.2em;
  }

  .iceCreamLogo {
    width: 18.6%;
  }

  .stLikeLogo {
    width: 28.5%;
  }

  .common-Header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin: 0 64px;
    gap: 20px;
    width: 100%;
  }
  .iceCream-checkItemTitleText {
    letter-spacing: 1.4px;
  }
  .bottomTipItem {
    justify-content: flex-end;
  }
  .textBlockContainer.iceCream {
    gap: 24px;
  }
  .textBlock.iceCream {
    gap: 14px;
  }
  .iceCreamBlock {
    gap: 10px;
  }

  .textBlockContainer.stLike {
    gap: 40px;
  }
  .textBlock.stLike {
    gap: 20px;
  }
  .stLikeBlock {
    gap: 12px;
  }

  .common-multipleItem-text.stLike-multipleItem-text.stLike {
    line-height: 35px;
  }
  .square-container.white-line.stLike {
    margin-top: 0.6em;
  }
}

@media screen and (max-width: 699px) {

  .common-section-container {
    padding: 36px 16px 0;
    margin: 0 16px;
  }

  .common-TextContainer.iceCream-TextContainer {
    padding: 24px 8px;
    gap: 12px;
    z-index: 1;
    margin: 40px 0;
  }

  .common-TextContainer.stLike-TextContainer {
    padding: 40px 0px;
    gap: 12px;
    z-index: 1;
    margin: 0 0px;
  }

  .bottomTip {
    font-size: 14px;
  }

  .textBlockContainer {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
  }

  .iceCream-threePhoneContainer {
    background: url("../img/01/iceCream_bg_sp.svg");
    background-size: cover;
    width: 100%;
    height: 260px;

  }
  .iceCreamLogo {
    width: 50%;
  }

  .stLikeLogo {
    width: 50%;
  }

  .common-Header {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 64px;
    gap: 20px;
    width: 100%;
  }

  .bottomTipItem {
    justify-content: flex-start;
  }

  .iceCream-checkItemTitleText {
    letter-spacing: 0.4px;
  }
  .checkItem {
    gap: 6px;
  }

  .textBlockContainer.iceCream {
    gap: 20px;
  }
  .iceCreamBlock {
    gap: 12px;
  }

  .textBlockContainer.stLike {
    gap: 40px;
  }
  .textBlock.stLike {
    gap: 20px;
  }
  .stLikeBlock {
    gap: 12px;
  }

}

.common-headerTip-leading {
  color: rgba(242, 12, 144, 0.90);
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  white-space: normal;
  word-break: break-all;
}

.common-headerTip-trailing {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  line-height: 20px;
  white-space: normal;
  word-break: break-all;
}

.iceCream-arrow::after {
  content: "";
  display: inline-block;
  background: url("../img/01/iceCreamButton.svg") no-repeat center center;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

.stLike-arrow::after {
  content: "";
  display: inline-block;
  background: url("../img/01/stLikeButton.svg") no-repeat center center;
  width: 20px;
  height: 20px;
}

.common-checkItemTitleText {
  text-align: left;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
}
.number-highlight {
  font-weight: 900 !important;
  display: inline;
}

.note-symbol-gray {
  font-family: 'Arial', 'Helvetica', sans-serif;
  position: absolute;
  top: 13px;
  left: -10px;
  font-size: 8px;
  font-weight: bold;
  color: rgba(33, 33, 84, 0.80);
}

.common-multipleItem-text {
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 1.6px;
}

.iceCream-footer,
.stLike-footer {
  z-index: 1;
}
@media screen and (min-width: 700px) {
  .common-checkItemTitleText {
    font-size: 26px;
  }
  .itemTitle {
    font-size: 26px;
  }
  .note-symbol-pink {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 13px;
    font-weight: bold;
    vertical-align: baseline;
    position: relative;
    top: -0.8em;
  }
}
@media screen and (max-width: 699px) {
  .common-multipleItem-text {
    letter-spacing: 0.96px;
  }
  .common-checkItemTitleText {
    font-size: 20px;
  }
  .itemTitle {
    font-size: 24px;
  }
  .stLike-arrow::after {
    margin-left: 45px;
  }
  .note-symbol-pink {
    font-family: 'Arial', 'Helvetica', sans-serif;
    font-size: 10px;
    font-weight: bold;
    vertical-align: baseline;
    position: relative;
    top: -0.9em;
    left: -0.5em;
  }
}

.iceCream-section-container {
  background: #FBE4EB;
}


.iceCream-TextContainer {
  border-radius: 20px;
  margin: 32px auto;
  background: rgba(255, 255, 255, 0.95);
}

.iceCream-headerTip-leading {
  color: rgba(242, 12, 144, 0.90);
}

.iceCream-headerTip-trailing {
  color: #212154;
  font-weight: 700;
  font-size: 16px;
}

.iceCream-checkItemTitleText {
  color: #F20C90;
  position: relative;
  display: inline-block;
}

.iceCream-multipleItem-text {
  color: #212154;
  line-height: 28px;
}
@media screen and (min-width: 700px) {
  .iceCream-section-container {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 699px) {
  .iceCream-section-container {
    margin-bottom: 40px;
  }
}

.stLike-section-container {
  background: #303241;
}

.stLike-TextContainer {
  background: clear;
}

.stLike-threePhoneContainer {
  background: url("../img/01/stLike_bg_pc.png") no-repeat center center;
  background-size: cover;
}

.stLike-headerTip-leading {
  color: rgba(255, 190, 24, 0.90);
}

.stLike-headerTip-trailing {
  color: var(--white-white-90, rgba(255, 255, 255, 0.90));
  font-weight: 100;
}

.stLike-checkItemTitleText {
  color: #E6B800;
  letter-spacing: 1.56px;
}

.stLike-multipleItem-text {
  color: #ffffff;
  line-height: 28px;
}
@media screen and (min-width: 700px) {
  .stLike-section-container{
    margin-bottom: 100px;
  }
  .line-break-two {
    display: none;
  }
}
@media screen and (max-width: 699px) {
  .stLike-section-container{
    margin-bottom: 80px;
  }
  .line-break-one {
    display: none;
  }
}

.greenButtonGroup {
  background-color: #20BF61;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.newButtonContainer {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  width: 300px;
  position: relative;
}

@media screen and (min-width: 700px) {
  .greenButtonGroup {
    flex-direction: row;
    align-items: end;
    padding: 14px 0px 44px 0px;
    gap: 72px;
  }
}

@media screen and (max-width: 699px) {
  .greenButtonGroup {
    flex-direction: column;
    align-items: center;
    padding: 44px 16px 44px 16px;
    gap: 10px;
  }
}

.dataRequest-list {
  display: flex;
  width: 300px;
  height: 80px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  border: 2px solid #FFF;
}

.dataRequestText {
  color: #FFFFFF;
  text-align: center;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
}

.dataRequest-list:hover {
  background: rgb(255, 255, 255, 0.2);
}

.sendEmail-list {
  display: flex;
  width: 300px;
  height: 80px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 10px;
  background: #FFF;
}

.sendEmailText span {
  color: #20BF61;
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2
}

.sendEmailText {
  display: inline-flex;
  text-decoration: none;
  gap: 8px;
}

.sendEmail-list:hover {
  opacity: 0.9;
}

.buttonTip {
  text-align: center;
  color: var(--Ink-999, #FFF);
  text-align: center;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.32px;
}

.green-mail {
  width: 24px;
  height: 24px;
}

.flow {
  background: #EDF7FD;
}

.flowSectionTitle {
  text-align: center;
  color: #0066ff;
  margin: 0 !important;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
}

.flowContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 3.5rem;
}

.flowContainerContent {
  width: 77%;
  margin: 3.5rem auto 0;
}

.flowContainerContentTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
}

.flowContainerContentTitleLine {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 2px;
  background-color: #0066ff;
}

.flowContainerContentTitleText p {
  color: #0066ff;
  font-weight: 700  !important;
  margin: 0 1em;
  padding: 0 1em;
}

.flowContainerContentSubtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.flowContainerContentSubtitleBoxWrapNum {
  background-color: #c9deff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(28px, calc(4.464vw + 0.1px), 50px);
  height: clamp(28px, calc(4.464vw + 0.1px), 50px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
}

.flowContainerContentSubtitleBoxWrapNum p {
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  color: #0066ff;
  font-family: 'Inter';
  font-weight: 700;
  font-size: clamp(14px, 2.67vw, 30px);
  padding: 10px;
}

.flowContainerContentSubtitleBoxWrapText {
  margin: unset;
  background: white;
  width: 100%;
}

.flowContainerContentSubtitleBoxWrapText p {
  margin: unset;
  background-color: #fff;
  color: #0066ff;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-overflow: initial;
}

.flowContainerContentImg.dis-sp {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.flowContainerContentSubtitleBoxWrapImg img {
  width: 100%;
}

.flowContainerContentText p {
  font-weight: 400;
  line-height: 1.8;
  font-size: 16px;
}

@media screen and (min-width: 700px) {
  .flow {
    border-radius: 50px;
    margin-bottom: 100px;
  }
  .flow .dis-sp {
    display: none;
  }
  .flowSectionTitle {
    font-size: 34px;
    padding: 100px 0 60px !important;
    letter-spacing: 3.4px;
    line-height: 29px;
  }
  .flowContainerContentSubtitle {
    justify-content: space-between;
    margin: 50px 0 1.6rem;
  }
  .flowContainerContentSubtitleBox {
    width: calc((100% - 6rem) / 3);
  }
  .flowContainerContentSubtitleBoxWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 0.6rem;
    align-items: stretch;
  }

  .flowContainerContentSubtitleBoxWrapText {
    flex-grow: 1;
    background: white;
    align-items: center;
    display: flex;
    padding: 0 20px;
  }

  .flowContainerContentSubtitleBoxWrapText p {
    font-size: 20px;
  }
}

@media screen and (max-width: 699px) {
  .flow {
    margin-bottom: 80px;
  }
  .flow .dis-pc {
    display: none;
  }
  .flow .dis-sp img {
    display: block;
    object-fit: contain;
  }
  .flowSectionTitle {
    font-size: 24px !important;
    padding: 80px 0 0px !important;
    line-height: 42px  !important;
    letter-spacing: 2.4px  !important;
  }
  .flowContainer {
    margin: 0;
    width: 100%;
    border-radius: 0;
  }
  .flowContainerContent {
    width: 100%;
    margin: 0;
  }
  .flowContainerContentTitle {
    margin: 0 20px;
    width: calc(100% - 40px);
    padding-top: 3.5rem;
  }
  .flowContainerContentTitleText p {
    padding: 0;
    margin: 0 1rem;
    font-size: 20px;
  }
  .flowContainerContentSubtitle {
    margin: 30px 16px 0;
    justify-content: center;
    gap: 10px;
  }
  .flowContainerContentSubtitleBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flowContainerContentSubtitleBoxWrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -14px;
  }
  .flowContainerContentSubtitleBoxWrapNum {
    position: relative;
    z-index: 2;
  }
  .flowContainerContentSubtitleBoxWrapText {
    position: relative;
    top: -14px;
    padding: 20px 6px 14px;
    z-index: 1;
  }
  .flowContainerContentSubtitleBoxWrapText p {
    min-width: 119px;
    height: 19px;
    text-align: center;
  }
  .flowContainerContentText p {
    margin: 0 20px;
    font-size: 14px;
  }
  .flowSectionTitle::after {
    content: '';
    width: 100px;
    height: 4px;
    background: #0066ff;
    display: block;
    margin: 30px auto 0;
  }
}

.contactTip {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contactTipContainer {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.contactTipItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin: 0 16px;
}

.blue-square {
  width: 14px;
  height: 14px;
  background-color: #0066ff;
  border-radius: 4px;
}

.white-square {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
  border-radius: 4px;
  margin-right: 10px;
  margin-top: 3px;
}

.contactTip-textLine {
  display: flex;
  align-items: flex-start;
}

.contactTipTitle {
  color: var(--bravesoft-co-jp-black, var(--color-black-solid, #000));
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 700;
  line-height: 160%;
  letter-spacing: 0.96px;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.contactTipTitleText {
  color: var(--bravesoft-co-jp-blue-ribbon, var(--color-azure-50, #06F));
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

.contactTipContentText {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
}

@media screen and (min-width: 700px) {
  .contactTip {
    gap: 60px;
  }
  .contactTipContainer{
    gap: 40px;
  }
  .contactTipTitle {
    font-size: 32px;
  }
  .contactTipTitleText {
    font-size: 24px;
  }
  .contactTip-textLine {
    margin-right: 16px;
  }
  .blue-square {
    margin-top: 10px;
    margin-right: 16px;
  }
}
@media screen and (max-width: 699px) {
  .contactTip {
    gap: 30px;
  }
  .contactTipContainer{
    gap: 30px;
  }
  .contactTipTitle {
    font-size: 24px;
  }
  .contactTipTitleText {
    font-size: 20px;
  }
  .contactTip-textLine {
    margin-right: 8px;
  }
  .blue-square {
    margin-top: 7px;
    margin-right: 10px;
  }
}

.buttonContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 80px;
}

.buttonContainerLink {
  width: calc(50% - 20px);
  text-align: center;
}

.buttonContainerLink a {
  display: block;
}

@media screen and (max-width: 699px) {
  .buttonContainerLink a {
    font-size: 18px;
    font-size: 1.5rem;
  }
}

.buttonContainerLink .buttonWhite {
  color: #0066ff;
  border: 1px solid #0066ff;
  padding: 1.6rem;
}

.buttonContainerLink .buttonBlue {
  color: #fff;
  border: 1px solid #0066ff;
  background-color: #0066ff;
  padding: 1.6rem;
}

.buttonContainer .cta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}

@media screen and (max-width: 699px) {
  .buttonContainer .cta-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 24px;
  }
}

.buttonContainer .cta-list>li {
  margin: unset;
  padding: unset;
  outline: unset;
  border: unset;
  font-weight: normal;
  font-size: 17px;
  font-family: 'Noto Sans JP', sans-serif;
  -webkit-box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.2);
}

@media screen and (max-width: 699px) {
  .buttonContainer .cta-list>li {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 15px;
  }
}

.buttonContainer .cta-list>li a {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  color: White;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  overflow: hidden;
}

.buttonContainer .cta-list>li a::before {
  content: '';
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.buttonContainer .cta-list>li a::after {
  content: '';
  position: absolute;
  z-index: -1;
  inset-block-start: 0;
  inset-inline-start: calc((100% + 35px) * -1);
  display: inline-block;
  width: calc(100% + 35px);
  height: 100%;
  background-color: rgba(255, 255, 255, 0.0666666667);
  border-radius: 0 35px 35px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-backdrop-filter: opacity(0);
  backdrop-filter: opacity(0);
}

.buttonContainer .cta-list>li a:hover,
.buttonContainer .cta-list>li a:active {
  text-shadow: 0 0 3px rgba(51, 51, 51, 0.2666666667);
}

.buttonContainer .cta-list>li a:hover::after,
.buttonContainer .cta-list>li a:active::after {
  inset-inline-start: 0;
  -webkit-backdrop-filter: opacity(80%) contrast(175%) brightness(95%);
  backdrop-filter: opacity(80%) contrast(175%) brightness(95%);
}

.buttonContainer .cta-list .call-to-download a {
  padding-inline: 32px;
  min-width: 120px;
  background-color: #00bbff;
}

@media screen and (max-width: 699px) {
  .buttonContainer .cta-list .call-to-download a {
    width: 100%;
  }
}

.buttonContainer .cta-list .call-to-download a::before {
  width: 18px;
  height: 20px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 19 20"><path fill="%23fff" fill-rule="evenodd" d="M3.5 2a1 1 0 00-1 1v14a1 1 0 001 1h12a1 1 0 001-1V8h-3a3 3 0 01-3-3V2h-7zm9 .414V5a1 1 0 001 1h2.586L12.5 2.414zM1.379.88A3 3 0 013.5 0h8.172a3 3 0 012.121.879m0 0c.563.562 4.707 5.153 4.707 5.949V17a3 3 0 01-3 3h-12a3 3 0 01-3-3V3A3 3 0 011.379.879" clip-rule="evenodd"/></svg>');
}

.buttonContainer .cta-list .call-to-contact a {
  padding-inline: 32px;
  min-width: 150px;
  background-color: #277dff;
}

@media screen and (max-width: 699px) {
  .buttonContainer .cta-list .call-to-contact a {
    width: 100%;
  }
}

.buttonContainer .cta-list .call-to-contact a::before {
  width: 20px;
  height: 15px;
  background-image: url('data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 21 16"><path fill="%23fff" fill-rule="evenodd" d="M3.5 2.5c-.288 0-.55.107-.734.277a.898.898 0 00-.109.12L10.5 7.754l7.843-4.855a.9.9 0 00-.11-.121A1.082 1.082 0 0017.5 2.5h-14zm15 2.652L11.026 9.78a1 1 0 01-1.052 0L2.5 5.152v7.49c0 .203.086.414.266.581.183.17.446.277.734.277h14c.288 0 .55-.107.734-.277a.793.793 0 00.266-.58v-7.49zM1.405 1.312A3.08 3.08 0 013.5.5h14a3.08 3.08 0 012.095.811c.57.53.905 1.263.905 2.046v9.286c0 .782-.335 1.517-.905 2.046a3.08 3.08 0 01-2.095.811h-14a3.08 3.08 0 01-2.095-.811A2.792 2.792 0 01.5 12.643V3.357c0-.783.336-1.517.905-2.046z" clip-rule="evenodd"/></svg>');
}

#to-page-top-button a {
  font-size: 12px;
  font-size: 1rem;
}

#call-to-action-01 .sectionTitle {
  height: 0;
  font-size: 1px;
  overflow: hidden;
  -webkit-transform: scale(0.01);
  transform: scale(0.01);
}

.Capture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin-top: auto;
}

@media screen and (min-width: 700px) {
  .Capture {
    background: rgba(205, 236, 255, 0.5019607843);
    margin: 6rem 0 0;
  }
}

.Capture ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 20rem;
}

@media screen and (min-width: 700px) {
  .Capture ul {
    margin-top: 3rem;
  }
}

@media screen and (max-width: 699px) {
  .Capture ul {
    height: 24rem;
  }
}

.Capture ul img {
  width: 16vw;
}

@media screen and (max-width: 699px) {
  .Capture ul img {
    width: 40vw;
  }
}

.Capture ul:first-child {
  -webkit-animation: loop 100s -50s linear infinite;
  animation: loop 100s -50s linear infinite;
}

.Capture ul:last-child {
  -webkit-animation: loop2 100s linear infinite;
  animation: loop2 100s linear infinite;
}

@-webkit-keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes loop {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

@keyframes loop2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }
}

/* contact */
.section_wrapper {
  padding: 0 40px 80px;
  width: 100%;
}

.section_title {
  text-align: center;
}

.form_wrapper {
  margin: 50px auto 0 auto;
  max-width: 800px;
}

iframe {
  width: 100%;
  height: 730px;
}
