@charset "UTF-8";


/*----------------------
  1.layout
  2.fierstView
  3.content
 */

html {
  scroll-behavior: smooth;
}

.fv-content {
  width: 100%;
  height: 1010px;
  position: relative;
  background-color: #ffffff;
}

.fv-logo-wrap {
  width: 1206px;
  margin: 0 auto;
}

.fv_titleBox {
  display: flex;
  position: absolute;
  top: 500px;
  z-index: 100;
}

.fv_titleBox .fv_title {
  font-size: 80px;
  color: #ffffff;
  font-weight: bold;
  white-space: nowrap;
  text-shadow: 4px 0px 1px rgba(74, 74, 74, 0.6);
}

.fv-content .mv-wrap {
  width: 100%;
  height: 562px;
  overflow: hidden;
}

.mv-logo-wrap {
  width: 1206px;
  margin: 0 auto;
}

.mv-logo-wrap .mv-logoarea {
  display: flex;
  position: absolute;
  top: 20px;
  z-index: 100;
}

.Header__logo {
  width: 204px;
}

.fv_leadArea {
  width: 100%;
  height: 448px;
  padding-top: 90px;
  background: rgb(154, 209, 159);
  background: linear-gradient(180deg, rgba(154, 209, 159, 1) 0%, rgba(191, 191, 123, 1) 48%, rgba(215, 181, 102, 1) 100%);
}

.fv_leadArea .fv_leadArea__inner {
  width: 1206px;
  margin: 0 auto;
}

.fv_leadArea .clm2 {
  display: flex;
  justify-content: space-between;
}

.leadBox {
  width: 48%;
}

.leadBox h2 {
  color: #ffffff;
  font-size: 32px;
  font-weight: normal;
  line-height: 42px;
  text-indent: -16px;
}

.leadBox p.description {
  margin-top: 24px;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
  line-height: 32px;
}

.youtube_box_pc {
  width: 48%;

}

.heading_lv3 {
  margin-bottom: 44px;
}

.heading_lv3 h3 {
  font-size: 28px;
  color: #333333;
}

.heading_lv3 p {
  font-size: 20px;
  color: #333333;
  margin-top: 18px;
}


/* story */

.MainContents .content {
  width: 100%;
}

.MainContents .content.story {
  background-color: #fafafa;
  padding-top: 80px;
  padding-bottom: 80px;
}


.content .heading {
  width: 100%;
  margin-bottom: 60px;
  display: flex;
  justify-content: center;
}

.content .heading .contentTitle {
  font-size: 46px;
  color: #333333;
}

.content_inr-wrap {
  width: 1200px;
  margin: 0 auto;
}

.content_inr-wrap h3 {
  font-size: 28px;
  color: #333333;
}

/* AnchorLink */
.AnchorLink__moduleA {
  border: solid 3px #666 !important;
}

.AnchorLink__text_purpose {
  position: relative;
  display: -ms-grid;
  display: grid;
  width: 100%;
  min-height: 50px;
  padding-left: 25px;
  padding-right: 25px;
  color: #333333;
  font-size: 1.5rem;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  place-content: center;
}

.AnchorLink__text_purpose:before {
  position: absolute;
  right: 15px;
  top: 50%;
  content: '';
  display: block;
  height: 12px;
  width: 12px;
  background-image: url(/shared2022/images/common/ico_arrow_bottom_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

/* card */

.card-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 40px;
  width: 100%;
  max-width: 1200px;
  margin-inline: auto;
}

.card-container a.card_wrap {
  width: 31%;
  display: flex;
  position: relative;
}

.card-container a.card_wrap:nth-child(n+4) {
  display: none;
}

.card {
  background-color: #ffffff;
  padding: 0 0 12px;
  /* border-bottom: 1px solid #cccccc; */
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 12px 12px 0 0;
  overflow: hidden;
}

.card .card_inr {
  width: 100%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex-grow: 1;
}

.card .card_inr .description {
  flex-grow: 1;
}

a:hover .card {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 12px 12px 0 0;
}

.card .img-wrap {
  width: 372px;
  height: 164px;
  overflow: hidden;
}

.card .image {
  width: 100%;
  aspect-ratio: 25 / 11;
  border-radius: 12px 12px 0 0;
  transition: all 0.2s ease-in-out;
}

a:hover .card .image {
  transform: scale(1.1);
}

.card-container .card .card_info {
  height: 44px;
  width: 100%;
  padding: 8px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-container .card .card_info .card_info_category {
  display: inline-block;
  width: auto;
  height: 22px;
}

.card-container .card .card_info .card_info_category img {
  width: auto;
  height: 22px;
}

.card-container .card .card_info .card_datetime {
  font-size: 14px;
  color: #333333;
}


.card-container .card .description {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 30px;
}

a:hover .card .description {
  text-decoration: underline;
}

.card-container .card .card_tags {
  width: 100%;
  padding: 4px 20px 4px 0;
}

.card-container .card .card_tags .card_tag:last-child {
  margin-right: 0;
}

.card-container .card .card_tags .card_tag {
  display: inline-block;
  margin-right: 8px;
  font-size: 14px;
  color: #009944;
}

.cat_link_info {
  font-size: 18px;
  align-items: center;
  margin: 0;
  color: #333333;
  position: relative;
  text-decoration: underline;
}

.cat_link_info:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea3c";
  font-size: 20px;
  color: #666666;
  position: absolute;
  bottom: 2px;
  left: 180px;
  z-index: 10;
}

.info-materiality {
  background-color: #F2F2F2;
  margin: -60px 0 0;
  padding-bottom: 80px;
}

.info-materiality .info-materiality-box {
  width: 1200px;
  margin: 0 auto;
  background-color: white;
  border-radius: 10px;
  padding: 30px;
}

.info-materiality .info-materiality-box h4 {
  font-size: 20px;
}

.info-materiality .info-materiality-box p {
  font-size: 20px;
}

@media all and (max-width: 769px) {
  .info-materiality {
    background-color: #F2F2F2;
    margin: -30px 0 0;
    padding: 0 16px 80px;
  }

  .info-materiality .info-materiality-box {
    width: 100%;
    margin: 0 auto;
    background-color: white;
    border-radius: 10px;
    padding: 30px;
  }

  .info-materiality .info-materiality-box h4 {
    font-size: 20px;
  }

  .info-materiality .info-materiality-box p {
    font-size: 16px;
  }
}

@media all and (max-width: 769px) {
  .cat_link_info {
    font-size: 16px;
    align-items: center;
    margin: 12px 0 30px;
    color: #333333;
    position: relative;
  }

  .cat_link_info:after {
    left: 162px;
  }
}

/* その他のスタイル */

:root {
  --gray: #f7f5f5;
  --padding: 24px;
  --base-color: #fcfcfc;
  --primary-color: #62b2f7;
  --text-color: #333333;
}


a {
  text-decoration: none;
}

img {
  object-fit: contain;
}

.global-header .brand-title {
  font-family: "Concert One", cursive;
  font-size: 40px;
  text-align: center;
}

.global-header .brand-title b {
  color: var(--primary-color);
}

.label {
  font-weight: bold;
  display: flex;
  align-items: center;
}

.main {
  padding-inline: var(--padding);
}


.MainContents .content.category {
  background-color: #F2F2F2;
  padding-top: 80px;
  padding-bottom: 80px;
}

/* category */

.category_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.category_list::after {
  content: "";
  display: block;
  width: 388px;
  height: 0;
}

.category_list .category_card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 388px;
  height: auto;
  margin-bottom: 20px;
  background-color: #ffffff;
  border-radius: 10px;
  overflow: hidden;

}

.category_list .category_card .cat_title_img {
  height: 32px;
  width: auto;
  text-align: center;
  margin: 20px 0;
  padding: 0 16px;
}

.category_list .category_card .cat_title_img img {
  display: inline-block;
  height: 100%;
}

.category_list .category_card .cat_thumbnail {
  width: auto;
  height: 215px;
  overflow: hidden;
}

.category_list .category_card .cat_thumbnail img {
  transition: all 0.2s ease-in-out;
}

.category_list .category_card a:hover .cat_thumbnail img {
  transform: scale(1.1);
}

.category_list .category_card .cat_title_ja {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 32px;
  color: #333333;
}

.category_list .category_card .cat_link_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  color: #333333;
  position: relative;
}

.category_card a:hover .cat_link_txt {
  text-decoration: underline;
}


/* tag */

.content.tags {
  padding: 40px 0 60px;
  border-bottom: 4px solid #E6E6E6;
}

.tag_group {
  width: 100%;
}

.tag_group .tag_list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}

.tag_group .tag_list .tag {
  display: inline-block;
  width: auto;
  font-size: 20px;
  font-weight: bold;
  color: #39B570;
  padding: 8px 20px;
  border: 2px solid #39B570;
  border-radius: 24px;
}

.tag_group .tag_list a:hover .tag {
  color: #ffffff;
  background-color: #39B570;
}


.fv_leadArea__inner .Button__item {}

.fv_leadArea__inner .Button__item .Button__moduleA {
  margin-inline: 0;
  margin-top: 40px;
  max-width: 380px;
}

.fv_leadArea__inner .Button__item .Button__moduleA a {
  background-color: transparent;
  border: 2px solid #ffffff;
  color: #ffffff;
  box-shadow: none;
  position: relative;
}

.fv_leadArea__inner .Button__item .Button__moduleA.r_arrow a:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea3c";
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}

.fv_leadArea__inner .Button__item .Button__moduleA.r_arrow a:hover:after {
  transform: translateY(-50%) translateX(4px);

}


/* mv */

.mv-wrap .container {
  width: 1366px;
  height: 562px;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}


.mv-image {
  width: 1366px;
  height: 563px;
}

.mv-image p {
  margin: 0;
}

.mv-image img {
  object-fit: cover;

}

.mv-image {
  position: absolute;
  top: 0;
  right: 50%;
  bottom: 0;
  opacity: 0;
  animation: image-switch-animation 25s infinite;
  transform: translate(50%)
}

.mv-image p img {
  object-fit: cover;
  object-position: top;
  width: 100%;
}

@keyframes image-switch-animation {
  0% {
    opacity: 0;
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

.mv-image:nth-of-type(1) {
  animation-delay: 0s;
}

.mv-image:nth-of-type(1)::before {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #62C1D9;
  position: absolute;
  top: 0;
  left: -800px;
}

.mv-image:nth-of-type(1)::after {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #5DC8E4;
  position: absolute;
  top: 0;
  right: -800px;
}

.mv-image:nth-of-type(2) {
  animation-delay: 5s;
}

.mv-image:nth-of-type(2)::before {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #524024;
  position: absolute;
  top: 0;
  left: -800px;
}


.mv-image:nth-of-type(2)::after {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #291E1A;
  position: absolute;
  top: 0;
  right: -800px;
}


.mv-image:nth-of-type(3) {
  animation-delay: 10s;
}

.mv-image:nth-of-type(3)::before {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #6CD8EF;
  position: absolute;
  top: 0;
  left: -800px;
}


.mv-image:nth-of-type(3)::after {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #86D0E4;
  position: absolute;
  top: 0;
  right: -800px;
}


.mv-image:nth-of-type(4) {
  animation-delay: 15s;
}

.mv-image:nth-of-type(4)::before {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #E6E3C6;
  position: absolute;
  top: 0;
  left: -800px;
}


.mv-image:nth-of-type(4)::after {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #F4EED0;
  position: absolute;
  top: 0;
  right: -800px;
}

.mv-image:nth-of-type(5) {
  animation-delay: 20s;
}

.mv-image:nth-of-type(5)::before {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #35B6E8;
  position: absolute;
  top: 0;
  left: -800px;
}


.mv-image:nth-of-type(5)::after {
  content: "";
  display: block;
  height: 100%;
  width: 800px;
  background-color: #24A7E3;
  position: absolute;
  top: 0;
  right: -800px;
}

/* sp */

@media all and (min-width: 770px) {
  .viewSP {
    display: none !important;
  }
}

@media all and (max-width: 769px) {
  .viewPC {
    display: none !important;
  }

  /* fv area */
  .fv-content {
    width: 100%;
    height: auto;

  }

  .fv-content .mv-wrap {
    width: 100%;
    height: 241px;
    overflow: hidden;
  }

  .mv-wrap {
    position: relative;
  }

  .mv-wrap .mv-logo-wrap {
    width: 100%;
    position: absolute;
    background-color: transparent;
    top: 10px;
    left: 16px;
    z-index: 80;
    transform: translate(0);
  }


  .Header__logo {
    width: 104px;
  }

  .mv-wrap .container_sp {
    position: relative;
    overflow: hidden;
  }

  .mv-wrap .container_sp .mv-image_sp {
    width: 100%;
    height: auto;
  }

  .mv-wrap .container_sp .mv-image_sp p img {
    width: 100%;
    height: auto;
  }

  .fv_leadArea {
    width: 100%;
    height: auto;
    min-height: 326px;
    padding-top: 30px;
    padding-bottom: 20px;
    background: rgb(154, 209, 159);
    background: linear-gradient(180deg, rgba(154, 209, 159, 1) 0%, rgba(191, 191, 123, 1) 48%, rgba(215, 181, 102, 1) 100%);
  }

  .fv_titleBox {
    position: absolute;
    left: 50%;
    top: 212px;
    z-index: 100;
    transform: translate(-50%);

  }

  .fv_leadArea .fv_leadArea__inner {
    width: 100%;
    margin: 0 auto;
    padding: 0 16px;
  }

  .fv_titleBox .fv_title {
    font-size: 32px;
    color: #ffffff;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 4px 0px 1px rgba(74, 74, 74, 0.4);
  }

  .leadBox {
    width: 100%;
  }

  .leadBox h2 {
    color: #ffffff;
    font-size: 20px;
    font-weight: normal;
    line-height: 34px;
    text-indent: -8px;
  }

  .leadBox p.description {
    margin-top: 24px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
  }

  .heading_area .heading_area_inr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 20px 10px 20px 16px;
  }

  .heading_area .heading_area_inr .article_list_title {
    font-size: 18px;
  }

  .MainContents .content.story {
    background-color: #fafafa;
    padding-top: 76px;
    padding-bottom: 30px;
  }

  .content_inr-wrap {
    width: 100%;
    margin: 0 auto;
  }



  .MainContents .content.category {
    background-color: #F2F2F2;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading_lv3 {
    margin-bottom: 20px;
    padding: 8px 16px;
  }

  .heading_lv3 h3 {
    font-size: 20px;
    color: #333333;
  }

  .heading_lv3 p {
    font-size: 16px;
    color: #333333;
    margin-top: 18px;
  }

  .category_list {
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 0 16px;
  }

  .category_list .category_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
  }

  .category_list .category_card .cat_thumbnail {
    display: none;
  }

  .C-Branding-detail__container a {
    width: 100%;
    height: 100%;
  }

  .content.tags {
    padding: 0 0 32px;
    border-bottom: 4px solid #E6E6E6;
  }

  .tag_group .tag_list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: left;
    align-items: flex-start;
    gap: 14px;
    padding: 0 10px;
  }

  .tag_group .tag_list a {
    display: inline-block;
    width: auto;
  }

  .tag_group .tag_list .tag {
    display: inline-block;
    width: auto;
    font-size: 16px;
    font-weight: bold;
    color: #39B570;
    padding: 4px 10px;
    border: 2px solid #39B570;
    border-radius: 16px;
    margin-left: 0;
  }

  .category_list .category_card a {
    width: 100%;

  }
}

/* sp card */

@media all and (max-width: 769px) {
  .card-container {
    width: 100%;
    max-width: none;
    margin-inline: auto;
    display: flex;
    flex-direction: column;
    padding: 0 18px;
  }

  .card-container a.card_wrap {
    width: 100%;
    display: flex;
  }


  .card {
    display: flex;
    flex-direction: column;
  }

  .card .img-wrap {
    width: 100%;
    height: auto;
  }

}

/* button */

.btn_wrap {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_wrap .btn_inr {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn_wrap .btn_inr .btn_story_typeA {
  display: block;
  width: auto;
  padding: 20px 64px;
  border-radius: 8px;
  background: rgb(154, 209, 159);
  background: linear-gradient(74deg, rgba(154, 209, 159, 1) 0%, rgba(191, 191, 123, 1) 37%, rgba(215, 181, 102, 1) 100%);
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
}

.btn_wrap .btn_inr .btn_story_typeB {
  display: block;
  width: auto;
  padding: 12px 60px 12px 30px;
  border-radius: 10px;
  background: #ffffff;
  color: #666666;
  text-decoration: none;
  border: 3px solid #666666;
  font-weight: bold;
  position: relative;
}

.btn_wrap .btn_inr .btn_story_typeB:hover {
  background: #ffffff;
  color: #333333;
  text-decoration: none;
  border: 3px solid #333333;

}

/* icon-font */

@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot?7zgkqj');
  src: url('fonts/icomoon.eot?7zgkqj#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?7zgkqj') format('truetype'),
    url('fonts/icomoon.woff?7zgkqj') format('woff'),
    url('fonts/icomoon.svg?7zgkqj#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

/* use icon-font 
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
*/

.btn_wrap .btn_inr .btn_story_typeB::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea3c";
  font-size: 20px;
  color: #333333;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all 0.1s ease-in-out;
}

.btn_wrap .btn_inr .btn_story_typeB:hover::after {
  transform: translateY(-50%) translateX(4px);
}

.card-container a.card_wrap::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea3c";
  font-size: 20px;
  color: #333333;
  position: absolute;
  transition: all 0.1s ease-in-out;
  position: absolute;
  bottom: 16px;
  right: 16px;
  z-index: 10;
}

.card-container a.card_wrap:hover::after {
  transform: translateX(4px);
}

.category_list .category_card .cat_link_txt:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  content: "\ea3c";
  font-size: 20px;
  color: #666666;
  position: absolute;
  transition: all 0.1s ease-in-out;
  position: absolute;
  bottom: 2px;
  right: 66px;
  z-index: 10;
}

@media all and (max-width: 769px) {
  .category_list .category_card .cat_link_txt:after {

    right: 20px;

  }
}

/* SNS share */

.mv-wrap.viewPC .C-Branding-share {
  right: 40px;
  bottom: 20px;
  top: inherit;
  z-index: 90;
}

.mv-wrap.viewPC .C-Branding-share .C-Branding-module-share {
  align-items: inherit;
  flex-direction: row;
  gap: 12px;
}

.C-Branding-module-share img {
  width: 44px;
  height: 44px;
}

@media screen and (min-width:768px) and (max-width:1080px) {
  .mv-wrap.viewPC .C-Branding-share {
    right: 40px;
    bottom: 100px;
  }

  .mv-wrap.viewPC .C-Branding-share {
    right: 20px;
    bottom: 58px;
    top: inherit;
    z-index: 90;
  }
}

.mv-wrap.viewSP .C-Branding-share.sp {
  position: absolute;
  right: calc(10% - 30px);
  top: 110px;
  margin: 0;
}

.mv-wrap.viewSP .C-Branding-share.sp .C-Branding-module-share {
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}