@charset "UTF-8";

body .introduction-wrapper {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 210px;
}
@media screen and (max-width: 599px) {
body .introduction-wrapper {
  margin-top: 170px;
}
}
.business-wrapper {
  font-family: yu gothic,YuGothic,hiragino kaku gothic pron,Meiryo,sans-serif;
  line-height: 1.5;
  color: #333;
  letter-spacing: 0;
  overflow: hidden
}

.introduction-wrapper a {
	color: #333;
}

html {
  overflow-x: hidden;
  font-size: 62.5%;
}

.example-wallapper {
  font-family:yu gothic,YuGothic,hiragino kaku gothic pron,Meiryo,sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.example-wallapper figure {
  margin: 0;
}
.example-wallapper h2 {
  margin: 0;
  padding-bottom: 16px;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
.pc-none {
  display: none;
}
@media screen and (max-width: 599px) {
 .pc-none {
    display: block;
  }
 .sp-none {
    display: none;
  }

html {
  width: 100%;
}
}
.example-wallapper .flex {
  display: flex;
  max-width: 960px;
  margin: 250px auto 115px;
  justify-content: space-between;
}
.example-wallapper .flex__item01 {
  width: 40%;
}
.example-wallapper .category {
  margin: 30px 0 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
.example-wallapper .category__text {
  background: #E1E1E1;
  padding: 5px 10px;
  border-radius: 6px;
  font-weight: normal;
  font-size: 14px;
  font-size: 1.4rem;
  color: #000;
}

.example-wallapper .text-color__bule {
  color: #695093;
  font-size: 18px;
  font-size: 1.8rem;
  margin: 35px 0 18px;
}

.single-slide-wrap {
  overflow-x: hidden;
  padding-bottom: 30px;
  position: relative;
}

.single-slide-wrap .swiper-pagination  {
  bottom: 0px;
}

@media print, screen and (min-width: 600px) {

  .single-slide-wrap {
    width: 480px;
  }
}
@media screen and (max-width: 599px) {
  .example-wallapper .text-color__bule {
    margin: 15px 0 18px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.example-wallapper .text-money {
  /* display: flex; */
  display: inline-flex;
  justify-content: space-around;
  background: #695093;
  /* border-radius: 10px; */
  border-radius: 6px;
  color: #fff;
  /* width: 100%; */
  opacity: 0.5;
  /* padding: 0 10px; */
  padding: 5px;
}
.example-wallapper .text-money__text01 {
	font-size: 1.4rem;
	margin-right: 1em;
	word-break: keep-all;
}
@media screen and (max-width: 599px) {
  .example-wallapper .text-money__text01 {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .example-wallapper .text-money__text02 {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.example-wallapper .chance {
  text-align: center;
  margin-bottom: 100px;
}
.example-wallapper .chance__title {
  text-align: center;
  margin: 0 auto;
  border-bottom: 2px solid #695093;
  margin-bottom: 53px;
}

@media print, screen and (min-width: 600px) {
  .section_flex {
    display: flex;
    max-width: 960px;
    margin: 0 auto;
    justify-content:space-around;
    align-items: flex-start;
  }
  .example-wallapper .chance__title {
    width: 300px;
    max-width: 300px;
    text-align: left;
    margin-left: 20px;
    border-bottom: none;
  }
  .example-wallapper .chance__title h2 {
    display: inline-block;
     border-bottom: 2px solid #695093;
  }
  .section_flex .box {
    width: 640px;

  }
}

@media screen and (max-width: 599px) {
  .example-wallapper .chance__title {
    max-width: 200px;
  }
}
.example-wallapper .chance__block {
  text-align: left;
  max-width: 712px;
  margin: 0 auto;
}
.example-wallapper .chance__block .sub_title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
}
@media screen and (max-width: 599px) {
  .example-wallapper .chance__block .sub_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.example-wallapper .chance__block .sub_title_2 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
}
@media screen and (max-width: 599px) {
  .example-wallapper .chance__block {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.example-wallapper .chance__block .sub_title_1::before {
	content: "";
	background-image: url(../img/check_circle.png);
	background-repeat: no-repeat;
	min-width: 21px;
	height: 21px;
	display: inline-block;
	background-size: contain;
	margin-right: 10px;
	margin-top: 3px;
}

@media screen and (max-width: 599px) {
.example-wallapper .chance__block .sub_title_1::before {
    background-image: url(../img/check_circle_sp.png);
    min-width: 30px;
    height: 30px;
    margin-top: 0;
  }

}
.example-wallapper .chance__text {
  margin: 30px auto 60px;
  font-size: 1.6rem;
  font-weight: normal;
}
.example-wallapper .reason {
  text-align: center;
  background: #EEF5FA;
  margin-bottom: 100px;
  padding: 100px 0;
}
.example-wallapper .reason__title {
  max-width: 320px;
  margin-bottom: 53px;
}

.reason_answerbox {
  max-width: 960px;
  margin:30px auto 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.reason_answer_inner {
  position: relative;
  text-align: left;
  background-color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.8;
  padding: 20px 25px
}


.reason_answer_title {
  color:#1688C5;
  font-size: 11px;
  font-weight: bold;
  margin-bottom: 10px;
}

.reason_answer_icon {
  width: 55px;
}
@media print, screen and (min-width: 600px) {
  .reason_answer_inner {
    margin-right: 30px;
    width: 875px;
  }
  .example-wallapper .reason__title {
text-align: left;
    width: 320px;
    margin-bottom: 53px;
  }
  .example-wallapper .reason__title h2 {
    display: inline-block;
     border-bottom: 2px solid #695093;
  }
  .reason_answer_inner:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 100%;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
}
}

@media screen and (max-width: 599px) {
  .reason_answer_icon {
    display: none;
  }
  .example-wallapper .reason {
     padding: 50px 5%
  }
  .example-wallapper .reason__title {
    max-width: 280px;
    margin: 0 auto 53px;
    text-align: center;
    border-bottom: 2px solid #695093;
  }
}
.example-wallapper .reason__block {
  text-align: left;
  max-width: 720px;
  margin: 0 auto 30px;
  padding: 40px 10px 0;
  background: #fff;
  border-radius: 20px;
}
.example-wallapper .reason__block .sub_title {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  margin-left: 14px;
}
@media screen and (max-width: 599px) {
  .example-wallapper .reason__block .sub_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.example-wallapper .reason__block .sub_title_2 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  margin-left: 14px;
}
@media screen and (max-width: 599px) {
  .example-wallapper .reason__block .sub_title_2 {
    font-size: 15px;
    font-size: 1.5rem;
	  align-items: center;
  }
}
.example-wallapper .reason__block .sub_title::before {
  content: "";
  background-image: url(../img/mode_comment.png);
  background-repeat: no-repeat;
  min-width: 30px;
  height: 30px;
  display: inline-block;
  background-position: center;
    margin-right: 10px;
}

@media screen and (max-width: 599px) {
  .example-wallapper .reason__block {
    max-width: 330px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  .example-wallapper .reason .sub_title::before {
    background-image: url(../img/mode_comment_sp.png);
    background-size: contain;
    min-width: 25px;
    height: 25px;
  }

}
.example-wallapper .reason__text {
  padding: 30px 10px;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (max-width: 599px) {
  .example-wallapper .reason__text {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.example-wallapper .result__title {
  text-align: center;
  max-width: 220px;
  margin-bottom: 53px;
}
@media print, screen and (min-width: 600px) {
  .reason_answer_inner {
    margin-right: 30px;
  }
  .example-wallapper .result__title {
    width: 300px;
    max-width: 300px;
    text-align: left;
    margin-left: 20px;
  }
  .example-wallapper .result__title h2 {
    display: inline-block;
     border-bottom: 2px solid #695093;
  }
  .reason_answer_inner:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 100%;
    border: 10px solid transparent;
    border-left: 15px solid #fff;
}
}

.example-wallapper .result__block {
  width: 60%;
}
.example-wallapper .result__image_1 {
  margin-left: auto;
}
.example-wallapper .wrap:nth-child(odd) .result__image_1 {
  margin-left: 0;
  margin-right: auto;
}
.example-wallapper .result____text_1 {
  font-size: 16px;
  font-size: 1.6rem;
}
.example-wallapper .result .wrap {
  margin: 0 auto 86px;
  display: flex;
  max-width: 892px;
}
@media screen and (max-width: 599px) {
  .example-wallapper .result .wrap {
    display: block;
  }
  .example-wallapper .result__title {
    margin: 0 auto 53px;
    text-align: center;
    border-bottom: 2px solid #695093;
  }
}
.example-wallapper .result .wrap:nth-child(odd) {
  flex-direction: row-reverse;
}
.example-wallapper .result .sub_title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 30px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 599px) {
  .example-wallapper .result .sub_title {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
.example-wallapper .result .sub_title::before {
	content: "";
	background-image: url(../img/round.png);
	min-width: 21px;
	height: 21px;
	display: inline-block;
	margin-right: 10px;
	background-size: contain;
	margin-top: 3px;
}
@media screen and (max-width: 599px) {
  .example-wallapper .result__block {
    width: 100%;
  }
  .example-wallapper .result__text_1 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 30px;
  }
	.example-wallapper .result .sub_title::before {
	content: "";
	background-image: url(../img/round.png);
	min-width: 15px;
	height: 15px;
	display: inline-block;
	margin-right: 10px;
	background-size: contain;
	margin-top: 3px;
}
}
.example-wallapper .company-name {
  font-weight: bold;
  font-size: 1.8rem;
}
.example-wallapper__item {
  width: 40%;
  margin: 0 auto;
}
.example-wallapper .merchandise {
  background: #EEF5FA;
  padding: 20px;
  max-width: 960px;
  margin: 0 auto 100px;
}
.example-wallapper .merchandise .wrap {
  background: #fff;
  border-radius: 20px;
}
.example-wallapper .merchandise .inner-wrap {
  display: flex;
  justify-content: space-around;
  border-radius: 20px;
  margin: 20px 20px 0;
  padding-bottom: 70px;
}
.example-wallapper .merchandise .merchandise__item {
  width: 40%;
  margin: 0 auto;
}
.example-wallapper .merchandise .merchandise__item__name {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.example-wallapper .merchandise .merchandise__item__money {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
.example-wallapper .merchandise .merchandise__item__explanation {
  margin: 20px 0 40px;
}
.example-wallapper .merchandise .merchandise__item__btn {
  text-align: center;
  display: block;
  padding: 10px;
  background: #695093;
  color: #fff;
  margin-bottom: 10px;
  border-radius: 10px;
}
.example-wallapper .merchandise .merchandise__item__btn:hover {
  opacity: 0.6;
}
@media print, screen and (min-width: 600px) {

.example-wallapper .merchandise figure img {
  width: 420px;
  height: 260px;
  object-fit: contain;
}
}
@media screen and (max-width: 599px) {
  .example-wallapper .merchandise__block {
    width: 100%;
  }
  .example-wallapper .merchandise__text_1 {
    font-size: 13px;
    font-size: 1.3rem;
    margin-top: 30px;
  }
  .example-wallapper .merchandise .merchandise__item {
    width: 100%;
  }
}
.example-wallapper .merchandise .color-purple {
  color: #695093;
  font-weight: bold;
  font-size: 1.6rem;
}
.example-wallapper .merchandise__note {
  padding: 1em;
  font-weight: 500;
  margin-top: -50px;
}
.merchandise__item__annotation {
  font-size: 1.4rem;
}
.example-wallapper .more {
  text-align: center;
}
.example-wallapper .more a {
  color: #707070;
}
.example-wallapper .merchandise__title {
  text-align: center;
  max-width: 550px;
  margin: 0 auto 53px;
  border-bottom: 2px solid #695093;
  padding-top: 53px;
}
.example-wallapper .merchandise__title h3 {
  margin: 0;
  padding-bottom: 16px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .example-wallapper .merchandise__title {
    max-width: 310px;
    margin: 0 auto 30px;
  }
  .example-wallapper .merchandise__item__annotation {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 599px) {
  .example-wallapper h2 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 599px) {
  .example-wallapper {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .example-wallapper .image-size {
    width: 100%;
  }
  .example-wallapper .flex {
    display: block;
    max-width: initial;
    margin: 180px auto 50px;
    width: 90%;
  }
  .example-wallapper .flex__item01 {
    width: 100%;
  }
}
@media screen and (max-width: 599px) and (max-width: 599px) {
  .example-wallapper .flex__item01 figure {
    max-width: 200px;
  }
}
@media screen and (max-width: 599px) {
  .example-wallapper .text-money {
    margin-bottom: 46px;
    border-bottom: 5px;
    border-radius: 5px;
	  flex-wrap: wrap
  }
}
@media screen and (max-width: 599px) {
  .example-wallapper .text-color {
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 599px) {
  .example-wallapper .chance {
    width: 90%;
    margin: 0 auto 110px;
  }
}
@media screen and (max-width: 599px) {
  .example-wallapper .reason__wrap {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}
.example-wallapper .result {
  margin-bottom: 110px;
}
@media screen and (max-width: 599px) {
  .example-wallapper .result {
    width: 90%;
    margin: 0 auto 110px;
  }
}
.introduction-wrapper .font-weight {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.introduction-wrapper .title_attention {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.introduction-wrapper .case-study {
  margin-bottom: 100px;
}
.introduction-wrapper .case-study__title {
  text-align: center;
  margin-bottom: 90px;
  font-size: 38px;
  font-size: 3.8rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .case-study__title {
    margin-bottom: 50px;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .case-study .swiper-slide {
    border: none;
  }
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .case-study {
    margin-bottom: 0;
  }
}
.introduction-wrapper figure {
  margin: 0;
}
.introduction-wrapper .image-logo img {
  box-shadow: none;
  object-fit: contain;
}
.introduction-wrapper .slid-wrap {
  display: flex;
  max-width: 960px;
  margin: 0 auto;
}
.introduction-wrapper .slid-wrap__text {
  max-width: 280px;
  min-width: 280px;
  width: 100%;
  margin-right: 40px;
  min-height: 360px;
}
.introduction-wrapper .slid-wrap__text .attention_text {
  font-weight: normal;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .slid-wrap__text {
    max-width: initial;
    display: flex;
    align-items: end;
    width: 90%;
    margin: 0 auto 60px;
    min-height: 0;
  }
  .introduction-wrapper .slid-wrap__text .inner {
    width: 100%;
    margin-right: auto;
  }
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .slid-wrap {
    display: block;
    position: relative;
  }
}
.introduction-wrapper .swiper {
  width: 100vw;
  margin-left: auto;
  position: absolute;
  margin-left:318px;
  padding:5px;
}

@media screen and (max-width: 599px) {
  .introduction-wrapper .swiper {
    max-width: initial;
    margin-left: 0;
    position: initial;
    margin-bottom: 80px;
  }

  .introduction-wrapper .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    top:auto;
  bottom:-40px;
}
}
.introduction-wrapper .swiper-slide {
  color: #000;
  height: auto;
}
.introduction-wrapper .swiper-slide a:hover {
  opacity: 0.6;
}
.introduction-wrapper .swiper-horizontal > .swiper-scrollbar,
.introduction-wrapper .swiper-scrollbar.swiper-scrollbar-horizontal {
  height: initial;
}
.introduction-wrapper .slide-category-wrap__category {
  display: flex;
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
  /* .introduction-wrapper .slide-category-wrap {
    display: none;
  } */
}
.introduction-wrapper .background-purple {
  margin-right: 10px;
}
.introduction-wrapper .background-purple span {
  background: #695093;
  color: #fff;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #695093;
}
.introduction-wrapper .slide-category-wrap {
  margin-top: 10px;
}
.introduction-wrapper .color-purple span {
  background: #fff;
  color: #695093;
  padding: 0 15px;
  border-radius: 5px;
  border: 1px solid #695093;
}
.introduction-wrapper .slide-company-name {
  padding: 10px;
  font-size: 18px;
}
.introduction-wrapper .slide-text-flex {
  display: flex;
  justify-content: space-between;
  padding:0  10px 15px;
}
.introduction-wrapper .slide-text-flex .inner {
  margin-top: 5px;
}
@media print, screen and (min-width: 600px) {

.introduction-wrapper .slide-text-flex .inner {
  width: 60%;
}
}
.introduction-wrapper .slide-text-flex .inner p {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.005em;
}
.introduction-wrapper .slide-text-flex .image-wrap {
  display: flex;
  width: 35%;
}

.introduction-wrapper .image-logo {
   display: flex;
  justify-content: center;
}
#business-wrapper .introduction-wrapper .width {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 190px;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .slide-text-flex .image-wrap.sp-none {
    display: none;
  }
  .introduction-wrapper .image-wrap {
    max-width: 50%;
    margin: 10px;
    height: 40px;

  }

  .introduction-wrapper .image-logo {
  display: block;
  }
  #business-wrapper .introduction-wrapper .image-wrap img {
    width: auto;
    height: 40px;
    object-fit: contain;
  }
  #business-wrapper .introduction-wrapper .width {
    height: 50vw;
    padding-bottom: 0;
  }
}
.introduction-wrapper .swiper-wrapper .hover {
  display: block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}
.introduction-wrapper .swiper-wrapper .hover:hover {
  opacity: 0.6;
}
.introduction-wrapper .search__gradation {
  background: linear-gradient(-70deg, #a188fb 0%, #64acf6 100%);
  width: 100%;
}
.introduction-wrapper .search .batsu {
  display: block;
  position: relative;
  height: 30px;
  margin: 4px 0 40px;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .search .batsu {
    margin: 30px 0;
  }
}
.introduction-wrapper .search .batsu::before, .introduction-wrapper .search .batsu::after { /* 共通設定 */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px; /* 棒の幅（太さ） */
  height: 20px; /* 棒の高さ */
  background: #fff;
}
.introduction-wrapper .search .batsu::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.introduction-wrapper .search .batsu::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.introduction-wrapper .new {
  max-width: 960px;
  margin: 0 auto 50px;
  padding-top: 60px;
}
.introduction-wrapper .new__title {
  margin-bottom: 40px;
}
.introduction-wrapper .new__title h2 {
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .new__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.introduction-wrapper .new .background-purple {
  margin-right: 10px;
}
.introduction-wrapper .new .background-purple a {
  background: #695093;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}
.introduction-wrapper .new .color-purple a {
  background: #fff;
  color: #695093;
  padding: 5px 15px;
  border-radius: 5px;
  border: 1px solid #695093;
}
.introduction-wrapper .new .category-wrap {
  display: flex;
  padding-left: 0;
  margin-top: 15px;
}
.introduction-wrapper .new .item {
  margin:0 20px 40px;
  position: relative;
}
.introduction-wrapper .new .item__text {
  margin-top: 10px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: calc(2 * 1.5em);
}
.introduction-wrapper .new .item__company-name {
  margin-top: 20px;
  font-size: 16px;
}
.introduction-wrapper .new .item figure {
  display: block;
  width: 280px;
  height: 160px;
  overflow: hidden;
}
.introduction-wrapper .new .item figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
@media print, screen and (min-width: 600px) {
  .introduction-wrapper .new .item {
    width: 280px;
    padding-bottom: 8rem;
  }
}

@media screen and (max-width: 599px) {
  .introduction-wrapper .new .item__text {
    width: 100%;
    margin-top: 10px;
  }
}
.introduction-wrapper .new .item img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 190px;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .new .item figure {
    width: 100%;
    height: 50vw;
  }
  .introduction-wrapper .new .item {
    max-width: initial;
    padding: 0;
    margin: 0 0 40px;
  }
}
.introduction-wrapper .new__flex {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap:wrap;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .new__flex {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .new {
    width: 90%;
    margin: 0 auto;
  }
}

.introduction-wrapper .more,
.example-wallapper .more {
  text-align: center;
  margin-bottom: 120px;
}
.introduction-wrapper .more__btn,
.example-wallapper .more__btn {
  border: 1px solid;
  border-radius: 30px;
  text-decoration: none;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .more,
  .example-wallapper .more {
    margin: 70px 0;
    font-size: 15px;
  }
}
.introduction-wrapper .arrow,
.example-wallapper .arrow {
  position: relative;
  display: inline-block;
  padding: 10px 90px;
  vertical-align: middle;
  text-decoration: none;
}
.introduction-wrapper .arrow::before,
.example-wallapper .arrow::before {
  content: "";
  right: 20px;
  top: 16px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
  position: absolute;
}
.introduction-wrapper .flex-btn {
  display: flex;
  margin-bottom: 70px;
  position: relative;
}
.introduction-wrapper .left-btn {
  margin-right: 36px;
  display: none;
}
.introduction-wrapper .right-btn {
  display: none;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .left-btn {
    margin-right: 10px;
  }
  .introduction-wrapper .left-btn img {
    width: 100%;
  }
  .introduction-wrapper .right-btn img {
    width: 100%;
  }
}
.introduction-wrapper .search__title {
  text-align: center;
  align-items: center;
  padding-top: 34px;
  padding-bottom: 24px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .search__title {
    display: none;
  }
}
.introduction-wrapper .search .flex {
  display: flex;
  justify-content: space-around;
  max-width: 700px;
  margin: 0 auto 0px;
  position: relative;
}
.introduction-wrapper .search .flex__select {
  width: 250px;
  height: 38px;
  border-radius: 20px;
  position: relative;
  color: #9E9E9E;
  border: transparent 1px;
  text-align: center;
  outline: none;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  box-sizing: border-box;
}

.introduction-wrapper .search .flex__select:focus {
  color: #5a5a5a;
}


.introduction-wrapper .search .flex__select.active {
  color: #695093;
}
label.label {
  display: none;
}
.introduction-wrapper .search .flex__select option {
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (max-width: 599px) {
  .szearch__gradation label.label {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    height: 50px;
    border-radius: 30px;
    position: absolute;
    background: #fff;
    display: block;
    text-align: center;
    line-height: 3;
  }

  .introduction-wrapper .search .label.active {
    color: #695093;
  }

  .introduction-wrapper .search .flex .flex__select {
    /* text-align: left; */
    text-align: center;
    /* opacity: 0; */
  }
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .search .flex__select {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    height: 50px;
    border-radius: 30px;
    /* padding-left: 45%; */
  }
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .search .flex {
    display: block;
    padding: 70px 0 50px;
    width: 100%;
  }
}
.introduction-wrapper .container {
  position: relative;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .container {
    max-width: 320px;
    margin: 0 auto;
  }
}
.introduction-wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none; /* デフォルトの矢印を非表示 */
  border-radius: 0;
  height: 37px;
  width: 100px;
}

.introduction-wrapper select::-ms-expand {
  display: none; /* デフォルトの矢印を非表示(IE用) */
}
.introduction-wrapper .container::after {
  width: 8px;
  height: 8px;
  border-top: 1px solid #695093;
  border-right: 1px solid #695093;
  transform: rotate(134deg);
  content: "";
  position: absolute;
  right: 8%;
  top: 13px;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .container::after {
    right: 8%;
    top: 18px;
  }
}
.introduction-wrapper .search-btn {
  text-align: center;
  padding-bottom: 34px;
}
.introduction-wrapper .search-btn__btn {
  text-decoration: none;
  color: #fff;
  background: #cccccc;
  padding: 12px 23px;
  border-radius: 10px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-weight: bold;
}
.introduction-wrapper .search-btn__btn.active {
  background-color: #695093;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .search-btn__btn {
    padding: 20px 30px;
    font-size: 16px;
  }
}
.introduction-wrapper .search-btn__white {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  text-decoration: underline;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .search-btn__white {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .introduction-wrapper .search-btn .sp-none {
    display: none;
  }
}
.introduction-wrapper .search-btn__bottom {
  margin-bottom: 30px;
}

/* 画像 */
img {
  max-width: 100%;
  /* width: 100%; */
  height: auto;
}

/* スライド全体 */
.swiper-slide {
  transition: transform 0.6s;
}

/* 左右のスライド */
.swiper-slide:not(.swiper-slide-active) {
  /* transform: scale(0.85); */
}

/* 前へ次への矢印カスタマイズ */
.introduction-wrapper .swiper-button-prev {
  height: 50px;
  width: 50px;
  left: 0;
  top: 48px;
  background-image: none;
}
.introduction-wrapper .swiper-button-next {
  height: 50px;
  width: 50px;
  left: 90px;
  top: 48px;
  background-image: none;
}
@media screen and (max-width: 599px) {
  .introduction-wrapper .swiper-button-prev {
    top: 40px;
    left: -110px;
    display: none;
  }
  .introduction-wrapper .swiper-button-next {
    height: 50px;
    width: 50px;
    left: -50px;
    top: 40px;
    display: none;
  }
}

/* 前へ次への矢印カスタマイズ */
.introduction-wrapper .swiper-button-prev::after,
.introduction-wrapper .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after {
  background-image: url(../img/left-btn.svg);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after {
  background-image: url(../img/riglt-btn.svg);
}

/* 画像サイズ調整 */
.swiper-slide img {
  height: auto;
  width: 100%;
}

@media screen and (min-width: 600px) {
.single-slide .swiper-slide img {
  height: 286px;
  width: 480px;
  object-fit: contain;
}
}


@media screen and (max-width: 320px) {
  .introduction-wrapper .swiper-button-prev::after {
    height: 40px;
    width: 40px;
  }
  .introduction-wrapper .swiper-button-next::after {
    height: 40px;
    width: 40px;
  }
  .introduction-wrapper .swiper-button-prev {
    left: -100px;
  }
}
.slick-dots button {
  color: transparent;
  outline: none;
  width: 8px; /*ドットボタンのサイズ*/
  height: 8px; /*ドットボタンのサイズ*/
  display: block;
  border-radius: 50%;
  background: #ccc; /*ドットボタンの色*/
}

.slick-dots .slick-active button {
  background: #333; /*ドットボタンの現在地表示の色*/
}

.example-wallapper .chance__block .sub_title_1 {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  display: flex;
  margin-bottom: 18px;
}

@media screen and (max-width: 599px) {
  .example-wallapper .chance__block .sub_title_1 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.introduction-wrapper .hidden {
  display: none;
}

.introduction-wrapper .more-bottom-link {
  display: block;
  color: #333;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 20px;

}

span.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}

span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #695093;
}
.result__text_1 {
  font-size: 1.6rem;
  font-weight: normal;
}

#business-breadcrumb > .inner {
  flex-wrap: wrap;
  justify-content: flex-start;
}
#business-breadcrumb > .inner li:last-child {
  margin: 0;
}
#business-breadcrumb,
html.is-header-fixed #business-breadcrumb {
  position: absolute;
  background-color: #fff;
}

/* ==================================
	pagination
	================================== */
  .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 2.4rem;
    font-family: "Roboto";
    font-size: 1.6rem;
    font-weight: 300;
    color: #ccc;
    transition: 0.3s ease;
  }
  .page-numbers.current {
    color: var(--main-color);
  }
  .prev.page-numbers,.next.page-numbers {
    display: block;
    width: 3.3rem;
    height: 3.3rem;
    font-size: 0;
  }
  .next.page-numbers {
    margin: 0 0 0 1.6rem;
    background: url(../../../assets/images/common/circle-arrow-r-mono.svg) center center/cover no-repeat;
  }
  .prev.page-numbers {
    margin: 0 1.6rem 0 0;
    background: url(../../../assets/images/common/circle-arrow-l-mono.svg) center center/cover no-repeat;
  }

  @media (min-width: 600x) {
    .page-numbers:hover {
      color: var(--main-color);
    }
    .next.page-numbers:hover {
      background: url(../../../assets/images/common/circle-arrow-r.svg) center center/cover no-repeat;
    }
    .prev.page-numbers:hover {
      background: url(../../../assets/images/common/circle-arrow-l.svg) center center/cover no-repeat;
    }
  }

  @media (max-width: 599px) {
    .page-numbers {
      margin: 0 1.6rem;
      font-size: 1.4rem;
    }
    .prev.page-numbers, .next.page-numbers {
      width: 2.4rem;
      height: 2.4rem;
    }
    .prev.page-numbers {
      margin: 0 1.2rem 0 0;
    }
    .next.page-numbers {
      margin: 0 0 0 1.2rem;
    }
  }

  #business-wrapper .single_logo img {
    max-height: 180px;
    max-width: 180px;
  }
