@import url("https://fonts.googleapis.com/css2?&family=Noto+Sans+JP:wght@400;700;900&family=Josefin+Sans:wght@300;400;700&display=swap");
/*! destyle.css v4.0.0 | 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;
  font-weight: inherit;
  margin: 0;
}

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

li {
  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 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.d__marker {
  background-image: linear-gradient(to bottom, transparent 0%, transparent 80%, #324376 80%, #324376 100%);
}

.d__fs-large {
  line-height: 1;
  font-size: 250%;
}

.m__noscript {
  padding: 2em;
  margin: 4em 2em;
  text-align: center;
  color: #fff;
  background: #CC0000;
}

/* ==============
base
============== */
:root a {
  text-decoration: none;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}
@media (min-width: 768px) {
  html {
    scroll-padding-top: 80px;
  }
}
@media (max-width: 767px) {
  html {
    scroll-padding-top: 60px;
  }
}

body {
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  line-height: 1.5;
  color: #040924;
  overflow-wrap: break-word;
  background: #fff;
}
body input,
body button {
  font-family: "Noto Sans JP", sans-serif;
}
body img {
  vertical-align: top;
  max-width: 100%;
}
@media (max-width: 767px) {
  body *[data-large-only] {
    display: none;
  }
}
@media (min-width: 768px) {
  body *[data-small-only] {
    display: none;
  }
}

/* ==============
header
============== */
.f__header {
  z-index: 10000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #040924;
  color: #fff;
}
.f__header nav > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  background: #040924;
}
.f__header nav .logo {
  margin-right: auto;
}
.f__header nav .logo a {
  transition: opacity 500ms;
  opacity: 1;
  display: flex;
  align-items: center;
}
.f__header nav .logo a:hover {
  opacity: 0.75;
}
.f__header nav .logo a span {
  font-size: 1rem;
  font-weight: 700;
}
.f__header nav .menu-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f__header nav .menu-btn button {
  transition: all 500ms;
  position: relative;
}
.f__header nav .menu-btn button > span {
  transition: all 500ms;
  position: absolute;
  height: 2px;
  background: #fff;
}
.f__header nav .menu-btn button:hover > span {
  transform: scaleX(1.1);
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(1) {
  transform: translateY(6px) rotate(30deg);
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(2) {
  opacity: 0;
}
.f__header nav .menu-btn button[aria-expanded=true][aria-expanded=true] span:nth-child(3) {
  transform: translateY(-6px) rotate(-30deg);
}
.f__header nav .menu-btn button[aria-expanded=true]:hover:nth-child(1) {
  transform: scaleX(1.1);
}
.f__header nav .menu-btn button[aria-expanded=true]:hover:nth-child(3) {
  transform: scaleX(1.1);
}
.f__header nav .inquiry a {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #CF1D79;
  transition: box-shadow 500ms;
  color: #fff;
  background: #CF1D79;
  border-color: #CF1D79;
}
.f__header nav .inquiry a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.f__header nav .gnav {
  transition: all 500ms;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background: rgba(4, 9, 36, 0.95);
}
.f__header nav .gnav > div {
  overflow-y: scroll;
  height: 100%;
}
.f__header nav .gnav > div .inquiry {
  margin-top: 2em;
}
.f__header nav .gnav > div .inquiry a {
  transition: all 500ms;
  cursor: pointer;
  overflow: hidden;
  z-index: 0;
  position: relative;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.875em 3em;
  text-align: center;
  line-height: 1.25;
  font-size: clamp(16px, 12.9032258065px + 0.0040322581 * 100vw, 18px);
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
  border: 1px solid #CF1D79;
  transition: box-shadow 500ms;
  color: #fff;
  background: #CF1D79;
  border-color: #CF1D79;
  font-size: clamp(16px, 3.6129032258px + 0.0161290323 * 100vw, 24px);
}
.f__header nav .gnav > div .inquiry a::after {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background-color: #fff;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/ir-individual/src/img//common/icon/arrow.svg");
  mask-image: url("/ir-individual/src/img//common/icon/arrow.svg");
  -webkit-mask-size: auto;
  mask-size: auto;
}
.f__header nav .gnav > div .inquiry a::after {
  transition: right 500ms;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  margin: auto 0;
}
.f__header nav .gnav > div .inquiry a:hover::after {
  right: 0.75em;
}
.f__header nav .gnav > div .inquiry a:hover {
  box-shadow: 0 3px 20px rgba(4, 9, 36, 0.3);
}
.f__header nav .gnav > div > ul {
  border-top: 1px solid #7e96aa;
}
.f__header nav .gnav > div > ul > li {
  border-bottom: 1px solid #7e96aa;
}
.f__header nav .gnav > div > ul > li > a,
.f__header nav .gnav > div > ul > li > button {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.5em 0;
  font-size: clamp(16px, 3.6129032258px + 0.0161290323 * 100vw, 24px);
  font-weight: 700;
  text-decoration: none;
  color: #fff;
}
.f__header nav .gnav > div > ul > li > a > span,
.f__header nav .gnav > div > ul > li > button > span {
  transition: all 500ms;
  display: block;
}
.f__header nav .gnav > div > ul > li > a:hover > .label,
.f__header nav .gnav > div > ul > li > button:hover > .label {
  transform: translateX(0.25em);
}
.f__header nav .gnav > div > ul > li > button > .icon {
  animation: star-rotate 4s;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 1em;
  height: 1em;
  margin: auto;
  color: #fff;
  background-color: currentColor;
  -webkit-mask: center center no-repeat;
  mask: center center no-repeat;
  -webkit-mask-image: url("/ir-individual/src/img/common/icon-plus.svg");
  mask-image: url("/ir-individual/src/img/common/icon-plus.svg");
  -webkit-mask-size: auto;
  mask-size: contain;
}
.f__header nav .gnav > div > ul > li > button > .icon.rotate-icon {
  animation: open-rotate 0.5s linear 1;
}
.f__header nav .gnav > div > ul > li > button > .icon.rotate-icon-reverse {
  animation: close-rotate 0.5s linear 1;
}
.f__header nav .gnav > div > ul > li > button[aria-expanded=true] .icon {
  -webkit-mask-image: url("/ir-individual/src/img/common/icon-minus.svg");
  mask-image: url("/ir-individual/src/img/common/icon-minus.svg");
}
@keyframes open-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
@keyframes close-rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(-1turn);
  }
}
.f__header nav .gnav > div > ul > li.has-sub > div {
  transition: all 500ms;
  visibility: hidden;
  opacity: 0;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul {
  display: none;
  padding: 0 0 1.5em 2em;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li + li {
  margin-top: 0.5em;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li > a {
  text-decoration: none;
  font-weight: 700;
  color: #fff;
}
.f__header nav .gnav > div > ul > li.has-sub > div > ul > li > a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .f__header nav > div {
    height: 60px;
  }
  .f__header nav > div .logo {
    margin-left: 12px;
  }
  .f__header nav > div .logo a {
    gap: 10px;
  }
  .f__header nav > div .logo a img {
    width: 80px;
  }
  .f__header nav > div .logo a span {
    font-size: 0.625rem;
  }
  .f__header nav > div .gnav {
    top: 60px;
    height: calc(100svh - 60px);
  }
  .f__header nav > div .gnav > div {
    padding: 40px 20px;
  }
  .f__header nav > div .gnav > div .inquiry a {
    width: 100%;
  }
  .f__header nav > div .menu-btn {
    width: 60px;
    height: 60px;
  }
  .f__header nav > div .menu-btn button {
    width: 60px;
    height: 60px;
  }
  .f__header nav > div .menu-btn button > span {
    left: 17px;
    width: 26px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(1) {
    top: 23px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(2) {
    top: 29px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(3) {
    bottom: 23px;
  }
}
@media (min-width: 768px) {
  .f__header nav > div {
    height: 80px;
  }
  .f__header nav > div .logo {
    margin-left: 30px;
  }
  .f__header nav > div .logo a {
    gap: 1.5em;
  }
  .f__header nav > div .logo a img {
    width: 178px;
  }
  .f__header nav > div > .inquiry {
    margin-right: 1em;
  }
  .f__header nav > div > .inquiry a {
    padding: 0.85em 2em;
    font-size: 1rem;
  }
  .f__header nav > div .gnav {
    top: 80px;
    height: calc(100svh - 80px);
  }
  .f__header nav > div .gnav > div {
    padding: 100px 60px;
  }
  .f__header nav > div .gnav > div > ul {
    flex: 1;
  }
  .f__header nav > div .gnav > div .inquiry a {
    padding-left: 4em;
    padding-right: 4em;
  }
  .f__header nav > div .menu-btn {
    width: 80px;
    height: 80px;
  }
  .f__header nav > div .menu-btn button {
    width: 80px;
    height: 80px;
  }
  .f__header nav > div .menu-btn button > span {
    left: 22px;
    width: 36px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(1) {
    top: 33px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(2) {
    top: 39px;
  }
  .f__header nav > div .menu-btn button > span:nth-child(3) {
    bottom: 33px;
  }
}

body.gnav-open .f__header .gnav[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

body.submenu-open nav > div .gnav ul > li.has-sub > div[aria-hidden=false] {
  visibility: visible;
  opacity: 1;
}

/* ==============
main
============== */
.f__main {
  min-height: 100vh;
}
@media (max-width: 767px) {
  .f__main {
    padding: 60px 0 0;
  }
}
@media (min-width: 768px) {
  .f__main {
    padding: 80px 0 0;
  }
}

/* ==============
footer
============== */
.f__footer {
  box-sizing: border-box;
  width: 100%;
  color: #fff;
  background: #040924;
}
.f__footer .logo {
  margin-bottom: 2em;
  text-align: center;
}
.f__footer .logo a {
  transition: opacity 500ms;
  opacity: 1;
  display: inline-block;
}
.f__footer .logo a:hover {
  opacity: 0.75;
}
.f__footer .logo a img {
  width: 80%;
  max-width: 210px;
}
.f__footer .link {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
}
.f__footer .link li a {
  text-decoration: underline;
  font-size: 0.875rem;
  color: #fff;
}
.f__footer .link li a:hover {
  text-decoration: none;
}
.f__footer .copyright {
  margin-top: 1em;
  text-align: center;
  font-size: 0.75rem;
}
@media (max-width: 767px) {
  .f__footer {
    padding: 40px 20px 100px;
  }
}
@media (min-width: 768px) {
  .f__footer {
    padding: 60px 60px;
  }
}

.m__fixed-box {
  z-index: 10001;
  position: fixed;
  bottom: 0;
  right: 0;
}
.m__fixed-box ul li a {
  transition: opacity 500ms;
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25em;
  font-weight: 700;
  color: #fff;
  background: #CF1D79;
}
.m__fixed-box ul li a:hover {
  opacity: 0.75;
}
.m__fixed-box ul li a img {
  opacity: 0.75;
}
.m__fixed-box ul li a span {
  line-height: 1.2;
  font-size: clamp(14px, 10.9032258065px + 0.0040322581 * 100vw, 16px);
}
@media (max-width: 767px) {
  .m__fixed-box {
    width: 100%;
  }
  .m__fixed-box ul {
    display: flex;
  }
  .m__fixed-box ul li {
    flex: 1;
  }
  .m__fixed-box ul li a {
    flex-direction: row;
    height: 50px;
  }
  .m__fixed-box ul li a img {
    width: 24px;
  }
  .m__fixed-box ul li + li {
    border-left: 1px solid #fff;
  }
}
@media (min-width: 768px) {
  .m__fixed-box {
    width: 100px;
  }
  .m__fixed-box ul li + li {
    border-top: 1px solid #fff;
  }
  .m__fixed-box ul a {
    flex-direction: column;
    height: 100px;
  }
  .m__fixed-box ul a img {
    width: 44px;
  }
}

.noscript-box {
  padding: 30px;
  margin-left: 10px;
  margin-right: 10px;
  text-align: center;
  color: #CC0000;
  background: #EDF1F2;
  border: #CC0000 1px solid;
}
@media (max-width: 767px) {
  .noscript-box {
    margin-top: 70px;
  }
}
@media (min-width: 768px) {
  .noscript-box {
    margin-top: 90px;
  }
}