@charset "UTF-8";
/* ///////////////////////////////////////////
  style.scss
/////////////////////////////////////////// */
/*====================================
  00_base
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  リンクボタン
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/*
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  overflow: visible; /* Show the overflow in Edge and IE */
  height: 0; /* Add the correct box sizing in Firefox */
}

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

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

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

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

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

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

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

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

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

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

svg:not([fill]) {
  fill: currentColor;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/*====================================
  01_layout
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  リンクボタン
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  layout.scss
  全体のレイアウトに関する記述
/////////////////////////////////////////// */
html {
  font-size: 62.5%;
}

body {
  margin: 0;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  background-color: #fff;
  color: #707070;
  font-feature-settings: "palt";
  overflow-x: hidden;
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 1.8rem;
    line-height: 1.4;
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.4;
    padding: 0;
  }
}
body.fixed {
  height: 100%;
  overflow: hidden;
}
body *:hover {
  transition: 0.3s;
}

h1, h2, h3, h4, h5, h6,
table, tr, td, th,
ol, ul, li,
dl, dt, dd,
p {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  list-style: none;
}

i, em {
  font-style: normal;
}

img {
  border: none;
  margin: 0;
  padding: 0;
}

figure {
  display: block;
  margin: 0;
}

a, *:focus {
  outline: none;
}

*::-moz-selection {
  background: #707070;
  color: #FFF;
}

*::selection {
  background: #707070;
  color: #FFF;
}

*::-moz-selection {
  background: #707070;
  color: #FFF;
}

.hide {
  display: none !important;
}

@media only screen and (max-width: 768px) {
  .hideSP {
    display: none !important;
  }
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hideTL {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .hideDT {
    display: none !important;
  }
}

@media print, screen and (min-width: 769px) {
  .hidePC {
    display: none !important;
  }
}

@media print, screen and (min-width: 1025px) {
  .hideDesktop {
    display: none;
  }
}

@media print, screen and (max-width: 1024px) {
  .hideMobile {
    display: none;
  }
}

.serif {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
}

main {
  margin: 0 auto;
}

a:link {
  color: #534AB7;
}
a:visited {
  color: #534AB7;
}
a:hover {
  color: #534AB7;
  text-decoration: none;
}
a:active {
  color: #534AB7;
}

.none li {
  width: 100% !important;
  max-width: 100% !important;
  text-align: center;
}

.noitem {
  width: 100% !important;
  min-height: 200px;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  align-content: center !important;
  text-align: center !important;
}
.noitem li {
  border: none !important;
  display: inline-block !important;
}

/* ======================
パディング
====================== */
@media only screen and (max-width: 768px) {
  main {
    padding: 60px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  main {
    padding: 80px 0 0 0;
  }
}
/* footer の margin-top をリセット（home では直前セクションで制御） */
@media only screen and (max-width: 768px) {
  main + .footer {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 769px) {
  main + .footer {
    margin-top: 0;
  }
}

/* ======================
改行処理
====================== */
.p-blo {
  display: inline-block;
}

.min-p {
  font-size: 70%;
  display: block;
}

/* ======================
スクロールアニメーション
====================== */
.js-fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.5s, transform 1s;
}

.js-fadeIn, .js-fadeIn2 {
  opacity: 0;
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  リンクボタン
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  header.scss
  ヘッダーに関する設定
/////////////////////////////////////////// */
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .header {
    height: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .header {
    height: 80px;
  }
}
.header__container {
  display: block;
  max-width: 1260px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .header__container {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__container {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header__container {
    padding: 10px 20px;
  }
}
.header__container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}
.header__container > * {
  order: 0;
  flex: 0 1 auto;
  align-self: auto;
}
.header__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding-right: 15px;
  z-index: 3;
  background-color: #fff;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__container {
    padding: 0 0 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header__container {
    height: 60px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: center;
  }
  .header__container > * {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header__container {
    height: 80px;
  }
}
@media screen and (min-width: 769px) and (min-width: 1550px) {
  .header__container {
    padding-right: 50px;
  }
}
@media print and (min-width: 1440px) and (max-width: 1550px), screen and (min-width: 769px) and (min-width: 1440px) and (max-width: 1550px) {
  .header__container {
    padding-right: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__logo {
    width: 271px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    left: 40px;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .header__logo {
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .header__logo {
    width: 197px;
  }
}
.header__logo a {
  display: block;
}
@media only screen and (max-width: 768px) {
  .header__logo a {
    width: 197px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__logo a {
    width: 271px;
  }
}
.header__logo a:hover {
  opacity: 0.8;
}
.header__logo a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.header__nav {
  visibility: hidden; /* 初期状態ではメニューを非表示に */
  opacity: 0; /* 完全に透明にする */
  transition: visibility 0s, opacity 0.5s ease; /* opacityの変化を0.5秒かけて行う */
  overflow-y: auto;
  overflow-scrolling: touch;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-color: #AFA9EC;
  transition: 0.3s;
  z-index: 2;
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header__nav {
    height: 100%;
    padding: 80px 20px 30px 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav {
    max-width: 900px;
    height: 100%;
    padding: 110px 30px 30px 30px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.header__nav.isOpen {
  visibility: visible; /* .isOpenクラスが付与されたら表示 */
  opacity: 1; /* 完全に不透明にする */
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .header__nav__container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap {
    margin: 0 auto;
    width: 100%;
    padding: 0 0 50px 0;
  }
}
.header__nav__container__wrap__list {
  width: 100%;
}
.header__nav__container__wrap__list > li {
  letter-spacing: 1px;
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__list > li {
    width: 100%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__nav__container__wrap__list > li {
    font-size: 1.4rem;
  }
}
.header__nav__container__wrap__list > li > a {
  color: #534AB7;
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  align-items: left;
  position: relative;
  font-size: 1.4rem;
  padding: 18px;
  background-color: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__list > li > a {
    font-size: 1.6rem;
  }
}
.header__nav__container__wrap__list > li > a:hover {
  opacity: 0.8;
}
.header__nav__container__wrap__list > li:nth-child(n+2) {
  margin-top: 15px;
}
.header__nav__container__wrap__contact {
  margin-top: 15px;
}
.header__nav__container__wrap__contact .container {
  background-color: #fff;
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .header__nav__container__wrap__contact .container {
    padding: 27px 20px 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__contact .container {
    padding: 50px 30px 76px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .header__nav__container__wrap__contact .container .info-wrap {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__contact .container .info-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}
.header__nav__container__wrap__contact .container .info-wrap p {
  text-align: center;
  margin-top: 40px;
  font-weight: 500;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .header__nav__container__wrap__contact .container ul {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__contact .container ul {
    width: 100%;
    max-width: 816px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .header__nav__container__wrap__contact .container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.header__nav__container__wrap__contact .container ul li {
  text-align: center;
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(1) {
    width: 47.18%;
  }
}
.header__nav__container__wrap__contact .container ul li:nth-child(1) p.mail {
  height: 100%;
}
@media only screen and (max-width: 768px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(1) p.mail {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(1) p.mail {
    max-width: 100%;
  }
}
.header__nav__container__wrap__contact .container ul li:nth-child(1) p.mail .mod__button1 {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(1) p.mail .mod__button1 {
    max-width: 100%;
    padding: 20px 15px;
    background-position: right 30px center;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(1) p.mail .mod__button1 {
    max-width: 100%;
    padding: 36px 15px;
    background-position: right 30px center;
  }
}
.header__nav__container__wrap__contact .container ul li:nth-child(2) {
  border: 1px dashed #707070;
}
@media only screen and (max-width: 768px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(2) {
    padding-top: 30px;
    padding: 26px 15px;
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(2) {
    padding: 15px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(2) {
    width: 49%;
  }
}
.header__nav__container__wrap__contact .container ul li:nth-child(2) p.tel a {
  font-weight: 700;
  color: #534AB7;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(2) p.tel a {
    font-size: 3.2rem;
    max-width: 100%;
  }
  .header__nav__container__wrap__contact .container ul li:nth-child(2) p.tel a:before {
    width: 16px;
    height: 16px;
    content: "";
    background: url("../images/common/icon-tel.svg") no-repeat left top/contain;
    margin: 5px 8px 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(2) p.tel a {
    font-size: 4rem;
    pointer-events: none;
    max-width: 100%;
  }
  .header__nav__container__wrap__contact .container ul li:nth-child(2) p.tel a:before {
    width: 25px;
    height: 25px;
    content: "";
    background: url("../images/common/icon-tel.svg") no-repeat left top/contain;
    margin: 5px 15px 0 0;
  }
}
.header__nav__container__wrap__contact .container ul li:nth-child(2) p.tel a:hover {
  opacity: 0.8;
}
.header__nav__container__wrap__contact .container ul li:nth-child(2) p.open {
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(2) p.open {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__contact .container ul li:nth-child(2) p.open {
    font-size: 1.6rem;
    margin-top: 15px;
  }
}
.header__nav__container__wrap__contact .container ul li:nth-child(2) p.open span {
  color: #534AB7;
  font-weight: 500;
}
.header__nav__container__wrap__otherlist {
  width: 100%;
  /*
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  */
  margin-top: 15px;
}
.header__nav__container__wrap__otherlist > li {
  letter-spacing: 1px;
  position: relative;
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__nav__container__wrap__otherlist > li {
    font-size: 1.4rem;
  }
}
.header__nav__container__wrap__otherlist > li > a {
  color: #534AB7;
  text-align: center;
  display: block;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  align-items: left;
  position: relative;
  font-size: 1.4rem;
  padding: 18px;
  background-color: #fff;
  border-radius: 5px;
}
@media print, screen and (min-width: 769px) {
  .header__nav__container__wrap__otherlist > li > a {
    font-size: 1.6rem;
  }
}
.header__nav__container__wrap__otherlist > li > a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .header.fixed .header__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-cetween;
    align-items: center;
    align-content: center;
  }
  .header.fixed .header__container > * {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
  }
}
@media only screen and (max-width: 768px) {
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .header.fixed .header__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    align-content: center;
  }
  .header.fixed .header__container > * {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
  }
  .header.fixed .header__container {
    max-width: 100%;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .header.fixed .header__container {
    padding: 0 0 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .header.fixed .header__contact__button {
    display: none;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .header.fixed .header__logo {
    position: absolute;
    left: 40px;
    top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media print, screen and (min-width: 769px) {
  .header.fixed .header__logo a {
    display: block;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 769px) {
  .header.fixed .header__logo a {
    width: 277px;
  }
}
@media print, screen and (min-width: 769px) {
  .header.fixed .header__logo a:hover {
    opacity: 0.8;
  }
  .header.fixed .header__logo a img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
.header__pc__nav {
  display: flex;
}
@media screen and (max-width: 1440px) {
  .header__pc__nav {
    display: none;
  }
}
.header__pc__nav > li {
  font-weight: 400;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1025px) {
  .header__pc__nav > li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1550px) {
  .header__pc__nav > li {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .header__pc__nav > li a {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .header__pc__nav > li {
    margin-right: 20px;
  }
}
.header__pc__nav > li a {
  color: #707070;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .header__pc__nav > li a {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .header__pc__nav > li a {
    max-width: 100%;
    text-decoration: none;
    font-size: 1.6rem;
    position: relative;
  }
}
.header__pc__nav > li a:hover::after {
  content: "";
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: #AFA9EC;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}
@media print, screen and (min-width: 769px) {
  .header #telButton a {
    width: 235px;
    height: 50px;
    text-decoration: none;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 500;
    background-color: #534AB7;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 8px;
    border-radius: 6px;
    pointer-events: none;
  }
  .header #telButton a:hover {
    background-color: #AFA9EC;
  }
  .header #telButton a {
    /*
    span {
      font-size: 2.4rem;
      margin: -0.25em 0 0 0.15em;
    }
    */
  }
}
@media only screen and (max-width: 768px) {
  .header #telButton {
    display: none;
  }
}
.header__menu_button {
  display: block;
  cursor: pointer;
  border: none;
  outline: none !important;
  posiiton: relative;
  z-index: 101;
}
@media only screen and (max-width: 768px) {
  .header__menu_button {
    width: 60px;
    height: 60px;
    top: 0;
    right: 10px;
    position: absolute;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button {
    width: 80px;
    height: 80px;
    position: relative;
    display: none;
  }
}
@media screen and (max-width: 1440px) {
  .header__menu_button {
    display: block;
  }
}
.header__menu_button .text {
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .header__menu_button .text {
    color: #707070;
    font-size: 1.2rem;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button .text {
    color: #707070;
    font-size: 0.8em;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.header__menu_button .icon {
  display: block;
  background: #707070;
  transition-property: background-color;
  height: 2px;
}
@media only screen and (max-width: 768px) {
  .header__menu_button .icon {
    width: 38.33%;
    height: 2px;
    transition-duration: 0.4s;
    position: absolute;
    top: 14px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button .icon {
    width: 40%;
    transition-duration: 0.8s;
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.header__menu_button .icon::before, .header__menu_button .icon::after {
  width: 100%;
  height: 2px;
  content: "";
  display: block;
  background: #534AB7;
  transition-property: background-color, transform;
  transition-duration: 0.4s;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .header__menu_button .icon::before {
    top: -8px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button .icon::before {
    top: -10px;
  }
}
.header__menu_button .icon::after {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .header__menu_button .icon::after {
    top: 8px;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button .icon::after {
    top: 10px;
  }
}
@media only screen and (max-width: 768px) {
  .header__menu_button.isOpen .icon {
    background: linear-gradient(90deg, #534AB7 0%, #534AB7 50%, #534AB7 50%, #534AB7 100%);
    transition-property: background-color;
    height: 0;
  }
  .header__menu_button.isOpen .icon::before {
    transform: translateY(8px) rotate(45deg);
  }
  .header__menu_button.isOpen .icon::after {
    transform: translateY(-8px) rotate(-45deg);
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .header__menu_button.isOpen .icon {
    transition-property: background-color;
    height: 0;
  }
  .header__menu_button.isOpen .icon::before {
    transform: translateY(10px) rotate(45deg);
  }
  .header__menu_button.isOpen .icon::after {
    transform: translateY(-10px) rotate(-45deg);
    width: 100%;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  リンクボタン
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  footer.scss
  フッターに関する設定
/////////////////////////////////////////// */
.footer__access {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .footer__access {
    padding: 60px 15px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__access {
    padding: 80px 30px 0;
  }
}
.footer__access__heading {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #707070;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .footer__access__heading {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    margin: 0 0 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__access__heading {
    font-size: 4rem;
    letter-spacing: 4px;
    margin: 0 0 40px;
  }
}
.footer__container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__container {
    padding: 0 15px 40px 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__container {
    padding: 0 30px 60px 30px;
  }
}
.footer__container h2 {
  max-width: 280px;
}
@media only screen and (max-width: 768px) {
  .footer__container h2 {
    margin: 0 auto 30px auto;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__container h2 {
    margin: 0 auto 40px auto;
  }
}
.footer__container h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .footer__container__wrapper {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.footer__container__wrapper .info {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .footer__container__wrapper .info {
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .footer__container__wrapper .info {
    width: 44.8276%;
  }
}
.footer__container__wrapper .info dt {
  width: 80px;
  color: #534AB7;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .footer__container__wrapper .info dt {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__container__wrapper .info dt {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .footer__container__wrapper .info dt:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__container__wrapper .info dt:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
.footer__container__wrapper .info dd {
  width: calc(100% - 80px);
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .footer__container__wrapper .info dd {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__container__wrapper .info dd {
    font-size: 1.6rem;
  }
}
.footer__container__wrapper .info dd .tel {
  color: #707070;
  text-decoration: none;
}
@media print, screen and (min-width: 769px) {
  .footer__container__wrapper .info dd .tel {
    pointer-events: none;
  }
}
@media only screen and (max-width: 768px) {
  .footer__container__wrapper .info dd:nth-of-type(n + 2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__container__wrapper .info dd:nth-of-type(n + 2) {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__container__wrapper .map {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .footer__container__wrapper .map {
    width: 100%;
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .footer__container__wrapper .map {
    width: 50%;
  }
}
.footer__container__wrapper .map > div {
  height: 0;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__container__wrapper .map > div {
    padding-top: 71.641791%;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__container__wrapper .map > div {
    padding-top: 68.96551%;
  }
}
.footer__container__wrapper .map > div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .footer__container__wrapper .map .mod__button1 {
    max-width: 240px;
    margin-top: 20px;
  }
}
.footer__link01 {
  background-color: #F2F0F9;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer__link01 {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__link01 {
    padding: 30px 30px 20px 30px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .footer__link01 {
    display: none;
  }
}
.footer__link01 ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__link01 ul > li {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media print, screen and (min-width: 1025px) {
  .footer__link01 ul > li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1480px) {
  .footer__link01 ul > li {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer__link01 ul > li a {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer__link01 ul > li {
    margin-right: 20px;
  }
}
.footer__link01 ul > li a {
  color: #707070;
  font-weight: 400;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__link01 ul > li a {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__link01 ul > li a {
    max-width: 100%;
    text-decoration: none;
    font-size: 1.6rem;
    position: relative;
  }
}
.footer__link01 ul > li a:hover {
  text-decoration: underline;
}
.footer__link01 ul > li:last-child {
  margin-right: 0;
}
.footer__link02 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .footer__link02 {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__link02 {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .footer__link02 {
    display: none;
  }
}
.footer__link02 ul {
  display: flex;
  flex-wrap: wrap;
}
.footer__link02 ul > li {
  font-weight: 500;
  font-size: 1.4rem;
}
@media print, screen and (min-width: 1025px) {
  .footer__link02 ul > li {
    margin-right: 20px;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1480px) {
  .footer__link02 ul > li {
    margin-right: 30px;
  }
}
@media print, screen and (min-width: 1025px) {
  .footer__link02 ul > li a {
    display: block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer__link02 ul > li {
    margin-right: 20px;
  }
}
.footer__link02 ul > li a {
  color: #707070;
  font-weight: 500;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .footer__link02 ul > li a {
    display: none;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__link02 ul > li a {
    max-width: 100%;
    text-decoration: none;
    font-size: 1.6rem;
    position: relative;
  }
}
.footer__link02 ul > li a:hover {
  text-decoration: underline;
}
.footer__link02 ul > li:last-child {
  margin-right: 0;
}
.footer__show {
  color: #707070;
  font-family: "IBM Plex Sans JP";
  font-weight: 500;
  position: relative;
  text-align: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  .footer__show {
    font-size: 1.4rem;
    margin-bottom: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__show {
    padding: 10px 30px 40px 30px;
  }
}
.footer__show span {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .footer__show span {
    font-size: 1.8rem;
    display: block;
  }
}
.footer__copyright {
  display: block;
  text-align: center;
  color: #fff;
  background-color: #534AB7;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1;
  padding: 15px;
}
.footer__pagetop {
  position: fixed;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .footer__pagetop {
    width: 45px;
    height: 45px;
    bottom: 50px;
    right: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .footer__pagetop {
    width: 80px;
    height: 80px;
    bottom: 54px;
    right: 66px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .footer__pagetop {
    right: 30px;
  }
}
.footer__pagetop a {
  display: block;
  width: 80px;
  padding-top: 80px;
  height: 0;
  overflow: hidden;
  background: url("../images/common/pagetop.svg") 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .footer__pagetop a {
    width: 45px;
    padding-top: 45px;
    background-size: 45px;
  }
}
.footer__pagetop a:hover {
  background: url("../images/common/pagetop-hover.svg") 0 0 no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  .footer__pagetop a:hover {
    background-size: 45px;
  }
}

/*====================================
  02_module
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  リンクボタン
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* ///////////////////////////////////////////
  module.scss
  各ページで使い回すパーツやスタイルに関する記述
/////////////////////////////////////////// */
/* ======================
  @extend
====================== */
/**
 * コラム
 */
/**
 * お知らせティッカー
 */
/* ======================
  mod
====================== */
.mod {
  /* ======================
  coming soon
  ====================== */
}
.mod__comingsoon {
  display: block;
  max-width: 1260px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .mod__comingsoon {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mod__comingsoon {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .mod__comingsoon {
    padding: 0 15px;
  }
}
.mod__comingsoon > div {
  background: #E0F3F6;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .mod__comingsoon > div {
    padding: 40px 20px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__comingsoon > div {
    display: flex;
    justify-content: space-between;
    padding: 60px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .mod__comingsoon > div {
    padding: 60px 30px;
  }
}
.mod__comingsoon > div h2 {
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .mod__comingsoon > div h2 {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__comingsoon > div h2 {
    font-size: 2.4rem;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .mod__comingsoon > div h2 {
    font-size: 2rem;
  }
}
.mod {
  /* =====================
  ページタイトル
  ===================== */
}
.mod__pagetitle {
  line-height: 1.425;
  color: #855900;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url("../images/home/contact-bg.jpg") no-repeat center center/cover;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .mod__pagetitle {
    font-size: 2.4rem;
    padding: 20px;
    min-height: 130px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__pagetitle {
    font-size: 4rem;
    padding: 30px;
    min-height: 360px;
  }
}
.mod__pagetitle::before {
  content: "";
  background: url("../images/home/firsttime-bg-mark.png") no-repeat center top/contain;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media only screen and (max-width: 768px) {
  .mod__pagetitle::before {
    width: 106px;
    height: 106px;
    left: calc(50% + 80px);
  }
}
@media print, screen and (min-width: 769px) {
  .mod__pagetitle::before {
    width: 360px;
    height: 360px;
    left: calc(50% + 160px);
  }
}
.mod__pagetitle span {
  position: relative;
  z-index: 2;
}
.mod {
  /* =====================
    見出し
  ===================== */
}
.mod__heading01 {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}
.mod__heading01 .ttl {
  font-weight: 700;
  letter-spacing: 1.9px;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .mod__heading01 .ttl {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading01 .ttl {
    font-size: 4rem;
  }
}
.mod__heading01 i {
  font-weight: 500;
  color: #534AB7;
  display: block;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .mod__heading01 i {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading01 i {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.mod__heading02 {
  text-align: center;
  position: relative;
  display: block;
  width: 100%;
}
.mod__heading02 .ttl {
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  letter-spacing: 1.9px;
  color: #707070;
}
@media only screen and (max-width: 768px) {
  .mod__heading02 .ttl {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading02 .ttl {
    font-size: 4rem;
  }
}
.mod__heading02 i {
  font-family: "IBM Plex Sans JP";
  font-weight: 500;
  color: #AFA9EC;
  display: block;
  font-style: normal;
}
@media only screen and (max-width: 768px) {
  .mod__heading02 i {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading02 i {
    font-size: 2rem;
    margin-top: 10px;
  }
}
.mod__heading03 {
  color: #534AB7;
  font-weight: 900;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mod__heading03 {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading03 {
    font-size: 3.2rem;
    margin-bottom: 40px;
  }
}
.mod__heading03 span {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center; /* 垂直中心 */
}
@media only screen and (max-width: 768px) {
  .mod__heading03 span {
    padding-left: 17px;
  }
}
.mod__heading03 span::before {
  border-top: 1px solid #534AB7;
  content: "";
  position: absolute;
  width: 100vw;
}
@media only screen and (max-width: 768px) {
  .mod__heading03 span::before {
    left: -100vw;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading03 span::before {
    left: -101.4vw;
  }
}
.mod__heading04 {
  color: #534AB7;
  font-weight: 900;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .mod__heading04 {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__heading04 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
.mod__heading04 {
  padding: 15px 0;
  border-bottom: 1px solid #534AB7;
}
.mod__heading05 {
  line-height: 1.4;
}
@media print, screen and (min-width: 769px) {
  .mod__heading05 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod__heading05 {
    font-size: 1.6rem;
  }
}
.mod__heading05 span {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0.25em 0.5em;
  background-color: #534AB7;
}
.mod {
  /* ======================
  投稿詳細 本文
  ====================== */
}
.mod__content {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .mod__content {
    padding: 40px 0 0 0;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mod__content {
    padding: 40px 0 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .mod__content {
    padding: 30px 0 0 0;
  }
}
.mod__content {
  /*>*{
    margin:0 auto;
    @include smartphone {
      line-height: 1.6;
      margin-bottom: 20px;
    }
    @include screen {
      line-height: 2.0;
      margin-bottom: 30px;
    }
    img{
      max-width:100%;
      height:auto;
    }
  }
  h2{
    font-weight: 700;
    @include smartphone {
      font-size: 2rem;
    }
    @include screen {
      font-size:2.8rem;
    }
  }
  h3{
    font-weight: 700;
    @include smartphone {
      font-size: 1.6rem;
    }
    @include screen {
      font-size: 2rem;
    }
  }
  p{
    font-size: 1.6rem;
  }*/
}
.mod {
  /* =====================
  ボタン
  ===================== */
}
.mod__button1 {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.18%22%20height%3D%228.737%22%20viewBox%3D%220%200%2017.18%208.737%22%3E%3Cpath%20d%3D%22M27.36%2C21.487H11.68a.75.75%2C0%2C1%2C1%2C0-1.5H25.549L19.593%2C14.03a.75.75%2C0%2C1%2C1%2C1.061-1.061l7.237%2C7.237a.75.75%2C0%2C0%2C1-.53%2C1.28Z%22%20transform%3D%22translate(-10.93%20-12.75)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") right 20px center no-repeat #534AB7;
  background-size: 17px 9px;
  padding: 15px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .mod__button1 {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__button1 {
    font-size: 1.6rem;
  }
}
.mod__button1:hover {
  background-color: #AFA9EC;
}
.mod__button2 {
  display: block;
  text-decoration: none;
  text-align: center;
  color: #fff !important;
  font-family: "Zen Maru Gothic";
  font-weight: 400;
  font-size: 1.6rem;
  cursor: pointer;
  position: relative;
  letter-spacing: 1px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217.18%22%20height%3D%228.737%22%20viewBox%3D%220%200%2017.18%208.737%22%3E%3Cpath%20d%3D%22M27.36%2C21.487H11.68a.75.75%2C0%2C1%2C1%2C0-1.5H25.549L19.593%2C14.03a.75.75%2C0%2C1%2C1%2C1.061-1.061l7.237%2C7.237a.75.75%2C0%2C0%2C1-.53%2C1.28Z%22%20transform%3D%22translate(-10.93%20-12.75)%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E") right 20px center no-repeat #AFA9EC;
  background-size: 17px 9px;
  padding: 15px;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  border-radius: 6px;
}
@media only screen and (max-width: 768px) {
  .mod__button2 {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__button2 {
    font-size: 1.6rem;
  }
}
.mod__button2:hover {
  background-color: #534AB7;
}
.mod__button3 {
  background: #534AB7;
  border: 2px solid #534AB7;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  color: #fff !important;
  font-weight: 700;
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .mod__button3 {
    height: 45px;
    line-height: 41px;
    background: url("../images/common/link-arrow-white.svg") right 24px center no-repeat #534AB7;
    background-size: 40px 14px;
    padding-right: 80px;
    padding-left: 30px;
    font-size: 1.4rem;
    width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__button3 {
    height: 54px;
    line-height: 50px;
    background: url("../images/common/link-arrow-white.svg") right 24px center no-repeat #534AB7;
    background-size: 40px 14px;
    padding-right: 80px;
    padding-left: 30px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .mod__button3:hover {
    height: 45px;
    line-height: 41px;
    background: url("../images/common/link-arrow.svg") right 24px center no-repeat #fff;
    background-size: 40px 14px;
    color: #534AB7 !important;
  }
}
@media print, screen and (min-width: 769px) {
  .mod__button3:hover {
    height: 54px;
    line-height: 50px;
    background: url("../images/common/link-arrow.svg") right 24px center no-repeat #fff;
    background-size: 40px 14px;
    color: #534AB7 !important;
  }
}
.mod__button4 {
  width: 100%;
}
.mod__button4 a {
  display: block;
  width: 100%;
  max-width: 120px;
  color: #534AB7;
  text-align: center;
  text-decoration: none;
  padding: 0.5em 0.75em;
  border: 1px solid #534AB7;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.2s linear;
  position: relative;
  margin: 0 auto;
  font-style: normal;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1 !important;
  background-color: #fff;
}
.mod__button4 a:hover {
  color: #fff !important;
  background-color: #534AB7;
}
.mod__button4 a:hover::after {
  border-color: #fff;
}
.mod {
  /*
  EOF
  */
}

/*====================================
  03_page
=====================================*/
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  リンクボタン
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  ホーム
///////////////////////////////////////////////////////// */
.wpcf7-turnstile {
  display: none !important;
}

/* ==============================================
   main パディング（固定ヘッダー分）
   元サイトの main[class^=page--] を home クラスで上書き
   ============================================== */
/*
@media only screen and (max-width: 768px) {
  .page--home {
    padding: 60px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--home {
    padding: 80px 0 0 0;
  }
}

footer の margin-top をリセット（home では直前セクションで制御）
.page--home + .footer {
  @include smartphone { margin-top: 0; }
  @include screen     { margin-top: 0; }
}
  */
/* ==============================================
   確認画面・完了画面 共通
   ============================================== */
@media only screen and (max-width: 768px) {
  .page--confirm,
  .page--thanks {
    padding: 60px 0 0 0;
  }
}
@media print, screen and (min-width: 769px) {
  .page--confirm,
  .page--thanks {
    padding: 80px 0 0 0;
  }
}

/* 確認画面 */
.confirm-page {
  background-color: #af8d6c;
}
@media only screen and (max-width: 768px) {
  .confirm-page {
    padding: 50px 20px 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm-page {
    padding: 70px 30px 80px;
  }
}
.confirm-page__inner {
  max-width: 800px;
  margin: 0 auto;
}
.confirm-page__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .confirm-page__title {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm-page__title {
    font-size: 4rem;
    margin-bottom: 16px;
  }
}
.confirm-page__subtitle {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .confirm-page__subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm-page__subtitle {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.confirm-page__card {
  background-color: #fff;
  border-radius: 14px;
}
@media only screen and (max-width: 768px) {
  .confirm-page__card {
    padding: 30px 20px 36px;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm-page__card {
    padding: 50px 60px 56px;
  }
}
.confirm-page__lead {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 36px;
}
.confirm-page .formItem {
  width: 100%;
  margin-bottom: 36px;
}
.confirm-page .formItem dt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  color: #666;
  padding: 10px 0 4px;
  border-bottom: 1px solid #e8e0d8;
}
.confirm-page .formItem dd {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  padding: 8px 0 12px;
  margin: 0;
  line-height: 1.8;
  word-break: break-all;
}
.confirm-page__btn-wrap {
  text-align: center;
  margin-top: 10px;
}
.confirm-page__submit {
  display: inline-block;
  width: 100%;
  height: 80px;
  background-color: #534AB7;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 768px) {
  .confirm-page__submit {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .confirm-page__submit {
    max-width: 340px;
  }
}
.confirm-page__submit:hover {
  opacity: 0.85;
}
.confirm-page__back {
  text-align: center;
  margin-top: 20px;
}
.confirm-page__back a {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  text-decoration: underline;
}
.confirm-page__back a:hover {
  opacity: 0.7;
}

/* 完了画面 */
.thanks-page {
  background-color: #af8d6c;
  min-height: calc(100vh - 60px);
}
@media only screen and (max-width: 768px) {
  .thanks-page {
    padding: 50px 20px 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .thanks-page {
    padding: 70px 30px 80px;
    min-height: calc(100vh - 80px);
  }
}
.thanks-page__inner {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}
.thanks-page__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .thanks-page__title {
    font-size: 2.4rem;
    margin-bottom: 12px;
  }
}
@media print, screen and (min-width: 769px) {
  .thanks-page__title {
    font-size: 4rem;
    margin-bottom: 16px;
  }
}
.thanks-page__subtitle {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .thanks-page__subtitle {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .thanks-page__subtitle {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
}
.thanks-page__card {
  background-color: #fff;
  border-radius: 14px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .thanks-page__card {
    padding: 30px 20px 36px;
  }
}
@media print, screen and (min-width: 769px) {
  .thanks-page__card {
    padding: 50px 60px 56px;
  }
}
.thanks-page__icon {
  width: 60px;
  height: 60px;
  background-color: #534AB7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 28px;
}
.thanks-page__icon::after {
  content: "";
  display: block;
  width: 22px;
  height: 12px;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  transform: rotate(-45deg) translateY(-3px);
}
.thanks-page__message {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  color: #333;
  line-height: 2;
  margin-bottom: 30px;
}
.thanks-page__note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #666;
  line-height: 1.9;
  margin-bottom: 40px;
  padding: 20px 24px;
  background-color: #fafaf8;
  border-radius: 8px;
  text-align: left;
}
.thanks-page__btn {
  display: inline-block;
  width: 100%;
  height: 80px;
  line-height: 80px;
  background-color: #534AB7;
  color: #fff !important;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  border-radius: 6px;
  text-decoration: none;
  transition: opacity 0.2s;
}
@media only screen and (max-width: 768px) {
  .thanks-page__btn {
    max-width: 100%;
  }
}
@media print, screen and (min-width: 769px) {
  .thanks-page__btn {
    max-width: 340px;
  }
}
.thanks-page__btn:hover {
  opacity: 0.85;
}

/* ==============================================
   メインビジュアル
   ============================================== */
.mainvisual {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .mainvisual {
    flex-direction: column;
    height: auto;
    margin-bottom: 55px;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual {
    /*height: calc(100svh - 80px);
    min-height: 520px;
    max-height: 880px;*/
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) and (min-width: 1025px) {
  .mainvisual {
    padding-right: 74px;
  }
}
.mainvisual__img {
  flex: 1;
  min-width: 0;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .mainvisual__img {
    order: 1;
    flex: none;
    width: 100%;
    height: 55vw;
    min-height: 240px;
    max-height: 360px;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual__img {
    height: 810px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mainvisual__img {
    height: 610px;
  }
}
.mainvisual__img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  vertical-align: bottom;
}
.mainvisual__img__slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.mainvisual__img__slide--1 {
  animation: mvFade 4s ease-in-out infinite;
}
.mainvisual__img__slide--2 {
  animation: mvFade 4s ease-in-out infinite 2s;
}
.mainvisual__content {
  background-color: #F2F0F9;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .mainvisual__content {
    order: 0;
    width: 100%;
    padding: 50px 25px 35px;
    align-items: center;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual__content {
    flex-shrink: 0;
    padding: 0 44px;
    margin-top: 53px;
    margin-left: -44px;
  }
}
@media print, screen and (min-width: 1025px) {
  .mainvisual__content {
    width: 560px;
    padding: 77px 56px 74px 111px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .mainvisual__content {
    width: 480px;
    padding: 70px 30px 60px 64px;
    margin-left: -30px;
  }
}
.mainvisual__heading {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: #534AB7;
  line-height: 1.33;
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  .mainvisual__heading {
    line-height: 1.428571;
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual__heading {
    font-size: 3rem;
  }
}
.mainvisual__heading span {
  color: #707070;
}
.mainvisual__logo-wrap {
  width: 100%;
  max-width: 360px;
  margin-bottom: 37px;
}
@media only screen and (max-width: 768px) {
  .mainvisual__logo-wrap {
    max-width: 280px;
    margin-bottom: 30px;
  }
}
.mainvisual__logo-wrap img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.mainvisual__lead {
  text-align: center;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  color: #534AB7;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .mainvisual__lead {
    line-height: 1.55;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual__lead {
    font-size: 2rem;
    letter-spacing: 1px;
    margin-bottom: 37px;
  }
}
.mainvisual__price {
  min-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 5px 5px 5px 20px;
  border: 1px solid #AFA9EC;
  color: #707070;
  background-color: #fff;
  border-radius: 10px;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 1.5rem;
  max-width: 320px;
}
@media only screen and (max-width: 768px) {
  .mainvisual__price {
    max-width: 220px;
    min-height: 34px;
    font-size: 1.6rem;
    padding: 5px 5px 5px 15px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual__price {
    font-size: 2rem;
    margin-bottom: 35px;
  }
}
.mainvisual__info {
  line-height: 1.875;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.05em;
}
@media only screen and (max-width: 768px) {
  .mainvisual__info {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .mainvisual__info {
    font-size: 1.6rem;
  }
}
.mainvisual__info span {
  color: #534AB7;
}
.mainvisual {
  /*
  &__cta {
    max-width: 280px;
    @include smartphone {
      width: 100%;
      margin: 0 auto;
    }
    @include screen {
      width: 100%;
      margin: 0;
    }
  }
  */
}

/* ==============================================
   メインビジュアル フェードアニメーション
   ============================================== */
/*
@keyframes mvFade {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
  */
/* ==============================================
   当店はこんなお店です
   ============================================== */
.sec-intro {
  display: block;
  max-width: 1220px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .sec-intro {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sec-intro {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-intro {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-intro {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-intro {
    margin-bottom: 80px;
  }
}
.sec-intro__title {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .sec-intro__title {
    font-size: 2.2rem;
    line-height: 1.8181;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-intro__title {
    font-size: 4rem;
    line-height: 1.425;
    margin-bottom: 60px;
  }
}
.sec-intro__title span {
  color: #534AB7;
}
@media print, screen and (min-width: 769px) {
  .sec-intro > ul {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec-intro > ul li {
  background: #EFEFEF;
  border-radius: 10px;
}
@media only screen and (max-width: 768px) {
  .sec-intro > ul li:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-intro > ul li {
    width: calc(33.3333333333% - 14.6666666667px);
  }
  .sec-intro > ul li:not(:nth-child(3n)) {
    margin-right: 22px;
  }
}
.sec-intro > ul li figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 10px 10px 0 0;
}
.sec-intro > ul li p {
  font-weight: 600;
  text-align: center;
  padding: 22px 20px;
}
@media only screen and (max-width: 768px) {
  .sec-intro > ul li p {
    line-height: 1.75;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-intro > ul li p {
    line-height: 1.55;
    font-size: 1.8rem;
  }
}

/* ==============================================
   Instagram
   ============================================== */
.sec-instagram {
  display: block;
  max-width: 1220px;
  margin: 0 auto;
}
@media print, screen and (min-width: 1025px) {
  .sec-instagram {
    padding: 0 30px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sec-instagram {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-instagram {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-instagram {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-instagram {
    margin-bottom: 80px;
  }
}
.sec-instagram__title {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .sec-instagram__title {
    font-size: 2.2rem;
    line-height: 1.8181;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-instagram__title {
    font-size: 4rem;
    line-height: 1.425;
    margin-bottom: 45px;
  }
}
.sec-instagram__title i {
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sec-instagram__title i {
    width: 40px;
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-instagram__title i {
    width: 60px;
    margin-bottom: 20px;
  }
}
.sec-instagram__title i img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.sec-instagram ul {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  .sec-instagram ul li {
    width: calc(50% - 8px);
  }
  .sec-instagram ul li:nth-child(odd) {
    margin-right: 16px;
  }
  .sec-instagram ul li:nth-child(n+3) {
    margin-top: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-instagram ul li {
    width: calc(25% - 22.5px);
  }
  .sec-instagram ul li:not(:nth-child(4n)) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .sec-instagram ul li {
    width: calc(25% - 15px);
  }
  .sec-instagram ul li:not(:nth-child(4n)) {
    margin-right: 20px;
  }
}
.sec-instagram ul li a {
  display: block;
  transition: all 0.2s ease-out;
}
.sec-instagram ul li a:hover {
  opacity: 0.9;
}
.sec-instagram ul li a img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.sec-instagram .mod__button1 {
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  .sec-instagram .mod__button1 {
    margin-top: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-instagram .mod__button1 {
    margin-top: 60px;
  }
}

/* ==============================================
   初めての方へ
   ============================================== */
.sec-firsttime {
  background: url("../images/home/firsttime-bg.jpg") no-repeat center top/cover;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec-firsttime {
    padding: 55px 20px 60px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-firsttime {
    padding: 80px 30px 85px 30px;
  }
}
.sec-firsttime__title {
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 768px) {
  .sec-firsttime__title {
    font-size: 2.2rem;
    line-height: 1.8181;
    margin-bottom: 35px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-firsttime__title {
    font-size: 4rem;
    line-height: 1.425;
    margin-bottom: 60px;
  }
}
.sec-firsttime__title span {
  color: #534AB7;
}
.sec-firsttime .container {
  position: relative;
}
@media print, screen and (min-width: 769px) {
  .sec-firsttime .container {
    max-width: 1160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
  }
}
.sec-firsttime .container::before {
  content: "";
  background: url("../images/home/firsttime-bg-mark.png") no-repeat center top/contain;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .sec-firsttime .container::before {
    width: 367px;
    height: 367px;
    right: -70px;
    bottom: -55px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-firsttime .container::before {
    width: 680px;
    height: 680px;
    right: -180px;
    bottom: -95px;
  }
}
.sec-firsttime .container figure,
.sec-firsttime .container .text {
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 769px) {
  .sec-firsttime .container figure,
  .sec-firsttime .container .text {
    width: 47.4138%;
  }
}
@media only screen and (max-width: 768px) {
  .sec-firsttime .container figure {
    margin-bottom: 35px;
  }
}
.sec-firsttime .container figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.sec-firsttime .container .text h3 {
  color: #855900;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .sec-firsttime .container .text h3 {
    line-height: 1.66;
    font-size: 2.4rem;
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-firsttime .container .text h3 {
    line-height: 1.33;
    font-size: 3rem;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .sec-firsttime .container .text p {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-firsttime .container .text p {
    line-height: 1.66;
    font-size: 1.8rem;
  }
}
.sec-firsttime .container .text p:last-of-type {
  color: #855900;
  line-height: 1.5;
  font-size: 2rem;
  margin-top: 30px;
}

/* ==============================================
   お客様の声 (.sec-voice)
   ============================================== */
.sec-voice {
  background-color: #fafaf8;
}
@media only screen and (max-width: 768px) {
  .sec-voice {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-voice {
    padding: 88px 30px 85px;
  }
}
.sec-voice__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sec-voice__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #707070;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-voice__title {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-voice__title {
    font-size: 4rem;
    margin-bottom: 70px;
  }
}
.sec-voice__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 768px) {
  .sec-voice__list {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-voice__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .sec-voice__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 30px;
  }
}
.sec-voice__item {
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
  .sec-voice__item {
    padding: 24px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-voice__item {
    padding: 40px 28px 30px 28px;
  }
}
.sec-voice__header {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 2px solid #534AB7;
  margin-bottom: 25px;
}
@media only screen and (max-width: 768px) {
  .sec-voice__header {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
}
.sec-voice__avatar {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  margin: 0;
}
.sec-voice__avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  display: block;
}
.sec-voice__catch {
  font-weight: 700;
  color: #534AB7;
  line-height: 1.625;
}
@media only screen and (max-width: 768px) {
  .sec-voice__catch {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-voice__catch {
    font-size: 1.6rem;
  }
}
.sec-voice__text {
  font-weight: 500;
  color: #707070;
  line-height: 1.928571;
}
@media only screen and (max-width: 768px) {
  .sec-voice__text {
    font-size: 1.4rem;
    margin-bottom: 16px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-voice__text {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}
.sec-voice__stars {
  display: flex;
  gap: 4px;
}
.sec-voice__stars span {
  color: #d4af37;
}
@media only screen and (max-width: 768px) {
  .sec-voice__stars span {
    font-size: 2rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-voice__stars span {
    font-size: 2.2rem;
  }
}

/* ==============================================
   ご利用の流れ (.sec-flow)
   ============================================== */
.sec-flow {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  .sec-flow {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow {
    padding: 80px 30px;
  }
}
.sec-flow__inner {
  max-width: 1160px;
  margin: 0 auto;
}
.sec-flow__lead {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 700;
  color: #534AB7;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-flow__lead {
    font-size: 1.6rem;
    letter-spacing: 0.8px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__lead {
    font-size: 1.8rem;
    letter-spacing: 0.9px;
    margin-bottom: 25px;
  }
}
.sec-flow__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #707070;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .sec-flow__title {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__title {
    font-size: 4rem;
    letter-spacing: 4px;
    margin-bottom: 60px;
  }
}
.sec-flow__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media print, screen and (min-width: 769px) {
  .sec-flow__list {
    gap: 35px;
  }
}
.sec-flow__divider {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-flow__divider {
    padding: 4px 0 7px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__divider {
    padding: 46px 0 35px;
  }
}
.sec-flow__divider p {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #707070;
  display: inline-block;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec-flow__divider p {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__divider p {
    font-size: 3rem;
    letter-spacing: 3px;
  }
}
.sec-flow__item {
  background-color: #F2F0F9;
  border-radius: 15px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .sec-flow__item {
    display: flex;
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__item {
    display: flex;
    flex-direction: row;
    align-items: stretch;
  }
}
.sec-flow__icon-wrap {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #f0f0ea;
}
@media only screen and (max-width: 768px) {
  .sec-flow__icon-wrap {
    width: 100%;
    height: 240px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__icon-wrap {
    width: 388px;
    min-height: 224px;
    padding-left: 90px;
  }
}
.sec-flow__step {
  position: absolute;
  top: 24px;
  left: 20px;
  background-color: #534AB7;
  color: #fff;
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  font-size: 2rem;
  padding: 10px 26px;
  border-radius: 30px;
  letter-spacing: 0.05em;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  .sec-flow__step {
    top: 20px;
    left: 20px;
    font-size: 1.6rem;
    padding: 9px 22px;
  }
}
.sec-flow__icon {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sec-flow__icon img {
  display: block;
  width: 160px;
  height: auto;
}
.sec-flow__content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 768px) {
  .sec-flow__content {
    padding: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__content {
    padding: 30px 40px;
  }
}
.sec-flow__name {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #534AB7;
}
@media only screen and (max-width: 768px) {
  .sec-flow__name {
    font-size: 2rem;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__name {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    margin-bottom: 30px;
  }
}
.sec-flow__text {
  line-height: 1.5;
  color: #534AB7;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .sec-flow__text {
    line-height: 1.55;
    font-size: 1.8rem;
    text-align: center;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-flow__text {
    font-size: 2rem;
  }
}

/* -----------------------------------------------
   各ステップのアイコンサイズ・位置を個別指定
   img の width と position（必要な場合）を調整
----------------------------------------------- */
.sec-flow__item--step01 .sec-flow__icon img {
  width: 200px;
}
@media only screen and (max-width: 768px) {
  .sec-flow__item--step01 .sec-flow__icon img {
    margin-top: 45px;
  }
}

.sec-flow__item--step02 .sec-flow__icon img {
  width: 120px;
}
@media only screen and (max-width: 768px) {
  .sec-flow__item--step02 .sec-flow__icon img {
    margin-top: 55px;
  }
}

.sec-flow__item--step03 .sec-flow__icon img {
  width: 145px;
}
@media only screen and (max-width: 768px) {
  .sec-flow__item--step03 .sec-flow__icon img {
    margin-top: 20px;
  }
}

.sec-flow__item--step04 .sec-flow__icon img {
  width: 95px;
}
@media only screen and (max-width: 768px) {
  .sec-flow__item--step04 .sec-flow__icon img {
    margin-top: 45px;
  }
}

.sec-flow__item--step05 .sec-flow__icon img {
  width: 154px;
}
@media only screen and (max-width: 768px) {
  .sec-flow__item--step05 .sec-flow__icon img {
    margin-top: 30px;
  }
}

/* ==============================================
   よくある質問 (.sec-faq)
   ============================================== */
.sec-faq {
  background-color: #fafaf8;
}
@media only screen and (max-width: 768px) {
  .sec-faq {
    padding: 60px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-faq {
    padding: 90px 30px;
  }
}
.sec-faq__inner {
  max-width: 900px;
  margin: 0 auto;
}
.sec-faq__title {
  font-family: "Noto Serif JP", "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 600;
  color: #707070;
  text-align: center;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 768px) {
  .sec-faq__title {
    font-size: 2.4rem;
    letter-spacing: 2.4px;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-faq__title {
    font-size: 4rem;
    letter-spacing: 4px;
    margin-bottom: 50px;
  }
}
.sec-faq__list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.sec-faq__item {
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
}
.sec-faq__question {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 768px) {
  .sec-faq__question {
    padding: 22px 40px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-faq__question {
    padding: 22px 28px;
  }
}
.sec-faq__question__text {
  flex: 1;
  font-weight: 600;
  color: #707070;
  line-height: 1.6;
}
@media only screen and (max-width: 768px) {
  .sec-faq__question__text {
    line-height: 1.625;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-faq__question__text {
    font-size: 1.8rem;
  }
}
.sec-faq__icon {
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  line-height: 1;
  background-color: #534AB7;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Zen Maru Gothic";
  font-weight: 700;
  font-size: 2.2rem;
  padding-bottom: 5px;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .sec-faq__icon {
    width: 28px;
    height: 28px;
    font-size: 1.4rem;
  }
}
.sec-faq__arrow {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  transition: transform 0.35s ease;
}
.sec-faq__arrow::before, .sec-faq__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 10px;
  height: 1.5px;
  background-color: #707070;
  transition: transform 0.35s ease;
}
.sec-faq__arrow::before {
  left: 4px;
  transform: translateY(-50%) rotate(40deg);
}
.sec-faq__arrow::after {
  right: 4px;
  transform: translateY(-50%) rotate(-40deg);
}
.sec-faq__item.is-open .sec-faq__arrow::before {
  transform: translateY(-50%) rotate(-40deg);
}
.sec-faq__item.is-open .sec-faq__arrow::after {
  transform: translateY(-50%) rotate(40deg);
}
.sec-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 28px;
}
@media only screen and (max-width: 768px) {
  .sec-faq__answer {
    padding: 0 40px;
  }
}
.sec-faq__answer p {
  font-weight: 400;
  color: #707070;
  line-height: 1.9;
}
@media only screen and (max-width: 768px) {
  .sec-faq__answer p {
    font-size: 1.4rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-faq__answer p {
    font-size: 1.5rem;
  }
}
.sec-faq__item.is-open .sec-faq__answer {
  max-height: 600px;
  padding: 0 28px 28px 28px;
}
@media only screen and (max-width: 768px) {
  .sec-faq__item.is-open .sec-faq__answer {
    padding: 0 40px 32px 40px;
  }
}

/* ==============================================
   お問い合わせ (.sec-contact)
   ============================================== */
/*
.sec-contact {
  background-color: #af8d6c;
  @include smartphone { padding: 70px 20px 60px; }
  @include screen     { padding: 80px 30px; }

  &__inner {
    max-width: 800px;
    margin: 0 auto;
  }

  // h2タイトル
  &__title {
    font-family: $serif;
    font-weight: 600;
    color: $white;
    text-align: center;
    @include smartphone {
      font-size: 2.4rem;
      letter-spacing: 2.4px;
      margin-bottom: 38px;
    }
    @include screen {
      font-size: 4rem;
      letter-spacing: 4px;
      margin-bottom: 40px;
    }
  }

  // 説明文
  &__desc {
    font-family: $serif;
    font-weight: 600;
    color: $white;
    text-align: center;
    @include smartphone {
      font-size: 1.6rem;
      margin-bottom: 46px;
    }
    @include screen {
      font-size: 1.8rem;
      margin-bottom: 55px;
    }
  }

  // フォームラッパー（白カード）
  &__form-wrap {
    background-color: $white;
    border-radius: 14px;
    @include smartphone { padding: 30px 20px 36px; }
    @include screen     { padding: 50px 60px 56px; }
  }

  // 送信ボタン（mod__button1ベース）
  &__btn {
    display: block;
    margin: 0 auto;
    @include smartphone { max-width: 100%; }
    @include screen     { max-width: 340px; }
  }
}
*/
.sec-contact {
  background: url("../images/home/contact-bg.jpg") no-repeat center top/cover;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .sec-contact {
    padding: 55px 20px 60px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact {
    padding: 80px 30px 85px 30px;
  }
}
.sec-contact::before {
  content: "";
  background: url("../images/home/firsttime-bg-mark.png") no-repeat center top/contain;
  display: block;
  position: absolute;
}
@media only screen and (max-width: 768px) {
  .sec-contact::before {
    width: 156px;
    height: 156px;
    top: 30px;
    right: 0;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact::before {
    width: 680px;
    height: 680px;
    top: 0;
    left: calc(50% + 80px);
  }
}
.sec-contact__title, .sec-contact__desc, .sec-contact__form {
  position: relative;
  z-index: 2;
}
.sec-contact__title {
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-contact__title {
    line-height: 1;
    font-size: 2.4rem;
    margin-bottom: 38px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__title {
    font-size: 4rem;
    margin-bottom: 40px;
  }
}
.sec-contact__desc {
  line-height: 1.66;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-contact__desc {
    font-size: 1.6rem;
    margin-bottom: 46px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__desc {
    font-size: 1.8rem;
    margin-bottom: 55px;
  }
}
.sec-contact__form {
  background-color: #fff;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .sec-contact__form {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__form {
    max-width: 800px;
    padding: 60px 60px 45px 60px;
  }
}
@media only screen and (min-width: 769px) and (min-width: 769px) and (max-width: 1024px) {
  .sec-contact__form {
    padding: 60px 30px 45px 30px;
  }
}
.sec-contact__form > dl:nth-child(n+2) {
  margin-top: 24px;
}
.sec-contact__form dl dt {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 12px;
}
.sec-contact__form dl dt span {
  color: #db0000;
  font-size: 1.4rem;
  margin-left: 1em;
}
.sec-contact__form dl dd input[type=text],
.sec-contact__form dl dd input[type=email],
.sec-contact__form dl dd input[type=tel],
.sec-contact__form dl dd input[type=date],
.sec-contact__form dl dd select,
.sec-contact__form dl dd textarea {
  width: 100%;
  line-height: 1.5;
  font-size: 1.6rem;
  display: block;
  padding: 0.65em 1em;
  background-color: #fff;
  border: 2px solid #e5e1d8;
  border-radius: 5px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  transition: all 0.2s ease-out;
}
.sec-contact__form dl dd #message {
  min-height: 130px;
}
.sec-contact__form dl dd .noto {
  line-height: 1.5;
  font-size: 1.4rem;
  font-weight: 500;
  display: block;
  margin-top: 5px;
}
.sec-contact__form dl dd .wpcf7-not-valid-tip {
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 5px;
}
@media print, screen and (min-width: 769px) {
  .sec-contact__form .container {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 768px) {
  .sec-contact__form .container dl:nth-of-type(n+2) {
    margin-top: 24px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__form .container dl {
    width: calc(50% - 12px);
  }
  .sec-contact__form .container dl:nth-of-type(odd) {
    margin-right: 24px;
  }
  .sec-contact__form .container dl:nth-of-type(n+3) {
    margin-top: 24px;
  }
}
.sec-contact__form .privacy {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-contact__form .privacy {
    margin: 30px 0;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__form .privacy {
    margin: 40px 0 60px 0;
  }
}
.sec-contact__form .privacy .wpcf7-list-item {
  display: block;
}
.sec-contact__form .privacy .wpcf7-list-item:nth-of-type(n+2) {
  margin-top: 5px;
}
.sec-contact__form .privacy .wpcf7-list-item::after {
  content: "";
  display: block;
  clear: both;
}
.sec-contact__form .privacy .wpcf7-list-item label {
  text-align: center;
  position: relative;
  margin: 0 !important;
}
.sec-contact__form .privacy .wpcf7-list-item label span {
  height: 32px;
  line-height: 1.5;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  word-break: break-all;
  transition: all 0.2s ease-out;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .sec-contact__form .privacy .wpcf7-list-item label span {
    font-size: 1.4rem;
    padding-top: 0.35em;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__form .privacy .wpcf7-list-item label span {
    padding-top: 0.25em;
  }
}
.sec-contact__form .privacy .wpcf7-list-item label span {
  /*
  &:hover {
    color: $mainColor;
  }
  */
}
.sec-contact__form .privacy .wpcf7-list-item label span a {
  color: #855900;
  text-decoration: underline;
  transition: all 0.2s ease-out;
}
.sec-contact__form .privacy .wpcf7-list-item label span a:hover {
  color: #CA995B;
  text-decoration: none;
}
.sec-contact__form .privacy .wpcf7-list-item label input[type=checkbox] + span {
  position: relative;
  padding-left: 42px;
}
.sec-contact__form .privacy .wpcf7-list-item label input[type=checkbox] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.sec-contact__form .privacy .wpcf7-list-item label input[type=checkbox] + span::before,
.sec-contact__form .privacy .wpcf7-list-item label input[type=checkbox] + span::after {
  content: "";
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-contact__form .privacy .wpcf7-list-item label input[type=checkbox] + span::before {
  width: 32px;
  height: 32px;
  background-color: #fff;
  border: 2px solid #e5e1d8;
  border-radius: 4px;
  transition: all 0.2s ease-out;
  z-index: 1;
}
.sec-contact__form .privacy .wpcf7-list-item label input[type=checkbox] + span::after {
  width: 7px;
  height: 13px;
  border-right: 2px solid #e5e1d8;
  border-bottom: 2px solid #e5e1d8;
  display: block;
  transform: rotate(45deg);
  opacity: 1;
  transition: all 0.2s ease-out;
  left: 12px;
  top: 8px;
  /*
  top: 0;
  bottom: 0;
  margin: auto 0;
  */
  z-index: 2;
}
.sec-contact__form .privacy .wpcf7-list-item label input[type=checkbox]:checked + span::after {
  border-color: #855900;
}
.sec-contact__form .cf-turnstile {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-contact__form .cf-turnstile > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-contact__form #submit input[type=submit] {
  max-width: 340px;
  height: 80px;
  line-height: 1.4375;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #855900;
}
.sec-contact__form #submit input[type=submit]:hover {
  background-color: #CA995B;
}
.sec-contact__form #submit input[type=submit][disabled] {
  background-color: #707070;
  pointer-events: none;
}
@media only screen and (max-width: 768px) {
  .sec-contact__form .thanks {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__form .thanks {
    margin-bottom: 20px;
  }
}
.sec-contact__form .thanks p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .sec-contact__form .thanks p {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__form .thanks p {
    line-height: 1.66;
    font-size: 1.8rem;
  }
}
.sec-contact__form .thanks p:nth-child(n+2) {
  margin-top: 1em;
}
.sec-contact__form .thanks .mod__button1 {
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  .sec-contact__form .thanks .mod__button1 {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .sec-contact__form .thanks .mod__button1 {
    margin-top: 40px;
  }
}

/* ==============================================
   フォーム共通スタイル
   ============================================== */
/*
.form-row {
  display: grid;
  gap: 20px;
  @include smartphone { grid-template-columns: 1fr; }
  @include screen     { grid-template-columns: 1fr 1fr; }
  margin-bottom: 20px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;

  &--full {
    margin-bottom: 20px;
    @include screen{ margin-bottom: 30px;}
  }

  label {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 600;
    color: #333;
    @include smartphone { font-size: 1.5rem; }
    @include screen     { font-size: 1.6rem; }
  }

  input[type="text"],
  input[type="tel"],
  input[type="email"] {
    width: 100%;
    border: 1px solid #d0ccc8;
    border-radius: 6px;
    padding: 10px 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #333;
    background-color: $white;
    transition: border-color 0.2s;
    &:focus {
      outline: none;
      border-color: $mainColor;
    }
    &::placeholder { color: #bbb; }
  }

  small {
    font-size: 1.2rem;
    color: #888;
  }

  textarea {
    width: 100%;
    border: 1px solid #d0ccc8;
    border-radius: 6px;
    padding: 12px 14px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: $fontColor;
    resize: vertical;
    &:focus {
      outline: none;
      border-color: $mainColor;
    }
    &::placeholder { color: #bbb; }
  }
}

// 必須・任意バッジ
.form-required {
  color: $mainColor;
  font-size: 1.2rem;
  font-weight: 700;
  margin-left: 6px;
}
.form-optional {
  color: #888;
  font-size: 1.2rem;
  margin-left: 6px;
}

// 物件情報見出し
.form-section-title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: $mainColor;
  text-align: center;
  @include smartphone {
    font-size: 1.8rem;
    margin-bottom: 20px;
    margin-top: 10px;
  }
  @include screen {
    font-size: 2rem;
    margin-bottom: 24px;
    margin-top: 14px;
  }
}

// サブラベル（カタログオーダー・セミオーダー）
.form-sublabel {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  color: #333;
  font-size: 1.8rem;
  margin-top: 14px;
  margin-bottom: 10px;
}

// チェックボックスグループ
.form-checkbox-group {
  display: flex;
  flex-direction: column;
  gap: 8px;

  &--inline {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 12px 20px;
  }

  // カタログオーダー3列グリッド（廃止→--3colに移行）
  &--grid {
    display: grid;
    gap: 8px 10px;
    @include smartphone { grid-template-columns: 1fr; }
    @include screen     { grid-template-columns: repeat(3, 1fr); }
  }

  // カタログオーダー：3グループ横並び（テキスト幅に合わせ左寄せ）
  &--3col {
    display: grid;
    gap: 0 20px;
    @include smartphone { grid-template-columns: 1fr; }
    @include screen { 
      grid-template-columns: repeat(3, auto); justify-content: start; 
      gap: 0 40px
    }
  }
}

// チェックボックスラベル
.form-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  color: $fontColor;
  font-size: 1.5rem;
  line-height: 1.5;

  input[type="checkbox"] {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    margin-top: 2px;
    accent-color: $mainColor;
    cursor: pointer;
  }
}

// 注記
.form-note {
  font-size: 1.4rem;
  color: #333;
  margin-top: 4px;
  margin-left: 24px;
}
.form-note-inline {
  font-size: 1.4rem;
  color: #333;
  margin-left: 6px;
  @include screen {
    margin-top: 3px;
  }

}

// 広さ入力ラッパー（エラーメッセージを下に表示するため）
.form-size-outer {
  display: flex;
  flex-direction: column;
}

// 広さ入力（㎡・畳）
.form-size-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: nowrap;
  span {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.5rem;
    color: #333;
    white-space: nowrap;
  }
}
.form-size-input {
  width: 90px !important;
  border: 1px solid #d0ccc8;
  border-radius: 6px;
  padding: 10px 8px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  text-align: center;
  &:focus {
    outline: none;
    border-color: $mainColor;
  }
}

// インライン入力（点数）
.form-inline {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  color: #333;
  white-space: nowrap;
  .form-size-input {
    width: 90px;
  }
}

// チェックボックス列グループ
.form-checkbox-col {
  display: flex;
  flex-direction: column;
  gap: 8px;

  // PC: 4つ目以降は上に余白
  @include screen {
    &:nth-of-type(n+4) {
      margin-top: 30px;
    }
  }

  // SP: グループ間の余白
  @include smartphone {
    & + .form-checkbox-col {
      margin-top: 16px;
    }
  }
}

// レイアウトおまかせ＋注記：PC横並び・SP縦並び
.form-check--with-note {
  @include screen {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
  }
  @include smartphone {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }

  .form-check__main {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
  }

  .form-note-inline {
    @include smartphone {
      margin-left: 24px; // チェックボックス幅分インデント
    }
  }
}

// 個人情報同意
.form-privacy {
  margin-bottom: 24px;
  .form-check { font-size: 1.4rem; }
  a {
    color: $mainColor;
    text-decoration: underline;
    &:hover { opacity: 0.8; }
  }
}

// 送信ボタンエリア
.form-submit {
  text-align: center;
  @include smartphone {
    margin-top: 40px;
  }
  @include screen {
    margin-top: 40px;
  }
  .sec-contact__btn {
    height: 80px;
  }

}

// Turnstileウィジェット
.form-turnstile {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
  */
/* ==============================================
   フォームバリデーション
   ============================================== */
/*
// エラーメッセージ
.error-message {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  color: #e53935;
  margin-top: 6px;
}

// エラー状態の入力フィールド
input.has-error,
textarea.has-error {
  border-color: #e53935 !important;
}

// 送信ボタン：disabled時
.sec-contact__btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
  opacity: 1;

  &::after { display: none; }
}

// カタログオーダー説明文
.form-catalog-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.7;
  margin-top: -6px;
  margin-bottom: 14px;
}

// 2枚以上注文の注意文
.form-order-note {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  line-height: 1.8;
  margin-top: 20px;
  margin-bottom: 20px;
  @include screen {
    font-size: 1.6rem;
  }
}
  */
/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  リンクボタン
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  個人情報保護方針
///////////////////////////////////////////////////////// */
.page--privacy .post_article {
  /* ==============================================
  個人情報保護方針
  ============================================== */
}
.page--privacy .post_article #privacy {
  counter-reset: item;
  background: #FAFAF8;
}
@media only screen and (max-width: 768px) {
  .page--privacy .post_article #privacy {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy .post_article #privacy {
    padding: 80px 30px;
  }
}
.page--privacy .post_article #privacy > li {
  margin: 0 auto;
}
@media print, screen and (min-width: 769px) {
  .page--privacy .post_article #privacy > li {
    max-width: 1160px;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy .post_article #privacy > li:nth-child(n+2) {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy .post_article #privacy > li:nth-child(n+2) {
    margin-top: 60px;
  }
}
.page--privacy .post_article #privacy > li h2 {
  line-height: 1.425;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 768px) {
  .page--privacy .post_article #privacy > li h2 {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy .post_article #privacy > li h2 {
    font-size: 4rem;
    margin-bottom: 30px;
  }
}
.page--privacy .post_article #privacy > li h2::before {
  counter-increment: item;
  content: counter(item) ".";
  /* 以下は自由に装飾... */
  margin-right: 0.3em;
}
@media only screen and (max-width: 768px) {
  .page--privacy .post_article #privacy > li p,
  .page--privacy .post_article #privacy > li ul li {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy .post_article #privacy > li p,
  .page--privacy .post_article #privacy > li ul li {
    line-height: 1.66;
    font-size: 1.8rem;
  }
}
.page--privacy .post_article #privacy > li p:nth-child(n+2),
.page--privacy .post_article #privacy > li ul:nth-child(n+2) {
  margin-top: 1em;
}
.page--privacy .post_article #privacy > li ul li {
  list-style-type: disc;
  margin-left: 1em;
}
.page--privacy .post_article #privacy > li dl dt {
  color: #534AB7;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .page--privacy .post_article #privacy > li dl dt {
    line-height: 1.66;
    font-size: 2rem;
    margin-bottom: 0.5em;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy .post_article #privacy > li dl dt {
    line-height: 1.33;
    font-size: 3rem;
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy .post_article #privacy > li dl dd {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy .post_article #privacy > li dl dd {
    line-height: 1.66;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .page--privacy .post_article #privacy > li dl dd a {
    color: #534AB7;
    text-decoration: underline;
    transition: all 0.2s ease-out;
  }
  .page--privacy .post_article #privacy > li dl dd a:hover {
    color: #AFA9EC;
    text-decoration: none;
  }
}
@media print, screen and (min-width: 769px) {
  .page--privacy .post_article #privacy > li dl dd a {
    color: #707070;
    text-decoration: none;
    pointer-events: none;
  }
}

/* ///////////////////////////////////////////
  value.scss
  変数・mixinに関する設定
/////////////////////////////////////////// */
/*====================================
  カラー
=====================================*/
/*====================================
  画像
=====================================*/
/*====================================
  font
=====================================*/
/*====================================
  レイアウト・パーツ
=====================================*/
/* /////////////////////////////////
  リンクボタン
///////////////////////////////// */
/* /////////////////////////////////
  FlexBox
///////////////////////////////// */
/* /////////////////////////////////
  Media Queries
///////////////////////////////// */
/* /////////////////////////////////////////////////////////
  404エラーページ
///////////////////////////////////////////////////////// */
.page--error404 .post_article {
  /* ==============================================
  404
  ============================================== */
}
.page--error404 .post_article #error404 {
  counter-reset: item;
  background: #FAFAF8;
}
@media only screen and (max-width: 768px) {
  .page--error404 .post_article #error404 {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .post_article #error404 {
    padding: 80px 30px;
  }
}
.page--error404 .post_article #error404 p {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .page--error404 .post_article #error404 p {
    line-height: 1.875;
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .post_article #error404 p {
    line-height: 1.66;
    font-size: 1.8rem;
  }
}
.page--error404 .post_article #error404 p:nth-child(n+2) {
  margin-top: 1em;
}
.page--error404 .post_article #error404 .mod__button1 {
  max-width: 240px;
}
@media only screen and (max-width: 768px) {
  .page--error404 .post_article #error404 .mod__button1 {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 769px) {
  .page--error404 .post_article #error404 .mod__button1 {
    margin-top: 40px;
  }
}/*# sourceMappingURL=style.css.map */