/* ==== RESET CSS ==== */
/* Box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin and padding */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend,
button,
input,
textarea,
select {
  margin: 0;
  padding: 0;
}

/* Remove list styles */
ul,
ol {
  list-style: none;
}

/* Remove quotes from blockquote/quotes */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* Reset headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Reset links */
a {
  color: inherit;
  text-decoration: none;
}

/* Reset form elements */
button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  outline: none;
}

/* Remove default button styles */
button {
  cursor: pointer;
  background-color: transparent;
}

/* Set basic body style */
html,
body {
  line-height: 1.5;
  font-family: sans-serif;
  background-color: #fff;
  color: #000;
}

/* Images, video, etc */
img,
video {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Table */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  font-size: 15px;
}

body {
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.7;
  letter-spacing: 0.09rem;
  background-color: #fafafa;
  color: #2b2b2b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

p {
  margin-bottom: 1rem;
}

b {
  color: #2f3a4a;
  font-size: 1.2rem;
}

.libre {
  font-family: "Libre Baskerville";
}

.serif {
  font-family: "Noto Serif JP";
}

a.underline {
  text-decoration: underline;
  transition: 0.5s;
}
a.underline :hover {
  background-color: #f3f6f4;
}

.top {
  padding-top: 4rem;
}

.bottom {
  padding-bottom: 4rem;
}

.h2--flex {
  color: #2f3a4a;
  font-size: 1.4rem;
  font-weight: 600;
  border-left: 0.5rem #2f3a4a solid;
  padding-left: 1rem;
}
.h2--section {
  color: #2f3a4a;
  font-size: 1.4rem;
  border-left: 0.5rem #2f3a4a solid;
  border-bottom: 1px #9eb2a6 dotted;
  padding-left: 0.5rem;
  padding-bottom: 0.3rem;
  font-weight: 500;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .h2--section {
    font-size: 2rem;
    line-height: 2.4rem;
  }
}

.ul-list {
  background-color: #f3f6f4;
  padding: 2rem 1rem;
  border-radius: 4px;
  margin-bottom: 1rem;
  font-size: 1.1rem;
}
.ul-list > li {
  position: relative;
  padding-left: 2rem;
}
.ul-list > li::before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  color: #9eb2a6;
}

.ul-note {
  margin-bottom: 1rem;
}
.ul-note > li {
  position: relative;
  padding-left: 2rem;
  color: #6b7280;
}
.ul-note > li::before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "*";
}

.dl-list dt {
  color: #2f3a4a;
  font-weight: 600;
  font-size: 1.2rem;
}
.dl-list dd {
  margin-left: 2rem;
  margin-bottom: 1rem;
}
.dl-list-number {
  counter-reset: count;
}
.dl-list-number dt {
  position: relative;
  padding-left: 2rem;
}
.dl-list-number dt::before {
  position: absolute;
  font-family: "Libre Baskerville";
  content: counter(count) ".";
  counter-increment: count;
  font-size: 1.2rem;
  font-style: italic;
  left: 0;
}
.dl-list-flex {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 768px) {
  .dl-list-flex {
    flex-direction: row;
  }
}
@media (min-width: 768px) {
  .dl-list-flex > div {
    flex: 1;
  }
}
.dl-list-flex > div dt {
  position: relative;
  padding-left: 2rem;
}
.dl-list-flex > div dt::before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f105";
  font-size: 1.2rem;
  left: 0;
}
.dl-list-flex > div .site-logo {
  padding: 1rem 0;
}

.header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background-color: #2f3a4a;
}
@media (min-width: 768px) {
  .header {
    padding: 1rem 2rem;
  }
}
.header-left .logo-img {
  width: 36px;
  flex-shrink: 0;
}
.header-left .logo-img img {
  width: 100%;
  height: auto;
  display: block;
}
.header-left .logo-name {
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  color: #fff;
}
.header-left .logo-ja {
  font-size: 1rem;
  margin-bottom: 0.25rem;
}
.header-left .logo-en {
  font-size: 0.6rem;
  padding-left: 0.25rem;
}
.header-logo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: inherit;
}
.header-menu-button {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.2rem;
}
.header-menu-button > i {
  display: block;
}
@media (min-width: 768px) {
  .header-menu-button {
    display: none;
  }
}
.header .header-menu {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  right: -100%;
  transition: 0.2s;
  display: flex;
  flex-direction: column;
  background-color: #f3f6f4;
  z-index: 999;
}
@media (min-width: 768px) {
  .header .header-menu {
    position: relative;
    background-color: transparent;
    width: auto;
    height: auto;
    top: auto;
    right: auto;
  }
}
.header .header-menu.menu-active {
  right: 0;
}
.header .header-menu .menu-header {
  background-color: #2f3a4a;
  color: #fff;
  padding: 0.5rem;
  font-size: 1.4rem;
}
.header .header-menu .menu-header > i {
  display: block;
}
@media (min-width: 768px) {
  .header .header-menu .menu-header {
    display: none;
  }
}
.header-nav > ul {
  padding: 1rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .header-nav > ul {
    flex-direction: row;
    gap: 1rem;
  }
}
.header-nav > ul > li > a {
  display: block;
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-left: 0.5rem #2f3a4a solid;
  border-bottom: 1px #9eb2a6 dotted;
}
@media (min-width: 768px) {
  .header-nav > ul > li > a {
    display: block;
    color: #fff;
    font-size: 0.9rem;
    padding: 0;
    border: none;
  }
}

.content {
  position: relative;
  z-index: 1;
  background-color: #fafafa;
}
.content--width {
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .content--width {
    padding: 0 3rem;
  }
}
.content--inner {
  margin: 0 1rem;
}
@media (min-width: 768px) {
  .content--inner {
    width: 1200px;
    margin: 0 auto;
  }
}

.section--fixed {
  width: 100%;
  height: 100dvh;
}
.section--fixed > * {
  position: fixed;
  width: 100%;
  height: 100%;
}
.section--primary {
  background-color: #2f3a4a;
}
.section--flex {
  display: flex;
  flex-direction: column;
  border-bottom: 1px #9eb2a6 dashed;
}
@media (min-width: 768px) {
  .section--flex {
    flex-direction: row;
  }
}
.section--flex-left {
  background-color: #EEF1F4;
  padding: 3rem 1rem;
}
@media (min-width: 768px) {
  .section--flex-left {
    width: 33%;
    padding: 3rem;
  }
}
.section--flex-right {
  padding: 3rem 1rem;
}
@media (min-width: 768px) {
  .section--flex-right {
    flex: 1;
    padding: 3rem;
  }
}

.index-top {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.index-top--left {
  display: none;
}
@media (min-width: 768px) {
  .index-top--left {
    width: 20%;
    height: 75%;
  }
  .index-top--left img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}
.index-top--right {
  width: 20%;
  height: 75%;
}
@media (min-width: 768px) {
  .index-top--right {
    width: 30%;
  }
}
.index-top--right img {
  width: auto;
  height: 100%;
  object-fit: cover;
}
.index-top--body {
  flex: 1;
  container-type: inline-size;
  color: #fff;
  padding: 0 1rem;
}
@media (min-width: 768px) {
  .index-top--body {
    padding: 0 3rem;
  }
}
.index-top--body .catch-main {
  display: flex;
  flex-direction: column;
  font-size: 10cqi;
}
.index-top--body .catch-sub {
  font-size: 4.5cqi;
  margin-bottom: 2rem;
}
.index-top--body .catch-logo {
  display: flex;
  align-items: center;
  margin-bottom: 3rem;
}
.index-top--body .catch-logo .img {
  width: 15%;
}
.index-top--body .catch-logo .img img {
  width: 100%;
  height: auto;
}
.index-top--body .catch-logo .title {
  padding-left: 1rem;
}
.index-top--body .catch-logo .title .en {
  font-size: 4cqi;
}
.index-top--body .catch-logo .title .ja {
  font-size: 6cqi;
}
@media (min-width: 768px) {
  .index-top--body .catch-main {
    display: inline-block;
    font-size: 5.8cqi;
    letter-spacing: 0.3rem;
    padding-bottom: 2rem;
  }
  .index-top--body .catch-sub {
    font-size: 2.2cqi;
    margin-bottom: 2rem;
  }
  .index-top--body .catch-logo .img {
    width: 10%;
  }
  .index-top--body .catch-logo .img img {
    width: 100%;
    height: auto;
  }
  .index-top--body .catch-logo .title {
    padding-left: 2rem;
  }
  .index-top--body .catch-logo .title .en {
    font-size: 2.4cqi;
    padding-left: 1rem;
  }
  .index-top--body .catch-logo .title .ja {
    font-size: 5.4cqi;
    letter-spacing: 0.3rem;
  }
}

.ul-button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media (min-width: 768px) {
  .ul-button {
    flex-direction: row;
  }
}
.ul-button .button {
  position: relative;
  display: block;
  background-color: #fff;
  color: #2f3a4a;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 1rem 3rem;
  transition: 0.5s;
}
.ul-button .button::after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  font-family: FontAwesome;
  content: "\f0da";
  color: #9eb2a6;
}
.ul-button .button:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.ul-button .button--primary {
  background-color: #2f3a4a;
  color: #fff;
}

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