@charset "UTF-8";
/*! destyle.css v4.0.1 | 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;
  min-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;
}

[tabindex="-1"]:focus-visible {
  outline: none !important;
}

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

/* Lists (definition) */
/* ============================================ */
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] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

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

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

sup {
  top: -0.3em;
}

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

/* 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 {
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  white-space: normal;
}

button {
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/**
 * 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=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

[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: 700;
}

/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* common */
/* ============================================ */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
  }
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: currentColor;
  transition: all 0.3s ease-out;
}
img {
  max-width: 100%;
  height: auto;
}

.reading {
  display: block;
  overflow: hidden;
  height: 0;
  width: 0;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media screen and (max-width: 767px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.tabonly {
  display: none;
}
@media screen and (max-width: 1024px) {
  .tabonly {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .tabnone {
    display: none;
  }
}

.span_br {
  display: inline-block;
}

.mt0 {
  margin-top: 0 !important;
}

.mt10 {
  margin-top: 10px !important;
}
@media screen and (max-width: 767px) {
  .mt10 {
    margin-top: 8px !important;
  }
}

.mt16 {
  margin-top: 16px !important;
}
@media screen and (max-width: 767px) {
  .mt16 {
    margin-top: 12px !important;
  }
}

.mt24 {
  margin-top: 24px !important;
}
@media screen and (max-width: 767px) {
  .mt24 {
    margin-top: 16px !important;
  }
}

.mt32 {
  margin-top: 32px !important;
}
@media screen and (max-width: 767px) {
  .mt32 {
    margin-top: 20px !important;
  }
}

.mt40 {
  margin-top: 40px !important;
}
@media screen and (max-width: 767px) {
  .mt40 {
    margin-top: 24px !important;
  }
}

.mt48 {
  margin-top: 48px !important;
}
@media screen and (max-width: 767px) {
  .mt48 {
    margin-top: 32px !important;
  }
}

.width {
  max-width: 1200px;
  width: calc(100% - 60px);
  margin: 0 auto;
}
@media screen and (max-width: 1367px) {
  .width {
    max-width: 1100px;
  }
}
@media all and (max-width: 480px) {
  .width {
    width: calc(100% - 30px);
  }
}

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.common-btn a {
  display: block;
  position: relative;
  color: #fff;
  background: #0073bc;
  border: 2px solid #0073bc;
  border-radius: 100vmax;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  padding: 8px 10px;
  z-index: 10;
  width: 370px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 1367px) {
  .common-btn a {
    font-size: 1.5rem;
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .common-btn a {
    padding: 10px;
  }
}
@media (width < 321px) {
  .common-btn a {
    width: 280px;
  }
}
@media (hover: hover) {
  .common-btn a:hover {
    opacity: 1;
    color: #0073bc;
    border-color: #0073bc;
  }
  .common-btn a:hover::after {
    width: 100%;
    border-radius: 100vmax;
    background: #fff;
  }
  .common-btn a:hover::before {
    background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
    filter: none;
  }
}
.common-btn a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0.6em;
  width: 11px;
  height: 16px;
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1367px) {
  .common-btn a::before {
    width: 8px;
    height: 11px;
  }
}
.common-btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  transition: all 0.3s ease-out;
}
.common-head {
  position: relative;
  padding: 1.5rem 2em 1.5rem 3.2em;
  background: #efefef;
  border-radius: 100vmax;
  font-weight: 700;
  font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  line-height: 1.5;
  margin-top: 50px;
}
@media all and (max-width: 480px) {
  .common-head {
    padding: 1.5rem 1em 1.5rem 2em;
  }
}
.common-head::before {
  position: absolute;
  content: "";
  border-left: 5px solid #0073bc;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  left: 2em;
  border-radius: 100vmax;
}
@media all and (max-width: 480px) {
  .common-head::before {
    border-left: 4px solid #0073bc;
    height: 1.1em;
    left: 1em;
  }
}
.common-head__middle {
  font-size: clamp(1.5rem, 1.46rem + 0.2vw, 1.7rem);
  font-weight: 700;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-top: 30px;
}
.common-head__small {
  font-size: clamp(1.4rem, 1.36rem + 0.2vw, 1.6rem);
  font-weight: 700;
  margin-top: 20px;
}
.common-txt {
  margin-top: 10px;
  line-height: 1.8;
}
.common-list {
  padding: 2rem 1em 0;
  line-height: 1.8;
}
@media all and (max-width: 480px) {
  .common-list {
    padding: 1.5rem 0.5em 0;
  }
}
.common-list ul {
  list-style: none;
  counter-reset: numlist;
}
.common-list ul li {
  counter-increment: numlist;
  display: flex;
  gap: 0.25em;
  align-items: flex-start;
}
.common-list ul li::before {
  content: ".";
  flex-shrink: 0;
  line-height: 1;
}
.common-main {
  margin: 75px auto 0;
  max-width: 1920px;
}
@media (width < 1401px) {
  .common-main {
    margin: 60px auto 0;
  }
}
.common-main__container {
  position: relative;
  container-type: inline-size;
  overflow: hidden;
}
.common-main__container > div:not(.common-main__circle) {
  position: relative;
}
.common-main__container > div:not(.common-main__circle)::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #29abe2;
  mix-blend-mode: soft-light;
  opacity: 0.4;
}
.common-main__container > div.nofilter:not(.common-main__circle)::after {
  background: transparent;
}
.common-main__container.left .common-main__circle {
  left: -6%;
}
.common-main__container.right .common-main__circle {
  right: -6%;
}
.common-main__circle {
  position: absolute;
  top: -60%;
  width: 60cqw;
  height: 600px;
}
@media all and (max-width: 480px) {
  .common-main__circle {
    top: -74%;
    width: 70vw;
  }
}
.common-main__ttl {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  color: #0073bc;
  font-weight: 700;
  font-size: 3rem;
  text-align: center;
  text-shadow: 2px 2px 1px #fff, -2px 2px 1px #fff, 2px -2px 1px #fff, -2px -2px 1px #fff, 2px 0px 1px #fff, 0px 2px 1px #fff, -2px 0px 1px #fff, 0px -2px 1px #fff;
}
@media screen and (max-width: 1367px) {
  .common-main__ttl {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1024px) {
  .common-main__ttl {
    font-size: 2rem;
  }
}
@media all and (max-width: 480px) {
  .common-main__ttl {
    top: 43%;
    font-size: min(4vw, 1.6rem);
  }
}
.common-ttl {
  padding: clamp(15px, 5vw, 20px) 1em;
  font-size: 3.4rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
  text-align: center;
}
@media screen and (max-width: 1367px) {
  .common-ttl {
    font-size: min(4vw, 2.8rem);
  }
}
@media all and (max-width: 480px) {
  .common-ttl {
    font-size: min(5vw, 3.5rem);
  }
}
.common-ttl.white {
  background: #fff;
  color: #0073bc;
}
.common-ttl span {
  word-break: keep-all;
}
.common-bggra {
  color: #fff;
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
  padding-bottom: 120px;
  margin-inline: calc(50% - 50vw);
  padding-inline: calc(50vw - 50%);
}
@media screen and (max-width: 1367px) {
  .common-bggra {
    padding-bottom: 70px;
  }
}
.common-bggra__head {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .common-bggra__head {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 480px) {
  .common-bggra__head {
    margin-bottom: 30px;
  }
}
.common-bggra__head h2 {
  font-size: 4.5rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  line-height: 2.1;
  margin-top: -42px;
}
@media screen and (max-width: 1367px) {
  .common-bggra__head h2 {
    font-size: 3rem;
  }
}
@media all and (max-width: 480px) {
  .common-bggra__head h2 {
    font-size: 2.2rem;
  }
}
.common-bggra__en {
  margin-top: -20px;
  font-family: "Anton", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  opacity: 0.15;
  line-height: 1;
  font-size: 11rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1367px) {
  .common-bggra__en {
    font-size: 9rem;
  }
}
@media all and (max-width: 480px) {
  .common-bggra__en {
    font-size: 17vw;
  }
}
.common-bggra.last {
  margin-bottom: 120px;
}
@media screen and (max-width: 1367px) {
  .common-bggra.last {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 480px) {
  .common-bggra.last {
    padding-bottom: 3.5em;
    margin-bottom: 3.5em;
  }
}
.common-lead {
  text-align: center;
  padding: 80px 0 120px;
}
@media screen and (max-width: 1367px) {
  .common-lead {
    padding: 60px 0 100px;
  }
}
@media all and (max-width: 480px) {
  .common-lead {
    padding: 40px 0 60px;
  }
}
.common-lead h2 {
  font-size: 3.5rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  word-break: keep-all;
}
@media screen and (max-width: 1367px) {
  .common-lead h2 {
    font-size: 2.8rem;
  }
}
@media all and (max-width: 480px) {
  .common-lead h2 {
    font-size: min(6vw, 2rem);
  }
}
.common-lead p {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 65px;
  word-break: keep-all;
}
@media screen and (max-width: 1367px) {
  .common-lead p {
    font-size: 1.5rem;
    margin-top: 50px;
  }
}
@media all and (max-width: 480px) {
  .common-lead p {
    font-size: min(5vw, 1.4rem);
    margin-top: 32px;
  }
}
.common-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .common-col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.common-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media screen and (max-width: 1367px) {
  .common-col3 {
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .common-col3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
  }
}

.second-main {
  margin-top: 75px;
  padding: 48px 0;
  background: #cce3f2;
  color: #0073bc;
}
@media (width < 1401px) {
  .second-main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .second-main {
    padding: 28px 0;
  }
}
.second-main__ttl {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .second-main__ttl {
    font-size: 2.4rem;
  }
}
.second-outer {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .second-outer {
    padding-bottom: 60px;
  }
}

.notfound-wrapper {
  padding: 48px 0;
}
.notfound-txt {
  inline-size: -moz-fit-content;
  inline-size: fit-content;
  margin-inline: auto;
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  box-sizing: border-box;
  margin: 15px auto;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }
}
@media all and (max-width: 480px) {
  .breadcrumb {
    gap: 30px;
    margin: 10px auto 12px;
  }
}
.breadcrumb li {
  position: relative;
  flex-shrink: 0;
  font-size: 1.4rem;
}
@media all and (max-width: 480px) {
  .breadcrumb li {
    font-size: 1.1rem;
  }
}
.breadcrumb li:first-child {
  margin-left: 0;
}
.breadcrumb li:last-child::after {
  content: none;
}
.breadcrumb li::after {
  content: "";
  position: absolute;
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 8px;
  filter: brightness(0);
  opacity: 0.5;
}
@media all and (max-width: 480px) {
  .breadcrumb li::after {
    right: -20px;
    top: 55%;
  }
}
.breadcrumb li a {
  display: block;
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #0073bc;
}
.breadcrumb li a:hover {
  opacity: 1;
}

/* move */
/* ============================================ */
.moveTop {
  opacity: 0;
  transition: 0.5s;
  transform: translate(0, 80px);
}
.moveTop.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveNone {
  opacity: 0;
  transition: 0.5s;
}
.moveNone.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveRight {
  opacity: 0;
  transition: 0.5s;
  transform: translate(-80px, 0);
}
.moveRight.current {
  opacity: 1;
  transform: translate(0, 0);
}

.moveLeft {
  opacity: 0;
  transition: 0.5s;
  transform: translate(80px, 0);
}
.moveLeft.current {
  opacity: 1;
  transform: translate(0, 0);
}

.imgmove {
  position: relative;
  display: block;
  overflow: hidden;
}
.imgmove::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 10;
  display: block;
  pointer-events: none;
  transform-origin: right;
  transition: all 0.5s ease-out;
  opacity: 0.3;
  background: #fff;
  transform: translateX(-100%);
}
.imgmove.current::before {
  animation: slide 1s cubic-bezier(0.46, 0.03, 0.22, 1) 0.25s;
  animation-fill-mode: forwards;
  transform: translateX(100%);
}

/* blockskip */
/* ============================================ */
#blockskip {
  overflow: hidden;
  height: 0;
  background: #ddd;
  text-align: center;
}

/* header */
/* ============================================ */
.header {
  width: 100%;
  height: 75px;
  background: #fff;
  position: fixed;
  z-index: 800;
  transition: all 1s ease-out;
}
@media (width < 1401px) {
  .header {
    height: 60px;
  }
}
.header-wrapper {
  width: 100%;
  height: 100%;
  max-width: 1920px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .header-wrapper {
    padding: 10px;
  }
}
.header-logo {
  width: 350px;
}
@media (width < 1801px) {
  .header-logo {
    width: 250px;
  }
}
.header-logo img {
  width: 100%;
}
@media (width < 1801px) {
  .header-logo img {
    max-width: 250px;
  }
}
@media all and (max-width: 480px) {
  .header-logo img {
    max-width: 180px;
  }
}
@media (width < 341px) {
  .header-logo img {
    max-width: 150px;
  }
}
.header-contents {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px 20px;
}
@media (width < 1401px) {
  .header-contents {
    display: none;
  }
}
.header-contents .mynavi {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (width < 1681px) {
  .header-contents .mynavi {
    gap: 10px 5px;
  }
  .header-contents .mynavi img {
    max-width: 120px;
  }
}
@media (width < 1401px) {
  .header-contents .mynavi {
    display: none;
  }
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 5px 25px;
}
@media (width < 1681px) {
  .header-menu {
    gap: 5px 15px;
  }
}
@media screen and (max-width: 1024px) {
  .header-menu {
    display: none;
  }
}
.header-menu > li a {
  font-weight: 500;
}
@media (width < 1681px) {
  .header-menu > li a {
    font-size: 1.3rem;
  }
}
@media (hover: hover) {
  .header-menu > li a:hover {
    opacity: 1;
    color: #0073bc;
  }
}
.header-menu > li.sitetop a {
  position: relative;
  padding: 0 1em 0 0;
}
.header-menu > li.sitetop a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/common/icon_outside.svg) center right/cover no-repeat;
  width: 12px;
  height: 12px;
}
.header-entry {
  display: none;
}
@media (width < 1401px) {
  .header-entry {
    display: block;
    position: absolute;
    top: 8px;
    right: 75px;
  }
}
@media all and (max-width: 480px) {
  .header-entry {
    right: 65px;
  }
}
.header-entry a {
  display: block;
  justify-content: center;
  align-items: center;
  background: #0073bc;
  border-radius: 100vmax;
  color: #fff;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 2.5rem;
  width: 140px;
  height: 44px;
  opacity: 1;
  padding: 3px;
}
@media all and (max-width: 480px) {
  .header-entry a {
    border: 2px solid #fff;
    letter-spacing: 0.12em;
    font-size: 1.8rem;
    width: 90px;
    padding: 7px 5px 5px;
  }
}
.header-entry a:hover {
  opacity: 1;
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
}
.header-hamburger {
  display: none;
}
@media (width < 1401px) {
  .header-hamburger {
    display: grid;
    place-content: center;
    width: 50px;
    height: 50px;
    border-radius: 100vmax;
    border: 4px solid #0073bc;
    background: #fff;
    cursor: pointer;
    position: absolute;
    top: -200px;
    top: 5px;
    right: 10px;
    z-index: 600;
  }
  .header-hamburger.show {
    top: 5px;
  }
  .header-hamburger.hide {
    top: -200px;
  }
}
@media all and (max-width: 480px) {
  .header-hamburger {
    top: 5px;
    right: 5px;
    border: 3px solid #0073bc;
  }
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -35deg;
  translate: 0 5px;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  rotate: 35deg;
  translate: 0 -5px;
}
.header-hamburger__box {
  width: 24px;
  height: 12px;
  position: relative;
}
@media all and (max-width: 480px) {
  .header-hamburger__box {
    width: 25px;
  }
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 24px;
  height: 2px;
  background-color: #0073bc;
  transition: all 0.5s;
}
@media all and (max-width: 480px) {
  .header-hamburger__box > span {
    width: 25px;
  }
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 0;
}
.header-hamburger__box > span:nth-of-type(2) {
  bottom: 0;
}
.header-nav {
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  padding: 20px 30px 80px;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.5s;
  overflow: auto;
}
.header-nav.open {
  translate: 0 0;
}
.header-nav__list {
  margin-top: 20px;
}
.header-nav__list > li {
  border-bottom: 1px solid #cce3f2;
}
.header-nav__list > li:first-of-type {
  margin-top: 0;
}
.header-nav__list > li > a {
  position: relative;
  display: block;
  padding: 20px 10px;
  font-size: 1.6rem;
  font-weight: 500;
}
@media (hover: hover) {
  .header-nav__list > li > a:hover {
    opacity: 1;
    color: #0073bc;
  }
}
.header-nav__list > li > a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0.5em;
  width: 11px;
  height: 14px;
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
}
.header-nav__list > li.sitetop a::after {
  content: none;
}
.header-nav__list > li.sitetop a span {
  position: relative;
  padding: 0 1em 0 0;
}
.header-nav__list > li.sitetop a span::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/common/icon_outside.svg) center right/cover no-repeat;
  width: 12px;
  height: 12px;
}
.header-nav__list > li.mynavi {
  border-bottom: none;
  text-align: center;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header-nav__list > li.mynavi > a {
  padding: 0;
}
.header-nav__list > li.mynavi > a::after {
  content: none;
}
.header-acc__trigger {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.header-acc__trigger.active .header-acc__ttl::after {
  transform: translateY(-50%) rotate(-90deg);
}
.header-acc__trigger.active .header-acc__icon {
  rotate: 180deg;
}
.header-acc__ttl {
  flex-grow: 1;
  display: block;
  position: relative;
  padding: 20px 10px;
  font-size: 1.6rem;
  font-weight: 500;
  transition: all 0.3s ease-out;
}
.header-acc__ttl::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  right: 0.5em;
  width: 11px;
  height: 14px;
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
}
.header-acc__icon {
  flex-shrink: 0;
  display: block;
  width: 16px;
  margin-bottom: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media screen and (max-width: 767px) {
  .header-acc__icon {
    width: 14px;
    margin-bottom: 7px;
  }
}
.header-acc__icon::before, .header-acc__icon::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #000;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .header-acc__icon::before, .header-acc__icon::after {
    width: 9px;
  }
}
.header-acc__icon::before {
  left: 0;
  rotate: 45deg;
}
.header-acc__icon::after {
  right: 0;
  rotate: -45deg;
}
.header-acc__list {
  padding: 0 0 10px;
}
.header-acc__list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 1.8em;
  font-size: 1.5rem;
  font-weight: 500;
}
.header-acc__contents {
  overflow: hidden;
  height: 0;
}
.header-acc__contents.open {
  overflow: visible;
  height: auto;
  animation: navOpen 0.3s ease-out;
}
@keyframes navOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.header .overlay {
  display: none;
}
@media (width < 1401px) {
  .header .overlay {
    display: block;
    width: 0;
    height: 0;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 200;
    opacity: 0;
    transition: opacity 0.3s;
  }
  .header .overlay.open {
    width: 100%;
    height: 100%;
    opacity: 1;
  }
}

/* footer */
/* ============================================ */
.footer {
  padding: 0 0 30px;
  background: #fff;
  position: sticky;
  top: 100dvh;
  z-index: 400;
}
@media all and (max-width: 480px) {
  .footer {
    padding: 0 0 70px;
  }
}
.footer-linkbtn {
  background: #ccc;
  padding: clamp(50px, 5vw, 100px) 0;
}
.footer-linkbtn ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px 60px;
}
.footer-linkbtn ul li.entry a {
  background: #0073bc;
  color: #fff;
  transition: 0.5s;
}
.footer-linkbtn ul li.entry a:hover {
  color: #0073bc;
}
@media (hover: hover) {
  .footer-linkbtn ul li.entry a:hover::before {
    filter: none;
  }
  .footer-linkbtn ul li.entry a:hover::after {
    background: #fff;
  }
}
.footer-linkbtn ul li.entry a::before {
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
  filter: brightness(0) invert(1);
}
.footer-linkbtn ul li.faq a {
  background: #fff;
  color: #0073bc;
}
.footer-linkbtn ul li.faq a:hover {
  color: #fff;
}
@media (hover: hover) {
  .footer-linkbtn ul li.faq a:hover::before {
    filter: brightness(0) invert(1);
  }
  .footer-linkbtn ul li.faq a:hover::after {
    background: #0073bc;
  }
}
.footer-linkbtn ul li.faq a::before {
  background: url(../../assets/images/common/icon_arrow_b.svg) center center/cover no-repeat;
}
.footer-linkbtn ul li a {
  display: block;
  position: relative;
  border: 2px solid #0073bc;
  border-radius: 100vmax;
  font-weight: 700;
  font-size: 3.8rem;
  padding: 40px 10px;
  z-index: 10;
  width: 550px;
  text-align: center;
}
@media (width < 1366px) {
  .footer-linkbtn ul li a {
    font-size: 3rem;
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .footer-linkbtn ul li a {
    padding: 20px 10px;
    width: 400px;
  }
}
@media all and (max-width: 480px) {
  .footer-linkbtn ul li a {
    font-size: 2.5rem;
    width: 300px;
  }
}
@media (width < 321px) {
  .footer-linkbtn ul li a {
    width: 280px;
  }
}
@media (hover: hover) {
  .footer-linkbtn ul li a:hover {
    opacity: 1;
  }
  .footer-linkbtn ul li a:hover::after {
    width: 100%;
    border-radius: 100vmax;
  }
}
.footer-linkbtn ul li a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
  width: 13px;
  height: 18px;
}
@media all and (max-width: 480px) {
  .footer-linkbtn ul li a::before {
    width: 8px;
    height: 11px;
  }
}
.footer-linkbtn ul li a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  transition: all 0.3s ease-out;
}
.footer-logo {
  width: calc(100% - 30px);
  max-width: 1680px;
  margin: 95px auto 0;
}
@media all and (max-width: 480px) {
  .footer-logo {
    margin: 45px auto 0;
  }
}
@media (width < 1367px) {
  .footer-logo img {
    width: 350px;
  }
}
@media all and (max-width: 480px) {
  .footer-logo img {
    width: 300px;
  }
}
.footer .width {
  max-width: 1400px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 20px;
  margin-top: 35px;
}
@media screen and (max-width: 1367px) {
  .footer .width {
    max-width: 1200px;
  }
}
@media all and (max-width: 480px) {
  .footer .width {
    gap: 20px;
  }
}
.footer-info {
  font-size: clamp(1.3rem, 1.28rem + 0.1vw, 1.4rem);
  line-height: 2;
  width: 350px;
}
@media (width < 1367px) {
  .footer-info {
    width: 305px;
  }
}
.footer-ttl {
  font-weight: 700;
  font-size: clamp(1.8rem, 1.7rem + 0.5vw, 2.3rem);
  letter-spacing: 0.12em;
  padding-bottom: 4px;
}
.footer-address {
  border-top: 1px solid #000;
  padding-top: 6px;
}
.footer-tel a {
  padding-left: 0.5em;
  pointer-events: none;
}
@media all and (max-width: 480px) {
  .footer-tel a {
    pointer-events: auto;
  }
}
.footer-tel a span.reading {
  display: inline-block;
}
.footer-mail a {
  padding-left: 1em;
}
.footer-link {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 100px;
  margin-top: 50px;
}
@media (width < 1367px) {
  .footer-link {
    gap: 20px 50px;
  }
}
@media (width < 701px) {
  .footer-link {
    margin-top: 0;
  }
}
.footer-link__textlink {
  border-top: 1px solid #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px 80px;
  padding-top: 10px;
}
@media (width < 1367px) {
  .footer-link__textlink {
    gap: 20px 50px;
  }
}
@media (width < 701px) {
  .footer-link__textlink {
    width: 100%;
    gap: 0;
  }
}
@media all and (max-width: 480px) {
  .footer-link__textlink {
    padding-top: 50px;
  }
}
@media (width < 701px) {
  .footer-link__textlink ul {
    width: 100%;
  }
}
@media (width < 701px) {
  .footer-link__textlink ul:last-child {
    margin-top: 15px;
  }
}
.footer-link__textlink ul li {
  margin-bottom: 25px;
  font-weight: 700;
}
@media (width < 701px) {
  .footer-link__textlink ul li {
    margin-bottom: 15px;
  }
}
.footer-link__textlink ul li:last-child {
  margin-bottom: 0;
}
@media (width < 701px) {
  .footer-link__textlink ul li:last-child {
    margin-bottom: 15px;
  }
}
.footer-link__textlink ul li.first {
  margin-bottom: 15px;
}
@media (width < 701px) {
  .footer-link__textlink ul li.first {
    margin-bottom: 10px;
  }
}
.footer-link__textlink ul li.hierarchy {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .footer-link__textlink ul li.hierarchy {
    padding-left: 2.1em;
  }
}
.footer-link__textlink ul li.hierarchy::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0.5em;
  border-top: 1px solid #000;
  width: 10px;
}
@media all and (max-width: 480px) {
  .footer-link__textlink ul li.hierarchy::before {
    left: 1em;
  }
}
.footer-link__textlink ul li.child {
  padding-left: 1.6em;
  margin-bottom: 5px;
}
@media all and (max-width: 480px) {
  .footer-link__textlink ul li.child {
    padding-left: 2.2em;
  }
}
.footer-link__textlink ul li.sitetop a {
  position: relative;
  padding: 0 1em 0 0;
}
.footer-link__textlink ul li.sitetop a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/common/icon_outside.svg) center right/cover no-repeat;
  width: 12px;
  height: 12px;
}
@media (hover: hover) {
  .footer-link__textlink ul li a:hover {
    opacity: 1;
    color: #0073bc;
    text-decoration: underline;
    text-underline-offset: 5px;
  }
}
.footer-mynavi {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (width < 701px) {
  .footer-mynavi {
    margin: auto;
  }
}
.footer-copyright {
  width: 100%;
  text-align: center;
  letter-spacing: 0.03em;
  font-size: clamp(1.2rem, 1.16rem + 0.2vw, 1.4rem);
}
@media all and (max-width: 480px) {
  .footer-copyright {
    margin-top: 30px;
  }
}
.footer-entry {
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 10;
  transition: all 0.5s ease-out;
}
@media (width < 1401px) {
  .footer-entry {
    display: none;
  }
}
.footer-entry.show {
  bottom: 60px;
}
.footer-entry.hide {
  bottom: -200px;
}
.footer-entry a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #0073bc;
  border: 3px solid #fff;
  border-radius: 100vmax;
  color: #fff;
  text-align: center;
  font-family: "Anton", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.15em;
  font-size: 3.5rem;
  width: 160px;
  height: 160px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.15);
  animation: poyopoyo 2s ease-out infinite;
}
@keyframes poyopoyo {
  0%, 40%, 60%, 80% {
    transform: scale(1);
  }
  50%, 70% {
    transform: scale(0.95);
  }
}
.footer-entry a:hover {
  background: #1BB8CE;
  background: linear-gradient(90deg, rgb(27, 184, 206) 0%, rgb(0, 104, 183) 100%);
}
.footer .pagetop {
  z-index: 1;
  position: fixed;
  right: 0;
  bottom: 0;
  display: block;
  padding: 25px;
  transition: none;
  background: #fff;
  border-top: 1px solid #0073bc;
  border-left: 1px solid #0073bc;
  transition: 0.3s;
  cursor: pointer;
  z-index: 600;
}
@media screen and (max-width: 767px) {
  .footer .pagetop {
    padding: 20px;
  }
}
.footer .pagetop:hover {
  opacity: 1;
  transition: 0.5s;
  background: #0073bc;
}
.footer .pagetop:hover::before {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}
.footer .pagetop:hover::after {
  background: #fff;
}
.footer .pagetop::before {
  content: "";
  position: absolute;
  top: -5px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #0073bc;
  border-left: 1px solid #0073bc;
  border-right: 0;
  transform: rotate(45deg);
}
.footer .pagetop::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1px;
  height: 18px;
  background: #0073bc;
  transform: rotate(0deg);
}