@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: #333333;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.4rem, 1.38rem + 0.1vw, 1.5rem);
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  letter-spacing: 0.05em;
  font-feature-settings: "palt";
  min-height: 100dvh;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
body.is-fixed {
  height: 100%;
  overflow: hidden;
}

a {
  color: #0079C0;
  transition: all 0.3s ease-out;
}
@media (hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}

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

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

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

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .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 all and (max-width: 1025px) {
  .tabonly {
    display: block;
  }
}

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

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

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

.span_br {
  display: inline-block;
}

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

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

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

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

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

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

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

.width {
  max-width: 1440px;
  width: calc(100% - 30px);
  margin: 0 auto;
}

.outer {
  overflow: hidden;
}

.txt__center {
  text-align: center;
}

.common-btn {
  text-align: center;
  max-width: 320px;
  margin-top: 48px;
  margin-inline: auto;
}
@media all and (max-width: 896px) {
  .common-btn {
    max-width: 260px;
    margin-top: 32px;
  }
}
.common-btn > a {
  position: relative;
  box-sizing: border-box;
  padding: 0.7em 0.5em;
  display: block;
  border: 2px solid #0079C0;
  font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  font-weight: 700;
  color: #0079C0;
  position: relative;
  z-index: 10;
  border-radius: 100vmax;
}
@media (hover: hover) {
  .common-btn > a:hover {
    opacity: 1;
    color: #fff;
  }
  .common-btn > a:hover::before {
    background: url(../../assets/images/common/icon_arrowline_left_w.svg) center center/contain no-repeat;
  }
  .common-btn > a:hover::after {
    width: 100%;
  }
}
.common-btn > a::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: url(../../assets/images/common/icon_arrowline_left_b.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
}
.common-btn > a::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  background: #0079C0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
  transition: all 0.3s ease-out;
  border-radius: 100vmax;
}
.common-ttl__normal {
  position: relative;
  font-size: clamp(2.2rem, 1.92rem + 1.4vw, 3.6rem);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin-top: 90px;
  border-bottom: 3px solid #CACACA;
  padding-bottom: 13px;
  line-height: 1.6;
}
@media all and (max-width: 480px) {
  .common-ttl__normal {
    margin-top: 45px;
  }
}
.common-ttl__normal::before {
  position: absolute;
  content: "";
  display: inline-block;
  width: 140px;
  left: 0;
  bottom: -3px;
  height: 3px;
  background-color: #0079C0;
}
@media all and (max-width: 480px) {
  .common-ttl__normal::before {
    width: 70px;
  }
}
.common-ttl__middle--jp {
  font-size: clamp(3.2rem, 3rem + 1vw, 4.2rem);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-left: 1.5rem;
  margin-top: 9px;
}
@media all and (max-width: 480px) {
  .common-ttl__middle--jp {
    margin-top: 0;
    padding-left: 1.2rem;
  }
}
.common-ttl__middle--en {
  position: relative;
  font-size: clamp(1rem, 0.9rem + 0.5vw, 1.5rem);
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
  padding-left: 1.5rem;
}
.common-ttl__middle--en::before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #0079C0;
}
@media all and (max-width: 480px) {
  .common-ttl__middle--en::before {
    top: 48%;
  }
}
.common-ttl__small {
  font-size: clamp(1.7rem, 1.58rem + 0.6vw, 2.3rem);
  font-weight: 500;
  background: #f5f5f5;
  padding: 12px 20px;
  border-left: 4px solid #0079C0;
  margin-top: 70px;
  word-break: keep-all;
}
@media all and (max-width: 480px) {
  .common-ttl__small {
    margin-top: 35px;
  }
}
.common-ttl__small.blue {
  font-weight: 700;
  background: #0079C0;
  color: #fff;
  padding: 16px 30px;
}
@media all and (max-width: 480px) {
  .common-ttl__small.blue {
    padding: 12px 20px;
  }
}
.common-ttl__small.white {
  background: #fff;
}
.common-ttl__small.noline {
  border-left: none;
}
.common-bg__object {
  position: relative;
  background: #EBF8FF;
  overflow: hidden;
}
.common-bg__object::after {
  position: absolute;
  content: "";
  background: url(../../assets/images/common/object.svg) top left/contain no-repeat;
  width: 1513px;
  height: 1349px;
  top: -100px;
  left: -284px;
  opacity: 0.4;
}
@media all and (max-width: 480px) {
  .common-bg__object::after {
    width: 680.85px;
    top: 10px;
    left: 20px;
    opacity: 0.5;
  }
}
.common-block .common-block__item:nth-child(even) dd {
  background: #f5f5f5;
}
.common-block__item {
  display: flex;
  gap: 4px 0;
  margin-bottom: 4px;
}
@media all and (max-width: 896px) {
  .common-block__item {
    flex-direction: column;
  }
}
.common-block__item:first-child {
  margin-top: 50px;
}
@media all and (max-width: 896px) {
  .common-block__item:first-child {
    margin-top: 25px;
  }
}
.common-block__item dt {
  position: relative;
  flex-shrink: 0;
  padding: 16px;
  width: 248px;
  font-weight: 700;
  background: #0079C0;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}
@media all and (max-width: 896px) {
  .common-block__item dt {
    width: 100%;
  }
}
@media all and (max-width: 480px) {
  .common-block__item dt {
    padding: 5px 16px;
  }
}
.common-block__item dt::before {
  position: absolute;
  content: "";
  right: -17px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  width: 34px;
  height: 24px;
  background-color: #0079C0;
  clip-path: polygon(50% 0%, 0% 24px, 34px 24px);
}
@media all and (max-width: 896px) {
  .common-block__item dt::before {
    content: none;
  }
}
.common-block__item dd {
  flex-grow: 1;
  padding: 14px 14px 14px 55px;
  font-size: clamp(1.5rem, 1.4rem + 0.5vw, 2rem);
}
@media all and (max-width: 896px) {
  .common-block__item dd {
    width: 100%;
    padding: 14px;
  }
}
@media all and (max-width: 480px) {
  .common-block__item dd {
    padding: 12px 16px;
  }
}
.common-block__item dd a {
  position: relative;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.common-block__item dd a[href$=".pdf"] {
  padding-right: 3.5rem;
}
@media all and (max-width: 480px) {
  .common-block__item dd a[href$=".pdf"] {
    padding-right: 3rem;
  }
}
.common-block__item dd a[href$=".pdf"]::after {
  position: absolute;
  content: "";
  right: 0;
  width: 28px;
  height: 28px;
  background: url(../../assets/images/common/icon_pdf.svg) left center/contain no-repeat;
}
@media all and (max-width: 480px) {
  .common-block__item dd a[href$=".pdf"]::after {
    width: 24px;
    height: 24px;
  }
}
.common-block__item dd a[href^="https://"], .common-block__item dd a[href^="http://"] {
  padding-right: 3.5rem;
}
@media all and (max-width: 480px) {
  .common-block__item dd a[href^="https://"], .common-block__item dd a[href^="http://"] {
    padding-right: 3rem;
  }
}
.common-block__item dd a[href^="https://"]::after, .common-block__item dd a[href^="http://"]::after {
  position: absolute;
  content: "";
  right: 0;
  width: 28px;
  height: 28px;
  background: url(../../assets/images/common/icon_outside_b.svg) left center/contain no-repeat;
}
@media all and (max-width: 480px) {
  .common-block__item dd a[href^="https://"]::after, .common-block__item dd a[href^="http://"]::after {
    width: 24px;
    height: 24px;
  }
}
.common-block__item dd ul li {
  margin-bottom: 12px;
}
.common-block__item dd ul li:last-child {
  margin-bottom: 0;
}
.common-block__item dd.tel a {
  pointer-events: none;
  color: #333333;
  text-decoration: none;
}
@media all and (max-width: 480px) {
  .common-block__item dd.tel a {
    pointer-events: auto;
    color: #0079C0;
    text-decoration: underline;
  }
}
.common-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 48px;
}
@media all and (max-width: 896px) {
  .common-col3 {
    grid-template-columns: repeat(1, 1fr);
  }
}
.common-col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 48px;
}
@media all and (max-width: 896px) {
  .common-col2 {
    grid-template-columns: repeat(1, 1fr);
  }
}

.scroll-container {
  position: relative;
  overflow-x: auto;
  width: 100%;
  max-width: 100%;
}

.scroll-hint {
  position: absolute;
  top: 200px;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.7);
  color: white;
  padding: 10px 20px 0;
  border-radius: 5px;
  display: none;
  z-index: 1000;
  transition: 1s;
  text-align: center;
  width: 200px;
}
.scroll-hint img {
  max-width: 100px;
}
.scroll-hint.show {
  display: block;
}

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

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

/* header */
/* ============================================ */
.header {
  position: relative;
  width: 100%;
  z-index: 800;
  transition: all 0.3s ease-out;
}
.header-wrapper {
  position: fixed;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1640px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 16px 10px 24px;
  border-radius: 16px;
  background: rgba(0, 121, 192, 0.8);
  box-shadow: 2px 2px 10px 0px rgba(0, 0, 0, 0.06);
}
@media (width < 1641px) {
  .header-wrapper {
    top: 15px;
    width: calc(100% - 30px);
  }
}
@media all and (max-width: 480px) {
  .header-wrapper {
    top: 5px;
    width: calc(100% - 10px);
    padding: 8px 10px;
    border-radius: 8px;
  }
}
.header-contents {
  display: flex;
}
@media all and (max-width: 480px) {
  .header-logo img {
    max-width: 120px;
  }
}
.header-menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: wrap;
  gap: 25px;
}
@media all and (max-width: 1025px) {
  .header-menu {
    display: none;
  }
}
.header-menu > li.home a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 500;
}
.header-menu > li a {
  font-size: 1.65rem;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
.header-menu > li a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.header-contact {
  margin-left: 35px;
}
@media all and (max-width: 1367px) {
  .header-contact {
    margin-left: 25px;
  }
}
@media all and (max-width: 1025px) {
  .header-contact {
    margin-left: 0;
    margin-right: 55px;
  }
}
@media all and (max-width: 480px) {
  .header-contact {
    margin-right: 45px;
  }
}
.header-contact a {
  position: relative;
  box-sizing: border-box;
  padding: 13px 47px 13px 24px;
  display: block;
  font-size: clamp(1.3rem, 1.24rem + 0.3vw, 1.6rem);
  font-weight: 700;
  color: #0079C0;
  background: #fff;
  position: relative;
  border-radius: 100vmax;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
}
@media all and (max-width: 480px) {
  .header-contact a {
    padding: 10px 40px 10px 15px;
  }
}
@media (width < 361px) {
  .header-contact a {
    padding: 10px 30px 10px 15px;
  }
}
.header-contact a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: url(../../assets/images/common/icon_arrowline_left_b.svg) center center/contain no-repeat;
  width: 28px;
  height: 28px;
}
@media all and (max-width: 480px) {
  .header-contact a::after {
    right: 6px;
    width: 24px;
    height: 24px;
  }
}
.header-hamburger {
  display: none;
}
@media all and (max-width: 1025px) {
  .header-hamburger {
    display: grid;
    place-content: center;
    width: 60px;
    height: 72px;
    cursor: pointer;
    position: fixed;
    top: 0;
    right: 5px;
    z-index: 600;
  }
}
@media all and (max-width: 480px) {
  .header-hamburger {
    width: 50px;
    height: 50px;
  }
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 9px;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(2) {
  opacity: 0;
}
.header-hamburger.active .header-hamburger__box > span:nth-of-type(3) {
  rotate: 45deg;
  translate: 0 -9px;
}
.header-hamburger__box {
  width: 30px;
  height: 20px;
  position: relative;
}
@media all and (max-width: 480px) {
  .header-hamburger__box {
    width: 26px;
  }
}
.header-hamburger__box > span {
  display: inline-block;
  position: absolute;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
}
@media all and (max-width: 480px) {
  .header-hamburger__box > span {
    width: 26px;
  }
}
.header-hamburger__box > span:nth-of-type(1) {
  top: 0;
}
.header-hamburger__box > span:nth-of-type(2) {
  top: 9px;
}
.header-hamburger__box > span:nth-of-type(3) {
  bottom: 0;
}
.header-nav {
  width: 100%;
  max-width: 400px;
  height: 100dvh;
  padding: 68px 30px 80px;
  background: #fff;
  position: fixed;
  top: 0px;
  right: -20px;
  z-index: 400;
  translate: 100% 0;
  transition: all 0.5s;
  overflow: auto;
  border-radius: 5px 0 0 5px;
  box-shadow: 0 0 15px 5px rgba(0, 0, 0, 0.15);
}
.header-nav.open {
  translate: 0 0;
  right: 0;
}
.header-nav__wrapper {
  position: relative;
}
.header-nav__list > li {
  border-bottom: 1px solid #eee;
  margin-top: 10px;
}
.header-nav__list > li:first-of-type {
  margin-top: 0;
}
.header-nav__list > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0 15px;
  color: #333333;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.44rem + 0.3vw, 1.8rem);
}
.header-nav__list > li > a:hover {
  color: #0079C0;
  opacity: 1;
}
.header-nav__list > li > a:hover .header-nav__icon::before, .header-nav__list > li > a:hover .header-nav__icon::after {
  background: #0079C0;
}
.header-nav__list > li.home > a {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-weight: 600;
}
.header-nav__list > li.current a {
  color: #0079C0;
}
.header-nav__list > li.current a .header-nav__icon::before, .header-nav__list > li.current a .header-nav__icon::after {
  background: #0079C0;
}
.header-nav__list > li.contact {
  border-bottom: none;
}
.header-nav__list > li.contact a {
  position: relative;
  box-sizing: border-box;
  padding: 15px 47px 15px 24px;
  display: block;
  font-size: clamp(1.6rem, 1.56rem + 0.2vw, 1.8rem);
  font-weight: 700;
  color: #0079C0;
  background: #fff;
  position: relative;
  border-radius: 100vmax;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 100%;
  border: 1px solid #0079C0;
  margin: 30px auto 0;
  width: 200px;
  letter-spacing: 0;
}
.header-nav__list > li.contact a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: url(../../assets/images/common/icon_arrowline_left_b.svg) center center/contain no-repeat;
  width: 30px;
  height: 30px;
}
.header-nav__icon {
  flex-shrink: 0;
  display: block;
  height: 16px;
  margin-right: 8px;
  transition: all 0.3s ease-out;
  position: relative;
}
@media all and (max-width: 896px) {
  .header-nav__icon {
    height: 14px;
    margin-right: 7px;
  }
}
.header-nav__icon::before, .header-nav__icon::after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #333333;
  position: absolute;
}
@media all and (max-width: 896px) {
  .header-nav__icon::before, .header-nav__icon::after {
    height: 9px;
  }
}
.header-nav__icon::before {
  top: 0;
  rotate: -45deg;
}
.header-nav__icon::after {
  bottom: 0;
  rotate: 45deg;
}
.header-nav__close {
  position: absolute;
  top: -45px;
  right: 6px;
}
@media all and (max-width: 480px) {
  .header-nav__close {
    top: -48px;
    right: -10px;
  }
}
.header-nav__close--box {
  position: relative;
  width: 30px;
  height: 22px;
  cursor: pointer;
}
.header-nav__close--box > span {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 18px;
  width: 30px;
  height: 2px;
  background-color: #0079C0;
  transition: all 0.5s;
}
.header-nav__close--box > span:nth-of-type(1) {
  rotate: -45deg;
  translate: 0 9px;
  top: 0;
}
.header-nav__close--box > span:nth-of-type(2) {
  rotate: 45deg;
  translate: 0 -9px;
}
.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: 90px 0;
  margin-top: 90px;
  background: #0079C0;
  color: #fff;
  position: sticky;
  top: 100dvh;
  z-index: 400;
  text-align: left;
}
@media all and (max-width: 896px) {
  .footer {
    padding: 45px 0;
    margin-top: 45px;
  }
}
.footer a {
  color: #fff;
}
.footer-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0;
}
@media all and (max-width: 896px) {
  .footer-wrapper {
    gap: 25px 0;
  }
}
@media all and (max-width: 480px) {
  .footer-logo img {
    max-width: 150px;
  }
}
.footer-link {
  display: flex;
  flex-wrap: wrap;
  gap: 55px;
}
@media (width < 1681px) {
  .footer-link {
    gap: 40px;
  }
}
@media all and (max-width: 896px) {
  .footer-link {
    display: none;
  }
}
@media all and (max-width: 480px) {
  .footer-link {
    gap: 30px;
  }
}
.footer-link dl {
  width: 170px;
}
@media all and (max-width: 480px) {
  .footer-link dl {
    width: 100%;
  }
}
.footer-link dl dt {
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.footer-link dl dt a {
  display: block;
  position: relative;
  font-size: clamp(1.6rem, 1.52rem + 0.4vw, 2rem);
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 600;
}
.footer-link dl dt a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(../../assets/images/common/icon_arrow_left_w.svg) center center/cover no-repeat;
  width: 20px;
  height: 20px;
}
.footer-link dl dd {
  margin-top: 10px;
}
@media all and (max-width: 480px) {
  .footer-link dl dd {
    margin-top: 8px;
  }
}
.footer-link dl dd a {
  position: relative;
  font-size: clamp(1.3rem, 1.23rem + 0.35vw, 1.65rem);
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  padding-left: 1em;
}
.footer-link dl dd a::before {
  position: absolute;
  display: block;
  content: "・";
  top: 50%;
  transform: translateY(-50%);
  left: 5px;
}
.footer-link dl dd a:hover {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.footer-address {
  margin-top: 43px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: clamp(1.3rem, 1.28rem + 0.1vw, 1.4rem);
}
@media all and (max-width: 480px) {
  .footer-address {
    margin-top: 25px;
  }
}
.footer-tel {
  margin-top: 6px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(1.3rem, 1.28rem + 0.1vw, 1.4rem);
  line-height: 1.4;
}
.footer-tel a {
  pointer-events: none;
}
@media all and (max-width: 480px) {
  .footer-tel a {
    pointer-events: auto;
  }
}
.footer-tel a span.reading {
  display: inline-block;
}
.footer-copyright {
  margin-top: 42px;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  letter-spacing: 0;
  font-size: clamp(1.2rem, 1.14rem + 0.3vw, 1.5rem);
}
@media all and (max-width: 480px) {
  .footer-copyright {
    margin-top: 0;
  }
}
@media (width < 1427px) {
  .footer-copyright.pconly {
    display: none;
  }
}
@media (width < 1427px) {
  .footer-copyright.sponly {
    display: block;
    width: 100%;
    margin-top: 0;
  }
}
.footer-contact a {
  position: relative;
  box-sizing: border-box;
  padding: 13px 47px 13px 24px;
  display: block;
  font-size: clamp(1.3rem, 1.24rem + 0.3vw, 1.6rem);
  font-weight: 700;
  color: #0079C0;
  background: #fff;
  position: relative;
  border-radius: 100vmax;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0;
}
@media all and (max-width: 480px) {
  .footer-contact a {
    padding: 12px 40px 12px 15px;
  }
}
.footer-contact a::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  background: url(../../assets/images/common/icon_arrowline_left_b.svg) center center/contain no-repeat;
  width: 28px;
  height: 28px;
}
@media all and (max-width: 480px) {
  .footer-contact a::after {
    right: 6px;
    width: 24px;
    height: 24px;
  }
}
.footer .pagetop {
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 600;
  text-align: right;
}
@media all and (max-width: 480px) {
  .footer .pagetop img {
    max-width: 80%;
  }
}