/*!
global > color
------------------------------
*/
:root {
  --black: #000;
  --white: #fff;
  --colorblue01:#003986;
  --colorblue02: #0A2455;
}

/*!
global > content-width
------------------------------
*/
/*!
global > font
------------------------------
*/
.l-guide-block__txt a[href^="mailto:"], .l-guide-block__txt01 a[href^="mailto:"] {
  font-family: "Noto Serif JP", serif;
}

.c-charnote {
  font-size: 0.6875rem;
}

.l-footer__box03-link, .l-footer__copy, .c-form__required, .c-breadcrumb__link, .c-breadcrumb__curent {
  font-size: 0.8125rem;
}

.c-input-text::-moz-placeholder, .c-input-date::-moz-placeholder, .c-textarea::-moz-placeholder {
  font-size: 0.875rem;
}

.l-guide-block__txt a[href^="mailto:"], .l-guide-block__txt01 a[href^="mailto:"], .l-guide-block__tags, .l-guide-block__detail a, .c-input-text::placeholder, .c-input-date::placeholder, .c-textarea::placeholder, body {
  font-size: 0.875rem;
}

.l-guide-block__list, .l-guide-block__tags span, .l-guide-block__detail, .l-guide-block__list01-txt01, .l-guide-block__list01-txt02, .c-modal__block-label span, .c-modal__block-txt, .c-modal__block-listdot li, .c-label01__txt, .c-file__btn, .c-desc01 {
  font-size: 0.875rem;
}

.l-footer__logo-txt01, .c-submit, .c-form__ttl {
  font-size: 1rem;
}

.l-guide-block__title, .c-modal__title, .l-footer__btn01-txt, .l-footer__box02-txt, .l-footer__btn-link, .c-btn01__txt, .c-ttl03 {
  font-size: 1.125rem;
}

.l-footer__btn-link--fz32, .c-ttl02 {
  font-size: 1.375rem;
}

.c-ttl01__jp {
  font-size: 1.875rem;
}

.c-ttl01__en {
  font-size: 3.5rem;
}

.u-fontebgaramond {
  font-family: "EB Garamond", serif !important;
}

.u-lettn003 {
  letter-spacing: -0.03em;
}

.u-d-none {
  display: none !important;
}

.u-d-inline {
  display: inline !important;
}

.u-d-inline_block {
  display: inline-block !important;
}

.u-d-block {
  display: block !important;
}

.u-d-flex {
  display: flex !important;
}
/*!
page > common > common
------------------------------
*/
/*!
foundation > reset
------------------------------
*/
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  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: inherit; /* 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 {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  display: table; /* 1 */
  color: inherit; /* 2 */
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

/*!
foundation > base
------------------------------
*/
html {
  scroll-padding-top: 60px;
}

body {
  line-height: 2;
  font-weight: 400;
  background-color: #0062bf;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}

body.is-overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.l-wrapper {
  position: relative;
  display: block;
  overflow: clip;
  width: 100%;
}

img {
  width: 100%;
}

a {
  cursor: pointer;
  transition: 0.5s;
}
a:hover {
  opacity: 1;
}

.pc {
  display: none !important;
}

.sp {
  display: block !important;
}

main {
  padding-bottom: 60px;
}

/*!
component > Texts
------------------------------
*/
.c-desc01 {
  font-weight: 400;
  line-height: 1.7777777778;
}

/*!
component > title
------------------------------
*/
.c-ttl01__en {
  font-family: "EB Garamond", serif;
  font-weight: 400;
  line-height: 1.30625;
  color: rgba(0, 0, 0, 0.2);
}
.c-ttl01__jp {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
}

.c-ttl02 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.3125;
}

.c-ttl03 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.75;
}

.c-heading01 {
  position: relative;
  z-index: 1;
}
.c-heading01 .c-ttl01__en {
  position: absolute;
  top: calc(50% - clamp(0rem, 0.6009615385vw + -0.2884615385rem, 0.3125rem));
  left: 50%;
  translate: -50% -50%;
  display: block;
  width: 100vw;
  text-align: center;
  z-index: -1;
}
.c-heading01 .c-ttl01__jp {
  text-align: center;
  display: block;
}

/*!
component > btn
------------------------------
*/
.c-btn01 {
  display: inline-flex;
  padding-bottom: 10px;
  padding-right: 20px;
  position: relative;
}
.c-btn01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}
.c-btn01::after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 0;
  translate: 0 -50%;
  display: block;
  width: 11px;
  aspect-ratio: 14/16;
  background-color: #fff;
  -webkit-mask-image: url(../../assets/images/common/icon_arrow01.svg);
  mask-image: url(../../assets/images/common/icon_arrow01.svg);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
.c-btn01__txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.4583333333;
  letter-spacing: 0;
}

/*!
component > Links
------------------------------
*/
/*!
component > Box
------------------------------
*/
.c-othersbox {
  max-width: 1360px;
  width: calc(100% - 40px);
  margin-inline: auto;
  background-color: #044aaf;
  margin-top: 40px;
}
.c-othersbox__inner {
  padding: 42px 0 50px;
}
.c-othersbox__ttl {
  text-align: center;
}
.c-othersbox__list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  width: 100%;
  margin-top: 34px;
  gap: 40px 0;
}

.c-card01__link {
  display: block;
}
.c-card01__btn {
  text-align: right;
  margin-right: auto;
  margin-top: 15px;
}

.c-breadcrumb {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  z-index: 2;
}
.c-breadcrumb__link {
  font-weight: 400;
  line-height: 1;
  color: rgba(255, 255, 255, 0.5);
  display: inline-block;
  margin-right: 40px;
  position: relative;
}
.c-breadcrumb__link::after {
  content: "";
  width: 1px;
  height: 14px;
  position: absolute;
  top: 50%;
  right: -20px;
  translate: 0 -50%;
  background-color: rgba(255, 255, 255, 0.2);
}
.c-breadcrumb__curent {
  font-weight: 400;
  line-height: 1;
  color: #fff;
  display: inline-block;
}

/*!
component > FORM
------------------------------
*/
.c-input-text {
  display: block;
  background-color: #ffffff;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #044aaf;
  padding: 1.436em 1.25em;
  width: 100%;
}
.c-input-text::-moz-placeholder {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(4, 74, 175, 0.3);
}
.c-input-text::placeholder {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(4, 74, 175, 0.3);
}
.c-input-text:focus {
  outline: #044aaf;
}

.c-input-date {
  display: block;
  background-color: #ffffff;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: #044aaf;
  padding: 1.436em 1.25em;
  width: 100%;
}
.c-input-date::-moz-placeholder {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(4, 74, 175, 0.3);
}
.c-input-date::placeholder {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  color: rgba(4, 74, 175, 0.3);
}
.c-input-date:focus {
  outline: #044aaf;
}

.c-textarea {
  display: block;
  background-color: #ffffff;
  font-size: 1rem;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0;
  line-height: 1.5;
  color: #044aaf;
  padding: 1.436em 1.25em;
  width: 100%;
  height: 160px;
  resize: vertical;
}
.c-textarea::-moz-placeholder {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: rgba(4, 74, 175, 0.3);
}
.c-textarea::placeholder {
  font-weight: 400;
  letter-spacing: 0;
  line-height: 2;
  color: rgba(4, 74, 175, 0.3);
}
.c-textarea:focus {
  outline: #044aaf;
}

.c-checkbox .wpcf7-form-control {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-checkbox .wpcf7-list-item {
  margin: 0;
  display: inline-block;
}
.c-checkbox .wpcf7-not-valid-tip {
  display: block;
  width: 100%;
}
.c-checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 32px;
  font-family: "Noto Serif JP", serif;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
  cursor: pointer;
  display: flex;
  flex-wrap: wrap;
}
.c-checkbox .wpcf7-list-item-label::before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.3em;
  z-index: 0;
}
.c-checkbox .wpcf7-list-item-label::after {
  content: "";
  width: 0.4em;
  height: 0.7em;
  border-bottom: 0.15em solid #0058d6;
  border-right: 0.15em solid #0058d6;
  position: absolute;
  transform: rotate(45deg);
  left: 0.4em;
  top: 0.39em;
  opacity: 0;
  transition: 0.5s;
}
.c-checkbox input {
  display: none;
  opacity: 0;
}
.c-checkbox input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}

.c-file input[type=file] {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
}
.c-file__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.95em;
  border: 1px solid #ffffff;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 1.6;
  width: 100%;
  min-height: 50px;
  padding: 1em 1.05em 1em 1em;
  cursor: pointer;
  max-width: 260px;
}
.c-file__btn::before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: currentColor;
  -webkit-mask-image: url("../images/common/icon_download.svg");
  mask-image: url("../images/common/icon_download.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  flex-shrink: 0;
}
.c-submit {
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.6;
  color: #ffffff;
  background-color: #044aaf;
  width: 100%;
  max-width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70px;
  padding: 1em 1em 0.85em;
  font-family: "Noto Serif JP", serif;
}

.c-form {
  padding: 40px 0 0;
}
.c-form__required {
  flex-shrink: 0;
  padding: 0.3em 0.8em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1;
  color: #fff;
  background-color: #0b387a;
  display: inline-block;
  position: relative;
  top: 0.6em;
  border-radius: 12px;
}
.c-form__item {
  margin-bottom: 30px;
}
.c-form__item:last-child {
  margin-bottom: 0;
}
.c-form__child {
  margin-bottom: 5px;
}
.c-form__child:last-child {
  margin-bottom: 0;
}
.c-form__txt18 {
  margin-bottom: 5px;
}
.c-form__txt18:last-child {
  margin-bottom: 0;
}
.c-form__ttl {
  width: 100%;
  flex-shrink: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-weight: 400;
  font-family: "Noto Serif JP", serif;
}
.c-form__content {
  width: 100%;
}
.c-form__acceptance {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  justify-content: center;
  margin: 0 auto;
}
.c-form__acceptance .wpcf7-form-control-wrap {
  position: relative;
  top: 3px;
}
.c-form__btn {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 40px;
  position: relative;
}
.c-form__btn .wpcf7-spinner {
  position: absolute;
  left: 50%;
  bottom: -135px;
  transform: translateX(-50%);
  margin: 0;
}

.grecaptcha-badge {
  z-index: 10;
}

/*!
component > TBL
------------------------------
*/
/*!
component > MV
------------------------------
*/
.c-mv01 {
  padding: 100px 0;
  position: relative;
}
.c-mv01__decord01 {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}
.c-mv01__decord01 img {
  width: 100%;
  min-height: 230px;
  -o-object-fit: cover;
  object-fit: cover;
}

/*!
component > Gnavi
------------------------------
*/
.c-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 200;
  width: 100%;
  background-color: #030713;
  padding: 80px 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.c-nav__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: solid 1px #fff;
}
.c-nav__item {
  position: relative;
  line-height: 1.5;
  width: 100%;
}
.c-nav__item.is-active .c-nav__arrow::after {
  transform: rotate(45deg) scale(-1);
  top: 2px;
}
.c-nav__link {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 14px 20px;
  border-top: solid 1px #fff;
  gap: 0 10px;
}
.c-nav__txt {
  display: inline-block;
  line-height: 1.5;
}
.c-nav__btns {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 0 20px;
}
.c-nav__btn {
  width: 50%;
}
.c-nav__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  background-color: #003986;
  padding: 18px 10px;
  line-height: 1.2;
}
.c-nav__btn-link--color02 {
  background-color: #0a2455;
}
.c-nav__btn-txt {
  display: inline-block;
  line-height: 1.5;
}
.c-nav__subs {
  display: none;
  width: 100%;
}
.c-nav__sub:first-child {
  margin-top: 0;
}
.c-nav__sub-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding: 15px 26px 14px 20px;
  border-top: solid 1px #fff;
}
.c-nav__sub__txt {
  display: inline-block;
  line-height: 1.5;
}
.c-nav__sub-arrow {
  display: inline-block;
  width: 9px;
}
.c-nav__sub-arrow img {
  display: block;
  width: 100%;
}
.c-nav__arrow {
  display: inline-flex;
  align-items: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background-color: #fff;
  flex-shrink: 0;
}
.c-nav__arrow::after {
  content: "";
  position: relative;
  left: 6px;
  top: -2px;
  width: 9px;
  height: 9px;
  border-right: solid 1px #030713;
  border-bottom: solid 1px #030713;
  transform: rotate(45deg);
  display: inline-block;
  flex-shrink: 0;
  transition: all 0.5s;
}

.c-hamburger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 201;
}
.c-hamburger.is-active .c-hamburger__line {
  background-color: transparent;
}
.c-hamburger.is-active .c-hamburger__line::before, .c-hamburger.is-active .c-hamburger__line::after {
  margin-top: 0;
  transition: all 0.5s;
}
.c-hamburger.is-active .c-hamburger__line::before {
  transform: rotate(45deg);
}
.c-hamburger.is-active .c-hamburger__line::after {
  transform: rotate(-45deg);
}
.c-hamburger__line {
  display: block;
  margin: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
  position: relative;
}
.c-hamburger__line::before, .c-hamburger__line::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: all 0.5s;
  border-radius: 10px;
}
.c-hamburger__line::before {
  margin-top: -8px;
}
.c-hamburger__line::after {
  margin-top: 8px;
}

/*!
component > header
------------------------------
*/
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  z-index: 100;
  width: 100%;
  padding: 10px 0;
}
.l-header.is-fixed {
  background-color: rgba(0, 57, 134, 0.5);
  transition: all 0.5s;
}
.l-header__wrapper {
  height: 100%;
}
.l-header__container {
  display: flex;
  justify-content: space-between;
  height: 100%;
  padding: 0 20px;
}
.l-header__logo {
  width: 170px;
  position: relative;
}
.l-header__logo-link {
  position: relative;
  display: block;
  width: 100%;
}
.l-header__logo-link img {
  display: block;
  width: 100%;
}

/*!
component > footer
------------------------------
*/
.l-footer {
  position: relative;
  background-color: #030713;
  padding: 60px 0;
}
.l-footer__logo-txt01, .l-footer__logo-txt02 {
  display: block;
}
.l-footer__logo-txt01 {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.2;
}
.l-footer__logo-txt02 {
  font-family: "EB Garamond", serif;
  line-height: 1;
  font-size: 2rem;
}
.l-footer__logo-link {
  display: inline-block;
}
.l-footer__btn01 {
  position: relative;
}
.l-footer__btn01-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding-bottom: 10px;
  gap: 0 10px;
}
.l-footer__btn01-txt {
  display: inline-block;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4583333333;
  color: #fff;
}
.l-footer__btn01-icon {
  width: 8px;
  display: inline-block;
}
.l-footer__btn01-icon img {
  display: block;
  width: 100%;
}
.l-footer__box01 {
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
.l-footer__box02 {
  margin-top: 40px;
}
.l-footer__box02-item {
  display: flex;
  flex-direction: column;
  gap: 10px 20px;
  border-top: solid 1px #566376;
  padding: 10px 0;
}
.l-footer__box02-item:last-child {
  border-bottom: solid 1px #566376;
}
.l-footer__box02-txt {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.l-footer__box03 {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
  margin-top: 20px;
}
.l-footer__box03-list {
  display: flex;
  justify-content: center;
  gap: 5px 20px;
}
.l-footer__box03-item {
  line-height: 1.2;
}
.l-footer__box03-link {
  display: inline-flex;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
  gap: 5px;
}
.l-footer__box03-icon {
  top: 2px;
}
.l-footer__copy {
  position: relative;
  line-height: 1.2;
  font-family: "EB Garamond", serif;
  color: #fff;
  text-align: center;
}
.l-footer__btns {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.l-footer__btn {
  width: 48%;
}
.l-footer__btn-link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #203657;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
  padding: 10px;
  min-height: 100px;
}
.l-footer__btn-link--color01 {
  background-color: #203657;
}
.l-footer__btn-link--color02 {
  background-color: #fff;
}
.l-footer__btn-link--color03 {
  background-color: #3b5278;
}
.c-totop {
  position: fixed;
  background-color: var(--colorblue01);
  cursor: pointer;
  width: 40px;
  height: 40px;
  right: 10px;
  bottom: 110px;
  z-index: 10;
  display: none;
  transition: all 0.5s;
  border: solid 2px var(--colorblue01);
}
.c-totop::after {
  position: absolute;
  content: "";
  top: 57%;
  padding: 4px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  transition: all 0.5s;
}
.c-totop.show {
  display: block;
}

/*!
component > Other
------------------------------
*/
.wpcf7-form.resetting, .wpcf7-form.submitting {
  pointer-events: none;
}

.p-thanks__inner {
  padding: 60px 0 80px;
  margin: 0 auto;
  max-width: 450px;
  position: relative;
  z-index: 2;
}
.p-thanks__ttl {
  margin-bottom: 25px;
}
.p-thanks__btn {
  padding: 40px 0 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.c-label01__txt {
  display: inline-block;
  background-color: #0b387a;
  line-height: 1.2;
  padding: 5px 8px;
}

.c-icon__blank {
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
}
.c-icon__blank img {
  width: 100%;
  display: block;
}

:where(.inview) {
  visibility: hidden;
}

:where(.inview.inview-opacity) {
  opacity: 0;
}

.fadeIn,
.fadeUp,
.fadeRight,
.fadeRight,
.bounceIn {
  animation-duration: 1s;
  animation-timing-function: ease;
}

.fadeUp {
  animation-name: ani_fadeup;
  animation-fill-mode: forwards;
}

.fadeRight {
  animation-name: ani_toright;
  animation-fill-mode: forwards;
}

.fadeLeft {
  animation-name: ani_toleft;
  animation-fill-mode: forwards;
}

.fadeIn {
  animation-name: ani_fadein;
  animation-fill-mode: forwards;
}

.bounceIn {
  animation-name: bounce_in;
  animation-fill-mode: forwards;
}

@keyframes ani_fadeup {
  0% {
    transform: translateY(30px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_toright {
  0% {
    transform: translateX(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}
@keyframes ani_toleft {
  0% {
    transform: translateX(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes ani_fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes bounce_in {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.2, 1.2, 1.2);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
.c-cookie__wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--colorblue01);
  color: #fff;
  z-index: 30;
  padding: 10px 0;
  display: none;
}
.c-cookie__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.c-cookie__txt {
  width: 100%;
  font-size: 0.875rem;
}
.c-cookie__txt a {
  text-decoration: underline;
  text-underline-offset: 2px;
  display: inline-block;
}
.c-cookie__close {
  width: 90%;
  margin: 10px auto 0;
}
.c-cookie__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 10px 6px;
  text-decoration: none;
  border: solid 2px var(--colorblue02);
  background: var(--colorblue02);
  color: var(--colorblue01);
  font-weight: 700;
  width: 100%;
  color: #fff;
}

.c-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.c-anchor__btn {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  padding: 10px 15px;
  background-color: #fff;
  color: #044aaf;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4375;
}
.c-anchor__btn::after {
  content: "";
  display: inline-block;
  width: 12px;
  aspect-ratio: 12/8;
  background: url(../images/common/icon_arrow_down.svg) no-repeat center/contain;
}

.ani-text01 {
  position: relative;
  display: block;
  background-image: linear-gradient(90deg, #ffffff 0%, #ffffff 33%, #00fff5 45%, #003986 55%, #ffffff 70%, #ffffff 100%);
  background-size: 360% 100%;
  background-position: 100% 0%;
  background-clip: text;
  -webkit-background-clip: text;
  color: rgba(0, 0, 0, 0);
  -webkit-text-fill-color: rgba(0, 0, 0, 0);
  transition: background-position 1.8s cubic-bezier(0.06, 0.71, 0.52, 0.52);
  transition-delay: 200ms;
}
.ani-text01--bg01 {
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 33%, #00fff5 45%, #003986 55%, rgba(0, 0, 0, 0.2) 70%, rgba(0, 0, 0, 0.2) 100%);
}

.is-animated01 .ani-text01 {
  background-position: 0% 0%;
}

@keyframes ani-textlink01 {
  0% {
    transform: scaleX(1);
    transform-origin: right;
    transition-timing-function: ease-in;
  }
  49% {
    transform: scaleX(0);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0);
    transform-origin: left;
    transition-timing-function: ease-out;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}
.ani-textlink01 {
  position: relative;
}
.ani-textlink01::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background: #fff;
}

.c-modal {
  position: fixed;
  z-index: 11111;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: all 0.2s;
}
.c-modal.is-active {
  pointer-events: all;
  opacity: 1;
  visibility: visible;
}
.c-modal.is-active .c-modal__body {
  transform: scale(1);
}
.c-modal__wrapper {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 20px;
  height: 80vh;
  height: 80lvh;
}
.c-modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
}
.c-modal__close {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: #0859af;
  z-index: 12;
  top: 9px;
  right: 30px;
  border-radius: 50%;
}
.c-modal__close img {
  display: block;
  width: 16px;
}
.c-modal__inner {
  position: relative;
  width: 100%;
  margin: auto;
}
.c-modal__body {
  position: relative;
  display: none;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 40px 23px;
  background-color: #0a6dd6;
  overflow-y: auto;
  overflow-x: hidden;
  transform: scale(0.5);
  transition: all 0.2s;
  margin: auto;
  height: 100%;
  scrollbar-width: thin;
}
.c-modal__body.is-active {
  display: flex;
}
.c-modal__body__inner {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.c-modal__title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  line-height: 1.5;
}
.c-modal__blocks {
  margin-top: 20px;
}
.c-modal__block {
  margin-top: 30px;
}
.c-modal__block:first-child {
  margin-top: 0;
}
.c-modal__block-label span {
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 8px;
  line-height: 1.2;
  color: #fff;
  background-color: #0b387a;
}
.c-modal__block-content {
  margin-top: 10px;
}
.c-modal__block-txt {
  line-height: 1.5;
}
.c-modal__block-txt + .c-modal__block-listdot {
  margin-top: 5px;
}
.c-modal__block-listdot li {
  position: relative;
  padding-left: 14px;
  line-height: 1.5;
  margin-top: 5px;
}
.c-modal__block-listdot li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: #9cc9ff;
}

/*!
layout > container
------------------------------
*/
.l-container {
  width: 100%;
  padding: 0 20px;
}
.l-guide-block {
  --padding-inline: 20px;
  border: 0;
  border-bottom: 1px solid #fff;
  padding-block: 30px;
  padding-inline: var(--padding-inline);
}
.l-guide-block:nth-child(1) {
  border-top: 1px solid #fff;
}
.l-guide-block__title {
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  margin-bottom: 16px;
}
.l-guide-block__title::before {
  content: "";
  width: 12px;
  height: 2px;
  background-color: #00a0e9;
  position: absolute;
  top: 0.85em;
  left: calc(var(--padding-inline) * -1);
}
.l-guide-block__content iframe {
  width: 100%;
  height: 300px;
  display: block;
}
.l-guide-block__list {
  font-weight: 400;
  line-height: 1.6;
  padding-top: 4px;
}
.l-guide-block__list > li {
  position: relative;
  padding-left: 17px;
}
.l-guide-block__list > li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: currentColor;
  border-radius: 99px;
  position: absolute;
  top: 0.6em;
  left: 3px;
}
.l-guide-block__txt, .l-guide-block__txt01 {
  font-weight: 400;
  line-height: 1.7777777778;
  margin-top: 10px;
}
.l-guide-block__txt:nth-child(1), .l-guide-block__txt01:nth-child(1) {
  margin-top: 0;
}
.l-guide-block__txt a[href^="mailto:"], .l-guide-block__txt01 a[href^="mailto:"] {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.l-guide-block__txt01 a {
  opacity: 0.5;
}
.l-guide-block__infos {
  margin-top: 20px;
}
.l-guide-block__info {
  padding-block: 3px 10px;
}
.l-guide-block__tags {
  font-weight: 400;
  line-height: 1.2222222222;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  align-items: center;
}
.l-guide-block__tags span {
  background-color: #0b387a;
  padding: 4px 8px 5px;
}
.l-guide-block__detail {
  font-weight: 400;
  line-height: 1.7777777778;
  margin-top: 5px;
}
.l-guide-block__detail:nth-child(1) {
  margin-top: 0;
}
.l-guide-block__detail a {
  opacity: 0.5;
}
.l-guide-block__more {
  display: flex;
  justify-content: flex-end;
  padding-top: 16px;
}
.l-guide-block__list01 {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.l-guide-block__list01-txt01, .l-guide-block__list01-txt02 {
  font-weight: 400;
}
.l-guide-block__list01-txt01 {
  flex-shrink: 0;
}
.l-guide-sec {
  margin-top: 30px;
}
.l-guide-sec:first-child {
  margin-top: 0;
}
.l-guide-sec .l-guide-flow {
  margin-top: 0;
}

.l-guide-block__txtaccess {
  position: relative;
}
.l-guide-block__txtaccess span {
  position: relative;
  background-color: transparent;
  padding-left: 30px;
}
.l-guide-block__txtaccess span::before {
  position: absolute;
  content: "";
  background: url(../images/common/img_location_01.svg) no-repeat center/contain;
  left: 0;
  top: 0;
  width: 21px;
  height: 25px;
}
@media screen and (min-width: 375px) {
  .u-d-xs-none {
    display: none !important;
  }
  .u-d-xs-inline {
    display: inline !important;
  }
  .u-d-xs-inline_block {
    display: inline-block !important;
  }
  .u-d-xs-block {
    display: block !important;
  }
  .u-d-xs-flex {
    display: flex !important;
  }
}
@media screen and (min-width: 768px) {
  .c-charnote {
    font-size: 0.75rem;
  }
  .l-footer__box03-link, .l-footer__copy, .c-form__required, .c-breadcrumb__link, .c-breadcrumb__curent {
    font-size: 0.875rem;
  }
  .c-input-text::-moz-placeholder, .c-input-date::-moz-placeholder, .c-textarea::-moz-placeholder {
    font-size: 1rem;
  }
  .l-guide-block__txt a[href^="mailto:"], .l-guide-block__txt01 a[href^="mailto:"], .l-guide-block__tags, .l-guide-block__detail a, .c-input-text::placeholder, .c-input-date::placeholder, .c-textarea::placeholder, body {
    font-size: 1rem;
  }
  .l-guide-block__list, .l-guide-block__tags span, .l-guide-block__detail, .l-guide-block__list01-txt01, .l-guide-block__list01-txt02, .c-modal__block-label span, .c-modal__block-txt, .c-modal__block-listdot li, .c-label01__txt, .c-file__btn, .c-desc01 {
    font-size: 1.125rem;
  }
  .l-footer__logo-txt01, .c-submit, .c-form__ttl {
    font-size: 1.25rem;
  }
  .l-guide-block__title, .c-modal__title, .l-footer__btn01-txt, .l-footer__box02-txt, .l-footer__btn-link, .c-btn01__txt, .c-ttl03 {
    font-size: 1.5rem;
  }
  .l-footer__btn-link--fz32, .c-ttl02 {
    font-size: clamp(1.625rem, 0.7211538462vw + 1.2788461538rem, 2rem);
  }
  .c-ttl01__jp {
    font-size: clamp(2.5rem, 1.2019230769vw + 1.9230769231rem, 3.125rem);
  }
  .c-ttl01__en {
    font-size: clamp(5.3125rem, 9.0144230769vw + 0.9855769231rem, 10rem);
  }
  .u-d-md-none {
    display: none !important;
  }
  .u-d-md-inline {
    display: inline !important;
  }
  .u-d-md-inline_block {
    display: inline-block !important;
  }
  .u-d-md-block {
    display: block !important;
  }
  .u-d-md-flex {
    display: flex !important;
  }
  html {
    scroll-padding-top: 100px;
  }
  a:hover {
    text-decoration: none;
    opacity: 0.8;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
  .c-btn01 {
    padding-bottom: 20px;
    transition: all 0.5s;
    padding-right: 33px;
  }
  .c-btn01:hover::before {
    animation-name: ani-textlink01;
    animation-duration: 1s;
  }
  .c-btn01::after {
    top: calc(50% - 9px);
    width: 14px;
  }
  .c-othersbox {
    width: calc(100% - 80px);
    margin-top: 84px;
  }
  .c-othersbox__list {
    gap: 30px 0;
    grid-template-columns: repeat(2, 1fr);
  }
  .c-card01:has(a):hover .c-btn01::before {
    animation-name: ani-textlink01;
    animation-duration: 1s;
  }
  .c-card01__btn {
    margin-top: 30px;
  }
  .c-textarea {
    height: 210px;
  }
  .c-checkbox .wpcf7-form-control {
    gap: 20px 40px;
  }
  .c-checkbox .wpcf7-list-item-label {
    padding-left: 50px;
    font-size: clamp(1.125rem, 0.390625vw + 0.9375rem, 1.25rem);
  }
  .c-checkbox .wpcf7-list-item-label::before {
    top: 0;
    width: 1.5em;
    height: 1.5em;
  }
  .c-checkbox .wpcf7-list-item-label::after {
    border-bottom: 0.2em solid #0058d6;
    border-right: 0.2em solid #0058d6;
    width: 0.5em;
    height: 0.9em;
    left: 0.58em;
    top: 0.15em;
  }
  .c-file__btn {
    max-width: 300px;
    min-height: 70px;
    transition: all 0.5s;
  }
  .c-file__btn:hover {
    opacity: 0.8;
  }
  .c-submit {
    max-width: 290px;
    min-height: 100px;
    transition: all 0.5s;
  }
  .c-submit:hover {
    opacity: 0.8;
  }
  .c-form {
    padding: 58px 0 0;
  }
  .c-form__item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  .c-form__child {
    margin-bottom: 8px;
  }
  .c-form__txt18 {
    margin-bottom: 8px;
  }
  .c-form__ttl {
    margin-bottom: 0;
    width: 310px;
    padding-top: 15px;
  }
  .c-form__acceptance {
    gap: 29px;
    margin-top: -4px;
  }
  .c-form__btn {
    gap: 20px;
    padding-top: 82px;
  }
  .c-mv01 {
    padding: clamp(10rem, 8.2932692308vw + 6.0192307692rem, 14.3125rem) 0 124px;
  }
  .c-mv01__decord01 {
    top: -43px;
  }
  .c-nav {
    position: static;
    display: flex;
    border: 0;
    width: auto;
    height: auto;
    padding: 0;
    top: 0;
    left: 0;
    gap: 0 clamp(0.3125rem, 4.3269230769vw + -1.7644230769rem, 2.5625rem);
    background: none;
    overflow-y: inherit;
    overflow-x: inherit;
  }
  .c-nav__list {
    border-bottom: 0;
    gap: 0 clamp(0.3125rem, 3.125vw + -1.1875rem, 1.9375rem);
    flex-direction: row;
    align-items: center;
  }
  .c-nav__item {
    width: auto;
    padding-top: 38px;
    padding-bottom: 38px;
  }
  .c-nav__item.is-hover .c-nav__link {
    cursor: pointer;
    transition: all 0.5s;
    opacity: 0.8;
  }
  .c-nav__link {
    border-top: 0;
    display: inline-flex;
    justify-content: inherit;
    padding: 0;
    gap: 0 5px;
    font-size: clamp(0.625rem, 0.7211538462vw + 0.2788461538rem, 1rem);
  }
  .c-nav__txt {
    text-align: center;
    line-height: 1.5;
  }
  .c-nav__btns {
    margin-top: 0;
    padding: 0;
  }
  .c-nav__btn {
    width: clamp(4.6875rem, 7.8125vw + 0.9375rem, 8.75rem);
  }
  .c-nav__btn-link {
    font-size: clamp(0.625rem, 0.7211538462vw + 0.2788461538rem, 1rem);
    padding: 18px clamp(0.1875rem, 0.8413461538vw + -0.2163461538rem, 0.625rem);
  }
  .c-nav__btn-txt {
    line-height: 1.5;
  }
  .c-nav__subs {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(100% - 20px);
    background-image: linear-gradient(to bottom, #0a6dd6 100%, #0859af 0%);
    padding: clamp(0.625rem, 0.9615384615vw + 0.1634615385rem, 1.125rem) clamp(0.9375rem, 0.6009615385vw + 0.6490384615rem, 1.25rem) clamp(0.625rem, 1.0817307692vw + 0.1057692308rem, 1.1875rem) clamp(0.9375rem, 1.2019230769vw + 0.3605769231rem, 1.5625rem);
    width: 240px;
  }
  .c-nav__sub {
    margin-top: 7px;
  }
  .c-nav__sub-link {
    padding: 0;
    border-top: 0;
    font-size: clamp(0.625rem, 0.4807692308vw + 0.3942307692rem, 0.875rem);
  }
  .c-nav__sub__txt {
    line-height: 1.5;
  }
  .c-nav__arrow {
    position: relative;
    width: clamp(0.3125rem, 0.3605769231vw + 0.1394230769rem, 0.5rem);
    height: clamp(0.3125rem, 0.3605769231vw + 0.1394230769rem, 0.5rem);
    border-radius: unset;
    background: none;
    transform: rotate(45deg);
    border-right: solid 2px #fff;
    border-bottom: solid 2px #fff;
    right: 1px;
    left: auto;
    top: clamp(0.3125rem, 0.2403846154vw + 0.1971153846rem, 0.4375rem);
  }
  .c-nav__arrow::after {
    content: none;
  }
  .c-hamburger {
    display: none;
  }
  .l-header {
    padding: 0;
    height: 100px;
  }
  .l-header.is-fixed .l-header__logo {
    top: 0;
  }
  .l-header__container {
    gap: 0 clamp(0.3125rem, 0.6009615385vw + 0.0240384615rem, 0.625rem);
    padding: 0 clamp(0.5rem, 2.7777777778vw + -0.8333333333rem, 1.25rem);
    max-width: 100%;
  }
  .l-header__logo {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    width: clamp(6.25rem, 19.2307692308vw + -2.9807692308rem, 16.25rem);
    left: clamp(0rem, 8.75vw + -6.5625rem, 2.1875rem);
    top: clamp(0.1875rem, 1.6826923077vw + -0.6201923077rem, 1.0625rem);
    transition: all 0.5s;
  }
  .l-footer {
    padding: 101px 0 179px;
  }
  .l-footer__logo-txt01 {
    line-height: 1.8;
  }
  .l-footer__logo-txt02 {
    font-size: clamp(3.75rem, 4.3269230769vw + 1.6730769231rem, 6rem);
    margin-top: 11px;
  }
  .l-footer__logo-link {
    transition: all 0.5s;
  }
  .l-footer__logo-link:hover {
    opacity: 0.8;
  }
  .l-footer__btn01 {
    top: 24px;
  }
  .l-footer__btn01-link {
    gap: 0 20px;
    padding-bottom: 20px;
  }
  .l-footer__btn01-icon {
    width: 13px;
  }
  .l-footer__box01 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
  .l-footer__box02 {
    margin-top: 61px;
  }
  .l-footer__box02-item {
    gap: 20px;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
  .l-footer__box03 {
    gap: 0;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 104px;
    align-items: baseline;
  }
  .l-footer__box03-list {
    justify-content: flex-start;
    gap: 5px 40px;
  }
  .l-footer__box03-link {
    line-height: 1.5;
  }
  .l-footer__copy {
    top: 4px;
    text-align: right;
  }
  .l-footer__btns {
    flex-wrap: nowrap;
    gap: 10px;
  }
  .l-footer__btn {
    width: clamp(12.5rem, 10.8173076923vw + 7.3076923077rem, 18.125rem);
  }
  .c-totop {
    bottom: 135px;
    width: 45px;
    height: 45px;
    transition: all 0.5s;
  }
  .c-totop:hover {
    opacity: 0.8;
  }
  .c-totop::after {
    padding: 5px;
    top: 59%;
  }
  .p-thanks__inner {
    max-width: 100%;
    text-align: center;
    padding: 120px 0 120px 0;
    margin-bottom: -22px;
  }
  .p-thanks__ttl {
    margin-bottom: 40px;
  }
  .p-thanks__btn {
    padding: 50px 0 50px 0;
  }
  .c-cookie__container {
    flex-wrap: nowrap;
  }
  .c-cookie__txt {
    padding-right: 15px;
  }
  .c-cookie__txt a {
    transition: all 0.5s;
  }
  .c-cookie__txt a:hover {
    -webkit-text-decoration: transparent;
    text-decoration: transparent;
  }
  .c-cookie__close {
    margin-top: 0;
    flex-shrink: 0;
    width: 300px;
  }
  .c-cookie__btn {
    transition: all 0.5s;
    padding: 10px 10px 11px;
  }
  .c-cookie__btn:hover {
    opacity: 0.8;
  }
  .c-anchor__btn {
    padding: 13px 20px 14px;
  }
  .ani-textlink01:hover::before {
    animation-name: ani-textlink01;
    animation-duration: 1s;
  }
  .c-modal__wrapper {
    max-width: 1000px;
    height: 95.6vh;
    height: 95.6lvh;
    margin: auto;
  }
  .c-modal__close {
    content: "";
    top: 21px;
    right: 40px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    transition: all 0.5s;
  }
  .c-modal__close:hover {
    background-color: #0a2455;
  }
  .c-modal__close img {
    width: 25px;
  }
  .c-modal__body {
    padding: 50px 60px;
  }
  .c-modal__blocks {
    margin-top: 40px;
  }
  .c-modal__block {
    margin-top: 37px;
  }
  .c-modal__block-content {
    margin-top: 15px;
  }
  .c-modal__block-txt {
    line-height: 1.7777777778;
  }
  .c-modal__block-txt + .c-modal__block-listdot {
    margin-top: 4px;
  }
  .c-modal__block-listdot li {
    margin-top: 0;
    padding-left: 20px;
    line-height: 1.7777777778;
  }
  .c-modal__block-listdot li::before {
    top: 15px;
  }
  .l-container {
    max-width: 1240px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .l-guide-block {
    --padding-inline: 50px;
    padding-block: 55px 57px;
  }
  .l-guide-block__title {
    margin-bottom: 24px;
  }
  .l-guide-block__title::before {
    width: 20px;
    height: 3px;
  }
  .l-guide-block__content iframe {
    height: 400px;
    margin-block: 3px;
  }
  .l-guide-block__txt, .l-guide-block__txt01 {
    margin-top: 15px;
    font-size: 1.125rem;
  }
  .l-guide-block__txt a[href^="mailto:"]:hover, .l-guide-block__txt01 a[href^="mailto:"]:hover {
    text-decoration-color: rgba(255, 255, 255, 0);
  }
  .l-guide-block__infos {
    margin-top: 25px;
  }
  .l-guide-block__info {
    padding-block: 3px 10px;
  }
  .l-guide-block__more {
    padding-bottom: 24px;
  }
  .l-guide-block__list01 {
    margin-top: 0;
    flex-direction: row;
  }
  .l-guide-block__list01-txt01, .l-guide-block__list01-txt02 {
    line-height: 1.7777777778;
  }
  .l-guide-block__list01-txt01 {
    min-width: 54px;
  }
  .l-guide-sec {
    margin-top: 60px;
  }
  .l-guide-block__txtaccess span {
    padding-left: 32px;
  }
  .l-guide-block__txtaccess span::before {
    top: 2px;
  }
}
@media screen and (min-width: 1024px) {
  .u-d-lg-none {
    display: none !important;
  }
  .u-d-lg-inline {
    display: inline !important;
  }
  .u-d-lg-inline_block {
    display: inline-block !important;
  }
  .u-d-lg-block {
    display: block !important;
  }
  .u-d-lg-flex {
    display: flex !important;
  }
}
/*# sourceMappingURL=common.css.map */