@charset "UTF-8";
/* CSS Document */
/* Scss Document */
/* Scss Document */
#mainimg {
  margin-bottom: clamp(3.5rem, 8.1549439348vw, 12rem); }
  #mainimg .mainimg__slide .fit {
    height: 80vw;
    object-position: 30%; }
  #mainimg .mainimg__copy {
    position: absolute;
    right: 5.33vw;
    top: 5%;
    width: 58%; }

#concept {
  margin-bottom: clamp(4rem, 10.1936799185vw, 20rem); }
  #concept .concept__ttl {
    margin-bottom: clamp(2.4rem, 6.1162079511vw, 8rem);
    text-align: center;
    font-size: clamp(2.4rem, 3.0581039755vw, 4.6rem);
    font-weight: 500;
    font-family: "あおとゴシック B", "Aoto Gothic Bold";
    line-height: 1.4166666667; }
  #concept .concept__slide {
    margin-bottom: clamp(3rem, 4.0774719674vw, 6rem); }
    #concept .concept__slide .swiper-wrapper {
      transition-timing-function: linear; }
    #concept .concept__slide .concept__img {
      width: min(28vw, 340px);
      height: min(24vw, 300px);
      margin: 0 3px; }
      #concept .concept__slide .concept__img:nth-child(odd) {
        margin-top: 10px; }
      #concept .concept__slide .concept__img--s {
        width: min(26vw, 317px);
        height: min(24vw, 300px); }
      #concept .concept__slide .concept__img--l {
        width: min(35vw, 480px);
        height: min(28vw, 330px); }
        #concept .concept__slide .concept__img--l img {
          height: 100%;
          width: 100%; }
  #concept .concept__copy {
    font-size: clamp(1.4rem, 1.630988787vw, 1.8rem);
    text-align: center; }

#main {
  margin-bottom: clamp(8rem, 8.1549439348vw, 10rem); }
  #main .main__box {
    margin-bottom: clamp(5rem, 6.1162079511vw, 7rem); }
    #main .main__box .main__box-img {
      margin-bottom: 20px; }
    #main .main__box .main__box-txt .main__ttl {
      margin-bottom: clamp(1rem, 1.5290519878vw, 2.5rem); }
      #main .main__box .main__box-txt .main__ttl--jp {
        font-size: clamp(1.8rem, 2.2426095821vw, 2.8rem);
        font-weight: 400;
        font-family: "あおとゴシック DB", "Aoto Gothic DemiBold"; }
      #main .main__box .main__box-txt .main__ttl--en {
        font-size: clamp(1.5rem, 1.5290519878vw, 1.6rem);
        color: #3B0256; }
    #main .main__box .main__box-txt .main__copy {
      margin-bottom: clamp(2.5rem, 3.5677879715vw, 4.5rem);
      font-size: clamp(1.3rem, 1.5290519878vw, 1.6rem); }
    #main .main__box .btn__nolink {
      font-size: 1.4rem; }

#voice .voice__ttl {
  margin-bottom: clamp(2.5rem, 3.0581039755vw, 4rem);
  text-align: center; }
  #voice .voice__ttl--jp {
    font-size: clamp(1.8rem, 2.2426095821vw, 2.9rem);
    font-weight: 400;
    font-family: "あおとゴシック DB", "Aoto Gothic DemiBold"; }
  #voice .voice__ttl--en {
    font-size: clamp(1.5rem, 1.630988787vw, 1.7rem); }
#voice .voice__copy {
  margin-bottom: clamp(2.5rem, 3.0581039755vw, 4rem);
  font-size: clamp(1.3rem, 1.5290519878vw, 1.6rem); }
#voice .voice__list li {
  margin-bottom: 15px; }
  #voice .voice__list li a {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center; }
  #voice .voice__list li:nth-child(even) a {
    flex-flow: row-reverse; }
#voice .voice__list .voice__img {
  width: 48%;
  overflow: hidden; }
#voice .voice__list .voice__txt {
  position: relative;
  width: 48%;
  line-height: 1; }
  #voice .voice__list .voice__txt .voice__num {
    font-size: clamp(1.2rem, 1.2232415902vw, 1.3rem); }
  #voice .voice__list .voice__txt .voice__name {
    font-size: clamp(2rem, 2.2426095821vw, 2.6rem); }
  #voice .voice__list .voice__txt:before {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    right: 0;
    z-index: 2;
    color: #3B0256;
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    content: '\f061'; }
  #voice .voice__list .voice__txt:after {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 30px;
    height: 30px;
    z-index: 1;
    background: #fff;
    border-radius: 100%;
    content: ''; }

/*------------------------------
		769px以上
------------------------------*/
@media screen and (min-width: 769px) {
  #mainimg {
    width: min(96%);
    padding: auto; }
    #mainimg .mainimg__slide .fit {
      height: 100%;
      border-radius: 4px; }
    #mainimg .mainimg__copy {
      width: min(55%, 680px);
      top: 12%;
      right: 50%;
      transform: translate(50%, 0); }
    #mainimg .swiper-pagination {
      left: auto;
      right: 15px;
      bottom: 15px;
      width: auto; }
      #mainimg .swiper-pagination .swiper-pagination-bullet {
        display: block;
        width: 4px;
        height: 4px;
        margin-bottom: 10px;
        background: #fff;
        opacity: 1; }
      #mainimg .swiper-pagination .swiper-pagination-bullet-active {
        background: #fff; }
    #mainimg .mainimg__scroll {
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 50px;
      z-index: 1;
      margin: auto;
      color: #fff;
      font-size: 1.4rem;
      text-align: center; }
      #mainimg .mainimg__scroll:after {
        display: block;
        position: absolute;
        top: calc(100% + 10px);
        left: 0;
        right: 0;
        width: 1px;
        height: 70px;
        margin: auto;
        background: #fff;
        content: ''; }

  #concept .concept__copy {
    line-height: 2.2222222222; }
  #concept .concept__slide .concept__img:nth-child(odd) {
    margin-top: 30px; }

  #main .main__box a {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    transition: .5s; }
    #main .main__box a:hover {
      opacity: 1;
      color: #3B0256; }
      #main .main__box a:hover .main__box-img img {
        width: 108%;
        filter: brightness(115%); }
      #main .main__box a:hover .btn__nolink {
        background: #3B0256;
        color: #fff; }
        #main .main__box a:hover .btn__nolink:before {
          color: #3B0256; }
        #main .main__box a:hover .btn__nolink:after {
          background: #fff;
          transform: scale(110%) translateY(-50%);
          transform-origin: top; }
  #main .main__box .main__box-img {
    position: relative;
    width: 54%;
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 4px;
    height: min(26vw, 320px); }
    #main .main__box .main__box-img img {
      position: absolute;
      width: 100%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      transition: 1s; }
  #main .main__box .main__box-txt {
    width: 42%; }
  #main .main__box:nth-child(even) a {
    flex-direction: row-reverse; }
  #main .main__box .btn__nolink {
    max-width: 250px;
    transition: .5s; }
    #main .main__box .btn__nolink:before, #main .main__box .btn__nolink:after {
      transition: .5s; }

  #voice .voice__copy {
    text-align: center; }
  #voice .voice__list {
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    justify-content: space-between; }
    #voice .voice__list li {
      width: 30%; }
      #voice .voice__list li a {
        display: block;
        transition: .5s; }
        #voice .voice__list li a:hover {
          opacity: 1;
          color: #3B0256;
          transform: translateY(-10px); }
          #voice .voice__list li a:hover .voice__img img {
            transform: scale(1.08);
            filter: brightness(115%); }
          #voice .voice__list li a:hover .voice__txt:before {
            color: #fff; }
          #voice .voice__list li a:hover .voice__txt:after {
            background: #3B0256; }
      #voice .voice__list li:nth-child(even) {
        margin-top: min(6%, 60px); }
    #voice .voice__list .voice__img {
      position: relative;
      width: 100%;
      margin-bottom: 15px; }
      #voice .voice__list .voice__img img {
        transition: 1s; }
    #voice .voice__list .voice__txt {
      width: 100%; }
      #voice .voice__list .voice__txt:before, #voice .voice__list .voice__txt:after {
        transition: .5s; } }
/*------------------------------
		981px以上
------------------------------*/
@media screen and (min-width: 981px) {
  #main .main__box .main__box-txt {
    width: auto;
    margin: auto; } }
/*------------------------------
		1201px以上
------------------------------*/

/*# sourceMappingURL=style.css.map */
