@charset "UTF-8";
/*=======================================
	breakpoint
=======================================*/
/*=======================================
	hover
=======================================*/
/*=======================================
	中央配置
=======================================*/
/*=======================================
	可変レスポンシブ
=======================================*/
/* PC */
/* TB */
/* SP */
/*=======================================
	ブラウザ別
=======================================*/
/* Safari */
/* Firefox */
/*-------------------------
- read_sec
- three_group_sec
- group_block_sec
- movie_sec
- philosophy_sec
-------------------------*/
/*=================
　read_sec
===================*/
.read_sec {
  max-width: 1200px;
  margin: 0 auto 180px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .read_sec {
    margin: 0 auto 80px;
  }
}
.read_sec .catch_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin: 0 0 50px 0;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  .read_sec .catch_area {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.read_sec .catch_area h2 {
  font-size: 28px;
  line-height: 1.78;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .read_sec .catch_area h2 {
    font-size: 20px;
  }
}
.read_sec .catch_area p {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 0.05em;
  position: relative;
  top: -13px;
  font-family: "Outfit", serif;
}
.read_sec .txt {
  font-size: 15px;
  line-height: 1.86;
  margin: 0 0 70px 0;
  width: 70%;
}
@media screen and (max-width: 1024px) {
  .read_sec .txt {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .read_sec .txt {
    font-size: 14px;
    line-height: 1.86;
    margin: 0 0 30px 0;
  }
}
.read_sec .img {
  max-width: 865px;
  margin: 0 0 0 auto;
  position: relative;
  right: -100px;
}
@media screen and (max-width: 1024px) {
  .read_sec .img {
    right: 0px;
    max-width: 100%;
    overflow: hidden;
  }
}

/*=================
　three_group_sec
===================*/
.three_group_sec {
  max-width: 805px;
  margin: 0 auto 227px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .three_group_sec {
    margin: 0 auto 80px;
  }
}
.three_group_sec h3 {
  text-align: center;
  font-family: "Outfit", serif;
  font-weight: 300;
  font-size: 40px;
  line-height: 1.075;
}
@media screen and (max-width: 768px) {
  .three_group_sec h3 {
    font-size: 28px;
    margin: 0 0 15px 0;
  }
}
.three_group_sec span {
  display: block;
  text-align: center;
  font-size: 15px;
  margin: 45px 0 80px 0;
  font-family: "游ゴシック", YuGothic, sans-serif;
  font-weight: 400;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .three_group_sec span {
    margin: 45px 0 40px 0;
  }
}
.three_group_sec p {
  font-size: 15px;
  line-height: 1.86;
  margin: 0 0 70px 0;
  letter-spacing: 0.015em;
}
@media screen and (max-width: 768px) {
  .three_group_sec p {
    font-size: 14px;
    line-height: 1.86;
    margin: 0 0 20px 0;
  }
}
.three_group_sec ul {
  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;
}
@media screen and (max-width: 768px) {
  .three_group_sec ul {
    gap: 20px;
  }
}
.three_group_sec ul li:nth-child(1) {
  width: 180px;
}
.three_group_sec ul li:nth-child(2) {
  width: 180px;
}
.three_group_sec ul li:nth-child(3) {
  width: 173px;
}

/*=================
　group_block_sec
===================*/
.group_block_sec {
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}
.group_block_sec .block {
  margin: 0 0 180px 0;
}
@media screen and (max-width: 768px) {
  .group_block_sec .block {
    margin: 0 0 100px 0;
  }
}
.group_block_sec .slidearea {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .group_block_sec .slidearea {
    margin: 0 0 60px 0;
  }
}
.group_block_sec .swiper_container {
  position: relative;
}
.group_block_sec .swiper-pagination {
  bottom: -35px !important;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .group_block_sec .swiper-pagination {
    bottom: -25px !important;
  }
}
.group_block_sec .swiper-pagination-bullet {
  margin: 0 0 0 13px !important;
}
.group_block_sec .swiper-pagination-bullet-active {
  background-color: #1C1C1C;
}
.group_block_sec .logo {
  margin: 0 0 60px 0;
}
@media screen and (max-width: 768px) {
  .group_block_sec .logo {
    margin: 0 0 50px 0;
  }
}
.group_block_sec .block:nth-child(1) .logo {
  width: 180px;
}
@media screen and (max-width: 768px) {
  .group_block_sec .block:nth-child(1) .logo {
    width: 160px;
  }
}
.group_block_sec .block:nth-child(2) .logo {
  width: 170px;
}
@media screen and (max-width: 768px) {
  .group_block_sec .block:nth-child(2) .logo {
    width: 160px;
  }
}
.group_block_sec .block:nth-child(3) .logo {
  width: 173px;
}
@media screen and (max-width: 768px) {
  .group_block_sec .block:nth-child(3) .logo {
    width: 153px;
  }
}
.group_block_sec h3 {
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 20px 0;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 768px) {
  .group_block_sec h3 {
    font-size: 18px;
  }
}
.group_block_sec .txt {
  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;
}
@media screen and (max-width: 768px) {
  .group_block_sec .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.group_block_sec .txt p {
  width: 69%;
  line-height: 1.8;
  font-size: 15px;
}
@media screen and (max-width: 820px) {
  .group_block_sec .txt p {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .group_block_sec .txt p {
    width: auto;
    margin: 0 0 60px 0;
    font-size: 14px;
  }
}
.group_block_sec .txt .btn {
  width: 220px;
  display: block;
  text-align: center;
  border: 1px solid #1C1C1C;
  padding: 10px 0;
  position: relative;
  font-size: 17px;
  font-family: "Outfit", serif;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .group_block_sec .txt .btn {
    width: 180px;
    margin: 0 auto;
    padding: 10px 0;
  }
}
.group_block_sec .txt .btn:hover {
  background: #1C1C1C;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .group_block_sec .txt .btn:hover {
    background: transparent;
    color: #1C1C1C;
  }
}
.group_block_sec .txt .btn::after {
  content: "";
  background: url(../img/group/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 17px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 8.5%;
}
@media screen and (max-width: 768px) {
  .group_block_sec .txt .btn::after {
    right: 10.5%;
  }
}
.group_block_sec .txt .btn:hover:after {
  content: "";
  background: url(../img/group/btn_arrow_wh.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .group_block_sec .txt .btn:hover:after {
    background: url(../img/group/btn_arrow.svg) no-repeat;
  }
}

/*=================
　movie_sec
===================*/
.movie_sec {
  background: url(../img/group/movie.jpg) no-repeat;
  background-size: cover;
  position: relative;
  height: 890px;
  margin: 0 0 180px 0;
}
@media screen and (max-width: 768px) {
  .movie_sec {
    height: 400px;
    margin: 0 0 100px 0;
  }
}
.movie_sec .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.movie_sec a {
  display: block;
  width: 136px;
  height: 136px;
  text-align: center;
  margin: auto;
  text-align: center;
  border: 1px solid #FFF;
  border-radius: 100px;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Outfit", serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.4;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  background: rgba(255, 255, 255, 0);
}
.movie_sec a:hover {
  opacity: 1;
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  background: rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 768px) {
  .movie_sec a:hover {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    background: rgba(255, 255, 255, 0);
  }
}

.modaal-video-container {
  max-width: 1800px !important;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    height: 900px !important;
  }
}
.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: 0;
  background: transparent;
  opacity: 0.7;
}

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

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:after, .modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 24px;
  width: 1px;
  height: 31px;
  border-radius: 0px;
  background: #fff;
  -webkit-transition: background 0.2s ease-in-out;
  transition: background 0.2s ease-in-out;
}

@media screen and (max-width: 768px) {
  .modaal-close {
    right: 10px;
    top: 10px;
  }
  .modaal-video-wrap {
    margin: auto 5px;
    position: relative;
  }
}
/*=================
　philosophy_sec
===================*/
.philosophy_sec .sec-env {
  max-width: 1200px;
  margin: 0 auto 150px;
  width: 90%;
  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: 820px) {
  .philosophy_sec .sec-env {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.philosophy_sec .sec-env.r {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 820px) {
  .philosophy_sec .sec-env.r {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .philosophy_sec .sec-env {
    margin: 0 auto 100px;
  }
}
.philosophy_sec .text {
  width: 43%;
  position: relative;
  height: auto;
}
@media screen and (max-width: 820px) {
  .philosophy_sec .text {
    width: auto;
    margin: 0 0 20px 0;
  }
}
.philosophy_sec .img {
  width: 47.8%;
  background-color: #FFFFFF;
  position: relative;
  height: auto;
}
@media screen and (max-width: 820px) {
  .philosophy_sec .img {
    width: 80%;
    margin: 0 auto;
  }
}
.philosophy_sec .copy {
  margin: 0 0 50px;
  font-size: 28px;
  line-height: 1.78;
}
@media screen and (max-width: 768px) {
  .philosophy_sec .copy {
    margin: 0 0 30px;
    font-size: 20px;
  }
}
.philosophy_sec .copy span {
  font-family: "Outfit", serif;
  font-weight: 300;
  font-size: 13px;
  display: block;
  line-height: 1.5;
  margin: 0 0 10px 0;
}
.philosophy_sec p {
  font-size: 15px;
  line-height: 1.86;
}
@media screen and (max-width: 768px) {
  .philosophy_sec p {
    font-size: 14px;
  }
}

.group {
  background: #f6f6f6;
  padding-bottom: 1px;
}

.group .innWrap2 {
  padding: 60px 10px 95px;
}

.group .copy {
  font-size: 30px;
  text-align: center;
  margin: 0px 0px 40px;
}

.group .sec-column1 {
  margin: 0px 0px 130px;
}

.group .sec-column1 p {
  margin: 0px 0px 30px;
  text-align: center;
}

.group .sec-column1 p:last-child {
  margin: 0;
}

.group .sec-column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.group .sec-column2 .img {
  width: 510px;
}

.group .sec-column2 .text {
  width: 440px;
  padding: 0px 0px 0px 10px;
}

.group .sec-column2 .text p {
  margin: 0px 0px 30px;
}

@media only screen and (max-width: 768px) {
  .group .innWrap2 {
    padding: 45px 10px 55px;
  }
  .group .copy {
    font-size: 22px;
    margin: 0px 0px 20px;
  }
  .group .sec-column1 {
    margin: 0px 0px 60px;
  }
  .group .sec-column1 p {
    margin: 0px 0px 20px;
    text-align: justify;
  }
  .group .sec-column1 p:last-child {
    margin: 0;
  }
  .group .sec-column2 {
    display: block;
  }
  .group .sec-column2 .img {
    width: auto;
    margin: 0 0 20px;
  }
  .group .sec-column2 .text {
    width: auto;
    padding: 0;
  }
  .group .sec-column2 .text p {
    margin: 0px 0px 20px;
  }
}/*# sourceMappingURL=group.css.map */