@charset "UTF-8";
/****************************************
	   General Setting 
*****************************************/
body * {
  font-family: "Noto Sans JP", sans-serif;
}

a {
  color: inherit !important;
  text-decoration: none !important;
}
a:hover {
  opacity: 0.8;
}

p {
  font-size: 16px;
  line-height: 1.7;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

ul {
  padding-left: 0 !important;
}

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

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

.mv {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
}
.mv__bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -3;
}
.mv__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
.mv__logo img {
  position: absolute;
  display: block;
  width: auto;
  height: 85%;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .mv__logo img {
    width: auto;
    height: 70%;
    margin-top: -1rem;
  }
}
@media screen and (max-width: 480px) {
  .mv__logo img {
    width: 90%;
    height: auto;
    max-width: 360px;
  }
}

.bg {
  margin: 5rem 2rem 0;
}
@media screen and (max-width: 768px) {
  .bg {
    margin: 0 1rem;
  }
}

.inner {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 5rem 8rem 8rem;
  border-radius: 15px;
}
@media screen and (max-width: 1100px) {
  .inner {
    padding: 5rem 3rem 6rem;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 2rem 1rem;
  }
}

@media screen and (max-width: 768px) {
  .lead {
    margin-top: 1rem;
  }
}
.lead__cnt {
  border-radius: 15px;
}
.lead__cnt p {
  text-align: center;
  line-height: 1.9;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .lead__cnt p {
    font-size: 16px;
  }
}

.guide {
  margin: 8rem 0;
}
@media screen and (max-width: 768px) {
  .guide {
    margin: 5rem 0 2rem;
  }
}
.guide__content {
  margin-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .guide__content {
    margin-bottom: 4rem;
  }
}
.guide__ttl {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .guide__ttl {
    align-items: flex-start;
  }
}
.guide__ttl-sub {
  text-align: center;
  display: block;
  color: #d75d6e;
  font-size: 1.2em;
  padding-bottom: 8px;
  border-bottom: solid 1px #f9cad0;
  margin-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
  .guide__ttl-sub {
    font-size: 1em;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .guide__ttl-sub {
    text-align: right;
    width: 100%;
    margin-bottom: 0.5rem;
  }
}
.guide__ttl-sub .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .guide__ttl-sub .sp {
    display: block;
  }
}
.guide__ttl h2 {
  color: #d75d6e;
  font-size: 1.7em !important;
  font-weight: bold !important;
  text-align: center;
  padding-bottom: 5rem;
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .guide__ttl h2 {
    font-size: 1.3em !important;
  }
}
@media screen and (max-width: 768px) {
  .guide__ttl h2 {
    margin-left: auto;
    text-align: right;
    line-height: 1.6;
    padding-bottom: 4.5rem;
  }
}
.guide__ttl h2 .sp {
  display: none;
}
@media screen and (max-width: 700px) {
  .guide__ttl h2 .sp {
    display: block;
  }
}
.guide #wsan h2,
.guide #wsan .guide__ttl-sub {
  color: #7f61a8 !important;
}
.guide #wsan .guide__ttl-sub {
  border-bottom: solid 1px #7f61a8;
}
@media screen and (max-width: 480px) {
  .guide #wsan .guide__man {
    width: 40%;
  }
}
.guide #ysan h2,
.guide #ysan .guide__ttl-sub {
  color: #bd6100 !important;
}
.guide #ysan .guide__ttl-sub {
  border-bottom: solid 1px #bd6100;
}
@media screen and (max-width: 480px) {
  .guide #ysan .guide__man {
    width: 40%;
  }
}
.guide__man {
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  width: 15%;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .guide__man {
    width: 30%;
  }
}
@media screen and (max-width: 480px) {
  .guide__man {
    width: 35%;
    left: 0;
  }
}
.guide__wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
@media screen and (max-width: 1100px) {
  .guide__wrap {
    display: block;
    margin-bottom: 3rem;
  }
}
.guide__wrap-image {
  flex-basis: 49%;
}
.guide__wrap-image img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .guide__wrap-image img {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.guide__wrap-item {
  flex-basis: 49%;
}
@media screen and (max-width: 1100px) {
  .guide__wrap-item {
    margin-bottom: 1rem;
  }
}
.guide__wrap-item h3 {
  background: #f3ea38;
  font-weight: bold;
  width: -moz-fit-content;
  width: fit-content;
  padding: 3px 5px;
  border-radius: 2px;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  .guide__wrap-item h3 {
    font-size: 1.3em;
  }
}
.guide__wrap-item p {
  min-height: 4.75em;
}
@media screen and (max-width: 1100px) {
  .guide__wrap-item p {
    min-height: inherit;
  }
}
.guide__link {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 1rem;
}
@media screen and (max-width: 1100px) {
  .guide__link {
    margin-top: 1rem;
  }
}
.guide__link img {
  width: 45%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
@media screen and (max-width: 1100px) {
  .guide__link img {
    margin-top: 0.5rem;
    width: 100%;
  }
}
.guide__link-btn {
  position: relative;
  padding-left: 0.75rem;
  padding-bottom: 6px;
}
.guide__link-btn::after {
  content: "";
  display: inline-block;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #5aa7e9;
  display: inline-block;
  width: 0;
  height: 0;
  /* 矢印アイコンの位置を設定 */
  position: absolute;
  top: 45%;
  left: 0;
  transform: translateY(-50%);
}

.fin {
  border-top: solid 1px #dad5d5;
  padding-top: 5rem;
  margin-bottom: 5rem;
}
@media screen and (max-width: 768px) {
  .fin {
    padding-top: 3rem;
    margin-bottom: 2rem;
  }
}
.fin__cnt p {
  text-align: center;
  line-height: 1.8;
}

.pdf-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #d75d6e;
  max-width: 840px;
  height: clamp(70px, 10vw, 180px);
  margin-right: auto;
  margin-left: auto;
  font-size: clamp(1rem, 0.5rem + 2vw, 2rem);
  font-weight: bold;
  color: #fff !important;
  border-radius: 10px;
  border: solid 2px #d75d6e;
  transition: all 0.3s;
}
.pdf-btn:hover {
  background: #fff;
  color: #d75d6e !important;
}

.youtube {
  justify-content: space-between;
  margin: 8rem auto 0;
}
@media screen and (max-width: 768px) {
  .youtube {
    display: block;
    margin: 3rem auto 0;
  }
}
.youtube iframe {
  width: 100%;
  aspect-ratio: 16/9;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .youtube iframe {
    width: 100%;
    margin-bottom: 1rem;
  }
}

.bottom {
  background: #a78350;
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  .bottom {
    margin-top: 3rem;
  }
}

.ee-contents__titleMain.--alignCenter {
  text-align: center;
}

.ee-contents__titleSub {
  margin: 0 120px 60px;
  font-size: clamp(16px, 3vw, 30px);
  font-weight: 400;
}

.ee-contents__image {
  display: block;
  position: relative;
  width: 100%;
  max-width: 788px;
  margin: 0 auto 6%;
}

.ee-contents__name {
  max-width: 788px;
  margin: 0 auto 50px;
}

.ee-contents__nameSub {
  margin-bottom: 1%;
  font-size: clamp(14px, 2vw, 20px);
}

.ee-contents__nameMain {
  font-size: clamp(20px, 4vw, 31px);
  font-weight: 700;
}

.ee-contents__texts {
  max-width: 788px;
  margin: 0 auto 64px;
  padding: 5px 22px;
  border-left: 1px solid #c9a34c;
}

.ee-contents__texts p {
  font-size: clamp(14px, 2vw, 17px);
}

.ee-contents__titleSmall {
  color: #c9a34c;
  font-family: Cormorant Garamond, serif;
  font-size: clamp(20px, 2vw, 27px);
}

.ee-contents__links {
  max-width: 425px;
  margin-left: auto;
}

.ee-contents__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  z-index: 1;
  position: relative;
  align-items: center;
  justify-content: center;
  height: 52px;
  padding: 0 50px;
  overflow: hidden;
  background-color: #393939;
  color: #fff;
  text-decoration: none;
}

.ee-contents__link:not(:last-child) {
  margin-bottom: 20px;
}

.ee-contents__link:before {
  -webkit-transition: left 0.2s, width 0.2s, -webkit-transform 0.2s;
  -webkit-transform: skewX(-45deg);
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: -25px;
  width: 50px;
  height: 100%;
  transform: skewX(-45deg);
  background-color: #000;
  content: "";
  transition: left 0.2s, width 0.2s, transform 0.2s;
}

.ee-contents__link.--strong {
  background-color: #c9a34c;
}

.ee-contents__link.--strong:before {
  background-color: #bc8e45;
}

.ee-contents__link.--strong:after {
  width: 17px;
  height: 17px;
}

.ee-contents__link.--strong:after,
.ee-contents__link[href*="youtu.be"]:after {
  -webkit-transform: translateY(-50%);
  display: block;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%);
  background-size: contain;
  content: "";
}

.ee-contents__link[href*="youtu.be"]:after {
  width: 28px;
  height: 28px;
}

.ee-contents__linkText {
  font-size: clamp(14px, 2vw, 16px);
  white-space: nowrap;
}

.ee-footer {
  padding: 8% 15px;
  background: #d75d6e;
}

.ee-footer__logos {
  display: grid;
  grid-template-areas: "tkg tek" "ktb ktb";
  place-items: center;
  max-width: 700px;
  margin: 0 auto 60px;
}

.ee-footer__logo-tkg {
  -webkit-transition: opacity 0.2s;
  grid-area: tkg;
  width: 100%;
  max-width: 326px;
  margin-bottom: 50px;
  transition: opacity 0.2s;
}

.ee-footer__logo-tkg img {
  width: 100%;
}

.ee-footer__logo-tek {
  -webkit-transition: opacity 0.2s;
  grid-area: tek;
  width: 100%;
  max-width: 244px;
  margin-bottom: 50px;
  transition: opacity 0.2s;
}

.ee-footer__logo-tek img {
  width: 100%;
}

.ee-footer__logo-ktb {
  -webkit-transition: opacity 0.2s;
  grid-area: ktb;
  width: 100%;
  max-width: 304px;
  transition: opacity 0.2s;
}

.ee-footer__logo-ktb img {
  width: 100%;
}

.ee-footer__languageSwitcher {
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
}

.ee-footer__languageSwitcherText {
  color: #fff;
  font-size: 14px;
  margin-bottom: 2px;
}

.ee-footer__languageSwitcherButton {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-transition: background-color 0.2s, color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border: 1px solid #c9a34c;
  border-radius: 100%;
  background-color: transparent;
  color: #c9a34c !important;
  font-size: 11px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.2s, color 0.2s;
}

.ee-footer__languageSwitcherButton.--isCurrent {
  background-color: #c9a34c;
  color: #393939 !important;
}

.ee-footer__languageSwitcherSelect {
  padding-right: 20px;
  padding-left: 5px;
  border: 1px solid #d18224;
  background-color: #fff;
  background-position: right 5px center;
  background-size: 9px 5px;
  color: inherit;
  font-size: 12px;
}

.ee-footer__languageSwitcherSelect2 {
  display: none;
}

.ee-footer__subLinks {
  flex-wrap: wrap;
  margin-top: 5%;
}

.ee-footer__subLinkItem,
.ee-footer__subLinks {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
}

.ee-footer__subLinkItem {
  align-items: center;
  color: #fff !important;
  font-size: 12px;
  text-decoration: none;
}

.ee-footer__subLinkItem:not(:last-child):after {
  margin: 0 10px;
  content: "/";
}

.ee-intro {
  max-width: 1196px;
  margin: 95px auto;
  padding: 0 35px;
}

.ee-intro__title {
  margin-bottom: 75px;
  font-size: clamp(22px, 3vw, 40px);
  font-weight: 700;
  line-height: 1.85;
  text-align: center;
}

.ee-intro__texts {
  font-size: clamp(16px, 2vw, 20px);
}

.ee-mainVisual {
  position: relative;
  width: 100%;
  height: 100vh;
}

.ee-mainVisual__bg {
  -o-object-fit: cover;
  -o-object-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.ee-mainVisual__items {
  -webkit-transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  max-width: 1000px;
  transform: translate(-50%, -50%);
}

.ee-mainVisual__logo {
  display: block;
  width: 40%;
  max-width: 245px;
  margin: 0 auto 60px;
}

.ee-mainVisual__title {
  display: block;
  width: 100%;
}

.ee-mainVisual__scroll {
  bottom: 0;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.ee-mainVisual__scroll,
.ee-mainVisual__scroll span {
  -webkit-transform: translateX(-50%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.ee-mainVisual__scroll span {
  top: -20px;
  color: #fff;
  font-size: 0.7rem;
}

.ee-mainVisual__scroll:after {
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 30px;
  background: #fff;
  animation: pathmove 1.4s ease-in-out infinite;
  content: "";
  opacity: 0;
}
@keyframes pathmove {
  0% {
    top: 0;
    height: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  to {
    top: 50px;
    height: 0;
    opacity: 0;
  }
}
.ee-menu {
  -webkit-transition: opacity 0.2s;
  z-index: 20;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  padding: 5% 20%;
  overflow-y: scroll;
  background-color: rgba(201, 163, 76, 0.95);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s;
}

.ee-menu.--isOpen {
  opacity: 1;
  pointer-events: visible;
}

.ee-menu__logo1 {
  width: 132px;
  max-width: 90%;
  margin-bottom: 20px;
}

.ee-menu__logo1 img {
  width: 100%;
}

.ee-menu__logo2 {
  width: 380px;
  max-width: 100%;
  margin-bottom: 20px;
}

.ee-menu__logo2 img {
  width: 100%;
}

.ee-menu__menu {
  font-size: 31px;
  list-style: none;
}

.ee-menu__buttons {
  display: flex;
  position: fixed;
  right: 30px;
  bottom: 1%;
}

.ee-menu__buttonClose,
.ee-menu__buttonTop,
[data-target] {
  transition: opacity 0.2s;
}

.ee-menu__buttonTop {
  margin-right: 70px;
}

.ee-menu__buttonClose,
[data-target] {
  transition: opacity 0.2s;
}

.ee-menu__buttonIcon {
  height: 60px;
}

.ee-menu__buttonText {
  font-size: 22px;
}

.ee-menuButton {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.2s;
  -webkit-transition: opacity 0.2s;
  display: flex;
  z-index: 10;
  position: fixed;
  right: 2%;
  bottom: 2%;
  align-items: center;
  justify-content: center;
  width: 85px;
  height: 85px;
  border-radius: 50px;
  background-color: #c9a34c;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transition: background-color 0.2s;
  transition: opacity 0.2s;
}

.ee-menuButton.--isShow {
  opacity: 1;
  pointer-events: visible;
}

.ee-relatedContents {
  padding: 100px 15px;
  background-size: cover;
}

.ee-relatedContentsInner {
  max-width: 1300px;
  margin: 0 auto;
}

.ee-relatedContents__heading {
  text-align: center;
  margin-bottom: 2rem;
  color: #fff;
  font-size: clamp(20px, 2vw, 32px);
}

.ee-relatedContents__item {
  display: grid;
  grid-template: "image title" auto "image text" 1fr "image link" auto/auto 1fr;
  padding: 35px;
  border-radius: 10px;
  background-color: #fff;
  font-family: ”游ゴシック”, YuGothic, ”ヒラギノ角ゴ Pro”, ”Hiragino Kaku Gothic Pro”, ”Arial”, ”メイリオ”, ”Meiryo”, sans-serif;
}

.ee-relatedContents__item:not(:last-child) {
  margin-bottom: 38px;
}

.ee-relatedContents__image {
  grid-area: image;
  width: 424px;
  margin-right: 32px;
}

.ee-relatedContents__title {
  grid-area: title;
  margin-top: 5px;
  margin-bottom: 30px;
  font-size: clamp(20px, 2vw, 30px);
}

.ee-relatedContents__text {
  grid-area: text;
  margin-bottom: 30px;
  font-size: clamp(14px, 2vw, 18px);
  line-height: 1.666;
}

.ee-relatedContents__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-transition: opacity 0.2s;
  display: flex;
  grid-area: link;
  justify-content: center;
  align-items: center;
  width: 280px;
  height: 45px;
  margin-left: auto;
  border-bottom: 1px solid #c9a34c;
  background: #d75d6e;
  color: #fff !important;
  text-decoration: none;
  transition: opacity 0.2s;
}

[lang=ja] body {
  font-family: "Noto Serif JP", serif;
}

[lang=en] body {
  font-family: Cormorant Garamond, serif;
}

@media only screen and (max-width: 992px) {
  .ee-contents__prefecture:after {
    -webkit-transform: rotate(0);
    top: auto;
    bottom: -10px;
    left: 0;
    width: 100%;
    transform: rotate(0);
  }
  .ee-contents__titleMain {
    margin: 40px 0 10px;
    line-height: 1.5;
  }
  .ee-contents__titleMain br {
    display: none;
  }
  .ee-contents__titleSub {
    margin: 0 0 6%;
  }
  .ee-footer__logos {
    grid-template-areas: "tkg" "tek" "ktb";
  }
  .ee-menu__buttons {
    -webkit-box-align: start;
    -ms-flex-align: start;
    flex-direction: column;
    align-items: flex-start;
  }
  .ee-menu__buttonTop {
    margin-right: 0;
    margin-bottom: 40px;
  }
  .ee-relatedContents {
    padding: 60px 15px;
  }
  .ee-relatedContents__item {
    grid-template: "title" "image" "text" "link";
    padding: 20px;
  }
  .ee-relatedContents__image {
    width: 100%;
    margin-bottom: 30px;
  }
  .ee-relatedContents__link {
    width: auto;
    margin-left: 0;
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 576px) {
  .ee-footer__subLinks {
    display: block;
    text-align: center;
  }
  .ee-footer__subLinkItem:not(:last-child):after {
    display: none;
  }
}
@media (hover: hover) and (pointer: fine) {
  .ee-contents__link:hover:before {
    -webkit-transform: skew(0);
    left: 0;
    width: 100%;
    transform: skew(0);
  }
  .ee-footer__logo-ktb:hover,
  .ee-footer__logo-tek:hover,
  .ee-footer__logo-tkg:hover {
    opacity: 0.6;
  }
  .ee-footer__languageSwitcherButton:hover {
    background-color: #c9a34c;
    color: #393939;
  }
  .ee-footer__subLinkItem:hover {
    text-decoration: underline;
  }
  .ee-menu__buttonClose:hover,
  .ee-menu__buttonTop:hover,
  [data-target]:hover {
    opacity: 0.7;
  }
  .ee-menuButton:hover {
    background-color: #bc8e45;
  }
  .ee-relatedContents__link:hover {
    opacity: 0.6;
  }
}/*# sourceMappingURL=style.css.map */