@charset "UTF-8";
/*!
Theme Name: kimono紫苑
Description: WordPressテンプレート「kimono紫苑 テーマ」
Version: 1.0.0
*/
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  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 {
  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;
}

img {
  width: 100%;
  height: auto;
}

* {
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
  min-height: 0vw;
}

html {
  font-style: normal;
  min-width: 100%;
  width: 100%;
  color: #000;
  background-color: #fff;
}

html {
  margin-top: 0 !important;
}

body {
  font-size: 16px;
  line-height: 2;
  font-weight: 400;
}

a {
  color: #000;
  text-decoration: none;
  transition: opacity 0.2s ease;
  color: currentColor;
}

section {
  position: relative;
}

main {
  position: relative;
}

/* Noto Sans JP */
/* Zen Old Mincho */
@font-face {
  font-family: "Zen-Old-Mincho";
  font-weight: 400;
  src: url("font/ZenOldMincho/ZenOldMincho-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Zen-Old-Mincho";
  font-weight: 500;
  src: url("font/ZenOldMincho/ZenOldMincho-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Zen-Old-Mincho";
  font-weight: 600;
  src: url("font/ZenOldMincho/ZenOldMincho-SemiBold.ttf") format("truetype");
}
@font-face {
  font-family: "Zen-Old-Mincho";
  font-weight: 700;
  src: url("font/ZenOldMincho/ZenOldMincho-Bold.ttf") format("truetype");
}
@font-face {
  font-family: "Zen-Old-Mincho";
  font-weight: 800;
  src: url("font/ZenOldMincho/ZenOldMincho-Black.ttf") format("truetype");
}
html {
  font-family: "Zen-Old-Mincho", serif;
  font-weight: 400;
}

.c-inner {
  max-width: 1090px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.c-sec-inner {
  padding: 120px 0;
}
@media screen and (max-width: 764px) {
  .c-sec-inner {
    padding: 84px 0;
  }
}
@media screen and (max-width: 480px) {
  .c-sec-inner {
    padding: 62px 0;
  }
}
.c-sec-inner.c-sec-inner--half__top {
  padding-top: 84px;
}
.c-sec-inner.c-sec-inner--half__bottom {
  padding-bottom: 84px;
}
@media screen and (max-width: 764px) {
  .c-sec-inner.c-sec-inner--half__top {
    padding-top: 63px;
  }
  .c-sec-inner.c-sec-inner--half__bottom {
    padding-bottom: 63px;
  }
}

.c-content-mg {
  margin-top: 84px;
}
@media screen and (max-width: 764px) {
  .c-content-mg {
    margin-top: 63px;
  }
}

.c-ttl-type01 {
  font-size: 30px;
  font-size: max(22.5px, min(2.8846153846vw, 30px));
  line-height: 1.4;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}
.c-ttl-type01 .c-ttl-type01__main {
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 0.56em;
}
.c-ttl-type01 .c-ttl-type01__main::before {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("./images/icon-chain-01-01.svg");
  background-repeat: no-repeat;
  width: 4.84656em;
  height: 0.36063em;
  top: calc(100% + 0.2em);
}
.c-ttl-type01.c-ttl-type01--mgb {
  margin-bottom: 120px;
}
@media screen and (max-width: 764px) {
  .c-ttl-type01.c-ttl-type01--mgb {
    margin-bottom: 84px;
  }
}
.c-ttl-type01.c-ttl-type01--mgb-half {
  margin-bottom: 84px;
}
@media screen and (max-width: 764px) {
  .c-ttl-type01.c-ttl-type01--mgb-half {
    margin-bottom: 42px;
  }
}

.c-post h1, .c-post h2, .c-post h3, .c-post h4, .c-post h5 {
  font-weight: 700;
  line-height: 1.4;
}
.c-post h1, .c-post h2 {
  font-size: 1.5em;
  padding-left: 0.75em;
  padding-bottom: 0.25em;
  border-bottom: 2px dashed #83ccd2;
}
.c-post h3 {
  font-size: 1.25em;
  padding: 0.312em 0.25em 0.312em 0.75em;
  background-color: #83ccd2;
  color: white;
}
.c-post h4, .c-post h5, .c-post h6 {
  font-size: 1.25em;
  font-weight: 600;
}
.c-post p {
  font-size: 1em;
  text-align: justify;
}
.c-post a:hover {
  text-decoration: underline;
}
.c-post a.underline,
.c-post a .underline {
  text-decoration: underline;
}
.c-post img {
  width: 100%;
}
.c-post img.size-thumbnail {
  width: 16.666%;
}
.c-post img.size-medium {
  width: 40%;
}
.c-post img.size-large {
  width: 80%;
}
.c-post img.size-full {
  width: 100%;
}
.c-post img + img {
  margin-top: 1.5em;
}
.c-post .gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1em;
}

.c-pagenavigation .nav-links {
  display: flex;
  align-items: baseline;
  justify-content: center;
  line-height: 1;
  font-size: max(15px, min(1.9633507853vw, 16px));
  position: relative;
  gap: 0 0.5em;
  margin-top: 0.778em;
  margin-top: max(12px, min(1.1707317073vw, 28px));
}
.c-pagenavigation .nav-links .page-numbers {
  width: 2.1867em;
  height: 2.1867em;
  background-color: white;
  border: 1px solid #83ccd2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background-color 0.2s ease;
  color: #83ccd2;
}
.c-pagenavigation .nav-links .page-numbers.current {
  background-color: #83ccd2;
  color: white;
  cursor: default;
}
.c-pagenavigation .nav-links .page-numbers.dots {
  background-color: unset !important;
  border-color: unset !important;
  color: #83ccd2 !important;
  cursor: default;
}
.c-pagenavigation .nav-links .page-numbers.prev::before, .c-pagenavigation .nav-links .page-numbers.next::before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 0.75em;
  width: 0.75em;
  background-color: transparent;
  border: 1px solid #83ccd2;
  transition: transform 0.2s ease, border 0.2s ease;
}
.c-pagenavigation .nav-links .page-numbers.prev::before {
  border-right: none;
  border-top: none;
  transform: rotate(45deg);
  transform-origin: 60% 75%;
}
.c-pagenavigation .nav-links .page-numbers.next::before {
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
  transform-origin: 35% 17%;
}
.c-pagenavigation .nav-links .page-numbers:hover {
  background-color: #83ccd2;
  color: white;
}
.c-pagenavigation .nav-links .page-numbers:hover.prev::before, .c-pagenavigation .nav-links .page-numbers:hover.next::before {
  border: 3px solid white;
}
.c-pagenavigation .nav-links .page-numbers:hover.prev::before {
  border-right: none;
  border-top: none;
}
.c-pagenavigation .nav-links .page-numbers:hover.next::before {
  border-left: none;
  border-bottom: none;
}

.u-il-block {
  display: inline-block;
}

@media screen and (max-width: 764px) {
  .u-no-sp {
    display: none;
  }
}

.u-sec-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  overflow: hidden;
}
.u-sec-bg .u-sec-bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.u-sec-bg .u-sec-bg-deco {
  position: relative;
  height: 100%;
}

.md__deco {
  position: absolute;
  z-index: -1;
}

.u-pdt-0 {
  padding-top: 0 !important;
}

.u-pdb-0 {
  padding-bottom: 0 !important;
}

.u-mgt-0 {
  margin-top: 0 !important;
}

body {
  position: relative;
}

#header {
  width: max(200px, min(22.2222222222vw, 260px));
  height: 100%;
  position: fixed;
  z-index: 1000;
  overflow: auto;
  pointer-events: none;
}
#header .header--inner {
  position: relative;
  height: 100%;
}
#header .header--inner .header__contents {
  font-size: min(2vh, max(14px, min(1.3658536585vw, 17px)));
  min-height: 100%;
  height: auto;
  background-color: #83ccd2;
  transition: transform 0.2s;
  pointer-events: all;
}
#header .header--inner .header__contents .header__contents--inner {
  max-width: calc(100% - 48px);
  margin: 0 auto;
  width: 90%;
  padding-top: 3em;
  padding-bottom: 3em;
}
#header .header--inner .header__contents .header__contents--inner .header__logo {
  max-width: 138.151px;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#header .header--inner .header__contents .header__contents--inner .header__logo img {
  width: 100%;
  height: 100%;
  display: block;
}
#header .header--inner .header__contents .header__contents--inner .header__menu {
  color: white;
  line-height: 1.4;
  margin-top: 2.14705882em;
}
#header .header--inner .header__contents .header__contents--inner .header__menu .header__menu--inner .header__menu-item {
  border-bottom: 1px dashed white;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 0.5em;
}
#header .header--inner .header__contents .header__contents--inner .header__menu .header__menu--inner .header__menu-item .header__menu-link {
  width: 100%;
  height: 100%;
  padding: 1.25em 0;
  transition: transform 0.2s;
}
#header .header--inner .header__contents .header__contents--inner .header__menu .header__menu--inner .header__menu-item .header__menu-link:hover {
  transform: translateX(0.5em);
}
#header .header--inner .header__contents .header__contents--inner .header__menu .header__menu--inner .header__menu-item::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 0.25em;
  width: 1.11651765em;
  height: 0.990535294em;
  background-image: url("./images/icon-chidori-01-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
}
#header .header--inner .header__contents .header__contents--inner .header__tel {
  font-size: 1.4em;
  font-weight: 800;
  color: white;
  background-color: #96A0D9;
  border: 1px solid #96A0D9;
  width: 100%;
  height: 2.4em;
  border-radius: 0.588em;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.72em;
  transition: opacity 0.2s;
}
#header .header--inner .header__contents .header__contents--inner .header__tel img {
  width: 0.962224em;
  height: 0.962224em;
  background-size: contain;
  display: inline-block;
  transform: translateY(10%);
  margin-right: 0.25em;
}
#header .header--inner .header__contents .header__contents--inner .header__tel:hover {
  opacity: 0.75;
}
#header .header--inner .header__hm {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 29px;
  z-index: 5000;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  pointer-events: all;
  transition: width 0.2s ease, height 0.2s ease;
  position: absolute;
  right: 5%;
  bottom: calc(95% - 25px);
}
#header .header--inner .header__hm .header__hm--inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  position: relative;
}
#header .header--inner .header__hm .header__hm--inner .header__hm-line, #header .header--inner .header__hm .header__hm--inner::before, #header .header--inner .header__hm .header__hm--inner::after {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  background-color: #83ccd2;
  border-radius: 99999px;
  transition: all 0.2s ease;
}
#header::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.5);
  width: 4px;
}
#header::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}
#header::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 1025px) {
  #header .header--inner .header__contents .header__contents--inner {
    max-width: 100%;
  }
}
@media screen and (max-width: 764px) {
  #header {
    width: 100%;
  }
  #header .header--inner .header__contents {
    font-size: max(14px, min(4.375vw, 16px));
    padding: 0;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    transform: translateX(-100%);
  }
  #header .header--inner .header__contents .header__contents--inner {
    padding-top: 1em;
    padding-bottom: 1em;
  }
  #header .header--inner .header__contents .header__contents--inner .header__logo {
    max-width: 108.5422px;
  }
  #header .header--inner .header__contents .header__contents--inner .header__menu {
    margin-top: 0;
  }
}
#header.is-open .header--inner .header__contents {
  transform: translateX(0);
}
#header.is-open .header--inner .header__hm .header__hm--inner {
  align-items: center;
  justify-content: center;
}
#header.is-open .header--inner .header__hm .header__hm--inner .header__hm-line {
  display: none;
  visibility: hidden;
  width: 0;
}
#header.is-open .header--inner .header__hm .header__hm--inner .header__hm-line, #header.is-open .header--inner .header__hm .header__hm--inner::before, #header.is-open .header--inner .header__hm .header__hm--inner::after {
  width: 100%;
  background-color: white;
}
#header.is-open .header--inner .header__hm .header__hm--inner::before, #header.is-open .header--inner .header__hm .header__hm--inner::after {
  position: absolute;
}
#header.is-open .header--inner .header__hm .header__hm--inner::before {
  transform: rotate(45deg);
}
#header.is-open .header--inner .header__hm .header__hm--inner::after {
  transform: rotate(-45deg);
}

main,
footer {
  padding-left: 260px;
  padding-left: max(200px, min(22.2222222222vw, 260px));
  position: relative;
  z-index: 1;
  transition: padding 0.2s;
}
@media screen and (max-width: 764px) {
  main,
  footer {
    padding-left: 0px;
  }
}

#footer {
  padding-top: 142px;
}
#footer .footer--inner {
  width: 90%;
  margin: 0 auto;
  position: relative;
}
#footer .footer--inner > *:not(:first-child) {
  margin-top: 62px;
}
#footer .footer--inner .footer__logo {
  max-width: 138px;
  width: 90;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
#footer .footer--inner .footer__logo .footer__logo-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#footer .footer--inner .footer__info {
  line-height: 1.4;
}
#footer .footer--inner .footer__info a:hover {
  opacity: 0.75;
}
#footer .footer--inner .footer__info .footer__info-tel {
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer--inner .footer__info .footer__info-tel .footer__info-tel-number {
  font-size: 1.5em;
  margin-left: 0.75em;
}
#footer .footer--inner .footer__info .footer__info-address {
  font-size: 16px;
  text-align: center;
  margin-top: 4px;
}
#footer .footer--inner .footer__menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 13px;
}
#footer .footer--inner .footer__menu a:hover {
  opacity: 0.75;
}
#footer .footer--inner .footer__menu .footer__menu-item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0 1em;
}
#footer .footer--inner .footer__menu .footer__menu-item::before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  height: 1.25em;
  width: 1px;
  background-color: #000;
  transform: rotate(45deg);
}
#footer .footer--inner .footer__menu .footer__menu-item:first-child {
  padding-left: 0;
}
#footer .footer--inner .footer__menu .footer__menu-item:last-child {
  padding-right: 0;
}
#footer .footer--inner .footer__menu .footer__menu-item:last-child::before {
  display: none;
}
#footer .footer--inner .footer__copyright {
  text-align: center;
  font: 14px;
}
#footer .footer--inner .footer__deco {
  position: absolute;
  margin-top: 0 !important;
}
#footer .footer--inner .footer__deco.footer__deco-01 {
  left: 180px;
  left: 12%;
  top: 0;
  width: 91.0666px;
  height: 89.0339px;
}
#footer .footer--inner .footer__deco.footer__deco-02 {
  bottom: 98px;
  right: 87px;
  right: 6%;
  width: 128.4306px;
  height: 125.5081px;
}
@media screen and (max-width: 1380px) {
  #footer .footer--inner .footer__deco.footer__deco-01 {
    left: 0%;
  }
  #footer .footer--inner .footer__deco.footer__deco-02 {
    right: 0;
    bottom: 140px;
  }
}
@media screen and (max-width: 1025px) {
  #footer .footer--inner .footer__deco.footer__deco-01 {
    width: 68.29995px;
    height: 66.775425px;
    left: 0%;
  }
  #footer .footer--inner .footer__deco.footer__deco-02 {
    width: 96.32295px;
    height: 94.131075px;
    right: 0;
    bottom: 150px;
  }
}
@media screen and (max-width: 764px) {
  #footer .footer--inner .footer__deco.footer__deco-01 {
    left: 15%;
    top: 150px;
    transform: translateX(-50%);
  }
  #footer .footer--inner .footer__deco.footer__deco-02 {
    bottom: unset;
    right: 3%;
    top: 280px;
    transform: translateX(50%);
    width: 78.2142354px;
    height: 76.4344329px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer--inner .footer__menu {
    flex-direction: column;
    align-items: center;
  }
  #footer .footer--inner .footer__menu .footer__menu-item {
    padding: 0;
  }
  #footer .footer--inner .footer__menu .footer__menu-item::before {
    display: none;
  }
  #footer .footer--inner .footer__deco.footer__deco-01 {
    left: 1%;
    transform: unset;
    top: 140px;
    width: 68.29995px;
    height: 66.775425px;
    width: max(51.2249625px, min(16.0078007812vw, 68.29995px));
    height: max(50.0815688px, min(15.65049025vw, 66.775425px));
  }
  #footer .footer--inner .footer__deco.footer__deco-02 {
    right: -2.5%;
    transform: unset;
    top: 325px;
    width: max(58.6606766px, min(18.3314614375vw, 78.2142354px));
    height: max(57.3258247px, min(17.9143202188vw, 76.4344329px));
  }
}
@media screen and (max-width: 764px) {
  #footer {
    padding-top: 84px;
  }
  #footer .footer--inner .footer__logo {
    max-width: 108.5422px;
  }
}
@media screen and (max-width: 480px) {
  #footer .footer--inner > *:not(:first-child) {
    margin-top: 32px;
  }
  #footer .footer--inner .footer__info .footer__info-tel {
    flex-direction: column;
  }
  #footer .footer--inner .footer__info .footer__info-address {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

.t-mainvisual {
  height: 100vh;
  height: 100svh;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}
.t-mainvisual .t-mainvisual__bg {
  width: 94%;
  height: 91%;
  z-index: 1;
  position: relative;
}
.t-mainvisual .t-mainvisual__bg .t-mainvisual__bg--inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.t-mainvisual .t-mainvisual__bg .t-mainvisual__bg--inner .t-mainvisual__bg-images {
  width: 100%;
  height: 100%;
}
.t-mainvisual .t-mainvisual__bg .t-mainvisual__bg--inner .t-mainvisual__bg-images .t-mainvisual__bg-image-item {
  width: 100%;
  height: 100%;
}
.t-mainvisual .t-mainvisual__bg .t-mainvisual__bg--inner .t-mainvisual__bg-images .t-mainvisual__bg-image-item .t-mainvisual__bg-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.t-mainvisual .t-mainvisual__bg .t-mainvisual__bg--inner .t-mainvisual__bg-images .t-mainvisual__bg-image-item .t-mainvisual__bg-img.sp {
  display: none;
}
.t-mainvisual .t-mainvisual__bg .t-mainvisual__bg-logo {
  display: none;
}
@media screen and (max-width: 764px) {
  .t-mainvisual .t-mainvisual__bg {
    width: 90%;
    height: calc(90% - 50px);
    margin-top: 50px;
    display: flex;
    justify-content: center;
  }
  .t-mainvisual .t-mainvisual__bg .t-mainvisual__bg--inner .t-mainvisual__bg-images .t-mainvisual__bg-image-item .t-mainvisual__bg-img.pc {
    display: none;
  }
  .t-mainvisual .t-mainvisual__bg .t-mainvisual__bg--inner .t-mainvisual__bg-images .t-mainvisual__bg-image-item .t-mainvisual__bg-img.sp {
    display: block;
  }
  .t-mainvisual .t-mainvisual__bg .t-mainvisual__bg-logo {
    display: block;
    position: absolute;
    top: 0;
    width: 108.5422px;
    height: 135.4616px;
    transform: translateY(-50%);
  }
}

.t-message {
  position: relative;
  overflow: hidden;
}
.t-message::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  z-index: 1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.5) 7.25%, rgba(255, 255, 255, 0.125) 25%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
  pointer-events: none;
}
.t-message .t-message__letter {
  font-size: 24px;
  font-size: max(16px, min(1.5609756098vw, 24px));
  font-weight: 400;
  writing-mode: vertical-rl;
  text-orientation: upright;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.75);
  padding: 2em 1em;
}
.t-message .t-message__letter .t-message__letter-ttl {
  font-size: 2.0833em;
  line-height: 1.8;
  white-space: nowrap;
  margin-left: 0.75em;
  height: auto;
}
.t-message .t-message__letter .t-message__letter-text {
  line-height: 3.083;
}
.t-message .t-message__picture {
  width: 100%;
  display: none;
}
.t-message .t-message__letter-sp {
  font-size: 16px;
  font-size: max(14px, min(4.375vw, 16px));
  margin: 1em 0 3em;
  display: none;
}
.t-message .t-message__bg-deco01 {
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.t-message .t-message__bg-deco02 {
  top: 18.7vw;
  left: 65%;
  z-index: 10;
  width: clamp(432.75px, 56.6426701571vw, 577px);
  height: clamp(435px, 56.9371727749vw, 580px);
  -o-object-fit: contain;
     object-fit: contain;
}
.t-message .t-message__bg-deco02 {
  display: none;
}
.t-message .t-message__bg-deco03 {
  bottom: 5%;
  left: 51vw;
  z-index: 10;
  width: max(724.40904px, min(94.8179371728vw, 1207.3484px));
  height: max(820.01562px, min(107.3318874346vw, 1366.6927px));
  -o-object-fit: contain;
     object-fit: contain;
}
.t-message.t-message__sec--inner {
  padding: 80px 0 323px;
  padding: 80px 0 max(197.676px, min(25.8738219895vw, 323px));
}
@media screen and (max-width: 1380px) {
  .t-message::before {
    height: 90%;
  }
}
@media screen and (max-width: 1025px) {
  .t-message::before {
    height: 100%;
  }
  .t-message .t-message__letter {
    font-size: max(14px, min(1.832460733vw, 16px));
  }
  .t-message .t-message__letter .t-message__letter-ttl {
    line-height: 1.6;
  }
  .t-message .t-message__letter .t-message__letter-text {
    line-height: 2.8;
  }
}
@media screen and (max-width: 764px) {
  .t-message::before {
    display: none;
  }
  .t-message .t-message__letter {
    font-size: max(14px, min(4.1176470588vw, 16px));
    flex-direction: row;
    align-items: center;
    padding: 5% 4%;
    padding-top: 0;
    max-width: calc(21em + 8%);
    width: 100%;
    margin: 0 auto;
  }
  .t-message .t-message__letter .t-message__letter-ttl {
    line-height: 1.8;
    padding: 1.25em 0;
    margin-left: unset;
    font-size: 1.6em;
  }
  .t-message .t-message__letter .t-message__letter-text {
    writing-mode: horizontal-tb;
    text-orientation: unset;
    line-height: 2;
    max-width: 100%;
    width: 100%;
    width: auto;
    margin: 0 auto;
    text-align: justify;
  }
  .t-message .t-message__letter.pc {
    display: none;
  }
  .t-message .t-message__picture,
  .t-message .t-message__letter-sp {
    display: block;
  }
  .t-message .t-message__bg {
    display: none;
  }
  .t-message .t-message__bg-deco02 {
    top: 370px;
    top: max(320px, min(100vw, 370px));
    left: 50%;
  }
  .t-message .t-message__bg-deco03 {
    left: 135%;
    transform: translateX(-50%);
    height: unset;
    width: 210vw;
  }
  .t-message.t-message__sec--inner {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .t-message .t-message__letter {
    padding: 5% 2.5%;
    padding-top: 0;
  }
  .t-message .t-message__bg-deco03 {
    left: 173%;
    width: 300vw;
  }
  .t-message .c-inner {
    width: 95%;
  }
}
.t-service {
  position: relative;
  z-index: 10;
  padding-bottom: 0;
}
.t-service .t-service02 {
  position: relative;
}
.t-service .t-service02 .t-service__item {
  position: sticky;
  z-index: 1;
}
.t-service .t-service02::before {
  content: "";
  display: inline-block;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #929CD5;
  opacity: 0.2;
}
.t-service .t-service__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-size: max(16px, min(2.0942408377vw, 18px));
}
.t-service .t-service__item .t-service__left {
  width: 45%;
  display: flex;
  justify-content: space-between;
}
.t-service .t-service__item .t-service__left .t-service__gallery {
  width: 47.5%;
  overflow: hidden;
}
.t-service .t-service__item .t-service__left .t-service__gallery .t-service__gallery--inner {
  width: 100%;
  height: 0;
  padding-top: 170.25%;
  position: relative;
}
.t-service .t-service__item .t-service__left .t-service__gallery .t-service__gallery--inner .t-service__gallery--img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-service .t-service__item .t-service__left .t-service__gallery .t-service__gallery--img {
  width: 100%;
  height: auto;
}
.t-service .t-service__item .t-service__left .t-service__gallery .t-service__gallery-letter {
  font-size: 0.55em;
}
.t-service .t-service__item .t-service__left .t-service__gallery:nth-of-type(2) {
  margin-top: 80px;
}
.t-service .t-service__item .t-service__right {
  width: 55%;
}
.t-service .t-service__item .t-service__right > * {
  padding-left: 48px;
  padding-left: max(24px, min(3.1413612565vw, 48px));
}
.t-service .t-service__item .t-service__right .t-service__ttl {
  font-size: 1.6em;
  line-height: 1.4;
  text-align: right;
  border-bottom: 2px dashed #B9965F;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}
.t-service .t-service__item .t-service__right .t-service__letter {
  text-align: justify;
}
.t-service .t-service__item .t-service__right .t-service__btn {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}
.t-service .t-service__item .t-service__right .t-service__btn .t-service__btn--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.7778em;
  max-width: 13.8889em;
  background-color: #929CD5;
  border: 1px solid #929CD5;
  border-radius: 10px;
  color: white;
  line-height: 1.4;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
}
.t-service .t-service__item .t-service__right .t-service__btn .t-service__btn--link svg {
  width: 0.75em;
  height: 0.75em;
  margin-left: 0.75em;
  fill: white;
  transition: fill 0.2s;
}
.t-service .t-service__item .t-service__right .t-service__btn .t-service__btn--link:hover {
  background-color: white;
  color: #929CD5;
}
.t-service .t-service__item .t-service__right .t-service__btn .t-service__btn--link:hover svg {
  fill: #929CD5;
}
.t-service .t-service__item .t-service__right .t-service__btn .t-service__btn--link:hover::before, .t-service .t-service__item .t-service__right .t-service__btn .t-service__btn--link:hover::after {
  border-color: #929CD5;
}
.t-service .t-service__item .t-service__right .t-service__modal-btn {
  line-height: 1.75;
  color: #5C529F;
  margin-top: 0.5em;
  display: block;
}
.t-service .t-service__item .t-service__right .t-service__modal-btn:hover {
  opacity: 0.65;
  text-decoration: underline;
}
.t-service .t-service__attension {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: red;
  margin: 3em 0 4em;
}
.t-service .t-service__attension .t-service__attension-btn:hover {
  opacity: 0.65;
  text-decoration: underline;
}
.t-service .t-service__tag {
  font-size: 0.7778em;
  color: white;
  line-height: 1;
  margin-top: 0.5em;
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
}
.t-service .t-service__tag .t-service__tag-item {
  padding: 0.5em;
  background-color: #83ccd2;
  border-radius: 0.175em;
}
.t-service .t-service-message {
  width: 100%;
  height: auto;
}
.t-service .t-service-message.sp {
  display: none;
}
@media screen and (max-width: 1380px) {
  .t-service .t-service__item .t-service__left .t-service__gallery .t-service__gallery-letter {
    font-size: 0.37em;
  }
}
@media screen and (max-width: 764px) {
  .t-service .t-service__item {
    flex-direction: column;
    font-size: max(14px, min(4.375vw, 16px));
  }
  .t-service .t-service__item .t-service__left {
    max-width: 375px;
    width: 100%;
    margin-bottom: 2em;
  }
  .t-service .t-service__item .t-service__right {
    width: 100%;
  }
  .t-service .t-service__item .t-service__right > * {
    padding-left: unset;
  }
  .t-service .t-service__item .t-service__right .t-service__ttl {
    text-align: center;
  }
  .t-service .t-service__item .t-service__right .t-service__btn {
    justify-content: center;
  }
}
@media screen and (max-width: 600px) {
  .t-service .t-service__item .t-service__right .t-service__ttl {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 480px) {
  .t-service .t-service__item .t-service__left,
  .t-service .t-service__item .t-service__right {
    width: 100%;
    max-width: 375px;
  }
  .t-service .t-service__item .t-service__left .t-service__gallery .t-service__gallery-letter {
    font-size: 0.44em;
  }
  .t-service .t-service-message {
    max-width: 375px;
    margin: 0 auto;
  }
  .t-service .t-service-message.pc {
    display: none;
  }
  .t-service .t-service-message.sp {
    display: block;
  }
}

.t-intro {
  overflow: hidden;
}
.t-intro .t-intro__box {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  font-size: max(18px, min(2.3560209424vw, 25px));
  max-width: 900px;
  margin: 0 auto;
}
.t-intro .t-intro__box .t-intro__picture {
  width: 45.2490223%;
}
.t-intro .t-intro__box .t-intro__picture img {
  width: 100%;
  height: auto;
}
.t-intro .t-intro__box .t-intro__letter {
  display: block;
  width: 54.7509777%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: relative;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-name {
  display: block;
  height: 100%;
  border-left: 2px dashed #B9965F;
  padding-left: 0.75em;
  margin-left: 0.75em;
  position: relative;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-name .t-intro__letter-name--jp {
  font-size: 1.1em;
  line-height: 1;
  margin-top: 2em;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-name .t-intro__letter-name--en {
  text-orientation: mixed;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-message {
  margin-top: 3em;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-message.sp {
  display: none;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 131px;
  height: auto;
  margin-left: 45px;
  transition: opacity 0.2s;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-btn .t-intro__letter-btn--img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-btn:hover {
  opacity: 0.75;
}
.t-intro .t-intro__box .t-intro__letter .t-intro__letter-role {
  font-size: 0.75em;
}
.t-intro .t-intro__bg .t-intro__bg-cloud {
  position: absolute;
}
.t-intro .t-intro__bg .t-intro__bg-image {
  -o-object-fit: contain;
     object-fit: contain;
}
.t-intro .t-intro__bg .t-intro__bg-image.sp {
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-intro .t-intro__chidori {
  max-width: 186.3224px;
  max-height: 106.3229px;
  width: 7.452896em;
  height: 4.252916em;
  position: absolute;
  left: calc(100% - 2.75em);
  top: 15.25em;
  -o-object-fit: contain;
     object-fit: contain;
}
.t-intro .t-intro__chidori.sp {
  display: none;
}
@media screen and (max-width: 1380px) {
  .t-intro .t-intro__bg .t-intro__bg-image {
    transform: scale(1.2);
  }
  .t-intro .t-intro__chidori {
    width: 4.452896em;
    left: calc(100% - 4em);
  }
}
@media screen and (max-width: 1180px) {
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-btn {
    width: max(64px, min(8.3769633508vw, 131px));
    margin-left: max(10px, min(1.3089005236vw, 45px));
  }
}
@media screen and (max-width: 764px) {
  .t-intro .t-intro__box {
    flex-direction: column;
    font-size: max(14px, min(4.375vw, 18px));
  }
  .t-intro .t-intro__box .t-intro__picture {
    width: 100%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
  }
  .t-intro .t-intro__box .t-intro__letter {
    width: 100%;
    writing-mode: initial;
    text-orientation: initial;
  }
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-name {
    padding-left: 0;
    margin-left: 0;
    border-left: unset;
    font-size: 1.111em;
    text-align: center;
    border-bottom: 2px dashed #B9965F;
    padding-bottom: 1em;
    margin-bottom: 1em;
  }
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-name .t-intro__letter-name--jp {
    font-size: 1.1em;
  }
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-name .t-intro__letter-name--en {
    font-size: 0.8em;
  }
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-message {
    margin-top: 0;
    max-width: 410px;
    margin-left: auto;
    margin-right: auto;
  }
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-btn {
    position: unset;
    margin-left: auto;
    margin-right: auto;
    width: 6.357em;
    height: auto;
    display: block;
    margin-top: 1em;
  }
  .t-intro .t-intro__bg .t-intro__bg-image.pc {
    display: none;
  }
  .t-intro .t-intro__bg .t-intro__bg-image.sp {
    display: block;
    transform: scale(1);
  }
  .t-intro .t-intro__chidori {
    width: 6.67120556em;
    height: 3.80685em;
    left: unset;
    top: 100%;
    right: 0;
  }
  .t-intro .t-intro__chidori.pc {
    display: none;
  }
  .t-intro .t-intro__chidori.sp {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-message {
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-message.pc {
    display: none;
  }
  .t-intro .t-intro__box .t-intro__letter .t-intro__letter-message.sp {
    display: block;
    letter-spacing: -0.1em;
  }
}

.t-topics .t-topics__box {
  background-color: white;
  border-radius: 20px;
  font-size: max(16px, min(2.0942408377vw, 18px));
}
.t-topics .t-topics__box .t-topics__list {
  padding: 1.556em 2.222em 2.889em;
}
.t-topics .t-topics__box .t-topics__list .t-topics__list-item {
  display: flex;
  align-items: baseline;
  padding: 1em;
  border-bottom: 2px dashed #96A0D9;
}
.t-topics .t-topics__box .t-topics__list .t-topics__list-item a:hover {
  opacity: 0.75;
}
.t-topics .t-topics__box .t-topics__list .t-topics__list-item .t-topics__list-title {
  margin-left: 3em;
}
.t-topics .t-topics__box .t-topics__letter {
  padding: 1.5em 1em;
  text-align: center;
}
.t-topics .t-topics__btn {
  display: flex;
  justify-content: center;
}
.t-topics .t-topics__btn .t-topics__btn--link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 2.7778em;
  max-width: 13.8889em;
  background-color: #929CD5;
  border: 1px solid #929CD5;
  border-radius: 10px;
  color: white;
  line-height: 1.4;
  transition: background-color 0.2s, color 0.2s;
  position: relative;
}
.t-topics .t-topics__btn .t-topics__btn--link:hover {
  background-color: white;
  color: #929CD5;
}
@media screen and (max-width: 764px) {
  .t-topics .t-topics__box {
    font-size: max(14px, min(4.375vw, 16px));
  }
  .t-topics .t-topics__box .t-topics__list .t-topics__list-item {
    flex-direction: column;
  }
  .t-topics .t-topics__box .t-topics__list .t-topics__list-item .t-topics__list-title {
    margin-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .t-topics .t-topics__box .t-topics__list {
    padding: 0 1.5em;
  }
  .t-topics .t-topics__box .t-topics__list:last-child {
    padding-bottom: 2em;
  }
  .t-topics .t-topics__box .t-topics__list .t-topics__list-item {
    padding: 1em 0.75em;
  }
}

.t-contact .t-contact__message {
  text-align: center;
  font-size: max(16px, min(2.0942408377vw, 18px));
  margin: 4em 0;
}
.t-contact .t-contact__box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.t-contact .t-contact__box .t-contact__btn {
  font-size: max(18px, min(2.3560209424vw, 24px));
  font-weight: 600;
  color: white;
  width: 47.5%;
  height: 8.333em;
  border-radius: 0.8333em;
  background-color: #83ccd2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s;
}
.t-contact .t-contact__box .t-contact__btn.t-contact__btn--full {
  width: 100%;
}
.t-contact .t-contact__box .t-contact__btn.t-contact__btn--color-cyan {
  background-color: #83ccd2;
}
.t-contact .t-contact__box .t-contact__btn.t-contact__btn--color-green {
  background-color: #8BCF7B;
}
.t-contact .t-contact__box .t-contact__btn .t-contact__btn-letter {
  position: sticky;
  z-index: 1;
  text-align: center;
  line-height: 1.4;
}
.t-contact .t-contact__box .t-contact__btn .t-contact__btn-letter-text {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
.t-contact .t-contact__box .t-contact__btn .t-contact__btn-tel {
  font-size: 1.208em;
}
.t-contact .t-contact__box .t-contact__btn .t-contact__btn-icon {
  height: 1.333em;
  width: auto;
  margin-right: 0.25em;
}
.t-contact .t-contact__box .t-contact__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/icon-chidori-02.svg");
  background-size: 4.44685833em 3.98209583em;
  background-repeat: repeat;
  background-position: center;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
.t-contact .t-contact__box .t-contact__btn:hover {
  opacity: 0.75;
}
@media screen and (max-width: 764px) {
  .t-contact .t-contact__message {
    font-size: max(14px, min(1.832460733vw, 16px));
    margin: 2em 0;
  }
  .t-contact .t-contact__box .t-contact__btn {
    width: 100%;
    height: 7.7401em;
  }
  .t-contact .t-contact__box .t-contact__btn:not(:first-child) {
    margin-top: 2em;
  }
}

.t-gallery .t-gallery-box {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
}
.t-gallery .t-gallery-box .t-gallery__image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
.t-gallery .t-gallery-box .t-gallery__image .t-gallery__image-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-gallery .t-gallery-box .pc-hidden {
  display: none;
}
@media screen and (max-width: 764px) {
  .t-gallery .t-gallery-box {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr 1fr 1fr;
  }
  .t-gallery .t-gallery-box .sp-hidden {
    display: none;
  }
  .t-gallery .t-gallery-box .pc-hidden {
    display: block;
  }
}

.t-access .t-access__message {
  text-align: center;
  font-size: max(16px, min(2.0942408377vw, 18px));
  margin: 4em 0;
}
.t-access .t-access__box {
  gap: 3vw 5%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.t-access .t-access__box .t-access__image {
  width: 100%;
  overflow: hidden;
}
.t-access .t-access__box .t-access__image .t-access__image--inner {
  width: 100%;
  height: 0;
  padding-top: 63.16%;
  position: relative;
}
.t-access .t-access__box .t-access__image .t-access__image--inner .t-access__image-img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.t-access .t-access__box .t-access__image.t-access__image--full {
  grid-column: span 2;
}
.t-access .t-access__box .t-access__image.t-access__image--full .t-access__image--inner {
  padding-top: unset;
  height: auto;
}
.t-access .t-access__box .t-access__image.t-access__image--full .t-access__image--inner .t-access__image-img {
  position: unset;
}
.t-access .t-access__box .t-access__image .t-access__image-letter {
  display: inline-block;
  width: 100%;
  text-align: end;
}
@media screen and (max-width: 764px) {
  .t-access .t-access__message {
    font-size: max(14px, min(1.832460733vw, 16px));
    margin: 2em 0;
  }
  .t-access .t-access__box {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  .t-access .t-access__box {
    width: 100%;
    gap: 2em;
    grid-template-columns: repeat(1, 1fr);
  }
  .t-access .t-access__box .t-access__image {
    width: 100%;
  }
  .t-access .t-access__box .t-access__image:not(:first-child) {
    margin-top: 0;
  }
  .t-access .t-access__box .t-access__image.t-access__image--full {
    grid-column: unset;
  }
}

.t-map .t-map__box {
  width: 100%;
  padding-top: 30.1204819%;
  max-height: 500px;
  min-height: 256px;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  background-color: #eee;
}
.t-map .t-map__box .t-map__item {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 480px) {
  .t-map .t-map__box {
    padding-top: 80%;
  }
}

.p-sub-hero {
  min-height: 300px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.p-sub-hero .p-sub-hero--inner {
  width: 90%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  z-index: 10;
}
.p-sub-hero .p-sub-hero--inner .p-sub-hero__letter {
  font-size: 36px;
  font-size: max(24px, min(3.1413612565vw, 36px));
  line-height: 1.4;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}
.p-sub-hero .p-sub-hero--inner .p-sub-hero__letter .p-sub-hero__title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #5C529D;
}
.p-sub-hero.p-sub-hero__bg {
  background-image: url("./images/sub-hero-bg-blue-01-01.png");
  background-position: center;
  background-size: cover;
  z-index: 1;
}
.p-sub-hero.p-sub-hero__bg::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.p-sub-hero.p-sub-hero__bg.p-sub-hero__bg--pink {
  background-image: url("./images/sub-hero-bg-pink-01-01.png");
}
.p-sub-hero.p-sub-hero__bg.p-sub-hero__bg--purple {
  background-image: url("./images/sub-hero-bg-purple-01-01.jpg");
}
.p-sub-hero.p-sub-hero__bg.p-sub-hero__bg--gray {
  background-image: url("./images/sub-hero-bg-gray-01-01.jpg");
}
@media screen and (max-width: 764px) {
  .p-sub-hero {
    min-height: 225px;
    height: 225px;
  }
}

#about .p-about-message {
  position: relative;
}
#about .p-about-message .p-about-message__letter {
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
  font-size: max(16px, min(2.0942408377vw, 18px));
}
#about .p-about-message .p-about-message__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr 1fr;
  overflow: hidden;
  gap: 22px;
  gap: 3%;
  margin-top: 84px;
  width: 100%;
}
#about .p-about-message .p-about-message__gallery .p-about-message__gallery-image {
  width: 100%;
  padding-top: 100%;
  position: relative;
}
#about .p-about-message .p-about-message__gallery .p-about-message__gallery-image .p-about-message__gallery-image--img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .p-about-message .p-about-meessage__table--inner {
  background-color: white;
  padding: 1.556em 2.222em 2.889em;
  margin-top: 84px;
}
#about .p-about-message .p-about-meessage__table--inner table {
  width: 100%;
}
#about .p-about-message .p-about-meessage__table--inner table tr {
  border-bottom: 1px solid #9FD4DD;
}
#about .p-about-message .p-about-meessage__table--inner table tr th, #about .p-about-message .p-about-meessage__table--inner table tr td {
  padding-top: 0.75em;
  padding-bottom: 0.75em;
}
#about .p-about-message .p-about-meessage__table--inner table tr th {
  padding-left: 1em;
}
#about .p-about-message .p-about-meessage__table--inner table tr td {
  padding-left: 7em;
}
#about .p-about-message::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (max-width: 764px) {
  #about .p-about-message {
    grid-template-columns: repeat(2, 1fr);
  }
  #about .p-about-message .p-about-message__letter {
    font-size: max(14px, min(4.375vw, 16px));
  }
  #about .p-about-message .p-about-meessage__table--inner {
    margin-top: 24px;
    font-size: max(14px, min(4.375vw, 16px));
  }
  #about .p-about-message .p-about-meessage__table--inner .p-about-message__table tr {
    display: flex;
    flex-direction: column;
    padding: 0.25em 0;
  }
  #about .p-about-message .p-about-meessage__table--inner .p-about-message__table tr th, #about .p-about-message .p-about-meessage__table--inner .p-about-message__table tr td {
    padding: 0;
  }
  #about .p-about-message .p-about-message__gallery {
    margin-top: 24px;
  }
}

#introduction .p-intro-achieve {
  position: relative;
}
#introduction .p-intro-achieve .p-intro-achieve__box {
  display: flex;
  justify-content: space-between;
  font-size: 25px;
  font-size: max(16px, min(2.0942408377vw, 18px));
  max-width: 936px;
  margin: 0 auto;
  position: sticky;
  z-index: 1;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture {
  width: 36.1051266%;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture img {
  width: 100%;
  height: auto;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture .p-intro-achieve__picture-text {
  line-height: 1;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture .p-intro-achieve__picture-text .p-intro-achieve__picture-text-title {
  font-size: 1.3889em;
  margin-top: 0.35em;
  display: inline-block;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture .p-intro-achieve__picture-text .p-intro-achieve__picture-text-name {
  font-size: 1.1em;
  margin: 0.35em 0;
  display: inline-block;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture .p-intro-achieve__picture-text .p-intro-achieve__picture-text-yomi {
  font-size: 0.8em;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture .p-intro-achieve__picture-text .p-intro-achieve__picture-text-role {
  font-size: 0.75em;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter {
  width: 51.5789841%;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-message {
  border: 1px dashed #83ccd2;
  padding: 0.5em 0.75em;
  margin-left: -1.4em;
  text-align: justify;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-list li {
  font-feature-settings: "palt";
  position: relative;
  width: 100%;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-list .small {
  font-size: 0.8889em;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-list > li::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1.17167778em;
  height: 1.1355em;
  margin-top: 0.5em;
  left: -1.312em;
  background-image: url("./images/icon-sakura-01-01.svg");
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-list.sp {
  display: none;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-title {
  font-size: 1.1111em;
  font-weight: 500;
  margin: 1.5em 0 0.25em -1.2em;
  display: flex;
  align-items: center;
  position: relative;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-title::before {
  content: "";
  display: inline-block;
  position: relative;
  margin-right: 0.25em;
  width: 1.11651765em;
  height: 0.990535294em;
  background-image: url(./images/icon-chidori-03-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-gallery {
  margin-top: 0.5em;
  display: flex;
  gap: 0.5em 2.5%;
  flex-wrap: wrap;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-gallery .p-intro-achieve__letter-gallery-item {
  width: 31%;
  width: 31.6666666667%;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-gallery .p-intro-achieve__letter-gallery-item .p-intro-achieve__letter-gallery-inner {
  width: 100%;
  padding-top: 160%;
  position: relative;
  overflow: hidden;
}
#introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-gallery .p-intro-achieve__letter-gallery-item .p-intro-achieve__letter-gallery-inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#introduction .p-intro-achieve::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (max-width: 764px) {
  #introduction .p-intro-achieve .p-intro-achieve__box {
    flex-direction: column;
    font-size: max(14px, min(4.375vw, 16px));
  }
  #introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture {
    width: 65%;
    max-width: 250px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
  }
  #introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__picture .p-intro-achieve__picture-text .p-intro-achieve__picture-text-title {
    font-size: 1em;
    margin-top: 1em;
  }
  #introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter {
    width: 95%;
    margin: 0 auto;
  }
  #introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-list {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
  #introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-list.pc {
    display: none;
  }
  #introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-list.sp {
    display: block;
    transform: translateX(3%);
  }
  #introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-message {
    margin-top: 1em;
    margin-left: unset;
  }
  #introduction .p-intro-achieve .p-intro-achieve__box .p-intro-achieve__letter .p-intro-achieve__letter-title {
    justify-content: center;
    margin-left: unset;
    transform: translateX(-0.5em);
  }
}

#modelcourse .p-modelcourse-menu {
  position: relative;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-ttl-01 {
  max-width: 8.44547333em;
  width: 75%;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__lead {
  font-size: 0.6667em;
  text-align: center;
  color: #6EC35A;
  margin-top: 1em;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__message {
  text-align: center;
  font-size: max(18px, min(2.3560209424vw, 20px));
  position: sticky;
  z-index: 10;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__message.sp {
  display: none;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item {
  font-size: 18px;
  font-size: max(16px, min(1.5609756098vw, 18px));
  filter: drop-shadow(0 0 3px rgba(0, 0, 0, 0.3));
  margin-top: 43px;
  padding-top: 43px;
  position: relative;
  display: flex;
  justify-content: center;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image: url("./images/icon-sandals-01-01.svg");
  width: 2.92593889em;
  height: 2.19132778em;
  top: 0;
  transform: translateY(-50%);
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner {
  width: 100%;
  background-color: white;
  border-radius: 30px;
  padding: 42px 50px 50px;
  padding: 2.33333333em 2.77777778em 2.77777778em;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__ttl {
  font-size: 1.111em;
  line-height: 1.4;
  text-align: center;
  color: #6EC35A;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0.75em;
  margin-bottom: 1.75em;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 10;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__ttl::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 100%;
  width: 6.682335em;
  height: 0.363795em;
  background-image: url("./images/icon-block-chain-01-01.svg");
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content {
  display: flex;
  justify-content: space-between;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content .p-modelcourse-menu__picture {
  width: 43.9434935%;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content .p-modelcourse-menu__letter {
  width: 51.2548889%;
  display: flex;
  flex-direction: column;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content .p-modelcourse-menu__letter .p-modelcourse-menu__letter-sub {
  margin-top: auto;
  color: #6EC35A;
  display: inline-block;
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item:nth-of-type(odd)::before {
  transform: translateY(-50%) scaleX(-1);
}
#modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item:first-child::before {
  display: none;
}
#modelcourse .p-modelcourse-menu::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media screen and (max-width: 764px) {
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__message {
    font-size: max(14px, min(4.375vw, 16px));
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__message.pc {
    display: none;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__message.sp {
    display: block;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item {
    font-size: max(14px, min(4.375vw, 16px));
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner {
    border-radius: 20px;
    padding: 31.5px 5.5% 5.5%;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__ttl {
    margin-bottom: 2em;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content {
    flex-direction: column;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content .p-modelcourse-menu__picture {
    width: 100%;
    margin-bottom: 2em;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content .p-modelcourse-menu__letter {
    width: 100%;
    display: inline-block;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content .p-modelcourse-menu__letter .p-modelcourse-menu__letter-sub {
    margin-top: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner {
    border-radius: 15px;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__ttl {
    margin-bottom: 1.5em;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content .p-modelcourse-menu__picture {
    margin-bottom: 1em;
  }
  #modelcourse .p-modelcourse-menu .p-modelcourse-menu__box .p-modelcourse-menu__item .p-modelcourse-menu__item--inner .p-modelcourse-menu__content .p-modelcourse-menu__letter .p-modelcourse-menu__letter-sub {
    margin-top: 0.25em;
  }
}
#modelcourse .p-modelcourse-sec-bg {
  margin-top: 80px;
}
#modelcourse .p-modelcourse-sec-bg .sp {
  display: none;
}
#modelcourse .p-modelcourse-contact {
  margin-top: 80px;
}
#modelcourse .p-modelcourse-contact .p-modelcourse-contact__btn {
  font-size: max(18px, min(2.3560209424vw, 24px));
  font-weight: 600;
  color: white;
  width: 100%;
  height: 8.333em;
  border-radius: 0.8333em;
  background-color: #83ccd2;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: opacity 0.2s;
}
#modelcourse .p-modelcourse-contact .p-modelcourse-contact__btn .p-modelcourse-contact__btn-letter {
  position: sticky;
  z-index: 1;
  text-align: center;
  line-height: 1.4;
}
#modelcourse .p-modelcourse-contact .p-modelcourse-contact__btn .p-modelcourse-contact__btn-letter .p-modelcourse-contact__btn-letter-text {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}
#modelcourse .p-modelcourse-contact .p-modelcourse-contact__btn .p-modelcourse-contact__btn-letter .p-modelcourse-contact__btn-letter-text .p-modelcourse-contact__btn-icon {
  height: 1.333em;
  width: auto;
  margin-right: 0.25em;
}
#modelcourse .p-modelcourse-contact .p-modelcourse-contact__btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./images/icon-chidori-02.svg");
  background-size: 4.44685833em 3.98209583em;
  background-repeat: repeat;
  background-position: center;
  mix-blend-mode: multiply;
  opacity: 0.2;
}
#modelcourse .p-modelcourse-contact .p-modelcourse-contact__btn:hover {
  opacity: 0.75;
}
#modelcourse .p-modelcourse-video {
  margin-top: 80px;
}
#modelcourse .p-modelcourse-video .p-modelcourse-video-content {
  width: 435px;
  max-width: 100%;
  margin: 0 auto;
}
#modelcourse .p-modelcourse-video .p-modelcourse-video-content .p-modelcourse-video-content--inner {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
#modelcourse .p-modelcourse-video .p-modelcourse-video-content .p-modelcourse-video-content--inner video {
  width: 100%;
  height: auto;
}
#modelcourse .p-modelcourse-video .p-modelcourse-video-content .p-modelcourse-video-content--inner .p-modelcourse-video-content-icon {
  width: 25%;
  height: auto;
  position: absolute;
  pointer-events: none;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.5)) drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.25));
}
#modelcourse .p-modelcourse-video .p-modelcourse-video-content .p-modelcourse-video-content--inner .p-modelcourse-video-content-icon.hidden {
  display: none;
}
#modelcourse .p-modelcourse-voice {
  margin-top: 80px;
}
@media screen and (max-width: 764px) {
  #modelcourse .p-modelcourse-sec-bg {
    margin-top: 48px;
  }
  #modelcourse .p-modelcourse-sec-bg .pc {
    display: none;
  }
  #modelcourse .p-modelcourse-sec-bg .sp {
    display: block;
  }
  #modelcourse .p-modelcourse-contact {
    margin-top: 40px;
  }
  #modelcourse .p-modelcourse-video {
    margin-top: 40px;
  }
  #modelcourse .p-modelcourse-voice {
    margin-top: 40px;
  }
}

.p-modelcourse-voice {
  margin-top: 6px;
}
.p-modelcourse-voice .p-modelcourse-voice-list {
  font-size: 18px;
  font-size: max(16px, min(2.0942408377vw, 18px));
  text-align: justify;
  font-feature-settings: "palt";
}
.p-modelcourse-voice .p-modelcourse-voice-list .p-modelcourse-voice-list__item {
  padding: 1em 1em;
  background-color: white;
  border: 1px solid #83ccd2;
  border-radius: 1em;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1em;
}
.p-modelcourse-voice .p-modelcourse-voice-list .p-modelcourse-voice-list__item .p-modelcourse-voice-list__item-picture {
  width: 6em;
  min-width: 6em;
  height: 6em;
  min-height: 6em;
  padding: 0.45em;
  border-radius: 50%;
  overflow: hidden;
  background-color: #83ccd2;
}
.p-modelcourse-voice .p-modelcourse-voice-list .p-modelcourse-voice-list__item .p-modelcourse-voice-list__item-letter {
  font-size: 0.8889em;
  width: 100%;
}
.p-modelcourse-voice .p-modelcourse-voice-list .p-modelcourse-voice-list__item .p-modelcourse-voice-list__item-name {
  font-size: 0.8333em;
  line-height: 1;
  margin: -0.5em 0 -0.75em;
  display: block;
  text-align: center;
}
.p-modelcourse-voice .p-modelcourse-voice-list .p-modelcourse-voice-list__item + .p-modelcourse-voice-list__item {
  margin-top: 3em;
}
@media screen and (max-width: 764px) {
  .p-modelcourse-voice .p-modelcourse-voice-list {
    font-size: max(14px, min(4.375vw, 16px));
  }
  .p-modelcourse-voice .p-modelcourse-voice-list .p-modelcourse-voice-list__item {
    flex-direction: column;
    padding: 1.5em 0.75em;
    gap: 1.25em 1em;
  }
  .p-modelcourse-voice .p-modelcourse-voice-list .p-modelcourse-voice-list__item .p-modelcourse-voice-list__item-picture {
    margin: unset;
  }
}

#contact .p-contact-content {
  position: relative;
}
#contact .p-contact-content .p-contact-content__message {
  font-size: max(16px, min(2.0942408377vw, 18px));
  padding-bottom: 2em;
  border-bottom: 1px solid black;
}
#contact .p-contact-content .p-contact-content__message .p-contact-content__message-text-tel {
  line-height: 1.4;
}
#contact .p-contact-content .p-contact-content__message .p-contact-content__message-text-tel .p-contact-content__message-text-tel-number {
  font-size: 1.833em;
}
#contact .p-contact-content .p-contact-content__message .p-contact-content__message-text-en {
  color: #939393;
  margin-top: 1em;
}
#contact .p-contact-content .p-contact-content__letter .text-center {
  text-align: center;
}
@media screen and (max-width: 764px) {
  #contact .p-contact-content .p-contact-content__message {
    font-size: max(14px, min(4.375vw, 16px));
  }
}
#contact .p-contact-content::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 75%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}

.p-post .p-post-main .p-post__box {
  min-height: 100px;
  padding: 40px;
  background-color: white;
  font-size: max(14px, min(4.375vw, 16px));
}
.p-post .p-post-main .p-post__box .p-post__head {
  font-size: 1em;
  line-height: 1.4;
  padding-bottom: 0.6em;
  margin-bottom: 0.4em;
  border-bottom: 1px solid #000;
}
.p-post .p-post-main .p-post__box .p-post__head > * + * {
  margin-top: 8px;
}
.p-post .p-post-main .p-post__box .p-post__head .p-post__head-ttl {
  font-size: 1.25em;
}
.p-post .p-post-main .p-post__box .p-post__head .p-post__head-time {
  display: flex;
  align-items: center;
  position: relative;
}
.p-post .p-post-main .p-post__box .p-post__head .p-post__head-time::before {
  content: "";
  display: inline-block;
  height: 1.125em;
  width: 1.125em;
  margin-right: 0.5em;
  background-image: url("./images/deco-clock-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-post .p-post-main .p-post__box .p-post__head .p-post__head-cat {
  display: flex;
  gap: 0.5em;
  flex-wrap: wrap;
  line-height: 1;
  font-size: 0.875em;
}
.p-post .p-post-main .p-post__box .p-post__head .p-post__head-cat .p-post__head-cat-list {
  background-color: #83ccd2;
  color: white;
  border-radius: 0.285em;
  border: 1px solid #83ccd2;
  transition: background-color 0.2s, color 0.2s;
}
.p-post .p-post-main .p-post__box .p-post__head .p-post__head-cat .p-post__head-cat-list .p-post__head-cat-link {
  padding: 0.4em 1em;
  display: inline-block;
}
.p-post .p-post-main .p-post__box .p-post__head .p-post__head-cat .p-post__head-cat-list:hover {
  background-color: white;
  color: #83ccd2;
}
.p-post .p-post-main .p-post__box .p-post__content .p-post__content-thumbnail {
  width: 100%;
  margin: 1em auto;
}
.p-post .p-post-main .p-post-list {
  font-size: max(14px, min(4.375vw, 16px));
}
.p-post .p-post-main .p-post-list .p-post__list-item {
  display: flex;
  align-items: center;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-thumbnail {
  width: 10em;
  min-width: 10em;
  margin-right: 1em;
  border: 1px solid #cdcdcd;
  transition: opacity 0.2s;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-thumbnail .p-post__list-thumbnail--inner {
  width: 100%;
  height: 0;
  padding-top: 65%;
  position: relative;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-thumbnail .p-post__list-thumbnail--inner img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-thumbnail.logo {
  background-color: #83ccd2;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-thumbnail.logo img {
  -o-object-fit: contain;
     object-fit: contain;
  transform: scale(0.925);
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-thumbnail:hover {
  opacity: 0.75;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-letter .p-post__list-time {
  display: flex;
  align-items: center;
  position: relative;
  line-height: 1.4;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-letter .p-post__list-time::before {
  content: "";
  display: inline-block;
  height: 1.125em;
  width: 1.125em;
  margin-right: 0.5em;
  background-image: url("./images/deco-clock-icon-01.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-letter .p-post__list-ttl {
  font-size: 1.25em;
  line-height: 1.4;
  margin-top: 0.25em;
}
.p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-letter .p-post__list-ttl a:hover {
  opacity: 0.75;
}
.p-post .p-post-main .p-post-list .p-post__list-item + .p-post__list-item {
  padding-top: 1em;
  margin-top: 1em;
  border-top: 2px dashed #cdcdcd;
}
@media screen and (max-width: 764px) {
  .p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-thumbnail {
    width: 7em;
    min-width: 7em;
  }
}
@media screen and (max-width: 480px) {
  .p-post .p-post-main .p-post__box {
    padding: 30px 5%;
  }
  .p-post .p-post-main .p-post-list .p-post__list-item .p-post__list-letter .p-post__list-ttl {
    font-size: 1em;
  }
}

.mw_wp_form {
  font-size: max(16px, min(2.0942408377vw, 18px));
}
.mw_wp_form input,
.mw_wp_form button,
.mw_wp_form textarea {
  background-color: white;
  border: 1px solid #676767;
  width: 100%;
  padding: 0.5em 0.75em;
  transition: all 0.2s ease;
  position: relative;
}
.mw_wp_form input:focus-visible,
.mw_wp_form button:focus-visible,
.mw_wp_form textarea:focus-visible {
  outline: unset;
  box-shadow: unset;
  outline-offset: unset;
  background-color: #eee;
}
.mw_wp_form textarea {
  transition: none;
}
.mw_wp_form select {
  border: 1px solid #676767;
  border-radius: 0.125em;
  max-width: 17.5em;
  width: 100%;
  padding: 0.25em 0;
  padding-left: 1em;
  margin: 0.25em 0;
  white-space: nowrap;
  -moz-appearance: auto;
  -webkit-appearance: auto;
  appearance: auto;
}
.mw_wp_form .mwform-radio-field,
.mw_wp_form .mwform-checkbox-field {
  display: inline-block;
  margin: 0 0.375em;
}
.mw_wp_form .mwform-radio-field label,
.mw_wp_form .mwform-checkbox-field label {
  width: auto;
  display: inline-block;
}
.mw_wp_form .mwform-radio-field label input,
.mw_wp_form .mwform-checkbox-field label input {
  position: absolute;
  visibility: hidden;
  width: 1px;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text {
  display: inline-flex;
  position: relative;
  align-items: center;
  padding-left: 1.75em;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text::before, .mw_wp_form .mwform-radio-field label .mwform-radio-field-text::after,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::before,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::after,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text::before,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text::after,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text::before,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-radius: 25%;
  width: 1em;
  height: 1em;
  left: 0;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text::before,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::before,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text::before,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text::before {
  background-color: white;
  border: 1px solid #cdcdcd;
}
.mw_wp_form .mwform-radio-field label .mwform-radio-field-text::after,
.mw_wp_form .mwform-radio-field label .mwform-checkbox-field-text::after,
.mw_wp_form .mwform-checkbox-field label .mwform-radio-field-text::after,
.mw_wp_form .mwform-checkbox-field label .mwform-checkbox-field-text::after {
  background-color: transparent;
  border-right: 5px solid #83ccd2;
  border-bottom: 3px solid #83ccd2;
  border-radius: unset;
  transform: skew(-40deg, 0deg) rotate(32deg) translate(-0.1em, -0.3em) scale(0.75);
  opacity: 0;
}
.mw_wp_form .mwform-radio-field label input:checked + .mwform-radio-field-text::after, .mw_wp_form .mwform-radio-field label input:checked + .mwform-checkbox-field-text::after,
.mw_wp_form .mwform-checkbox-field label input:checked + .mwform-radio-field-text::after,
.mw_wp_form .mwform-checkbox-field label input:checked + .mwform-checkbox-field-text::after {
  opacity: 1;
}
.mw_wp_form .mwform-checkbox-field.vertical-item {
  width: 100%;
}
.mw_wp_form .form-item {
  display: flex;
  flex-direction: column;
  max-width: 21.1085316em;
  width: 100%;
  margin-top: 44px;
}
.mw_wp_form .form-item .form-ttl-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mw_wp_form .form-item .form-ttl-box .form-ttl-text .form-ttl-main {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.mw_wp_form .form-item .form-ttl-box .form-ttl-text .form-ttl-main::before {
  content: "";
  width: 1em;
  height: 1em;
  display: inline-block;
  position: relative;
  background-color: #000;
  transform: scale(0.5);
}
.mw_wp_form .form-item .form-ttl-box .form-ttl-text .form-ttl-sub {
  color: #939393;
  margin-left: 1em;
}
.mw_wp_form .form-item .form-ttl-box .form-req,
.mw_wp_form .form-item .form-ttl-box .form-any {
  font-size: 0.833em;
  background-color: #333;
  color: white;
  padding: 0.25em 0.45em;
  line-height: 1;
  font-weight: 500;
}
.mw_wp_form .form-item .form-ttl-box .form-req {
  background-color: #e85a70;
}
.mw_wp_form .form-item .form-ttl-box .form-any {
  background-color: #939393;
}
.mw_wp_form .form-item.form-item-w-full {
  max-width: 44.4889em;
}
.mw_wp_form .form-btn {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
  background-image: url("./images/icon-btn-01-01.svg");
  background-size: contain;
  transition: opacity 0.2s;
}
.mw_wp_form .form-btn input[type=submit] {
  font-size: 1.1667em;
  text-align: center;
  color: white;
  background-color: unset;
  border: unset;
  max-width: 90%;
  width: 10.5716905em;
  height: 3.46164286em;
  border-radius: 6px;
  cursor: pointer;
}
.mw_wp_form .form-btn:hover {
  opacity: 0.75;
}
.mw_wp_form .form-list {
  display: flex;
  flex-direction: column;
}
.mw_wp_form .privacy-policy-box {
  background-color: #ECECEC;
  padding: 0 1.5em;
  max-height: 17em;
  overflow-y: auto;
}
.mw_wp_form .privacy-policy-box .privacy-policy-text {
  padding: 1.5em 0;
  display: inline-block;
  width: 100%;
}
.mw_wp_form .privacy-policy-box .privacy-policy-text h4 {
  font-size: 1.111em;
}
.mw_wp_form .privacy-policy-box::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.5);
  width: 4px;
}
.mw_wp_form .privacy-policy-box::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.25);
}
.mw_wp_form .privacy-policy-box::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.mw_wp_form .form-txt-box {
  text-align: center;
}
.mw_wp_form .form-item,
.mw_wp_form .form-btn,
.mw_wp_form .privacy-policy-box {
  margin-top: 44px;
}
@media screen and (max-width: 764px) {
  .mw_wp_form {
    font-size: max(14px, min(4.375vw, 16px));
  }
}
@media screen and (max-width: 480px) {
  .mw_wp_form .form-item {
    max-width: 100%;
  }
  .mw_wp_form .form-item.form-item-w-full {
    max-width: 100%;
  }
}

.service__modal .service__modal-title {
  font-size: 20px;
  font-size: max(20px, min(2.6178010471vw, 24px));
  font-weight: 600;
  line-height: 1.4;
}
.service__modal .service__modal-title .big {
  font-size: 1.1111em;
}
.service__modal .service__modal-sub-title::before {
  content: "";
  width: 1.11651765em;
  height: 0.990535294em;
  background-image: url(./images/icon-chidori-03-01.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  top: 0.2em;
  margin-right: 0.25em;
  display: inline-block;
}
.service__modal .service__modal-sub-title.service__modal-sub-title--no-icon::before {
  display: none;
}
.service__modal .service__modal-letter {
  font-size: 18px;
  font-size: max(16px, min(2.0942408377vw, 18px));
  text-align: justify;
  font-feature-settings: "palt";
  margin-top: 0.5em;
}
.service__modal .service__modal-letter .small {
  font-size: 0.88889em;
}
.service__modal .service__modal-gallery {
  margin-top: 2em;
  display: flex;
  gap: 2.5%;
}
.service__modal .service__modal-gallery .service__modal-gallery-item {
  width: 31.6666666667%;
}
.service__modal .service__modal-gallery .service__modal-gallery-item .service__modal-gallery-item-inner {
  width: 100%;
  height: auto;
  padding-top: 150%;
  position: relative;
}
.service__modal .service__modal-gallery .service__modal-gallery-item .service__modal-gallery-item-inner img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.service__modal .service__modal-flow {
  line-height: 1.4;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 2em;
  margin-top: 0.5em;
  font-size: max(14px, min(1.832460733vw, 16px));
}
.service__modal .service__modal-flow .service__modal-flow-item {
  width: 100%;
  border-radius: 0.25em;
  position: relative;
  border: 1px solid #374151;
}
.service__modal .service__modal-flow .service__modal-flow-item + .service__modal-flow-item::before {
  content: "";
  display: block;
  width: 1em;
  height: 0.889em;
  position: absolute;
  top: -1em;
  left: 50%;
  background-color: #374151;
  transform: translate(-50%, -50%);
  -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
          clip-path: polygon(0 0, 50% 100%, 100% 0);
}
.service__modal .service__modal-flow .service__modal-flow-item .service__modal-flow-item-head {
  background-color: #374151;
  padding: 0.44em 0.25em;
  color: white;
}
.service__modal .service__modal-flow .service__modal-flow-item .service__modal-flow-item-letter {
  padding: 0.25em 0.25em;
  line-height: 2;
  text-align: start;
}
@media screen and (max-width: 764px) {
  .service__modal .service__modal-title {
    font-size: 18px;
    font-size: max(16px, min(4.2666666667vw, 20px));
  }
  .service__modal .service__modal-letter {
    font-size: 16px;
    font-size: max(14px, min(1.832460733vw, 16px));
  }
}

.modal-box {
  display: none;
  width: 90%;
  max-width: 780px;
}

.fancybox__container:not(.has-toolbar) .fancybox__content {
  align-self: flex-start;
  margin: auto;
}
.fancybox__container:not(.has-toolbar) .fancybox__slide {
  flex-direction: unset;
}
.fancybox__container:has(.modal-box) .fancybox__nav button {
  display: none;
}

.fancybox__content {
  padding: 3vw;
}

[data-fancybox] {
  cursor: pointer;
}

.fancybox__container {
  --fancybox-zIndex: 3500;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  width: 100%;
  height: 100%;
}
.slick-slider .slick-dots {
  position: relative;
  z-index: 3;
  text-align: center;
  font-size: 24px;
  margin: -3em 0 0 0;
  box-sizing: border-box;
}
.slick-slider .slick-dots li {
  display: inline-block;
  margin: 0 0.3125em;
}
.slick-slider .slick-dots button {
  color: transparent;
  outline: none;
  width: 0.5em;
  height: 0.5em;
  display: block;
  border-radius: 50%;
  background: #fff;
}
.slick-slider .slick-dots .slick-active button {
  background: #83ccd2;
}
@media screen and (max-width: 764px) {
  .slick-slider .slick-dots {
    margin-top: -2em;
  }
}/*# sourceMappingURL=style.css.map */