@charset "UTF-8";

/*---------------------------------------------

	全ページ共通

---------------------------------------------*/
/* ↓ html / body ------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 16px;
}

@media screen and (max-width: 540px) {
  html {
    font-size: 3.6vw;
  }
}

body {
  color: #e2a94d;
  letter-spacing: 0.08rem;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.1rem;
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

/* ↓ 色の定義------------------------*/
:root {
  --main1: #e2a94d;
  --black: #000000;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
  z-index: 100;
  cursor: pointer;
}

/* ↓ 共通アニメーション------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0.8;
    filter: blur(8px);
  }

  to {
    opacity: 1;
    filter: blur(0);
  }
}

/*---------------------------------------------

	レイアウト調整ユーティリティ

---------------------------------------------*/
/* textalign */
.util-textalignCenter {
  text-align: center;
}
.util-textalignLeft {
  text-align: left;
}
.util-textalignRight {
  text-align: right;
}

/* width100% */
.util-w100 {
  width: 100%;
}

/* margin（リキッドレイアウト用） */
.util-mb05 {
  margin-bottom: 0.5rem;
}
.util-mb1 {
  margin-bottom: 1rem;
}
.util-mb15 {
  margin-bottom: 1.5rem;
}
.util-mb18 {
  margin-bottom: 1.8rem;
}
.util-mb18 {
  margin-bottom: 1.8rem;
}
.util-mb2 {
  margin-bottom: 2rem;
}
.util-mb25 {
  margin-bottom: 2.5rem;
}
.util-mb3 {
  margin-bottom: 3rem;
}
.util-mb35 {
  margin-bottom: 3.5rem;
}
.util-mb4 {
  margin-bottom: 4rem;
}
.util-mb45 {
  margin-bottom: 4.5rem;
}
.util-mb5 {
  margin-bottom: 5rem;
}
.util-mb6 {
  margin-bottom: 6rem;
}
.util-mb7 {
  margin-bottom: 7rem;
}
.util-mb8 {
  margin-bottom: 8rem;
}
.util-mt05 {
  margin-top: 0.5rem;
}
.util-mt1 {
  margin-top: 1rem;
}
.util-mt15 {
  margin-top: 1.5rem;
}
.util-mt2 {
  margin-top: 2rem;
}
.util-mt3 {
  margin-top: 3rem;
}
.util-mt4 {
  margin-top: 4rem;
}
.util-mt5 {
  margin-top: 5rem;
}
.util-mt6 {
  margin-top: 6rem;
}
.util-mt7 {
  margin-top: 7rem;
}
.util-mt9 {
  margin-top: 9rem;
}
.util-mt10 {
  margin-top: 10rem;
}

/* sp_margin */
@media screen and (max-width: 540px) {
  .util-mb05-sp {
    margin-bottom: 0.5rem;
  }
  .util-mb1-sp {
    margin-bottom: 1rem;
  }
  .util-mb125-sp {
    margin-bottom: 1.25rem;
  }
  .util-mb15-sp {
    margin-bottom: 1.5rem;
  }
  .util-mb2-sp {
    margin-bottom: 2rem;
  }
  .util-mb3-sp {
    margin-bottom: 3rem;
  }
  .util-mb4-sp {
    margin-bottom: 4rem;
  }
  .util-mb5-sp {
    margin-bottom: 5rem;
  }
  .util-mb55-sp {
    margin-bottom: 5.5rem;
  }
  .util-mb-sp {
    margin-bottom: 6rem;
  }
  .util-mt05-sp {
    margin-top: 0.5rem;
  }
  .util-mt1-sp {
    margin-top: 1rem;
  }
  .util-mt15-sp {
    margin-top: 1.5rem;
  }
  .util-mt2-sp {
    margin-top: 2rem;
  }
  .util-mt3-sp {
    margin-top: 3rem;
  }
  .util-mt4-sp {
    margin-top: 4rem;
  }
  .util-mt5-sp {
    margin-top: 5rem;
  }
  .util-mt6-sp {
    margin-top: 6rem;
  }
}

/*---------------------------------------------

	PCとSP表示切り替え

---------------------------------------------*/
.util-sp {
  display: none;
}

@media screen and (max-width: 540px) {
  .util-pc {
    display: none;
  }

  .util-sp {
    display: block;
  }
}

/*---------------------------------------------

	共通タイトル

---------------------------------------------*/

/* タイトル */
h2.util-secTitle__jp {
  font-family: Noto Serif JP;
  font-size: 2rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  color: #e2a94d;
  letter-spacing: 0.5rem;
  border: none;
  padding-left: 0px;
  margin-top: 0px;
}

@media screen and (max-width: 600px) {
  h2.util-secTitle__jp {
    font-size: 1.5rem;
    line-height: 100%;
    letter-spacing: 0.2rem;
  }
}

.util-secTitle__en {
  color: #e2a94d;
  font-family: Newsreader;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.2rem;
}

@media screen and (max-width: 600px) {
  .util-secTitle__en {
    font-size: 0.85rem;
  }
}

/* タイトル装飾 */
.util-secTitle__deco {
  width: 25%;
  margin-top: -1rem;
}

@media screen and (max-width: 830px) {
  .util-secTitle__deco {
    width: 35%;
    margin-top: 0px;
  }
}
@media screen and (max-width: 600px) {
  .util-secTitle__deco {
    width: 40%;
  }
}

/*---------------------------------------------

	テキストカラー

---------------------------------------------*/

/* テキストカラー　ゴールド */
.util-text-gold {
  color: #e2a94d;
}

/* テキストカラー　明るいゴールド */
.util-text-lightgold {
  color: #ffd389;
}

/*---------------------------------------------

	テキストデコレーション

---------------------------------------------*/
.util-textDecoration-underline {
  text-decoration: underline;
}
/*---------------------------------------------

	インナー

---------------------------------------------*/
.util-inner-small {
  width: 1140px;
  max-width: 90%;
  margin: 0 auto;
}

.util-inner-medium {
  width: 1140px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 830px) {
  .util-inner-medium {
    max-width: 80%;
    margin: 0 auto;
  }
}

.util-inner-large {
  width: 1200px;
  max-width: 95%;
  margin: 0 auto;
}

@media screen and (max-width: 540px) {
  .util-inner-large-sp {
    max-width: 87.3%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 540px) {
  .util-inner-max-sp {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}

/*---------------------------------------------

	カード

---------------------------------------------*/
.util-cardItems {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 1rem;
  row-gap: 1rem;
}

.util-cardItems.util-cardItems-yoko {
  justify-content: space-between;
}

.util-cardItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 31.7%;
  min-width: 300px;
  padding: 0.5rem 1.25rem 0.5rem 1.25rem;
  text-align: center;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 41, 70, 0.4);
  transition: transform 0.3s ease;
}

.util-cardItem.util-cardItem-yoko {
  flex-direction: row;
  justify-content: space-between;
  width: 48.1%;
  padding: 1.1rem 1.25rem 1.1rem 1.8rem;
  text-align: left;
  box-shadow: 0px 5px 15px 0px rgba(47, 98, 254, 0.3);
}

@media screen and (max-width: 830px) {
  .util-cardItem.util-cardItem-yoko {
    padding: 1.3rem 1rem 1.3rem 1rem;
    width: 47%;
    min-width: auto;
  }
}

@media screen and (max-width: 540px) {
  .util-cardItem.util-cardItem-yoko {
    width: 100%;
    padding: 1.9rem 0.9rem 1.9rem 0.9rem;
    justify-content: space-between;
  }
}

.util-anime-kakudai {
  transition: ease 0.5s;
}
.util-anime-kakudai:hover {
  opacity: 1;
  transform: scale(1.03);
}

@media screen and (max-width: 830px) {
  .util-cardItem {
    width: 48%;
    min-width: 320px;
    padding: 1.1rem 1.1rem 1.6rem 1.1rem;
  }
}

@media screen and (max-width: 540px) {
  .util-cardItem {
    width: 100%;
    min-width: auto;
  }
}

.test {
  display: block;
}

.util-cardItem__photo {
  width: 60%;
}

@media screen and (max-width: 540px) {
  .util-cardItem__photo {
    width: 85%;
  }
}

.util-cardItem-yoko .util-cardItem__photo {
  width: 50%;
}

@media screen and (max-width: 830px) {
  .util-cardItem-yoko .util-cardItem__photo {
    width: 45%;
  }
}

@media screen and (max-width: 540px) {
  .util-cardItem-yoko .util-cardItem__photo {
    width: 46%;
  }
}

.util-cardItem__textArea {
  width: 50%;
}

@media screen and (max-width: 540px) {
  .util-cardItem-yoko .util-cardItem__textArea {
    width: 54%;
  }
}

.util-cardItem__title {
  flex-grow: 1;
  color: #222;
  font-family: Roboto;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2rem;
}

@media screen and (max-width: 830px) {
  .util-cardItem__title {
    font-size: 2rem;
    letter-spacing: normal;
  }
}

@media screen and (max-width: 540px) {
  .util-cardItem__title {
    font-size: 1.7rem;
  }
}

.util-cardItem-yoko .util-cardItem__title {
  font-size: 1.5rem;
}

@media screen and (max-width: 540px) {
  .util-cardItem-yoko .util-cardItem__title {
    font-size: 1.2rem;
  }
}

.util-cardItem__text {
  font-size: 0.9rem;
}

@media screen and (max-width: 540px) {
  .util-cardItem__text {
    font-size: 0.9rem;
  }
}

.util-cardItem__title--small {
  display: block;
  color: #222;
  font-family: Roboto;
  font-size: 1.0625rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

@media screen and (max-width: 540px) {
  .util-cardItem__title--small {
    font-size: 1.25rem;
  }
}

/*---------------------------------------------

	ボタンリスト 4列

---------------------------------------------*/
.util-buttonItems {
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  row-gap: 1.5rem;
  z-index: 1;
}

.util-buttonItems:after {
  content: "";
  display: block;
  width: 23.6%;
  min-width: 210px;
}

@media screen and (max-width: 540px) {
  .util-buttonItems {
    row-gap: 1.7rem;
  }

  .util-buttonItems:after {
    content: "";
    display: block;
    width: 46%;
    min-width: 160px;
  }
}

.util-buttonItem {
  display: inline-flex;
  width: 23.6%;
  min-width: 210px;
  padding: 1.4375rem 0;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background: #fff;
  box-shadow: 0px 5px 10px 0px rgba(47, 98, 254, 0.2);
  transition: ease 0.2s;
}

.util-buttonItem:hover {
  opacity: 1;
}

@media screen and (max-width: 540px) {
  .util-buttonItem {
    padding: 0.9375rem 0;
    width: 46%;
    min-width: 160px;
  }
}
.util-buttonItem__inner {
  display: flex;
  align-items: center;
  width: auto;
  height: 3.3rem;
}

@media screen and (max-width: 1110px) {
  .util-buttonItem__inner {
    display: flex;
    align-items: center;
    width: auto;
    height: 2.8rem;
  }
}

.util-buttonItem img {
  object-fit: contain;
  width: auto;
  height: 100%;
}

@media screen and (max-width: 540px) {
  .util-buttonItem__inner {
    display: flex;
    align-items: center;
    width: auto;
    height: 2.2rem;
  }

  .util-buttonItem img {
    height: 100%;
  }
}

/*---------------------------------------------

	ボタン

---------------------------------------------*/
.util-button-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* ボタン(大） */
.util-button {
  display: inline-block;
  min-width: 363px;
  padding: 1.3rem 1.5rem;
  color: #fff;
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2.5rem;
  background: var(--main1);
  box-shadow: 0px 5px 15px 0px rgba(47, 98, 254, 0.3);
  transition: ease 0.5s;
}

.util-button:visited {
  color: #fff;
}

@media screen and (max-width: 830px) {
  .util-button {
    min-width: 283px;
    padding: 0.9rem 1rem;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 540px) {
  .util-button {
    min-width: 275px;
    padding: 1.1rem 2rem;
    font-size: 1rem;
  }
}

.util-button-white {
  color: var(--black);
  background-color: #fff;
}

.util-button-white:visited {
  color: var(--black);
}

/* ボタン(小） */
.util-button-small {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0.8rem 1.25rem;
  color: #fff;
  font-family: Roboto;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 2.5rem;
  background: var(--main1);
  /* box-shadow: 0px 10px 25px 0px rgba(47, 98, 254, 0.3); */
  transition: ease 0.2s;
}

/* 三角アイコンボタン */
.util-triangle-button {
  position: relative;
  padding: 1.4375rem 1rem 1.4375rem 0 !important;
}

.util-triangle-button::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 5%;
  width: 24px;
  height: 24px;
  background-image: url(../img/group/icon-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.util-buttonItem.util-triangle-button .util-buttonItem__inner {
  width: auto;
  height: 3rem;
}

@media screen and (max-width: 1010px) {
  .util-buttonItem.util-triangle-button .util-buttonItem__inner {
    height: 2.6rem;
  }
}

.util-buttonItem.util-triangle-button img {
  width: auto;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .util-triangle-button::after {
    right: 2%;
  }
}

@media screen and (max-width: 540px) {
  .util-buttonItem.util-triangle-button .util-buttonItem__inner {
    width: auto;
    height: 2.1rem;
  }

  .util-triangle-button {
    padding: 0.6375rem 1rem 0.6375rem 0 !important;
  }

  .util-triangle-button::after {
    right: 4%;
    width: 10px;
    height: 10px;
  }
}

.util-button__inner {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}

.util-button-normalIcon,
.util-button-hoverIcon {
  width: 24px;
  height: 24px;
  transition: ease 0.2s;
}

@media screen and (max-width: 540px) {
  .util-button-normalIcon,
  .util-button-hoverIcon {
    width: 20px;
    height: 20px;
  }
}

/* ボタンアニメーション｜エントリーボタン反転 */
.util-anime-lightcolor:hover {
  color: #fff;
  background-color: var(--blue2);
  opacity: 1;
}

/* ボタンアニメーション｜反転-アイコン */
.util-button .util-button-hoverIcon {
  display: none;
}

.util-button:hover .util-button-normalIcon {
  display: none;
}

.util-button:hover .util-button-hoverIcon {
  display: block;
}

/* ボタンアニメーション｜シャドウを濃く */
.util-anime-shadow:hover {
  box-shadow: 0px 5px 20px 0px rgba(47, 98, 254, 0.35);
}

/* グループ　エントリーボタン */
.secGroup__entryButton {
  width: auto;
  min-width: 522px;
}

@media screen and (max-width: 650px) {
  .secGroup__entryButton {
    width: 100%;
    min-width: auto;
  }
}

/* ヘッダーエントリーボタン */
.secHerder__entryButton {
  padding-right: 0;
  padding-left: 0;
  width: 334px;
  font-size: 1.1rem;
}

@media screen and (max-width: 880px) {
  .secHerder__entryButton {
    padding: 0.6rem 0;
    width: 322px;
    min-width: 0;
    font-size: 1rem;
  }
}

@media screen and (max-width: 540px) {
  .secHerder__entryButton {
    padding: 0.6rem 0;
    width: 260px;
    min-width: 0;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 455px) {
  .secHerder__entryButton {
    padding: 0.6rem 0;
    width: 210px;
    min-width: 0;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 390px) {
  .secHerder__entryButton {
    padding: 0.6rem 0;
    width: 200px;
    min-width: 0;
    font-size: 0.9rem;
  }
}

.util-button.util-button-saiyou {
  min-width: 480px;
  color: var(--main1);
  border-radius: 2.5rem;
  border: 1px solid var(--main1);
  background: #fff;
  box-shadow: 0px 10px 25px 0px rgba(47, 98, 254, 0.2);
}

@media screen and (max-width: 830px) {
  .util-button.util-button-saiyou {
    padding: 1.3rem 1rem;
    min-width: auto;
    width: 100%;
  }
}
.util-button.util-button-saiyou:hover {
  color: #fff;
  background-color: var(--blue2);
  opacity: 1;
  border: none;
}
/* ↓ PCとSP表示切り替え ---------------*/

.empc {
  display: inline;
}

/* スマートフォン（SP）の場合のスタイル設定 */
@media only screen and (max-width: 600px) {
  .empc {
    display: none;
  }
}

.emsp {
  display: none;
}

/* スマートフォン（SP）の場合のスタイル設定 */
@media only screen and (max-width: 600px) {
  .emsp {
    display: inline;
  }
}

.sp {
  display: none;
}

.tab-sp {
  display: none;
}

@media screen and (max-width: 830px) {
  .tab-sp {
    display: block;
  }

  .pc-tab {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .tab-sp {
    display: block;
  }
}

.pageHeader-logo {
  display: none;
}
