@media screen and (max-width: 767px) {
  h2 {
    font-size: 23px;
  }
}

/* 03.overview */


.overview .badge {
  display: inline-block;
  position: relative;
}
.overview .badge:after {
  position: absolute;
  content: '';
  display: inline-block;
  width: 115px;
  height: 115px;
  top: -35px;
  right: -150px;
  background: url('../../images/top/p_overview_badge.png') no-repeat center center;
  background-size: 115px 115px;
}


.overview .merit-cell {
  background:    -moz-linear-gradient(180deg, #fff 0%, #fff 50%, #98d2d7 50%, #98d2d7 100%); /* Firefox */
  background: -webkit-linear-gradient(180deg, #fff 0%, #fff 50%, #98d2d7 50%, #98d2d7 100%);/* safari Chrome */
  background:     -ms-linear-gradient(180deg, #fff 0%, #fff 50%, #98d2d7 50%, #98d2d7 100%); /* IE */
}
.overview .merit-cell .col-12, .overview .merit-cell .col-md-6 {
  background: #98d2d6;
}
.overview .merit-cell:nth-child(odd) {
  background:    -moz-linear-gradient(180deg, #e6e4dd 0%, #e6e4dd 50%, #fff 50%, #fff 100%); /* Firefox */
  background: -webkit-linear-gradient(180deg, #e6e4dd 0%, #e6e4dd 50%, #fff 50%, #fff 100%);/* safari Chrome */
  background:     -ms-linear-gradient(180deg, #e6e4dd 0%, #e6e4dd 50%, #fff 50%, #fff 100%); /* IE */
}
.overview .merit-cell:nth-child(odd) .col-12, .overview .merit-cell:nth-child(odd) .col-md-6 {
  background: #e6e4dd;
}
.overview .merit-cell .rounded {
  border-radius: 0px 100px 100px 0px;
}
.overview .merit-cell:nth-child(odd) .rounded {
  border-radius: 100px 0px 0px 100px;
}

.overview .merit-cell .px {
  padding: 0px 20px 0 90px;
  display: flex;
  justify-items: center;
  align-items: center;
}

.overview .merit-cell:nth-child(odd) .px {
  padding: 0px 90px 0 20px;
}

.overview .merit-cell .col-12 h3, .overview .merit-cell .col-md-6 h3 {
  font-size: 28px;
  margin-bottom: 25px;
}

.overview .merit-cell .col-12 span, .overview .merit-cell .col-md-6 span {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 10px 5px;
}

.overview .merit-cell .col-12 .num, .overview .merit-cell .col-md-6 .num {
  display: inline-block;
  font-size: 24px;
  color: #0dacb5;
  margin: 0 0 10px 5px;
}

.overview .merit-cell .col-12 .annotation, .overview .merit-cell .col-md-6 .annotation {
  font-size: 12px;
}



@media screen and (min-width: 0px) and (max-width: 767px) {
  /* border radius invalid. */
  .overview .merit-cell .rounded, .overview .merit-cell:nth-child(odd) .rounded {
    border-radius: 0;
  }
  .overview .mt1 {
    margin-top: 75px;
  }
  .overview .mt2 {
    margin-top: 35px;
  }
  .overview .mb2 {
    margin-bottom: 35px;
  }
  .overview .mb3 {
    margin-bottom: 30px;
  }
  .overview .badge:after {
    width: 60px;
    height: 60px;
    top: -48px;
    right: 0px;
    background-size: 60px 60px;
  }
  .overview > *:first-child p {
    line-height: 28pt;
  }
  .overview > *:nth-child(2) p {
    line-height: 22pt;
  }
  .overview .merit-cell .px {
    padding: 38px 15px 20px;
  }
  .overview .merit-cell:nth-child(odd) .px {
    padding: 38px 15px 20px;
  }
  .overview .merit-cell .col-12 span, .overview .merit-cell .col-md-6 span {
    font-size: 12px;
    margin: 0 0 10px 5px;
  }
  .overview .merit-cell .col-12 .num, .overview .merit-cell .col-md-6 .num {
    font-size: 14px;
    margin: 0 0 10px 5px;
  }
  .overview .merit-cell .col-12 h3, .overview .merit-cell .col-md-6 h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .overview .merit-cell .rounded {
    margin: 0 auto;
    padding-bottom: 18px;
  }
}

/* 05.example */
.example a {
  color: #333;
}
.example .card {
  height: 910px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 20px 3px rgba(212,209,199,.7);
}
.example .card .card_lead {
  height: 155px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.example .card .card_lead div p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
}
.example .card .card_lead div .catchtitle {
  letter-spacing: .5px;
  font-size: 15px;
  margin-bottom: 10px;
}

.example .card .card_image {
  height: 340px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.example .card .card_contents {
  height: 415px;
  padding: 15px 25px;
}

.example .card .card_contents ul {
  text-indent: -20px;
  padding-left: 20px;
}
.example .card .card_contents ul li {
  margin-bottom: 5px;
}

.example .card .card_contents ul li:before {
  counter-increment: item;
  content: '●';
  padding: 5px 0px;
  vertical-align: bottom;
  margin-right: 5px;
  font-weight: normal;
  font-size: 10px;
  text-align: right;
  color: #333;
  width: 15px;
  display: inline-block;
}

.example .card .card_contents .btn {
  width: 90%;
  height: 50px;
  padding: 10px 30px;
}

.example .card .card_contents .btn_nohover {
  width: 90%;
  height: 50px;
  padding: 10px 30px;
}

.example .card:hover {
  transition: .2s;
  box-shadow: 0px 0px 15px 10px rgba(212,209,199,.7);
}

.example .card:hover .card_zoomimage .coverimage {
  transition: .2s;
          transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
}
@media screen and (max-width: 767px) {
  .example .card, .example .card .card_image, .example .card .card_contents {
    height: auto;
  }
  .example .card .card_lead div .catchtitle {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .example .card .card_lead div p {
    font-size: 23px;
  }

  .example .card .card_contents .btn_nohover {
    width: 100%;
    height: 50px;
  }
  .example .container .row > *:last-child {
    margin-bottom: 70px;
  }
}


/* yellow */
.example .card.yellow .catchtitle {
  color: #ffd000;
}
.example .card.yellow .card_image {
  background: #ffd000;
}

/* vermilion */
.example .card.vermilion .catchtitle {
  color: #f15a24;
}
.example .card.vermilion .card_image {
  background: #f15a24;
}

/* blue */
.example .card.blue .catchtitle {
  color: #29abe2;
}
.example .card.blue .card_image {
  background: #29abe2;
}


/* 06.case */
.case .card {
  width: 270px;
  height: 450px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(212,209,199,.7);
  color: #000;
  margin: 0 auto;
}

.card_zoomimage {
  width: 270px;
  height: 160px;
  overflow: hidden;
}
.case a .card .card_zoomimage .coverimage {
  width: 100%;
  height: auto;
  display: block;
  transition: .2s;
}

.case .card .card_contents {
  position: relative;
}

.case a .card .card_contents span {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  bottom: -30px;
  right: 20px;
  transition: .2s;
}

.case a .card .card_contents span:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 6px;
  left: 4px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  transform: rotate(135deg);
  transition: .2s;
}

.case a:hover .card .card_contents span {
  transition: .2s;
  background-color: #666;
}

.case a:hover .card .card_contents span:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: .2s;
}

.case a .card .card_contents {
  color: #000;
}

.case a .card {
  transition: .2s;
}

.case a:hover .card {
  transition: .2s;
  box-shadow: 0px 0px 25px 5px rgba(212,209,199,.7);
}

.case a:hover .card .card_zoomimage .coverimage {
  transition: .2s;
          transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
     -moz-transform: scale(1.3, 1.3);
}



/* 07.information */
.information .swiper-slide a .card {
  height: 370px;
  border-radius: 9px;
  background: #fff;
  transition: .2s;
  box-shadow: 0px 0px 10px 3px rgba(212,209,199,.7);
}

.information .swiper-slide a:hover .card {
  transition: .2s;
  box-shadow: 0px 0px 20px 8px rgba(212,209,199,.7);
}
.information .swiper-slide a.comingsoon {
  pointer-events: none;
  cursor: default;
}




.information .swiper-slide a .card .card-panel {
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
}

.information .swiper-slide a .card.online .card-panel {
  background-color: #98d2d7;
}
.information .swiper-slide a .card.offline .card-panel {
  background-color: #b7b7af;
}


.information .swiper-slide a .card p {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.information .swiper-slide a .card .card-panel .text_box .event_type {
  height: 50px;
  vertical-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333;
  position: relative;
}

.information .swiper-slide a .card.offline .card-panel .text_box .event_type:before, .information .swiper-slide a .card.online .card-panel .text_box .event_type:before {
  position: absolute;
  left: -20px;
  display: inline-block;
  width: 25px;
  height: 40px;
  content: '';
}
.information .swiper-slide a .card.offline .card-panel .text_box .event_type:before {
  background: url('../../images/top/i_area.png') no-repeat center center;
  background-size: contain;
}

.information .swiper-slide a .card.online .card-panel .text_box .event_type:before {
  background: url('../../images/top/i_on-line.png') no-repeat center center;
  background-size: contain;
}

.information .swiper-slide a .card .card-panel .text_box .date, .information .swiper-slide a .card .card-panel .text_box .time {
  color: #fff;
}

.information .swiper-slide a .card .card_contents {
  padding: 10px 15px;
  height: 220px;
  position: relative;
  box-sizing: border-box;
}
.information .swiper-slide a .card .card_contents p {
  color: #333;
}
.information .swiper-slide a .card .card_contents .title {
  color: #0dacb5;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 0 10px;
}

.information .swiper-slide a .card .card_contents span {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #666;
  bottom: 20px;
  right: 20px;
  transition: .2s;
}

.information .swiper-slide a .card .card_contents span:after {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  top: 6px;
  left: 4px;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
  transform: rotate(135deg);
  transition: .2s;
}

.information .swiper-slide a:hover .card .card_contents span {
  transition: .2s;
  background-color: #666;
}

.information .swiper-slide a:hover .card .card_contents span:after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: .2s;
}



.newsbase {
  background-color: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0px 0px 25px 5px rgba(212,209,199,.7);
}
.information .newsbase li a {
  display: flex;
  justify-content: flex-start;
  align-items: start;
  padding: 20px 0;
  border-bottom: 1px solid #f2f1ed;
  color: #333;
}
.information .newsbase li:last-child a {
  border-bottom: none;
}
.information .newsbase li .date {
  width: 120px;
}
.information .newsbase li .category {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 140px;
  margin: 3px 20px;
  height: 20px;
  border: 1px solid #0dacb5;
  color: #0dacb5;
  font-size: 12px;
  line-height: 1;
}
.information .newsbase li .title {
  width: 750px;
  text-align: left;
}

@media screen and (min-width: 0px) and (max-width: 767px) {
  .information .swiper-slide a .card {
    width: 270px;
    margin: 0 auto;
  }

  .information .newsbase {
    padding: 20px;
  }

  .information .newsbase li a {
    flex-wrap: wrap;
  }

  .information .newsbase li .date {
    width: auto;
    margin-right: 20px;
  }

  .information .newsbase li .category {
    width: 120px;
    height: 24px;
    margin: 0;
    font-size: 12px;
  }

  .information .newsbase li .title {
    width: 100%;
    margin-top: 10px;
  }
}

/* 08.philosophy */
.philosophy {
  color: #fff;
  height: 600px;
  background: url('../../images/top/business-philosophy.png') no-repeat center center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0dacb5;
}

.philosophy .link {
  display: block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .philosophy {
    background: none;
    background-color: #0dacb5;
    height: auto;
  }
  .philosophy .row {
    margin-bottom: 0;
    margin-top: 0;
  }
}

/* top-title01
********************************************/
.top-title01 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 56px;
  font-weight: 700;
  font-style: italic;
  letter-spacing: 2.8px;
  text-align: center;
  margin-bottom: 25px;
}

.top-title01_dot {
  position: relative;
}

.top-title01_dot::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #0dacb5;
  border-radius: 100%;
  left: 25px;
  right: 0;
  top: 0;
  margin: auto;
}

.top-title01.top-title01--white {
  color: #fff;
}

.top-title01.top-title01--white .top-title01_dot::before {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top-title01 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

/* top-title02
********************************************/
.top-title02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 60px;
  text-align: center;
}

.top-title02--white {
  color: #fff;
}

/* top-btn
********************************************/
.top-btn {
  position: relative;
  display: inline-block;
  border: 1px solid #666666;
  width: 400px;
  padding: 15px 30px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #333333;
}

.top-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.top-btn:hover {
  color: #FFF;
  background-color: #666;
}

.top-btn:hover::after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.top-btn--small {
  min-width: 260px;
  width: auto;
  padding: 10px 35px 10px 20px;
  font-size: 16px;
}

.top-btn--white {
  color: #0dacb5;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .top-btn {
    width: 100%;
  }

  .top-btn--small {
    font-size: 14px;
  }
}

/* top-section-bg
********************************************/
.top-section {
  padding: 110px 0 120px;
}

.top-section-bg {
  background: #e9f4f5;
}

.top-section-gradation {
  background-image: linear-gradient(to bottom, #53cccf, #189bd1);
}

@media screen and (max-width: 767px) {
  .top-section {
    padding: 70px 0;
  }
}

/* top-side-cv
********************************************/
.top-side-cv {
  position: fixed;
  top: 290px;
  right: 0;
  width: 50px;
  height: 160px;
  background-color: #f17b24;
  z-index: 100;
}

.top-side-cv_link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  -ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}

@media screen and (max-width: 767px) {
  .top-side-cv {
    display: none;
  }
}

/* top-mainvis
********************************************/
.mainvisual {
  background: #E9F4F5;
}

.top-mainvis {
  position: relative;
  display: flex;
  justify-content: center;
  height: 25vw;
}

.top-mainvis.-only {
  height: calc(25vw + 120px);
} 
.top-mainvis::after {
  position: absolute;
  content: "";
  width: 90px;
  height: 230px;
  left: 85px;
  right: 0;
  bottom: -21px;
  margin: auto;
  background: url(../../images/top/p_mainvis_icon.png) no-repeat center center;
  background-size: contain;
}
.top-mainvis.-only::after {
  content: none;
}
.top-mainvis.no-illustration::after {
  content: none;
}

.top-mainvis-link {
  color: #000;
}

.top-mainvis-link:hover {
  opacity: 0.8;
}

.top-mainvis .fit-img {
  width: 100%;
  height: auto;
}

.top-mainvis.-only .fit-img {
  object-fit: cover;
}
.top-mainvis_sp-img {
  display: none;
}

.mainvisual .video-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}

.mainvisual .fit-video {
  min-width: 1970px;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width: 767px) {
  .top-mainvis {
    position: relative;
    height: 141vw;
    background: none;
  }
  .top-mainvis.-only {
    height: calc(141vw + 110px);
  }

  .top-mainvis.-only .fit-img {
    object-fit: cover;
  }
  .top-mainvis::after {
    display: none;
  }

  .top-mainvis_sp-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .mainvisual .fit-video {
    width: 100%;
    min-width: auto;
  }
}

/* top-achievement
********************************************/
.top-achievement {
  background: #FFFF00;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1;
  max-width: 100%;
  margin: 0 auto;
}

.top-achievement_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 21px 200px;
}

.top-achievement_left {
  position: relative;
  background: url(../../images/top/bg_achievement.png) no-repeat;
  padding: 0 55px 0 40px;
}

.top-achievement_left::after {
  position: absolute;
  content: "";
  height: 79px;
  width: 39px;
  transform: scale(-1, 1);
  right: 0;
  top: 0;
  background: url(../../images/top/bg_achievement.png) no-repeat;
}

.top-achievement_titlewrap {
  display: flex;
  align-items: center;
}

.top-achievement_title {
  font-size: 20px;
  margin-right: 10px;
}

.top-achievement_num {
  font-size: 36px;
  line-height: 1;
}

.top-achievement_em {
  font-size: 67px;
  line-height: 0.8;
}

.top-achievement_time {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  margin-top: 5px;
}

.top-achievement_text {
  font-size: 30px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .top-achievement {
    width: 100%;
    margin-top: -5.8vw;
  }

  .top-achievement .container {
    box-sizing: border-box;
  }

  .top-achievement_row {
    display: block;
    padding: 10px 0 20px;
  }

  .top-achievement_left {
    padding: 15px 20px;
    background-size: 25px 51px;
    background-position: 0px 13px;
    width: 100%;
    max-width: 310px;
    margin: auto;
  }

  .top-achievement_left::after {
    right: -10px;
    background-size: 25px 51px;
    background-position: 0px 13px;
  }

  .top-achievement_titlewrap {
    justify-content: center;
  }

  .top-achievement_title {
    font-size: 12px;
  }

  .top-achievement_num {
    font-size: 22px;
  }
  
  .top-achievement_em {
    font-size: 42px;
  }

  .top-achievement_time {
    width: 100%;
    font-size: 10px;
  }

  .top-achievement_text {
    font-size: 24px;
    text-align: center;
  }
}

/* top-tour
********************************************/
.top-tour_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 30px;
}

.top-tour_modal {
  text-align: center;
  cursor: pointer;
}

.top-tour_modal img {
  width: 90%;
}

.top-tour_btn {
  position: relative;
  display: inline-block;
  width: 260px;
  padding: 9px 10px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
}

.top-tour_btn:hover {
  opacity: 0.6;
}

.top-tour_btn::after {
  position: absolute;
  content: "";
  display: block;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  width: 14px;
  height: 14px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
  transition: 0.2s;
}

.top-tour_btn-download {
  background: #0dacb5;
}

.top-tour_btn-start {
  background: #f17b24;
}

@media screen and (max-width: 767px) {
  .top-tour_title {
    text-align: center;
    margin-top: 20px;
  }

  .top-tour_btn-wrap {
    text-align: center;
  }
}

/* top-solution
********************************************/
.top-solution {
  display: flex;
  margin: 0 -15px;
  counter-reset: number;
}

.top-solution_item {
  width: calc( 100% / 3 );
  padding: 0 15px;
}

.top-solution_case {
  position: relative;
  padding-bottom: 50px;
  font-family: 'Barlow', sans-serif;
  font-weight: 500;
  font-size: 24px;
  font-style: italic;
  color: #0dacb5;
  text-align: center;
  text-transform: uppercase;
}

.top-solution_case::after {
  position: absolute;
  counter-increment: number;
  content: counter(number,decimal-leading-zero);
  left: -13px;
  right: 0;
  bottom: -15px;
  font-weight: 700;
  font-size: 84px;
  line-height: 1;
}

.top-solution_thumb {
  margin-top: -20px;
}

.top-solution_img {
  width: 100%;
  height: auto;
}

.top-solution_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .top-solution {
    display: block;
    margin: 0;
  }
  
  .top-solution_item {
    width: 100%;
    padding: 0;
  }

  .top-solution_item + .top-solution_item {
    margin-top: 30px;
  }
}

/* top-function
********************************************/
.top-function {
  overflow: hidden;
}

.top-function_item + .top-function_item {
  margin-top: 80px;
}

.top-function_item {
  position: relative;
  z-index: 1;
  display: flex;
  padding: 30px 0;
}

.top-function_item:nth-of-type(even) {
  flex-direction: row-reverse;
}

.top-function_item::before {
  position: absolute;
  content: "";
  width: 100vw;
  min-width: 1170px;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  background-color: #ff0;
  z-index: -1;
}

.top-function_item:nth-of-type(even)::before {
  left: auto;
  right: 0;
  background: #fff;
}

.top-function_point {
  width: 320px;
  padding-left: 25px;
  overflow: hidden;
}

.top-function_item:nth-of-type(even) .top-function_point {
  padding-left: 0;
}

.top-function_point-text {
  font-family: 'Barlow', sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #0dacb5;
  line-height: 1;
}

.top-function_point-thumb {
  position: relative;
  margin-left: -25px;
  margin-top: -110px;
  z-index: -1;
}

.top-function_item:nth-of-type(even) .top-function_point-thumb {
  margin-left: 57px;
  text-align: right;
}

.top-function_item:nth-of-type(even) .top-function_point-text {
  padding-left: 60px;
}

.top-function_point-num {
  display: block;
  font-size: 180px;
  font-style: italic;
  margin-top: -30px;
  margin-left: 20px;
}

.top-function_content {
  padding-top: 20px;
}

.top-function_item:nth-of-type(even) .top-function_content {
  text-align: right;
}

.top-function_label {
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  background: #0dacb5;
  padding: 0 37px;
  margin-bottom: 25px;
}

.top-function_label::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: -65px;
  right: 0;
  bottom: -10px;
  margin: auto;
  border: 15px solid transparent;
  border-top: 15px solid #0dacb5;
  transform: rotate(135deg);
}

.top-function_item:nth-of-type(even) .top-function_label::after {
  left: 60px;
}

.top-function_title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 50px;
  font-weight: 700;
  color: #333;
  line-height: 1.3;
}

.top-function_ruby {
  background:linear-gradient(transparent 70%, #fff 70%, #fff 95%, transparent 95%);
}

.top-function_item:nth-of-type(even) .top-function_ruby {
  background:linear-gradient(transparent 70%, #ffff00 70%, #ffff00 95%, transparent 95%);
}

.top-function_text {
  margin-top: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

.top-function_thumb {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.top-function_item:nth-of-type(even) .top-function_thumb {
  right: auto;
  left: 0;
}

.top-function_btn {
  margin-top: 25px;
}

.top-function_cv {
  align-items: center;
  text-align: center;
  margin: 70px auto 0 auto;
  width: 380px;
}

.top-function_cv-btn {
  position: relative;
  margin-top: 30px;
  display: block;
  min-width: 260px;
  width: auto;
  padding: 10px 35px 10px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #0dacb5;
  background: #fff;
}

.top-function_cv-btn::after {
  position: absolute;
  content: "";
  display: block;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.top-function_cv-btn:hover {
  color: #FFF;
  background-color: #666;
}

.top-function_cv-btn:hover::after {
  border-left: 1px solid #0dacb5;
  border-top: 1px solid #0dacb5;
}

.top-function_cv-link {
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding-right: 20px;
  text-decoration: underline;
}

.top-function_cv-link::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 5px;
  top: 2px;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  width: 11px;
  height: 11px;
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .top-function_item + .top-function_item {
    margin-top: 30px;
  }
  
  .top-function_item {
    display: block;
    padding: 40px 0 60px 20px;
  }

  .top-function_item:nth-of-type(even) {
    padding: 40px 20px 60px 0;
  }

  .top-function_point {
    width: 100%;
  }

  .top-function_point-text {
    font-size: 16px;
  }

  .top-function_item:nth-of-type(even) .top-function_point-text {
    padding-left: 0;
    margin-left: auto;
    width: 145px;
  }

  .top-function_point-num {
    margin-top: -18px;
    font-size: 100px;
  }

  .top-function_point-thumb {
    margin: -82px auto 0;
    width: 152px;
  }

  .top-function_item:nth-of-type(even) .top-function_point-thumb {
    margin-left: auto;
    text-align: center;
  }

  .top-function_point-img {
    width: 100%;
    height: auto;
  }

  .top-function_content {
    text-align: center;
    padding-top: 30px;
  }

  .top-function_item:nth-of-type(even) .top-function_content {
    text-align: center;
  }

  .top-function_label {
    padding: 0 23px;
    font-size: 16px;
    margin-bottom: 15px;
  }

  .top-function_label::after {
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 8px solid #0dacb5;
    left: -17px;
    bottom: -6px;
  }

  .top-function_item:nth-of-type(even) .top-function_label::after {
    left: -17px;
    bottom: -6px;
  }

  .top-function_title {
    font-size: 30px;
  }

  .top-function_text {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .top-function_thumb {
    position: static;
    padding: 0 10px;
  }

  .top-function_btn {
    padding: 0px 20px;
  }

  .top-function_cv {
    display: block;
    width: 290px;
    padding-left: 0;
    text-align: center;
    margin-top: 50px;
  }

  .top-function_cv-btn {
    font-size: 14px;
  }

  .top-function_cv-link {
    font-size: 14px;
    margin-top: 25px;
  }
  
}

/* top-support
********************************************/
.top-support {
  position: relative;
  display: flex;
  margin: 0 -28px;
}

.top-support::before {
  position: absolute;
  content: "";
  width: 900px;
  height: 2px;
  background-color: #0dacb5;
  top: 50px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}

.top-support_item {
  width: 100%;
  padding: 0 28px;
}

.top-support_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  margin: auto;
  background-color: #0dacb5;
  border-radius: 100%;
  font-family: 'Barlow', sans-serif;
  font-weight: 700;
  font-style: italic;
  color: #ff0;
  line-height: 1;
  margin-bottom: 20px;
}

.top-support_step-text {
  font-size: 16px;
  text-transform: uppercase;
}

.top-support_step-num {
  font-size: 40px;
  margin-left: -4px;
  margin-top: -2px;
}

.top-support_title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #0dacb5;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;
}

.top-support_thumb {
  display: block;
  margin-bottom: 25px;
  box-shadow: 0px 0px 14px 5px rgb(51 51 51 / 20%);
}

.top-support_text {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #333;
  margin-bottom: 25px;
}

.top-support_buttons {
  display: flex;
  flex-direction: column;
  width: 230px;
  margin: auto;
}

.top-support_btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #666666;
  min-width: 230px;
  width: auto;
  min-height: 50px;
  padding: 5px 35px 5px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 1.2;
}

.top-support_btn + .top-support_btn {
  margin-top: 10px;
}

.top-support_btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.top-support_btn:hover {
  color: #FFF;
  background-color: #666;
}

.top-support_btn:hover::after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .top-support {
    display: block;
    margin: 0;
  }
  
  .top-support::before {
    display: none;
  }
  
  .top-support_item {
    padding: 0;
  }

  .top-support_item + .top-support_item {
    margin-top: 50px;
  }

  .top-support_img {
    width: 100%;
    height: auto;
  }
}

/* top-dx
********************************************/
.top-dx_title {
  margin-bottom: 70px;
  text-align: center;
}

.top-dx_label-wrap {
  text-align: center;
}

.top-dx_label {
  position: relative;
  display: inline-block;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  background: #0dacb5;
  padding: 0 37px;
  margin-bottom: 25px;
}

.top-dx_label::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  left: -65px;
  right: 0;
  bottom: -10px;
  margin: auto;
  border: 15px solid transparent;
  border-top: 15px solid #0dacb5;
  transform: rotate(135deg);
}

.top-dx_copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  font-size: 34px;
  font-style: italic;
  color: #ffff00;
  text-align: center;
  margin-bottom: 50px;
}

.top-dx_list {
  display: flex;
  margin: 0 -15px;
}

.top-dx_item {
  width: 100%;
  padding: 0 15px;
}

.top-dx_item-link {
  display: block;
  height: 100%;
  padding: 30px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 24px 6px rgba(24,115,120,0.35);
}

.top-dx_item-name {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 15px;
}

.top-dx_item--connect .top-dx_item-name {
  color: #ffc400;
}

.top-dx_item--bizrobo .top-dx_item-name {
  color: #f15a24;
}

.top-dx_item--chatbot .top-dx_item-name {
  color: #29abe2;
}

.top-dx_item-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #333;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

.top-dx_item-thumb {
  margin-bottom: 20px;
}

.top-dx_item--connect .top-dx_item-thumb {
  background: #ffc400;
}

.top-dx_item--bizrobo .top-dx_item-thumb {
  background: #f15a24;
}

.top-dx_item--chatbot .top-dx_item-thumb {
  background: #29abe2;
}

.top-dx_item-img {
  width: 100%;
  height: auto;
}

.top-dx_item-list {
  margin-bottom: 10px;
  padding: 0 30px;
}

.top-dx_item-list li {
  color: #333333;
  padding-left: 20px;
  text-indent: -20px;
}

.top-dx_item-list li + li {
  margin-top: 5px;
}

.top-dx_item-list li::before {
  position: relative;
  content: "●";
  margin-right: 5px;
}

.top-dx_item-logo {
  margin-bottom: 30px;
  padding: 0 30px;
  text-align: center;
}

.top-dx_item-btn {
  position: relative;
  display: block;
  border: 1px solid #666666;
  width: 300px;
  padding: 10px 35px 10px 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  margin: auto;
}

.top-dx_item-btn::after {
  position: absolute;
  content: "";
  display: inline-block;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(135deg);
  width: 10px;
  height: 10px;
  border-left: 1px solid #666;
  border-top: 1px solid #666;
}

.top-dx_item-link:hover .top-dx_item-btn {
  color: #FFF;
  background-color: #666;
}

.top-dx_item-link:hover .top-dx_item-btn::after {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

@media screen and (max-width: 767px) {
  .top-dx_list {
    display: block;
    margin: 0;
  }
  
  .top-dx_item {
    padding: 0;
  }

  .top-dx_item + .top-dx_item {
    margin-top: 30px;
  }
}

/* top-qanda_list
********************************************/
.top-qanda_item {
  border-radius: 10px;
  background-color: #fff;
  padding: 0 40px;
}

.top-qanda_item + .top-qanda_item {
  margin-top: 25px;
}

.top-qanda_title {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;;
  font-size: 18px;
  font-weight: 700;
  color: #0dacb5;
  padding: 20px 0 20px 35px;
  cursor: pointer;
}

.top-qanda_title::before {
  position: absolute;
  content: "Q.";
  left: 0px;
  top: 19px;
}

.top-qanda_title_icon {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 2px;
  background: #0dacb5;
}

.top-qanda_title_icon::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: #0dacb5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(90deg);
}

.top-qanda_item.is-active .top-qanda_title_icon::after {
  display: block;
}
.top-qanda_item .top-qanda_title_icon::after {
  display: none;
}

.top-qanda_body {
  display: none;
  position: relative;
  padding: 20px 30px 40px 65px;
  border-top: 1px solid #f2f1ed;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  color: #333;
}

.top-qanda_body p {
  font-family: 'Noto Sans JP', sans-serif;
}

.top-qanda_body p + p {
  margin-top: 20px;
}

.top-qanda_item.is-active .top-qanda_body {
  display: block;
}

.top-qanda_body::before {
  position: absolute;
  content: "A.";
  left: 30px;
  top: 20px;
  font-weight: 700;
}

.top-qanda_body_indent {
  font-size: 14px;
  font-weight: 400;
  padding-left: 16px;
}

@media screen and (max-width: 767px) {
  .top-qanda_item {
    padding: 0 15px;
  }

  .top-qanda_title {
    padding: 15px 40px 15px 30px;
    font-size: 16px;
  }

  .top-qanda_title::before {
    top: 15px;
  }

  .top-qanda_title_icon {
    right: 5px;
  }

  .top-qanda_body {
    padding: 15px 30px 15px 35px;
    font-size: 14px;
  }

  .top-qanda_body::before {
    left: 10px;
    top: 16px;
  }
  
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before{
	background:#666;
}

/* solution-swiper
************************************************************/
.solution-swiper-container {
  overflow: hidden;
}

.solution-swiper-pagination .swiper-pagination-bullet {
  border-color: #fff;
}

.solution-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
}

@media screen and (max-width: 767px) {
  .solution-swiper-button {
    color: #fff!important;
    top: 63%;
  }
}

/* top-archive-list
************************************************************/
.top-archive-list-item {
  border-radius: 10px;
  background: #fff;
  color: #000;
  box-shadow: 0px 0px 30px rgba(24, 115, 120, .35);
}

.top-archive-list-link {
  display: block;
  color: #333333;
  transition: .2s;
  padding: 25px 0;
  height: 100%;
}

.top-archive-list-link:hover {
  box-shadow: 0px 0px 15px rgba(24, 115, 120, .35);
}

.top-archive-list-item-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: center;
  line-height: 1.5;
}

.top-archive-list-item-copy {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

.top-archive-list-item-thumb {
  overflow: hidden;
}

.top-archive-list-item-title-img {
  width: 100%;
  height: auto;
  transition: .2s;
}

.top-archive-list-link:hover .top-archive-list-item-title-img {
  opacity: 0.6;
}

.top-archive-list-cate {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 19px 12px 0;
}

.top-archive-list-cate-item {
  border: 1px solid #333333;
  padding: 2px 15px;
}

@media screen and (max-width: 767px){
  .top-archive-list-item {
    flex-basis: 100%;
    max-width: 270px;
    margin: 0 auto;
  }
}