@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- mv
- about_sec
- info_sec
- btm_area
-------------------------*/
/*=======================================
　mv
=======================================*/
.mv {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .mv {
    margin-bottom: 75px;
  }
}
.mv img {
  width: 100%;
}

/*=======================================
　about_sec
=======================================*/
.about_sec {
  margin-bottom: 207px;
}
@media screen and (max-width: 768px) {
  .about_sec {
    margin-bottom: 100px;
  }
}
.about_sec .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .about_sec .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.about_sec .inner .img_area {
  width: 43.32%;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .img_area {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-bottom: 45px;
  }
}
.about_sec .inner .img_area h2 {
  margin: 17px 0 90px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .img_area h2 {
    width: 60%;
    margin: 0;
  }
}
.about_sec .inner .img_area .img {
  width: 88.04%;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .img_area .img {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.about_sec .inner .txt_area {
  width: 48.05%;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .txt_area {
    width: 100%;
  }
}
.about_sec .inner .txt_area h3 {
  font-size: 50px;
  letter-spacing: 0.05em;
  color: var(--sub_purple);
  line-height: 1.46;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .txt_area h3 {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
.about_sec .inner .txt_area .cmn_txt01 {
  margin-bottom: 68px;
}
@media screen and (max-width: 768px) {
  .about_sec .inner .txt_area .cmn_txt01 {
    margin-bottom: 35px;
  }
}
.about_sec .inner .txt_area .nav_btn ul li {
  border-bottom: 2px solid #e8e8e8;
}
.about_sec .inner .txt_area .nav_btn ul li:first-child {
  border-top: 2px solid #e8e8e8;
}
.about_sec .inner .txt_area .nav_btn ul li.main a, .about_sec .inner .txt_area .nav_btn ul li.sub a {
  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;
  row-gap: 5px;
}
.about_sec .inner .txt_area .nav_btn ul li.main a .jp, .about_sec .inner .txt_area .nav_btn ul li.sub a .jp {
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.about_sec .inner .txt_area .nav_btn ul li.main a .en, .about_sec .inner .txt_area .nav_btn ul li.sub a .en {
  color: var(--sub_purple);
  font-weight: 400;
  letter-spacing: 0.05em;
}
.about_sec .inner .txt_area .nav_btn ul li.main a .arrow, .about_sec .inner .txt_area .nav_btn ul li.sub a .arrow {
  top: 45%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 34px;
}
@media screen and (max-width: 1024px) {
  .about_sec .inner .txt_area .nav_btn ul li.main a .arrow, .about_sec .inner .txt_area .nav_btn ul li.sub a .arrow {
    top: 40%;
    right: 0;
  }
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .about_sec .inner .txt_area .nav_btn ul li.main:hover .jp, .about_sec .inner .txt_area .nav_btn ul li.sub:hover .jp {
    color: var(--sub_purple);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .about_sec .inner .txt_area .nav_btn ul li.main:hover .jp, .about_sec .inner .txt_area .nav_btn ul li.sub:hover .jp {
    color: var(--sub_purple);
  }
}
.about_sec .inner .txt_area .nav_btn ul li.main a {
  padding: 47px 0;
}
@media screen and (max-width: 1024px) {
  .about_sec .inner .txt_area .nav_btn ul li.main a {
    padding: 20px 0;
  }
}
.about_sec .inner .txt_area .nav_btn ul li.main a .jp, .about_sec .inner .txt_area .nav_btn ul li.main a .en {
  padding-left: 97px;
}
@media screen and (max-width: 1024px) {
  .about_sec .inner .txt_area .nav_btn ul li.main a .jp, .about_sec .inner .txt_area .nav_btn ul li.main a .en {
    padding-left: 50px;
  }
}
.about_sec .inner .txt_area .nav_btn ul li.main a .jp {
  font-size: 35px;
  line-height: 1.457;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .about_sec .inner .txt_area .nav_btn ul li.main a .jp {
    font-size: 25px;
  }
}
.about_sec .inner .txt_area .nav_btn ul li.main a .jp::before {
  content: "";
  background-size: cover !important;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 60%;
  left: 0;
  width: 46.98px;
  height: 36.67px;
}
@media screen and (max-width: 1024px) {
  .about_sec .inner .txt_area .nav_btn ul li.main a .jp::before {
    width: 35px;
    height: 27px;
    top: 55%;
  }
}
.about_sec .inner .txt_area .nav_btn ul li.main a .en {
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .about_sec .inner .txt_area .nav_btn ul li.main a .en {
    font-size: 12px;
  }
}
.about_sec .inner .txt_area .nav_btn ul li.main:nth-child(1) a span.jp::before {
  background: url("../img/top/num01.png") no-repeat;
}
.about_sec .inner .txt_area .nav_btn ul li.main:nth-child(2) a span.jp::before {
  background: url("../img/top/num02.png") no-repeat;
}
.about_sec .inner .txt_area .nav_btn ul li.sub {
  width: 58.07%;
  margin-left: auto;
}
.about_sec .inner .txt_area .nav_btn ul li.sub a {
  padding: 35px 44px;
  row-gap: 9px;
}
@media screen and (max-width: 1024px) {
  .about_sec .inner .txt_area .nav_btn ul li.sub a {
    padding: 20px;
  }
}
.about_sec .inner .txt_area .nav_btn ul li.sub a .jp {
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 1024px) {
  .about_sec .inner .txt_area .nav_btn ul li.sub a .jp {
    font-size: 18px;
  }
}
.about_sec .inner .txt_area .nav_btn ul li.sub a .en {
  font-size: 10px;
}

/*=======================================
　info_sec
=======================================*/
.info_sec .inner h2 {
  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;
  row-gap: 15px;
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .info_sec .inner h2 {
    margin-bottom: 35px;
    row-gap: 10px;
  }
}
.info_sec .inner h2 .jp {
  width: 205px;
}
@media screen and (max-width: 768px) {
  .info_sec .inner h2 .jp {
    width: 125px;
  }
}
.info_sec .inner h2 .en {
  display: block;
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.05em;
  color: var(--sub_purple);
}
@media screen and (max-width: 768px) {
  .info_sec .inner h2 .en {
    font-size: 14px;
  }
}
.info_sec .inner .tab {
  margin-bottom: 63px;
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab {
    margin-bottom: 30px;
  }
}
.info_sec .inner .tab .tab-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  margin-bottom: 33px;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab .tab-list {
    margin-bottom: 15px;
  }
}
.info_sec .inner .tab .tab-list .category {
  font-size: 18px;
  height: 42px;
  border: 1px solid #e8e8e8;
  padding: 0 21px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab .tab-list .category {
    font-size: 13px;
    height: 30px;
    padding: 0 10px;
  }
}
.info_sec .inner .tab .tab-list .category.active {
  color: var(--main_purple);
  border: 1px solid var(--main_purple);
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .info_sec .inner .tab .tab-list .category:hover {
    color: var(--main_purple);
    border: 1px solid var(--main_purple);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .info_sec .inner .tab .tab-list .category:hover {
    color: var(--main_purple);
    border: 1px solid var(--main_purple);
  }
}
.info_sec .inner .tab .content-group .content-box {
  display: none;
}
.info_sec .inner .tab .content-group .content-box ul {
  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;
  row-gap: 20px;
}
.info_sec .inner .tab .content-group .content-box ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  background: #f5f4fb;
  border-radius: 20px;
  padding: 50px 65px;
  border: 1px solid transparent;
}
@media (min-width: 769px) and (hover: hover) and (pointer: fine) {
  .info_sec .inner .tab .content-group .content-box ul li a:hover {
    opacity: 1;
    border: 1px solid var(--main_purple);
  }
}
@media (min-width: 769px) and (-ms-high-contrast: none), (min-width: 769px) and (-ms-high-contrast: active) {
  .info_sec .inner .tab .content-group .content-box ul li a:hover {
    opacity: 1;
    border: 1px solid var(--main_purple);
  }
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab .content-group .content-box ul li a {
    border-radius: 10px;
    padding: 25px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}
.info_sec .inner .tab .content-group .content-box ul li a .thumb {
  width: 36.88%;
  border: 1px solid var(--main_purple);
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab .content-group .content-box ul li a .thumb {
    width: 100%;
  }
}
.info_sec .inner .tab .content-group .content-box ul li a .thumb img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 322/238;
}
.info_sec .inner .tab .content-group .content-box ul li a .article {
  width: 56.24%;
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab .content-group .content-box ul li a .article {
    width: 100%;
  }
}
.info_sec .inner .tab .content-group .content-box ul li a .article .flex_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab .content-group .content-box ul li a .article .flex_area {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    margin-bottom: 10px;
  }
}
.info_sec .inner .tab .content-group .content-box ul li a .article .title {
  font-size: 24px;
  line-height: 1.25;
  margin-bottom: 23px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab .content-group .content-box ul li a .article .title {
    font-size: 20px;
    margin-bottom: 10px;
    -webkit-line-clamp: 2;
  }
}
.info_sec .inner .tab .content-group .content-box ul li a .article .text {
  font-size: 16px;
  letter-spacing: 0.08em;
  line-height: 1.875;
  color: #707070;
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .info_sec .inner .tab .content-group .content-box ul li a .article .text {
    font-size: 14px;
  }
}
.info_sec .inner .cmn_btn01 {
  margin: 0 auto;
}

/*=======================================
　btm_area
=======================================*/
.btm_area .logo img {
  width: 100%;
}
.btm_area .scroll-infinity__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.btm_area .scroll-infinity__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  padding: 0;
}
.btm_area .scroll-infinity__list--right {
  -webkit-animation: infinity-scroll-right 80s infinite linear 0.5s both;
          animation: infinity-scroll-right 80s infinite linear 0.5s both;
}
.btm_area .scroll-infinity__item {
  width: 42.85vw;
}
.btm_area .scroll-infinity__item > img {
  width: 100%;
}
@-webkit-keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes infinity-scroll-right {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}/*# sourceMappingURL=top.css.map */