/* variables */
/* header */
.header .container {
  background: linear-gradient(45deg, #f0f0ea 0%, #e0dfa5 100%);
  padding: 0;
}
.header .container .top {
  background: #eeedde;
  box-shadow: rgba(240, 227, 165, 0.4) 0 7px 29px 0;
  min-height: 100px;
}
.header .container .top .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 2%;
}
.header .container .top .inner .left {
  display: flex;
  align-items: center;
  padding: 25px 0;
}
.header .container .top .inner .left .logo a {
  display: flex;
  align-items: stretch;
  width: 30px;
  height: 30px;
}
.header .container .top .inner .right {
  display: flex;
  align-items: center;
  align-self: stretch;
  padding-right: 2%;
}
.header .container .top .inner .right .contact {
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #b89b1c;
  color: #eeedde;
  border-radius: 100px;
  border: 2px solid rgba(255, 255, 255, 0.35);
  box-shadow: rgba(240, 227, 165, 0.4) 0 7px 29px 0;
  padding: 0 28px;
  height: 52px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: background 0.25s ease, box-shadow 0.25s ease, transform 0.2s ease;
}
.header .container .top .inner .right .contact:hover {
  background: #d8cb89;
  box-shadow: rgba(184, 155, 28, 0.55) 0 10px 28px 0;
  transform: translateY(-2px);
}
.header .container .top .inner .right .contact .icon {
  width: 26px;
  height: 26px;
  line-height: 0;
  flex-shrink: 0;
}
.header .container .first-view {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: clamp(20px, 3vw, 60px);
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 2% 0 2%;
}
.header .container .first-view .bg01 {
  position: absolute;
  z-index: 1;
  top: -50px;
  left: 0;
  background-image: radial-gradient(at 0% 50%, rgb(246, 227, 174) 0px, transparent 50%);
  background-size: cover;
  width: 400px;
  height: 400px;
}
.header .container .first-view .text {
  flex: 0 0 45%;
  min-width: 0;
  position: relative;
  z-index: 3;
  padding: 0 10px 0 0;
}
.header .container .first-view .text .en span {
  color: #2c2e05;
  font-family: "Jost";
  font-weight: 400;
  letter-spacing: 4px;
  font-size: clamp(16px, 1.8vw, 28px);
  margin: 0 0 0 0;
}
.header .container .first-view .text h2 {
  line-height: 1.3;
  font-size: clamp(28px, 3.5vw, 50px);
  margin: 15px 0 0 0;
}
.header .container .first-view .text h2 .color {
  color: #b89b1c;
}
.header .container .first-view .text .sentence {
  margin: 25px 0 0 0;
}
.header .container .first-view .text .sentence p {
  font-weight: 600;
  letter-spacing: 1px;
  font-size: clamp(18px, 2.4vw, 34px);
}
.header .container .first-view .text .sentence p .color {
  color: #b89b1c;
}
.header .container .first-view .text .award-wrapper {
  list-style: none;
  display: flex;
  align-items: stretch;
  margin: 20px 0 0 0;
}
.header .container .first-view .text .award-wrapper .award {
  position: relative;
  z-index: 1;
  margin: 0 18px 0 0;
}
.header .container .first-view .text .award-wrapper .award .mark {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .container .first-view .text .award-wrapper .award .mark img {
  position: relative;
  top: 5px;
  width: 34px;
  height: auto;
}
.header .container .first-view .text .award-wrapper .award .mark .catch {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-family: "Jost";
  font-weight: 400;
  text-align: center;
  margin: 0 -5px 0 -5px;
  padding: 0 0 0 0;
}
.header .container .first-view .text .award-wrapper .award .mark .sub .grade,
.header .container .first-view .text .award-wrapper .award .mark .main .grade {
  display: inline-block;
  background: linear-gradient(45deg, #b7812b 0%, #d98cd9 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header .container .first-view .text .award-wrapper .award .mark .sub .grade .jp,
.header .container .first-view .text .award-wrapper .award .mark .main .grade .jp {
  font-family: "Murecho";
  font-weight: 500;
}
.header .container .first-view .text .award-wrapper .award .mark .sub .grade .middle,
.header .container .first-view .text .award-wrapper .award .mark .main .grade .middle {
  font-size: 0.7em;
}
.header .container .first-view .text .award-wrapper .award .mark .sub {
  line-height: 1.45;
}
.header .container .first-view .text .award-wrapper .award .mark .sub .grade {
  letter-spacing: 2px;
  font-size: 13px;
}
.header .container .first-view .text .award-wrapper .award .mark .main {
  line-height: 1;
}
.header .container .first-view .text .award-wrapper .award .mark .main .grade {
  font-size: 34px;
  padding: 0 0 5px 0;
}
.header .container .first-view .text .award-wrapper .award .line {
  position: relative;
  z-index: 2;
  text-align: center;
  margin: -10px 0 0 0;
}
.header .container .first-view .text .award-wrapper .award .line p {
  display: inline-block;
  color: #ffffff;
  background: linear-gradient(90deg, #b1791b 0%, #c4a538 100%);
  font-size: 13px;
  padding: 2px 10px;
}
.header .container .first-view .text .award-wrapper .award:last-child {
  margin: 0 0 0 0;
}
.header .container .first-view .text .button {
  border-radius: 100px;
  box-shadow: rgba(240, 227, 165, 0.4) 0 7px 29px 0;
  background: #b89b1c;
  width: 425px;
  margin: 40px 0 0 0;
}
.header .container .first-view .text .button a {
  display: flex;
  color: #eeedde;
  align-items: center;
  justify-content: center;
  padding: 30px 0 30px 0;
}
.header .container .first-view .text .button a .catch {
  font-size: 24px;
  padding: 0 10px 0 0;
}
.header .container .first-view .text .button a img {
  line-height: 0;
  width: 30px;
  height: auto;
}
.header .container .first-view .visual {
  flex: 1;
}
.header .container .first-view .visual .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header .container .first-view .visual .row .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 4px #eeedde;
  border-radius: 50%;
  box-shadow: rgba(240, 227, 165, 0.4) 0 7px 29px 0;
  background: linear-gradient(90deg, #c2f0b8 0%, #e5eeb1 100%);
  width: clamp(42px, 4.8vw, 64px);
  height: clamp(42px, 4.8vw, 64px);
}
.header .container .first-view .visual .row .icon img {
  width: 60%;
  height: auto;
}
.header .container .first-view .visual .row .thumb {
  overflow: hidden;
  border-radius: 50%;
  box-shadow: rgba(240, 227, 165, 0.4) 0 7px 29px 0;
  width: clamp(72px, 8.8vw, 120px);
  height: clamp(72px, 8.8vw, 120px);
  flex: 0 0 auto;
}
.header .container .first-view .visual .row .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 50%;
  box-shadow: rgba(238, 173, 173, 0.4) 0 7px 29px 0;
}
.header .container .first-view .visual .row.row02 {
  justify-content: center;
  gap: 24px;
}
.header .container .first-view .visual .row.row02 .thumb {
  width: clamp(240px, 25vw, 360px);
  height: clamp(240px, 25vw, 360px);
  flex: 0 0 clamp(240px, 25vw, 360px);
}
.header .container #textRotate {
  overflow: hidden;
}
.header .container #textRotate ul {
  display: flex;
  white-space: nowrap;
  list-style: none;
  margin-top: 40px;
  padding: 0;
}
.header .container #textRotate li {
  flex: 0 0 auto;
  padding-top: 5px;
  padding-right: 2rem;
}

@media only screen and (max-width: 960px) {
  .header .container {
    padding: 0;
  }
  .header .container .top .inner {
    max-width: 1920px;
    margin: 0 auto;
    padding-right: 2%;
  }
  .header .container .top .inner .left {
    display: block;
    padding: 10px 0;
  }
  .header .container .top .inner .left .logo a {
    width: 45vw;
  }
  .header .container .top .inner .left h1 {
    line-height: 1.1;
    letter-spacing: 2px;
    font-size: clamp(16px, 4.2vw, 20px);
    padding: 3px 0 3px 5px;
  }
  .header .container .top .inner .right a.contact {
    border-radius: 100px;
    justify-content: center;
    border: 2px solid #eeedde;
    box-shadow: rgba(240, 227, 165, 0.4) 0 7px 29px 0;
    background: #b89b1c;
    width: min(80%, 300px);
    margin: 30px auto 0;
  }
  .header .container .top .inner .right a.contact .icon {
    width: 3.25vw;
    height: auto;
  }
  .header .container .top .inner .right a.contact span {
    font-size: clamp(14px, 3.6vw, 16px);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #eeedde;
  }
  .header .container .first-view {
    display: block;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 50px 4% 0;
  }
  .header .container .first-view .bg01 {
    top: -50px;
    left: 0;
    width: 50vw;
    height: 50vw;
  }
  .header .container .first-view .text {
    padding: 0;
  }
  .header .container .first-view .text .en span {
    font-size: 18px;
    letter-spacing: 4px;
    margin: 0 0 0 7px;
  }
  .header .container .first-view .text h2 {
    font-size: 28px;
    margin: 15px 0 0 0;
  }
  .header .container .first-view .text .sentence p {
    font-size: 16px;
  }
  .header .container .first-view .text .award-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0;
  }
  .header .container .first-view .text .award-wrapper .award {
    margin: 0;
  }
  .header .container .first-view .text .award-wrapper .award .award-wrapper > .award:nth-child(1) {
    width: 100%;
    max-width: 260px;
    margin: 0;
  }
  .header .container .first-view .text .award-wrapper .award .award-wrapper > .award:nth-child(2),
  .header .container .first-view .text .award-wrapper .award .award-wrapper > .award:nth-child(3) {
    width: calc(50% - 12px);
    max-width: 240px;
    margin: 0;
  }
  .header .container .first-view .text .award-wrapper .award .mark img {
    position: relative;
    top: 5px;
    width: clamp(28px, 10vw, 30px);
    height: auto;
  }
  .header .container .first-view .text .award-wrapper .award .mark .sub .grade {
    font-size: 14px;
    letter-spacing: 2px;
  }
  .header .container .first-view .text .award-wrapper .award .mark .main .grade {
    font-size: 20px;
    font-weight: bold;
  }
  .header .container .first-view .text .award-wrapper .award .line p {
    font-size: 13.5px;
    padding: 4px 10px;
    width: 100%;
    box-sizing: border-box;
  }
  .header .container .first-view .text .button {
    border-radius: 100px;
    justify-content: center;
    border: 2px solid #eeedde;
    box-shadow: rgba(240, 227, 165, 0.4) 0 7px 29px 0;
    background: #b89b1c;
    width: min(80%, 300px);
    margin: 30px auto 0;
  }
  .header .container .first-view .text .button a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: #eeedde;
  }
  .header .container .first-view .visual {
    width: 100%;
    margin: 30px auto 0;
  }
  .header .container .first-view .visual .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header .container .first-view .visual .row .icon {
    width: clamp(56px, 15vw, 80px);
    height: clamp(56px, 15vw, 80px);
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
  }
  .header .container .first-view .visual .row .icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    display: block;
  }
  .header .container .first-view .visual .row .thumb {
    width: clamp(70px, 22vw, 150px);
    height: clamp(70px, 22vw, 150px);
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
  }
  .header .container .first-view .visual .row .thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    display: block;
  }
  .header .container .first-view .visual .row.row02 .icon {
    display: none;
  }
  .header .container .first-view .visual .row.row02 .thumb {
    width: clamp(200px, 62.5vw, 320px);
    height: clamp(200px, 62.5vw, 320px);
    flex: 0 0 auto;
  }
  .header .container #textRotate {
    overflow: hidden;
  }
  .header .container #textRotate ul {
    display: flex;
    white-space: nowrap;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .header .container #textRotate li {
    flex: 0 0 auto;
    padding-right: 2rem;
  }
}
.text-rotate {
  overflow: hidden;
  width: 100%;
  padding: 0 0 40px 0;
  opacity: 0;
  visibility: hidden;
  filter: blur(20px);
}
.text-rotate ul {
  position: relative;
  display: flex;
  list-style-type: none;
  white-space: nowrap;
  margin: 60px 0 0 0;
  padding: 0 0 0 0;
  will-change: transform opacity;
  gap: 2.5rem;
}
.text-rotate ul li {
  position: relative;
  color: #b89b1c;
  transform: skew(-15deg);
  box-shadow: rgba(240, 227, 165, 0.4) 0 7px 29px 0;
  background: #fff;
  letter-spacing: 3px;
  font-size: 24px;
  padding: 12px 25px 12px 25px;
}
.text-rotate ul li::before {
  position: absolute;
  z-index: 2;
  opacity: 0.9;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-width: 3px;
  border-style: solid;
  border-image: linear-gradient(90deg, #e7b837 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e7b837 90% 100%);
  -o-border-image: linear-gradient(90deg, #e7b837 0%, #f5c4c8 45%, #ed7a4d 70%, #f5c4c8 85%, #e7b837 90% 100%);
  border-image-slice: 1;
  content: "";
  width: calc(100% - 0px);
  height: calc(100% - 0px);
}

html, body {
  overflow-x: hidden;
}