@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@500;600&family=Zen+Kaku+Gothic+New:wght@500;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. すべてのブラウザで行の高さを正しく設定します。
 * 2. iOSでの画面の向き変更後のフォントサイズの調整を防ぎます。
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * すべてのブラウザでマージンを削除します。
 */
body {
  margin: 0;
}

/**
 * IEで`main`要素を一貫してレンダリングします。
 */
main {
  display: block;
}

/**
 * Chrome、Firefox、Safariで`section`や`article`内の`h1`要素のフォントサイズとマージンを修正します。
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Firefoxで正しいボックスサイズを適用します。
 * 2. EdgeとIEでオーバーフローを表示します。
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. すべてのブラウザでフォントサイズの継承とスケーリングを修正します。
 * 2. すべてのブラウザで奇妙な`em`フォントサイズを修正します。
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * IE 10でアクティブリンクの灰色背景を削除します。
 */
a {
  background-color: transparent;
}

/**
 * 1. Chrome 57以前のバージョンで下線を削除します。
 * 2. Chrome、Edge、IE、Opera、Safariで正しいテキスト装飾を追加します。
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Chrome、Edge、Safariで正しいフォントウェイトを追加します。
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. すべてのブラウザでフォントサイズの継承とスケーリングを修正します。
 * 2. すべてのブラウザで奇妙な`em`フォントサイズを修正します。
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * すべてのブラウザで正しいフォントサイズを追加します。
 */
small {
  font-size: 80%;
}

/**
 * すべてのブラウザで`sub`および`sup`要素が行の高さに影響を与えないようにします。
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * IE 10でリンク内の画像のボーダーを削除します。
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. すべてのブラウザでフォントスタイルを変更します。
 * 2. FirefoxとSafariでマージンを削除します。
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * IEでオーバーフローを表示します。
 * 1. Edgeでオーバーフローを表示します。
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Edge、Firefox、IEでのテキスト変換の継承を削除します。
 * 1. Firefoxでのテキスト変換の継承を削除します。
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * iOSおよびSafariでクリック可能なタイプをスタイルできない問題を修正します。
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Firefoxでの内部ボーダーとパディングを削除します。
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * 前のルールで解除されたフォーカススタイルを復元します。
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Firefoxでのパディングを修正します。
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. EdgeとIEでテキストの折り返しを修正します。
 * 2. IEで`fieldset`要素からの色の継承を修正します。
 * 3. 開発者がすべてのブラウザで`fieldset`要素をゼロにした場合に問題が発生しないように、パディングを削除します。
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Chrome、Firefox、Operaで正しい垂直方向の位置合わせを追加します。
 */
progress {
  vertical-align: baseline;
}

/**
 * IE 10+でのデフォルトの垂直スクロールバーを削除します。
 */
textarea {
  overflow: auto;
}

/**
 * 1. IE 10で正しいボックスサイズを追加します。
 * 2. IE 10でパディングを削除します。
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Chromeでのインクリメントとデクリメントボタンのカーソルスタイルを修正します。
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. ChromeおよびSafariでの奇妙な外観を修正します。
 * 2. Safariでのアウトラインスタイルを修正します。
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * macOSのChromeおよびSafariでの内部パディングを削除します。
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. iOSおよびSafariでクリック可能なタイプをスタイルできない問題を修正します。
 * 2. Safariでフォントプロパティを`inherit`に変更します。
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Edge、IE 10+、Firefoxで正しい表示を追加します。
 */
details {
  display: block;
}

/*
 * すべてのブラウザで正しい表示を追加します。
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * IE 10+で正しい表示を追加します。
 */
template {
  display: none;
}

/**
 * IE 10で正しい表示を追加します。
 */
[hidden] {
  display: none;
}

hr {
  border: 0;
}

p {
  margin-top: 0;
}

*, *::before, *::after {
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
ul li, ol li {
  margin-bottom: 0;
}

img {
  display: block;
}

figure {
  margin: 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

#content[tabindex="-1"]:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #29211e;
}
a:visited {
  color: #29211e;
}
a:hover {
  color: #29211e;
}
a:active {
  color: #29211e;
}

.site-main p a {
  color: #29211e;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
.site-main p a:visited {
  color: #29211e;
}
.site-main p a:hover {
  color: #29211e;
}
.site-main p a:active {
  color: #29211e;
}
.site-main p a:hover {
  text-decoration-color: rgba(41, 33, 30, 0.6);
}

body.single .site-main .entry-content p a {
  color: #29211e;
  text-decoration: underline;
  text-underline-offset: 0.1em;
}
body.single .site-main .entry-content p a:visited {
  color: #29211e;
}
body.single .site-main .entry-content p a:hover {
  color: #29211e;
}
body.single .site-main .entry-content p a:active {
  color: #29211e;
}
body.single .site-main .entry-content p a:hover {
  text-decoration-color: rgba(41, 33, 30, 0.6);
}

html, body {
  font-size: 16px;
  line-height: 1.8;
  color: #29211e;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  letter-spacing: 1px;
  color: #29211e;
}
@media screen and (max-width: 480px) {
  body {
    letter-spacing: 0.5px;
  }
}

h1, h2, h3, h4, h5, h6, dt {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.4;
  margin-bottom: 1em;
}

h1:has(wbr), h2:has(wbr), h3:has(wbr), h4:has(wbr), h5:has(wbr), h6:has(wbr), dt:has(wbr), a:has(wbr) {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

span.ib {
  display: inline-block;
}

.width-wrap {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1240px) {
  .width-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 807px) {
  .width-wrap {
    margin-left: calc(50vw - 383.5px);
    margin-right: calc(50vw - 383.5px);
  }
}
@media screen and (max-width: 797px) {
  .width-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}

body .site {
  min-height: 100dvh;
}
body .site .site-footer {
  position: sticky;
  top: 100%;
}

/* !共通パーツ */
.main-h {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
.main-h p {
  color: #c8a86e;
  font-size: 15px;
  margin-bottom: 0;
  padding-left: 3px;
}
.main-h h2 {
  font-size: clamp(32px, 5.8823529412vw, 40px);
  margin: 0;
}

/* !ヘッダー */
.site-header {
  position: fixed;
  background-color: rgba(237, 236, 235, 0.8);
  width: 100%;
  z-index: 9999;
}
.site-header .width-wrap {
  padding-block: 16px 16px;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 1420px) {
  .site-header .width-wrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 807px) {
  .site-header .width-wrap {
    margin-left: calc(50vw - 383.5px);
    margin-right: calc(50vw - 383.5px);
  }
}
@media screen and (max-width: 797px) {
  .site-header .width-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.site-header .width-wrap .site-title {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.1;
  margin: 0;
}
.site-header .width-wrap .site-title em {
  display: block;
  font-size: clamp(11px, 2.5vw, 12px);
  font-weight: normal;
  padding-left: clamp(33px, 8.3333333333vw, 40px);
}
.site-header .width-wrap .site-title img {
  width: clamp(210px, 52.0833333333vw, 250px);
  height: auto;
}
.site-header .width-wrap .main-navigation {
  flex-grow: 1;
}
.site-header .width-wrap .main-navigation .account-box {
  width: max-content;
  margin-left: auto;
  background-color: #3a506a;
  font-size: 15px;
  padding-block: 5px;
  padding-inline: 40px;
  border-radius: 3px;
  margin-bottom: 10px;
  color: white;
  position: relative;
  cursor: pointer;
}
.site-header .width-wrap .main-navigation .account-box .account-menu {
  display: none;
  position: absolute;
  background-color: white;
  top: calc(100% + 17px);
  right: 50%;
  translate: 50% 0;
  min-width: 180px;
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 4px);
}
.site-header .width-wrap .main-navigation .account-box .account-menu a {
  display: block;
  padding-block: 15px;
  font-size: 14px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  border-bottom: 1px solid #f5f6f3;
}
.site-header .width-wrap .main-navigation .account-box .account-menu:after {
  content: "";
  display: block;
  width: 24px;
  height: 13px;
  background-color: white;
  position: absolute;
  top: -12px;
  left: 50%;
  translate: -50% 0;
  clip-path: polygon(0 100%, 50% 0, 100% 100%);
}
.site-header .width-wrap .main-navigation .account-box:after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid white;
  border-left: 1px solid white;
  position: absolute;
  top: 50%;
  right: 13px;
  translate: 0 -50%;
  rotate: 45deg;
  transform-origin: 25% 50%;
  transition: all 0.2s ease;
}
.site-header .width-wrap .main-navigation .account-box.is-open .account-menu {
  display: block;
}
.site-header .width-wrap .main-navigation .account-box.is-open:after {
  rotate: 225deg;
  transition: all 0.2s ease;
}
.site-header .width-wrap .main-navigation .cta {
  display: flex;
  justify-content: flex-end;
  column-gap: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
}
.site-header .width-wrap .main-navigation .cta a {
  background: #C2555B url("/wp-content/themes/applause/images/icon-arrow-short-white.svg") no-repeat right 16px center;
  padding-block: 5px;
  padding-inline: 4.5%;
  border-radius: 3px;
  color: white;
}
.site-header .width-wrap .main-navigation .cta a:visited {
  color: white;
}
.site-header .width-wrap .main-navigation .cta a:hover {
  color: white;
}
.site-header .width-wrap .main-navigation .cta a:active {
  color: white;
}
.site-header .width-wrap .main-navigation .cta a:nth-child(2) {
  background-color: #95B7C0;
}
.site-header .width-wrap .main-navigation .menu {
  display: flex;
  justify-content: flex-end;
  column-gap: clamp(20px, 58px - (58px - 4.6774193548vw) * 2.5, 58px);
  font-size: 15px;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  font-style: normal;
  padding-right: 3px;
}
@media screen and (width <= 991px) {
  .site-header .width-wrap .main-navigation .menu li:last-child {
    display: none;
  }
}

#masthead .width-wrap .hm-toggle-btn {
  display: none;
  appearance: none;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  width: 32px;
  height: 20px;
  margin-left: auto;
  margin-right: 3px;
}
#masthead .width-wrap .hm-toggle-btn:focus {
  outline: none;
}
#masthead .width-wrap .hm-toggle-btn .toggle-icon {
  position: relative;
  width: 32px;
  height: 2px;
  background-color: #29211e;
  content: "";
  display: block;
  transition: background-color 0.2s;
}
#masthead .width-wrap .hm-toggle-btn .toggle-icon:before, #masthead .width-wrap .hm-toggle-btn .toggle-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 32px;
  height: 2px;
  background-color: #29211e;
  transform: translateY(-8px);
  transition: transform 0.2s;
}
#masthead .width-wrap .hm-toggle-btn .toggle-icon:after {
  transform: translateY(8px);
}
#masthead .main-navigation-mobile {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  width: 100%;
  top: 100%;
  max-height: 0;
  overflow-y: hidden;
}
#masthead .main-navigation-mobile ul {
  list-style: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-left: 15px;
  margin-right: 15px;
  gap: 3%;
  row-gap: 13px;
  margin-block: 15px 20px;
}
#masthead .main-navigation-mobile ul li {
  margin: 0;
  flex-basis: 48.5%;
  text-align: center;
}
#masthead .main-navigation-mobile ul li a {
  display: block;
  padding-block: 15px;
  padding-inline: 2px;
  color: #29211e;
  background-color: #efefef;
  border-radius: 3px;
}
#masthead .main-navigation-mobile ul li a:visited {
  color: #29211e;
}
#masthead .main-navigation-mobile ul li a:hover {
  color: #29211e;
}
#masthead .main-navigation-mobile ul li a:active {
  color: #29211e;
}
#masthead .main-navigation-mobile ul li.cta {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#masthead .main-navigation-mobile ul li.cta a {
  background-color: #C2555B;
  padding-block: 10px;
  padding-inline: 4.5%;
  border-radius: 3px;
  color: white;
}
#masthead .main-navigation-mobile ul li.cta a:visited {
  color: white;
}
#masthead .main-navigation-mobile ul li.cta a:hover {
  color: white;
}
#masthead .main-navigation-mobile ul li.cta a:active {
  color: white;
}
#masthead .main-navigation-mobile ul li.cta:nth-child(2) a {
  background-color: #95B7C0;
}
#masthead .main-navigation-mobile ul li.am {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
#masthead .main-navigation-mobile ul li.am a {
  background-color: #39506A;
  padding-block: 10px;
  padding-inline: 4.5%;
  border-radius: 3px;
  color: white;
}
#masthead .main-navigation-mobile ul li.am a:visited {
  color: white;
}
#masthead .main-navigation-mobile ul li.am a:hover {
  color: white;
}
#masthead .main-navigation-mobile ul li.am a:active {
  color: white;
}
#masthead.is-open .width-wrap .hm-toggle-btn .toggle-icon {
  background-color: transparent;
}
#masthead.is-open .width-wrap .hm-toggle-btn .toggle-icon:before, #masthead.is-open .width-wrap .hm-toggle-btn .toggle-icon:after {
  transform: rotate(45deg);
}
#masthead.is-open .width-wrap .hm-toggle-btn .toggle-icon:after {
  transform: rotate(-45deg);
}
#masthead.is-open .main-navigation-mobile {
  max-height: 100vh;
  transition: max-height 1s;
}
@media screen and (max-width: 800px) {
  #masthead .width-wrap {
    padding-block: 13px;
  }
  #masthead .width-wrap .main-navigation .cta,
  #masthead .width-wrap .main-navigation .account-box {
    display: none;
  }
  #masthead .width-wrap .main-navigation .menu {
    display: none;
  }
  #masthead .width-wrap .hm-toggle-btn {
    display: block;
  }
}

/* !トップページ */
body.page_front .site-header {
  background-color: rgba(255, 255, 255, 0.8);
}
body.page_front #main .firstview-sect {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
body.page_front #main .firstview-sect > :nth-of-type(1) {
  overflow: hidden;
  flex-basis: calc(50% + (50%));
  margin-right: calc(50% * -1);
}
body.page_front #main .firstview-sect > :nth-of-type(1) .wr {
  margin-left: calc(50vw - 600px);
}
@media screen and (width <= 1240px) {
  body.page_front #main .firstview-sect > :nth-of-type(1) .wr {
    margin-left: 20px;
  }
}
@media screen and (width <= 807px) {
  body.page_front #main .firstview-sect > :nth-of-type(1) .wr {
    margin-left: calc(50vw - 383.5px);
  }
}
@media screen and (width <= 797px) {
  body.page_front #main .firstview-sect > :nth-of-type(1) .wr {
    margin-left: 15px;
  }
}
body.page_front #main .firstview-sect > :nth-of-type(2) {
  overflow: hidden;
  flex-basis: calc(50% + (15%));
  margin-left: calc(15% * -1);
}
body.page_front #main .firstview-sect > :nth-of-type(2) .wr {
  margin-right: calc(50vw - 600px);
}
@media screen and (width <= 1240px) {
  body.page_front #main .firstview-sect > :nth-of-type(2) .wr {
    margin-right: 20px;
  }
}
@media screen and (width <= 807px) {
  body.page_front #main .firstview-sect > :nth-of-type(2) .wr {
    margin-right: calc(50vw - 383.5px);
  }
}
@media screen and (width <= 797px) {
  body.page_front #main .firstview-sect > :nth-of-type(2) .wr {
    margin-right: 15px;
  }
}
body.page_front #main .firstview-sect .txt {
  z-index: 1;
  margin-top: calc(100px - clamp(0px, 100px - (100px - 14.2857142857vw) * 3, 100px));
}
body.page_front #main .firstview-sect .txt p {
  color: #c8a86e;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(13px, 2.5454545455vw, 14px);
  margin-bottom: clamp(5px, 18px - (18px - 3.2727272727vw) * 3, 18px);
  text-shadow: white 1px 1px 0.3px, white -1px 1px 0.3px, white 1px -1px 0.3px, white -1px -1px 0.3px;
}
body.page_front #main .firstview-sect .txt h2 {
  font-size: clamp(30px, 7.2727272727vw, 40px);
  letter-spacing: 3.2px;
  font-feature-settings: "palt";
  text-shadow: white 1px 1px 3px, white -1px 1px 3px, white 1px -1px 3px, white -1px -1px 3px;
}
@media screen and (max-width: 480px) {
  body.page_front #main .firstview-sect .txt h2 {
    letter-spacing: 1.5px;
  }
}
body.page_front #main .firstview-sect .img {
  display: flex;
  align-items: start;
  column-gap: 20px;
}
body.page_front #main .service-sect {
  display: flex;
  justify-content: space-between;
  margin-top: calc(-1 * clamp(35px, 107px - (107px - 13.9504563233vw) * 2, 107px));
}
body.page_front #main .service-sect > :nth-of-type(1) {
  overflow: hidden;
  flex-basis: calc(50% + (0px));
  margin-right: calc(0px * -1);
}
body.page_front #main .service-sect > :nth-of-type(1) .wr {
  margin-left: calc(50vw - 690px);
}
@media screen and (width <= 1420px) {
  body.page_front #main .service-sect > :nth-of-type(1) .wr {
    margin-left: 20px;
  }
}
@media screen and (width <= 807px) {
  body.page_front #main .service-sect > :nth-of-type(1) .wr {
    margin-left: calc(50vw - 383.5px);
  }
}
@media screen and (width <= 797px) {
  body.page_front #main .service-sect > :nth-of-type(1) .wr {
    margin-left: 15px;
  }
}
body.page_front #main .service-sect > :nth-of-type(2) {
  overflow: hidden;
  flex-basis: calc(50% + (0px));
  margin-left: calc(0px * -1);
}
body.page_front #main .service-sect > :nth-of-type(2) .wr {
  margin-right: calc(50vw - 690px);
}
@media screen and (width <= 1420px) {
  body.page_front #main .service-sect > :nth-of-type(2) .wr {
    margin-right: 20px;
  }
}
@media screen and (width <= 807px) {
  body.page_front #main .service-sect > :nth-of-type(2) .wr {
    margin-right: calc(50vw - 383.5px);
  }
}
@media screen and (width <= 797px) {
  body.page_front #main .service-sect > :nth-of-type(2) .wr {
    margin-right: 15px;
  }
}
body.page_front #main .service-sect .customer,
body.page_front #main .service-sect .corporate {
  background: #f7f2e7 url("/wp-content/themes/applause/images/bg-ami-1.png") repeat right top -3px;
  background-blend-mode: color-burn;
  padding-top: clamp(90px, 189px - (189px - 24.6414602347vw) * 2, 189px);
  padding-bottom: 63px;
}
body.page_front #main .service-sect .customer .wr,
body.page_front #main .service-sect .corporate .wr {
  padding-right: 20px;
}
body.page_front #main .service-sect .customer hgroup,
body.page_front #main .service-sect .corporate hgroup {
  width: fit-content;
  margin-inline: auto;
}
body.page_front #main .service-sect .customer hgroup h3,
body.page_front #main .service-sect .corporate hgroup h3 {
  border-radius: 100vmax;
  background-color: #ccac70;
  width: max-content;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(0px, 4.4186046512vw, 19px);
  color: white;
  padding-block: 6px;
  padding-inline: 33px;
}
body.page_front #main .service-sect .customer hgroup p,
body.page_front #main .service-sect .corporate hgroup p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 5px;
}
body.page_front #main .service-sect .customer hgroup h2,
body.page_front #main .service-sect .corporate hgroup h2 {
  font-size: clamp(25px, 6.511627907vw, 28px);
  line-height: 1.38;
  margin-bottom: clamp(0px, 5.2083333333vw, 25px);
}
body.page_front #main .service-sect .customer img,
body.page_front #main .service-sect .corporate img {
  max-width: 100%;
  height: auto;
  margin-inline: auto;
}
body.page_front #main .service-sect .customer ol,
body.page_front #main .service-sect .corporate ol {
  margin-top: clamp(0px, 6.25vw, 30px);
  width: max-content;
  margin-inline: auto;
  list-style: initial;
  padding-left: 1.7em;
  line-height: 1.4;
  list-style-type: decimal;
}
body.page_front #main .service-sect .customer ol li,
body.page_front #main .service-sect .corporate ol li {
  margin-bottom: 0.9em;
}
body.page_front #main .service-sect .customer ol li,
body.page_front #main .service-sect .corporate ol li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(18px, 4.5833333333vw, 22px);
  color: #4E4744;
}
body.page_front #main .service-sect .customer ol li::marker,
body.page_front #main .service-sect .corporate ol li::marker {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(22px, 5.8333333333vw, 28px);
  color: #BD9240;
}
body.page_front #main .service-sect .customer ol li:last-child,
body.page_front #main .service-sect .corporate ol li:last-child {
  margin-bottom: 0;
}
body.page_front #main .service-sect .customer .btn-p,
body.page_front #main .service-sect .corporate .btn-p {
  margin-top: clamp(0px, 10.4166666667vw, 50px);
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 4px;
  padding: 10px 15px;
  border-radius: 3px;
  border: 1px solid #A68B59;
  background: #DCB47A;
  text-align: center;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: clamp(17px, 4.1666666667vw, 20px);
  max-width: 425px;
  margin-inline: auto;
  letter-spacing: 0px;
}
body.page_front #main .service-sect .customer .btn-p svg,
body.page_front #main .service-sect .corporate .btn-p svg {
  width: 14px;
  height: auto;
  margin-top: 1px;
}
body.page_front #main .service-sect .corporate {
  background: #faf7f0 url("/wp-content/themes/applause/images/bg-ami-1.png") repeat left top -3px;
  background-blend-mode: color-dodge;
}
body.page_front #main .service-sect .corporate .wr {
  padding-right: 0;
  padding-left: 20px;
}
body.page_front #main .service-sect .corporate hgroup h3 {
  background-color: #39506A;
}
body.page_front #main .service-sect .corporate ol li::marker {
  color: #39506A;
}
@media screen and (width <= 767px) {
  body.page_front #main .service-sect {
    flex-wrap: wrap;
  }
  body.page_front #main .service-sect .customer,
  body.page_front #main .service-sect .corporate {
    flex-basis: 100%;
    padding-bottom: 100px;
    background-position: left bottom -3px;
  }
  body.page_front #main .service-sect .corporate {
    padding-top: 80px;
    background-position: left top -3px;
  }
}
body.page_front #main .magazine-sect {
  margin-top: 90px;
  border-bottom: 1px solid #f0e3cc;
}
body.page_front #main .magazine-sect .main-h {
  border-top: 1px solid #f0e3cc;
  border-bottom: 1px solid #f0e3cc;
}
body.page_front #main .magazine-sect .main-h .width-wrap {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
}
body.page_front #main .magazine-sect .main-h .width-wrap:after {
  content: "";
  display: block;
  width: 73px;
  height: 3px;
  background-color: #ccac70;
  position: absolute;
  bottom: -1.5px;
}
body.page_front #main .magazine-sect .contents .width-wrap {
  display: flex;
}
body.page_front #main .magazine-sect .contents .width-wrap > div {
  position: relative;
  flex-basis: 50%;
  padding-top: 70px;
  padding-bottom: 148px;
}
body.page_front #main .magazine-sect .contents .width-wrap > div .btn-reed {
  position: absolute;
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4%;
  margin-top: 36px;
  width: 100%;
  max-width: 210px;
  border: 1px solid #5D5D5D;
  text-align: center;
  padding: 6px 10px 7px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
body.page_front #main .magazine-sect .contents .width-wrap > div .btn-reed svg {
  margin-top: 4px;
  width: 14px;
  height: auto;
}
body.page_front #main .magazine-sect .contents .width-wrap .magazine {
  padding-right: 2%;
  border-right: 1px solid #f0e3cc;
}
body.page_front #main .magazine-sect .contents .width-wrap .magazine .article-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  row-gap: 25px;
}
body.page_front #main .magazine-sect .contents .width-wrap .magazine .article-wrap .hentry img {
  margin-bottom: 6px;
}
body.page_front #main .magazine-sect .contents .width-wrap .magazine .article-wrap .hentry .date {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  color: #c8a86e;
  font-size: 13px;
  padding-inline: 2px;
  margin-bottom: 1px;
}
body.page_front #main .magazine-sect .contents .width-wrap .magazine .article-wrap .hentry .title {
  line-height: 1.5;
  padding-inline: 2px;
  margin-bottom: 0;
  font-size: clamp(13px, 3.3333333333vw, 16px);
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision {
  padding-left: 15px;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro {
  max-width: 477px;
  margin-inline: auto;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header {
  border-top: 1px solid #f0e3cc;
  border-bottom: 1px solid #f0e3cc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #FAF7F0;
  padding-block: 15px;
  padding-inline: 15px 15px;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header hgroup {
  color: #c8a86e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header hgroup p {
  margin-bottom: 2px;
  font-size: 13px;
  line-height: 1.4;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header hgroup h4 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 21px;
  margin: 0;
  line-height: 1.2;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header .box {
  background-color: #ccac70;
  color: white;
  font-size: 14px;
  padding: 5px 20px;
  border-radius: 2px;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro .name {
  margin-top: 20px;
  padding-inline: 2px;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro .name p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-bottom: 0;
  font-size: 14px;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro .name h3 {
  letter-spacing: 3px;
}
@media screen and (max-width: 480px) {
  body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro .name h3 {
    letter-spacing: 1px;
  }
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro .name h3 span + span {
  margin-left: 3px;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro .job {
  padding-inline: 2px;
  line-height: 1.5;
}
body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro img {
  max-width: 100%;
  height: auto;
}
@media screen and (width <= 820px) {
  body.page_front #main .magazine-sect .contents .width-wrap {
    flex-wrap: wrap;
  }
  body.page_front #main .magazine-sect .contents .width-wrap > div {
    flex-basis: 100%;
  }
  body.page_front #main .magazine-sect .contents .width-wrap .magazine {
    border-right: 0 none;
    padding-right: 0;
  }
  body.page_front #main .magazine-sect .contents .width-wrap .supervision {
    padding-left: 0;
    padding-top: 0;
  }
  body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro {
    max-width: 100%;
  }
  body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro img {
    max-width: none;
    width: 100%;
  }
}
@media screen and (width <= 410px) {
  body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header {
    padding-inline: 10px 10px;
  }
  body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header hgroup p {
    font-size: 13px;
  }
  body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header hgroup h4 {
    font-size: 20px;
  }
  body.page_front #main .magazine-sect .contents .width-wrap .supervision .intro header .box {
    font-size: 13px;
    padding: 4px 10px;
  }
}
body.page_front #main .about-sect {
  padding-top: 120px;
  padding-bottom: 140px;
}
body.page_front #main .about-sect hgroup {
  text-align: center;
  margin-bottom: 60px;
}
body.page_front #main .about-sect h3 {
  text-align: center;
  font-size: 28px;
  color: #c8a86e;
  margin-bottom: clamp(0px, 10vw, 48px);
}
body.page_front #main .about-sect .survice {
  margin-bottom: 112px;
}
body.page_front #main .about-sect .survice ul {
  display: flex;
  justify-content: space-around;
  column-gap: 15px;
}
body.page_front #main .about-sect .survice ul li {
  flex-basis: 31.2%;
}
body.page_front #main .about-sect .survice ul li img {
  max-width: 100%;
  height: auto;
}
body.page_front #main .about-sect .survice ul li h4 {
  margin-top: 20px;
  margin-bottom: 16px;
  font-size: clamp(23px, 2.3333333333vw, 28px);
}
body.page_front #main .about-sect .survice ul li p:last-child {
  margin-bottom: 0;
}
body.page_front #main .about-sect .important h3 {
  margin-bottom: 50px;
}
body.page_front #main .about-sect .important ul {
  display: flex;
  flex-basis: 33.33%;
}
body.page_front #main .about-sect .important ul li {
  position: relative;
  padding-inline: 3%;
}
body.page_front #main .about-sect .important ul li:after {
  position: absolute;
  content: "";
  display: block;
  width: 1px;
  height: 93%;
  background-color: #f0e3cc;
  right: 0;
  bottom: 0;
}
body.page_front #main .about-sect .important ul li .icon-box svg {
  fill: #ccac70;
  display: block;
  margin-inline: auto;
}
body.page_front #main .about-sect .important ul li h4 {
  text-align: center;
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 18px;
}
body.page_front #main .about-sect .important ul li p:last-child {
  margin-bottom: 0;
}
body.page_front #main .about-sect .important ul li:last-child:after {
  display: none;
}
@media screen and (width <= 767px) {
  body.page_front #main .about-sect .survice ul {
    flex-wrap: wrap;
    row-gap: 60px;
  }
  body.page_front #main .about-sect .survice ul li {
    flex-basis: 600px;
    text-align: center;
  }
  body.page_front #main .about-sect .survice ul li img {
    margin-inline: auto;
    aspect-ratio: 1/0.75;
    object-fit: cover;
  }
  body.page_front #main .about-sect .survice ul li h4 {
    margin-top: 17px;
  }
  body.page_front #main .about-sect .survice ul li p {
    line-height: 1.6;
  }
  body.page_front #main .about-sect .important ul {
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 80px;
  }
  body.page_front #main .about-sect .important ul li {
    flex-basis: 600px;
  }
  body.page_front #main .about-sect .important ul li:after {
    display: none;
  }
  body.page_front #main .about-sect .important ul li h4 {
    margin-top: 22px;
  }
}
body.page_front #main .corporate-sect {
  display: flex;
  justify-content: space-between;
}
body.page_front #main .corporate-sect > :nth-of-type(1) {
  overflow: hidden;
  flex-basis: calc(50% + (0px));
  margin-right: calc(0px * -1);
}
body.page_front #main .corporate-sect > :nth-of-type(1) .wr {
  margin-left: calc(50vw - 600px);
}
@media screen and (width <= 1240px) {
  body.page_front #main .corporate-sect > :nth-of-type(1) .wr {
    margin-left: 20px;
  }
}
@media screen and (width <= 807px) {
  body.page_front #main .corporate-sect > :nth-of-type(1) .wr {
    margin-left: calc(50vw - 383.5px);
  }
}
@media screen and (width <= 797px) {
  body.page_front #main .corporate-sect > :nth-of-type(1) .wr {
    margin-left: 15px;
  }
}
body.page_front #main .corporate-sect > :nth-of-type(2) {
  overflow: hidden;
  flex-basis: calc(50% + (0px));
  margin-left: calc(0px * -1);
}
body.page_front #main .corporate-sect > :nth-of-type(2) .wr {
  margin-right: calc(50vw - 600px);
}
@media screen and (width <= 1240px) {
  body.page_front #main .corporate-sect > :nth-of-type(2) .wr {
    margin-right: 20px;
  }
}
@media screen and (width <= 807px) {
  body.page_front #main .corporate-sect > :nth-of-type(2) .wr {
    margin-right: calc(50vw - 383.5px);
  }
}
@media screen and (width <= 797px) {
  body.page_front #main .corporate-sect > :nth-of-type(2) .wr {
    margin-right: 15px;
  }
}
body.page_front #main .corporate-sect .operation,
body.page_front #main .corporate-sect .group {
  background: #e7dfd7 url("/wp-content/themes/applause/images/bg-ami-1.png?202601") repeat-x right top -3px;
  background-blend-mode: soft-light;
  padding-top: 94px;
  padding-bottom: 127px;
}
body.page_front #main .corporate-sect .operation .wr,
body.page_front #main .corporate-sect .group .wr {
  padding-right: 20px;
}
body.page_front #main .corporate-sect .operation .wr .content,
body.page_front #main .corporate-sect .group .wr .content {
  max-width: 517px;
  margin-inline: auto;
}
body.page_front #main .corporate-sect .operation .main-h,
body.page_front #main .corporate-sect .group .main-h {
  text-align: center;
  margin-bottom: 34px;
}
body.page_front #main .corporate-sect .operation img,
body.page_front #main .corporate-sect .group img {
  max-width: 100%;
  height: auto;
}
body.page_front #main .corporate-sect .operation hgroup.name,
body.page_front #main .corporate-sect .group hgroup.name {
  margin-top: clamp(0px, 7.0833333333vw, 34px);
  margin-bottom: clamp(0px, 5.625vw, 27px);
}
body.page_front #main .corporate-sect .operation hgroup.name p,
body.page_front #main .corporate-sect .group hgroup.name p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  margin-bottom: 2px;
  padding-left: 2px;
}
body.page_front #main .corporate-sect .operation hgroup.name h3,
body.page_front #main .corporate-sect .group hgroup.name h3 {
  font-size: clamp(28px, 6.6666666667vw, 32px);
  margin: 0;
}
body.page_front #main .corporate-sect .operation .read,
body.page_front #main .corporate-sect .group .read {
  line-height: 1.5;
}
body.page_front #main .corporate-sect .operation .address,
body.page_front #main .corporate-sect .group .address {
  line-height: 1.65;
}
body.page_front #main .corporate-sect .operation .telweb,
body.page_front #main .corporate-sect .group .telweb {
  line-height: 1.5;
}
body.page_front #main .corporate-sect .operation .permit,
body.page_front #main .corporate-sect .group .permit {
  font-size: 13px;
  line-height: 1.5;
}
body.page_front #main .corporate-sect .operation h6,
body.page_front #main .corporate-sect .group h6 {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 16px;
  margin-bottom: 4px;
}
body.page_front #main .corporate-sect .operation .association,
body.page_front #main .corporate-sect .group .association {
  font-size: 15px;
}
body.page_front #main .corporate-sect .operation .association a,
body.page_front #main .corporate-sect .group .association a {
  display: flex;
  align-items: center;
  column-gap: 5px;
  text-decoration: none;
  cursor: pointer;
}
body.page_front #main .corporate-sect .operation .association a:hover,
body.page_front #main .corporate-sect .group .association a:hover {
  text-decoration: underline;
}
body.page_front #main .corporate-sect .operation .btn-all,
body.page_front #main .corporate-sect .group .btn-all {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 3px;
  padding: 8px 15px 9px;
  border: 1px solid #7F7968;
  width: 100%;
  max-width: 375px;
  text-align: center;
  margin-top: 30px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
}
body.page_front #main .corporate-sect .operation .btn-all svg,
body.page_front #main .corporate-sect .group .btn-all svg {
  margin-top: 2px;
}
body.page_front #main .corporate-sect .group {
  background: #e7e5e0 url("/wp-content/themes/applause/images/bg-ami-1.png?202601") repeat-x left top -3px;
}
body.page_front #main .corporate-sect .group .wr {
  padding-right: 0;
  padding-left: 20px;
}
@media screen and (width <= 767px) {
  body.page_front #main .corporate-sect {
    flex-wrap: wrap;
  }
  body.page_front #main .corporate-sect .operation,
  body.page_front #main .corporate-sect .group {
    flex-basis: 100%;
    padding-top: 70px;
    padding-bottom: 97px;
  }
  body.page_front #main .corporate-sect .operation {
    background-position: left bottom -3px;
  }
}
body.page_front #main .news-sect {
  padding-block: 160px 113px;
  overflow: hidden;
}
body.page_front #main .news-sect .width-wrap {
  position: relative;
  display: flex;
}
body.page_front #main .news-sect .width-wrap .bg {
  position: absolute;
  top: 150px;
  left: -60px;
}
body.page_front #main .news-sect .width-wrap .main-h {
  flex-basis: clamp(0px, 34.0659340659vw, 310px);
}
body.page_front #main .news-sect .width-wrap .article-wrap {
  padding-top: 15px;
  flex-grow: 1;
}
body.page_front #main .news-sect .width-wrap .article-wrap dl {
  margin: 0;
  position: relative;
  border-top: 1px solid #f0e3cc;
  padding-block: 47px 44px;
  padding-inline: 48px 20px;
}
body.page_front #main .news-sect .width-wrap .article-wrap dl dt {
  margin-bottom: 0;
}
body.page_front #main .news-sect .width-wrap .article-wrap dl dd {
  margin-left: 0;
}
body.page_front #main .news-sect .width-wrap .article-wrap dl:before {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background-color: #ccac70;
  position: absolute;
  top: -2px;
  left: 0;
}
body.page_front #main .news-sect .width-wrap .article-wrap dl:last-of-type {
  border-bottom: 1px solid #f0e3cc;
}
body.page_front #main .news-sect .width-wrap .article-wrap dl:last-of-type:after {
  content: "";
  display: block;
  width: 45px;
  height: 3px;
  background-color: #ccac70;
  position: absolute;
  bottom: -2px;
  left: 0;
}
body.page_front #main .news-sect .width-wrap .article-wrap dl .date {
  font-size: 14px;
  color: #c8a86e;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 2px;
  margin-bottom: 5px;
}
@media screen and (max-width: 480px) {
  body.page_front #main .news-sect .width-wrap .article-wrap dl .date {
    letter-spacing: 0px;
  }
}
body.page_front #main .news-sect .width-wrap .article-wrap dl dd .category {
  display: inline-block;
  background-color: #ccac70;
  color: white;
  font-size: 14px;
  padding-inline: 9px;
  margin-right: 4px;
}
body.page_front #main .news-sect .width-wrap .article-wrap .btn-reed {
  bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 4%;
  margin-top: 56px;
  width: 100%;
  max-width: 210px;
  border: 1px solid #5D5D5D;
  text-align: center;
  padding: 6px 10px 7px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
}
body.page_front #main .news-sect .width-wrap .article-wrap .btn-reed svg {
  margin-top: 3px;
  width: 14px;
  height: auto;
}
@media screen and (width <= 670px) {
  body.page_front #main .news-sect {
    padding-block: 90px 90px;
  }
  body.page_front #main .news-sect .width-wrap {
    flex-wrap: wrap;
  }
  body.page_front #main .news-sect .width-wrap .main-h,
  body.page_front #main .news-sect .width-wrap .article-wrap {
    flex-basis: 100%;
  }
  body.page_front #main .news-sect .width-wrap .article-wrap {
    padding-top: 45px;
  }
  body.page_front #main .news-sect .width-wrap .article-wrap dl {
    padding-block: 40px;
    padding-inline: 5px;
  }
}
body.page_front #main .consider-sect {
  position: relative;
  padding-top: 69px;
  padding-bottom: 118px;
}
body.page_front #main .consider-sect .bg {
  position: absolute;
  width: 100%;
  height: 430px;
  background-color: #FAF7F0;
  z-index: -1;
  left: 0;
  top: 0;
}
body.page_front #main .consider-sect .bg:before, body.page_front #main .consider-sect .bg:after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  background: url("/wp-content/themes/applause/images/bg-ami-1.png") repeat-y left -250px top -8px;
  background-blend-mode: multiply;
  background-size: 500px;
  opacity: 0.2;
}
body.page_front #main .consider-sect .bg:after {
  left: auto;
  right: 0;
  background-position: right -250px top -8px;
}
body.page_front #main .consider-sect .main-h {
  text-align: center;
  margin-bottom: 59px;
}
body.page_front #main .consider-sect .content {
  display: flex;
  justify-content: space-between;
  column-gap: 15px;
}
body.page_front #main .consider-sect .content > a {
  position: relative;
  flex: 1 1 0;
  display: block;
  background-color: #FAFAFA;
  padding-bottom: 50px;
}
body.page_front #main .consider-sect .content > a img {
  max-width: 100%;
  height: auto;
}
body.page_front #main .consider-sect .content > a .txt {
  padding-block: 18px 30px;
  padding-inline: clamp(0px, 2.8301886792vw, 15px);
}
body.page_front #main .consider-sect .content > a .txt p {
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  font-size: clamp(0px, 3.5849056604vw, 19px);
  line-height: 1.6;
  margin-bottom: 0;
}
body.page_front #main .consider-sect .content > a:after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  border-radius: 100vmax;
  position: absolute;
  translate: -50% 0;
  left: 50%;
  bottom: 20px;
  background: white url("/wp-content/themes/applause/images/icon-arrow-short.svg") no-repeat left 51% center;
}
@media screen and (width <= 767px) {
  body.page_front #main .consider-sect .content {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  body.page_front #main .consider-sect .content > a {
    flex: 1 0 40%;
  }
  body.page_front #main .consider-sect .content > a img {
    width: 100%;
  }
}

/* !フッター */
.site-footer {
  background-color: #E9E2DB;
  padding-top: 74px;
}
.site-footer .width-wrap .content {
  display: flex;
  column-gap: 4.5%;
  justify-content: flex-end;
  padding-bottom: 130px;
}
.site-footer .width-wrap .content .corporate {
  flex-basis: max-content;
  flex-shrink: 0;
  margin-right: auto;
}
.site-footer .width-wrap .content .corporate .site-title {
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", Meiryo, "MS PGothic", sans-serif;
  line-height: 1.1;
  margin: 0;
  margin-bottom: 36px;
}
.site-footer .width-wrap .content .corporate .site-title em {
  font-size: 12px;
  font-weight: normal;
  padding-left: 40px;
}
.site-footer .width-wrap .content .corporate .address {
  line-height: 1.63;
}
.site-footer .width-wrap .content .corporate .contact {
  line-height: 1.63;
  font-size: 15px;
}
.site-footer .width-wrap .content .menu {
  display: flex;
  padding-top: 3px;
  font-family: "Shippori Mincho", serif;
  font-weight: 500;
  font-style: normal;
  column-gap: 60px;
}
.site-footer .width-wrap .content .menu ul li {
  margin-bottom: 14px;
}
.site-footer .width-wrap .content .cta-box .cta {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 15px;
  color: white;
  margin-bottom: 38px;
}
.site-footer .width-wrap .content .cta-box .cta a {
  display: block;
  width: max-content;
  background: #C2555B url("/wp-content/themes/applause/images/icon-arrow-short-white.svg") no-repeat right 16px center;
  padding-block: 12px;
  padding-inline: 60px;
  border-radius: 3px;
  color: white;
}
.site-footer .width-wrap .content .cta-box .cta a:visited {
  color: white;
}
.site-footer .width-wrap .content .cta-box .cta a:hover {
  color: white;
}
.site-footer .width-wrap .content .cta-box .cta a:active {
  color: white;
}
.site-footer .width-wrap .content .cta-box .cta a:nth-child(2) {
  background-color: #95B7C0;
}
.site-footer .width-wrap .content .cta-box .cta a + a {
  margin-top: 18px;
}
.site-footer .width-wrap .content .cta-box .sns {
  display: flex;
  justify-content: center;
  column-gap: 18px;
}
.site-footer .width-wrap .content .cta-box .sns svg {
  fill: #29211e;
}
.site-footer .width-wrap .content .cta-box .sns .insta svg {
  width: 29px;
  height: auto;
}
@media screen and (width <= 1080px) {
  .site-footer .width-wrap .content .menu {
    display: inline-flex;
    flex-direction: column;
    flex: 0 0 auto;
    width: max-content;
    max-width: 100%;
    margin-left: auto;
    column-gap: 0;
  }
}
@media screen and (width <= 835px) {
  .site-footer .width-wrap .content {
    padding-bottom: 70px;
    flex-wrap: wrap;
  }
  .site-footer .width-wrap .content .corporate {
    flex-basis: 100%;
    order: 1;
    text-align: center;
    margin-bottom: 30px;
  }
  .site-footer .width-wrap .content .corporate .site-title {
    width: max-content;
    margin-inline: auto;
  }
  .site-footer .width-wrap .content .menu {
    flex-basis: 100%;
    order: 3;
  }
  .site-footer .width-wrap .content .menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    column-gap: 30px;
  }
  .site-footer .width-wrap .content .cta-box {
    flex-basis: 100%;
    order: 2;
    margin-bottom: 40px;
  }
  .site-footer .width-wrap .content .cta-box .cta {
    display: flex;
    justify-content: center;
    column-gap: 3%;
  }
  .site-footer .width-wrap .content .cta-box .cta a + a {
    margin-top: 0;
  }
}
@media screen and (width <= 835px) and (width <= 580px) {
  .site-footer .width-wrap .content .cta-box .cta a {
    flex-basis: 48.5%;
    padding-inline: 0;
    text-align: center;
  }
}
.site-footer .width-wrap .copy {
  text-align: center;
  font-size: 12px;
  padding-bottom: 20px;
}
/*# sourceMappingURL=style-n26.css.map */
