@charset "UTF-8";
/* -----------------------------------------------
  Variables
--------------------------------------------------*/
:root {
  --color-text: #000;
  --color-bg: #fff;
  --color-base: #0091d7;
  --color-link: #176ca9;
  --color-hover: rgb(36.5, 183.8604651163, 255);
  --color-visited: #176ca9;
  --color-error: #dd0000;
  --swiper-theme-color: #0091d7;
}

/* -----------------------------------------------
  Mixins
--------------------------------------------------*/
/**************************************************
  base
***************************************************/
:root {
  text-spacing-trim: trim-start;
  text-autospace: normal;
  overflow-wrap: anywhere;
}

html {
  font-size: 62.5%;
  background: var(--color-bg);
}

body,
button,
input,
textarea,
select {
  color: var(--color-text);
  line-height: 1.8;
  font-size: 1.6rem;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  text-autospace: no-autospace;
}

::selection {
  background: rgb(0, 110.6046511628, 164);
  color: #fff;
}

:where(button, a, input, textarea, select, [tabindex]) {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus {
  outline: none;
}
:where(button, a, input, textarea, select, [tabindex]):focus-visible {
  outline: 2px solid var(--color-base);
}

/* -----------------------------------------------
  Elements
-------------------------------------------------- */
/* ---------- base ---------- */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3;
}

h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 2rem !important;
}

ol,
ul,
menu {
  list-style-type: "";
  margin: 0;
  padding: 0;
}

li {
  position: relative;
  line-height: 1.5;
  list-style: none;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

/* ---------- text ---------- */
p {
  margin: 2rem 0;
}

strong {
  font-weight: bold;
}

u {
  border-bottom: 1px solid var(--color-text);
}

address {
  font-style: normal;
}

pre {
  text-spacing-trim: space-all;
  text-autospace: no-autospace;
}

time {
  text-autospace: no-autospace;
}

a {
  transition: 0.3s;
  color: #176ca9;
}
a:visited {
  color: var(--color-visited);
}
@media all and (min-width: 769px) {
  a:hover {
    color: var(--color-hover);
  }
}
@media all and (min-width: 769px) {
  a[href^="tel:"] {
    color: var(--color-text);
    pointer-events: none;
    text-decoration: none;
  }
}

/* ---------- image ---------- */
img,
svg,
video {
  border: 0;
  vertical-align: middle;
}

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

figure {
  margin: 0;
}

.caption,
figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 0.88em;
}

._nocss {
  margin: 0;
  position: relative;
  background: transparent;
}
._nocss::before, ._nocss::after {
  display: none;
}

/* ---------- form ---------- */
input[type=text],
input[type=tel],
input[type=url],
input[type=email],
input[type=text],
textarea {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  padding: 0.5rem 1rem;
  width: 100%;
  border: 1px solid #cbcbcb;
}

input[type=submit],
label,
button {
  background: none;
  border: none;
  border-radius: 0;
  appearance: none;
  cursor: pointer;
}

fieldset {
  padding: 0;
  border: none;
}

/* ---------- Element ---------- */
iframe {
  border: 0;
}

.body {
  position: relative;
  overflow-x: clip;
}

/**************************************************
  Footer
***************************************************/
.footer-new {
  position: relative;
  color: #fff;
  background: #1688bd;
  padding-block: min(8rem, 5.9259259259vw) min(23rem, 17.037037037vw);
  background: url("/themes/main/images/new/bg_footer.webp");
  background-size: cover;
  background-position: bottom center;
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  line-height: 1.8;
}
.footer-new div::after {
  content: none;
}
.footer-new a {
  text-decoration: none;
}
.footer-new a:any-link {
  color: #fff;
}
.footer-new__inner {
  max-width: min(116rem, 85.9259259259vw);
  margin-inline: auto;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: min(8.5rem, 6.2962962963vw);
}
.footer-new__div {
  flex: 1;
  z-index: 1;
}
.footer-new__div:first-child {
  flex: 0 0 min(58rem, 42.962962963vw);
  max-width: min(58rem, 42.962962963vw);
}
.footer-new__logo {
  max-width: min(34.7rem, 25.7037037037vw);
}
.footer-new__logo figcaption {
  font-size: min(1.8rem, 1.3333333333vw);
  line-height: 1.5;
  margin-left: min(4.5rem, 3.3333333333vw);
  margin-top: -1.4em;
}
.footer-new__logo .in-camp, .footer-new__logo .in-commute {
  display: none;
}
.footer-new .in-gnavi {
  display: none;
}

.footer-button.in-commute {
  display: none;
}

body.is-camp .footer-new__logo .in-camp {
  display: block;
}

body.is-commute .footer-new__logo .in-commute {
  display: block;
}
body.is-commute .footer-button.in-camp {
  display: none;
}
body.is-commute .footer-button.in-commute {
  display: block;
}

.footer-address {
  text-align: left;
}
.footer-address .logo-link {
  display: inline-flex;
}
.footer-address .address {
  font-size: min(1.4rem, 1.037037037vw);
  margin-block: min(2rem, 1.4814814815vw);
  margin-left: min(4.5rem, 3.3333333333vw);
}
.footer-address .address + img.in-footer {
  margin-left: min(16rem, 11.8518518519vw);
}
.footer-address .number {
  margin-right: min(2rem, 1.4814814815vw);
}

.footer-contact {
  margin-top: min(3rem, 2.2222222222vw);
}

.footer-freedial {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-freedial .text {
  font-size: min(1.5rem, 1.1111111111vw);
  text-align: right;
  line-height: 1.5;
  margin-right: min(1rem, 0.7407407407vw);
  flex-shrink: 0;
}
.footer-freedial .icon__freedial {
  text-align: center;
}
.footer-freedial .icon__freedial .caption {
  font-size: min(1.1rem, 0.8148148148vw);
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -1px;
  margin: 0;
  white-space: nowrap;
}
.footer-freedial .icon__freedial .c-icon {
  width: min(4.6rem, 3.4074074074vw);
  height: min(2.5rem, 1.8518518519vw);
  margin: 0;
  fill: #fff;
}
.footer-freedial .number {
  font-size: min(5.6rem, 4.1481481481vw);
  font-weight: 300;
  line-height: 1;
  flex-shrink: 0;
}

@media all and (min-width: 1400px) {
  .footer-new .footer-freedial {
    text-shadow: 0 0 3px #0091d7, 0 0 3px #0091d7, 0 0 6px #0091d7, 0 0 6px #0091d7, 0 0 16px #0091d7, 0 0 16px #0091d7;
  }
}

.footer-buttons {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: min(3rem, 2.2222222222vw);
}
.footer-buttons .footer-button {
  flex: 0 0 min(28rem, 20.7407407407vw);
  height: min(14.8rem, 10.962962963vw);
}
.footer-buttons .footer-button__link {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: min(1.8rem, 1.3333333333vw);
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: var(--color-link) !important;
  background: rgba(255, 255, 255, 0.92);
  border-radius: min(0.8rem, 0.5925925926vw);
}
.footer-buttons .footer-button__link .c-icon {
  position: absolute;
  inset-block: 0;
  right: min(2.5rem, 1.8518518519vw);
  margin-block: auto;
  width: min(1.8rem, 1.3333333333vw);
  height: min(1.3rem, 0.962962963vw);
  fill: #439fcc;
}
.footer-buttons .footer-button__link:hover {
  color: #fff !important;
  background: #0091d7;
}
.footer-buttons .footer-button__link:hover .c-icon {
  fill: #fff;
}

.footer-navigation {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: min(11rem, 8.1481481481vw);
  column-gap: min(5rem, 3.7037037037vw);
}
.footer-navigation ul {
  flex: 1;
  text-align: left;
}
.footer-navigation ul li a .c-icon-blank {
  margin-top: -3px;
}
.footer-navigation ul li a:hover {
  text-decoration: underline;
}
.footer-navigation ul.child {
  margin-top: min(2.5rem, 1.8518518519vw);
}
.footer-navigation ul.child li {
  font-size: min(1.4rem, 1.037037037vw);
}
.footer-navigation ul.child li:not(:last-child) {
  margin-bottom: min(1.5rem, 1.1111111111vw);
}
.footer-navigation ul li .check,
.footer-navigation ul li .label {
  display: none;
}
.footer-navigation > ul > li {
  font-size: min(1.6rem, 1.1851851852vw);
}
.footer-navigation > ul > li:not(:last-child) {
  margin-bottom: min(4rem, 2.962962963vw);
}

.copyright-new {
  position: absolute;
  bottom: min(8rem, 5.9259259259vw);
  right: min(8rem, 5.9259259259vw);
  color: var(--color-text);
  font-size: min(1.1rem, 0.8148148148vw);
  text-align: right;
  z-index: 1;
}

.bg-footer-bottom {
  position: absolute;
  bottom: 0;
  z-index: 0;
}

/* -----------------------------------------------
  js-pageTop
-------------------------------------------------- */
.js-pageTop {
  position: fixed;
  right: clamp(20px, 2.394px + 4.695vw, 70px);
  bottom: clamp(20px, 2.394px + 4.695vw, 70px);
  display: none;
}
.js-pageTop a {
  width: 5rem;
  height: 5rem;
  background: #000;
  display: block;
  color: #fff;
}

/**************************************************
  Header
***************************************************/
#adminBox + .body .header:not(.is-scrolled) {
  top: 88px;
}

.header.is-scrolled .header__logo {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* -----------------------------------------------
  PC
-------------------------------------------------- */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: flex-start;
  padding-inline: min(4rem, 2.962962963vw);
  height: min(7.5rem, 5.5555555556vw);
  overflow-x: clip;
  z-index: 100;
  transition: 0.3s;
}
.header__icon {
  width: min(3.5rem, 2.5925925926vw);
  height: min(3.5rem, 2.5925925926vw);
  margin-bottom: min(0.5rem, 0.3703703704vw);
  z-index: 100;
  transition: 0.3s;
}
.header__icon .icon-handle {
  width: min(3.5rem, 2.5925925926vw);
  height: min(3.5rem, 2.5925925926vw);
  fill: #fff;
}
.header__icon:hover {
  cursor: pointer;
  rotate: -30deg;
}
.header__logo {
  line-height: 1;
  margin-block: 0;
  margin-left: calc(min(4.3rem, 3.1851851852vw) * -1);
  transition: 0.3s;
}
.header__logo-image {
  width: min(27.8rem, 20.5925925926vw);
  margin-bottom: calc(min(1.9rem, 1.4074074074vw) * -1);
}
.header__logo a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  column-gap: min(2rem, 1.4814814815vw);
}
.header__logo .c-ja {
  font-size: min(1.8rem, 1.3333333333vw);
  margin-bottom: min(1.2rem, 0.8888888889vw);
}
.header__text {
  font-size: min(1.2rem, 0.8888888889vw);
}

.header__text {
  font-size: min(1.2rem, 0.8888888889vw);
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  line-height: 1;
  position: absolute;
  top: min(4.5rem, 3.3333333333vw);
  inset-inline: 0;
  text-align: center;
}
.header__text span {
  letter-spacing: -0.1em;
}

/* -----------------------------------------------
  remodal
-------------------------------------------------- */
html.remodal-is-locked {
  overflow: hidden;
  touch-action: none;
}

.remodal,
[data-remodal-id] {
  display: none;
}

.remodal-overlay {
  position: fixed;
  z-index: 9999;
  inset: 0;
  display: none;
}

.remodal-wrapper {
  position: fixed;
  z-index: 11000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  text-align: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.remodal-wrapper::after {
  display: inline-block;
  height: 100%;
  content: "";
}

.remodal {
  position: relative;
  outline: none;
  width: 100%;
  text-align: left;
}

.remodal-is-initialized {
  display: inline-block;
}

.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  filter: blur(3px);
}

.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing,
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
}

.remodal-overlay.remodal-is-opening {
  animation-name: fadeIn;
}

.remodal-overlay.remodal-is-closing {
  animation-name: fadeIn;
  animation-direction: reverse;
}

.remodal.remodal-is-opening {
  animation-name: remodal-opening;
}

.remodal.remodal-is-opening.--modeleft {
  animation-name: remodal-opening-left;
}

.remodal.remodal-is-closing {
  animation-name: remodal-closing;
}

.remodal.remodal-is-closing.--modeleft {
  animation-name: remodal-opening-left;
  animation-direction: reverse;
}

.remodal,
.remodal-wrapper:after {
  vertical-align: top;
}

.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}

@keyframes remodal-opening {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-closing {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* -----------------------------------------------
  global-navigation
-------------------------------------------------- */
.global-navigation {
  background: url("/themes/main/images/new/bg_gnavi.webp");
  background-size: cover;
  background-position: center bottom;
  min-height: min(78rem, 57.7777777778vw);
  font-family: "Zen Kaku Gothic New", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo;
  line-height: 1.8;
  color: var(--color-text);
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.global-navigation div::after {
  content: none;
}
.global-navigation .gnavi-header {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-end;
  justify-content: space-between;
  padding-inline: min(4rem, 2.962962963vw);
  height: min(7.5rem, 5.5555555556vw);
  margin-bottom: min(4rem, 2.962962963vw);
}
.global-navigation .header__icon .icon-handle {
  fill: #0091d7;
  rotate: -30deg;
}
.global-navigation .header__icon:hover {
  rotate: 30deg;
}
.global-navigation .icon-close {
  width: min(1.9rem, 1.4074074074vw);
  height: min(1.9rem, 1.4074074074vw);
  fill: #5f8aaa;
}
.global-navigation .remodal-close {
  padding: 0;
  z-index: 1;
}
.global-navigation .header__text {
  color: #176ca9;
}
.global-navigation a {
  text-decoration: none;
}
.global-navigation a:any-link {
  color: var(--color-text);
}
.global-navigation .footer-new__logo figcaption {
  color: var(--color-base);
}
.global-navigation .footer-address img:last-child.in-gnavi {
  margin-left: min(15rem, 11.1111111111vw);
}
.global-navigation .footer-new__logo figcaption,
.global-navigation .footer-address .address {
  margin-left: min(4rem, 2.962962963vw);
}
.global-navigation .footer-new__logo figcaption {
  font-size: min(1.6rem, 1.1851851852vw);
  margin-top: -1.2em;
}
.global-navigation .footer-freedial .icon__freedial .caption {
  color: #0091d7;
}
.global-navigation .footer-freedial .icon__freedial .c-icon {
  fill: #0091d7;
}
.global-navigation .footer-freedial .number {
  color: #0091d7;
}
.global-navigation .footer-buttons .footer-button__link {
  color: #fff !important;
  background: #0091d7;
}
.global-navigation .footer-buttons .footer-button__link .c-icon {
  fill: #fff;
}
.global-navigation .footer-buttons .footer-button__link:hover {
  color: #0091d7 !important;
  background: #fff;
}
.global-navigation .footer-buttons .footer-button__link:hover .c-icon {
  fill: #0091d7;
}
.global-navigation .footer-navigation {
  margin-top: min(3rem, 2.2222222222vw);
}
.global-navigation .in-footer {
  display: none;
}

.global-navigation::-webkit-scrollbar {
  display: none;
}

/* -----------------------------------------------
  SP
-------------------------------------------------- */
.m-hamburger__toggle {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 5rem;
  height: 5rem;
  background: var(--color-base);
  cursor: pointer;
  z-index: 1001;
}
@media all and (min-width: 769px) {
  .m-hamburger__toggle {
    display: none;
  }
}
.m-hamburger__toggle-bars {
  display: inline-block;
  width: 24px;
  height: 2px;
  background: var(--color-bg);
  position: relative;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before, .m-hamburger__toggle-bars::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background: var(--color-bg);
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out;
}
.m-hamburger__toggle-bars::before {
  top: -8px;
}
.m-hamburger__toggle-bars::after {
  top: 8px;
}
.is-drawer-open .m-hamburger__toggle-bars {
  background: transparent;
}
.is-drawer-open .m-hamburger__toggle-bars::before {
  translate: 0 8px;
  rotate: 45deg;
}
.is-drawer-open .m-hamburger__toggle-bars::after {
  translate: 0 -8px;
  rotate: -45deg;
}
.m-hamburger__drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
  background-color: var(--color-bg);
  transition: right 0.3s ease-in-out;
  z-index: 1000;
  overflow-y: auto;
}
@media all and (min-width: 769px) {
  .m-hamburger__drawer {
    display: none;
  }
}
.m-hamburger__drawer[aria-hidden=true] {
  display: none;
}
.m-hamburger__drawer[aria-hidden=false] {
  right: 0;
}

body.is-drawer-open {
  overflow: hidden;
}

.m-header__skip-link {
  display: block;
  margin-top: 50px;
}

/**************************************************
  Icon
***************************************************/
.c-icon {
  width: 1em;
  height: 1em;
  margin-right: 0.3rem;
  margin-left: 0.3rem;
  transition: 0.3s;
}
.c-icon-blank {
  max-height: 1em;
  max-width: 1em;
  fill: currentColor;
}
.c-icon-file {
  height: 1em;
}

.c-icon-blank {
  width: min(1.3rem, 0.962962963vw);
  height: min(1.3rem, 0.962962963vw);
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

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

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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] {
  -webkit-appearance: button;
}

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

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

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

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

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

/**************************************************
  slider
***************************************************/
.m-slider {
  --swiper-theme-color: var(--color-base);
  overflow: hidden;
  position: relative;
  margin-block: 2rem;
}
.m-slider .swiper-slide img {
  width: 100%;
}
.m-slider .swiper-button-prev,
.m-slider .swiper-button-next {
  color: var(--swiper-theme-color);
  top: 50%;
  transform: translateY(-50%);
}
.m-slider .swiper-pagination-bullet-active {
  background-color: var(--swiper-theme-color);
}
/**************************************************
  Typography
***************************************************/
/* -----------------------------------------------
  Heading
-------------------------------------------------- */
.c-heading {
  margin-top: 5rem;
}
/* -----------------------------------------------
  Variation
-------------------------------------------------- */
.c-en {
  font-family: "Outfit", sans-serif;
}

.c-attention {
  color: var(--color-error);
}

.c-lead {
  font-size: 2rem;
}

/**************************************************
  utilities
***************************************************/
/* ---------- clear ---------- */
.u-clearfix {
  zoom: 1;
}
.u-clearfix:after {
  content: "";
  display: block;
  clear: both;
}

@media all and (min-width: 769px) {
  .u-float-left {
    float: left;
  }
  .u-float-right {
    float: right;
  }
}
.u-clear {
  clear: both;
}

.u-hidden {
  display: none;
}

/* ---------- text ---------- */
.u-text-bold {
  font-weight: bold;
}

.u-text-underline {
  text-decoration: underline;
}

.u-text-sm {
  font-size: 88%;
}

.u-text-xs {
  font-size: 75%;
}

.u-text-lg {
  font-size: 113%;
}

.u-text-x-lg {
  font-size: 140%;
}

.u-valign-top {
  vertical-align: top;
}

.u-valign-middle {
  vertical-align: middle;
}

.u-valign-bottom {
  vertical-align: bottom;
}

.u-text-center,
.u-text-center th,
.u-text-center td {
  text-align: center;
}

.u-text-right,
.u-text-right th,
.u-text-right td {
  text-align: right;
}

.u-text-left,
.u-text-left th,
.u-text-left td {
  text-align: left;
}

.u-image-text {
  overflow: hidden;
}

.u-text-top {
  vertical-align: top;
}

.u-text-middle {
  vertical-align: middle;
}

.u-text-bottom {
  vertical-align: bottom;
}

.u-word-break {
  word-break: break-all;
}

.u-nowrap {
  white-space: nowrap;
}

/* ---------- margin ---------- */
.u-margin-first {
  margin-top: 0;
}

.u-margin-zero {
  margin-bottom: 0;
}

.u-margin-half {
  margin-bottom: calc(2rem / 2);
}

.u-margin-default {
  margin-bottom: 2rem;
}

.u-margin-double {
  margin-bottom: calc(2rem * 2);
}

/* ---------- devices ---------- */
@media all and (min-width: 769px) {
  .u-sp {
    display: none;
  }
}
@media all and (max-width: 768px) {
  .u-pc {
    display: none;
  }
}
/* ---------- spacing ---------- */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-pt0 {
  padding-top: 0px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

/* -----------------------------------------------
  Accessibility
-------------------------------------------------- */
.screen-reader-text {
  position: absolute;
  top: -1000em;
  transition: 0.3s;
}
.screen-reader-text:focus {
  left: 6px;
  top: 6px;
  height: auto;
  width: auto;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 23px 14px;
  background: #f0f0f1;
  color: #2271b1;
  z-index: 100000;
  line-height: normal;
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.is-current {
  pointer-events: none;
  text-decoration: none;
}

/* -----------------------------------------------
  admin bar
-------------------------------------------------- */
html {
  margin-top: 0 !important;
}

#wpadminbar {
  transition: 0.3s;
  opacity: 0.2;
}
#wpadminbar:hover {
  opacity: 1;
}
@media all and (max-width: 768px) {
  #wpadminbar {
    display: none;
  }
}

/* -----------------------------------------------
  アニメーション
-------------------------------------------------- */
.fadeIn {
  animation: fadeIn 0.6s ease 0s 1 both;
}

.fadeInUp {
  animation: fadeInUp 0.6s ease 0s 1 both;
}

.fadeInDown {
  animation: fadeInDown 0.6s ease 0s 1 both;
}

.fadeInLeft {
  animation: fadeInLeft 0.6s ease 0s 1 both;
}

.fadeInRight {
  animation: fadeInRight 0.6s ease 0s 1 both;
}

.delay-0_5s {
  animation-delay: 0.5s;
}

.delay-0_6s {
  animation-delay: 0.6s;
}

.delay-0_7s {
  animation-delay: 0.7s;
}

.delay-0_8s {
  animation-delay: 0.8s;
}

.delay-0_9s {
  animation-delay: 0.9s;
}

.delay-1s {
  animation-delay: 1s;
}

.delay-1_1s {
  animation-delay: 1.1s;
}

.delay-1_2s {
  animation-delay: 1.2s;
}

.delay-1_3s {
  animation-delay: 1.3s;
}

.delay-1_4s {
  animation-delay: 1.4s;
}

.delay-1_5s {
  animation-delay: 1.5s;
}

.delay-1_6s {
  animation-delay: 1.6s;
}

.delay-1_7s {
  animation-delay: 1.7s;
}

.delay-1_8s {
  animation-delay: 1.8s;
}

.delay-1_9s {
  animation-delay: 1.9s;
}

.delay-2s {
  animation-delay: 2s;
}

.delay-2_1s {
  animation-delay: 2.1s;
}

.delay-2_2s {
  animation-delay: 2.2s;
}

.delay-2_3s {
  animation-delay: 2.3s;
}

.delay-2_4s {
  animation-delay: 2.4s;
}

.delay-2_5s {
  animation-delay: 2.5s;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50%);
  }
  100% {
    transform: translateX(0);
  }
}