@charset "UTF-8";
/* CSS Document */
/*============================
 フォント
【英語】
Medium
font-family: brandon-grotesque, sans-serif;
font-weight: 500;
font-style: normal;

Bold
font-family: brandon-grotesque, sans-serif;
font-weight: 700;
font-style: normal;

【日本語】
Regular
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 400;
font-style: normal;

Medium
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 500;
font-style: normal;

Bold
font-family: noto-sans-cjk-jp, sans-serif;
font-weight: 700;
font-style: normal;
============================*/
.sec_news__list {
  margin-bottom: 4.25em;
}
@media (max-width: 768px) {
  .sec_news__list {
    margin-bottom: 2.4rem;
  }
}
.sec_news__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5em;
  padding: 1em 0;
  color: #000;
  border-bottom: 1px solid #efe6dd;
}
@media (max-width: 980px) {
  .sec_news__item a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.98rem 0;
  }
}
.sec_news__item a:hover .sec_news__item-title {
  color: #f2ae2f;
}
.sec_news__item a:hover .sec_news__item-title::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}
.sec_news__item-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.5em;
}
@media (max-width: 768px) {
  .sec_news__item-info {
    gap: 0.625rem;
  }
}
@media (max-width: 980px) {
  .sec_news__item-info-cats {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0.5em;
  }
}
.sec_news__item-info-cat {
  background-color: #f2ae2f;
  color: #fff;
  line-height: 1.5;
  padding: 0.5625em 1.5em;
  border-radius: 30px;
  min-width: 200px;
  text-align: center;
}
@media (max-width: 980px) {
  .sec_news__item-info-cat {
    min-width: inherit;
  }
}
@media (max-width: 768px) {
  .sec_news__item-info-cat {
    font-size: 0.625rem;
    padding: 0.5rem 1rem;
    line-height: 1.2;
  }
}
.sec_news__item-info-cat:nth-child(n + 2) {
  margin-top: 0.5em;
}
@media (max-width: 980px) {
  .sec_news__item-info-cat:nth-child(n + 2) {
    margin-top: 0;
  }
}
.sec_news__item-title {
  position: relative;
}
@media (max-width: 768px) {
  .sec_news__item-title {
    line-height: 1.2857;
  }
}
.sec_news__item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background-color: #f2ae2f;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: right top;
  transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media (max-width: 768px) {
  .sec_news__item-title::after {
    display: none;
  }
}
.sec_news__no-news {
  text-align: center;
}
/*============================
 TOP_COMMON
============================*/
.top_readmore_button a {
  display: inline-block;
  width: 218px;
  height: 46px;
  border-radius: 23px;
  background-color: var(--black-color-primary);
  color: var(--white-color-primary);
  font-size: 12px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 46px;
  text-align: center;
  transition: 0.3s ease;
}
.postlist_container .top_readmore_button {
  margin-top: 40px;
  text-align: center;
}

.top_readmore_button a:hover {
  opacity: 0.5;
}

/* SM */
@media screen and (max-width: 639px) {
  .top_readmore_button {
    text-align: center;
  }

  .top_readmore_button a {
    width: 307px;
    height: 57px;
    border-radius: 10px;
    box-shadow: 0 3px 0 #4d4d4d;
    font-size: 13px;
    line-height: 57px;
  }
}

/*============================
 HEADER
============================*/
header {
  align-items: center;
  justify-content: space-between;
  position: absolute;
  top: 35px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
  padding: 0 58px;
}

.header_logo a img {
  height: 64px;
}

.nav_list {
  align-items: center;
}

.nav_list li {
  margin-right: 54px;
}

.nav_list li:last-of-type {
  margin-right: 0;
}

.nav_list li a {
  color: var(--yellow-color-primary);
  font-size: 16px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
  transition: 0.3s ease;
  width: 100%;
  height: 100%;
}

.nav_list li:last-of-type a {
  display: inline-block;
  height: 45px;
  padding: 0 35px;
  border-radius: 22.5px;
  background-color: var(--yellow-color-primary);
  color: var(--white-color-primary);
  line-height: 45px;
}

.nav_list li a:hover {
  opacity: 0.5;
}

/* SM */
@media screen and (max-width: 639px) {
  header {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 64px;
    padding: 0 5%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    background-color: var(--white-color-primary);
  }

  .header_logo a img {
    height: 42px;
  }

  .header_button_list.sm_visible {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }

  .header_contact_button li {
    margin-right: 20px;
  }

  /*メニューを閉じているとき*/
  /*ハンバーガーボタン*/
  .hamburger_button {
    position: relative;
    cursor: pointer;
    width: 35px;
    height: 21px;
  }

  .hamburger_button span {
    display: inline-block;
    position: absolute;
    right: 0;
    height: 3px;
    border-radius: 2px;
    background-color: var(--yellow-color-primary);
    transition: 0.7s ease;
  }

  .hamburger_button span:nth-of-type(1) {
    width: 35px;
    top: 0;
  }

  .hamburger_button span:nth-of-type(2) {
    width: 28px;
    top: 9px;
  }

  .hamburger_button span:nth-of-type(3) {
    bottom: 0;
    width: 23px;
  }

  /*ナビゲーションメニュー*/
  .header_nav {
    position: absolute;
    top: -200px;
    left: 0;
    z-index: -4;
    width: 100%;
    height: auto;
    background-color: var(--yellow-color-primary);
    opacity: 0;
    transition: 0.5s ease;
  }

  .nav_list {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
  }

  .nav_list li {
    margin-right: 0;
    border-bottom: solid 1px var(--white-color-primary);
  }

  .nav_list li:nth-last-of-type(2) {
    border-bottom: none;
  }

  .nav_list li a {
    display: inline-block;
    padding: 20px 0;
    color: var(--white-color-primary);
  }

  /*ハンバーガーボタン開いている場合*/
  .menu_active .hamburger_button span:nth-of-type(1) {
    transform: translateY(9px) rotate(-45deg);
  }

  .menu_active .hamburger_button span:nth-of-type(2) {
    width: 35px;
    transform: translateY(0) rotate(45deg);
  }

  .menu_active .hamburger_button span:nth-of-type(3) {
    width: 0;
  }

  .menu_active .header_nav {
    top: 64px;
    left: 0;
    opacity: 1;
  }
}

/*============================
 MAINVISUAL
============================*/
.mainvisual {
  position: relative;
  width: 100%;
  min-height: 100vh; /* Fallback */
  min-height: calc(var(--vh, 1vh) * 100);
  background-image: url("../image/top/mainvisual_bg.jpg");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.mainvisual::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0) 30%
  );
}

.mainvisual_text {
  position: absolute;
  top: 50%;
  right: 83px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.mainvisual_text p.font_en {
  margin-bottom: 22px;
  color: var(--yellow-color-primary);
  font-size: 100px;
  line-height: 1.1em;
}

.mainvisual_text p.font_jp {
  color: var(--yellow-color-primary);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.2em;
}

.mainvisual_scroll {
  position: absolute;
  bottom: 170px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.mainvisual_scroll_line {
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 98px;
  background-color: var(--black-color-primary);
}

.mainvisual_scroll_circle {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -6px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  background-color: var(--black-color-primary);
  animation: circlemove 2s ease-in-out infinite,
    cirlemovehide 2s ease-out infinite;
}

@keyframes circlemove {
  0% {
    top: 0;
  }

  100% {
    top: 84px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.mainvisual_scroll_text {
  display: inline-block;
  position: absolute;
  top: 33px;
  left: calc(50% + 18px);
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform-origin: left top;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.043em;
}

/* SM */
@media screen and (max-width: 639px) {
  .mainvisual {
    background-image: url("../image/top/mainvisual_bg_sm.jpg");
  }

  .mainvisual::before {
    background: linear-gradient(
      0deg,
      rgba(255, 255, 255, 1) 0%,
      rgba(255, 255, 255, 0) 20%
    );
  }

  .mainvisual_text {
    top: calc(50% + 64px);
    right: 0;
    width: 100%;
    text-align: center;
  }

  .mainvisual_text p.font_en {
    margin-bottom: 0;
    font-size: 80px;
  }

  .mainvisual_text p.font_jp {
    font-size: 15px;
    letter-spacing: 0.061em;
  }

  .mainvisual_scroll {
    bottom: 106px;
  }

  .mainvisual_scroll_line {
    height: 66px;
  }

  .mainvisual_scroll_circle {
    left: -4px;
    width: 8px;
    height: 8px;
  }

  @keyframes circlemove {
    0% {
      top: 0;
    }

    100% {
      top: 62px;
    }
  }

  .mainvisual_scroll_text {
    top: 17px;
  }
}

/*============================
 TOP_BUSINESS
============================*/
.top_business_container {
  padding: 80px;
}

.top_business_list {
  display: grid;
  grid-template-columns: repeat(2, 560px);
  justify-content: space-between;
  grid-row-gap: 30px;
  margin-top: 70px;
}

.top_business_list_item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 20px;
  background-color: var(--yellow-color-primary);
  border-radius: 20px;
  color: var(--black-color-primary);
}
.top_business_list_item a:hover {
  opacity: 0.7;
}

.top_business_list_item_image {
  overflow: hidden;
  width: 130px;
  height: 108px;
  border-radius: 13px;
}
.top_business_list_item:nth-of-type(2) .top_business_list_item_image img {
  object-fit: cover;
}
.top_business_list_item_image img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s;
}
.top_business_list_item a:hover .top_business_list_item_image img {
  transform: scale(1.1);
}

.top_business_list_item_text {
  flex: 1;
  width: 100%;
  margin-left: 12px;
  text-align: center;
}

.top_business_list_item_text_heading {
  border-bottom: solid 3px var(--black-color-primary);
  font-size: 29px;
  font-size: clamp(16px, 3.5vw, 22px);
  font-weight: 700;
  letter-spacing: 0.061em;
}

.top_business_list_item_text_catchcopy {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.061em;
}
/* SM */
@media screen and (max-width: 639px) {
  .top_business_container {
    padding: 0;
  }

  .top_business_list {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .top_business_list_item a {
    align-items: center;
    width: 100%;
    padding: 12px;
    border-radius: 14px;
  }
  .top_business_list_item a:hover {
    opacity: 1;
  }

  .top_business_list_item_image {
    width: 90px;
    height: 75px;
    border-radius: 10px;
  }

  .top_business_list_item_text_heading {
    border-bottom: solid 2px var(--black-color-primary);
    font-size: 16px;
    font-size: clamp(10px, 3.5vw, 16px);
  }

  .top_business_list_item_text_catchcopy {
    font-size: 12px;
  }
}

/*============================
 TOP_ABOUT
============================*/
.top_about_container {
  padding: 80px;
}

.top_about_inner {
  align-items: flex-end;
}

.top_about_text {
  margin-right: auto;
}

.top_about_text p {
  margin-top: 22px;
  margin-bottom: 33px;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.061px;
}

/* SM */
@media screen and (max-width: 639px) {
  .top_about_container {
    padding: 57px 0 37px;
  }

  .top_about_inner {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .top_about_text {
    width: 100%;
    margin-right: 0;
  }

  .top_about_text p {
    margin-top: 10px;
    margin-bottom: 32px;
    font-size: 11px;
    line-height: 21px;
  }

  .top_about_image {
    width: 300px;
    margin: 0 auto 21px;
  }
}

/*============================
 TOP_BUSINESS
============================*/
.top_collaboration_business_container {
  padding: 137px 80px 150px;
  background-color: var(--yellow-color-primary);
}

.top_collaboration_business_heading {
  margin-bottom: 100px;
}

.top_collaboration_business_heading h2 {
  line-height: 116px;
}

.top_collaboration_business_heading h3 {
  margin-top: -6px;
}

.top_collaboration_business_heading p {
  margin-top: 22px;
  margin-bottom: 33px;
  font-size: 18px;
  line-height: 31px;
  letter-spacing: 0.061px;
}

.top_collaboration_business_content {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
  padding: 60px 80px 60px 120px;
  border-radius: 10px;
  background-color: var(--white-color-primary);
}

.top_collaboration_business_content:nth-of-type(odd) {
  flex-direction: row-reverse;
}

.top_collaboration_business_content_text h2 {
  font-size: 50px;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.top_collaboration_business_content_text h3 {
  margin-top: -10px;
  font-size: 25px;
  letter-spacing: 0.061em;
}

.top_collaboration_business_content_text p {
  margin-top: 15px;
  margin-bottom: 42px;
  font-size: 18px;
  line-height: 37px;
  letter-spacing: 0.061em;
}

/* SM */
@media screen and (max-width: 639px) {
  .top_collaboration_business_container {
    padding: 43px 0 78px;
  }

  .top_collaboration_business_heading {
    margin-bottom: 34px;
  }

  .top_collaboration_business_heading h2 {
    line-height: 47px;
  }

  .top_collaboration_business_heading h3 {
    margin-top: 2px;
  }

  .top_collaboration_business_heading p {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 11px;
    line-height: 21px;
  }

  .top_collaboration_business_heading p br {
    display: none;
  }

  .top_collaboration_business_content {
    flex-direction: column-reverse;
    justify-content: center;
    position: relative;
    margin-bottom: 72px;
    padding: 26px 30px 54px 30px;
  }

  .top_collaboration_business_content:nth-of-type(odd) {
    flex-direction: column-reverse;
  }

  .top_collaboration_business_content:last-of-type {
    margin-bottom: 0;
  }

  .top_collaboration_business_content_text h2 {
    font-size: 32px;
    text-align: center;
  }

  .top_collaboration_business_content_text h3 {
    font-size: 14px;
    text-align: center;
  }

  .top_collaboration_business_content_text p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 29px;
  }

  .top_collaboration_business_content_text .top_readmore_button {
    position: absolute;
    bottom: -29px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }

  .top_collaboration_business_content_image img {
    height: 140px;
  }
}
