@charset "UTF-8";
/* ------------------------------
	レスポンシブ
------------------------------ */
/* ------------------------------
	フォント
------------------------------ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/* ------------------------------
	カラー
------------------------------ */
/* ------------------------------
	common
------------------------------ */
.page_wrap {
  padding-top: 0;
}

.content {
  overflow: visible;
}

/* ------------------------------
	.mv
------------------------------ */
.mv {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  padding: 14rem 0 0;
  background: #F8F8F8;
}
@media screen and (max-width: 768px) {
  .mv {
    min-height: calc(100vh - 6.5rem);
    padding: 10rem 2rem 0;
  }
}
.mv .mv_wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.mv .mv_wrap .wrap {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .mv .mv_wrap .wrap {
    position: relative;
    max-width: 125rem;
  }
}
.mv .mv_wrap .mv_en_txt {
  margin-bottom: 6rem;
  font-size: 3.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .mv .mv_wrap .mv_en_txt {
    margin-bottom: 3rem;
    font-size: 2.6rem;
  }
}
.mv .mv_wrap .mv_ttl {
  position: relative;
  z-index: 2;
  margin-top: 7.5rem;
  font-size: 5.4rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .mv .mv_wrap .mv_ttl {
    margin-top: 2.5rem;
    font-size: 5.5rem;
    line-height: 1.35;
    letter-spacing: 0.1em;
    text-align: left;
  }
}
.mv .mv_slide {
  padding-bottom: 4.2rem;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide {
    width: 31.2rem;
    padding-bottom: 2.2rem;
  }
}
.mv .mv_slide.slick-initialized {
  display: block;
}
.mv .mv_slide .mv_slide_item {
  position: relative;
  width: 83.5rem;
  height: 56rem;
  margin: 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide .mv_slide_item {
    width: 31.2rem;
    height: 40rem;
    margin: 0;
  }
}
.mv .mv_slide .mv_slide_item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .mv .mv_slide .mv_slide_item a:hover {
    opacity: 1;
  }
  .mv .mv_slide .mv_slide_item a:hover .img img {
    transform: scale(1.05);
  }
}
.mv .mv_slide .mv_slide_item .img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.mv .mv_slide .mv_slide_item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: transform 0.4s ease;
  transition: transform 0.4s ease;
}
.mv .mv_slide .mv_slide_item .txt {
  position: absolute;
  left: 3rem;
  bottom: 3rem;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide .mv_slide_item .txt {
    left: 0.9rem;
    bottom: 1.1rem;
    font-size: 1.3rem;
  }
}
.mv .mv_slide .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 0.8rem;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide .slick-dots {
    gap: 0 0.5rem;
  }
}
.mv .mv_slide .slick-dots li,
.mv .mv_slide .slick-dots button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  max-width: 8.8rem;
  height: 1px;
  background: #CDCDCD;
  border-radius: 1rem;
  line-height: 1;
  font-size: 0;
  color: transparent;
}
@media screen and (max-width: 768px) {
  .mv .mv_slide .slick-dots li,
  .mv .mv_slide .slick-dots button {
    max-width: 5.9rem;
  }
}
.mv .mv_slide .slick-dots .slick-active,
.mv .mv_slide .slick-dots .slick-active button {
  background: #161616;
}

/* ------------------------------
	.pickup
------------------------------ */
.pickup {
  padding: 25rem 0 0;
}
@media screen and (max-width: 768px) {
  .pickup {
    padding: 10rem 0 0;
  }
}
.pickup .wrap {
  max-width: 114rem;
}
.pickup .sec_ttl {
  margin-bottom: 7.5rem;
}
@media screen and (max-width: 768px) {
  .pickup .sec_ttl {
    margin-bottom: 7rem;
  }
}
.pickup .sec_ttl .ttl_sub {
  color: #646464;
}
@media screen and (max-width: 768px) {
  .pickup .sec_ttl .ttl_sub {
    font-size: 1.2rem;
  }
}
.pickup .pickup_slide {
  position: relative;
  display: none;
}
.pickup .pickup_slide.slick-initialized {
  display: block;
}
.pickup .pickup_slide .pickup_item {
  position: relative;
  width: 33.6rem;
  margin: 0 2.8rem;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_slide .pickup_item {
    width: 26rem;
    margin: 0 2.1rem;
  }
}
.pickup .pickup_slide .pickup_item:nth-child(even) {
  margin-top: 8rem;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_slide .pickup_item:nth-child(even) {
    margin-top: 6rem;
  }
}
.pickup .pickup_slide .pickup_item .movie {
  position: relative;
  padding-top: 178%;
  overflow: hidden;
}
.pickup .pickup_slide .pickup_item .movie .video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
  pointer-events: none;
}
.pickup .pickup_slide .pickup_item .pickup_txt {
  position: absolute;
  z-index: 2;
  top: -1px;
  left: -1px;
  display: flex;
  align-items: flex-start;
  font-size: 1.9rem;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_slide .pickup_item .pickup_txt {
    font-size: 1.5rem;
  }
}
.pickup .pickup_slide .pickup_item .pickup_txt .tate {
  display: block;
  padding: 1.6rem 0.8rem;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_slide .pickup_item .pickup_txt .tate {
    padding: 1.2rem 0.6rem;
  }
}
.pickup .pickup_slide .pickup_item .pickup_txt .tate + .tate {
  margin-left: -1px;
}
.pickup .pickup_slide .pickup_item .btn {
  margin-top: 2.4rem;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_slide .pickup_item .btn {
    margin-top: 1.8rem;
  }
}
.pickup .pickup_slide .pickup_item .btn a {
  gap: 1.6rem;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_slide .pickup_item .btn a {
    gap: 1.2rem;
  }
}
.pickup .pickup_slide .pickup_item .btn .ico {
  width: 4rem;
  height: 4rem;
  background-size: 0.9rem;
}
@media screen and (max-width: 768px) {
  .pickup .pickup_slide .pickup_item .btn .ico {
    width: 3.1rem;
    height: 3.1rem;
    background-size: 0.8rem;
  }
}

/* ------------------------------
	.whats
------------------------------ */
.whats {
  padding: 20rem 0 0;
}
@media screen and (max-width: 768px) {
  .whats {
    padding: 10rem 0 0;
  }
}
.whats .wrap {
  max-width: 116rem;
}
@media screen and (max-width: 768px) {
  .whats .wrap {
    width: 100%;
  }
}
.whats .sec_ttl {
  margin-bottom: 12.7rem;
}
@media screen and (min-width: 769px) {
  .whats .sec_ttl {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .whats .sec_ttl {
    margin-bottom: 11.3rem;
  }
}
@media screen and (min-width: 769px) {
  .whats .sec_ttl .ttl_txt {
    font-size: 6.4rem;
  }
}
.whats .whats_box {
  position: relative;
  width: 69.9rem;
  height: 69.9rem;
  background: url(../img/index/whats_bg01.png) no-repeat center center;
  background-size: 69.9rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box {
    width: 100%;
    height: 61.1rem;
    background-size: 61.1rem;
  }
}
.whats .whats_box .en_txt {
  position: absolute;
  top: 3.2rem;
  right: 4.2rem;
  font-size: 5.4rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .en_txt {
    top: -1.5rem;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    font-size: 3rem;
    line-height: 1.1;
  }
}
.whats .whats_box .center_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.8rem;
  height: 15.8rem;
  background: #EDEDED;
  border-radius: 50%;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .center_txt {
    left: 0.5rem;
    width: 6.4rem;
    height: 6.4rem;
    font-size: 1.5rem;
  }
}
.whats .whats_box .box {
  position: absolute;
}
.whats .whats_box .box .txt_box {
  position: relative;
  z-index: 2;
  width: 18.1rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box .txt_box {
    width: 13.3rem;
  }
}
.whats .whats_box .box .txt_box .ttl {
  padding-top: 4.7rem;
  margin-bottom: 2.4rem;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box .txt_box .ttl {
    padding-top: 3.5rem;
    margin-bottom: 1.7rem;
    font-size: 1.4rem;
  }
}
.whats .whats_box .box .txt_box .txt {
  font-size: 1.2rem;
  line-height: 1.5;
  text-align: center;
}
.whats .whats_box .box .whats_tag {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding: 1rem;
  background: #DBDBDB;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box .whats_tag {
    padding: 0.7rem;
    font-size: 1.2rem;
  }
}
.whats .whats_box .box.box01 {
  top: 0.1rem;
  left: -7.1rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box01 {
    left: 0;
    top: 7.4rem;
  }
}
.whats .whats_box .box.box01 .txt_box {
  margin-top: 10rem;
  margin-left: 9.1rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box01 .txt_box {
    margin-top: 5.8rem;
    margin-left: 2rem;
  }
}
.whats .whats_box .box.box01 .whats_tag {
  margin-top: 2.8rem;
  margin-left: 3.9rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box01 .whats_tag {
    margin-top: 1.6rem;
    margin-left: 4.4rem;
  }
}
.whats .whats_box .box.box01 .bg {
  position: absolute;
  top: 0;
  left: 0;
}
.whats .whats_box .box.box01 .bg svg {
  width: 48.2rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box01 .bg svg {
    width: 23.2rem;
  }
}
@media screen and (min-width: 769px) {
  .whats .whats_box .box.box01 .bg svg .svg-elem-1 {
    stroke-dashoffset: 869.7078909215px;
    stroke-dasharray: 869.7078909215px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
    transition-delay: 0.5s;
  }
  .whats .whats_box .box.box01 .bg svg .svg-elem-2 {
    stroke-dashoffset: 364.1574401855px;
    stroke-dasharray: 364.1574401855px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
  }
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box01 .bg svg .svg-elem-1 {
    stroke-dashoffset: 578.1680926684px;
    stroke-dasharray: 578.1680926684px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
    transition-delay: 0.5s;
  }
  .whats .whats_box .box.box01 .bg svg .svg-elem-2 {
    stroke-dashoffset: 149.823348999px;
    stroke-dasharray: 149.823348999px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
  }
}
.whats .whats_box .box.box02 {
  top: 18.5rem;
  right: -9rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box02 {
    top: 7.5rem;
    right: 0;
  }
}
.whats .whats_box .box.box02 .txt_box {
  margin-top: 5.9rem;
  margin-right: 5.4rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box02 .txt_box {
    margin-top: 5.5rem;
    margin-right: 1.8rem;
  }
}
.whats .whats_box .box.box02 .whats_tag {
  margin-top: 3.4rem;
  margin-left: 12.4rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box02 .whats_tag {
    margin-top: 2rem;
    margin-left: 5.3rem;
  }
}
.whats .whats_box .box.box02 .bg {
  position: absolute;
  top: 0;
  right: 0;
}
.whats .whats_box .box.box02 .bg svg {
  width: 53.9rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box02 .bg svg {
    width: 24.3rem;
  }
}
@media screen and (min-width: 769px) {
  .whats .whats_box .box.box02 .bg svg .svg-elem-3 {
    stroke-dashoffset: 869.7078909215px;
    stroke-dasharray: 869.7078909215px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
    transition-delay: 0.5s;
  }
  .whats .whats_box .box.box02 .bg svg .svg-elem-4 {
    stroke-dashoffset: 364.1566772461px;
    stroke-dasharray: 364.1566772461px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
  }
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box02 .bg svg .svg-elem-3 {
    stroke-dashoffset: 578.1680926684px;
    stroke-dasharray: 578.1680926684px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
    transition-delay: 0.5s;
  }
  .whats .whats_box .box.box02 .bg svg .svg-elem-4 {
    stroke-dashoffset: 149.8233337402px;
    stroke-dasharray: 149.8233337402px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
  }
}
.whats .whats_box .box.box03 {
  bottom: -10.3rem;
  left: 13.8rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box03 {
    left: auto;
    right: 3.8rem;
    bottom: 3.9rem;
  }
}
.whats .whats_box .box.box03 .txt_box {
  margin-bottom: 3.9rem;
  margin-left: 6.7rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box03 .txt_box {
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: 5.2rem;
  }
}
.whats .whats_box .box.box03 .whats_tag {
  margin-bottom: 3.3rem;
  margin-left: 16.8rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box03 .whats_tag {
    margin-bottom: 2.9rem;
    margin-left: 5.9rem;
  }
}
.whats .whats_box .box.box03 .bg {
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box03 .bg {
    left: auto;
    right: 0;
  }
}
.whats .whats_box .box.box03 .bg svg {
  width: 32.4rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box03 .bg svg {
    width: 23.2rem;
  }
}
@media screen and (min-width: 769px) {
  .whats .whats_box .box.box03 .bg svg .svg-elem-5 {
    stroke-dashoffset: 869.7078909215px;
    stroke-dasharray: 869.7078909215px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
    transition-delay: 0.5s;
  }
  .whats .whats_box .box.box03 .bg svg .svg-elem-6 {
    stroke-dashoffset: 364.1587524414px;
    stroke-dasharray: 364.1587524414px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
  }
}
@media screen and (max-width: 768px) {
  .whats .whats_box .box.box03 .bg svg .svg-elem-5 {
    stroke-dashoffset: 578.1680926684px;
    stroke-dasharray: 578.1680926684px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
    transition-delay: 0.5s;
  }
  .whats .whats_box .box.box03 .bg svg .svg-elem-6 {
    stroke-dashoffset: 149.8226013184px;
    stroke-dasharray: 149.8226013184px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s;
    transition: stroke-dashoffset 0.5s ease 0s;
  }
}
.whats .whats_wrap {
  width: 108rem;
  padding-left: 7.1rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_wrap {
    width: 100%;
    padding: 0;
  }
}
.whats .whats_wrap .btm_txt_box {
  position: relative;
  width: 41.8rem;
  margin-top: -0.5rem;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .whats .whats_wrap .btm_txt_box {
    width: calc(100% - 4rem);
    margin-top: -2rem;
    margin-right: auto;
  }
}
.whats .whats_wrap .btm_txt_box .btm_txt {
  font-size: 1.4rem;
}
.whats .whats_wrap .btm_txt_box .bg {
  position: absolute;
  top: -15rem;
  left: -10.6rem;
}
@media screen and (max-width: 768px) {
  .whats .whats_wrap .btm_txt_box .bg {
    top: -23.6rem;
    left: -1.4rem;
  }
}
.whats .whats_wrap .btm_txt_box .bg svg {
  width: 13.1rem;
  height: auto;
}
@media screen and (max-width: 768px) {
  .whats .whats_wrap .btm_txt_box .bg svg {
    width: 19.9rem;
  }
}
@media screen and (min-width: 769px) {
  .whats .whats_wrap .btm_txt_box .bg svg .svg-elem-7 {
    stroke-dashoffset: 158.175994873px;
    stroke-dasharray: 158.175994873px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0.4s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 0.5s ease 0.4s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  .whats .whats_wrap .btm_txt_box .bg svg .svg-elem-8 {
    stroke-dashoffset: 30.6342975686px;
    stroke-dasharray: 30.6342975686px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0.5s ease 0.4s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 0.5s ease 0.4s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
}
@media screen and (max-width: 768px) {
  .whats .whats_wrap .btm_txt_box .bg svg .svg-elem-7 {
    stroke-dashoffset: 234.9172821045px;
    stroke-dasharray: 234.9172821045px;
    -webkit-transition: stroke-dashoffset 0.5s ease 0s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 0.5s ease 0s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
  .whats .whats_wrap .btm_txt_box .bg svg .svg-elem-8 {
    stroke-dashoffset: 24.7119555936px;
    stroke-dasharray: 24.7119555936px;
    fill: transparent;
    -webkit-transition: stroke-dashoffset 0.5s ease 0.4s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
    transition: stroke-dashoffset 0.5s ease 0.4s, fill 0.4s cubic-bezier(0.47, 0, 0.745, 0.715) 0s;
  }
}
.whats .whats_wrap .whats_box.fade-on .box01 .bg svg .svg-elem-1 {
  stroke-dashoffset: 0;
}
.whats .whats_wrap .whats_box.fade-on .box01 .bg svg .svg-elem-2 {
  stroke-dashoffset: 0;
}
.whats .whats_wrap .whats_box.fade-on .box02 .bg svg .svg-elem-3 {
  stroke-dashoffset: 0;
}
.whats .whats_wrap .whats_box.fade-on .box02 .bg svg .svg-elem-4 {
  stroke-dashoffset: 0;
}
.whats .whats_wrap .whats_box.fade-on .box03 .bg svg .svg-elem-5 {
  stroke-dashoffset: 0;
}
.whats .whats_wrap .whats_box.fade-on .box03 .bg svg .svg-elem-6 {
  stroke-dashoffset: 0;
}
.whats .whats_wrap .btm_txt_box.fade-on .bg svg .svg-elem-7 {
  stroke-dashoffset: 0;
}
.whats .whats_wrap .btm_txt_box.fade-on .bg svg .svg-elem-8 {
  stroke-dashoffset: 0;
  fill: rgb(22, 22, 22);
}

/* ------------------------------
	.journal
------------------------------ */
.journal {
  padding: 20rem 0;
}
@media screen and (max-width: 768px) {
  .journal {
    padding: 10rem 0;
  }
}
.journal .sec_ttl .ttl_sub {
  color: #646464;
}
@media screen and (max-width: 768px) {
  .journal .sec_ttl .ttl_sub {
    font-size: 1.2rem;
  }
}
.journal .wrap {
  max-width: 108.6rem;
}
.journal .sec_ttl {
  margin-top: -2rem;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .journal .sec_ttl {
    margin-top: 8rem;
    margin-bottom: 4rem;
  }
}
.journal .journal_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5.6rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_list {
    gap: 2rem;
  }
}
.journal .journal_list .journal_item {
  width: calc(33.3333% - 3.2rem);
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item {
    width: calc(50% - 1rem);
  }
}
.journal .journal_list .journal_item .img {
  position: relative;
  padding-top: 69.685%;
  overflow: hidden;
}
.journal .journal_list .journal_item .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
  transition: transform 0.6s ease;
}
.journal .journal_list .journal_item .txt_box {
  padding: 2rem 0 3.5rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box {
    padding: 2rem 0;
  }
}
.journal .journal_list .journal_item .txt_box .date_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .date_box {
    gap: 0.8rem 1rem;
  }
}
.journal .journal_list .journal_item .txt_box .date_box .tag {
  padding: 0.3rem 1.5rem;
  border: 1px solid #161616;
  line-height: 1.3;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .date_box .tag {
    font-size: 1rem;
  }
}
.journal .journal_list .journal_item .txt_box .date_box .date {
  font-size: 1.3rem;
  letter-spacing: 0.05em;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .date_box .date {
    font-size: 1rem;
  }
}
.journal .journal_list .journal_item .txt_box .ttl {
  margin-bottom: 1rem;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.75;
  font-size: 1.9rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .ttl {
    font-size: 1.4rem;
  }
}
.journal .journal_list .journal_item .txt_box .txt {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  font-size: 1.4rem;
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .journal .journal_list .journal_item .txt_box .txt {
    font-size: 1.3rem;
  }
}
.journal .journal_list .journal_item a {
  display: block;
}
@media screen and (min-width: 769px) {
  .journal .journal_list .journal_item a:hover {
    opacity: 1;
  }
  .journal .journal_list .journal_item a:hover .img img {
    -ms-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1.1);
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1.1);
    transform: translateX(-50%) translateY(-50%) scale(1.1);
  }
}
.journal .btn {
  margin-top: 8.8rem;
}
@media screen and (max-width: 768px) {
  .journal .btn {
    margin-top: 4.6rem;
    justify-content: center;
  }
}

.about_bg {
  position: relative;
  width: 80rem;
  height: 26.4rem;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about_bg {
    width: 37rem;
    height: 17.3rem;
  }
}
.about_bg .img {
  width: 100%;
}
.about_bg .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}

/* ------------------------------
	.about
------------------------------ */
.about {
  padding: 25rem 0 0;
}
@media screen and (max-width: 768px) {
  .about {
    padding: 10rem 0 0;
  }
}
.about .about_wrap {
  padding: 20.5rem 8rem 12rem 0;
  margin-left: 8rem;
  background: url(../img/index/about_bg02.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .about .about_wrap {
    padding: 4rem 4rem 4rem 2.6rem;
    margin-left: 2rem;
    background: url(../img/index/about_bg02_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
.about .about_wrap * {
  color: #fff;
}
.about .about_wrap .wrap {
  max-width: 108rem;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .wrap {
    width: 100%;
  }
}
.about .about_wrap .sec_ttl {
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .sec_ttl {
    margin-bottom: 4rem;
    text-align: left;
  }
}
.about .about_wrap .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .txt {
    font-size: 1.2rem;
  }
}
.about .about_wrap .about_name {
  margin-top: 7rem;
  font-size: 1.6rem;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .about_name {
    margin-top: 5rem;
    font-size: 1.2rem;
  }
}
.about .about_wrap .line_btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 13.1rem;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .line_btn {
    width: 100%;
    margin-top: 6rem;
  }
}
.about .about_wrap .line_btn a {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 35.5rem;
  padding: 2.4rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .line_btn a {
    width: 100%;
    padding: 2rem 0;
    font-size: 1.6rem;
    border-color: #fff;
  }
}
.about .about_wrap .line_btn a::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #fff;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (min-width: 769px) {
  .about .about_wrap .line_btn a:hover {
    opacity: 1;
  }
  .about .about_wrap .line_btn a:hover::before {
    width: 100%;
  }
  .about .about_wrap .line_btn a:hover .ico .arw {
    right: -2em;
  }
  .about .about_wrap .line_btn a:hover .ico::before {
    right: 0;
  }
}
.about .about_wrap .line_btn .ico {
  position: relative;
  font-weight: bold;
  font-weight: 400;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .about .about_wrap .line_btn .ico {
    font-size: 1.8rem;
  }
}
.about .about_wrap .line_btn .ico .arw {
  position: relative;
  right: 0;
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}
.about .about_wrap .line_btn .ico::before {
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}

/* ------------------------------
	.news
------------------------------ */
.news {
  padding: 25rem 0;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .news {
    padding: 10rem 0 0;
  }
}
.news .sec_ttl {
  margin-bottom: 8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .news .sec_ttl {
    margin-bottom: 6rem;
  }
}
.news .news_bg {
  position: relative;
  flex-shrink: 0;
  width: 53.3rem;
  height: 36.7rem;
}
@media screen and (max-width: 768px) {
  .news .news_bg {
    order: 2;
    width: 100%;
    height: 17.3rem;
    margin-top: 8rem;
    overflow: hidden;
  }
}
.news .news_bg .img {
  width: 100%;
  height: 100%;
}
.news .news_bg .img img {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  overflow: hidden;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .news .news_bg .img img {
    min-height: 100%;
  }
}
.news .news_wrap {
  display: flex;
  width: 90%;
}
@media screen and (max-width: 768px) {
  .news .news_wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
  }
}
.news .news_list_box {
  width: 100%;
  margin-left: 8rem;
  margin-top: 4.5rem;
}
@media screen and (max-width: 768px) {
  .news .news_list_box {
    padding: 0 2rem;
    margin-left: 0;
    margin-top: 0;
  }
}
.news .news_list_box .btn {
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .news .news_list_box .btn {
    justify-content: center;
  }
}
.news .news_list {
  width: 100%;
}
.news .news_list .news_item {
  width: 100%;
}
.news .news_list .news_item + .news_item {
  margin-top: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item + .news_item {
    margin-top: 2.8rem;
  }
}
.news .news_list .news_item a {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 2rem 3rem 2rem 0;
  border-bottom: 1px solid rgba(22, 22, 22, 0.2);
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item a {
    display: block;
    padding: 2rem 4rem 2rem 0;
    border-color: #161616;
  }
}
.news .news_list .news_item a::before {
  position: absolute;
  left: 0;
  bottom: -1px;
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #161616;
  -webkit-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
@media screen and (min-width: 769px) {
  .news .news_list .news_item a:hover {
    opacity: 1;
  }
  .news .news_list .news_item a:hover::before {
    width: 100%;
  }
  .news .news_list .news_item a:hover .ico .arw {
    right: -2em;
  }
  .news .news_list .news_item a:hover .ico::before {
    right: 0;
  }
}
.news .news_list .news_item a .ico {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  overflow: hidden;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item a .ico {
    font-size: 1.6rem;
  }
}
.news .news_list .news_item a .ico .arw {
  position: relative;
  right: 0;
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}
.news .news_list .news_item a .ico::before {
  position: absolute;
  top: 0;
  right: 2em;
  bottom: 0;
  margin: auto;
  content: "→";
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: right 0.6s ease;
  transition: right 0.6s ease;
}
.news .news_list .news_item .date_box {
  flex-shrink: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 1rem 1.6rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .date_box {
    width: 100%;
  }
}
.news .news_list .news_item .date_box .tag {
  flex-shrink: 0;
  padding: 0.3rem 1.5rem;
  border: 1px solid #161616;
  line-height: 1.3;
  font-size: 1.3rem;
}
.news .news_list .news_item .date_box .date {
  flex-shrink: 0;
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.5;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .date_box .date {
    width: 9rem;
    font-size: 1.3rem;
  }
}
.news .news_list .news_item .date_box .cate {
  font-size: 1.4rem;
  font-weight: 500;
  opacity: 0.5;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .date_box .cate {
    font-size: 1.3rem;
  }
}
.news .news_list .news_item .news_ttl {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .news .news_list .news_item .news_ttl {
    line-height: 2;
    -webkit-line-clamp: 3;
    font-size: 1.3rem;
  }
}