@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansJP-Regular.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansJP-Bold.otf") format("opentype");
}
@font-face {
  font-family: "Noto Sans JP";
  font-weight: 800;
  font-style: normal;
  src: url("../fonts/NotoSansJP-ExtraBold.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-weight: 400;
  font-style: normal;
  src: url("../fonts/NotoSansCJKjp-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Noto Sans CJK JP";
  font-weight: 700;
  font-style: normal;
  src: url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Jost";
  font-weight: 500;
  font-style: italic;
  src: url("../fonts/Jost-MediumItalic.ttf") format("truetype");
}
@font-face {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-style: normal;
  src: url("../fonts/BebasNeue-Regular.ttf") format("truetype");
}
:root {
  --main-color: #14c5df;
  --ff-base: "Noto Sans JP", sans-serif;
  --ff-latin-01: "Bebas Neue", sans-serif;
  --ff-latin-02: "Jost", sans-serif;
}

body,
html {
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-30 {
  font-size: 30px !important;
}

@media screen and (min-width: 769px) {
  .pc-fs-14 {
    font-size: 14px !important;
  }
  .pc-fs-16 {
    font-size: 16px !important;
  }
  .pc-fs-18 {
    font-size: 18px !important;
  }
  .pc-fs-20 {
    font-size: 20px !important;
  }
  .pc-fs-22 {
    font-size: 22px !important;
  }
  .pc-fs-24 {
    font-size: 24px !important;
  }
  .pc-fs-30 {
    font-size: 30px !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-fs-14 {
    font-size: 14px !important;
  }
  .sp-fs-16 {
    font-size: 16px !important;
  }
  .sp-fs-18 {
    font-size: 18px !important;
  }
  .sp-fs-20 {
    font-size: 20px !important;
  }
  .sp-fs-22 {
    font-size: 22px !important;
  }
  .sp-fs-24 {
    font-size: 24px !important;
  }
  .sp-fs-30 {
    font-size: 30px !important;
  }
}
.fw-bold {
  font-weight: 700 !important;
}

.fw-normal {
  font-weight: 400 !important;
}

strong {
  font-weight: 700 !important;
}

.text-black {
  color: var(--Semantic-Text-Text-Black, #333333) !important;
}

.text-gray {
  color: var(--Semantic-Text-Text-Gray, #666666) !important;
}

.text-red {
  color: var(--Semantic-Main-Main-Red, #e60000) !important;
}

.text-blue {
  color: var(--Semantic-Text-Text-Blue, #0066aa) !important;
}

.text-white {
  color: var(--Semantic-Text-Text-White, #ffffff) !important;
}

.text-bright-red {
  color: var(--Variation-BrightRed, #ff4a4a) !important;
}

.ff-base {
  font-family: var(--ff-base);
}

.ff-latin {
  font-family: var(--ff-latin);
}

.bg-red01 {
  background-color: var(--Semantic-Background-Background-Red01, #fdf6f7) !important;
}

.bg-gray01 {
  background-color: var(--Semantic-Background-Background-Gray01, #f8f8f8) !important;
}

.bg-white {
  background-color: var(--Semantic-Background-Background-White, #ffffff) !important;
}

.bg-text-red {
  background-color: var(--Semantic-Main-Main-Red, #e60000) !important;
}

.border-gray02 {
  border: 1px solid var(--Semantic-Border-Border-Gray02, #dddddd) !important;
}

.border-none {
  border: none !important;
}

.box-shadow-01 {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
}

.box-shadow-02 {
  box-shadow: 0px 4px 15px 0px rgba(183, 92, 52, 0.1);
}

.ta-center {
  text-align: center !important;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

.va-top {
  vertical-align: top !important;
}

.va-middle {
  vertical-align: middle !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

.va-base {
  vertical-align: baseline !important;
}

@media screen and (max-width: 768px) {
  .sp-ta-center {
    text-align: center !important;
  }
  .sp-ta-left {
    text-align: left !important;
  }
  .sp-ta-right {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-ta-center {
    text-align: center !important;
  }
  .pc-ta-left {
    text-align: left !important;
  }
  .pc-ta-right {
    text-align: right !important;
  }
}
.lh-1 {
  line-height: 1 !important;
}

.lh-tight {
  line-height: var(--lh-tight) !important;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inline-block {
  display: inline-block !important;
}

.none {
  display: none !important;
}

.w-full {
  width: 100% !important;
}

.h-full {
  height: 100% !important;
}

.w-auto {
  width: auto !important;
}

.max-w-none {
  max-width: none !important;
}

.min-w-auto {
  min-width: auto !important;
}

@media screen and (min-width: 769px) {
  .pc-w-full {
    width: 100% !important;
  }
  .pc-h-full {
    height: 100% !important;
  }
  .pc-w-auto {
    width: auto !important;
  }
  .pc-max-w-none {
    max-width: none !important;
  }
  .pc-min-w-auto {
    min-width: auto !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-w-full {
    width: 100% !important;
  }
  .sp-w-half {
    width: 50% !important;
  }
  .sp-h-full {
    height: 100% !important;
  }
  .sp-max-w-none {
    max-width: none !important;
  }
  .sp-min-w-auto {
    min-width: auto !important;
  }
}
.ls-close-07 {
  letter-spacing: -0.7px !important;
}

@media screen and (max-width: 768px) {
  .sp-ls-close-07 {
    letter-spacing: -0.7px !important;
  }
}
.t-deco-none {
  text-decoration: none !important;
}

.t-deco-line {
  text-decoration: underline !important;
}

.hov-t-deco-none:hover {
  text-decoration: none !important;
}

.hov-t-deco-line:hover {
  text-decoration: underline !important;
}

.flex {
  display: flex;
}

.flex-item {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.gap-0 {
  gap: 0 !important;
}

.gap-5 {
  gap: 5px !important;
}

.gap-xxs {
  gap: 4px !important;
}

.gap-xs {
  gap: 8px !important;
}

.gap-s {
  gap: 16px !important;
}

.gap-sm {
  gap: 20px !important;
}

.gap-m {
  gap: 24px !important;
}

.gap-ml {
  gap: 32px !important;
}

.gap-l {
  gap: 40px !important;
}

.gap-l-xl {
  gap: 64px !important;
}

.gap-xl {
  gap: 80px !important;
}
@media screen and (max-width: 768px) {
  .gap-xl {
    gap: 64px !important;
  }
}

.gap-xxl {
  gap: 96px !important;
}
@media screen and (max-width: 768px) {
  .gap-xxl {
    gap: 72px !important;
  }
}

.gap-row-m {
  row-gap: 24px !important;
}

@media screen and (max-width: 768px) {
  .sp-gap-0 {
    gap: 0 !important;
  }
  .sp-gap-xxs {
    gap: 4px !important;
  }
  .sp-gap-xs {
    gap: 8px !important;
  }
  .sp-gap-s {
    gap: 16px !important;
  }
  .sp-gap-sm {
    gap: 20px !important;
  }
  .sp-gap-m {
    gap: 24px !important;
  }
  .sp-gap-ml {
    gap: 32px !important;
  }
  .sp-gap-l {
    gap: 40px !important;
  }
  .sp-gap-l-xl {
    gap: 64px !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-gap-0 {
    gap: 0 !important;
  }
  .pc-gap-xs {
    gap: 8px !important;
  }
  .pc-gap-s {
    gap: 16px !important;
  }
  .pc-gap-sm {
    gap: 20px !important;
  }
  .pc-gap-m {
    gap: 24px !important;
  }
  .pc-gap-ml {
    gap: 32px !important;
  }
  .pc-gap-l {
    gap: 40px !important;
  }
  .pc-gap-l-xl {
    gap: 64px !important;
  }
  .pc-gap-xl {
    gap: 80px !important;
  }
}
.f-col {
  display: flex;
  flex-direction: column !important;
}

.f-row {
  display: flex;
  flex-direction: row !important;
}

.jc-center {
  justify-content: center !important;
}

.jc-f-end {
  justify-content: flex-end !important;
}

.jc-sp-between {
  justify-content: space-between !important;
}

.ai-f-start {
  align-items: flex-start !important;
}

.ai-f-end {
  align-items: flex-end !important;
}

.ai-center {
  align-items: center !important;
}

.jc-ai-center {
  align-items: center !important;
  justify-content: center !important;
}

.pi-center {
  place-items: center !important;
}

.as-f-start {
  align-self: flex-start !important;
}

.as-f-end {
  align-self: flex-end !important;
}

.as-center {
  align-self: center !important;
}

.as-auto {
  align-self: auto !important;
}

.flex-1 {
  flex: 1 !important;
}

.f-grow {
  flex-grow: 1 !important;
}

.f-wrap {
  flex-wrap: wrap !important;
}

@media screen and (max-width: 768px) {
  .sp-f-col {
    display: flex !important;
    flex-direction: column !important;
  }
  .sp-f-row {
    display: flex !important;
    flex-direction: row !important;
  }
  .sp-jc-center {
    justify-content: center !important;
  }
  .sp-jc-f-end {
    justify-content: flex-end !important;
  }
  .sp-ai-f-end {
    align-items: flex-end !important;
  }
  .sp-ai-center {
    align-items: center !important;
  }
  .sp-jc-ai-center {
    align-items: center !important;
    justify-content: center !important;
  }
  .sp-pi-center {
    place-items: center !important;
  }
  .sp-as-f-start {
    align-self: flex-start !important;
  }
  .sp-as-f-end {
    align-self: flex-end !important;
  }
  .sp-as-center {
    align-self: center !important;
  }
  .sp-as-auto {
    align-self: auto !important;
  }
  .sp-flex-1 {
    flex: 1 !important;
  }
  .sp-f-grow {
    flex-grow: 1 !important;
  }
  .sp-f-wrap {
    flex-wrap: wrap !important;
  }
}
@media screen and (min-width: 769px) {
  .pc-f-col {
    display: flex !important;
    flex-direction: column !important;
  }
  .pc-f-row {
    display: flex !important;
    flex-direction: row !important;
  }
  .pc-jc-center {
    justify-content: center !important;
  }
  .pc-ai-center {
    align-items: center !important;
  }
  .sp-ai-f-end {
    align-items: flex-end !important;
  }
  .pc-jc-ai-center {
    align-items: center !important;
    justify-content: center !important;
  }
  .pc-pi-center {
    place-items: center !important;
  }
  .pc-as-f-start {
    align-self: flex-start !important;
  }
  .pc-as-f-end {
    align-self: flex-end !important;
  }
  .pc-as-center {
    align-self: center !important;
  }
  .pc-as-auto {
    align-self: auto !important;
  }
  .pc-flex-1 {
    flex: 1 !important;
  }
  .pc-f-grow {
    flex-grow: 1 !important;
  }
  .pc-f-wrap {
    flex-wrap: wrap !important;
  }
}
.pad-xl {
  padding: 64px 40px !important;
}
@media screen and (max-width: 768px) {
  .pad-xl {
    padding: 56px 20px !important;
  }
}

.pad-l {
  padding: 40px !important;
}
@media screen and (max-width: 768px) {
  .pad-l {
    padding: 40px 20px !important;
  }
}

.pad-m {
  padding: 24px !important;
}
@media screen and (max-width: 768px) {
  .pad-m {
    padding: 24px 20px !important;
  }
}

.pad-sm {
  padding: 20px !important;
}

.pad-s {
  padding: 16px !important;
}

.pad-tb-l-xl {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.pad-tb-l {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pad-tb-m {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.pad-tb-sm {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pad-tb-s {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.pad-tb-xs {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pad-lr-l {
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.pad-lr-m {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.pad-lr-sm {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.pad-lr-s {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.pad-lr-xs {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pad-lr-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.pad-top-0 {
  padding-top: 0 !important;
}

.pad-bottom-0 {
  padding-bottom: 0 !important;
}

.pad-left-0 {
  padding-left: 0 !important;
}

.pad-right-0 {
  padding-right: 0 !important;
}

.pad-left-1em {
  padding-left: 1em;
}

.pad-left-2em {
  padding-left: 2em;
}

@media screen and (min-width: 769px) {
  .pc-pad-tb-l-xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .pc-pad-tb-l {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pc-pad-top-l-xl {
    padding-top: 64px !important;
  }
  .pc-pad-l {
    padding: 40px !important;
  }
  .pc-pad-lr-l {
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
  .pc-pad-lr-m {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .pc-pad-lr-s {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .pc-pad-lr-xs {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-pad-tb-l-xl {
    padding-top: 64px !important;
    padding-bottom: 64px !important;
  }
  .sp-pad-tb-l {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .pc-pad-top-l {
    padding-top: 40px !important;
  }
  .sp-pad-l {
    padding: 40px 20px !important;
  }
  .sp-pad-m {
    padding: 24px 20px !important;
  }
  .sp-pad-20 {
    padding: 20px !important;
  }
  .sp-pad-s {
    padding: 16px !important;
  }
  .sp-pad-lr {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .sp-pad-lr-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.pad-lr-s {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.mg-l-05em {
  margin-right: 0.5em !important;
}

.mg-bottom-0 {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .pc-mg-bottom-0 {
    margin-bottom: 0 !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-mg-bottom-0 {
    margin-bottom: 0 !important;
  }
}
.rad-circle {
  border-radius: 50%;
}

.rad-xl {
  border-radius: 40px;
}

.rad-l {
  border-radius: 32px;
}

.rad-m {
  border-radius: 24px;
}

.rad-sm {
  border-radius: 20px;
}

.rad-s {
  border-radius: 16px;
}

.no-wrap {
  text-wrap: nowrap;
}

.of-wrap-anywhere {
  overflow-wrap: anywhere;
}

.of-hidden {
  overflow: hidden;
}

.relative {
  position: relative;
}

.ws-normal {
  white-space: normal !important;
}

.ws-nowrap {
  white-space: nowrap !important;
}

@media screen and (min-width: 769px) {
  .pc-ws-normal {
    white-space: normal !important;
  }
  .pc-ws-nowrap {
    white-space: nowrap !important;
  }
}
@media screen and (max-width: 768px) {
  .sp-ws-normal {
    white-space: normal !important;
  }
  .sp-ws-nowrap {
    white-space: nowrap !important;
  }
}
body {
  font-family: "Noto Sans JP", "Noto Sans CJK JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  font-size: 18px;
  color: #000000;
  line-height: 1.5;
  letter-spacing: normal;
  word-break: break-word;
  overflow-wrap: break-word;
  background-color: #ffffff;
  margin: 0;
  position: relative;
}

body,
.cont {
  display: flex;
  flex-direction: column;
}

.ff-roman {
  font-family: "Jost", sans-serif;
}

.page-container {
  display: flex;
  flex-direction: column;
  width: 100%;
}

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

*,
*::before,
*::after {
  background-repeat: no-repeat;
  background-size: contain;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

i img {
  vertical-align: text-bottom;
}

.cont-xl {
  display: flex;
  flex-direction: column;
  width: 1200px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .cont-xl {
    width: 100%;
    align-self: auto;
  }
}

.cont-l {
  display: flex;
  flex-direction: column;
  width: 1160px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .cont-l {
    width: 100%;
    align-self: auto;
  }
}

.cont-l-vw {
  display: flex;
  flex-direction: column;
  min-width: 1160px;
  width: 80vw;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .cont-l-vw {
    min-width: auto;
    width: 100%;
    align-self: auto;
  }
}

.cont-m {
  display: flex;
  flex-direction: column;
  width: 1080px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .cont-m {
    width: 100%;
    align-self: auto;
  }
}

.cont-m-vw {
  display: flex;
  flex-direction: column;
  min-width: 1080px;
  width: 72vw;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .cont-m-vw {
    min-width: auto;
    width: 100%;
    align-self: auto;
  }
}

a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s, background-color 0.3s ease;
  cursor: pointer;
}
a:hover {
  opacity: 0.6;
}

.btn-grad {
  display: flex;
  align-items: center;
  width: 275px;
  height: 60px;
  padding: 0 6px 0 36px;
  color: #ffffff;
  border-radius: 4px;
  background: var(--main-color);
  font-size: 20px;
  position: relative;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .btn-grad {
    font-size: 16px;
  }
}
.btn-grad2 {
  display: flex;
  align-items: center;
  width: 275px;
  height: 60px;
  padding: 0 6px 0 36px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  font-weight: bold;
  background: linear-gradient(to right, #3b678f 0%, #8b1b1b 30%, #e71a1a 50%, #f27c1c 75%, #f3db3c 100%);
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-grad2 {
    font-size: 16px;
  }
}
.btn-grad::after {
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-image: url("../../assets/imgs/common/icon_arrow_rd_01.png");
  background-size: 14px 14px;
  background-position: 50% 50%;
  border-radius: 50%;
}
.btn-grad2::after {
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-image: url("../../assets/imgs/common/icon_arrow_rd_02.png");
  background-size: 14px 14px;
  background-position: 50% 50%;
  border-radius: 50%;
}
.btn-grad3 {
  display: flex;
  align-items: center;
  width: 275px;
  height: 60px;
  padding: 0 6px 0 36px;
  color: #ffffff;
  border-radius: 4px;
  background: var(--main-color);
  font-size: 20px;
  position: relative;
  font-weight: 900;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  .btn-grad3 {
    font-size: 16px;
  }
}
.btn-grad3::after {
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-image: url("../../assets/imgs/common/betsu.png");
  background-size: 14px 14px;
  background-position: 50% 50%;
  border-radius: 50%;
}

.btn-grad4 {
  display: flex;
  align-items: center;
  width: 275px;
  height: 60px;
  padding: 0 6px 0 16px;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 30px;
  font-weight: bold;
  background: linear-gradient(to right, #3b678f 0%, #8b1b1b 30%, #e71a1a 50%, #f27c1c 75%, #f3db3c 100%);
  font-size: 20px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn-grad4 {
    font-size: 16px;
    letter-spacing:-0.03rem;
  }
}
.btn-grad4::after {
  position: absolute;
  content: "";
  right: 6px;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  background-image: url("../../assets/imgs/common/icon_arrow_rd_02.png");
  background-size: 14px 14px;
  background-position: 50% 50%;
  border-radius: 50%;
}

.btn-grad--w-free {
  width: auto;
  padding: 0 72px 0 24px;
}
@media screen and (max-width: 768px) {
  .btn-grad--w-free {
  	width: 300px;
	}
}

.grid {
  display: grid;
  align-items: stretch;
  max-width: 100%;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 768px) {
  .grid {
    grid-template-columns: 1fr;
  }
}
.grid--w100 {
  width: 100%;
}
.grid--6cols {
  grid-template-columns: repeat(6, 1fr);
}
.grid--5cols {
  grid-template-columns: repeat(5, 1fr);
}
.grid--4cols {
  grid-template-columns: repeat(4, 1fr);
}
.grid--3cols {
  grid-template-columns: repeat(3, 1fr);
}
.grid--2cols {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (max-width: 768px) {
  .grid--4cols {
    grid-template-columns: 1fr;
  }
  .grid--3cols {
    grid-template-columns: 1fr;
  }
  .grid--2cols {
    grid-template-columns: 1fr;
  }
  .grid--sp-3cols {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--sp-2cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
.grid > a:hover {
  text-decoration: none;
}
.grid .grid-item > a:first-child {
  display: flex;
  height: 100%;
}
.grid .grid-item > a:first-child:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sp-grid {
    display: grid;
    align-items: stretch;
    gap: 16px;
    max-width: 100%;
    grid-template-columns: repeat(2, 1fr);
  }
  .sp-grid--2cols {
    grid-template-columns: repeat(2, 1fr);
  }
}
input,
select,
textarea,
button {
  font-family: inherit;
  border: none;
}

.form {
  display: flex;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.form-group .input-text {
  display: flex;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 16px;
  font-size: 18px;
  border: none;
  background-color: var(--Semantic-Background-Background-White, #ffffff);
}

button {
  transition: opacity 0.3s;
  cursor: pointer;
}
button:hover {
  opacity: 0.6;
}
button.unstyled {
  color: inherit;
  border: none;
  background-color: transparent;
  padding: 0;
}

.section {
  display: flex;
  flex-direction: column;
}
.section .sect-title-gen {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .section .sect-title-gen {
    font-size: 32px;
  }
}
.section .sect-title-gen2 {
  font-size: 120px;
  font-family: var(--ff-latin-01);
  text-align: center;
  line-height: 1.25;
}
@media screen and (max-width: 768px) {
  .section .sect-title-gen2 {
    font-size: 70px;
  }
}

.faq-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .faq-section {
    padding: 60px 20px;
  }
}
.faq-section .cont-xl {
  gap: 50px;
}
.faq-section .faq-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-list {
    gap: 20px;
  }
}
.faq-section .faq-item {
  display: flex;
  flex-direction: column;
}
.faq-section .faq-item .q-cont {
  display: flex;
  gap: 24px;
  padding: 16px 72px 16px 20px;
  background-color: #14c5df;
  position: relative;
  color: #ffffff;
  cursor: pointer;
  transition: opacity 0.3s, background-color 0.3s ease;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-item .q-cont {
    gap: 16px;
    padding: 16px 56px 16px 16px;
  }
}
.faq-section .faq-item .q-cont:hover {
  opacity: 0.5;
}
.faq-section .faq-item .q-cont::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 32px;
  background-image: url("../../assets/imgs/common/icon_faq_plus.png");
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .faq-section .faq-item .q-cont::after {
    width: 25.6px;
    height: 25.6px;
    right: 16px;
  }
}
.faq-section .faq-item.opened .q-cont::after {
  height: 5px;
  background-image: url("../../assets/imgs/common/icon_faq_minus.png");
}
@media screen and (max-width: 768px) {
  .faq-section .faq-item.opened .q-cont::after {
    height: 4px;
  }
}
.faq-section .faq-item .a-cont {
  display: flex;
  gap: 24px;
  padding: 16px 20px;
  border: 2px solid #14c5df;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-item .a-cont {
    gap: 16px;
    padding: 16px;
  }
}
.faq-section .faq-item .q-no,
.faq-section .faq-item .a-no {
  font-family: "Bebas Neue", sans-serif;
  font-size: 52px;
  line-height: 1;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-item .q-no,
  .faq-section .faq-item .a-no {
    font-size: 40px;
  }
}
.faq-section .faq-item .q-text,
.faq-section .faq-item .a-text {
  align-self: center;
}
.faq-section .faq-item .q-text {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .faq-section .faq-item .q-text {
    font-size: 18px;
  }
}
.faq-section .faq-item .a-no {
  color: #14c5df;
}
.faq-section .faq-item .a-text {
  font-size: 18px;
}

.news-section {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .news-section {
    padding: 60px 20px;
  }
}
.news-section .cont-xl {
  gap: 40px;
}
@media screen and (max-width: 768px) {
  .news-section .cont-xl {
    gap: 24px;
  }
}
.news-section .news-list {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 769px) {
  .news-section .news-list {
    width: 700px;
    align-self: center;
  }
}
.news-section .news-list .news-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .news-section .news-list .news-item {
    padding: 16px 0;
  }
}
.news-section .news-list .news-item:not(:last-child) {
  border-bottom: 1px solid #000000;
}
.news-section .news-list .news-item .news-date {
  font-size: 16px;
}
.news-section .news-list .news-item .news-subject {
  font-size: 18px;
}

.sunbirds-foot-section {
  padding: 16px 0 80px;
  gap: 30px;
  align-items: center;
}
.pd80 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sunbirds-foot-section {
    gap: 48px;
    padding: 0px 20px;
  }
  .pd80 {
    padding: 40px 0;
  }	
  .sunbirds-foot-section b{
    margin-bottom: -30px;
  }	
}
.sunbirds-foot-section .menu-items {
  display: flex;
  align-items: stretch;
}
.sunbirds-foot-section .ban{
  width: 700px; 
}
@media screen and (max-width: 768px) {
  .sunbirds-foot-section .menu-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .sunbirds-foot-section .ban{
    width: auto;
	padding: 0 30px;  
  }
}
.sunbirds-foot-section .menu-items .menu-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 190px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sunbirds-foot-section .menu-items .menu-item {
    width: auto;
  }
}
.sunbirds-foot-section .menu-items .menu-item:not(:last-child) {
  border-right: 1px solid var(--main-color);
}
.sunbirds-foot-section .menu-items .menu-item .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 88px;
}
.sunbirds-foot-section .menu-items .menu-item p {
  text-align: center;
}

.sunbirds-foot-section .menu-items2 {
  display: flex;
  align-items: stretch;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .sunbirds-foot-section .menu-items2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
	padding: 0px ;  
  }
}
.sunbirds-foot-section .menu-items2 .menu-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 190px;
  color: #b7261a;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sunbirds-foot-section .menu-items2 .menu-item {
    width: auto;
  }
}
.sunbirds-foot-section .menu-items2 .menu-item:not(:last-child) {
  border-right: 1px solid #b7261a;;
}
.sunbirds-foot-section .menu-items2 .menu-item .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 88px;
}
.sunbirds-foot-section .menu-items2 .menu-item p {
  text-align: center;
}
.sunbirds-foot-section .sns-icons {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sunbirds-foot-section .sns-icons {
    gap: 25px;
  }
}

.sungoliath-foot-section {
  padding: 16px 0;
  gap: 30px;
  align-items: center;
}
.pd80 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .sungoliath-foot-section {
    gap: 48px;
    padding: 0px 20px;
  }
  .pd80 {
    padding: 40px 0;
  }	
}
.sungoliath-foot-section .menu-items {
  display: flex;
  align-items: stretch;
}
.sungoliath-foot-section .ban{
  width: 700px; 
}
@media screen and (max-width: 768px) {
  .sungoliath-foot-section .menu-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .sungoliath-foot-section .ban{
    width: auto;
	padding: 0 30px;  
  }
  .sungoliath-foot-section b{
    margin-bottom: -30px;
  }
}
.sungoliath-foot-section .menu-items .menu-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 190px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sungoliath-foot-section .menu-items .menu-item {
    width: auto;
  }
}
.sungoliath-foot-section .menu-items .menu-item:not(:last-child) {
  border-right: 1px solid var(--main-color);
}
.sungoliath-foot-section .menu-items .menu-item .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 88px;
}
.sungoliath-foot-section .menu-items .menu-item p {
  text-align: center;
}

.sungoliath-foot-section .menu-items2 {
  display: flex;
  align-items: stretch;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .sungoliath-foot-section .menu-items2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
	padding: 0;
  }
}
.sungoliath-foot-section .menu-items2 .menu-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 190px;
  color: #ffbd00;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sungoliath-foot-section .menu-items2 .menu-item {
    width: auto;
  }
}
.sungoliath-foot-section .menu-items2 .menu-item:not(:last-child) {
  border-right: 1px solid #ffbd00;
}
.sungoliath-foot-section .menu-items2 .menu-item .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 88px;
}
.sungoliath-foot-section .menu-items2 .menu-item p {
  text-align: center;
}
.sungoliath-foot-section .sns-icons {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .sungoliath-foot-section .sns-icons {
    gap: 25px;
  }
}

.slo-foot-section {
  padding: 16px 0;
  gap: 30px;
  align-items: center;
}
.pd80 {
  padding: 80px 0;
}
@media screen and (max-width: 768px) {
  .slo-foot-section {
    gap: 48px;
    padding: 0px 20px;
  }
  .pd80 {
    padding: 40px 0;
  }	
}

.slo-foot-section .menu-items {
  display: flex;
  align-items: stretch;
}
.slo-foot-section b{
    margin-bottom: 0px;
	text-align: center;
  }


.slo-foot-section .ban{
  width: 700px; 
}
@media screen and (max-width: 768px) {
  .slo-foot-section .menu-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
  .slo-foot-section .ban{
    width: auto;
	padding: 0 30px;  
  }
  .slo-foot-section b{
    margin-bottom: -30px;
  }
}
.slo-foot-section .menu-items .menu-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 190px;
  color: var(--main-color);
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .slo-foot-section .menu-items .menu-item {
    width: auto;
  }
}
.slo-foot-section .menu-items .menu-item:not(:last-child) {
  border-right: 1px solid var(--main-color);
}
.slo-foot-section .menu-items .menu-item .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 88px;
}
.slo-foot-section .menu-items .menu-item p {
  text-align: center;
}

.slo-foot-section .menu-items2 {
  display: flex;
  align-items: stretch;
  padding: 45px 0;
}
@media screen and (max-width: 768px) {
  .slo-foot-section .menu-items2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}
.slo-foot-section .menu-items2 .menu-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  width: 190px;
  color: #14c5df;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .slo-foot-section .menu-items2 .menu-item {
    width: auto;
  }
}
.slo-foot-section .menu-items2 .menu-item:not(:last-child) {
  border-right: 1px solid #14c5df;
}
.slo-foot-section .menu-items2 .menu-item .img-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 88px;
}
.slo-foot-section .menu-items2 .menu-item p {
  text-align: center;
}
.slo-foot-section .sns-icons {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .slo-foot-section .sns-icons {
    gap: 25px;
  }
}

.sns-item-list {
  display: flex;
  gap: 14px;
}
.sns-item-list .sns-item {
  display: flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
}
.sns-item-list .sns-item a {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}

.cta-cont-with-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 232px;
  background-image: url("../../assets/imgs/common/bg_cta_01.jpg");
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 768px) {
  .cta-cont-with-bg {
    flex-direction: column;
    gap: 40px;
    height: auto;
    padding: 60px 20px;
  }
}
.cta-cont-with-bg .btn-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.cta-cont-with-bg .btn-cont .text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .cta-cont-with-bg .btn-cont .text {
    font-size: 24px;
  }
}


.cta-cont-with-bg2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  height: 100px;
}
@media screen and (max-width: 768px) {
  .cta-cont-with-bg2 {
    height: auto;
    padding: 30px 0px;
  }
}
.cta-cont-with-bg2 .btn-cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.cta-cont-with-bg2 .btn-cont .text {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .cta-cont-with-bg2 .btn-cont .text {
    font-size: 14px;
  }
}


.header {
  display: flex;
  position: sticky;
  top: 0;
  align-items: center;
  padding-left: 30px;
  width: 100%;
  height: 72px;
  background-color: #ffffff;
  z-index: 999;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .header {
    padding-left: 20px;
    justify-content: space-between;  
  }
}
.header .header-logo {
  width: 350px;
  font-size:bold;
  font-weight: bold;  
  font-size:30px;
  font-family: var(--ff-latin-02);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
}
.header .header-logo img {
  width:300px;
}
.header .header-links {
  display: flex;
}
.header .header-links .header-link {
  display: flex;
  gap: 4px;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding: 0 14px;
  margin:0 0 0 10px;
}
.header .header-links .header-link {
  border-left: 1px solid #000000;
}
.header .header-contents {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .header .header-contents {
    display: none;
  }
}
.header .header-menu-button {
  width: 72px;
  height: 72px;
  background-color: #000000;
  transition: opacity 0.3s, background-color 0.3s ease;
  background-image: url("../../assets/imgs/common/header/icon_menu_open.png");
  background-size: 35px 31px;
  background-position: 50% 50%;
}
.header .header-menu {
  position: fixed;
  top: 0;
  display: flex;
  flex-direction: column;
  right: 0;
  width: 570px;
  height: 100vh;
  background-color: #000000;
  color: #ffffff;
  transition: right 0.3s ease-in-out;
  z-index: 999;
}
@media screen and (max-width: 768px) {
  .header .header-menu {
    width: 100%;
  }
}
.header .header-menu .header-menu-close-button {
  align-self: flex-end;
  width: 72px;
  height: 72px;
  background-color: #000000;
  transition: opacity 0.3s, background-color 0.3s ease;
  background-image: url("../../assets/imgs/common/header/icon_menu_close.png");
  background-size: 36px 36px;
  background-position: 50% 50%;
}
.header .header-menu .header-menu-contents {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
}
.header .header-menu .header-menu-list {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.header .header-menu .header-menu-list .menu-item {
  display: flex;
  flex: 1;
}
.header .header-menu .header-menu-list .menu-item a {
  width: 100%;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .header .header-menu .header-menu-list .menu-item a {
    padding: 12px 0;
  }
}
.header .header-menu .header-menu-list--with-border .menu-item {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}
.header .header-menu .header-menu-list--with-border .menu-item:first-child {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
.header .header-menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 998;
}

.footer {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 80px 0;
  background-color: #000000;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 20px;
  }
}
.footer .footer-cols {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer .footer-cols {
    flex-direction: column;
    justify-content: flex-start;
    gap: 40px;
  }
}
.footer .footer-items-cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-weight: bold;  
  font-size:30px;
  font-family: var(--ff-latin-02);
  font-style: italic;
  line-height: 1;
  white-space: nowrap;	
}
.footer .footer-contents {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-contents .link-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.footer .footer-contents .link-list .link-item {
  display: flex;
  flex: 1;
}
.footer .footer-contents .link-list .link-item a {
  width: 100%;
  padding: 8px 0;
}
@media screen and (max-width: 768px) {
  .footer .footer-contents .link-list .link-item a {
    padding: 4px 0;
  }
}
.footer .copyright {
  font-size: 14px;
}