/* destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
*,
::before,
::after {
  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) */
/* ============================================ */
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 {
  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 */
  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 {
  -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"] {
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="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;
  -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;
  font-weight: bold;
}

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

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

.container {
  padding-left: 15px;
  padding-right: 15px;
}

.container .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
}

.container .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.section--s, .section--head.bg--txt.section--s {
  margin-bottom: 30px;
}

.section, .section--head.bg--txt.section {
  margin-bottom: 50px;
}

.section--l, .section--head.bg--txt.section--l {
  margin-bottom: 80px;
}

html {
  scroll-snap-type: y proximity;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji", sans-serif;
}

img {
  max-width: 100%;
}

.header,
.hero,
#main,
.footer {
  position: relative;
  z-index: 10;
}

.header {
  z-index: 50;
}

.hide-sp {
  display: none;
}

.hide-tab {
  display: none;
}

.show-sp {
  display: inline;
}

.lightbox {
  position: fixed;
  top: 50% !important;
  transform: translateY(-50%);
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 5vw;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header.scrolled {
  position: fixed;
  opacity: 0;
  visibility: hidden;
}

.header.scrolled.show {
  background-color: #005cac;
  opacity: 1;
  visibility: visible;
}

.header.transition {
  transition: all 300ms ease-out;
}

.header--logo {
  z-index: 15;
}

.header--logo img {
  height: 50px;
}

.header .toggler {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  width: 45px;
  height: 40px;
  padding: 8px;
  z-index: 15;
}

.header .toggler span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #005cac;
  transition: all 300ms ease-out;
}

.header .toggler span:nth-child(2) {
  margin: 6px 0;
}

.header .toggler.open span:nth-child(1) {
  margin-top: 2px;
  transform: rotate(45deg);
}

.header .toggler.open span:nth-child(2) {
  opacity: 0;
  height: 0;
  margin: 0;
}

.header .toggler.open span:nth-child(3) {
  margin-top: -1px;
  transform: rotate(-45deg);
}

.header .header--menu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #005cac;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease-out;
}

.header .header--menu.open {
  opacity: 1;
  visibility: visible;
}

.header .header--menu ul {
  font-size: 18px;
  color: #fff;
  font-weight: 500;
}

.header .header--menu ul li {
  text-align: center;
  margin: 1em 0;
}

.header .header--menu .spmenu-sns {
  display: block;
  padding: 0 15px;
}

.header .header--menu .spmenu-sns .sp-sns {
  display: flex;
  margin-top: 20px;
}

.header .header--menu .spmenu-sns .sp-sns a {
  display: block;
  margin: 0 5px;
}

.header .header--menu .spmenu-sns .sp-sns a img {
  width: 90%;
}

.hero {
  position: relative;
}

.hero--img {
  width: 100%;
  height: 85vh;
  padding-left: 10vw;
  padding-bottom: 5vh;
  position: relative;
}

.hero--img::before {
  display: block;
  content: '';
  width: calc(78% - 3px);
  height: 100%;
  background-color: #005cac;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.hero--img .hero__swiper,
.hero--img .swiper-wrapper,
.hero--img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
  position: relative;
  z-index: 10;
}

.hero--txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  font-size: 16px;
  color: #fff;
  writing-mode: vertical-rl;
  position: absolute;
  top: 80px;
  right: 5vw;
  left: 10vw;
  bottom: 5vh;
  z-index: 50;
}

.hero--txt h2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 2.4em;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.15em;
}

.hero--txt h2 span {
  border-left: 0.1em solid #fff;
  margin: 0 0.15em;
}

.hero--txt h2 strong {
  font-weight: 700;
  color: #badfff;
}

.hero--txt p {
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.1em;
  margin-right: 1.5em;
}

.hero--cover {
  position: absolute;
  left: 10vw;
  bottom: 5vh;
  z-index: 75;
}

.hero--cover svg,
.hero--cover img {
  width: 85vw;
}

.subpage--hero {
  font-size: 14px;
  color: #fff;
  position: relative;
  height: 240px;
}

.subpage--hero__img {
  height: 100%;
}

.subpage--hero__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.subpage--hero__cover {
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
}

.subpage--hero__cover .cover__inner {
  padding-left: 0.75em;
  position: relative;
}

.subpage--hero__cover .cover__inner::before {
  display: block;
  content: '';
  width: 4px;
  height: 2em;
  background-color: #005cac;
  position: absolute;
  top: 0.5em;
  left: 0;
}

.subpage--hero .en {
  font-size: calc(2em + (1em / 3));
  font-weight: 500;
}

.subpage--hero .ja {
  font-weight: 700;
  margin-top: 0.5em;
  margin-left: 0.25em;
}

.footer {
  color: #fff;
  background-color: #005cac;
  padding-top: 50px;
}

.footer .logo {
  text-align: center;
}

.footer .info {
  font-size: 14px;
  text-align: center;
  margin: 2em 0;
  line-height: 1.75;
}

.footer .icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footer .icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 6px;
}

.footer .icons a svg {
  fill: #005cac;
  width: 24px;
  height: auto;
}

.footer .copy {
  font-size: 12px;
  text-align: center;
  background-color: #004a8a;
  padding: 2em 0;
  margin-top: 40px;
}

.section--head {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

.section--head .en {
  font-size: 2em;
  color: #005cac;
}

.section--head .en::after {
  display: block;
  content: '';
  width: 80px;
  height: 3px;
  background-color: #929292;
  margin: 0.4em auto 0.5em;
}

.section--head.bg--txt {
  overflow: hidden;
  position: relative;
  padding-top: 1.5em;
  margin-bottom: -0.4em;
  padding-bottom: 0.75em;
}

.section--head.bg--txt .en::after {
  display: none;
}

.section--head.bg--txt .ja {
  margin-top: 0.25em;
  margin-bottom: 0.25em;
}

.section--head.bg--txt .bg {
  font-size: 6em;
  color: #f7f7f7;
  line-height: 1;
  text-wrap: nowrap;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.second--head {
  text-align: center;
}

.second--head .main {
  font-size: 28px;
  font-weight: 500;
  color: #005cac;
}

.second--head .main::after {
  display: block;
  content: '';
  width: 1.75em;
  height: 3px;
  background-color: #929292;
  margin: 0.5em auto;
}

.second--head__desc {
  font-size: 14px;
  line-height: 2;
  text-align: center;
}

.btn a, .btn input, .btn button, .btn .btn__inner {
  display: inline-block;
  font-size: 14px;
  border: 1px solid #262626;
  border-radius: 999px;
  padding: 1.1em 4em;
}

.btn.back--btn a, .btn.back--btn input, .btn.back--btn button, .btn.back--btn .btn__inner {
  color: #fff;
  background-color: #005cac;
  border: none;
  text-align: center;
  min-width: 320px;
  padding: 1.1em 3em;
}

.front--intro__gallery {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0 5vw;
}

.front--intro__gallery .gallery--item {
  width: calc(100% / 3);
}

.front--intro .head {
  font-size: 12px;
  margin-bottom: 2em;
}

.front--intro .head p {
  margin-left: 0.5em;
  margin-bottom: 1em;
}

.front--intro .head h2 {
  font-size: 3.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.front--intro .head h2 span {
  color: #005cac;
}

.front--intro .desc {
  font-size: 16px;
  line-height: 2;
}

.front--about__contents {
  background-color: #eeeeee;
  padding: 20px 10px 30px;
}

.front--about .about--box {
  display: flex;
  flex-wrap: wrap;
  justify-self: center;
  justify-content: center;
  margin: 0 -5px;
}

.front--about .about--box__item {
  max-width: calc(100% / 2);
  min-width: calc(100% / 3 + 1px);
  padding: 0 5px;
  margin-bottom: 10px;
}

.front--about .about--box.white-bg .about--box__item {
  margin-bottom: 10px;
}

.front--about .about--box.white-bg .about--box__item a {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  border-radius: 12px;
  overflow: hidden;
}

.front--about .sns--logos {
  display: flex;
  justify-content: center;
  margin: 30px 0 0;
}

.front--about .sns--logos__item {
  padding: 0 6px;
}

.front--about .sns--logos__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 6px;
}

.front--about .sns--logos__item a img {
  width: 62.5%;
  height: auto;
}

.front--seminar .seminar--list__item {
  font-size: 16px;
}

.front--seminar .seminar--list__item a {
  display: block;
  border-bottom: 1px solid #bcbcbc;
  padding: 1.25em 0.75em;
}

.front--seminar .seminar--list .meta {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.front--seminar .seminar--list .meta .area {
  font-size: 12px;
  width: 10.5em;
  color: #fff;
  background-color: #005cac;
  text-align: center;
  border-radius: 4px;
  line-height: 1;
  padding: 0.5em 0.25em 0.55em;
}

.front--seminar .seminar--list .meta .date {
  font-weight: 500;
  margin-left: 1em;
}

.front--seminar .seminar--list .detail .title {
  font-weight: 500;
  color: #005cac;
  margin-bottom: 0.75em;
}

.front--seminar .seminar--list .detail .desc {
  font-size: 14px;
}

.front--seminar .btn {
  text-align: center;
}

.blog--archive .section--head.bg--txt {
  padding-bottom: 1.5em;
}

.blog--archive .section--head.bg--txt .bg {
  bottom: 0.2em;
}

.blog--archive__contents {
  background-color: #e9f1f8;
  padding: 40px 5px 20px;
}

.blog--archive .blog--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.blog--archive .blog--list__item {
  font-size: 12px;
  width: 50%;
  padding: 0 5vw;
  margin-bottom: 40px;
}

.blog--archive .blog--list a {
  display: block;
  max-width: 350px;
}

.blog--archive .blog--list .thumb {
  position: relative;
}

.blog--archive .blog--list .thumb::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.blog--archive .blog--list .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.blog--archive .blog--list .tag {
  display: flex;
  flex-wrap: wrap;
  margin: 1em -1em 0.25em 0;
}

.blog--archive .blog--list .tag p {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  color: #fff;
  background-color: #005cac;
  width: 10em;
  height: 2em;
  border-radius: 999px;
  line-height: 1;
  margin-right: 1em;
  margin-bottom: 0.25em;
}

.blog--archive .blog--list .title {
  font-weight: 700;
  line-height: 1.5;
}

.blog--archive .btn {
  text-align: center;
}

.front--youtube .youtube--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.front--youtube .youtube--list__item {
  width: calc(100% / 2);
  padding: 0 5px;
  margin-bottom: 10px;
}

.front--youtube .youtube--list__item a {
  display: block;
}

.front--youtube .youtube--list__item img {
  width: 100%;
  height: auto;
}

.front--youtube .btn {
  text-align: center;
}

.page__seminar .seminar--thumb {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.page__seminar .seminar--thumb img {
  width: 100%;
  height: auto;
}

.page__seminar .seminar--detail__state {
  font-size: 1.125em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1em;
}

.page__seminar .seminar--detail {
  font-size: 14px;
}

.page__seminar .seminar--detail .title {
  font-size: 1.5em;
  font-weight: 500;
  color: #fff;
  background-color: #aecee3;
  padding: 0.375em 1em;
}

.page__seminar .seminar--detail__item {
  margin: 1.25em 0 2em;
}

.page__seminar .seminar--detail__item .head {
  font-size: 1.5em;
  font-weight: 700;
  border-left: 6px solid #c5c5c5;
  padding: 0.5em 0 0.5em 0.5em;
}

.page__seminar .seminar--detail__item .desc {
  font-weight: 500;
  margin-top: 1em;
  padding-left: 1.125em;
}

.page__seminar .seminar--detail .link--btn {
  text-align: center;
  font-size: 16px;
  margin-top: 5em;
}

.page__seminar .seminar--detail .link--btn a {
  display: inline-block;
  color: #fff;
  background-color: #005cac;
  width: 100%;
  max-width: 480px;
  border-radius: 999px;
  padding: 1.5em 2em;
  position: relative;
}

.page__seminar .seminar--detail .link--btn a::after {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform-origin: center;
  position: absolute;
  top: 1.625em;
  right: 2em;
  transform: rotate(45deg);
}

.page__seminar .seminar--detail .end--btn {
  text-align: center;
}

.page__seminar .seminar--detail .end--btn .btn__inner {
  color: #fff;
  background-color: #656565;
  border: none;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.page__seminar .seminar--back {
  text-align: center;
}

.page__seminar .seminar--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.page__seminar .seminar--list__item {
  font-weight: 500;
  width: calc(100% / 2);
  padding: 0 5px;
  margin-bottom: 40px;
}

.page__seminar .seminar--list__item > a {
  display: block;
  height: 100%;
}

.page__seminar .seminar--list__item .thumb {
  height: calc(100% - 3.5em);
  position: relative;
}

.page__seminar .seminar--list__item .thumb .noimg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-image: url(../img/bg_seminar.png);
  background-size: cover;
  padding: 12px 8px;
}

.page__seminar .seminar--list__item .thumb .noimg__head {
  font-size: calc((100vw - 30px) * 0.04);
  font-weight: 700;
  color: #005cac;
  text-align: center;
  margin-bottom: 1em;
}

.page__seminar .seminar--list__item .thumb .noimg__head span {
  font-size: calc((100vw - 30px) * 0.025);
  color: #656565;
}

.page__seminar .seminar--list__item .thumb .noimg__detail {
  background-color: #fff;
  width: 100%;
  text-align: center;
  padding-bottom: calc((100vw - 30px) * 0.03);
}

.page__seminar .seminar--list__item .thumb .noimg__place {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: calc((100vw - 30px) * 0.0325);
  font-weight: 700;
  margin: 1.5em 1em;
}

.page__seminar .seminar--list__item .thumb .noimg__place span {
  font-size: 1.5em;
  line-height: 1.25;
  margin-bottom: 0.375em;
}

.page__seminar .seminar--list__item .thumb .noimg__date {
  font-size: calc((100vw - 30px) * 0.0345);
  font-weight: 700;
  color: #fff;
  background-color: #005cac;
  padding: 0.5em 0.25em 0.6em;
  margin: 0 1em;
}

.page__seminar .seminar--list__item .thumb .noimg__time {
  font-size: calc((100vw - 30px) * 0.0325);
  margin: 1em 0 0;
}

.page__seminar .seminar--list__item .thumb .noimg__organizer {
  font-size: calc((100vw - 30px) * 0.0375);
  font-weight: 700;
  margin-top: 0.5em;
}

.page__seminar .seminar--list__item .date {
  font-size: 12px;
  color: #005cac;
  margin: 0.75em 0 0.5em;
}

.page__seminar .seminar--list__item .place {
  font-size: 12px;
}

.page__seminar .seminar--list__item .seminar--txt {
  font-size: 14px;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 1.5em;
}

.page__seminar .seminar--list__item .seminar--txt .btn__inner {
  display: block;
  font-weight: 600;
  color: #fff;
  background: #262626;
  width: 100%;
  border: none;
  padding: 0.75em 0;
}

.page__seminar .seminar--list__item .seminar--txt.end--txt {
  font-weight: 700;
}

.page__seminar .seminar--list__item .seminar--txt.btn--seminar {
  padding: 0 15px;
  margin-bottom: 0;
}

.page__seminar .seminar--list__item .seminar--txt.btn--seminar .btn__inner {
  color: #272401;
  background: #f7f197;
}

.page__seminar .seminar--list__item .seminar--txt.comming--soon {
  font-weight: normal;
}

.page__seminar .seminar--list__item .seminar--txt.comming--soon .btn__inner {
  background-color: #ccc;
}

.page__youtube .youtube--list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.page__youtube .youtube--list__item {
  font-weight: 500;
  width: calc(100% / 2);
  padding: 0 5px;
  margin-bottom: 10px;
}

.page__youtube .youtube--list__item .thumb img {
  width: 100%;
  height: auto;
}

.page__post .post__inner {
  font-size: 14px;
  max-width: 1000px;
  line-height: 2;
  margin-left: auto;
  margin-right: auto;
}

.page__post .post__inner .blog--head {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.375em;
  align-items: flex-start;
  margin-bottom: 1em;
}

.page__post .post__inner .blog--head::before {
  display: block;
  content: '';
  width: 1.5em;
  height: 0.2em;
  background-color: #005cac;
  border-radius: 8px;
  margin-top: 0.9em;
  margin-right: 0.75em;
}

.page__post .post__inner .blog--head .title {
  font-weight: 700;
  width: calc(100% - 2.25em);
}

.page__post .post__inner .blog--head .meta {
  font-size: 12px;
  width: 100%;
}

.page__post .post__inner .blog--head .meta .date {
  display: flex;
  align-items: center;
}

.page__post .post__inner .blog--head .meta .date img {
  width: 1em;
  height: auto;
  margin-right: 0.375em;
  padding-top: 1px;
}

.page__post .post__inner .blog--head .meta .categories {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.5em;
  margin-left: -4px;
  margin-right: -4px;
}

.page__post .post__inner .blog--head .meta .categories p {
  padding: 0 4px;
  margin-bottom: 6px;
}

.page__post .post__inner .blog--head .meta .categories a {
  display: block;
  color: #fff;
  background-color: #005cac;
  border-radius: 999px;
  padding: 0.2em 1.5em;
}

.page__post .post__inner .content {
  background-color: #f8fdff;
  padding: 20px 15px;
}

.page__post .post__inner .content iframe {
  width: 100%;
  height: calc((100vw - 60px) * 0.5625);
}

.page__post .post__inner .back--btn {
  text-align: center;
}

.archive__post.blog--archive .blog--archive__contents {
  background-color: transparent;
  padding: 0;
}

.archive__post.blog--archive .blog--list {
  justify-content: flex-start;
}

.archive__post.blog--archive .blog--archive__inner .search--area {
  font-size: 14px;
  margin-bottom: 1.5em;
}

.archive__post.blog--archive .blog--archive__inner .search--area form {
  text-align: center;
}

.archive__post.blog--archive .blog--archive__inner .search--area .search--field {
  display: inline-block;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid #ccc;
  position: relative;
}

.archive__post.blog--archive .blog--archive__inner .search--area .field {
  width: 280px;
  background-color: #fff;
  text-align: left;
  padding: 1em 4em 1em 2em;
}

.archive__post.blog--archive .blog--archive__inner .search--area .submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}

.archive__post.blog--archive .blog--archive__inner .search--area .submit svg {
  width: 1.5em;
  height: auto;
}

.dl_contents-heading {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2em;
}

.dl_contents-heading span {
  display: inline-block;
  color: #fff;
  background-color: #569ddb;
  border-radius: 9999px;
  padding: 0.5em 2em 0.375em;
}

.dl_contents-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 40px;
}

.dl_contents-col {
  width: 50%;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 30px;
}

.dl_contents-col a {
  display: block;
  text-decoration: none;
  text-align: center;
}

.dl_contents-col a:hover {
  opacity: 0.8;
}

.dl_contents-col .dl_contents-thumb {
  background-color: #f5f5f5;
  position: relative;
}

.dl_contents-col .dl_contents-thumb::before {
  display: block;
  content: '';
  padding-top: 100%;
}

.dl_contents-col .dl_contents-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.dl_contents-col .dl_contents-title {
  font-size: 14px;
  font-weight: 700;
  margin: 1.25em 0 0.75em;
}

.dl_contents-col .dl_contents-btn {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  background-color: #5aadeb;
  padding: 0.75em 2em;
  margin-top: 0;
}

.pagination__wrapper {
  width: 100%;
  margin-top: 20px;
}

.pagination {
  width: 100%;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
}

.pagination .page-numbers {
  display: flex;
  font-size: 14px;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 30px;
  background-color: #e9f1f8;
  margin: 0 2px 5px;
}

.pagination .page-numbers.current {
  color: #fff;
  background-color: #005cac;
}

.pagination .next,
.pagination .prev {
  width: auto;
  background-color: transparent;
  margin: 0 6px 5px;
}

.page__profile .message {
  position: relative;
}

.page__profile .message::before {
  display: block;
  content: '';
  width: 90vw;
  background-color: #005cac;
  position: absolute;
  top: 0;
  right: -15px;
  bottom: 30%;
  z-index: 0;
}

.page__profile .message--txt {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
  width: calc(90vw - 15px);
  margin-left: auto;
  padding: 30px 15px 20px 30px;
  position: relative;
  z-index: 10;
}

.page__profile .message--txt h3 {
  font-size: 1.5em;
  font-weight: 700;
}

.page__profile .message--txt p {
  margin-top: 0.75em;
}

.page__profile .message--txt .sign {
  max-width: 260px;
  width: 12em;
  margin-top: 1em;
  margin-left: auto;
}

.page__profile .message--img {
  padding-right: 15px;
  position: relative;
  z-index: 5;
}

.page__profile .greeting--txt {
  font-size: 14px;
}

.page__profile .greeting--txt h3 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.875em;
  font-weight: 700;
}

.page__profile .greeting--txt h3 span {
  display: block;
  color: #fff;
  background-color: #262626;
  padding: 0.375em 0.75em;
  margin-bottom: 0.25em;
}

.page__profile .greeting--txt h3 span strong {
  color: #badfff;
}

.page__profile .greeting--txt p {
  line-height: 1.75;
  margin: 1em 0 2em;
}

.page__profile .history--list {
  font-size: 14px;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.page__profile .history--list__item {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-bottom: 2.5em;
  position: relative;
}

.page__profile .history--list__item:not(:last-child)::before {
  display: block;
  content: '';
  width: 2px;
  background-color: #ccc;
  position: absolute;
  top: 0.5em;
  left: calc(0.5em - 1px);
  bottom: -0.5em;
}

.page__profile .history--list__item .year {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #005cac;
  width: 4.5em;
  height: 2em;
  text-align: center;
  border-radius: 999px;
  margin-left: 2.5em;
  margin-right: 1em;
  position: relative;
}

.page__profile .history--list__item .year span {
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1;
  padding-bottom: 0.1em;
}

.page__profile .history--list__item .year::before {
  display: block;
  content: '';
  width: 1em;
  height: 1em;
  background-color: #fff;
  border: 0.25em solid #005cac;
  border-radius: 50%;
  position: absolute;
  top: 0.5em;
  right: calc(100% + 1.5em);
}

.page__profile .history--list__item .year::after {
  display: block;
  content: '';
  width: 1.5em;
  height: 2px;
  border: 1px dashed #888;
  position: absolute;
  top: calc(1em - 1px);
  right: 100%;
}

.page__profile .history--list__item .desc {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: calc(100% - 8em);
  line-height: 1.5;
  border-bottom: 1px solid #ccc;
  padding: 0.25em 0.25em;
}

.page__profile .history--list__item .desc .month {
  width: 2.5em;
}

.page__profile .history--list__item .desc .text {
  width: calc(100% - 2.5em);
}

.page__profile .history--list__item .image {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  margin-top: 1em;
  margin-right: -5px;
}

.page__profile .history--list__item .image .img--wrap {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.page__profile .hotty--book {
  text-align: center;
}

.page__shop-info .shop-info__hero {
  font-size: 20px;
  text-align: center;
  margin-top: 80px;
  padding-top: 0.25em;
  position: relative;
}

.page__shop-info .shop-info__hero .cover {
  position: absolute;
  top: -0.25em;
  right: 1.5em;
}

.page__shop-info .shop-info__hero .cover p {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  writing-mode: vertical-rl;
  letter-spacing: 0.1em;
}

.page__shop-info .shop-info__hero .cover p span {
  display: block;
  font-weight: 500;
  color: #fff;
  background-color: #000000;
  padding: 0.375em 0.25em;
  margin: 0 0.25em;
}

.page__shop-info .shop-info__hero .cover p span strong {
  font-weight: 500;
  color: #badfff;
}

.page__shop-info .shop-info__hero .shop-info__catch {
  font-size: 0.8em;
  font-weight: 700;
  line-height: 1.75;
  margin-top: 1.5em;
}

.page__shop-info .shop--information {
  background-color: #f4f4f4;
  padding: 30px 0;
}

.page__shop-info .shop--information .section--head {
  margin-bottom: 50px;
}

.page__shop-info .shop--information .section--head .bg {
  color: #fefefe;
  z-index: 0;
}

.page__shop-info .shop--information .section--head .en,
.page__shop-info .shop--information .section--head .ja {
  position: relative;
  z-index: 1;
}

.page__shop-info .shop--information .introduction--item {
  display: flex;
  align-items: flex-start;
  padding: 0 15px;
  margin-bottom: 20px;
}

.page__shop-info .shop--information .introduction .thumb {
  width: 100px;
}

.page__shop-info .shop--information .introduction .text {
  width: calc(100% - 100px);
  padding-left: 15px;
}

.page__shop-info .shop--information .introduction .text .title {
  font-size: 18px;
  font-weight: 500;
  color: #005cac;
  border-left: 3px solid #005cac;
  padding-left: 0.25em;
  margin-bottom: 0.5em;
}

.page__shop-info .shop--information .introduction .text .desc {
  font-size: 14px;
  line-height: 1.5;
}

.page__shop-info .shop--information .information {
  background-color: #fff;
  padding: 40px 0 30px;
  margin-left: 10px;
  margin-right: 10px;
}

.page__shop-info .shop--information .information .info--list {
  display: flex;
  margin-bottom: 20px;
}

.page__shop-info .shop--information .information .info--list__item {
  width: calc(100% / 3 + 5px);
  padding-top: 0.75em;
  padding-bottom: 0.75em;
  text-align: center;
}

.page__shop-info .shop--information .information .info--list__item:nth-child(2) {
  width: calc(100% / 3 - 10px);
  border-left: 1px solid #5e9855;
  border-right: 1px solid #5e9855;
}

.page__shop-info .shop--information .information .info--list .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 40px;
  margin-bottom: 0.25em;
}

.page__shop-info .shop--information .information .info--list .title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.page__shop-info .shop--information .information .info--list .desc {
  font-size: 12px;
}

.page__shop-info .shop--information .information .info--txt {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  background-color: #5e9855;
  text-align: center;
  padding: 0.5em;
  margin-left: 15px;
  margin-right: 15px;
}

.page__shop-info .access .address {
  font-size: 14px;
  text-align: center;
  line-height: 2.25;
  margin-top: 1.5em;
  margin-bottom: 1.25em;
}

.page__shop-info .access .map {
  position: relative;
}

.page__shop-info .access .map::before {
  display: block;
  content: '';
  padding-top: 70%;
}

.page__shop-info .access .map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.page__solt-seminar .seminar--intro {
  text-align: center;
}

.page__solt-seminar .seminar--intro .main {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 1em;
}

.page__solt-seminar .seminar--intro .main span {
  color: #005cac;
}

.page__solt-seminar .seminar--intro .sub {
  font-size: 14px;
  line-height: 2;
}

.page__solt-seminar .seminar--main {
  background-color: #f4f4f4;
  padding: 50px 0;
}

.page__solt-seminar .seminar--main .seminar--content .text {
  font-size: 14px;
}

.page__solt-seminar .seminar--main .seminar--content .text .head {
  font-size: 1.75em;
  font-weight: 700;
  line-height: 1.5;
  background-image: url(../img/icon_logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.5em auto;
  padding-left: 0.25em;
  padding-top: 1.6em;
  margin-top: 1em;
}

.page__solt-seminar .seminar--main .seminar--content .text .desc {
  line-height: 1.75;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 30px;
  margin: 1em 0 1.5em;
}

.page__solt-seminar .seminar--main .seminar--content.content01 .text .desc {
  margin-right: -15px;
}

.page__solt-seminar .seminar--main .seminar--content.content02 .text .desc {
  margin-left: -15px;
}

.page__solt-seminar .seminar--main .seminar--gallery .texts {
  font-size: 14px;
  text-align: center;
}

.page__solt-seminar .seminar--main .seminar--gallery .texts .head {
  font-size: 1.5em;
  font-weight: 700;
}

.page__solt-seminar .seminar--main .seminar--gallery .texts .head span {
  color: #005cac;
}

.page__solt-seminar .seminar--main .seminar--gallery .texts .desc {
  line-height: 1.5;
  margin: 1em 0 2em;
}

.page__solt-seminar .seminar--main .seminar--gallery .gallery {
  display: flex;
  justify-content: center;
  margin-left: -3px;
  margin-right: -3px;
}

.page__solt-seminar .seminar--main .seminar--gallery .gallery img {
  width: calc(100% / 3 - 6px);
  margin: 0 3px;
}

.page__solt-seminar .seminar--archive .subhead {
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.page__solt-seminar .seminar--archive .btn {
  text-align: center;
}

.page__solt-seminar .seminar--archive .btn--none a {
  border: none;
  text-decoration: underline;
  padding: 0;
  margin-top: 1.25em;
}

.page__solt-seminar .seminar--archive .btn--black a {
  font-size: 16px;
  color: #fff;
  background-color: #000;
  margin-bottom: 1em;
}

.seminar--request {
  position: relative;
}

.seminar--request::before {
  display: block;
  content: '';
  background-color: #f4f4f4;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 40%;
  z-index: -1;
}

.seminar--request__inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.seminar--request__content {
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #aaa;
  line-height: 1.75;
  padding: 30px 15px;
}

.seminar--request__content .wp-block-column {
  align-self: center;
}

.seminar--request__content .wp-block-column > *:last-child {
  margin-bottom: 0;
}

.seminar--request__content h3 {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.seminar--request__content p {
  margin-bottom: 1em;
}

.seminar--request__content a {
  display: inline-block;
  font-weight: 500;
  color: #fff;
  background-color: #4caf50;
  border-radius: 999px;
  padding: 0.75em 1.5em;
}

.seminar--request__content > *:last-child {
  margin-bottom: 0;
}

.page__seminar-archive .container {
  max-width: 800px;
}

.page__howtobuy .howto--contents__item:nth-child(2n) .howto--contents__texts {
  order: 1;
  padding-left: 0;
  padding-right: 5%;
}

.page__howtobuy .howto--contents__item:nth-child(2n) .howto--contents__images {
  order: 2;
}

.page__howtobuy .howto--contents__texts {
  margin-bottom: 36px;
}

.page__howtobuy .howto--contents__image {
  text-align: center;
}

.page__howtobuy .howto--contents .head {
  font-size: 12px;
  font-weight: 700;
}

.page__howtobuy .howto--contents .head .ja {
  margin-bottom: 0.25em;
}

.page__howtobuy .howto--contents .head .en {
  font-size: 2em;
}

.page__howtobuy .howto--contents .catch {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background-color: #000;
  padding: 0.25em 0.625em 0.375em;
  margin: 0.5em 0 0.75em;
}

.page__howtobuy .howto--contents .catch span {
  color: #badfff;
}

.page__howtobuy .howto--contents .detail {
  font-size: 14px;
  line-height: 2;
  margin-bottom: 2em;
}

.page__howtobuy .line--contact {
  display: flex;
  justify-content: center;
}

.page__howtobuy .line--contact a {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  background-color: #f4f4f4;
  border-radius: 1em;
  padding: 1em 1.5em;
  margin-left: auto;
  margin-right: auto;
}

.page__howtobuy .line--contact a::before {
  display: block;
  content: '';
  width: 2px;
  height: 100%;
  background-color: #5e9855;
  order: 2;
  margin: 0 1em;
}

.page__howtobuy .line--contact a span {
  display: block;
}

.page__howtobuy .line--contact a .icon {
  width: calc(1em / 2 * 5);
  order: 1;
}

.page__howtobuy .line--contact a .text {
  line-height: 1.75;
  order: 3;
}

.page__howtobuy .line--contact a .text small {
  display: flex;
  align-items: center;
  font-size: 1em;
}

.page__howtobuy .line--contact a .text small::before {
  display: block;
  content: '';
  width: 0.375em;
  height: 0.75em;
  margin-right: 0.5em;
  background-color: #262626;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
}

.page__howtobuy .line--contact a .qr {
  display: none;
  width: calc(1em / 3 * 25);
  order: 4;
}

.page__contact table {
  display: block;
  font-size: 14px;
  width: 100%;
  max-width: 1000px;
  background-color: #e7eef3;
  border-radius: 1em;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 20px 24px;
}

.page__contact table tbody {
  display: block;
}

.page__contact table tr {
  display: block;
  margin-bottom: 1.5em;
}

.page__contact table tr:last-child {
  margin-bottom: 0;
}

.page__contact table th, .page__contact table td {
  display: block;
}

.page__contact table th {
  display: flex;
  align-items: flex-start;
  line-height: 1.75;
  font-weight: 700;
  margin-bottom: 0.5em;
}

.page__contact table th .require {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  background-color: #a85252;
  border-radius: 999px;
  margin-left: auto;
  margin-right: 2em;
  padding: 0.125em 1em 0.25em;
  margin-top: 0.125em;
}

.page__contact table input, .page__contact table textarea {
  width: 100%;
  background-color: #fff;
  line-height: 1.75;
  border-radius: 0.25em;
  padding: 0.5em 0.75em;
}

.page__contact table textarea {
  height: 15em;
}

.page__contact .send--submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.page__contact .send--submit input {
  margin: 0 1em;
  padding: 0.9em 4em;
  margin-bottom: 0.75em;
  order: 2;
}

.page__contact .send--submit input.btn-submit {
  color: #fff;
  background-color: #005cac;
  border-color: #005cac;
  order: 1;
}

.page__voice .voice--categories {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
}

.page__voice .voice--categories .category--item {
  font-size: 12px;
  font-weight: 700;
  width: calc(100% / 3);
  padding: 0 3px;
  margin-bottom: 8px;
}

.page__voice .voice--categories .category--item a, .page__voice .voice--categories .category--item span {
  display: block;
  text-align: center;
  line-height: 1.5;
  border-radius: 999px;
  padding: 0.75em 0.25em;
}

.page__voice .voice--categories .category--item a {
  background-color: #dadada;
}

.page__voice .voice--categories .category--item span {
  background-color: #aecee3;
}

.page__voice .voice--list {
  margin-left: -5px;
  margin-right: -5px;
}

.page__voice .voice--list__item {
  width: calc(100% / 3);
  padding: 0 5px;
  margin-bottom: 10px;
}

.page__voice .voice--list__item img {
  border: 1px solid #eee;
  padding: 5px;
}

.page__voice .voice--list__item .cover {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #fff;
  background-color: rgba(0, 92, 172, 0.8);
  line-height: 1.75;
  padding: 10px 15px;
  position: absolute;
  top: 1px;
  left: 1px;
  right: 1px;
  bottom: 1px;
  opacity: 0;
  transition: opacity 300ms ease-out;
}

.page__voice .voice--list__item a {
  display: block;
  position: relative;
}

.page__voice .voice--list__item a:hover .cover {
  opacity: 1;
}

.page__contents .content {
  line-height: 1.875;
}

@media (min-width: 768px) {
  .container {
    max-width: 670px;
    margin-right: auto;
    margin-left: auto;
  }
  html {
    scroll-padding-top: 190px;
  }
  .hide-sp {
    display: inline;
  }
  .show-sp {
    display: none;
  }
  .header {
    padding: 20px 5vw 20px 7.5vw;
  }
  .header--logo img {
    height: 61px;
  }
  .hero--img {
    padding-left: 5vw;
    padding-bottom: 10vh;
  }
  .hero--img::before {
    width: calc(50% - 2px);
  }
  .hero--img .hero__swiper,
  .hero--img .swiper-wrapper,
  .hero--img img {
    -o-object-position: center;
       object-position: center;
  }
  .hero--txt {
    font-size: min(2.5vw, 2.75vh);
    top: 20vh;
    right: 45vw;
    left: 5vw;
    bottom: 10vh;
  }
  .hero--cover {
    left: 5vw;
    bottom: 10vh;
  }
  .hero--cover svg,
  .hero--cover img {
    width: 75vw;
  }
  .subpage--hero {
    height: 320px;
  }
  .subpage--hero__cover .cover__inner {
    padding-left: 1.5em;
  }
  .subpage--hero__cover .cover__inner::before {
    height: 2.8em;
    top: 0.75em;
  }
  .subpage--hero .en {
    font-size: calc(3em + (1em / 3));
  }
  .section--head {
    font-size: 18px;
  }
  .front--intro__gallery {
    padding: 0 22px;
  }
  .front--intro__gallery .gallery--item {
    width: calc(100% / 6);
  }
  .front--intro .head h2 {
    font-size: 4em;
  }
  .front--about__contents {
    padding: 30px 15px 20px;
  }
  .front--about .about--box__item {
    max-width: calc(100% / 4);
    min-width: calc(100% / 5 + 1px);
  }
  .front--about .sns--logos__item a {
    width: 80px;
    height: 80px;
    border-radius: 12px;
  }
  .blog--archive .blog--list {
    padding: 0 30px;
  }
  .blog--archive .blog--list__item {
    font-size: 14px;
    width: 25%;
    padding: 0 15px;
  }
  .page__seminar .seminar--list__item {
    width: calc(100% / 3);
    margin-bottom: 60px;
  }
  .page__seminar .seminar--list__item .thumb .noimg {
    padding: 20px 15px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__head {
    font-size: 18px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__head span {
    font-size: 8px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__detail {
    padding-bottom: 20px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__place {
    font-size: 12px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__date {
    font-size: 13px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__time {
    font-size: 12px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__organizer {
    font-size: 12px;
  }
  .page__seminar .seminar--list__item .place {
    font-size: 14px;
  }
  .page__youtube .youtube--list__item {
    width: calc(100% / 3);
  }
  .page__post .post__inner .content {
    padding: 50px 40px;
  }
  .page__post .post__inner .content iframe {
    height: 315px;
  }
  .archive__post.blog--archive .blog--archive__inner .search--area {
    margin-top: 0;
  }
  .archive__post.blog--archive .blog--archive__inner .search--area .field {
    width: 320px;
  }
  .dl_contents-heading {
    font-size: 20px;
    margin-bottom: 2.5em;
  }
  .dl_contents-row {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 80px;
  }
  .dl_contents-col {
    width: calc(100% / 3);
    padding: 0 20px;
    margin-bottom: 50px;
  }
  .dl_contents-col .dl_contents-title {
    font-size: 16px;
  }
  .dl_contents-col .dl_contents-btn {
    font-size: 14px;
  }
  .page__profile .message::before {
    width: 70%;
    bottom: 0;
  }
  .page__profile .message--txt {
    width: 60%;
    padding-top: 50px;
  }
  .page__profile .message--txt h3 {
    font-size: 2em;
  }
  .page__profile .message--txt p {
    color: #262626;
    background-color: rgba(255, 255, 255, 0.85);
    line-height: 1.875;
    padding: 1.5em;
    margin-right: -15px;
  }
  .page__profile .message--img {
    padding-right: 0;
    position: absolute;
    top: 30px;
    left: 0;
    right: 30%;
    bottom: 30px;
  }
  .page__profile .message--img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: left;
       object-position: left;
  }
  .page__profile .greeting {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page__profile .greeting--txt {
    width: 52%;
  }
  .page__profile .greeting--txt p {
    margin-bottom: 0;
  }
  .page__profile .greeting--img {
    width: 48%;
    padding-left: 15px;
  }
  .page__profile .greeting.reverse .greeting--txt {
    order: 2;
  }
  .page__profile .greeting.reverse .greeting--img {
    order: 1;
  }
  .page__profile .history--list__item .year {
    letter-spacing: 0.05em;
    margin-left: 4em;
    margin-right: 3em;
  }
  .page__profile .history--list__item .year::before {
    right: calc(100% + 3em);
  }
  .page__profile .history--list__item .year::after {
    width: 3em;
  }
  .page__profile .history--list__item .desc {
    width: calc(100% - 11.5em);
  }
  .page__shop-info .shop-info__hero {
    font-size: 32px;
  }
  .page__shop-info .shop--information {
    padding: 50px 0;
  }
  .page__shop-info .shop--information .introduction {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-left: 10px;
    padding-right: 10px;
  }
  .page__shop-info .shop--information .introduction--item {
    display: block;
    max-width: 330px;
    width: calc(100% / 3);
    padding: 0 10px;
  }
  .page__shop-info .shop--information .introduction .thumb {
    width: auto;
  }
  .page__shop-info .shop--information .introduction .text {
    width: auto;
    padding-left: 0;
  }
  .page__shop-info .shop--information .introduction .text .title {
    margin-top: 0.75em;
  }
  .page__shop-info .shop--information .information {
    max-width: 600px;
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .page__shop-info .access .map::before {
    padding-top: 40%;
  }
  .page__solt-seminar .seminar--intro .sub {
    line-height: 2.5;
  }
  .page__solt-seminar .seminar--main .seminar--content {
    display: flex;
  }
  .page__solt-seminar .seminar--main .seminar--content .text {
    width: 45%;
    position: relative;
    z-index: 10;
  }
  .page__solt-seminar .seminar--main .seminar--content .text .head {
    font-size: 1.5em;
  }
  .page__solt-seminar .seminar--main .seminar--content .text .desc {
    margin-top: 2em;
    margin-bottom: 0;
  }
  .page__solt-seminar .seminar--main .seminar--content .image {
    width: 55%;
    position: relative;
    z-index: 5;
  }
  .page__solt-seminar .seminar--main .seminar--content.content01 .text {
    padding-left: 2em;
    order: 2;
  }
  .page__solt-seminar .seminar--main .seminar--content.content01 .text .desc {
    margin-right: 0;
    margin-left: -235px;
  }
  .page__solt-seminar .seminar--main .seminar--content.content01 .image {
    order: 1;
  }
  .page__solt-seminar .seminar--main .seminar--content.content02 .text .desc {
    margin-left: 0;
    margin-right: -120px;
  }
  .page__solt-seminar .seminar--main .seminar--gallery .gallery {
    margin-left: 0;
    margin-right: 0;
  }
  .page__solt-seminar .seminar--main .seminar--gallery .gallery img {
    width: calc(100% / 3 - 20px);
    margin: 0 10px;
  }
  .page__howtobuy .howto--contents__item {
    display: flex;
    align-items: flex-start;
  }
  .page__howtobuy .howto--contents__texts {
    width: 55%;
    padding-left: 5%;
    order: 2;
  }
  .page__howtobuy .howto--contents__image {
    width: 45%;
    margin-top: 36px;
    order: 1;
  }
  .page__howtobuy .line--contact a {
    font-size: 16px;
    padding: 2em 3em;
  }
  .page__howtobuy .line--contact a::before {
    margin: 0 2em;
  }
  .page__howtobuy .line--contact a .text {
    margin-right: 1.5em;
  }
  .page__howtobuy .line--contact a .text small {
    display: none;
  }
  .page__howtobuy .line--contact a .qr {
    display: block;
  }
  .page__contact table {
    padding: 2em;
  }
  .page__contact table tr {
    display: flex;
  }
  .page__contact table th, .page__contact table td {
    width: 240px;
    padding: 1em;
  }
  .page__contact table th {
    margin-bottom: 0;
    padding-top: 1.375em;
  }
  .page__contact table td {
    width: calc(100% - 240px);
  }
  .page__contact .mw_wp_form_confirm td {
    padding-top: 1.375em;
  }
  .page__voice .voice--categories {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page__voice .voice--categories .category--item {
    font-size: 13px;
    width: calc(100% / 4);
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1270px;
  }
  .section--s, .section--head.bg--txt.section--s {
    margin-bottom: 50px;
  }
  .section, .section--head.bg--txt.section {
    margin-bottom: 80px;
  }
  .section--l, .section--head.bg--txt.section--l {
    margin-bottom: 140px;
  }
  .hide-tab {
    display: inline;
  }
  .header {
    padding: 35px 2.5vw 35px 5vw;
  }
  .header.scrolled {
    padding: 20px 2.5vw 20px 5vw;
  }
  .header .toggler {
    display: none;
  }
  .header .header--menu {
    max-width: calc(100% - 300px);
    background-color: transparent;
    position: relative;
    top: unset;
    left: unset;
    right: unset;
    bottom: unset;
    opacity: 1;
    visibility: visible;
  }
  .header .header--menu ul {
    display: flex;
    align-items: center;
    font-size: min(0.95vw, 16px);
    color: #262626;
    background-color: #fff;
    border-radius: 999px;
    padding: 1.5em;
  }
  .header .header--menu ul li {
    text-align: left;
    margin: 0 1.25em;
  }
  .header .header--menu .spmenu-sns {
    display: none;
  }
  .hero--img {
    height: 100vh;
  }
  .hero--txt {
    font-size: min(1.4vw, 4vh);
    right: 62vw;
  }
  .subpage--hero {
    font-size: 24px;
    height: 500px;
  }
  .subpage--hero__cover .cover__inner::before {
    width: 6px;
  }
  .footer {
    padding-top: 80px;
  }
  .footer .copy {
    margin-top: 60px;
  }
  .section--head {
    font-size: 24px;
  }
  .second--head .main {
    font-size: 48px;
  }
  .second--head__desc {
    font-size: 16px;
  }
  .btn a, .btn input, .btn button, .btn .btn__inner {
    font-size: 16px;
  }
  .front--intro__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .front--intro .head {
    font-size: 18px;
    margin-bottom: 0;
    margin-right: 3.5em;
  }
  .front--about__contents {
    padding: 80px 30px;
  }
  .front--about .about--box__item {
    padding: 0 10px;
    margin-bottom: 0;
  }
  .front--about .about--box.white-bg .about--box__item {
    margin-bottom: 20px;
  }
  .front--about .about--box.white-bg .about--box__item a {
    border-radius: 16px;
  }
  .front--about .sns--logos {
    margin: 50px 0 0;
  }
  .front--about .sns--logos__item {
    padding: 0 15px;
  }
  .front--about .sns--logos__item a {
    width: 128px;
    height: 128px;
  }
  .front--seminar__inner {
    position: relative;
  }
  .front--seminar .seminar--list__item {
    font-size: 22px;
  }
  .front--seminar .seminar--list__item a {
    display: flex;
    align-items: center;
  }
  .front--seminar .seminar--list .meta {
    display: block;
    width: 13em;
    margin-bottom: 0;
  }
  .front--seminar .seminar--list .meta .area {
    font-size: 16px;
  }
  .front--seminar .seminar--list .meta .date {
    margin-top: 0.25em;
    margin-left: 0;
  }
  .front--seminar .seminar--list .detail {
    width: calc(100% - 13em);
  }
  .front--seminar .seminar--list .detail .desc {
    font-size: 16px;
    overflow: hidden;
    height: 1.25em;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .front--seminar .btn {
    position: absolute;
    top: -130px;
    right: 20px;
  }
  .blog--archive__inner {
    position: relative;
  }
  .blog--archive__contents {
    padding: 80px 0 50px;
  }
  .blog--archive .blog--list {
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
  .blog--archive .blog--list__item {
    font-size: 16px;
    padding: 0 12px;
    margin-bottom: 50px;
  }
  .blog--archive .blog--list .tag {
    margin-bottom: 0.5em;
  }
  .blog--archive .btn {
    position: absolute;
    top: 60px;
    right: calc((100vw - 1240px) / 2);
  }
  .front--youtube__inner {
    position: relative;
  }
  .front--youtube .youtube--list {
    margin-left: -20px;
    margin-right: -20px;
  }
  .front--youtube .youtube--list__item {
    width: calc(100% / 3);
    padding: 0 20px;
    margin-bottom: 40px;
  }
  .front--youtube .btn {
    position: absolute;
    top: -130px;
    right: 20px;
  }
  .page__seminar .seminar--detail {
    font-size: 16px;
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
  }
  .page__seminar .seminar--detail .title {
    font-size: 2.25em;
  }
  .page__seminar .seminar--detail .link--btn {
    font-size: 18px;
  }
  .page__seminar .seminar--list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page__seminar .seminar--list__item {
    max-width: 310px;
    padding: 0 15px;
    margin-bottom: 80px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__head {
    font-size: 22px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__head span {
    font-size: 10px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__detail {
    padding-bottom: 30px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__place {
    font-size: 14px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__place span {
    font-size: 1.625em;
  }
  .page__seminar .seminar--list__item .thumb .noimg__date {
    font-size: 19px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__time {
    font-size: 14px;
  }
  .page__seminar .seminar--list__item .thumb .noimg__organizer {
    font-size: 18px;
  }
  .page__seminar .seminar--list__item .date {
    font-size: 14px;
  }
  .page__seminar .seminar--list__item .place {
    font-size: 16px;
  }
  .page__seminar .seminar--list__item .seminar--txt {
    font-size: 16px;
  }
  .page__youtube .youtube--list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .page__youtube .youtube--list__item {
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .page__post .post__inner {
    font-size: 16px;
  }
  .page__post .post__inner .blog--head {
    font-size: 1.5em;
  }
  .page__post .post__inner .blog--head .meta {
    font-size: 14px;
  }
  .page__post .post__inner .blog--head .meta .categories {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page__post .post__inner .blog--head .meta .categories p {
    padding: 0 10px;
    margin-bottom: 8px;
  }
  .page__post .post__inner .content {
    padding: 80px 180px;
  }
  .page__post .post__inner .content iframe {
    height: 360px;
  }
  .archive__post.blog--archive .blog--archive__inner .search--area {
    font-size: 16px;
  }
  .archive__post.blog--archive .blog--archive__inner .search--area .field {
    width: 360px;
  }
  .pagination__wrapper {
    margin-top: 30px;
  }
  .page__profile .message::before {
    width: 55%;
    right: 0;
  }
  .page__profile .message--txt {
    font-size: 16px;
    width: 47.5%;
    padding-top: 100px;
    padding-bottom: 90px;
  }
  .page__profile .message--txt > * {
    padding-right: 60px;
  }
  .page__profile .message--txt h3 {
    font-size: 3em;
  }
  .page__profile .message--txt p {
    padding-right: 40px;
    padding: 1.75em 2.5em 1.75em 2em;
    margin-top: 1.5em;
  }
  .page__profile .message--txt .sign {
    width: 260px;
    margin-top: 2em;
  }
  .page__profile .message--img {
    top: 60px;
    right: 24%;
    bottom: 100px;
  }
  .page__profile .greeting--txt {
    font-size: 16px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
  .page__profile .greeting--txt p {
    line-height: 2;
  }
  .page__profile .greeting--img {
    padding-left: 0;
    max-width: 465px;
    margin-left: auto;
    margin-right: auto;
  }
  .page__profile .history--list {
    font-size: 16px;
  }
  .page__profile .history--list__item {
    padding-bottom: 3em;
  }
  .page__profile .history--list__item:not(:last-child)::before {
    width: 4px;
    top: 0.75em;
    left: calc(0.75em - 2px);
    bottom: -0.75em;
  }
  .page__profile .history--list__item .year {
    width: 8em;
    height: 3em;
    margin-left: 5em;
  }
  .page__profile .history--list__item .year span {
    font-size: 1.875em;
  }
  .page__profile .history--list__item .year::before {
    width: 1.5em;
    height: 1.5em;
    border: 0.25em solid #005cac;
    top: 0.75em;
    right: calc(100% + 3.5em);
  }
  .page__profile .history--list__item .year::after {
    width: 3.5em;
    top: calc(1.5em - 1px);
  }
  .page__profile .history--list__item .desc {
    width: calc(100% - 16em);
    padding: 0.75em 0.5em;
  }
  .page__shop-info .shop-info__hero {
    font-size: 60px;
    margin-top: 140px;
  }
  .page__shop-info .shop-info__hero .shop-info__catch {
    font-size: 0.6em;
  }
  .page__shop-info .shop--information .section--head {
    margin-bottom: 80px;
  }
  .page__shop-info .shop--information .introduction--item {
    max-width: 480px;
    padding: 0 20px;
  }
  .page__shop-info .shop--information .introduction .text .title {
    font-size: 30px;
    border-left-width: 4px;
    padding-left: 0.5em;
  }
  .page__shop-info .shop--information .introduction .text .desc {
    font-size: 16px;
    line-height: 2;
  }
  .page__shop-info .shop--information .information {
    max-width: 1000px;
    padding: 60px 50px 40px;
  }
  .page__shop-info .shop--information .information .info--list__item {
    margin-top: 1.5em;
    margin-bottom: 2.5em;
  }
  .page__shop-info .shop--information .information .info--list__item:nth-child(2) {
    border-left-width: 2px;
    border-right-width: 2px;
  }
  .page__shop-info .shop--information .information .info--list .icon {
    width: 50px;
    height: 50px;
    margin-bottom: 1em;
  }
  .page__shop-info .shop--information .information .info--list .title {
    font-size: 24px;
  }
  .page__shop-info .shop--information .information .info--list .desc {
    font-size: 16px;
  }
  .page__shop-info .shop--information .information .info--txt {
    font-size: 20px;
  }
  .page__shop-info .access .address {
    font-size: 16px;
  }
  .page__solt-seminar .seminar--intro .main {
    font-size: 48px;
  }
  .page__solt-seminar .seminar--intro .sub {
    font-size: 16px;
  }
  .page__solt-seminar .seminar--main {
    padding: 80px 0;
  }
  .page__solt-seminar .seminar--main .seminar--content {
    margin-bottom: 100px;
  }
  .page__solt-seminar .seminar--main .seminar--content .text {
    font-size: 16px;
    width: calc(100% - 720px);
  }
  .page__solt-seminar .seminar--main .seminar--content .text .head {
    font-size: 2.25em;
  }
  .page__solt-seminar .seminar--main .seminar--content .text .desc {
    line-height: 2.5;
    padding: 50px;
    margin-top: 3em;
  }
  .page__solt-seminar .seminar--main .seminar--content .image {
    width: 720px;
  }
  .page__solt-seminar .seminar--main .seminar--content.content01 .text .desc {
    margin-left: -125px;
  }
  .page__solt-seminar .seminar--main .seminar--content.content02 {
    margin-bottom: 0;
  }
  .page__solt-seminar .seminar--main .seminar--content.content02 .text .desc {
    margin-right: -60px;
  }
  .page__solt-seminar .seminar--main .seminar--gallery {
    margin-bottom: 120px;
  }
  .page__solt-seminar .seminar--main .seminar--gallery .texts {
    font-size: 16px;
  }
  .page__solt-seminar .seminar--main .seminar--gallery .texts .head {
    font-size: 2.25em;
  }
  .page__solt-seminar .seminar--main .seminar--gallery .texts .desc {
    margin-bottom: 3em;
  }
  .page__solt-seminar .seminar--main .seminar--gallery .gallery img {
    width: auto;
    margin: 0 20px;
  }
  .page__solt-seminar .seminar--archive .subhead {
    font-size: 16px;
  }
  .page__solt-seminar .seminar--archive .btn--black a {
    font-size: 18px;
  }
  .seminar--request__content {
    font-size: 16px;
    padding: 30px 50px;
  }
  .page__howtobuy .howto--contents__item {
    align-items: center;
    margin-bottom: 140px;
  }
  .page__howtobuy .howto--contents__texts {
    width: calc(100% - 680px);
    margin-bottom: 0;
  }
  .page__howtobuy .howto--contents__image {
    width: 680px;
    margin-top: 0;
  }
  .page__howtobuy .howto--contents .head {
    font-size: 14px;
  }
  .page__howtobuy .howto--contents .catch {
    font-size: 28px;
  }
  .page__howtobuy .howto--contents .detail {
    font-size: 16px;
  }
  .page__howtobuy .line--contact a {
    font-size: 18px;
  }
  .page__contact table {
    font-size: 16px;
  }
  .page__contact table th, .page__contact table td {
    width: 260px;
  }
  .page__contact table th .require {
    font-size: 14px;
  }
  .page__contact table td {
    width: calc(100% - 260px);
  }
  .page__voice .voice--categories .category--item {
    font-size: 16px;
    width: calc(100% / 6);
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .page__voice .voice--list {
    margin-left: -10px;
    margin-right: -10px;
  }
  .page__voice .voice--list__item {
    width: 25%;
    padding: 0 10px;
    margin-bottom: 20px;
  }
  .page__voice .voice--list__item img {
    padding: 10px;
  }
  .page__voice .voice--list__item .cover {
    font-size: 14px;
    padding: 20px 25px;
  }
}

@media (min-width: 1500px) {
  .header {
    padding: 35px 2.5vw 35px 10vw;
  }
  .header.scrolled {
    padding: 20px 2.5vw 20px 10vw;
  }
}

@media (min-width: 400px) {
  .page__contact .send--submit {
    display: block;
  }
}

/*# sourceMappingURL=theme.css.map */
