@charset "utf-8";
/* CSS Document */

@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
@import url('https://use.typekit.net/mzz3tbg.css');
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */

@font-face {
    font-family: 'Noto Sans JP';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/notosansjp/v56/-F62fjtqLzI2JPCgQBnw7HFow2oe2EcP5pp0erwTqsSWs9Jezazjcb4.0.woff2) format('woff2');
    unicode-range: U +25ee8, U +25f23, U +25f5c, U +25fd4, U +25fe0, U +25ffb, U +2600c, U +26017, U +26060, U +260ed, U +26222, U +2626a, U +26270, U +26286, U +2634c, U +26402, U +2667e, U +266b0, U +2671d, U +268dd, U +268ea, U +26951, U +2696f, U +26999, U +269dd, U +26a1e, U +26a58, U +26a8c, U +26ab7, U +26aff, U +26c29, U +26c73, U +26c9e, U +26cdd, U +26e40, U +26e65, U +26f94, U +26ff6 -26ff8, U +270f4, U +2710d, U +27139, U +273da -273db, U +273fe, U +27410, U +27449, U +27614 -27615, U +27631, U +27684, U +27693, U +2770e, U +27723, U +27752, U +278b2, U +27985, U +279b4, U +27a84, U +27bb3, U +27bbe, U +27bc7, U +27c3c, U +27cb8, U +27d73, U +27da0, U +27e10, U +27eaf, U +27fb7, U +2808a, U +280bb, U +28277, U +28282, U +282f3, U +283cd, U +2840c, U +28455, U +284dc, U +2856b, U +285c8 -285c9, U +286d7, U +286fa, U +28946, U +28949, U +2896b, U +28987 -28988, U +289ba -289bb, U +28a1e, U +28a29, U +28a43, U +28a71, U +28a99, U +28acd, U +28add, U +28ae4, U +28bc1, U +28bef, U +28cdd, U +28d10, U +28d71, U +28dfb, U +28e0f, U +28e17, U +28e1f, U +28e36, U +28e89, U +28eeb, U +28ef6, U +28f32, U +28ff8, U +292a0, U +292b1, U +29490, U +295cf, U +2967f, U +296f0, U +29719, U +29750, U +29810, U +298c6, U +29a72, U +29d4b, U +29ddb, U +29e15, U +29e3d, U +29e49, U +29e8a, U +29ec4, U +29edb, U +29ee9, U +29fce, U +29fd7, U +2a01a, U +2a02f, U +2a082, U +2a0f9, U +2a190, U +2a2b2, U +2a38c, U +2a437, U +2a5f1, U +2a602, U +2a61a, U +2a6b2, U +2a9e6, U +2b746, U +2b751, U +2b753, U +2b75a, U +2b75c, U +2b765, U +2b776 -2b777, U +2b77c, U +2b782, U +2b789, U +2b78b, U +2b78e, U +2b794, U +2b7ac, U +2b7af, U +2b7bd, U +2b7c9, U +2b7cf, U +2b7d2, U +2b7d8, U +2b7f0, U +2b80d, U +2b817, U +2b81a, U +2d544, U +2e278, U +2e569, U +2e6ea, U +2f804, U +2f80f, U +2f815, U +2f818, U +2f81a, U +2f822, U +2f828, U +2f82c, U +2f833, U +2f83f, U +2f846, U +2f852, U +2f862, U +2f86d, U +2f873, U +2f877, U +2f884, U +2f899 -2f89a, U +2f8a6, U +2f8ac, U +2f8b2, U +2f8b6, U +2f8d3, U +2f8db -2f8dc, U +2f8e1, U +2f8e5, U +2f8ea, U +2f8ed, U +2f8fc, U +2f903, U +2f90b, U +2f90f, U +2f91a, U +2f920 -2f921, U +2f945, U +2f947, U +2f96c, U +2f995, U +2f9d0, U +2f9de -2f9df, U +2f9f4;
}

:root {
	/* width */
	--w-spDesign: 414;
	--w-spContents: calc(var(--w-spDesign) - var(--pd-spHNum) * 2);
	--w-pcDesign: 1000;
	
	/* padding */
	--pd-spH: 24px;
	--pd-spHNum: 24;
	--pd-pcH: 50px;
	--pd-pcHNum: 50;
	--pd-pcHContents: 100px;
	--pd-pcHContentsNum: 100;
	
	/* border-radius */
	--br-basic: 12px;
	--br-small: 6px;
	
	/* color */
	--cl-brand01: #004EA2; /* rgba(0, 78, 162) */
	--cl-brand02: #007BC7;
	--cl-brand03: #EC6B81;
	
	--cl-note: #888;
	
	--cl-bg01: #F7FAFF;
	
	--cl-paleGray: #d9d9d9;
	
	/* linear-gradient */
	--lg-brand01: linear-gradient(to right, var(--cl-brand01) 0%, var(--cl-brand01) 100%);
	--lg-brand02: linear-gradient(15deg, var(--cl-brand01) 0%, #009BFA 100%);
	--lg-we01: linear-gradient(to right, #0251D3 0%, #2CB5FF 30%, #9FFCF9 70%, #D7FFF4 100%);
	--lg-pink01: linear-gradient(15deg, #FF4767 0%, #FF8C72 100%);
	
	/* font-family */
	--ff-basic: 'Noto Sans JP', sans-serif;
	--ff-stylish: 'futura-pt', 'Noto Sans JP', sans-serif;
	
	/* font-size */
	--fs-basic: 14px;
	--fs-small: 10px;
	
	/* font-weight */
	--fw-normal: 400;
	--fw-regular: 400;
	--fw-book: 400;
	--fw-medium: 500;
	--fw-bold: 700;
	
	/* letter-spacing */
	--ls-basic: 0.05em;
	
	/* line-height */
	--lh-basic: 2.0;
	--lh-small: 1.5;
	--lh-title: 1.8;
	--lh-mv: 1.5;
	
	/* box-shadow */
	--bs-basic: 0 0 20px 0 rgba(0, 78, 162, 0.2);
	
	/* text-shadow */
	--ts-mv: 0 0 6px rgba(0, 78, 162, 0.65);
	
	/* フォントサイズ調整分：デザイン幅から小さくなった分だけ、係数分フォントサイズを縮小する。末尾の数字が係数 */
	--spfs-diff: calc((var(--w-spDesign) * 1px - 100dvw) / var(--w-spDesign) * -5);
}
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 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: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;

  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  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;
}

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*======================================================
# Media Query
====================================================== */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #004ea2;
  overflow-x: hidden;
}
body.modal-open {
  overflow: hidden;
}

img {
  vertical-align: bottom;
}

a:hover {
  opacity: 0.7;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

/*======================================================
# サムネイル
====================================================== */
/*======================================================
# 円
====================================================== */
/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50.16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 24px;
  }
}
.l-inner-md {
  max-width: 792px;
  margin: 0 auto;
}

.l-header {
  height: 116.92px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .l-header {
    height: 67px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }
}
.l-header__inner {
  max-width: 1300px;
  padding: 0 50.16px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .l-header__inner {
    padding: 0 50.16px 10px 50.16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 16px 10px 16px;
  }
}
.l-header__logo {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 1160px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__login {
  display: none;
  width: 56px;
  height: auto;
}
@media screen and (max-width: 1160px) {
  .l-header__login {
    display: block;
  }
}
.l-header__link {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
  color: #154ea3;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: solid 1px #154ea3;
  padding-bottom: 1px;
  padding-left: 2px;
  position: absolute;
  bottom: 5px;
  right: 50.16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 1em;
}
@media screen and (max-width: 1160px) {
  .l-header__link {
    right: 50.16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__link {
    right: 16px;
    font-size: 12px;
  }
}
.l-header__link::after {
  position: absolute;
  content: ">";
  font-size: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 58px;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 20px;
  background-color: #E3E3E3;
  color: #000;
  padding: 30px 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__copy {
  text-align: center;
  padding: 60px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    background: #e3e3e3;
    font-size: 9.5px;
    padding: 20px;
  }
}

footer {
  width: 100%;
}

footer a.over:hover {
  opacity: 0.6;
}

/* BANNER */
footer .footer_banner {
  padding: 50px 0 0px 0;
}

footer .footer_banner .inner_footer_banner {
  width: 830px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

footer .footer_banner .inner_footer_banner div {
  width: 32.8%;
  margin-bottom: 8px;
}

footer .footer_banner .inner_footer_banner div img {
  width: 100%;
}

footer .footer_banner .inner_footer_banner div a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footer_banner .inner_footer_banner div a:hover {
  opacity: 0.6;
}

footer .footer_gnav {
  margin-bottom: 40px;
}

footer .footer_gnav .inner_footer_gnav {
  display: table;
  width: 830px;
  margin: 0 auto;
}

footer .footer_gnav .inner_footer_gnav .col {
  /*float: left;*/
  display: table-cell;
  width: 250px;
  padding-left: 20px;
  border-left: #9a9a9a solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .footer_gnav .inner_footer_gnav .col:last-child {
  border-right: #e1e1e1 solid 1px;
}

footer .footer_gnav .inner_footer_gnav .col dl {
  margin-bottom: 33px;
}

footer .footer_gnav .inner_footer_gnav .col dl:last-child {
  margin-bottom: 0;
}

footer .footer_gnav .inner_footer_gnav .col dl dt {
  font-size: 12px;
  font-weight: bolder;
  line-height: 1.4em;
  color: #666;
  margin-bottom: 16px;
}

footer .footer_gnav .inner_footer_gnav .col ul li,
footer .footer_gnav .inner_footer_gnav .col dl dd {
  margin-top: 13px;
  font-size: 11px;
  line-height: 1.4em;
  color: #666;
  padding-left: 11px;
  background: url("/assets/images/footer-navigate-arrow.png") left center no-repeat;
}

footer .footer_gnav .inner_footer_gnav .col ul li:first-of-type {
  margin-top: 0;
}

footer .footer_gnav .inner_footer_gnav .col a {
  text-decoration: none;
}

footer .footer_gnav .inner_footer_gnav .col a:hover {
  text-decoration: underline;
}

footer .footer_gnav .inner_footer_gnav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

footer .footer_nav {
  padding: 24px 0 24px 0;
  font-size: 10px;
  color: #353535;
  /* background-color: #f7f4f0; */
  background-color: #c8c8c8;
}

footer .footer_nav .inner_footer_nav {
  width: 830px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
}

footer .footer_nav .inner_footer_nav .footer_nav_copy {
  line-height: 1.5;
  font-weight: bold;
}

footer .footer_nav .inner_footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  line-height: 3;
}

footer .footer_nav .inner_footer_nav ul li {
  margin-right: 18px;
}

footer .footer_nav .inner_footer_nav ul li:last-child {
  margin-right: 0;
}

footer .footer_nav .inner_footer_nav ul li a {
  text-decoration: none;
}

footer .footer_nav .inner_footer_nav ul li a:hover {
  text-decoration: underline;
}

footer .copyright {
  padding: 45px 0 45px 0;
  font-size: 10px;
  color: #333333;
  text-align: center;
}

footer .backTop {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer .backTop.on {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

footer .backTop a {
  display: block;
  width: 50px;
  height: 50px;
  /* background: #9a9a9a; */
  background-color: rgba(154, 154, 154, .8);
  position: relative;
}

footer .backTop a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: #ccc !important;
  border-right: 1px solid;
  border-bottom: 1px solid;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

footer .backTop a img {
  width: 100%;
}

@-webkit-keyframes backTop_arrow_on {
  0% {
    background-position: center 16px;
  }
  20% {
    background-position: center 8px;
  }
  100% {
    background-position: center 16px;
  }
}

@keyframes backTop_arrow_on {
  0% {
    background-position: center 16px;
  }
  20% {
    background-position: center 8px;
  }
  100% {
    background-position: center 16px;
  }
}
footer .sp_only,
.footer_nav_sp {
  display: none;
}

.top_foot_banner {
  width: 100%;
  max-width: 500px;
  margin: 55px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_foot_banner .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  width: calc(100% - 350px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_banner .inner_footer_banner div.none {
  display: none;
}

@media screen and (max-width: 840px) {
  footer {
    margin-bottom: 58px;
  }
  .top_foot_banner {
    max-width: 280px;
    margin-top: 12vw;
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .top_foot_banner .flexbox {
    width: auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .footer_banner .inner_footer_banner div.none {
    display: block;
  }
}
.top_foot_banner .item a {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.top_foot_banner .item a:hover {
  opacity: 0.8;
}

.top_foot_banner .item.line {
  width: 44px;
}

.top_foot_banner .item.ig {
  width: 40px;
}

.top_foot_banner .item.youtube-icon {
  width: 52px;
}

@media screen and (max-width: 767px) {
  .top_foot_banner .item.line {
    width: 14vw;
  }
  .top_foot_banner .item.ig {
    width: 12.53vw;
  }
  .section_contact .newbtn_container {
    width: 70vw;
    max-width: 260px;
    margin: 10vw auto 0;
  }
  .section_contact .newbtn_container .newbtn_blue::before {
    content: "";
    display: none;
    width: 37px;
    height: 28px;
    background: url("/img_new/common/header_icon_logo.svg") no-repeat 50%;
    background-size: auto 28px;
    position: absolute;
    top: 0;
    left: 5.5%;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 840px) {
  .top_foot_banner .item.youtube-icon {
    width: 16.66vw;
  }
}
.top_foot_banner .item.newbtn_container {
  width: 286px;
}

.top_foot_banner .item.newbtn_container .newbtn_blue::before {
  content: "";
  display: block;
  width: 37px;
  height: 28px;
  background: url(../images/header_icon_logo.svg) no-repeat 50%;
  background-size: auto 28px;
  position: absolute;
  top: 0;
  left: 5.5%;
  bottom: 0;
  margin: auto;
}

@media screen and (max-width: 840px) {
  .top_foot_banner .item.newbtn_container {
    margin: 10vw auto 0;
  }
  .top_foot_banner .item.newbtn_container span {
    display: none;
  }
  .top_foot_banner .item.line {
    width: 14vw;
  }
  .top_foot_banner .item.ig {
    width: 12.53vw;
  }
}
.newbtn_blue {
  width: 100%;
  max-width: 286px;
  height: 62px;
  color: #fff;
  font-size: 15px;
  line-height: 1.5;
  text-decoration: none;
  background: #004ea2;
  border-bottom: 5px solid #170C45;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.newbtn_blue::after {
  content: "";
  width: 14px;
  height: 22px;
  background: url(../images/btn_arrow_white.svg) no-repeat center;
  background-size: 14px auto;
  position: absolute;
  top: 0;
  right: 5.5%;
  bottom: 0;
  margin: auto;
}

.newbtn_blue:hover {
  opacity: 0.7;
}

.newbtn_blue.button_icon_white::before {
  content: "";
  display: block;
  width: 37px;
  height: 48px;
  background: url(../images/menu_button_icon01.svg) no-repeat 50%;
  background-size: 37px auto;
  position: absolute;
  top: 0;
  left: 5.5%;
  bottom: 0;
  margin: auto;
}

.newbtn_blue.button_icon_clean::before {
  content: "";
  display: block;
  width: 37px;
  height: 48px;
  background: url(../images/menu_button_icon02.svg) no-repeat 50%;
  background-size: 37px auto;
  position: absolute;
  top: 0;
  left: 5.5%;
  bottom: 0;
  margin: auto;
}

footer .footer_gnav {
  margin: 80px auto 40px;
}
footer .footer_gnav a {
  font-size: 12px;
}

@media only screen and (min-width: 841px) {
  footer .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  footer {
    min-width: auto;
    margin-top: 8vw;
  }
  footer .sp_only {
    display: block;
    margin-top: 8vw;
  }
  footer .footer_gnav, footer .footer_nav {
    display: none;
  }
  footer .footer_nav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_nav_sp {
    border-top: 1px solid #9a9a9a;
  }
  footer .footer_nav_sp li {
    width: 50%;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
  }
  footer .footer_banner .inner_footer_banner {
    width: 100%;
  }
  footer .footer_nav_sp li:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 8%;
    right: 0;
    width: 1px;
    height: 83%;
    background: #9a9a9a;
  }
  footer .footer_nav_sp li a {
    font-size: 12px;
    padding: 0.7em 1em;
    line-height: 1.8;
    color: #353535;
    text-decoration: none;
    display: block;
  }
  /* backtop */
}
@media only screen and (max-width: 840px) and (max-width: 767px) {
  footer {
    min-width: auto;
    margin-top: 8vw;
  }
  footer .pc_only {
    display: none;
  }
  footer .footer_nav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_nav_sp {
    border-top: 1px solid #9a9a9a;
  }
  footer .footer_nav_sp li {
    width: 50%;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
  }
  footer .footer_nav_sp li:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 8%;
    right: 0;
    width: 1px;
    height: 83%;
    background: #9a9a9a;
  }
  footer .footer_nav_sp li a {
    font-size: 12px;
    padding: 0.7em 1em;
    line-height: 1.8;
    color: #004ea2;
    text-decoration: none;
    display: block;
  }
  /* backtop */
  footer .backTop.on {
    bottom: 21vw;
  }
  footer .backTop a {
    display: block;
    width: 30px;
    height: 30px;
  }
  footer .backTop a::after {
    width: 11px;
    height: 11px;
  }
  footer .copyright {
    padding: 6vw 0 8vw;
    color: #353535;
  }
}
@media only screen and (max-width: 840px) {
  footer .backTop.on {
    bottom: 21vw;
  }
  footer .backTop a {
    display: block;
    width: 30px;
    height: 30px;
  }
  footer .backTop a::after {
    width: 11px;
    height: 11px;
  }
  footer .copyright {
    padding: 6vw 0 12vw;
    color: #353535;
  }
}
.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9900;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  text-align: center;
}

.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}

.blocker.behind {
  background-color: transparent;
}

.modal2 {
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  max-width: 350px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  background: rgba(255, 255, 255, .5);
  padding: 35px;
  border-radius: 5px;
  text-align: left;
}

.modal2 a.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: solid 1px #c2a682;
  background: #fff;
  color: #c2a682;
  font-size: 18px;
  text-decoration: none;
}

.modal2-spinner {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  padding: 12px 16px;
  border-radius: 5px;
  background-color: #111;
  height: 20px;
}

.modal2-spinner > div {
  border-radius: 100px;
  background-color: #fff;
  height: 20px;
  width: 2px;
  margin: 0 1px;
  display: inline-block;
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.modal2-spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.modal2-spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.modal2-spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.5);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes sk-stretchdelay {
  0%, 40%, 100% {
    transform: scaleY(0.5);
    -webkit-transform: scaleY(0.5);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.modal2 .linkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.modal2 .linkbox li {
  width: 100%;
}

.modal2 .linkbox li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 70px;
  color: #fff;
  font-size: 22px;
  font-family: "yu Mincho Medium", "游明朝Medium", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 4px;
}

.modal2 .linkbox li a:hover {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0.6;
}

.modal2 .linkbox li a.button1 {
  background-color: #05b9b3;
}

.modal2 .linkbox li a.button2 {
  background-color: #c2a682;
  margin-top: 12px;
}

.c-title {
  font-size: 24px;
  line-height: 1.7777777778;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-align: center;
  font-family: "YuGothic", "Yu Gothic", 游ゴシック体, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding: 0 52px;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 18px;
    line-height: 1.59375;
    letter-spacing: 0.16em;
    padding: 0 16px;
  }
}
.c-title::after, .c-title::before {
  position: absolute;
  content: "";
  background-image: url(../images/section_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 54px;
}
@media screen and (max-width: 768px) {
  .c-title::after, .c-title::before {
    width: 18px;
    height: 37.5px;
  }
}
.c-title::after {
  left: 0;
}
@media screen and (max-width: 768px) {
  .c-title::after {
    left: -13px;
  }
}
.c-title::before {
  right: 0;
}
@media screen and (max-width: 768px) {
  .c-title::before {
    right: -13px;
  }
}

.c-title2 {
  font-size: 23.76px;
  font-weight: 700;
  font-family: "YuGothic", "Yu Gothic", 游ゴシック体, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.22em;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  padding-left: 31.68px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-title2 {
    font-size: 18px;
    line-height: 1.625;
    padding-left: 22px;
  }
}
.c-title2::before {
  position: absolute;
  content: "";
  background-image: url(../images/section_icon.webp);
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 50.82px;
  height: 104.28px;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title2::before {
    width: 32px;
    height: 66px;
    top: 20%;
  }
}

.c-title3 {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  position: relative;
  padding-left: 31.68px;
}
@media screen and (max-width: 768px) {
  .c-title3 {
    font-size: 16px;
  }
}
.c-title3::before {
  position: absolute;
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(rgb(31, 77, 154)), color-stop(27%, rgb(53, 121, 191)), to(rgb(105, 192, 248)));
  background: linear-gradient(90deg, rgb(31, 77, 154) 0%, rgb(53, 121, 191) 27%, rgb(105, 192, 248) 100%);
  top: 3px;
  width: 17.82px;
  height: 17.82px;
  left: 0;
  z-index: -1;
}
.c-title3.bold {
  font-weight: 600;
}
.c-title3.center {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .c-title3.center {
    text-align: left;
    margin: unset;
  }
}

.c-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #004ea2;
  color: white;
  padding: 0 13.2px;
  border-radius: 50px;
  font-size: 17.82px;
  font-weight: bold;
  letter-spacing: 0.16em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 38.28px;
}
.c-button p {
  position: relative;
  padding-left: 26.4px;
}
@media screen and (max-width: 768px) {
  .c-button p {
    padding-left: 25px;
  }
}
.c-button p::after {
  position: absolute;
  content: "";
  background: #fff;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 26px;
  height: 12px;
}
@media screen and (max-width: 768px) {
  .c-button p::after {
    width: 20px;
    height: 10px;
  }
}
.c-button p::before {
  position: absolute;
  content: "";
  background: #004ea2;
  left: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  width: 24px;
  height: 10px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .c-button p::before {
    width: 18px;
    height: 8px;
  }
}

.c-button2 {
  width: 337px;
  height: 64.02px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #004ea2;
  background: #c4f2fc;
  border-radius: 50px;
  font-weight: 700;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  -webkit-box-shadow: 0px 2px 6px 0px rgba(31, 77, 155, .4);
          box-shadow: 0px 2px 6px 0px rgba(31, 77, 155, .4);
}
@media screen and (max-width: 768px) {
  .c-button2 {
    font-size: 13.5px;
    max-width: 316px;
    width: 100%;
    height: 48.5px;
  }
}
.c-button2::after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/buttonarrow.svg);
  background-repeat: no-repeat;
  right: 28.38px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 31.68px;
  height: 31.68px;
}
@media screen and (max-width: 768px) {
  .c-button2::after {
    width: 24px;
    height: 24px;
  }
}
.c-button2 p {
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .c-button2 p {
    padding-right: unset;
  }
}

.c-nav.pc {
  display: block;
}
@media screen and (max-width: 1160px) {
  .c-nav.pc {
    display: none;
  }
}
.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-column-gap: 31.68px;
     -moz-column-gap: 31.68px;
          column-gap: 31.68px;
  position: relative;
}
.c-nav__item {
  text-align: center;
}
.c-nav__item a, .c-nav__item .c-nav__text {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.2em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.c-nav__item.hover {
  cursor: pointer;
}
.c-nav__item.hover:hover .c-nav__megamenu {
  opacity: 1;
  visibility: visible;
}
.c-nav__item.hover:hover .c-nav__megamenu::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  top: -36px;
  left: 80px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999999;
}
.c-nav__item.hover:hover .c-nav__megamenu-2::before {
  top: -40px;
  left: unset;
  right: 158px;
}
.c-nav__item.hover:hover .c-nav__text {
  position: relative;
}
.c-nav__item.hover:hover .c-nav__text::after {
  position: absolute;
  content: "";
  width: 23.1px;
  height: 27.72px;
  background-color: #EAEFF5;
  top: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 999999;
  -webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
          clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}
.c-nav__item.hover:hover .c-nav__text-2::after {
  top: 30px;
  left: 50%;
}
.c-nav__button {
  width: 146px;
  height: 43px;
}
.c-nav__button a {
  background-color: #004ea2;
  color: #fff;
  border-radius: 24px;
  font-size: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 5px;
}
.c-nav__button a img {
  max-width: 22px;
  width: 100%;
}
.c-nav__button .header_info_right-col--1 {
  font-size: 10px;
  letter-spacing: 0.08em;
}
.c-nav__button .header_info_right-col--2 {
  font-size: 14px;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.06em;
  padding-top: 4px;
  font-weight: 200;
  font-family: "futura-pt", sans-serif;
}
.c-nav__button2 {
  width: 146px;
  height: 43px;
  position: relative;
  border-bottom: 3px solid #0F1031;
  background-color: #004ea2;
}
.c-nav__button2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.c-nav__button2 .officialstore-btn_right {
  color: #fff;
  font-size: 10px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
.c-nav__button2 .officialstore-btn_left {
  width: 32px;
}
.c-nav__button2 .officialstore-btn_left img {
  max-width: 22px;
  width: 100%;
}
.c-nav__button3 {
  width: 146px;
  height: auto;
}
.c-nav__button3 a {
  display: block;
}
.c-nav__button3 img {
  width: 100%;
  height: auto;
}
.c-nav__megamenu {
  left: -50px;
  top: 50px;
  opacity: 0;
  position: absolute;
  text-align: center;
  visibility: hidden;
  background-color: #EAEFF5;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
          box-shadow: 0 2px 8px rgba(0, 0, 0, .1);
  padding: 10px 0;
  z-index: 999;
  width: 660px;
  height: 124.08px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 23.1px;
     -moz-column-gap: 23.1px;
          column-gap: 23.1px;
}
.c-nav__megamenu::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.c-nav__megamenu-2 {
  height: 80px;
}
.c-nav__megamenu--list {
  width: 27%;
}
.c-nav__megamenu--list.lg {
  width: 35%;
}
.c-nav__megamenu--list.sm {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 30.36px;
     -moz-column-gap: 30.36px;
          column-gap: 30.36px;
}
.c-nav__megamenu--item1 {
  cursor: pointer;
}
.c-nav__megamenu--item1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 11.88px;
     -moz-column-gap: 11.88px;
          column-gap: 11.88px;
}
.c-nav__megamenu--item1 + .c-nav__megamenu--item1 {
  margin-top: 6.6px;
}
.c-nav__megamenu--item1 img {
  width: 68.64px;
  height: 47.52px;
}
.c-nav__megamenu--item2 {
  text-align: left;
  cursor: pointer;
}
.c-nav__megamenu--item2 + .c-nav__megamenu--item2 {
  margin-top: 1em;
}
.c-nav__megamenu--item3 {
  text-align: left;
  cursor: pointer;
}
.c-nav__megamenu--item1 p, .c-nav__megamenu--item2, .c-nav__megamenu--item3 {
  position: relative;
  padding-left: 0.8em;
}
.c-nav__megamenu--item1 p::after, .c-nav__megamenu--item2::after, .c-nav__megamenu--item3::after {
  position: absolute;
  content: "";
  background-image: url(/assets/images/megaarrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 58%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4.62px;
  height: 7.92px;
}

.c-nav-sp {
  display: none;
}
@media screen and (max-width: 1160px) {
  .c-nav-sp {
    position: fixed;
    right: -120%;
    top: 0;
    z-index: 999;
    width: calc(100% - 68.5px);
    height: 100dvh;
    background: #4890e5;
    color: #fff;
    padding: 100px 0 0 0;
    font-size: 12px;
    line-height: 1.6666666667;
    font-weight: 700;
    letter-spacing: 0.16em;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
    display: block;
    overflow-y: scroll;
  }
  .c-nav-sp.active {
    right: 0;
  }
  .c-nav-sp__item a, .c-nav-sp__item2 a {
    height: 48px;
  }
  .c-nav-sp__item, .c-nav-sp__item2, .c-nav-sp__item3 {
    border-top: 1px solid #fff;
  }
  .c-nav-sp__item a, .c-nav-sp__item2 a, .c-nav-sp__item3 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 17.5px;
    width: 100%;
    position: relative;
  }
  .c-nav-sp__item a::after, .c-nav-sp__item2 a::after, .c-nav-sp__item3 a::after {
    position: absolute;
    content: "";
    background-image: url("/assets/images/navarrow.png");
    background-size: contain;
    background-repeat: no-repeat;
    right: 17px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 7px;
    height: 10px;
  }
  .c-nav-sp__item.noborder, .c-nav-sp__item2.noborder, .c-nav-sp__item3.noborder {
    border: unset;
  }
  .c-nav-sp__item.border, .c-nav-sp__item2.border, .c-nav-sp__item3.border {
    border-bottom: 1px solid #fff;
  }
  .c-nav-sp__item2, .c-nav-sp__item3 {
    width: 50%;
  }
  .c-nav-sp__item2 a {
    font-size: 10.5px;
    line-height: 1.5238095238;
  }
  .c-nav-sp__item2 + .c-nav-sp__item2 {
    border-left: 1px solid #fff;
  }
  .c-nav-sp__item3 a {
    height: 78px;
  }
  .c-nav-sp__item3 + .c-nav-sp__item3 {
    border-left: 1px solid #fff;
  }
  .c-nav-sp__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.c-burger {
  display: none;
  width: 30px;
  height: 18px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .c-burger {
    display: block;
  }
}
.c-burger__top, .c-burger__mid, .c-burger__bottom {
  width: 100%;
  height: 3px;
  background: #004ea2;
  display: block;
  position: absolute;
  left: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.c-burger__top {
  top: 0;
}
.c-burger__mid {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 1;
}
.c-burger__bottom {
  bottom: 0;
}
.c-burger.active {
  z-index: 9999999;
}
@media screen and (max-width: 768px) {
  .c-burger.active {
    right: 4px;
  }
}
.c-burger.active .c-burger__top {
  background: #fff;
  top: 9px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: 45deg;
}
.c-burger.active .c-burger__mid {
  opacity: 0;
}
.c-burger.active .c-burger__bottom {
  background: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  rotate: -45deg;
  left: 2px;
}

.c-fixed-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-fixed-sp {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #fff;
  }
  .c-fixed-sp.showHide {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 300ms ease;
    transition: 300ms ease;
    -webkit-transition-property: visibility, opacity;
    transition-property: visibility, opacity;
  }
  .c-fixed-sp.showHide.show {
    opacity: 1;
    visibility: visible;
    -webkit-transition-property: opacity;
    transition-property: opacity;
  }
  .c-fixed-sp__button {
    width: 33.3333333333%;
    height: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    font-size: 14px;
    line-height: 1.2142857143;
    font-weight: 700;
    letter-spacing: 0.16em;
  }
  .c-fixed-sp__button.tel {
    background: #007bc7;
  }
  .c-fixed-sp__button.counseling {
    background: #004ea2;
  }
  .c-fixed-sp__button.rev {
    background: #eb6d80;
  }
}
.c-fixed-pc {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 998;
}
@media screen and (max-width: 768px) {
	.c-fixed-pc {
		display: none;
	}
}
.c-fixed-pc__button {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 24px 16px;
	color: #fff;
	border-radius: 20px 0 0 20px;
	font-size: 16px;
	font-weight: 700;
	writing-mode: vertical-rl;
	text-align: center;
	letter-spacing: 0.1em;
	opacity: 0.7;
}
.c-fixed-pc__button.counseling {
	margin-bottom: 24px;
	background-color: #004ea2;
}
.c-fixed-pc__button.rev {
	background-color: #ec6d81;
}
.c-fixed-pc__button:hover {
	opacity: 1;
}
.c-fixed-line {
  display: none;
}
@media screen and (max-width: 768px) {
  .c-fixed-line {
    position: fixed;
    bottom: 68px;
    right: 0;
    z-index: 99;
    color: #fff;
    width: 187px;
    height: auto;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease; /* アニメーションの時間とイージングを設定 */
  }
  .c-fixed-line img {
    display: block;
    width: 100%;
    height: auto;
  }
}
.c-fixed-line__button {
  position: absolute;
  color: #004ea2;
  right: 1px;
  top: -14px;
  background: #fff;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
  line-height: 1;
  padding-bottom: 2px;
}
.c-fixed-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: rgba(0, 0, 0, .5);
}
.c-fixed-modal__close {
  cursor: pointer;
  display: inline-block;
  border: solid 2px #989898;
  color: #989898;
  background-color: #fff;
  border-radius: 50px;
  font-size: clamp(10px, 4vw, 32px);
  position: fixed;
  z-index: 10001;
  top: 40px;
  right: calc(50% - 410px);
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-fixed-modal__close {
    top: 10px;
    right: 10px;
  }
}
.c-fixed-modal__inner {
  position: relative;
  text-align: center;
  max-width: 860px;
  width: 100%;
  margin: 20px auto;
  background-color: #fff;
  padding: 0 16px 100px;
  height: 80vh;
  overflow-y: scroll;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #000;
}
@media screen and (max-width: 768px) {
  .c-fixed-modal__inner {
    width: 90vw;
  }
}
.c-fixed-modal__inner img {
  width: 100%;
  height: auto;
}
.c-fixed-modal__title {
  width: 90%;
  margin: 0 auto;
  padding-top: 60px;
  padding-bottom: 20px;
  text-align: center;
}
.c-fixed-modal__title--text {
  font-size: clamp(10px, 4vw, 20px);
  font-weight: bold;
  line-height: 1.3;
}
.c-fixed-modal__flex {
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  border-top: solid 1px #F3A7AC;
}
.c-fixed-modal__flex--text {
  font-size: clamp(10px, 4vw, 20px);
}
.c-fixed-modal__flex--span {
  font-size: clamp(10px, 4vw, 16px);
  border: solid 1px #323232;
  padding: 8px;
  margin-left: 8px;
}
.c-fixed-modal__letter {
  font-size: clamp(10px, 4vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-bottom: 10px;
  text-align: center;
}
.c-fixed-modal__letter--bottom {
  font-size: clamp(10px, 4vw, 16px);
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-top: 30px;
  padding-bottom: 30px;
}
.c-fixed-modal__link {
  display: block;
  padding: 10px;
  margin: 0 auto;
  position: relative;
  background: rgb(236, 109, 129);
  background: -webkit-gradient(linear, left top, right top, from(rgb(236, 109, 129)), to(rgb(243, 167, 172)));
  background: linear-gradient(90deg, rgb(236, 109, 129) 0%, rgb(243, 167, 172) 100%);
  color: #fff;
  font-size: clamp(10px, 4vw, 20px);
  width: 100%;
  max-width: 400px;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, .4);
  -webkit-box-shadow: 5px 5px 16px -6px rgba(0, 0, 0, .6);
  box-shadow: 5px 5px 16px -6px rgba(0, 0, 0, .6);
  border-radius: 30px;
  letter-spacing: 0.05em;
}
.c-fixed-modal__link::after {
  position: absolute;
  top: 38%;
  right: 5%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.scroll-lock {
  overflow: hidden;
}

.c-index {
  border: 1px solid #004ea2;
  max-width: 390.72px;
  margin: 49.5px auto 0;
  padding: 16.5px 26.4px 42.24px;
}
@media screen and (max-width: 768px) {
  .c-index {
    max-width: 296px;
    padding: 11.5px 19px 32px;
  }
}
.c-index__title {
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
}
.c-index__title--lg {
  font-size: 21.12px;
  line-height: 1.625;
  padding-bottom: 5px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .c-index__title--lg {
    font-size: 16px;
  }
}
.c-index__title--sm {
  font-size: 12px;
  line-height: 3.4;
  display: block;
}
@media screen and (max-width: 768px) {
  .c-index__title--sm {
    font-size: 10px;
  }
}
.c-index__item a {
  font-size: 16px;
  line-height: 2.2083333333;
  letter-spacing: 0.14em;
  font-weight: 700;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .c-index__item a {
    font-size: 12px;
  }
}

.c-index2 {
  background: #e9e9e9;
  padding: 46.2px 0;
}
@media screen and (max-width: 768px) {
  .c-index2 {
    padding: 15px 0;
    margin: 0 calc(50% - 50vw) 0;
  }
}
.c-index2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.c-index2__item a {
  background: #fff;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 120.78px;
  height: 120.78px;
  padding: 24.42px 10px 10px;
}
@media screen and (max-width: 768px) {
  .c-index2__item a {
    width: 105px;
    height: 105px;
    padding: 20px 0px 13px;
  }
}
.c-index2__icon {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  width: 52.8px;
  height: 47.52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .c-index2__icon {
    width: 46px;
    height: 41.5px;
  }
}
.c-index2__icon img {
  max-width: 100%;
}
.c-index2__title {
  font-size: 13.2px;
  line-height: 1.25;
  text-align: center;
  font-weight: 500;
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .c-index2__title {
    font-size: 12.5px;
    line-height: 1.16;
  }
}

.c-area {
  max-width: 492.36px;
  margin: 0 auto;
  position: relative;
  padding-top: 66px;
  margin-top: 73.92px;
}
.c-area img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  .c-area {
    padding-top: 45px;
    margin-top: 20px;
  }
}
.c-area::after {
  position: absolute;
  content: "";
  background: #004ea2;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  width: 283.8px;
  height: 1px;
}
@media screen and (max-width: 768px) {
  .c-area::after {
    width: 215px;
  }
}
.c-area__lead {
  font-size: 12px;
  line-height: 1.35;
  margin-top: 1em;
  margin-left: 60px;
}
@media screen and (max-width: 768px) {
  .c-area__lead {
    font-size: 10px;
    text-align: left;
    margin-left: unset;
  }
}
.c-area__list {
  margin: 52.8px auto 0;
  max-width: 514.8px;
}
@media screen and (max-width: 768px) {
  .c-area__list {
    margin: 35px auto 0;
  }
}
.c-area__item {
  display: none;
}
.c-area__item.active {
  display: block;
}
.c-area__title {
  background: #004ea2;
  color: #fff;
  font-size: 15.84px;
  letter-spacing: 0.14em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 27.72px;
}
@media screen and (max-width: 768px) {
  .c-area__title {
    font-size: 18px;
    height: 30px;
  }
}
.c-area__list2 {
  margin-top: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -18.48px;
}
@media screen and (max-width: 768px) {
  .c-area__list2 {
    margin-top: unset;
    margin-left: unset;
  }
}
.c-area__list2 dd {
  width: calc(33.33333% - 18.48px);
  margin-left: 18.48px;
  margin-top: 17.16px;
  margin-top: 15.84px;
  letter-spacing: 0.14em;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .c-area__list2 dd {
    width: 100%;
    margin-left: unset;
    margin-top: unset;
  }
}
.c-area__list2 a {
  border-bottom: 1px solid #004ea2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 7.92px 3px 7.92px 0;
}
@media screen and (max-width: 768px) {
  .c-area__list2 a {
    padding: 17.5px 0;
  }
}
.c-area__list2 a span {
  position: relative;
  display: block;
  width: 100%;
}
.c-area__list2 a span::after {
  position: absolute;
  content: "";
  background-image: url(../images/about/arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 7px;
  height: 12px;
}

.c-bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  letter-spacing: 0.05em;
    line-height: 1.5;
}
.c-bread ul::-webkit-scrollbar {
  display: none;
}
.c-bread a {
  text-decoration: underline;
  text-underline-position: from-font;
}
.c-bread li {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}
.c-bread li:not(:last-of-type) {
  position: relative;
  padding-right: 1em;
  margin-right: 0.4em;
}
.c-bread li:not(:last-of-type)::after {
  position: absolute;
  content: ">";
  right: 0;
  top: 0;
}

.c-reviewsbanner {
  display: none;
  padding: 30px 0;
}
.c-reviewsbanner a {
  display: block;
  width: 100%;
  max-width: 350px;
  aspect-ratio: 350/116;
  margin: 0 auto;
}
.c-reviewsbanner img {
  display: block;
  width: 100%;
}

.c-salesbanner {
	display: none;
}

@media screen and (max-width: 768px) {
  .c-reviewsbanner {
    display: block;
  }
  .c-bread{
    margin-top: 67px;
  }
 
	.c-salesbanner {
		display: block;
	}
}
.c-salesbanner a {
	display: block;
	width: 100%;
	max-width: 440px;
	aspect-ratio: 547 / 594;
	margin: 0 auto;
}
.c-salesbanner img {
	max-width: 100%;
}

.p-about-menu {
  padding: 215.82px 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-about-menu {
    padding: 70px 0 0;
  }
}
.p-about-menu::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 120px;
  width: 1px;
  height: 94.38px;
  background: #004ea2;
}
@media screen and (max-width: 768px) {
  .p-about-menu::after {
    content: none;
    position: unset;
  }
}
.p-about-menu__item1 {
  margin-top: 91.08px;
}
@media screen and (max-width: 768px) {
  .p-about-menu__item1 {
    margin-top: 50px;
  }
}
.p-about-menu__item1--title {
  width: 169.62px;
  height: 35.64px;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #004ea2;
  color: #fff;
  margin: 0 auto;
  border-radius: 0 10px 0 10px;
}
@media screen and (max-width: 768px) {
  .p-about-menu__item1--title {
    max-width: unset;
    margin: 15px auto 0;
  }
}
.p-about-menu__item1--title2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 auto;
  text-align: center;
  margin-top: 33px;
}
@media screen and (max-width: 768px) {
  .p-about-menu__item1--title2 {
    margin-top: 25px;
  }
}
.p-about-menu__item1--thumb {
  max-width: 582px;
  margin: 19.8px auto 0;
}
@media screen and (max-width: 768px) {
  .p-about-menu__item1--thumb {
    max-width: unset;
    margin: 15px auto 0;
  }
}
.p-about-menu__item1--thumb img {
  width: 100%;
  height: auto;
}
.p-about-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 19.8px;
  margin: 52.8px auto 0;
  max-width: 1090px;
}
@media screen and (max-width: 768px) {
  .p-about-menu__list {
    margin: 30px auto 0;
  }
}
.p-about-menu__contents {
  max-width: 572.88px;
  margin: 108.9px auto 0;
}
@media screen and (max-width: 768px) {
  .p-about-menu__contents {
    margin: 55.44px auto 0;
  }
}
.p-about-menu__title {
  background: #004ea2;
  color: #fff;
  font-size: 20px;
  line-height: 2.4074074074;
  letter-spacing: 0.14em;
  font-weight: 700;
  font-family: "YuGothic", "Yu Gothic", 游ゴシック体, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  height: 37.62px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-about-menu__title {
    font-size: 15px;
    height: 28.5px;
  }
}
.p-about-menu__cross {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-about-menu__cross span {
  position: absolute;
  display: block;
  background: #004ea2;
  width: 13.2px;
  height: 1px;
  right: 0;
}
.p-about-menu__cross span:last-of-type {
  rotate: 90deg;
}
.p-about-menu__cross.active span:last-of-type {
  rotate: 0deg;
}
.p-about-salesbanner {
  margin-top: 20px;
}

.u-pt0 {
  padding-top: 0 !important;
}

.u-mr16 {
  margin-right: 16px !important;
}

.u-mt0 {
  margin-top: 0 !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mb0 {
  margin-bottom: 0 !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mr0 {
  margin-right: 0 !important;
}

@media screen and (max-width: 768px) {
  .u-smt0 {
    margin-top: 0 !important;
  }
  .u-smt5 {
    margin-top: 5px !important;
  }
  .u-smt10 {
    margin-top: 10px !important;
  }
  .u-smt15 {
    margin-top: 15px !important;
  }
  .u-smt20 {
    margin-top: 20px !important;
  }
  .u-smb0 {
    margin-bottom: 0 !important;
  }
  .u-smb5 {
    margin-bottom: 5px !important;
  }
  .u-smb10 {
    margin-bottom: 10px !important;
  }
  .u-smb15 {
    margin-bottom: 15px !important;
  }
  .u-smb20 {
    margin-bottom: 20px !important;
  }
  .u-sml0 {
    margin-left: 0 !important;
  }
}
.u-w03per {
  width: 3% !important;
}

.u-w05per {
  width: 5% !important;
}

.u-w10per {
  width: 10% !important;
}

.u-w13per {
  width: 13% !important;
}

.u-w15per {
  width: 15% !important;
}

.u-w20per {
  width: 20% !important;
}

.u-w23per {
  width: 23% !important;
}

.u-w25per {
  width: 25% !important;
}

.u-w30per {
  width: 30% !important;
}

.u-w33per {
  width: 33% !important;
}

.u-w35per {
  width: 35% !important;
}

.u-w40per {
  width: 40% !important;
}

.u-w43per {
  width: 43% !important;
}

.u-w45per {
  width: 45% !important;
}

.u-w50per {
  width: 50% !important;
}

.u-w53per {
  width: 53% !important;
}

.u-w55per {
  width: 55% !important;
}

.u-w60per {
  width: 60% !important;
}

.u-w63per {
  width: 63% !important;
}

.u-w65per {
  width: 65% !important;
}

.u-w70per {
  width: 70% !important;
}

.u-w73per {
  width: 73% !important;
}

.u-w75per {
  width: 75% !important;
}

.u-w80per {
  width: 80% !important;
}

.u-w83per {
  width: 83% !important;
}

.u-w85per {
  width: 85% !important;
}

.u-w90per {
  width: 90% !important;
}

.u-w93per {
  width: 93% !important;
}

.u-w95per {
  width: 95% !important;
}

.u-table-fixed {
  table-layout: fixed;
}

.u-text-center {
  text-align: center;
}

.u-text-left {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .s-text-center {
    text-align: center;
  }
}

/* background
--------------------------------------------------------------*/
.u-bg-blue {
  background: #F4F8FF;
}

/* hidden
--------------------------------------------------------------*/
.u-xl-only {
  display: none;
}
@media screen and (max-width: 1140px) {
  .u-xl-only {
    display: block;
  }
}

.u-xl-hidden {
  display: block;
}
@media screen and (max-width: 1140px) {
  .u-xl-hidden {
    display: none;
  }
}

.u-md-only {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only {
    display: block;
  }
}
.u-md-only--inline {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--inline {
    display: inline-block;
  }
}
.u-md-only--flex {
  display: none;
}
@media screen and (max-width: 768px) {
  .u-md-only--flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.u-md-hidden {
  display: block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden {
    display: none;
  }
}
.u-md-hidden--inline {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--inline {
    display: none;
  }
}
.u-md-hidden--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .u-md-hidden--flex {
    display: none;
  }
}


/*======================================================
# アローアイコン
====================================================== */
.l-inner {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 50.16px;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0 24px;
  }
}
.l-inner-md {
  max-width: 792px;
  margin: 0 auto;
}

.l-header {
  height: 116.92px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .l-header {
    height: 67px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    width: 100%;
  }
}
.l-header__inner {
  max-width: 1300px;
  padding: 0 50.16px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .l-header__inner {
    padding: 0 50.16px 10px 50.16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    padding: 0 16px 10px 16px;
  }
}
.l-header__logo {
  width: 210px;
  height: auto;
}
@media screen and (max-width: 1160px) {
  .l-header__logo {
    width: 200px;
  }
}
.l-header__logo img {
  width: 100%;
  height: auto;
}
.l-header__login {
  display: none;
  width: 56px;
  height: auto;
}
@media screen and (max-width: 1160px) {
  .l-header__login {
    display: block;
  }
}
.l-header__link {
  display: block;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 100%;
  margin-left: auto;
  color: #154ea3;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: none;
  border-bottom: solid 1px #154ea3;
  padding-bottom: 1px;
  padding-left: 2px;
  position: absolute;
  bottom: 5px;
  right: 50.16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding-right: 1em;
}
@media screen and (max-width: 1160px) {
  .l-header__link {
    right: 50.16px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__link {
    right: 16px;
    font-size: 12px;
  }
}
.l-header__link::after {
  position: absolute;
  content: ">";
  font-size: 16px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/* topInformation */
#topInformation {
  padding: 50px 0;
  background: var(--cl-bg01);
}


#topInformation .secTitle {
  text-align: center;
}

#topInformation .secTitle .en {
  font-family: var(--ff-en);
  font-size: 29px;
  font-weight: var(--fw-medium);
  line-height: var(--lh-smaller);
}

#topInformation .container {
  margin: var(--pd-vItem) auto 0;
  padding: var(--pd-h);
  background: #fff;
}

#topInformation .list {
  color: var(--cl-gry01);
}

#topInformation .list .item {
  text-decoration: underline;
}

#topInformation .list .item.noData {
  text-align: center;
  text-decoration: none;
}

#topInformation .list .item:nth-child(n+2) {
  margin-top: var(--fs-basic);
}

#topInformation .list .title {
  font-weight: var(--fw-medium);
}

/*
    監修医師
*/
#topDoctor {
	/* color */
	--cl-brand01: #004EA2;
	--cl-brand02: #007BC7;
	--cl-brand03: #EC6B81;
	
	--cl-brand01_20: rgb(from var(--cl-brand01) r g b / 0.2);
	--cl-brand01_65: rgb(from var(--cl-brand01) r g b / 0.65);
	
	/* linear-gradient */
	--lg-blu01: linear-gradient(45deg, var(--cl-brand01), #009BFA);
	--lg-blu02: linear-gradient(to right, var(--cl-brand01), #379ACC);

	/* font-family */
	--ff-basic: 'Noto Sans JP', sans-serif;
	--ff-en: 'futura-pt', 'Noto Sans JP', sans-serif;
	
	/* font-size */
	--fs-basicNum: 14;
	--fs-smallerNum: 12;
	--fs-smallNum: 10;
	--fs-bigNum: 19;
	
	@media (width > 768px) {
		--fs-basicNum: 16;
		--fs-smallerNum: 14;
		--fs-smallNum: 12;
		--fs-bigNum: 28;
	}
	
	--fs-basic: calc(var(--fs-basicNum) * 1px);
	--fs-smaller: calc(var(--fs-smallerNum) * 1px);
	--fs-small: calc(var(--fs-smallNum) * 1px);
	--fs-big: calc(var(--fs-bigNum) * 1px);
	
	/* font-weight */
	--fw-regular: 400;
	--fw-book: 400;
	--fw-medium: 500;
	--fw-bold: 700;
	
	/* letter-spacing */
	--ls-basic: 0.05em;
	
	/* line-height */
	--lh-basic: 2.0;
	--lh-small: 1.3;
	--lh-smaller: 1.8;
	
	/* width */
	@media (width <= 768px) {
		--w-designNum: 414;
	}
	@media (width > 768px) {
		--w-contentsNum: 1000;
		--w-contentsNarrowNum: 800;
		--w-contentsWideNum: 1200;
		
		--w-contents: calc(var(--w-contentsNum) * 1px);
		--w-contentsNarrow: calc(var(--w-contentsNarrowNum) * 1px);
		--w-contentsWide: calc(var(--w-contentsWideNum) * 1px);
	}

	/* padding */
	--pd-h: 5dvw;
	
	--pd-vSec: 100px;
	--pd-vGroup: 40px;
	--pd-vItem: 24px;
	--pd-vSmall: 10px;
	
	@media (width > 768px) {
		--pd-hNum: 50;
		
		--pd-h: calc(var(--pd-hNum) * 1px);
	
		--pd-vSec: 120px;
		--pd-vGroup: 60px;
		--pd-vItem: 40px;
		--pd-vSmall: 12px;
	}

	/* border-radius */
	--br-basic: 12px;
	--br-small: 6px;
	
	@media (width > 768px) {
		--br-basic: 16px;
		--br-small: 8px;
	}
	
	/* box-shadow */
	--bs-basic: 0 0 20px 0 var(--cl-brand01_20);
	--bs-narrow: 0 0 6px 0 var(--cl-brand01_65);
	
	/* 画像 */
	img,
	svg {
		display: block;
		width: 100%;
		max-width: 100%;
		height: auto;
	}

	/* コンテンツ幅 */
	.contentsInner {
		width: 100%;
		padding: 0 var(--pd-h);

		@media (width > 768px) {
			--baseWidthNum: var(--w-contentsNum);
			--w-contentsInnerNum: calc(var(--baseWidthNum) + var(--pd-hNum) * 2);

			max-width: calc(var(--w-contentsInnerNum) * 1px);
			margin: 0 auto;

			&.narrow {
				--baseWidthNum: var(--w-contentsNarrowNum);
			}

			&.wide {
				--baseWidthNum: var(--w-contentsWideNum);
			}
		}
	}
	
	/* セクションタイトル */
	.ttlSection {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 19px;
		margin-bottom: 40px;
		color: var(--cl-brand01);
		font-family: var(--ff-en);
		font-size: min(var(--fs-big), calc(var(--fs-bigNum) * 100dvw / var(--w-designNum)));
		font-weight: var(--fw-medium);
		line-height: var(--lh-smaller);
		text-align: center;
		white-space: nowrap;

		@media (width > 768px) {
			gap: 30px;
			margin-bottom: 90px;
			font-size: var(--fs-big);
		}

		&::before,
		&::after {
			content: '';
			flex: 0 0 auto;
			display: block;
			width: 18px;
			aspect-ratio: 18 / 37;
			background: url(/common/images/img_diamond.webp) no-repeat center / contain;

			@media (width > 768px) {
				width: 32px;
			}
		}

		.text {
			flex: 0 0 auto;
			display: block;
		}

		/* 小さめ行 */
		.smaller {
			display: inline-block;
			font-size: min(var(--fs-basic), calc(var(--fs-basicNum) * 100dvw / var(--w-designNum)));
			line-height: var(--lh-basic);

			@media (width > 768px) {
				font-size: var(--fs-basic);
			}
		}
	}

	/* 汎用ボタン */
	.btnBasic {
		--height: 56px;

		@media (width > 768px) {
			--height: 64px;
		}

		display: flex;
		justify-content: center;
		align-items: center;
		position: relative;
		width: 318px;
		max-width: 100%;
		height: var(--height);
		margin: 0 auto;
		background: var(--lg-blu01) no-repeat center / cover;
		border-radius: calc(var(--height) / 2);
		color: #fff;
		font-family: var(--ff-basic);
		font-size: min(var(--fs-basic), calc(var(--fs-basicNum) * 100dvw / var(--w-designNum)));
		font-weight: var(--fw-bold);
		line-height: var(--lh-basic);
		white-space: nowrap;

		@media (width > 768px) {
			width: 366px;
			font-size: var(--fs-basic);
		}

		&::after {
			content: '';
			display: block;
			position: absolute;
			right: 18px;
			top: 50%;
			width: 9px;
			aspect-ratio: 1;
			border: 1px currentColor;
			border-style: solid solid none none;
			rotate: 45deg;
			translate: 0 -50%;

			@media (width > 768px) {
				right: 20px;
			}
		}
	}
	
	margin: var(--pd-vSec) auto 0;
	font-family: var(--ff-basic);
	font-size: var(--fs-basic);
	font-weight: var(--fw-regular);
	line-height: var(--lh-basic);

	* {
		letter-spacing: var(--ls-basic);
	}

	.commonDoctorsList {
		.doctor {
			padding: var(--pd-h);
			border-radius: var(--br-basic);
			box-shadow: var(--bs-basic);

			&:nth-child(n+2) {
				margin-top: var(--pd-vItem);
			}
		}

		.photo {
			max-width: 240px;
			aspect-ratio: 1;
			margin: 0 auto var(--pd-vSmall);
			border-radius: var(--br-basic);
			overflow: hidden;

			@media (width > 768px) {
				max-width: 288px;
			}
		}

		.nameArea {
			display: flex;
			justify-content: center;
			gap: 1.0em;
			font-weight: var(--fw-medium);
		}

		.description {
			margin-top: var(--pd-vItem);

			> :nth-child(n+2) {
				margin-top: var(--pd-vItem);
			}
		}

		.additional {
			font-size: var(--fs-smaller);
			line-height: var(--lh-small);
		}
	}
}

/*
    タイトル
  */
/* セクションタイトル */
.ttlSection {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 19px;
  margin-bottom: 40px;
  color: var(--cl-brand01);
  font-family: var(--ff-en);
  font-size: min(var(--fs-big), calc(var(--fs-bigNum) * 100dvw / var(--w-designNum)));
  font-weight: var(--fw-medium);
  line-height: var(--lh-smaller);
  text-align: center;
  white-space: nowrap;
}

@media (width > 768px) {
  .ttlSection {
    gap: 30px;
    margin-bottom: 90px;
    font-size: var(--fs-big);
  }
}

.ttlSection::before,
.ttlSection::after {
  content: '';
  flex: 0 0 auto;
  display: block;
  width: 18px;
  aspect-ratio: 18 / 37;
  background: url(images/img_jewel.webp) no-repeat center / contain;
}

@media (width > 768px) {
  .ttlSection::before,
  .ttlSection::after {
    width: 32px;
  }
}

.text {
  flex: 0 0 auto;
  display: block;
  font-size: 30px;
}
/* 小さめ行 */
.smaller {
  display: inline-block;
}

@media screen and (max-width: 1024px)  {
  #topInformation {
    padding: 100px 0;
  }
  .text{
    font-size: 19px;
  }
}

/* ======================================
   footer
====================================== */
footer .footer_gnav {
  margin: 80px auto 40px;
}
footer .footer_gnav a {
  font-size: 12px;
}

@media only screen and (min-width: 841px) {
  footer .sp_only {
    display: none;
  }
}
@media only screen and (max-width: 840px) {
  footer {
    min-width: auto;
    margin-top: 8vw;
  }
  footer .sp_only {
    display: block;
    margin-top: 8vw;
  }
  footer .footer_gnav, footer .footer_nav {
    display: none;
  }
  footer .footer_nav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_nav_sp {
    border-top: 1px solid #9a9a9a;
  }
  footer .footer_nav_sp li {
    width: 50%;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
  }
  footer .footer_banner .inner_footer_banner {
    width: 100%;
  }
  footer .footer_nav_sp li:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 8%;
    right: 0;
    width: 1px;
    height: 83%;
    background: #9a9a9a;
  }
  footer .footer_nav_sp li a {
    font-size: 12px;
    padding: 0.7em 1em;
    line-height: 1.8;
    color: #353535;
    text-decoration: none;
    display: block;
  }
  /* backtop */
}
@media only screen and (max-width: 840px) and (max-width: 767px) {
  footer {
    min-width: auto;
    margin-top: 8vw;
  }
  footer .pc_only {
    display: none;
  }
  footer .footer_nav_sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .footer_nav_sp {
    border-top: 1px solid #9a9a9a;
  }
  footer .footer_nav_sp li {
    width: 50%;
    border-bottom: 1px solid #9a9a9a;
    position: relative;
  }
  footer .footer_nav_sp li:nth-child(odd)::after {
    content: "";
    position: absolute;
    top: 8%;
    right: 0;
    width: 1px;
    height: 83%;
    background: #9a9a9a;
  }
  footer .footer_nav_sp li a {
    font-size: 12px;
    padding: 0.7em 1em;
    line-height: 1.8;
    color: #004ea2;
    text-decoration: none;
    display: block;
  }
  /* backtop */
  footer .backTop.on {
    bottom: 21vw;
  }
  footer .backTop a {
    display: block;
    width: 30px;
    height: 30px;
  }
  footer .backTop a::after {
    width: 11px;
    height: 11px;
  }
  footer .copyright {
    padding: 6vw 0 8vw;
    color: #353535;
  }
}
@media only screen and (max-width: 840px) {
  footer .backTop.on {
    bottom: 21vw;
  }
  footer .backTop a {
    display: block;
    width: 30px;
    height: 30px;
  }
  footer .backTop a::after {
    width: 11px;
    height: 11px;
  }
  footer .copyright {
    padding: 6vw 0 12vw;
    color: #353535;
  }
}

@media screen and (max-width: 768px) {
  .l-footer {
    margin-bottom: 58px;
  }
}
.l-footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  gap: 20px;
  background-color: #E3E3E3;
  color: #000;
  padding: 30px 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .l-footer__nav {
    display: none;
  }
}
.l-footer__copy {
  text-align: center;
  padding: 60px;
  font-size: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
}
@media screen and (max-width: 768px) {
  .l-footer__copy {
    background: #e3e3e3;
    font-size: 9.5px;
    padding: 20px;
  }
}

footer {
  width: 100%;
}

footer a.over:hover {
  opacity: 0.6;
}

/* BANNER */
footer .footer_banner {
  padding: 50px 0 0px 0;
}

footer .footer_banner .inner_footer_banner {
  width: 830px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

footer .footer_banner .inner_footer_banner div {
  width: 32.8%;
  margin-bottom: 8px;
}

footer .footer_banner .inner_footer_banner div img {
  width: 100%;
}

footer .footer_banner .inner_footer_banner div a:hover {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

footer .footer_banner .inner_footer_banner div a:hover {
  opacity: 0.6;
}

footer .footer_gnav {
  margin-bottom: 40px;
}

footer .footer_gnav .inner_footer_gnav {
  display: table;
  width: 830px;
  margin: 0 auto;
}

footer .footer_gnav .inner_footer_gnav .col {
  /*float: left;*/
  display: table-cell;
  width: 250px;
  padding-left: 20px;
  border-left: #9a9a9a solid 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

footer .footer_gnav .inner_footer_gnav .col:last-child {
  border-right: #e1e1e1 solid 1px;
}

footer .footer_gnav .inner_footer_gnav .col dl {
  margin-bottom: 33px;
}

footer .footer_gnav .inner_footer_gnav .col dl:last-child {
  margin-bottom: 0;
}

footer .footer_gnav .inner_footer_gnav .col dl dt {
  font-size: 12px;
  font-weight: bolder;
  line-height: 1.4em;
  color: #666;
  margin-bottom: 16px;
}

footer .footer_gnav .inner_footer_gnav .col ul li,
footer .footer_gnav .inner_footer_gnav .col dl dd {
  margin: 13px 0 0 0;
  font-size: 11px;
  line-height: 1.4em;
  color: #666;
  padding-left: 11px;
  background: url("images/footer-navigate-arrow.png") left center no-repeat;
}

footer .footer_gnav .inner_footer_gnav .col ul li p,
footer .footer_gnav .inner_footer_gnav .col dl dd p{
	margin: 0;
}

footer .footer_gnav .inner_footer_gnav .col ul li:first-of-type {
  margin-top: 0;
}

footer .footer_gnav .inner_footer_gnav .col a {
  text-decoration: none;
}

footer .footer_gnav .inner_footer_gnav .col a:hover {
  text-decoration: underline;
}

footer .footer_gnav .inner_footer_gnav:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

footer .footer_nav {
  padding: 24px 0 24px 0;
  font-size: 10px;
  color: #353535;
  /* background-color: #f7f4f0; */
  background-color: #c8c8c8;
}

footer .footer_nav .inner_footer_nav {
  width: 830px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  font-size: 12px;
}

footer .footer_nav .inner_footer_nav .footer_nav_copy {
  line-height: 1.5;
  font-weight: bold;
}

footer .footer_nav .inner_footer_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  line-height: 3;
}

footer .footer_nav .inner_footer_nav ul li {
  margin-right: 18px;
}

footer .footer_nav .inner_footer_nav ul li:last-child {
  margin-right: 0;
}

footer .footer_nav .inner_footer_nav ul li a {
  text-decoration: none;
}

footer .footer_nav .inner_footer_nav ul li a:hover {
  text-decoration: underline;
}

footer .copyright {
  padding: 45px 0 45px 0;
  font-size: 10px;
  color: #333333;
  text-align: center;
}

footer .backTop {
  position: fixed;
  z-index: 99;
  right: 20px;
  bottom: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 350ms 0ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

footer .backTop.on {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}

footer .backTop a {
  display: block;
  width: 50px;
  height: 50px;
  /* background: #9a9a9a; */
  background-color: rgba(154, 154, 154, .8);
  position: relative;
}

footer .backTop a::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border-color: #ccc !important;
  border-right: 1px solid;
  border-bottom: 1px solid;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg);
}

footer .backTop a img {
  width: 100%;
}

@-webkit-keyframes backTop_arrow_on {
  0% {
    background-position: center 16px;
  }
  20% {
    background-position: center 8px;
  }
  100% {
    background-position: center 16px;
  }
}

@keyframes backTop_arrow_on {
  0% {
    background-position: center 16px;
  }
  20% {
    background-position: center 8px;
  }
  100% {
    background-position: center 16px;
  }
}
footer .sp_only,
.footer_nav_sp {
  display: none;
}

.top_foot_banner {
  width: 100%;
  max-width: 500px;
  margin: 55px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_foot_banner .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10%;
     -moz-column-gap: 10%;
          column-gap: 10%;
  width: calc(100% - 350px);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .footer_banner .inner_footer_banner div.none {
  display: none;
}

/* ======================================
   fixBnr
====================================== */
.fixBnr{
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.fixBnr .box{
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 52px;
  width: 100%;;
}

.linkTel{
  color: #fff;
  font-size: 20px;
  background:linear-gradient(45deg, var(--cl-brand01), #009BFA);
  display: flex;
  width: 50%;
  min-height: 52px;
  justify-content: center;
  align-items: center;
  border-radius: 12px 12px 0 0;
  gap: 12px;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.05em
}
.linkTel:before{
  content: '';
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 30px;
  aspect-ratio: 1;
  background: url(../images/ico_phone.svg) no-repeat center / contain;
  aspect-ratio: 35 / 30;
  width: auto;
  height: 30px;
}
.linkWeb{
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  min-height: 52px;
  font-size: 20px;
  background: linear-gradient(45deg, #FF4767, #FF8C72);
  display: flex;
  width: 50%;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 12px 12px 0 0;
  letter-spacing: 0.05em
}

.linkWeb:before{
  content: '';
  flex: 0 0 auto;
  display: block;
  width: auto;
  height: 30px;
  aspect-ratio: 1;
  background: url(../images/ico_calendar.svg) no-repeat center / contain;
  aspect-ratio: 35 / 30;
  width: auto;
  height: 30px;

}

.linebtn{
  position: absolute;
  display: block;
  width: 186px;
  aspect-ratio: 186 / 52;
  border-radius: 6px;
  overflow: hidden; 
  right: 6px;
  bottom: calc(100% + 22px);  
}

.linebtn a img{
  width: 100%;
}

/* 表示状態（showクラスがついた時） */
.line.show {
  opacity: 1;
  visibility: visible;
  position: absolute;
    right: 6px;
    top: -73px;  
}

.line .close {
  position: absolute;
  top: 0;
  right: -5px;
  width: 30px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  translate: 0 -66.6%;
}

.line .close::before,
.line .close::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 1px;
  background: currentColor;
  rotate: 45deg;
  translate: -50% -50%;
}

.line .close::after {
  rotate: -45deg;
}

.line .close .text {
  display: block;
  width: 1px;
  height: 1px;
  clip-path: inset(50%);
  overflow: hidden;
}

.fixBnr .line a{
  display: block;
  width: 186px;
  aspect-ratio: 186 / 52;
  border-radius: 6px;
  overflow: hidden;
}
.fixBnr .line a img{
  width: 100%;
}

.line {
  position: absolute;
  right: 6px;
  top: -73px;
  width: 186px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  border-radius: 12px 12px 0 0;
}

.line.show {
  opacity: 1;
  visibility: visible;
}

.line.is-hidden {
  display: none !important;
}

.line .link {
  display: block;
  width: 100%;
  aspect-ratio: 186 / 52;
  border-radius: 6px;
  overflow: hidden;
}

.line .link img {
  width: 100%;
  display: block;
}

.line .close {
  position: absolute;
  top: 0;
  right: -5px;
  width: 30px;
  aspect-ratio: 1;
  background: #fff;
  border: 1px solid currentColor;
  border-radius: 50%;
  translate: 0 -66.6%;
  cursor: pointer;
  z-index: 10;
}

@media screen and (max-width: 1024px) {
  .fixBnr{
    display: block;
  }



}