@charset "UTF-8";
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

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

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

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] {
  -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;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

body {
  overflow-x: hidden;
}

body,
html {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
  font-size: 16px;
  color: #343434;
  scroll-behavior: smooth;
  position: relative;
  overscroll-behavior-y: none;
  overscroll-behavior-x: none;
}
@media screen and (max-width: 599px) {
  body,
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 599px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 600px) {
  .sp {
    display: none !important;
  }
}

a {
  /*&:hover {
    img {
      opacity: 0.6 !important;
    }
  }*/
}
a img {
  display: block;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}

.bold {
  font-weight: 700 !important;
}

.font-24 {
  font-size: 24px;
}

.red {
  color: #9a0132;
}

.blue {
  color: #193b8b;
}

.w100 {
  width: 100%;
}

.header {
  position: fixed;
  z-index: 49999;
  color: #ffffff;
  top: 40px;
  left: 50px;
}
@media screen and (max-width: 599px) {
  .header {
    top: 20px;
    left: 20px;
  }
}
.header__title {
  display: table;
  font-size: 12px;
  margin-bottom: 56px;
}
.header__title div {
  display: table-cell;
  vertical-align: middle;
}
.header__title__logo {
  width: 80px;
}
@media screen and (max-width: 599px) {
  .header__title__logo {
    width: 60px;
  }
}
.header__title__logo img {
  width: 100%;
}
.header__nav ul li {
  font-size: 12px;
  letter-spacing: 0.1em;
  padding: 5px 0px;
}
.header__toggle {
  display: none;
  position: fixed;
  top: 30px;
  right: 20px;
  width: 30px;
  height: 24px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 50000;
}
.header__toggle__bar {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 5px;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}
.header__toggle__bar:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 599px) {
  .header__nav {
    display: block;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
    position: fixed;
    top: 60px;
    right: 0;
    width: 28%;
    padding: 20px 0;
  }
  .header__nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__nav ul li {
    font-size: 16px;
    width: 100%;
    text-align: left;
    padding: 6px 0;
  }
  .header__nav ul li a {
    color: #ffffff;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 12px;
  }
  .header__nav.is-open {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

.header__toggle__bar.rotate-down {
  -webkit-transform: translateY(6px) rotate(45deg);
          transform: translateY(6px) rotate(45deg);
}
.header__toggle__bar.rotate-up {
  -webkit-transform: translateY(-6px) rotate(-45deg);
          transform: translateY(-6px) rotate(-45deg);
}
.header__toggle__bar.fade-out {
  opacity: 0;
}

@media screen and (max-width: 599px) {
  .header__toggle {
    display: block;
  }
}
.header-text {
  position: absolute;
  z-index: 20000;
  color: #ffffff;
  top: 60px;
  left: 180px;
  font-size: 12px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 599px) {
  .header-text {
    top: 14px;
    left: 100px;
    line-height: 1.7em;
    font-size: 11px;
  }
}

.header.header--black .header__nav a {
  color: #343434 !important;
}
.header.header--black .header__toggle__bar {
  background-color: #343434 !important;
}

#footer {
  scroll-snap-align: none !important;
}

#footer h3 {
  font-size: 18px;
  margin: 0 auto 60px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0px 30px;
  border-left: 1px dotted #727272;
  border-right: 1px dotted #727272;
  line-height: 34px;
}
@media screen and (max-width: 599px) {
  #footer h3 {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.footer-cta {
  background-image: url(../image/bg_concept.png);
  background-size: cover;
  padding: 100px 0px 100px 0px;
  position: relative;
  color: #ffffff;
  z-index: 100000;
}
.footer-cta::before {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
  width: 20px;
  height: 121px;
  background-image: url(../image/mokuji/09.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 599px) {
  .footer-cta::before {
    left: 15px;
  }
}

.footer-cta01 {
  width: 1020px;
  margin: 0px auto 30px auto;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 599px) {
  .footer-cta01 {
    width: 70%;
    gap: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.footer-cta01 li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
.footer-cta01 li a {
  display: block;
  line-height: 90px;
  background-color: #484848;
  font-size: 22px;
  letter-spacing: 0.1em;
  border: 2px solid #2d2d2d;
  outline: 1px solid #484848;
  outline-offset: 1px;
  padding-left: 40px;
  position: relative;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
@media screen and (max-width: 599px) {
  .footer-cta01 li a {
    font-size: 20px;
  }
}
.footer-cta01 li a:hover {
  opacity: 0.8 !important;
}
.footer-cta01__01 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 41px;
  height: 44px;
  top: 24px;
  left: 30px;
  background-image: url(../image/ico_pamph.png);
  background-size: contain;
}
.footer-cta01__02 a {
  padding-left: 80px !important;
}
.footer-cta01__02 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 67px;
  height: 42px;
  top: 24px;
  left: 30px;
  background-image: url(../image/ico_seminer.png);
  background-size: contain;
}
.footer-cta01__03 a::before {
  content: "";
  display: block;
  position: absolute;
  width: 49px;
  height: 44px;
  top: 24px;
  left: 30px;
  background-image: url(../image/ico_counseling.png);
  background-size: contain;
}

.footer-cta02 {
  width: 1020px;
  margin: 0px auto;
  padding: 30px 0px;
  background-color: #2d2d2d;
  z-index: 1;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 599px) {
  .footer-cta02 {
    width: 70%;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px 30px 20px;
  }
}
.footer-cta02__01 {
  text-align: center;
  font-size: 14px;
  width: 50%;
  border-right: 1px dotted #727272;
  -ms-flex-item-align: center;
      align-self: center;
  line-height: 1.6;
}
.footer-cta02__01 a {
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
.footer-cta02__01 a:hover {
  opacity: 0.8 !important;
}
@media screen and (max-width: 599px) {
  .footer-cta02__01 {
    width: 100%;
    border: none;
  }
}
.footer-cta02__02 {
  text-align: center;
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0px 100px 0px 100px;
}
@media screen and (max-width: 599px) {
  .footer-cta02__02 {
    padding: 0px;
  }
}
.footer-cta02__02 a {
  display: block;
  width: 100%;
  line-height: 50px;
  background-color: #484848;
  position: relative;
  padding-left: 20px;
  border: 2px solid #2d2d2d;
  outline: 1px solid #484848;
  outline-offset: 1px;
  -webkit-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
}
.footer-cta02__02 a:hover {
  opacity: 0.8 !important;
}
.footer-cta02__02 a::before {
  position: absolute;
  width: 20px;
  height: 13px;
  display: block;
  content: "";
  background-image: url(../image/ico_mail.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 19px;
  left: 50px;
}
.footer-cta02__03 {
  text-align: center;
  font-size: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding-left: 20px;
  width: 50%;
}
@media screen and (max-width: 599px) {
  .footer-cta02__03 {
    padding: 0px 0px 0px 20px;
    width: 100%;
  }
}
.footer-cta02__03::before {
  position: absolute;
  width: 20px;
  height: 25px;
  display: block;
  content: "";
  background-image: url(../image/ico_tel.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 32%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 599px) {
  .footer-cta02__03::before {
    top: 5px;
    left: 14%;
  }
}
.footer-cta02__03 span {
  font-size: 11px;
  display: block;
}

.footer-bg01 {
  position: absolute;
  width: 100%;
  top: 0px;
}
.footer-bg01 img {
  width: 100%;
}

.footer-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px 50px;
}
@media screen and (max-width: 599px) {
  .footer-copy {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 20px 60px 20px;
  }
}
.footer-copy__logo {
  width: 120px;
}
.footer-copy__logo img {
  width: 100%;
}
.footer-copy__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  color: #a8a8a8;
  line-height: 74px;
}
@media screen and (max-width: 599px) {
  .footer-copy__text {
    line-height: 1em;
  }
}

/**************************モーダルアニメーション**************************/
@-webkit-keyframes fadeInModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInModal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/**************************モーダル関連インターフェイス**************************/
.modal {
  -webkit-animation: fadeInModal 0.3s ease-out;
          animation: fadeInModal 0.3s ease-out;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  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;
  z-index: 1000000;
  align-items: center;
}
@media screen and (min-width: 600px) {
  .modal {
    padding: 40px 0 90px;
  }
}
@media screen and (max-width: 599px) {
  .modal {
    padding: 20px 0 65px;
  }
}
.modal .modal-content {
  -webkit-animation: slideIn 0.3s ease-out;
          animation: slideIn 0.3s ease-out;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 1050px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.6);
  max-height: 100%;
}
@media screen and (max-width: 599px) {
  .modal .modal-content {
    width: 90%;
  }
}
.modal .modal-close {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 10;
}
@media screen and (max-width: 599px) {
  .modal .modal-close {
    top: 15px;
    right: 15px;
  }
}
.modal .modal-close::before, .modal .modal-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #ffffff;
  -webkit-transform-origin: center;
          transform-origin: center;
}
@media screen and (max-width: 599px) {
  .modal .modal-close::before, .modal .modal-close::after {
    width: 30px;
    background-color: #a8a8a8;
  }
}
.modal .modal-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.modal .modal-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.modal .modal-body {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: scroll;
  overflow-x: clip;
}
.modal .modal-footer {
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: transparent;
  border-top: none;
  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: 599px) {
  .modal .modal-footer {
    bottom: -50px;
  }
}
.modal .modal-footer .modal-prev,
.modal .modal-footer .modal-next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0 30px;
}
.modal .modal-footer .modal-prev img,
.modal .modal-footer .modal-next img {
  width: 50px;
}
@media screen and (max-width: 599px) {
  .modal .modal-footer .modal-prev,
  .modal .modal-footer .modal-next {
    padding: 0 20px;
  }
  .modal .modal-footer .modal-prev img,
  .modal .modal-footer .modal-next img {
    width: 35px;
  }
}
.modal .modal-footer .modal-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal .modal-footer .modal-dots .dot {
  width: 8px;
  height: 8px;
  margin: 0 4px;
  background: none;
  border: 1px solid #ffffff;
  border-radius: 50%;
}
.modal .modal-footer .modal-dots .dot.active {
  background: #ffffff;
}