@charset "UTF-8";
/* webfont 変数　*/
/* ofi */
@media (min-width: 1920px) {
  /*====================================================================/
  /*--Large PC 以上--
  /====================================================================*/
}
@media (min-width: 1557px) {
  /*====================================================================/
  /*---PC 以上--
  /====================================================================*/
}
@media (min-width: 1057px) {
  /*====================================================================/
  /*--XGAサイズ　iPadPro 以上--
  /====================================================================*/
}
@media (min-width: 768px) {
  /*====================================================================/
  /*--タブレット　iPadmini 以上--
  /====================================================================*/
}
@media (min-width: 576px) {
  /*====================================================================/
  /*--スマホ 以上--
  /====================================================================*/
}
@media (min-width: 376px) {
  /*====================================================================/
  /*--iPhone 以上--
  /====================================================================*/
}
@media (max-width: 1919px) {
  /*====================================================================/
  /*--Large PC 未満--
  /====================================================================*/
}
@media (max-width: 1556px) {
  /*====================================================================/
  /*--PC 未満--
  /====================================================================*/
}
@media (max-width: 1056px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro 未満--
  /====================================================================*/
}
@media (max-width: 767px) {
  /*====================================================================/
  /*--タブレット iPadmini 未満--
  /====================================================================*/
}
@media (max-width: 575px) {
  /*====================================================================/
  /*--iPhone 以下--
  /====================================================================*/
}
@media (min-width: 576px) and (max-width: 767px) {
  /*====================================================================/
  /*--スマホ以上 タブレット iPadmini未満--
  /====================================================================*/
}
@media (min-width: 768px) and (max-width: 1056px) {
  /*====================================================================/
  /*--タブレット iPadmini以上 XGAサイズ iPadPro未満--
  /====================================================================*/
}
@media (min-width: 1057px) and (max-width: 1556px) {
  /*====================================================================/
  /*--XGAサイズ iPadPro以上 PC未満--
  /====================================================================*/
}
@media (min-width: 1557px) and (max-width: 1919px) {
  /*====================================================================/
  /*--px以上 Large PC未満--
  /====================================================================*/
}
/* ========================================
 * foundation
 ======================================= */
/* html5reset-1.6.1.css */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
address,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border-collapse: collapse; /* added */
  -webkit-text-size-adjust: none; /* added */
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

address {
  font-style: normal;
}

nav ul {
  list-style: none;
}

ul li {
  list-style: none;
} /* added */
ol li {
  list-style: none;
} /* added */
blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: middle;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

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

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  margin: 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

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

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

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

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

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

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  /* 1 */
  touch-action: manipulation; /* 2 */
}

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled="true"],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden] {
  display: initial;
}

[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  position: absolute;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?30jeto");
  src: url("../fonts/icomoon.eot?30jeto#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?30jeto") format("truetype"),
    url("../fonts/icomoon.woff?30jeto") format("woff"),
    url("../fonts/icomoon.svg?30jeto#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-pagetop:before {
  content: "\e900";
}

.icon-document:before {
  content: "\e901";
}

.icon-down_arrow:before {
  content: "\e313";
}

.icon-left_arrow:before {
  content: "\e314";
}

.icon-right_arrow:before {
  content: "\e315";
}

.icon-top_arrow:before {
  content: "\e316";
}

.icon-link:before {
  content: "\e902";
}

.icon-tag:before {
  content: "\e903";
}

.icon-check:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

.icon-search-plus:before {
  content: "\e908";
}

.icon-phone:before {
  content: "\e909";
}

.icon-home:before {
  content: "\e90b";
}

.icon-pin:before {
  content: "\e90e";
}

.icon-mail:before {
  content: "\e911";
}

.icon-chevron-right:before {
  content: "\e906";
}

.icon-pdf:before {
  content: "\e907";
}

/*--------------------------------------------------------------------/
	body
/--------------------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  font-size: 1.06rem;
  letter-spacing: 0.1em;
  font-family: -apple-system, BlinkMacSystemFont, "Noto Sans JP",
    "Hiragino Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
    "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothicM, YuGothic, "メイリオ",
    Meiryo, sans-serif;
  line-height: 1.75;
  font-weight: 400;
  word-wrap: break-word;
  color: #202020;
  background: #fff;
  overflow-x: hidden;
}
@media (max-width: 1056px) {
  body {
    font-size: 0.94rem;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 0.88rem;
  }
}

/*
section:after,
article:after {
	content: "";
	clear: both;
	display: block;
}
*/
/* heading 
----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

/* a,img
----------------------------------------------------------------*/
a {
  color: #2cabed;
  vertical-align: top;
}
a:link,
a:visited {
  text-decoration: underline;
}
a:hover,
a:active {
  text-decoration: none;
}
a img {
  display: block;
}
a.hover img {
  transition: all 0.3s ease 0s;
}
a.hover img:hover {
  opacity: 0.6;
}

img {
  display: block;
  max-width: 100%;
}

/* select */
input,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  padding-right: 1em;
}

/* tel-link */
.tel-link a {
  text-decoration: none !important;
}

[id*="link-"],
.scroll-position {
  padding-top: 80px;
  margin-top: -80px;
}
@media (min-width: 1557px) {
  [id*="link-"],
  .scroll-position {
    padding-top: 8rem;
    margin-top: -8rem;
  }
}

/* scroll-bar */
.scroll-bar::-webkit-scrollbar {
  width: 8px;
}
.scroll-bar::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-bar::-webkit-scrollbar-thumb {
  background: #c9ced2;
  border-radius: 8px;
  box-shadow: inset 0 0 0 1px #fff;
}

/* CSS Document */
/*====================================================================

	common.css

=====================================================================*/
/*--------------------------------------------------------------------/
	loader
/--------------------------------------------------------------------*/
.loader {
  width: 100vw;
  height: 100vh;
  background: #158eea;
  z-index: 13;
  position: fixed;
}
.loader__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__circle {
  width: 0;
  height: 0;
  position: absolute;
  display: block;
  background: #fff;
  border-radius: 50%;
}
.loader__logo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader__logo__inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
  max-height: 200px;
  -webkit-animation: txt_opacity 1.5s forwards;
  animation: txt_opacity 1.5s forwards;
}
.loader__filter {
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  opacity: 0;
}

@-webkit-keyframes txt_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes txt_opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*--------------------------------------------------------------------/
	header
/--------------------------------------------------------------------*/
.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  width: 100%;
  padding-top: 0.4rem;
  padding-bottom: 0.5rem;
  transition: all 0.3s ease-in 0s;
}
@media (min-width: 1296px) {
  .header {
    padding-top: 1.2rem;
    padding-bottom: 1.4rem;
  }
}
@media (min-width: 1296px) {
  .header.fixed {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
}
@media (min-width: 1557px) {
  .header.fixed {
    padding-top: 0.5rem;
    padding-bottom: 0.6rem;
  }
}

.h-inner {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding: 0 5%;
}
@media (min-width: 1296px) {
  .h-inner {
    padding: 0 20px;
  }
}
.h-flex {
  display: flex;
  justify-content: space-between;
  align-self: center;
}
.h-left {
  display: flex;
  -moz-column-gap: 1em;
  column-gap: 1em;
}
@media (min-width: 1296px) {
  .h-left {
    width: 35%;
  }
}
@media (max-width: 1295px) {
  .h-left {
    margin-top: 0.75rem;
    width: 75%;
  }
}
@media (min-width: 1296px) {
  .h-left .is-design {
    max-height: 45px;
  }
}
@media (max-width: 1295px) {
  .h-left .is-design {
    max-height: 45px;
  }
  .img-none {
    display: none;
  }
}
@media (min-width: 1296px) {
  .h-logo {
    max-height: 45px;
  }
}
@media (max-width: 1295px) {
  .h-logo {
    max-height: 45px;
  }
}
.h-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h-logo img {
  max-height: 100%;
}
.h-left .is-design {
  display: flex;
  align-items: center;
  height: 45px;
}

.is-design img {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.is-design img {
  max-height: 100%;
}

/*--------------------------------------------------------------------/
		modal
/--------------------------------------------------------------------*/
.body-fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

@-webkit-keyframes menu-bar01 {
  0% {
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    transform: translateY(3px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(3px) rotate(45deg);
  }
  50% {
    transform: translateY(3px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes menu-bar02 {
  0% {
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    transform: translateY(-3px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-3px) rotate(-45deg);
  }
  50% {
    transform: translateY(-3px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@-webkit-keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(3px) rotate(0);
  }
  100% {
    transform: translateY(3px) rotate(45deg);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(3px) rotate(0);
  }
  100% {
    transform: translateY(3px) rotate(45deg);
  }
}
@-webkit-keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-3px) rotate(0);
  }
  100% {
    transform: translateY(-3px) rotate(-45deg);
  }
}
@keyframes active-menu-bar02 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-3px) rotate(0);
  }
  100% {
    transform: translateY(-3px) rotate(-45deg);
  }
}
/* スマホメニュー */
.close-btn a {
  text-decoration: none !important;
}

.hamburger {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 11;
  right: 20px;
}
.open .hamburger-btn {
  background: transparent;
}
.hamburger-btn {
  position: relative;
  width: 52px;
  height: 52px;
  padding: 10px;
  cursor: pointer;
  display: block;
  transition: all 0.4s;
  box-sizing: border-box;
  border-radius: 50%;
}
.hamburger-btn span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  left: 17px;
  width: 18px;
  height: 2px;
  background-color: #fff;
  border-radius: 2px;
}
.hamburger-btn span:nth-of-type(1) {
  top: 22px;
  -webkit-animation: menu-bar01 0.75s forwards;
  animation: menu-bar01 0.75s forwards;
}
.hamburger-btn span:nth-of-type(2) {
  bottom: 22px;
  -webkit-animation: menu-bar02 0.75s forwards;
  animation: menu-bar02 0.75s forwards;
}
.hamburger-btn.active span {
  background-color: #fff;
}
.hamburger-btn.active span:nth-of-type(1) {
  -webkit-animation: active-menu-bar01 0.75s forwards;
  animation: active-menu-bar01 0.75s forwards;
}
.hamburger-btn.active span:nth-of-type(2) {
  -webkit-animation: active-menu-bar02 0.75s forwards;
  animation: active-menu-bar02 0.75s forwards;
}

.sp-nav__bg {
  position: fixed;
  top: 10px;
  right: 10px;
  content: "";
  width: 52px;
  height: 52px;
  border-radius: 50%;
  transition: all 0.8s ease-in 0s;
  background: #2cabed;
  z-index: 9;
  right: 20px;
}
body.open .sp-nav__bg {
  transform: scale(90);
  background: #2cabed;
}

.sp-nav {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  z-index: 10;
}
body.open .sp-nav {
  cursor: "", auto;
  transition: 0.5 0.3s ease 0s;
  visibility: visible;
  opacity: 1;
}
.sp-nav__inner {
  width: 80%;
  max-width: 1040px;
  height: 100%;
  margin: 4rem auto 0;
  padding-bottom: 8rem;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
}

.sp-nav__flex {
  /* クローズボタン　*/
}
@media (min-width: 768px) {
  .sp-nav__flex {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
  }
  .sp-nav__flex > * {
    width: 48.75%;
  }
}
.sp-nav__flex .close-wrap {
  margin-top: 1rem;
  opacity: 0;
}
body.open .sp-nav__flex .close-wrap {
  opacity: 1;
  transition: all 0.5s ease 1.4s;
}
.sp-nav__flex .close-wrap a {
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  background: #fff;
  text-decoration: none !important;
  width: 100%;
  display: block;
  color: #2cabed;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  vertical-align: bottom;
  font-family: "Gantari", sans-serif;
}
.sp-nav__flex .close-wrap a::before {
  content: "×";
  margin-right: 0.3rem;
  vertical-align: bottom;
  font-family: "Noto Sans JP", sans-serif;
}

.sp-nav__tel {
  margin-top: 1rem;
  opacity: 0;
  line-height: 1.2;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(1.5rem + 8 * (100vw - 280px) / 1220);
  height: 60px;
  line-height: 60px;
  border: 1px solid #fff;
  border-radius: 30px;
}
@media (min-width: 1557px) {
  .sp-nav__tel {
    font-size: 2.25rem;
  }
}
body.open .sp-nav__tel {
  opacity: 1;
  transition: all 0.5s ease 1.3s;
}
.sp-nav__tel span {
  display: block;
  color: #fff;
  font-family: "Gantari", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 600;
}
.sp-nav__tel span:before {
  content: "\e909";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sp-nav__tel span::before {
  line-height: 1;
  font-size: 0.64em;
  margin-right: 0.2rem;
  padding-bottom: 0.5rem;
  font-weight: 100;
}
@media (max-width: 1056px) {
  .sp-nav__tel span::before {
    font-size: 0.73em;
  }
}
@media (max-width: 767px) {
  .sp-nav__tel span::before {
    font-size: 0.78em;
  }
}
.sp-nav__tel .tel-link a {
  color: #fff;
}

.sp-nav__tit {
  opacity: 0;
  margin-bottom: 2rem;
  max-width: 200px;
  width: 50%;
}
@media (min-width: 576px) {
  .sp-nav__tit {
    margin-left: auto;
    margin-right: auto;
  }
}
body.open .sp-nav__tit {
  opacity: 1;
  transition: all 0.5s ease 0.2s;
}

.sp-nav__list > li {
  width: 100%;
  margin: 0 auto;
  margin-top: -15px;
  text-align: left;
  opacity: 0;
  border-bottom: 1px solid #fff;
}
.sp-nav__list > li a {
  display: block;
  color: #fff;
  text-decoration: none;
  height: 60px;
  line-height: 60px;
  box-sizing: border-box;
  padding-left: 1rem;
  position: relative;
}
.sp-nav__list .sub-menu {
  display: none;
}
.sp-nav__list .sub-menu li {
  border-top: 1px dotted #fff;
}
.sp-nav__list .sub-menu li a {
  padding-left: 1rem;
}
.sp-nav__list .sub-menu li a::before {
  content: "-";
  margin-right: 0.75rem;
}

.sp-lv2 {
  position: relative;
  width: 100%;
}
.sp-lv2 a[href="javascript:void(0);"]::before,
.sp-lv2 a[href="javascript:void(0);"]::after {
  font-style: normal;
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 10px;
  height: 1px;
  content: "";
  transition: all 0.3s ease 0s;
  background-color: #fff;
}
.sp-lv2 a[href="javascript:void(0);"]::before {
  transform: rotate(0deg);
}
.sp-lv2 a[href="javascript:void(0);"]::after {
  transform: rotate(90deg);
}
.sp-lv2 a[href="javascript:void(0);"].active::before {
  display: none;
}
.sp-lv2 a[href="javascript:void(0);"].active::after {
  top: 50%;
  transform: rotate(180deg);
}

body.open .sp-nav__list > li {
  opacity: 1;
  margin-top: 0;
}
body.open .sp-nav__list > li:nth-child(1) {
  transition: 0.5s ease 0.2769230769s;
}
body.open .sp-nav__list > li:nth-child(2) {
  transition: 0.5s ease 0.3538461538s;
}
body.open .sp-nav__list > li:nth-child(3) {
  transition: 0.5s ease 0.4307692308s;
}
body.open .sp-nav__list > li:nth-child(4) {
  transition: 0.5s ease 0.5076923077s;
}
body.open .sp-nav__list > li:nth-child(5) {
  transition: 0.5s ease 0.5846153846s;
}
body.open .sp-nav__list > li:nth-child(6) {
  transition: 0.5s ease 0.6615384615s;
}
body.open .sp-nav__list > li:nth-child(7) {
  transition: 0.5s ease 0.7384615385s;
}
body.open .sp-nav__list > li:nth-child(8) {
  transition: 0.5s ease 0.8153846154s;
}
body.open .sp-nav__list > li:nth-child(9) {
  transition: 0.5s ease 0.8923076923s;
}
body.open .sp-nav__list > li:nth-child(10) {
  transition: 0.5s ease 0.9692307692s;
}
body.open .sp-nav__list > li:nth-child(11) {
  transition: 0.5s ease 1.0461538462s;
}
body.open .sp-nav__list > li:nth-child(12) {
  transition: 0.5s ease 1.1230769231s;
}
body.open .sp-nav__list > li:nth-child(13) {
  transition: 0.5s ease 1.2s;
}

.g-nav {
  display: none;
}

.g-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (min-width: 1557px) {
  .g-nav__list .document {
    margin-right: 0.75em !important;
  }
}
.g-nav__list .document a {
  display: block;
  background: #2cabed;
  color: #fff !important;
  letter-spacing: 0;
  padding: 0.1em 1.25rem;
  border-radius: 24px;
  line-height: 1;
}
@media (max-width: 1295px) {
  .g-nav__list .document a {
    font-size: calc(0.7rem + 2 * (100vw - 1000px) / 500);
    min-height: 32px;
  }
}
@media (min-width: 1557px) {
  .g-nav__list .document a {
    min-height: 40px;
    padding: 0.1em 1.75rem;
    font-size: 0.88rem;
  }
}
.g-nav__list .document a::before {
  display: none;
}
.g-nav__list .document a span {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 1.25rem;
}
.g-nav__list .document a span:before {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1296px) {
  .g-nav__list .document a span {
    min-height: 32px;
  }
}
@media (min-width: 1557px) {
  .g-nav__list .document a span {
    min-height: 40px;
  }
}
.g-nav__list .document a span::before {
  position: absolute;
  left: 0.1em;
  top: calc(50% - 0.5em);
  font-size: 1rem;
}
.g-nav__list .document a:hover {
  background-color: #1c3aff;
}
.g-nav__list .contact a {
  display: block;
  background: #158eea;
  color: #fff !important;
  font-family: "Gantari", sans-serif;
  padding: 0.1em 1.25rem;
  border-radius: 24px;
  line-height: 1;
  min-height: 32px;
}
@media (min-width: 1557px) {
  .g-nav__list .contact a {
    min-height: 40px;
    padding: 0.1em 1.75rem;
  }
}
.g-nav__list .contact a::before {
  display: none;
}
.g-nav__list .contact a span {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 1.25rem;
}
.g-nav__list .contact a span:before {
  content: "\e911";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1296px) {
  .g-nav__list .contact a span {
    min-height: 32px;
  }
}
@media (min-width: 1557px) {
  .g-nav__list .contact a span {
    min-height: 40px;
    font-size: 1rem;
  }
}
.g-nav__list .contact a span::before {
  position: absolute;
  left: 0;
  top: calc(50% - 0.55em);
  font-size: 0.94rem;
}
.g-nav__list .contact a:hover {
  background-color: #1c3aff;
}
.g-nav__list > li:not(:last-child) {
  margin-right: 0.5em;
}
@media (min-width: 1557px) {
  .g-nav__list > li:not(:last-child) {
    margin-right: 1.25em;
  }
}
.g-nav__list > li > a {
  vertical-align: middle;
  color: #202020;
  transition: all 0.3s ease 0s;
  text-decoration: none !important;
  position: relative;
  font-weight: 500;
  padding-bottom: 15px;
}
@media (min-width: 1296px) {
  .g-nav__list > li > a {
    font-size: calc(0.75rem + 3 * (100vw - 1000px) / 500);
  }
}
@media (min-width: 1557px) {
  .g-nav__list > li > a {
    font-size: 1.06rem;
  }
}
.g-nav__list > li > a::before {
  content: "";
  background-color: #2cabed;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: -6px;
  opacity: 0;
  left: calc(50% - 5px);
  transition: all 0.3s ease 0s;
}
.g-nav__list > li > a:hover {
  color: #2cabed;
}
.g-nav__list > li > a:hover::before {
  opacity: 1;
  bottom: 0;
}

.pc-lv2 {
  position: relative;
}
.pc-lv2:hover ul {
  top: 48px;
  visibility: visible;
  opacity: 1;
}
.pc-lv2 ul {
  position: absolute;
  transition: all 0.3s ease 0s;
  top: 30px;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  left: 0;
  z-index: 10;
  width: 240px;
}
.pc-lv2 ul a {
  display: block;
  text-decoration: none !important;
  padding: 0.75rem 1rem;
  font-size: 0.82em;
  color: #fff;
  line-height: 1.4;
  position: relative;
  background: #232729;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1056px) {
  .pc-lv2 ul a {
    font-size: 0.93em;
  }
}
@media (max-width: 767px) {
  .pc-lv2 ul a {
    font-size: 1em;
  }
}
.pc-lv2 ul a:hover {
  background: #2cabed;
  color: #fff;
}

/*----------------------------------------------------------------
	contents
----------------------------------------------------------------*/
/* wrapper */
/* main */
main::after {
  display: block;
  content: "";
  clear: both;
} /* contents */
.l-cont_lg {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 1557px) {
  .l-cont_lg {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-cont {
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}
@media (min-width: 1557px) {
  .l-cont {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l-cont_xxl {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

/* contents-box */
.l-box {
  width: 100%;
  z-index: 1;
  position: relative;
}
.l-box:not(:last-of-type) {
  margin-bottom: 8rem;
}
@media (min-width: 1057px) {
  .l-box:not(:last-of-type) {
    margin-bottom: 10rem;
  }
}

[class*="bg-box"] {
  padding: 2rem 4%;
}
@media (min-width: 576px) {
  [class*="bg-box"] {
    padding: 2rem 6%;
  }
}

.bg-box--gray {
  background: #f6f6f6;
}

.cases-box {
  position: relative;
  margin-bottom: clamp(2rem, 4vw, 4rem);
  text-align: left;
}
.cases-box a {
  display: block;
  position: relative;
  text-decoration: none !important;
  height: 100%;
}
.cases-box a:hover .cases-box__txt::after {
  height: 100%;
}
.cases-box__inner {
  display: flex;
  flex-direction: column-reverse;
}
.cases-box__txt {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10%;
  border-left: 1px solid #2cabed;
  color: #202020;
  position: relative;
}
.cases-box__txt::after {
  content: "";
  width: 1px;
  height: 0;
  position: absolute;
  top: 0;
  left: -1px;
  background: #1c3aff;
  transition: all 0.3s ease 0s;
}
.cases-box__tit {
  font-size: calc(0.94rem + 6 * (100vw - 280px) / 1220);
  margin-bottom: 0.75rem;
  font-weight: 700;
}
@media (min-width: 1057px) {
  .cases-box__tit {
    font-size: 1rem;
  }
}
@media (max-width: 375px) {
  .cases-box__tit {
    font-size: 1.06rem;
  }
}
.cases-box__category {
  font-size: 0;
}
.cases-box__category > * {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  display: inline-block;
  font-size: 1rem;
}
.cases-box__img {
  margin-bottom: clamp(1.25rem, 2vw, 2rem);
}
.cases-box__img__inner {
  position: relative;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  border-radius: 50%;
  border: 1px solid #e5e9ec;
}
.cases-box__img__inner::before {
  content: "";
  display: block;
  padding-top: 100%;
  position: relative;
}
.cases-box__img__inner > div,
.cases-box__img__inner figure,
.cases-box__img__inner a,
.cases-box__img__inner picture {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
@media (max-width: 375px) {
  .cases-box__img {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

/*----------------------------------------------------------------
	component(common)
----------------------------------------------------------------*/
/*	heading
/--------------------------------------------------------------------*/
.heading-tit,
.table-tit {
  line-height: 1.4;
  padding-bottom: calc(1rem + 20px);
  margin-bottom: calc(1.5rem + 0.75em);
  position: relative;
  font-weight: 700;
  font-size: calc(1.14rem + 10 * (100vw - 280px) / 1220);
}
@media (min-width: 1557px) {
  .heading-tit,
  .table-tit {
    font-size: 1.75rem;
  }
}
.heading-tit::after,
.table-tit::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: calc(50% - 30px);
  width: 60px;
  height: 20px;
  background-color: transparent;
  background-image: radial-gradient(#b0def9 36%, transparent 36%);
  background-size: 20px 20px;
}

/* single page */
.default-tit {
  line-height: 1.4;
  padding-bottom: 0.5em;
  margin-bottom: calc(0.5rem + 0.75em);
  position: relative;
  border-bottom: 1px solid #c9ced2;
  font-weight: 700;
  font-size: calc(1.14rem + 10 * (100vw - 280px) / 1220);
}
@media (min-width: 1557px) {
  .default-tit {
    font-size: 1.75rem;
  }
}

/* teble用のタイトル */
/* ol
/--------------------------------------------------------------------*/
.common-ol {
  margin-left: 5px;
  counter-reset: ol-num;
}
.common-ol > li {
  line-height: 1.4;
  padding-left: 1.5em;
  text-indent: -1.5em;
  position: relative;
}
.common-ol > li::before {
  counter-increment: ol-num;
  content: counter(ol-num) ".";
  padding-right: 0.5em;
  text-align: center;
}
.common-ol > li:not(:last-child) {
  margin-bottom: 0.7rem;
}

/* ul
/--------------------------------------------------------------------*/
.common-ul,
.is-wysiwyg ul {
  text-align: left;
}
.common-ul li,
.is-wysiwyg ul li {
  line-height: 1.4;
  padding-left: 1.5rem;
  position: relative;
}
.common-ul li::before,
.is-wysiwyg ul li::before {
  content: "●";
  color: #2cabed;
  position: absolute;
  left: 0;
  top: 0.25em;
  font-size: 0.7em;
}
.common-ul li:not(:last-child),
.is-wysiwyg ul li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.common-ul2 {
  margin-left: 5px;
  text-align: left;
}
.common-ul2 li {
  line-height: 1.4;
  padding-left: 1rem;
  position: relative;
}
.common-ul2 li::before {
  content: "・";
  position: absolute;
  color: #202020;
  left: 0;
  top: 0;
}
.common-ul2 li:not(:last-child) {
  margin-bottom: 0.3rem;
}

.caution-ul {
  margin-left: 5px;
}
.caution-ul li {
  line-height: 1.4;
  padding-left: 1.2rem;
  position: relative;
  color: #e1091f;
}
.caution-ul li::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}
.caution-ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}

/* dl
/--------------------------------------------------------------------*/
.common-dl {
  margin-left: 5px;
  margin-bottom: 2rem;
}
.common-dl dt {
  line-height: 1.4;
}
.common-dl dt:before {
  content: "●";
  padding-right: 0.3em;
}
.common-dl dd:not(:last-child) {
  margin-bottom: 1.5rem;
}

.common-dl2 {
  margin-bottom: 1rem;
}
.common-dl2 dt {
  line-height: 1.4;
  padding-bottom: 0.7rem;
  border-bottom: 1px solid #c9ced2;
  margin-bottom: 0.7rem;
  font-size: 1.05em;
  font-weight: 500;
}
@media (max-width: 1056px) {
  .common-dl2 dt {
    font-size: 1.2em;
  }
}
@media (max-width: 767px) {
  .common-dl2 dt {
    font-size: 1.28em;
  }
}
.common-dl2 dd:not(:last-child) {
  margin-bottom: 2rem;
}

/* table
----------------------------------------------------------------*/
.common-table {
  width: 100%;
  margin-bottom: 2rem;
}
.common-table tr {
  border-bottom: 1px solid #c9ced2;
}
.common-table tr:first-child {
  border-top: 1px solid #c9ced2;
}
.common-table th,
.common-table td.column-1 {
  text-align: left;
  font-weight: normal;
  padding: 1rem 0;
}
@media (min-width: 1057px) {
  .common-table th,
  .common-table td.column-1 {
    width: 25%;
    min-width: 180px;
  }
}
@media (max-width: 1056px) {
  .common-table th,
  .common-table td.column-1 {
    display: block;
    padding-bottom: 0;
  }
}
.common-table td {
  padding: 1rem 1.25rem 1rem 0.5rem;
}
@media (max-width: 1056px) {
  .common-table td {
    display: block;
    padding-top: 0;
    padding-left: 0;
  }
}

/* table press CSS */
.tablepress td,
.tablepress th {
  padding: none;
}

.tablepress tbody td,
.tablepress tfoot th {
  border-top: none !important;
}

/*--------------------------------------------------------------------/
	common-parts
/--------------------------------------------------------------------*/
/* cotegory */
.category-list {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: clamp(3rem, 6vw, 6rem);
}
.category-list__inner {
  background: #fff;
  line-height: 1.4;
  border-top-left-radius: clamp(8px, 1vw, 1em);
  border-bottom-left-radius: clamp(8px, 1vw, 1em);
  padding: 1.5em 0 1rem 5%;
}
@media (min-width: 768px) {
  .category-list__inner {
    padding: 2rem 0 1rem 5rem;
  }
}
@media (min-width: 1557px) {
  .category-list__inner {
    width: calc(50% + 750px);
    padding: 2rem 0 1rem 4rem;
  }
}
@media (max-width: 1556px) {
  .category-list__inner {
    width: 95%;
  }
}
@media (min-width: 768px) {
  .category-list__flex {
    display: flex;
  }
}
.category-list__tit {
  font-family: "Gantari", sans-serif;
  font-weight: 600;
  font-size: calc(1.25rem + 16 * (100vw - 280px) / 1220);
  line-height: 1;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .category-list__tit {
    padding-right: 1rem;
    position: relative;
    padding-top: 0.1rem;
    margin-right: 1em;
  }
}
@media (min-width: 1057px) {
  .category-list__tit {
    margin-right: 2em;
  }
}
@media (min-width: 1557px) {
  .category-list__tit {
    font-size: 2.25rem;
  }
}
@media (max-width: 767px) {
  .category-list__tit {
    margin-bottom: 1rem;
  }
}
.category-list .category-item {
  font-size: 0.76em;
  padding: 0.25em 0.5em;
  min-width: 130px;
  vertical-align: top;
}
@media (max-width: 1056px) {
  .category-list .category-item {
    font-size: 0.86em;
  }
}
@media (max-width: 767px) {
  .category-list .category-item {
    font-size: 0.92em;
  }
}
@media (min-width: 576px) {
  .category-list .category-item {
    min-width: 150px;
  }
}
@media (min-width: 1057px) {
  .category-list .category-item {
    font-size: 0.94em;
    padding: 0.5em 1em;
  }
}
@media (min-width: 1057px) and (max-width: 1056px) {
  .category-list .category-item {
    font-size: 1.06em;
  }
}
@media (min-width: 1057px) and (max-width: 767px) {
  .category-list .category-item {
    font-size: 1.14em;
  }
}
@media (min-width: 1557px) {
  .category-list .category-item {
    min-width: 260px;
    padding: 0.75em 1em;
  }
}
.category-list__items {
  font-size: 0;
}
.category-list__items > * {
  display: inline-block;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  display: inline-block;
  font-size: 1rem;
}
@media (min-width: 768px) {
  .category-list__items > * {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1557px) {
  .category-list__items > * {
    margin-right: 1.5em;
  }
}
.category-list__items a {
  text-decoration: none !important;
  transition: all 0.3s ease 0s;
}
.category-list__items a:hover {
  opacity: 0.8;
}

.category-item {
  display: inline-block;
  background-color: #158eea;
  color: #fff;
  text-align: center;
  line-height: 1.4;
  padding: 0.3em 1.5em;
  font-size: 0.76em;
  letter-spacing: 0.05em;
  border-radius: 30px;
}
@media (max-width: 1056px) {
  .category-item {
    font-size: 0.86em;
  }
}
@media (max-width: 767px) {
  .category-item {
    font-size: 0.92em;
  }
}
@media (min-width: 1057px) {
  .category-item {
    font-size: 0.82em;
  }
}
@media (min-width: 1057px) and (max-width: 1056px) {
  .category-item {
    font-size: 0.93em;
  }
}
@media (min-width: 1057px) and (max-width: 767px) {
  .category-item {
    font-size: 1em;
  }
}
.category-item--black {
  background-color: #000;
}

/* txt */
.txt p {
  margin-bottom: 1rem;
}
.txt p:last-child {
  margin-bottom: 0;
}

/* align */
.align-right {
  float: right;
  margin: 0 0 0.7rem 0.7rem;
}
.align-left {
  float: left;
  margin: 0.7rem 0.7rem 0 0;
}
.align-center {
  display: block;
  margin: 0 auto 0.7rem;
}

/*--------------------------------------------------------------------/
/* common-contact
---------------------------------------------------------------------*/
.common-contact {
  padding-top: clamp(2rem, 5.2vw, 5.2vw);
}
.common-contact__inner {
  background: #f7f9fb;
  position: relative;
  padding: 1rem 0 clamp(2rem, 4vw, 3rem);
}
.common-contact__inner::after {
  content: "";
  width: 100vw;
  height: 5.2vw;
  background: url(../img/common/lightgray_wave.svg) left bottom/cover no-repeat;
  position: absolute;
  left: 0;
  bottom: calc(100% - 2px);
}
.common-contact__flex {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1057px) {
  .common-contact__flex {
    display: flex;
    justify-content: flex-end;
    -moz-column-gap: 6.37%;
    column-gap: 6.37%;
  }
}
@media (min-width: 1057px) {
  .common-contact__left {
    width: 62%;
  }
}
@media (max-width: 1056px) {
  .common-contact__left {
    margin-bottom: 2rem;
  }
}
.common-contact__left .txt {
  margin-bottom: 1rem;
}
.common-contact__tit {
  margin-bottom: 1rem;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Gantari", sans-serif;
  font-weight: 700;
  font-size: calc(2rem + 24 * (100vw - 280px) / 1220);
}
@media (min-width: 1557px) {
  .common-contact__tit {
    font-size: 3.75rem;
  }
}
.common-contact__tel {
  font-family: "Gantari", sans-serif;
  position: relative;
  font-size: calc(2rem + 20 * (100vw - 280px) / 1220);
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.02em;
}
.common-contact__tel:before {
  content: "\e909";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (min-width: 1057px) {
  .common-contact__tel {
    font-size: calc(1.5rem + 12 * (100vw - 768px) / 732);
  }
}
@media (min-width: 1557px) {
  .common-contact__tel {
    font-size: 2.5rem;
  }
}
.common-contact__tel::before {
  margin-right: 0.5rem;
  font-size: 0.58em;
  color: #2cabed;
}
@media (max-width: 1056px) {
  .common-contact__tel::before {
    font-size: 0.66em;
  }
}
@media (max-width: 767px) {
  .common-contact__tel::before {
    font-size: 0.71em;
  }
}
.common-contact__tel a {
  color: #202020 !important;
}
.common-contact__right {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 1057px) {
  .common-contact__right {
    width: 31.63%;
    flex-shrink: 0;
  }
}
.common-contact__btn {
  width: 100%;
  margin-bottom: 0.7rem;
}
@media (min-width: 1057px) {
  .common-contact__btn {
    max-width: 320px;
  }
}
@media (max-width: 1056px) {
  .common-contact__btn {
    margin-left: auto;
    margin-right: auto;
  }
}
.common-contact__btn a {
  padding: 1em 4rem;
  min-height: 64px;
  border-radius: 36px;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none !important;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
  font-size: 1em;
  transition: all 0.3s ease 0s;
}
@media (max-width: 1056px) {
  .common-contact__btn a {
    font-size: 1.13em;
  }
}
@media (max-width: 767px) {
  .common-contact__btn a {
    font-size: 1.21em;
  }
}
@media (max-width: 1056px) {
  .common-contact__btn a {
    justify-content: center;
  }
}
.common-contact__btn a span {
  position: relative;
  padding-left: 2.5em;
  min-width: 170px;
}
.common-contact__btn a.is-document {
  background-color: #2cabed;
}
.common-contact__btn a.is-document span:before {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-contact__btn a.is-document span::before {
  position: absolute;
  vertical-align: baseline;
  left: 0.2rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.52em;
}
@media (max-width: 1056px) {
  .common-contact__btn a.is-document span::before {
    font-size: 1.73em;
  }
}
@media (max-width: 767px) {
  .common-contact__btn a.is-document span::before {
    font-size: 1.85em;
  }
}
.common-contact__btn a.is-document:hover {
  background: #1c3aff;
}
.common-contact__btn a.is-contact {
  background-color: #158eea;
}
.common-contact__btn a.is-contact span:before {
  content: "\e901";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-contact__btn a.is-contact span:before {
  content: "\e911";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.common-contact__btn a.is-contact span::before {
  position: absolute;
  left: 0.1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.29em;
}
@media (max-width: 1056px) {
  .common-contact__btn a.is-contact span::before {
    font-size: 1.46em;
  }
}
@media (max-width: 767px) {
  .common-contact__btn a.is-contact span::before {
    font-size: 1.57em;
  }
}
.common-contact__btn a.is-contact:hover {
  background: #1c3aff;
}

/*--------------------------------------------------------------------/
	footer
/--------------------------------------------------------------------*/
footer {
  color: #202020;
}

.f-nav {
  padding: 2.5rem 0;
  background: #b6e4ff;
}
@media (max-width: 1056px) {
  .f-nav {
    display: none;
  }
}
.f-nav__list {
  display: flex;
  justify-content: center;
}
.f-nav__list li {
  line-height: 1.5;
}
.f-nav__list li:not(:last-child) a::before {
  content: "";
  width: 1px;
  height: 80%;
  position: absolute;
  top: 10%;
  right: 0;
  background: #232729;
}
.f-nav__list a {
  color: #232729;
  font-size: 0.88rem;
  text-indent: 1.5em;
  position: relative;
  padding-left: 0.8em;
  padding-right: 0.8em;
  letter-spacing: 0.03em;
  text-decoration: none !important;
}
@media (min-width: 1057px) {
  .f-nav__list a {
    font-size: calc(0.75rem + 3 * (100vw - 1000px) / 500);
  }
}
@media (min-width: 1557px) {
  .f-nav__list a {
    padding-left: 1.25em;
    padding-right: 1.25em;
    font-size: 0.88rem;
    letter-spacing: 0.1em;
  }
}
.f-nav__list a::before {
  content: "";
  width: 10px;
  height: 1px;
}
.f-nav__list a span {
  text-align: center;
}
.f-nav__list a:hover span {
  text-decoration: underline !important;
}

.f-sns {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.f-sns__inner {
  padding: clamp(1rem, 2vw, 2rem) 0 clamp(2rem, 3vw, 3rem);
}
@media (min-width: 576px) {
  .f-sns__inner {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    max-inline-size: -webkit-max-content;
    max-inline-size: -moz-max-content;
    max-inline-size: max-content;
    margin-inline: auto;
  }
}
@media (min-width: 1057px) {
  .f-sns__inner {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }
}
@media (max-width: 575px) {
  .f-sns__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 2.5vw;
  }
}
.f-sns__tit {
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: "Gantari", sans-serif;
  font-weight: 700;
  font-size: 1.38rem;
  text-align: center;
}
@media (min-width: 576px) {
  .f-sns__tit {
    flex-shrink: 0;
    text-align: left;
    min-width: 100px;
    font-size: calc(1rem + 8 * (100vw - 280px) / 1220);
    width: auto;
  }
}
@media (min-width: 1557px) {
  .f-sns__tit {
    font-size: 1.5rem;
  }
}
.f-sns__list {
  display: inline-flex;
  -moz-column-gap: clamp(0.5em, 5%, 2.5rem);
  column-gap: clamp(0.5em, 5%, 2.5rem);
}
@media (min-width: 576px) {
  .f-sns__list {
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
    flex-shrink: 0;
    flex-grow: 1;
  }
}
.f-sns__list li {
  width: 22.5%;
  max-width: 40px;
}
@media (min-width: 576px) {
  .f-sns__list li {
    max-width: 60px;
    width: 20%;
  }
}
@media (min-width: 1057px) {
  .f-sns__list li {
    width: 60px;
  }
}

.f- {
  background: #fff;
}
.f-banner {
  padding: clamp(2rem, 4vw, 4rem) 0;
}
.f-banner__inner {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}
.f-banner__list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 1.8vw;
}
@media (min-width: 768px) {
  .f-banner__list {
    -moz-column-gap: 1.92%;
    column-gap: 1.92%;
    row-gap: 1.3vw;
  }
}
@media (min-width: 1057px) {
  .f-banner__list {
    row-gap: 25px;
  }
}
.f-banner__list > * {
  width: 49%;
}
@media (min-width: 768px) {
  .f-banner__list > * {
    width: 23.53%;
  }
}

.f-info {
  background: #d4efff;
  padding: clamp(1rem, 2vw, 2rem) 0 clamp(2rem, 3vw, 3rem);
  text-align: center;
}
.f-info__tit {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.7rem;
  max-width: 330px;
  width: 60%;
}
.f-info__tit img {
  width: 100%;
}
.f-copy {
  font-size: 1rem;
  padding: 1rem 0;
  font-family: "Gantari", sans-serif;
  font-weight: 600;
}

/* pagetop
--------------------------------------------------------------------*/
.pagetop {
  position: fixed;
  z-index: 7;
  bottom: 1rem;
  right: 0.5rem;
}
.pagetop a {
  height: 30px;
  display: block;
  text-decoration: none !important;
  font-size: 1.88rem;
  transition: all 0.3s ease 0s;
}
.pagetop a:hover {
  color: #1c3aff;
}
@media (min-width: 768px) {
  .pagetop a {
    height: 40px;
    font-size: 2.5rem;
  }
}
.pagetop i {
  vertical-align: top;
}

/*--------------------------------------------------------------------/
	column
/--------------------------------------------------------------------*/
/* column3 */
@media (min-width: 376px) {
  .l-col-3-xs {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.65%;
    column-gap: 2.65%;
  }
  .l-col-3-xs > * {
    flex-basis: 48.67%;
  }
}
@media (min-width: 1057px) {
  .l-col-3-xs {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-3-xs > * {
    flex-basis: 30.66%;
  }
}
@media (min-width: 1557px) {
  .l-col-3-xs {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-3-xs > * {
    flex-basis: 30.66%;
  }
}
@media (max-width: 375px) {
  .l-col-3-xs > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .l-col-3-sm {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3.47%;
    column-gap: 3.47%;
  }
  .l-col-3-sm > * {
    flex-basis: 48.26%;
  }
}
@media (min-width: 1057px) {
  .l-col-3-sm {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-3-sm > * {
    flex-basis: 30.66%;
  }
}
@media (min-width: 1557px) {
  .l-col-3-sm {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-3-sm > * {
    flex-basis: 30.66%;
  }
}
@media (max-width: 575px) {
  .l-col-3-sm > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .l-col-3-md {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 1.3%;
    column-gap: 1.3%;
  }
  .l-col-3-md > * {
    flex-basis: 32.46%;
  }
}
@media (min-width: 1057px) {
  .l-col-3-md {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-3-md > * {
    flex-basis: 30.66%;
  }
}
@media (min-width: 1557px) {
  .l-col-3-md {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-3-md > * {
    flex-basis: 30.66%;
  }
}
@media (max-width: 767px) {
  .l-col-3-md > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1057px) {
  .l-col-3-lg {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-3-lg > * {
    flex-basis: 30.66%;
  }
}
@media (min-width: 1557px) {
  .l-col-3-lg {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-3-lg > * {
    flex-basis: 30.66%;
  }
}
@media (max-width: 767px) {
  .l-col-3-lg > * {
    margin-left: auto;
    margin-right: auto;
  }
}

.l-col-4 {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 5.31%;
  column-gap: 5.31%;
  row-gap: 4vw;
}
.l-col-4 > * {
  flex-basis: 47.34%;
}
@media (min-width: 1057px) {
  .l-col-4 {
    -moz-column-gap: 2%;
    column-gap: 2%;
    row-gap: 2.5rem;
  }
  .l-col-4 > * {
    flex-basis: 23.5%;
  }
}
@media (min-width: 1557px) {
  .l-col-4 {
    -moz-column-gap: 2.66%;
    column-gap: 2.66%;
    row-gap: 2.5rem;
  }
  .l-col-4 > * {
    flex-basis: 23%;
  }
}
@media (min-width: 376px) {
  .l-col-4-xs {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 10.63%;
    column-gap: 10.63%;
  }
  .l-col-4-xs > * {
    flex-basis: 44.68%;
  }
}
@media (min-width: 1057px) {
  .l-col-4-xs {
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .l-col-4-xs > * {
    flex-basis: 23.5%;
  }
}
@media (min-width: 1557px) {
  .l-col-4-xs {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-4-xs > * {
    flex-basis: 22%;
  }
}
@media (max-width: 375px) {
  .l-col-4-xs > * {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .l-col-4-sm {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3.47%;
    column-gap: 3.47%;
  }
  .l-col-4-sm > * {
    flex-basis: 48.26%;
  }
}
@media (min-width: 1057px) {
  .l-col-4-sm {
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .l-col-4-sm > * {
    flex-basis: 23.5%;
  }
}
@media (min-width: 1557px) {
  .l-col-4-sm {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-4-sm > * {
    flex-basis: 22%;
  }
}
@media (min-width: 768px) {
  .l-col-4-md {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 3.9%;
    column-gap: 3.9%;
  }
  .l-col-4-md > * {
    flex-basis: 48.05%;
  }
}
@media (min-width: 1057px) {
  .l-col-4-md {
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .l-col-4-md > * {
    flex-basis: 23.5%;
  }
}
@media (min-width: 1557px) {
  .l-col-4-md {
    -moz-column-gap: 4%;
    column-gap: 4%;
  }
  .l-col-4-md > * {
    flex-basis: 22%;
  }
}
@media (max-width: 767px) {
  .l-col-4-md > * {
    margin-left: auto;
    margin-right: auto;
  }
}

/*--------------------------------------------------------------------/
	pagination
/--------------------------------------------------------------------*/
.prev-next {
  width: 100%;
}
.prev-next::after {
  display: block;
  content: "";
  clear: both;
}
.prev-next__next {
  float: left;
  width: 50%;
}
.prev-next__next a {
  padding-left: 1.5em;
  position: relative;
}
.prev-next__next a:before {
  content: "\e314";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prev-next__next a::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prev-next__prev {
  float: right;
  width: 50%;
  text-align: right;
}
.prev-next__prev a {
  padding-right: 1.5em;
  position: relative;
}
.prev-next__prev a:before {
  content: "\e315";
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.prev-next__prev a::before {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prev-next a {
  text-decoration: none !important;
  font-weight: 500;
  color: #202020;
}
.prev-next a::before {
  color: #2cabed;
}

/*-- next-prev --*/
.next-prev {
  text-align: center;
  font-size: 0;
  color: #2cabed;
  font-weight: 500;
  font-family: "Gantari", sans-serif;
  display: flex;
  letter-spacing: 0;
  justify-content: center;
}
.next-prev::after::after {
  display: block;
  content: "";
  clear: both;
}
.next-prev a {
  text-decoration: none;
  transition: all 0.3s ease 0s;
  color: #fff;
  border: 1px solid #b6e4ff;
  background: #b6e4ff;
}
.next-prev a:hover {
  border-color: #1c3aff;
  background: #1c3aff;
  color: #fff;
}
.next-prev__inner {
  display: inline-block;
}
.next-prev .prev,
.next-prev .next {
  background: #b6e4ff;
  color: #fff;
}

.page-numbers {
  padding: 0 0.75em;
  margin: 0 0.2rem;
  line-height: 1;
  letter-spacing: 0;
  transition: all 0.3s ease 0s;
  font-size: 0.88rem;
  color: #fff;
  vertical-align: top;
  min-width: 36px;
  min-height: 36px;
  border-radius: 50%;
  display: inline-block;
  line-height: 36px;
}
.page-numbers.current {
  border: 1px solid #2cabed;
  background-color: #2cabed;
}
.page-numbers.dots {
  color: #2cabed;
}

.nav-prev {
  float: left;
  margin-top: 24px;
  margin-top: 1.5rem;
}

.nav-next {
  float: right;
  margin-top: 24px;
  margin-top: 1.5rem;
}

/* print css
----------------------------------------------------------------*/
@media print {
  header {
    display: none;
  }
  nav#global {
    display: none;
  }
  footer {
    display: none;
  }
}




/* Optimization
----------------------------------------------------------------*/
.attachment-medium {
  width: 100%;
  height: auto;     /* 高さは自動 */
  object-fit: contain;
  display: block;
}