@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* Scss Document */
/* ==========================================================================
All Mixin
========================================================================== */
/* ================================
グローバル変数の定義
=================================== */
/* ================================
Color
=================================== */
/* ================================
Font Family
=================================== */
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@700&family=Manrope:wght@200..800&display=swap");
@font-face {
  font-family: "LINE Seed";
  font-weight: 700;
  src: url("../vendor/webfonts/LINESeedJP_OTF_Bd.otf") format("opentype");
}
/* ================================
Font Weight
=================================== */
/* ================================
環境設定
=================================== */
/* ================================
Color
=================================== */
/* ================================
Font
=================================== */
html {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 15px;
  }
}

h1, h2, h3, h4, h5, p, span, li, a, th, td, label, input, div {
  font-family: "Manrope", sans-serif;
}

p, span, li, a, th, td, label, input, div {
  font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Cardo", serif;
  font-weight: 700;
  letter-spacing: .025em;
  line-height: 1.5;
  margin-top: 0;
}

p, li, span {
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.0;
  letter-spacing: .05em;
  margin-top: 0;
}

/* ================================
HTML
=================================== */
* {
  box-sizing: border-box;
}

*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

/* ================================
継承要素
=================================== */
/* Scss Document */
/* ================================
共通クラス
=================================== */
/* ================================
Position
=================================== */
.relative {
  position: relative;
}

/* ================================
Container
=================================== */
.container {
  padding: 100px 95px;
  background-color: rgba(255, 255, 255, 0.95);
  width: 1120px;
  margin: auto;
  max-width: calc(100% - 520px);
}
@media screen and (max-width: 1400px) {
  .container {
    max-width: calc(100% - 470px);
    margin: inherit;
    margin-left: auto;
    margin-right: 200px;
    padding: 100px 50px;
  }
}
@media screen and (max-width: 991px) {
  .container {
    width: 800px;
    padding: 100px 50px;
    max-width: calc(100% - 30px);
    margin-right: inherit;
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .container {
    padding: 50px 20px;
  }
}
.container--col2 {
  display: flex;
  gap: 30px 20px;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  .container--col2 {
    flex-wrap: wrap;
  }
}
.container--col2__left {
  width: 335px;
}
@media screen and (max-width: 1400px) {
  .container--col2__left {
    width: 100%;
  }
}
.container--col2__right {
  width: calc(100% - 335px);
}
@media screen and (max-width: 1400px) {
  .container--col2__right {
    width: 100%;
  }
}

.container-nobg {
  width: 1120px;
  margin: auto;
  max-width: calc(100% - 520px);
}
@media screen and (max-width: 1400px) {
  .container-nobg {
    max-width: calc(100% - 470px);
    margin: inherit;
    margin-left: auto;
    margin-right: 200px;
  }
}
@media screen and (max-width: 991px) {
  .container-nobg {
    width: 800px;
    max-width: calc(100% - 40px);
    margin-right: inherit;
    margin: auto;
  }
}

/* ================================
Background
=================================== */
/* ================================
Font
=================================== */
.primary-en {
  font-family: "Manrope", sans-serif;
}

.f-reg {
  font-weight: 400 !important;
}

.f-med {
  font-weight: 500 !important;
}

.f-bold {
  font-weight: 700;
}

.f-14 {
  font-size: 14px;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .f-14 {
    font-size: 13px;
  }
}

.h-18 {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .h-18 {
    font-size: 16px;
  }
}

.h-20 {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .h-20 {
    font-size: 18px;
  }
}

.h-24 {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .h-24 {
    font-size: 20px;
  }
}

.f-primary {
  color: #068829;
}

.f-color3 {
  color: #E30000;
}

.text-white {
  color: #fff;
}

.l-sp-50 {
  letter-spacing: .05em;
}

.lh-18 {
  line-height: 1.8;
}

/* ================================
Title
=================================== */
.title {
  font-size: 50px;
}
@media screen and (max-width: 1400px) {
  .title {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .title {
    font-size: 33px;
  }
}

/* ================================
Text Alignment
=================================== */
.text-center {
  text-align: center;
}

/* ================================
Margin
=================================== */
.mt-15 {
  margin-top: 15px;
}

.mt-100 {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .mt-100 {
    margin-top: 70px;
  }
}

.mb-0 {
  margin-bottom: 0;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .mb-40 {
    margin-bottom: 30px;
  }
}

.mb-50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .mb-50 {
    margin-bottom: 40px;
  }
}

.my-100 {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .my-100 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
}

/* ================================
Padding
=================================== */
.pt-100 {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .pt-100 {
    padding-top: 70px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .pb-100 {
    padding-bottom: 70px;
  }
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .py-100 {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}

/* ================================
Border
=================================== */
/* ================================
Link
=================================== */
.link-black {
  color: #000;
}
.link-black:hover {
  color: #000;
  text-decoration: none;
}

.link-black-noline {
  color: #000;
  text-decoration: none;
}
.link-black-noline:hover {
  color: #000;
  text-decoration: none;
}

.link-white {
  color: #fff;
}
.link-white:hover {
  color: #fff;
  text-decoration: none;
}

/* ================================
Button
=================================== */
.btn {
  position: relative;
  padding: 15px 50px 15px 30px;
  background-color: #068829;
  color: #fff;
  text-decoration: none;
  display: inline-block;
}
.btn:before {
  content: url("../img/arrow-upright.svg");
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 2;
}
.btn:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #026DF7;
  transition: .5s;
  z-index: 1;
}
.btn span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  z-index: 2;
}
.btn:hover:after {
  width: 100%;
}

/* ================================
List
=================================== */
.list-style-none {
  list-style: none;
  padding-left: 0;
}

.list-style-inline {
  list-style: none;
  padding-left: 0;
}
.list-style-inline li {
  display: inline-block;
}

.list-style-default li {
  padding-bottom: 7px;
}
.list-style-default li:last-child {
  padding-bottom: 0;
}

/* ================================
Animation
=================================== */
/*フェードインアニメ*/
/*左から右にフェードイン*/
.left-to-right {
  opacity: 0.1;
  transform: translateX(-20px);
  transition: all 1s;
}

.left-to-right.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*右から左にフェードイン*/
.right-to-left {
  opacity: 0.1;
  transform: translateX(20px);
  transition: all 1s;
}

.right-to-left.scrollin {
  opacity: 1;
  transform: translate(0);
}

/*下から上にフェードイン*/
.down-to-top {
  opacity: 0.1;
  transform: translateY(20px);
  transition: all 1s;
}

.down-to-top.scrollin {
  opacity: 1;
  transform: translateY(0);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ================================
Header: PC
=================================== */
#menu-pc {
  position: fixed;
  right: 45px !important;
  bottom: 30px !important;
  left: inherit !important;
  top: inherit !important;
  width: 117px;
}
@media screen and (max-width: 991px) {
  #menu-pc {
    display: none;
  }
}
#menu-pc ul {
  position: relative;
}
#menu-pc ul:before {
  content: '';
  height: calc(100% - 15px);
  width: 1px;
  position: absolute;
  background-color: #000;
  left: 3.5px;
  top: 50%;
  transform: translateY(-50%);
}
#menu-pc ul li {
  padding-left: 20px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 5px;
}
#menu-pc ul li:last-child {
  margin-bottom: 0;
}
#menu-pc ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#menu-pc ul li a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: .05em;
}
#menu-pc ul li.active:before {
  background-color: #068829;
}
#menu-pc ul li.active a {
  color: #068829;
}

#menu-pc .header-white ul:before {
  background-color: #fff;
}
#menu-pc .header-white ul li:before {
  background-color: #fff;
}
#menu-pc .header-white ul li a {
  color: #fff;
}

/* ================================
Header: SP
=================================== */
#menu-sp-toggler {
  position: fixed;
  right: 20px;
  top: 40px;
  z-index: 99;
  width: 36px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 991px) {
  #menu-sp-toggler {
    display: block;
  }
}

#menu-sp-toggler .line {
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
}
#menu-sp-toggler .line--top {
  left: 0;
  top: 0;
}
#menu-sp-toggler .line--center {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#menu-sp-toggler .line--bottom {
  right: 0;
  bottom: 0;
}

#menu-sp-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9;
  display: none;
  width: 100%;
}
#menu-sp-menu__menu li {
  margin-bottom: 5px;
}
#menu-sp-menu__menu li:last-child {
  margin-bottom: 0;
}
#menu-sp-menu__menu li a {
  font-weight: 700;
  font-size: 18px;
  color: #000;
  text-decoration: none;
}

#menu-sp-menu .inner {
  width: 100%;
  height: 100vh;
  overflow-y: auto;
  background-color: #fff;
  padding: 100px 50px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}

#menu-sp-toggler.active .line--top {
  transform: rotate(45deg);
  top: 10px;
}
#menu-sp-toggler.active .line--center {
  background-color: transparent;
}
#menu-sp-toggler.active .line--bottom {
  transform: rotate(-45deg);
  bottom: 12px;
}

/* ================================
Footer
=================================== */
#footer-logo {
  font-family: "LINE Seed", "sans-serif";
  font-weight: 700;
  font-size: 26px;
  line-height: 2.0;
}
@media screen and (max-width: 767px) {
  #footer-logo {
    font-size: 22px;
  }
}
#footer-logo span {
  display: block;
  font-family: "LINE Seed", "sans-serif";
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #footer-logo span {
    font-size: 15px;
  }
}

#footer-credit {
  font-size: 12px;
  line-height: 1.6;
}

/* ================================
Form Button
=================================== */
#btn-form {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
  padding: 15px 50px 15px 30px;
  background-color: #068829;
  color: #fff;
  text-decoration: none;
  display: block;
}
@media screen and (max-width: 991px) {
  #btn-form {
    display: none;
  }
}
#btn-form:before {
  content: url("../img/arrow-upright.svg");
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 2;
}
#btn-form:after {
  content: '';
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #026DF7;
  transition: .5s;
  z-index: 1;
}
#btn-form span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .05em;
  position: relative;
  z-index: 2;
}
#btn-form:hover:after {
  width: 100%;
}

/* ================================
BG
=================================== */
#bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: -1;
  background: url("../img/bg.svg") center center no-repeat;
  background-size: auto;
  background-size: 100% auto;
}
@media screen and (max-width: 767px) {
  #bg {
    background-size: 150% auto;
  }
}

/* ================================
Title
=================================== */
#title {
  height: 138px !important;
}

#title .midnightInner {
  position: fixed;
  left: 30px !important;
  top: 30px !important;
  line-height: 1.4;
  z-index: 1;
  font-family: "LINE Seed", "sans-serif";
  font-weight: 700;
  font-size: 18px;
  width: 260px;
}
@media screen and (max-width: 991px) {
  #title .midnightInner {
    display: none;
  }
}
#title .midnightInner #title__sm {
  display: block;
  font-family: "LINE Seed", "sans-serif";
  font-weight: 700;
  font-size: 11px;
  margin-top: 10px;
  letter-spacing: 0;
}

#title .header-white .midnightInner {
  color: #fff;
}
#title .header-white .midnightInner span {
  color: #fff;
}

/* ================================
Event Date
=================================== */
#date {
  position: fixed;
  left: 0;
  bottom: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  background-color: #fff;
  z-index: 9;
  padding: 30px 15px 30px 50px;
}
@media screen and (max-width: 991px) {
  #date {
    padding: 15px 15px 15px 20px;
    bottom: 10px;
    display: none;
  }
}

.dates .wrap__date {
  font-family: "LINE Seed", "sans-serif";
  font-size: 26px;
  font-weight: 700;
}
.dates .wrap__date span {
  font-family: "LINE Seed", "sans-serif";
  font-size: 18px;
  padding-left: 7px;
}
.dates .wrap__title {
  font-family: "LINE Seed", "sans-serif";
  font-size: 14px;
  font-weight: 700;
  padding-left: 30px;
  position: relative;
  margin-top: 5px;
}
.dates .wrap__title:before {
  content: '';
  width: 23px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.dates .wrap--top {
  margin-bottom: 15px;
}
.dates .wrap--top__date {
  color: #E30000;
}
.dates .wrap--top__title {
  color: #E30000;
}
.dates .wrap--top__title:before {
  background-color: #E30000;
}
.dates .wrap--bottom__date {
  color: #026DF7;
}
.dates .wrap--bottom__title {
  color: #026DF7;
}
.dates .wrap--bottom__title:before {
  background-color: #026DF7;
}

/* ================================
Hero
=================================== */
#hero {
  height: 100vh;
  position: relative;
  z-index: 2;
  background-color: #EFF8FA;
}
@media screen and (max-width: 991px) {
  #hero {
    height: auto;
    aspect-ratio: 5 / 4;
    background-size: 140% auto;
  }
}
@media screen and (max-width: 767px) {
  #hero {
    aspect-ratio: 4 / 5;
  }
}
#hero:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: url("../img/hero.jpg") bottom center no-repeat;
  background-size: auto;
  background-size: 100% auto;
}

#hero-title {
  font-family: "LINE Seed", "sans-serif";
  font-size: 36px;
  letter-spacing: 0;
  margin: 0;
  line-height: 1.4;
  padding: 30px 50px;
}
@media screen and (max-width: 575px) {
  #hero-title {
    padding: 30px 20px;
    font-size: 23px;
  }
}
#hero-title span {
  display: block;
  margin-top: 20px;
  font-family: "LINE Seed", "sans-serif";
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #hero-title span {
    font-size: 15px;
    margin-top: 15px;
  }
}

/* ================================
Outline
=================================== */
#outline .wrap {
  margin-bottom: 15px;
}
#outline .wrap:last-child {
  margin-bottom: 0;
}
#outline .wrap__title {
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  letter-spacing: .05em;
  margin-bottom: 5px;
  color: #068829;
}
@media screen and (max-width: 767px) {
  #outline .wrap__title {
    font-size: 14px;
  }
}
#outline .wrap__txt {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #outline .wrap__txt {
    font-size: 16px;
  }
}
#outline .wrap:nth-child(even) .wrap__title {
  color: #026DF7;
}

/* ================================
Category
=================================== */
#category-list li {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #category-list li {
    font-size: 18px;
  }
}
#category-list li:last-child {
  margin-bottom: 0;
}

#category .wrap {
  border: 1px solid #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: .05em;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  #category .wrap {
    font-size: 16px;
    padding: 20px 20px;
  }
}

/* ================================
Award
=================================== */
#award {
  background: #62D50E;
  background: linear-gradient(48deg, #068829 0%, #026df7 100%);
}

#award .wrap {
  background-color: #fff;
  padding: 40px 20px;
}

/* ================================
Judges
=================================== */
#judges .wrap {
  border: 1px solid #000;
  display: flex;
  align-items: center;
  padding: 50px;
  gap: 30px 20px;
  margin-bottom: 35px;
}
#judges .wrap:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1400px) {
  #judges .wrap {
    flex-wrap: wrap;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 767px) {
  #judges .wrap {
    padding: 30px 20px;
  }
}
#judges .wrap__left {
  width: 285px;
}
@media screen and (max-width: 1400px) {
  #judges .wrap__left {
    width: 100%;
    text-align: center;
  }
}
#judges .wrap__left img {
  max-width: 100%;
}
#judges .wrap__right {
  width: calc(100% - 285px);
}
@media screen and (max-width: 1400px) {
  #judges .wrap__right {
    width: 100%;
  }
}
@media screen and (max-width: 1400px) {
  #judges .wrap__right__btn, #judges .wrap__right__title {
    text-align: center;
  }
}

#judge1 img, #judge2 img {
  width: 222px;
}
@media screen and (max-width: 767px) {
  #judge1 img, #judge2 img {
    width: 170px;
  }
}

#judge3 img {
  width: 257px;
}
@media screen and (max-width: 767px) {
  #judge3 img {
    width: 205px;
  }
}

/* ================================
Selection Process
=================================== */
#process .container {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 767px) {
  #process .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#process-line {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1400px) {
  #process-line {
    flex-wrap: wrap;
  }
}

#process-line .wrap {
  width: calc(100% / 3);
  padding: 0 16px;
  position: relative;
}
@media screen and (max-width: 1400px) {
  #process-line .wrap {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
}
@media screen and (max-width: 767px) {
  #process-line .wrap {
    align-items: flex-start;
  }
}
#process-line .wrap__circle {
  position: relative;
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 15px;
}
@media screen and (max-width: 1400px) {
  #process-line .wrap__circle {
    width: 288px;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  #process-line .wrap__circle {
    width: 180px;
  }
}
#process-line .wrap__circle:before, #process-line .wrap__circle:after {
  content: '';
  width: 17px;
  height: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1400px) {
  #process-line .wrap__circle:before, #process-line .wrap__circle:after {
    height: 17px;
    width: 5px;
    transform: translateX(-50%);
    left: 50% !important;
  }
}
#process-line .wrap__circle:before {
  left: calc(100% - 1px);
}
@media screen and (max-width: 1400px) {
  #process-line .wrap__circle:before {
    top: calc(100% - 1px);
  }
}
#process-line .wrap__circle:after {
  right: calc(100% - 1px);
}
@media screen and (max-width: 1400px) {
  #process-line .wrap__circle:after {
    top: inherit;
    bottom: calc(100% - 1px);
  }
}
#process-line .wrap__circle__title {
  color: #fff;
  font-family: "Manrope", sans-serif;
  font-size: 24px;
  letter-spacing: .05em;
  margin-bottom: 15px;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  #process-line .wrap__circle__title {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
#process-line .wrap__circle__title span {
  display: block;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #process-line .wrap__circle__title span {
    font-size: 12px;
  }
}
#process-line .wrap__circle__date {
  font-family: "LINE Seed", "sans-serif";
  font-weight: 700;
  font-size: 36px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #process-line .wrap__circle__date {
    font-size: 26px;
  }
}
#process-line .wrap__circle__date span {
  padding-left: 5px;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #process-line .wrap__circle__date span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1400px) {
  #process-line .wrap__txt {
    width: calc(100% - 288px);
    padding-left: 20px;
    text-align: start;
  }
}
@media screen and (max-width: 767px) {
  #process-line .wrap__txt {
    width: calc(100% - 180px);
    padding-left: 15px;
  }
}

#process1 .wrap__circle {
  background-color: #E30000;
}
#process1 .wrap__circle:before, #process1 .wrap__circle:after {
  background-color: #E30000;
}

#process2 .wrap__circle {
  background-color: #026DF7;
}
#process2 .wrap__circle:before, #process2 .wrap__circle:after {
  background-color: #026DF7;
}

@media screen and (max-width: 767px) {
  #process2 .wrap__txt {
    position: absolute;
    left: 180px;
    top: 16px;
  }
}

#process3 .wrap__circle {
  background-color: #068829;
}
#process3 .wrap__circle:before, #process3 .wrap__circle:after {
  background-color: #068829;
}

/* ================================
Policy
=================================== */
#policy .wrap {
  border: 1px solid #000;
  padding: 30px 20px;
}

/*# sourceMappingURL=style.css.map */
