/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
/* reset
-------------------------- */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

body {
  line-height: 1;
}

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

ol,
ul,
li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

i {
  font-style: italic;
}

del {
  text-decoration: line-through;
}

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

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

hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input,
select {
  vertical-align: middle;
}

sup {
  font-size: x-small;
  vertical-align: super;
}

address {
  font-style: normal;
}

/* base
-------------------------- */
/* stylelint-disable no-descending-specificity */
html {
  font-size: 62.5%;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  width: 100%;
  background-color: #fff;
  letter-spacing: 0;
  word-wrap: break-word;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 1.9;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
  font-size: 3.5897435897vw;
}
@media (min-width: 769px) {
  body {
    font-size: 0.9375vw;
  }
}
@media (min-width: 1921px) {
  body {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.8;
}

a {
  text-decoration: none;
  color: #a8a8a8;
  transition: color 0.4s ease, background-color 0.4s ease;
}
a img {
  overflow: hidden;
  outline: none;
  transition: opacity 0.4s ease;
}
a.pcmo:hover {
  color: #000;
}
a.pcmo:hover img {
  opacity: 0.8;
}

a:link,
a:visited,
a:active,
a:hover,
a:focus {
  outline: none;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  border-style: none;
  outline: none;
  vertical-align: middle;
  pointer-events: none;
  -webkit-touch-callout: none;
  -moz-touch-callout: none;
  /* stylelint-disable-next-line property-no-unknown */
  touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

svg {
  vertical-align: middle;
}

button {
  display: block;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  background: transparent;
  letter-spacing: 0.05em;
  color: #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  line-height: 2;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

table {
  width: 100%;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
  padding: 0.5em;
  width: 100%;
  border: 1px solid #666;
  border-radius: 0;
  background-color: #fff;
  font-size: 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
  border: 1px solid #333;
  outline: 1px solid #333;
}

@media (min-width: 769px) {
  input[type=text],
  input[type=email],
  input[type=password],
  textarea {
    padding: 0.7em;
  }
}
/* font
-------------------------- */
.noto-sans-m {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.noto-sans-b {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

.eb-garamond-r {
  font-family: "EB Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

/* WP
---------------------------------------------------------- */
.alignleft {
  display: inline;
  float: left;
  max-width: 48%;
}

.alignright {
  display: inline;
  float: right;
  max-width: 48%;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.centered {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

img.alignright {
  display: inline;
  width: auto;
}

img.alignleft {
  display: inline;
  width: auto;
}

.gallery {
  display: flex;
}
.gallery.gallery-columns-1 .gallery-item {
  width: 100%;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 48%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 31%;
}
.gallery.gallery-columns-4 .gallery-item {
  width: 23%;
}
.gallery.gallery-columns-5 .gallery-item {
  width: 18%;
}
.gallery.gallery-columns-6 .gallery-item {
  width: 14%;
}
.gallery.gallery-columns-7 .gallery-item {
  width: 13%;
}
.gallery.gallery-columns-8 .gallery-item {
  width: 12%;
}
.gallery.gallery-columns-9 .gallery-item {
  width: 11%;
}

/* common
-------------------------- */
.pc {
  display: none;
}

.width-01 {
  margin: 0 auto;
  width: 89.7436%; /* 350px */
}

.swiper {
  display: none;
}

.swiper.swiper-initialized {
  display: block;
}

@media (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: block;
  }
  .width-01 {
    width: 87.5%;
  }
}
/* keyframes
-------------------------- */
/* header
-------------------------- */
/* stylelint-disable no-descending-specificity */
.header {
  width: 100%;
  /* height: 4.5714em; */
}

.header-sticky {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  /* height: 4.5714em; */
  /* &::after {
    content: '';
    display: block;
    position: relative;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgb(173 183 227 / 80%);
  } */
}
.home .header-sticky {
  position: relative;
}
.home .header-sticky.is-scrolled {
  position: fixed;
}
.home .header-sticky.on {
  position: fixed;
}

.header-bg {
  display: block;
  position: fixed;
  z-index: 9990;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.5714em;
  background-color: rgba(173, 183, 227, 0.8);
}

.header-logo {
  position: fixed;
  z-index: 1;
  top: 1.7857em;
  left: 5%;
  width: 72.9166%;
  transition: opacity 0.4s ease;
}
.header-logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header-logo svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
}
.header-logo.is-hide {
  opacity: 0;
}

.drawermenu-btn {
  position: fixed;
  z-index: 3;
  top: 1.2857em;
  right: 5%;
  width: 2em;
  height: 2em;
}
.drawermenu-btn button {
  display: block;
  width: 100%;
  height: 100%;
}

.drawermenu-btn-bar {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: transform 0.4s ease;
}
.drawermenu-btn-bar span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.4285em;
  height: 0.1428em;
  background-color: #fff;
  pointer-events: none;
  transition: transform 0.4s ease;
  font-size: 3.5897435897vw;
}
.drawermenu-btn-bar span:nth-child(1) {
  transform: translate(-50%, -0.357em);
}
.drawermenu-btn-bar span:nth-child(2) {
  transform: translate(-50%, 0.1428em);
}

.drawermenu {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  right: 0;
  transform: scale(1.03);
  transform-origin: top center;
  width: 100%;
  height: 100vh;
  height: 100svh;
  background-color: #acb6e0;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out, visibility 0.4s ease-in-out;
}

.drawermenu-inner {
  overflow-y: auto;
  position: relative;
  z-index: 1;
  padding: 7.6428em 0 3em;
  height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
.drawermenu-inner::-webkit-scrollbar {
  display: none;
}

.drawermenu-nav-title {
  display: none;
}

.drawermenu-nav {
  text-align: center;
}
.drawermenu-nav li {
  margin-bottom: 1.2em;
}
.drawermenu-nav li a {
  color: #fff;
  font-size: 4.1025641026vw;
}

.js-drawermenu-open {
  position: fixed !important;
  width: 100%;
}
.js-drawermenu-open .drawermenu-btn-bar {
  transform: rotate(90deg);
  transition-delay: 0.4s;
}
.js-drawermenu-open .drawermenu-btn-bar span {
  transition-delay: 0.4s;
}
.js-drawermenu-open .drawermenu-btn-bar span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.js-drawermenu-open .drawermenu-btn-bar span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(135deg);
}
.js-drawermenu-open .drawermenu-btn-text.open {
  visibility: hidden;
  opacity: 0;
}
.js-drawermenu-open .drawermenu-btn-text.close {
  visibility: visible;
  opacity: 1;
}
.js-drawermenu-open .drawermenu {
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition-delay: 0.4s;
}

@media (min-width: 769px) {
  .header {
    height: 8.8888em;
  }
  .header-sticky {
    width: 100%;
    height: 8.8888em;
    /* &::after {
      width: 72.9166%;
      background-color: transparent;
    } */
  }
  .header-bg {
    width: 72.9166%;
    height: 8.8888em;
  }
  .header-logo {
    top: 4.8333em;
    left: 6.25%;
    width: 26.8229%;
  }
  .drawermenu-btn {
    display: none;
  }
  .drawermenu {
    visibility: visible;
    opacity: 1;
    position: absolute;
    transform: none;
    width: 27.0834%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.85);
  }
  .drawermenu-inner {
    padding: 3.7222em 0 5em 7.6923%;
  }
  .drawermenu-nav-title {
    display: block;
    margin-bottom: 0.8809em;
    font-size: 2.1875vw;
  }
  .drawermenu-nav {
    text-align: left;
  }
  .drawermenu-nav li {
    margin-bottom: 0.5em;
  }
  .drawermenu-nav li a {
    color: #a8a8a8;
    font-size: 0.8333333333vw;
  }
  .drawermenu-nav li a.pcmo:hover {
    color: #000;
  }
  .drawermenu-nav li.current a {
    color: #000;
  }
}
@media (min-width: 1921px) {
  .header-logo {
    width: 515px;
  }
  .drawermenu-nav-title {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .drawermenu-nav li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* footer
-------------------------- */
/* stylelint-disable no-descending-specificity */
.footer {
  padding-bottom: 3em;
}

.footer-inner {
  padding: 0 5%;
}

.footer-contents-list {
  margin-bottom: 3em;
}
.footer-contents-list li {
  margin-bottom: 0.313em;
}
.footer-contents-list li a {
  display: block;
  padding: 0.313em 0.5em;
  background-color: #000;
  color: #fff;
  line-height: 1.5;
  font-size: 4.1025641026vw;
}
.footer-contents-list li span {
  display: block;
  line-height: 1.3;
  font-size: 2.0512820513vw;
}
.footer-contents-list li.bg-01 a {
  width: 51.4285%;
}
.footer-contents-list li.bg-02 a {
  width: 75.7142%;
}
.footer-contents-list li.bg-03 a {
  width: 100%;
}

.copyright {
  font-size: 2.5641025641vw;
}

@media (min-width: 769px) {
  .footer {
    padding-bottom: 4.333em;
  }
  .footer-inner {
    padding: 0 27.0834% 0 6.25%;
  }
  .footer-contents-list {
    margin-bottom: 6.556em;
    max-width: 1280px;
  }
  .footer-contents-list li {
    margin-bottom: 0.5em;
  }
  .footer-contents-list li a {
    padding: 0.313em 0.5em;
    font-size: 2.5vw;
  }
  .footer-contents-list li a.pcmo:hover {
    background-color: #333;
    color: #fff;
  }
  .footer-contents-list li span {
    line-height: 1.4;
    font-size: 0.9375vw;
  }
  .footer-contents-list li.bg-01 a {
    width: 51.4285%;
  }
  .footer-contents-list li.bg-02 a {
    width: 75.7142%;
  }
  .footer-contents-list li.bg-03 a {
    width: 100%;
  }
  .copyright {
    font-size: 0.7291666667vw;
  }
}
@media (min-width: 1921px) {
  .footer-contents-list li a {
    font-size: 48px;
  }
  .footer-contents-list li span {
    font-size: 18px;
  }
  .copyright {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* main
-------------------------- */
/* stylelint-disable-next-line at-rule-no-unknown */
/* stylelint-disable-next-line scss/double-slash-comment-empty-line-before */
.page-main,
.question-main,
.professional-main {
  padding: 8.857em 0 2.857em;
}

.common-title-01 {
  margin-bottom: 1.25em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.75;
  font-optical-sizing: auto;
  font-size: 5.1282051282vw;
}

.list-page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.list-page-nav .page-numbers {
  display: block;
  padding: 0 1em;
  font-size: 4.1025641026vw;
}
.list-page-nav .page-numbers .current {
  color: #000;
}
.list-page-nav .dots {
  pointer-events: none;
}
.list-page-nav .prev,
.list-page-nav .next {
  position: relative;
  width: 1em;
  height: auto;
  aspect-ratio: 1/1;
}
.list-page-nav .prev::before,
.list-page-nav .next::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 0.5em;
  height: auto;
  aspect-ratio: 1/1;
}
.list-page-nav .prev::before {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}
.list-page-nav .next::before {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}

@media (min-width: 769px) {
  .page-main,
  .question-main,
  .professional-main {
    padding: 4.444em 0 6.667em;
  }
  .common-title-01 {
    margin-bottom: 1.429em;
    font-size: 2.1875vw;
  }
  .list-page-nav {
    justify-content: flex-start;
  }
  .list-page-nav .page-numbers {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1921px) {
  .common-title-01 {
    font-size: 42px;
    font-size: 4.2rem;
  }
  .list-page-nav .page-numbers {
    font-size: 16px;
    font-size: 1.6rem;
  }
}/*# sourceMappingURL=style.css.map */