@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap");
/*
'Noto Sans JP'
'Roboto Condensed'
Hiragino_W5

Hiragino_W3
Hiragino_W4
Hiragino_W5
Hiragino_W6
Hiragino_W7
Hiragino_W8

futuraPTDemi
FuturaStdHeavy

*/
@font-face {
  font-family: "Hiragino_W3";
  src: url("../font/HiraginoKakuGothicW3.woff") format("woff");
}
@font-face {
  font-family: "Hiragino_W4";
  src: url("../font/HiraginoKakuGothicW4.woff") format("woff");
}
@font-face {
  font-family: "Hiragino_W5";
  src: url("../font/HiraginoKakuGothicW5.woff") format("woff");
}
@font-face {
  font-family: "Hiragino_W6";
  src: url("../font/HiraginoKakuGothicW6.woff") format("woff");
}
@font-face {
  font-family: "Hiragino_W7";
  src: url("../font/HiraginoKakuGothicW7.woff") format("woff");
}
@font-face {
  font-family: "Hiragino_W8";
  src: url("../font/HiraginoKakuGothicW8.woff") format("woff");
}
@font-face {
  font-family: "futuraPTDemi";
  src: url("../font/futuraPTDemi.woff") format("woff");
}
@font-face {
  font-family: "FuturaStdHeavy";
  src: url("../font/FuturaStdHeavy.woff") format("woff");
}
@font-face {
  font-family: "AzoSansBold";
  src: url("../font/AzoSans-Bold.woff") format("woff");
}
@font-face {
  font-family: "AzoSansMedium";
  src: url("../font/AzoSans-Medium.woff") format("woff");
}
/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/* 要素 フォントサイズ・マージン・パディングをリセット */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, abbr, address, cite, code, del, dfn, em,
img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl,
dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside,
canvas, details, figcaption, figure, footer, header, hgroup,
menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

/* 新規追加要素をブロック要素化 */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

/* ulのマーカー非表示 */
ol, ul {
  list-style: none;
}

/* 引用符の非表示 */
blockquote, q {
  quotes: none;
}

/* blockquote要素、q要素の前後にコンテンツ非表示 */
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

/* フォントサイズ　リセット フォントの縦方向 ベースライン揃え 点線削除 */
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: none;
}
a:hover, a:active {
  text-decoration: none;
  /* opacity: 0.75; */
  /* filter: alpha(opacity=75); */
  filter: brightness(115%);
}
a:hover .thumb img, a:active .thumb img {
  transition: all 0.3s;
  transform: scale(1.1);
}

a,
a * {
  transition: opacity 0.6s ease;
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  font-family: inherit;
  backface-visibility: hidden; /* 追加 */
}

/* ins要素 デフォルトセット 色を変える場合はここで変更 */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* mark要素 デフォルトセット 色やフォントスタイルを変える場合はここで変更 */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

/* テキスト 打ち消し線 */
del {
  text-decoration: line-through;
}

/* IE　デフォルトで点線を下線表示設定　下線設定 マウスオーバー時 ヘルプカーソル表示可 */
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

/*　隣接するセルのボーダーを重ねて表示　*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 水平罫線デフォルトリセット */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

/* 縦方向の揃え 中央揃え */
input,
select {
  vertical-align: middle;
}

/* 画像を縦に並べた時に余白0 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  /* width: 100%; */
  max-width: 100%;
  height: auto;
}

/*box-sizingを全ブラウザに対応*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

.clearfix:after {
  overflow: hidden;
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

br {
  line-height: inherit;
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
.xl_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1360px;
  box-sizing: border-box;
}
@media screen and (max-width: 1360px) {
  .xl_contain {
    padding: 0 1.7rem;
  }
}

.lg_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 1200px;
  box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
  .lg_contain {
    padding: 0 0.8rem;
  }
}

.md_contain {
  position: relative;
  width: 100%;
  padding: 0 0;
  margin: 0 auto;
  max-width: 768px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .md_contain {
    padding: 0 1.7rem;
  }
}

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

/* 表示切り替え */
.sp_on,
.tb_on {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .pc_on {
    display: none !important;
  }
  .sp_on {
    display: block !important;
  }
}
a {
  transition: all 0.3s;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
}

/* LAZYLOAD SETTINGS */
.blurUp {
  filter: blur(8px);
  transition: filter 400ms;
}
.blurUp.lazyloaded {
  filter: blur(0);
}

span.anchor::before {
  content: "";
  display: block;
  height: 11rem;
  margin-top: -11rem;
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  span.anchor::before {
    height: 5.5rem;
    margin-top: -5.5rem;
  }
}

/*----------------------------------------------------------------*/
/*----------------------------------------------------------------*/
/*--------------------------------------------------------------
    # メインコンテンツ
--------------------------------------------------------------*/
html {
  font-size: 62.5%;
  line-height: 1.5;
  overflow: hidden;
  scroll-behavior: smooth;
  overflow-y: scroll;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 2.4vw;
    line-height: 1.7;
  }
}
html body {
  font-family: Hiragino_W5, "メイリオ", sans-serif;
  font-weight: 400;
  --global--color-primary: #553818;
  --heading--font-family: Hiragino_W5;
  --list--font-family: Hiragino_W5;
  --form--font-family: Hiragino_W5;
  --button--font-family: Hiragino_W5;
  --entry-content--font-family: Hiragino_W5;
  --entry-author-bio--font-family: Hiragino_W5;
  --branding--title--font-family: Hiragino_W5;
  --branding--description--font-family: Hiragino_W5;
  --primary-nav--font-family: Hiragino_W5;
  --pagination--font-family: Hiragino_W5;
  --footer--font-family: Hiragino_W5;
  --pullquote--font-family: Hiragino_W5;
  --quote--font-family: Hiragino_W5;
  color: #553818;
}
html body #wrapper {
  position: relative;
  overflow: hidden;
}
html body #wrapper main {
  position: relative;
  padding-top: 8.4rem;
}
@media screen and (max-width: 768px) {
  html body #wrapper main {
    padding-top: 4.2rem;
  }
}
.thumb {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.thumb img {
  transition: all 0.3s;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

.inview {
  opacity: 0;
  transform: translate(0, 7%);
  transition: all 0.9s;
}
.inview.is-show {
  transform: translate(0, 0);
  opacity: 1;
}

/*--------------------------------------------------------------
# pageTop
--------------------------------------------------------------*/
.orange_t {
  color: #fe8300;
}

.yellow_t {
  color: #ffd747;
}

.blue_t {
  color: #1498cf;
}

@keyframes blink {
  0% {
    border-color: transparent;
  }
  100% {
    border-color: #fd8200;
  }
}
.tc_red {
  color: #e70000;
}

.check_green_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  width: 100%;
  max-width: 86rem;
  height: 13rem;
  border-radius: 2.5rem;
  background: linear-gradient(0deg, #2d9023 10%, #40c611);
  filter: drop-shadow(0 9px 0 #236c1b);
}
@media screen and (max-width: 768px) {
  .check_green_btn {
    padding: 0 0.5rem 0 1rem;
    width: 100%;
    max-width: 86.2rem;
    height: 8.4rem;
    border-radius: 1.3rem;
  }
}
.check_green_btn p {
  font-family: Hiragino_W5;
  font-size: 4.95rem;
  line-height: 0.5;
  letter-spacing: -2px;
  color: #fff;
  text-shadow: -3px -3px 0 #2d9023, 3px -3px 0 #2d9023, -3px 3px 0 #2d9023, 3px 3px 0 #2d9023;
  filter: drop-shadow(0 0rem 0.5rem #2d9023);
}
@media screen and (max-width: 930px) {
  .check_green_btn p {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .check_green_btn p {
    font-size: 2rem;
    letter-spacing: -0.5px;
  }
}
.check_green_btn img {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .check_green_btn img {
    margin-left: 0.5rem;
    width: 3.6rem;
  }
}

.link_btn_grid {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.link_btn_grid .ttl {
  position: relative;
}
.link_btn_grid .ttl::before, .link_btn_grid .ttl::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 8rem;
  top: 45%;
  background: #553818;
}
@media screen and (max-width: 960px) {
  .link_btn_grid .ttl::before, .link_btn_grid .ttl::after {
    height: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .link_btn_grid .ttl::before, .link_btn_grid .ttl::after {
    height: 3.5rem;
  }
}
.link_btn_grid .ttl::before {
  left: -3.2rem;
  transform: translate(0, -50%) rotate(-20deg);
}
@media screen and (max-width: 768px) {
  .link_btn_grid .ttl::before {
    left: -1.6rem;
  }
}
.link_btn_grid .ttl::after {
  right: -3.2rem;
  transform: translate(0, -50%) rotate(20deg);
}
@media screen and (max-width: 768px) {
  .link_btn_grid .ttl::after {
    right: -1.6rem;
  }
}
.link_btn_grid .ttl p {
  font-family: Hiragino_W7;
  line-height: 0.5;
}
.link_btn_grid .ttl p:nth-of-type(1) {
  font-size: 5.58rem;
}
@media screen and (max-width: 960px) {
  .link_btn_grid .ttl p:nth-of-type(1) {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .link_btn_grid .ttl p:nth-of-type(1) {
    font-size: 2.4rem;
  }
}
.link_btn_grid .ttl p:nth-of-type(2) {
  font-size: 5.29rem;
}
@media screen and (max-width: 960px) {
  .link_btn_grid .ttl p:nth-of-type(2) {
    font-size: 3.8rem;
  }
}
@media screen and (max-width: 768px) {
  .link_btn_grid .ttl p:nth-of-type(2) {
    font-size: 2.2rem;
  }
}
.link_btn_grid .ttl p:nth-of-type(2) span {
  font-size: 8.93rem;
}
@media screen and (max-width: 960px) {
  .link_btn_grid .ttl p:nth-of-type(2) span {
    font-size: 6rem;
  }
}
@media screen and (max-width: 768px) {
  .link_btn_grid .ttl p:nth-of-type(2) span {
    font-size: 3.8rem;
    line-height: 0.8;
  }
}
.link_btn_grid .ttl p:nth-of-type(3) {
  font-size: 6.3rem;
}
@media screen and (max-width: 768px) {
  .link_btn_grid .ttl p:nth-of-type(3) {
    font-size: 2.7rem;
  }
}
.link_btn_grid .check_green_btn {
  margin: 1rem auto 0;
}
@media screen and (max-width: 768px) {
  .link_btn_grid .check_green_btn {
    margin-top: 1.5rem;
  }
}

.ct_form {
  position: relative;
  max-width: 120rem;
  width: 100%;
  display: table;
  margin: 3rem auto 0;
  padding-bottom: 5rem;
  border: 0.5rem solid #48240a;
  border-radius: 1rem;
  overflow: hidden;
}
.ct_form h3 {
  padding: 2rem 0;
  text-align: center;
  background: #f1dfd0;
  font-family: Hiragino_W7;
  font-size: 3.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .ct_form h3 {
    padding: 1rem 0;
    font-size: 2.7rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 768px) {
  .ct_form form {
    padding: 0 1rem;
  }
}
.ct_form .mail_ct {
  background: #fff;
  padding: 0 2rem 3rem;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct {
    padding: 0 0 0;
  }
}
.ct_form .mail_ct dl {
  margin-top: 3rem;
  width: 100%;
  padding-bottom: 2.2rem;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl {
    padding-bottom: 1.9rem;
  }
}
.ct_form .mail_ct dl dt {
  width: 100%;
  font-family: Hiragino_W7;
  font-size: 2.4rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl dt {
    font-size: 1.6rem;
  }
}
.ct_form .mail_ct dl dt span {
  margin-left: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl dt span {
    font-size: 1.2rem;
  }
}
.ct_form .mail_ct dl dd {
  margin-top: 1rem;
  margin-bottom: 2rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct dl dd {
    margin-top: 1.1rem;
    margin-bottom: 1.7rem;
  }
}
.ct_form .mail_ct dl dd:last-of-type {
  margin-bottom: 0;
}
.ct_form .mail_ct .alert {
  display: none;
  padding: 0 0 2rem 0;
  font-size: 2rem;
  line-height: 1;
  color: #fe1a3f;
}
@media screen and (max-width: 768px) {
  .ct_form .mail_ct .alert {
    padding: 0 0 3.4rem 0;
    font-size: 2rem;
  }
}
.ct_form .mail_ct .alert.sub {
  padding: 0 0 1rem 0;
}
.ct_form .mail_ct .alert.show {
  display: block;
}

.go_home {
  margin: 3rem auto 0;
  padding: 1rem 5rem 1.5rem;
  border-radius: 5rem;
  background: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  display: table;
}
@media screen and (max-width: 768px) {
  .go_home {
    margin-bottom: 2rem;
  }
}
.go_home:hover {
  background: rgba(255, 120, 0, 0.1843137255);
  filter: drop-shadow(0 0 0.5rem rgba(0, 0, 0, 0.1215686275));
}

input[type=text],
input[type=email],
input[type=tel],
input[type=fax],
input[type=zip],
input[type=addr] {
  box-shadow: inset 4px 4px 0 0 #f2f2f2;
  border: solid #b3b3b3 1px;
  border-radius: 6px;
  width: 100%;
  height: 5.5rem;
  padding-left: 1rem;
  font-size: 1.8rem;
}
input[type=text]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=fax]::-moz-placeholder, input[type=zip]::-moz-placeholder, input[type=addr]::-moz-placeholder {
  color: #666;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
input[type=fax]::placeholder,
input[type=zip]::placeholder,
input[type=addr]::placeholder {
  color: #666;
}
input[type=text].blink,
input[type=email].blink,
input[type=tel].blink,
input[type=fax].blink,
input[type=zip].blink,
input[type=addr].blink {
  border: solid #fd8200 3px;
  animation: blink 0.5s linear infinite alternate;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=fax]:focus,
input[type=zip]:focus,
input[type=addr]:focus {
  outline: none;
}

select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none transparent;
  padding-left: 1rem;
  background: url(../image/mv_form_select_arr.png) 97% center no-repeat, #fff;
  box-shadow: inset 4px 4px 0 0 #f2f2f2;
  border: solid #b3b3b3 1px;
  border-radius: 6px;
  height: 5.5rem;
  width: 100%;
  padding-left: 1rem;
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  select {
    height: 5.8rem;
    border-radius: 0.8rem;
    padding-left: 1.3rem;
    font-size: 1.65rem;
    background: url(../image/mv_form_select_arr_sp.png) 96% center/1.7rem no-repeat;
  }
}
select:required:invalid {
  color: #666;
}
select option {
  color: initial;
}
select.blink {
  border: solid #fd8200 3px;
  animation: blink 0.5s linear infinite alternate;
}
select:focus {
  outline: none;
}

header {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
header .header_nav {
  position: relative;
  transition: all 0.7s;
  height: 8.4rem;
}
@media screen and (max-width: 768px) {
  header .header_nav {
    width: 100%;
    height: 4.2rem;
    margin-left: 0;
    padding: 0 1rem;
  }
}
header .header_nav .logo {
  margin-left: 1.5rem;
}
@media screen and (max-width: 990px) {
  header .header_nav .logo {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  header .header_nav .logo img {
    width: 16.5rem;
  }
}
header .header_nav .hd_nav {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 960px) {
  header .header_nav .hd_nav .tic {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .header_nav .hd_nav .tic {
    display: flex;
  }
}
header .header_nav .hd_nav .tic .tag {
  margin-right: 1.4rem;
  padding: 0.3rem 0.7rem;
  font-family: Hiragino_W8;
  font-size: 2.16rem;
  line-height: 1.2;
  border-radius: 1.2rem;
  border: solid #553718 3px;
}
header .header_nav .hd_nav .tic .tag span {
  display: block;
}
@media screen and (max-width: 1050px) {
  header .header_nav .hd_nav .tic .tag {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  header .header_nav .hd_nav .tic .tag {
    display: block;
    margin-right: 0.3rem;
    padding: 0.1rem 0.3rem;
    font-family: Hiragino_W8;
    font-size: 1rem;
    line-height: 1.2;
    border-radius: 0.4rem;
    border: solid #553718 2px;
  }
}
header .header_nav .hd_nav .tic .tel p:first-of-type {
  display: flex;
  align-items: center;
  font-family: FuturaStdHeavy;
  font-size: 4.14rem;
  line-height: 1;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  header .header_nav .hd_nav .tic .tel p:first-of-type {
    font-size: 2rem;
  }
}
header .header_nav .hd_nav .tic .tel p:first-of-type img {
  margin-right: 0.3rem;
}
@media screen and (max-width: 768px) {
  header .header_nav .hd_nav .tic .tel p:first-of-type img {
    margin-right: 0;
    width: 2.3rem;
  }
}
header .header_nav .hd_nav .tic .tel p:last-of-type {
  margin-top: 0.2rem;
  font-family: Hiragino_W4;
  font-size: 1.5rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  header .header_nav .hd_nav .tic .tel p:last-of-type {
    display: none;
  }
}
header .header_nav .hd_nav .tnc {
  margin-left: 1.3rem;
  margin-bottom: 0.6rem;
  width: 24.8rem;
  height: 6.2rem;
  border-radius: 1.15rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(0deg, #2d9023 10%, #40c611);
  filter: drop-shadow(0 5px 0 #236c1b);
}
@media screen and (max-width: 768px) {
  header .header_nav .hd_nav .tnc {
    display: none;
  }
}
header .header_nav .hd_nav .tnc p {
  margin-left: 1.2rem;
  font-family: Hiragino_W7;
  font-size: 2.29rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  header .header_nav .hd_nav .tnc p {
    margin-top: 0.3rem;
    font-size: 0.8rem;
  }
}
header .navToggle {
  position: fixed;
  right: 0;
  top: 0;
  display: none;
  z-index: 10000;
}
@media screen and (max-width: 768px) {
  header .navToggle {
    display: inline-block;
    background: #298cdb;
    width: 5.5rem;
    height: 5.5rem;
    padding: 1.4rem 1.1rem;
    cursor: pointer;
    z-index: 10010;
  }
  header .navToggle div {
    position: relative;
  }
  header .navToggle span {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    left: 0;
    transition: 0.35s ease-in-out;
  }
  header .navToggle span:nth-child(1) {
    top: 0;
  }
  header .navToggle span:nth-child(2) {
    top: 1.2rem;
  }
  header .navToggle span:nth-child(3) {
    top: 2.4rem;
  }
  header .navToggle p {
    font-weight: 500;
    font-size: 0.9rem;
    line-height: 1;
    color: #59cadc;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 1rem;
  }
}
header nav.sp-nav {
  display: none;
}
@media screen and (max-width: 768px) {
  header nav.sp-nav {
    display: block;
    position: fixed;
    width: 100%;
    height: calc(100vh - 5.5rem);
    overflow-y: scroll;
    top: 5.5rem;
    left: 0;
    background: #eef6fd;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    transform: scale(0.9);
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    padding: 0 2.5rem 5rem;
  }
  header nav.sp-nav a {
    display: block;
  }
  header nav.sp-nav a* {
    transition: 0s;
  }
  header nav.sp-nav ul.l_menu {
    display: block;
    padding: 0 0 0;
    margin-top: 1.7rem;
  }
  header nav.sp-nav ul.l_menu li.menu-li {
    position: relative;
  }
  header nav.sp-nav ul.l_menu li.menu-li a {
    position: relative;
  }
  header nav.sp-nav ul.l_menu li.menu-li > a {
    display: flex;
    align-items: center;
    padding: 1.85rem 0;
  }
  header nav.sp-nav ul.l_menu li.menu-li span {
    padding: 0;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.15;
    letter-spacing: 1px;
  }
  header nav.sp-nav ul.l_menu li.menu-li img {
    margin-left: 0.5rem;
    width: 1.9rem;
  }
  header nav.sp-nav ul.l_menu li.menu-li:last-of-type a span {
    padding-right: 2rem;
    background: url(../image/ico_sp_olink.webp) right 60%/1.6rem no-repeat;
  }
  header nav.sp-nav a.entry_link {
    display: flex;
    width: 100%;
    margin-top: 1rem;
  }
}
header.over {
  filter: drop-shadow(0 0.3rem 0.3rem rgba(0, 0, 0, 0.1843137255));
}
header.open nav.sp-nav {
  display: block;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition: transform 0.4s, opacity 0.4s;
}
header.open .navToggle span:nth-child(1) {
  top: 1.2rem;
  transform: rotate(315deg);
}
header.open .navToggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
header.open .navToggle span:nth-child(3) {
  top: 1.2rem;
  transform: rotate(-315deg);
}

footer {
  position: relative;
  z-index: 100;
  background: #f4e8dd;
}
footer .lg_contain {
  padding-top: 5rem;
  padding-bottom: 6rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 768px) {
  footer .lg_contain {
    padding-top: 1.3rem;
    padding-bottom: 1.6rem;
    justify-content: center;
  }
}
footer .lg_contain .pgtop {
  font-size: 1.64rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .pgtop {
    font-size: 1rem;
  }
}
footer .lg_contain .ft_links {
  margin-top: 3rem;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .ft_links {
    margin-top: 2rem;
  }
}
footer .lg_contain .ft_links li {
  padding: 0 1rem;
  font-size: 1.64rem;
  line-height: 1.1;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .ft_links li {
    padding: 0 0.6rem;
    font-size: 1rem;
  }
}
footer .lg_contain .ft_links li:first-of-type {
  border-right: solid #553718 1px;
}
footer .lg_contain .addr {
  margin-top: 3.5rem;
  font-size: 1.64rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .addr {
    margin-top: 2rem;
    font-size: 1rem;
    line-height: 1.6;
    text-align: center;
  }
}
footer .lg_contain .cpy {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  footer .lg_contain .cpy {
    text-align: center;
    margin-top: 0.3rem;
    font-size: 1.05rem;
  }
}

/*--------------------------------------------------------------
    # メインコンテンツ - main contents
--------------------------------------------------------------*/
main {
  position: relative;
}
main section {
  position: relative;
  width: 100%;
}
main section.hero .hero_nav {
  width: 100%;
  padding: 1.35rem 0;
  background: #e6cbb3;
  font-size: 2.98rem;
  letter-spacing: 3px;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media screen and (max-width: 768px) {
  main section.hero .hero_nav {
    padding: 0.4rem 0;
    font-size: 1.35rem;
    letter-spacing: 2.5px;
  }
}
main section.hero .hero_nav span {
  font-family: Hiragino_W7;
}
main section.hero .ttl_block {
  background: url(../image/mv_bg.jpg) right center/131.4rem 100% no-repeat;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block {
    background: url(../image/mv_bg_sp.jpg) right center/contain no-repeat, #f0eac9;
  }
}
main section.hero .ttl_block .xl_contain {
  position: relative;
  z-index: 1001;
  padding-top: 3.3rem;
  padding-bottom: 5rem;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain {
    padding: 0.4rem 0.5rem 2.3rem;
  }
}
main section.hero .ttl_block .xl_contain .avatar {
  position: absolute;
  left: -11rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .avatar {
    left: 0;
  }
}
main section.hero .ttl_block .xl_contain .avatar .fig {
  width: 57.6rem;
  aspect-ratio: 576/888;
}
@media screen and (max-width: 1300px) {
  main section.hero .ttl_block .xl_contain .avatar .fig {
    width: 50rem;
  }
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .avatar .fig {
    width: 16.8rem;
    aspect-ratio: unset;
  }
}
main section.hero .ttl_block .xl_contain .avatar .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 57%;
  top: 58%;
  text-shadow: -2px -2px 2px rgba(76, 52, 33, 0.6), 2px -2px 2px rgba(76, 52, 33, 0.6), -2px 2px 2px rgba(76, 52, 33, 0.6), 2px 2px 2px rgba(76, 52, 33, 0.6);
  white-space: nowrap;
  text-align: center;
  font-family: Hiragino_W3;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: -0.1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .avatar .txt {
    left: 50%;
    top: 48%;
    font-size: 0.85rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
}
@media screen and (max-width: 1300px) {
  main section.hero .ttl_block .xl_contain .r_contain {
    width: 70%;
  }
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain {
    width: 73%;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .fig02 {
  width: 87%;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .fig02 {
    width: 73%;
    margin-right: 1.4rem;
    margin-top: 0rem;
    margin-bottom: 1rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .fig02 img {
  margin: auto;
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid {
  display: grid;
  width: 100%;
  max-width: 86rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 3.2rem;
       column-gap: 3.2rem;
  row-gap: 1.9rem;
  counter-reset: mcnt;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid {
    margin-right: 1.3rem;
    width: 74%;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    row-gap: 0.4rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li {
  position: relative;
  background: rgba(255, 255, 255, 0.9019607843);
  border-radius: 1rem;
  padding: 1.2rem 1.5rem 1.2rem 2.3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  filter: drop-shadow(0rem 0.5rem 1rem rgba(0, 0, 0, 0.35));
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li::before {
  position: absolute;
  z-index: -1;
  transform: translate(0, -50%);
  left: 3rem;
  top: 60%;
  content: counter(mcnt);
  counter-increment: mcnt;
  font-family: AzoSansMedium;
  font-size: 16.6rem;
  line-height: 0.5;
  color: rgba(230, 203, 179, 0.5019607843);
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li::before {
    font-size: 5rem;
    left: 1rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li .txt {
  position: relative;
  z-index: 10;
  line-height: 1.2;
  text-shadow: -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff, 2px 2px 0 #fff;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(1) {
    padding: 0.1rem 1rem 0.4rem 1.2rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(1) .txt {
  font-size: 2.82rem;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(1) .txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(1) .fig {
    width: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(2) {
    padding: 0.8rem 1rem 0.6rem 1.2rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(2) .txt {
  font-size: 2.3rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(2) .txt {
    font-size: 1.2rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(2) .fig {
  position: absolute;
  z-index: 0;
  transform: translate(0, -50%);
  right: 1rem;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(2) .fig {
    width: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(3) {
    padding: 0.9rem 1rem 0.9rem 1.2rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(3) .txt {
  font-size: 2.82rem;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(3) .txt {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(3) .fig {
    width: 3.7rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(4) {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(4) {
    padding: 0.9rem 1rem 1.1rem 1.2rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(4) .txt {
  font-size: 2.3rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(4) .txt {
    font-size: 1.08rem;
  }
}
main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(4) .fig {
  position: absolute;
  z-index: 0;
  transform: translate(0, -50%);
  right: 1rem;
  top: 50%;
}
@media screen and (max-width: 768px) {
  main section.hero .ttl_block .xl_contain .r_contain .hero_tp_grid li:nth-of-type(4) .fig {
    width: 3.7rem;
  }
}
main section.feature {
  background: #edd8c5;
}
main section.feature .lg_contain {
  padding-top: 5rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain {
    padding: 0 1rem;
    padding-top: 1.5rem;
  }
}
main section.feature .lg_contain h3.sect_ttl {
  display: table;
  margin: auto;
  padding: 0 0.5rem 0.5rem;
  background: linear-gradient(180deg, transparent 60%, #fffbbd 40%);
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain h3.sect_ttl {
    padding: 0 0.3rem 0.2rem;
  }
}
main section.feature .lg_contain h3.sect_ttl p.sm_t {
  font-style: italic;
  font-family: Hiragino_W7;
  font-size: 3.76rem;
  line-height: 1;
  letter-spacing: -5px;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain h3.sect_ttl p.sm_t {
    font-size: 1.5rem;
    letter-spacing: -1px;
  }
}
main section.feature .lg_contain h3.sect_ttl p.sm_t span:last-of-type {
  font-size: 3.1rem;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain h3.sect_ttl p.sm_t span:last-of-type {
    font-size: 1.5rem;
  }
}
main section.feature .lg_contain h3.sect_ttl p.sm_t img {
  margin-right: 1rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain h3.sect_ttl p.sm_t img {
    margin-right: 0.5rem;
    width: 1.5rem;
  }
}
main section.feature .lg_contain h3.sect_ttl .lg_t {
  font-family: Hiragino_W7;
  font-size: 6.56rem;
  line-height: 1;
  letter-spacing: -5px;
}
@media screen and (max-width: 900px) {
  main section.feature .lg_contain h3.sect_ttl .lg_t {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain h3.sect_ttl .lg_t {
    font-size: 2.8rem;
  }
}
main section.feature .lg_contain h3.sect_ttl .lg_t span {
  font-size: 5.92rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain h3.sect_ttl .lg_t span {
    font-size: 2.6rem;
  }
}
main section.feature .lg_contain .feature_grid {
  position: relative;
  width: 100%;
  padding-top: 6rem;
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid {
    padding-top: 2.1rem;
    padding-bottom: 2.6rem;
  }
}
main section.feature .lg_contain .feature_grid ul {
  position: relative;
  z-index: 10;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 5.4rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul {
    width: 52.5%;
    padding: 0 0 0 1.4rem;
  }
}
main section.feature .lg_contain .feature_grid ul li {
  position: relative;
  width: 100%;
  background: #fff;
  border: solid rgba(85, 55, 24, 0.6) 0.5rem;
  border-radius: 10rem;
  padding: 1.6rem 4rem 1.6rem 9.5rem;
  margin-bottom: 1.9rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li {
    border: solid rgba(85, 55, 24, 0.6) 0.3rem;
    border-radius: 0.9rem;
    padding: 0.6rem 1rem 0.5rem 2.9rem;
    margin-bottom: 0.5rem;
  }
}
main section.feature .lg_contain .feature_grid ul li:last-of-type {
  margin-bottom: 0;
}
main section.feature .lg_contain .feature_grid ul li::after {
  position: absolute;
  z-index: 99;
  left: -5.3rem;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 12.3rem;
  aspect-ratio: 123/148;
  background: url(../image/feature_ast03.png) center center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li::after {
    left: -2rem;
    width: 4.3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li .ctx {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}
main section.feature .lg_contain .feature_grid ul li .ctx p {
  font-family: Hiragino_W7;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li .ctx p {
    white-space: nowrap;
    line-height: 1.35;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(1) .ctx {
  align-items: center;
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(1) .ctx p:nth-of-type(1) {
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(1) .ctx p:nth-of-type(1) {
    font-size: 1.5rem;
    line-height: 1.2;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(1) .ctx p:nth-of-type(2) {
  font-size: 7.9rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(1) .ctx p:nth-of-type(2) {
    font-size: 2.7rem;
    line-height: 1;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(1) .ctx p:nth-of-type(2) span {
  font-size: 5.6rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(1) .ctx p:nth-of-type(2) span {
    font-size: 1.9rem;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(2) .ctx {
  font-size: 4.31rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(2) .ctx {
    text-align: center;
    font-size: 1.6rem;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(2) .ctx span {
  font-size: 5.36rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(2) .ctx span {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) {
    padding-left: 2.9rem;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p {
    text-align: center;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p:first-of-type {
  font-size: 3.4rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p:first-of-type {
    font-size: 1.2rem;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p:first-of-type span:first-of-type {
  font-size: 5.18rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p:first-of-type span:first-of-type {
    font-size: 1.7rem;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p:first-of-type span:last-of-type {
  font-size: 3.88rem;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p:first-of-type span:last-of-type {
    font-size: 1.2rem;
  }
}
main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p:last-of-type {
  font-size: 3.2rem;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid ul li:nth-of-type(3) .ctx p:last-of-type {
    font-size: 1.1rem;
  }
}
main section.feature .lg_contain .feature_grid ul li .ico {
  margin-left: 1rem;
}
main section.feature .lg_contain .feature_grid .figs {
  position: absolute;
  z-index: 0;
  right: -13rem;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid .figs {
    right: -4rem;
  }
}
main section.feature .lg_contain .feature_grid .figs .fig {
  width: 53rem;
  aspect-ratio: 530/563;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid .figs .fig {
    width: 22rem;
  }
}
main section.feature .lg_contain .feature_grid .figs .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 63%;
  bottom: 8%;
  text-shadow: -2px -2px 5px rgba(76, 52, 33, 0.6), 2px -2px 8px rgba(76, 52, 33, 0.6), -1px 1px 8px rgba(76, 52, 33, 0.6), 2px 2px 2px rgba(76, 52, 33, 0.6);
  filter: drop-shadow(0 0.2rem 0.2rem #4c3421);
  white-space: nowrap;
  text-align: center;
  font-family: Hiragino_W3;
  font-size: 1.55rem;
  line-height: 1.5;
  letter-spacing: -0.1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.feature .lg_contain .feature_grid .figs .txt {
    font-size: 0.85rem;
    left: 46%;
    bottom: 5%;
  }
}
main section.mail_form .lg_contain {
  padding-top: 5rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  main section.mail_form .lg_contain {
    padding-top: 2rem;
    padding-bottom: 5rem;
  }
}
main section.other .lg_contain {
  padding-top: 5.5rem;
  padding-bottom: 9rem;
}
@media screen and (max-width: 768px) {
  main section.other .lg_contain {
    padding-top: 2.5rem;
    padding-bottom: 3.8rem;
  }
}
main section.other h4 {
  font-size: 5rem;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  main section.other h4 {
    font-size: 2.5rem;
  }
}
main section.other .other_grid {
  margin-top: 6.8rem;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.other .other_grid {
    margin-top: 2.6rem;
  }
}
main section.other .other_grid li {
  position: relative;
  width: 49.3%;
  height: 17.2rem;
  border: solid #4c3421 0.5rem;
  padding: 2.7rem 0;
  border-radius: 2rem;
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li {
    height: 7rem;
    border: solid #4c3421 0.3rem;
    padding: 1.5rem 0;
    border-radius: 0.9rem;
  }
}
main section.other .other_grid li::after {
  position: absolute;
  z-index: 10;
  content: "";
  width: 7.7rem;
  aspect-ratio: 1/2;
  background: url(../image/feature_ast03.png) center center/contain no-repeat;
  right: 0rem;
  top: -6.3rem;
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li::after {
    aspect-ratio: 1/1.3;
    right: -0.3rem;
    top: -1.4rem;
    width: 3.5rem;
  }
}
main section.other .other_grid li .cts {
  display: table;
  font-style: italic;
  font-family: Hiragino_W7;
  line-height: 0.5;
}
main section.other .other_grid li:first-child {
  padding-left: 3rem;
  background: url(../image/feature_other_ast01.png) right center/contain no-repeat, #edd8c5;
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li:first-child {
    padding-left: 0.5rem;
  }
}
main section.other .other_grid li:first-child .cts .txt1 {
  display: flex;
  align-items: baseline;
  font-size: 5.2rem;
  line-height: 0.5;
}
@media screen and (max-width: 960px) {
  main section.other .other_grid li:first-child .cts .txt1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li:first-child .cts .txt1 {
    font-size: 1.9rem;
  }
}
main section.other .other_grid li:first-child .cts .txt1 p {
  font-style: italic;
  font-family: futuraPTDemi;
  font-size: 7.4rem;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li:first-child .cts .txt1 p {
    font-size: 2.7rem;
  }
}
main section.other .other_grid li:first-child .cts .txt1 p span {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li:first-child .cts .txt1 p span {
    font-size: 2rem;
  }
}
main section.other .other_grid li:first-child .cts .txt1 .rtf {
  font-size: 4.3rem;
  line-height: 0.5;
}
@media screen and (max-width: 960px) {
  main section.other .other_grid li:first-child .cts .txt1 .rtf {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li:first-child .cts .txt1 .rtf {
    font-size: 1.5rem;
  }
}
main section.other .other_grid li:first-child .cts .txt2 {
  margin-top: 2.7rem;
  font-size: 5.48rem;
  line-height: 0.5;
}
@media screen and (max-width: 960px) {
  main section.other .other_grid li:first-child .cts .txt2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li:first-child .cts .txt2 {
    margin-top: 1.1rem;
    font-size: 2rem;
  }
}
main section.other .other_grid li:last-child {
  padding-left: 1rem;
  background: url(../image/feature_other_ast02.png) right center/contain no-repeat, #edd8c5;
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li:last-child {
    padding-left: 0.1rem;
  }
}
main section.other .other_grid li:last-child .cts .txt1 {
  align-items: baseline;
  font-size: 4.92rem;
  line-height: 1.1;
  letter-spacing: -0.3rem;
}
@media screen and (max-width: 960px) {
  main section.other .other_grid li:last-child .cts .txt1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.other .other_grid li:last-child .cts .txt1 {
    font-size: 2rem;
    line-height: 1;
  }
}
main section.other .check_green_btn {
  margin: 3rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.other .check_green_btn {
    margin: 2.3rem auto 0;
  }
}
main section.structure {
  background: #d8f1ff;
}
main section.structure .lg_contain {
  padding-top: 5rem;
  padding-bottom: 6.7rem;
}
@media screen and (max-width: 768px) {
  main section.structure .lg_contain {
    padding-top: 1rem;
    padding-bottom: 1.5rem;
  }
}
main section.structure .lg_contain h3.sect_ttl {
  display: table;
  margin: auto;
  padding: 0 0.5rem 0.5rem;
  background: linear-gradient(180deg, transparent 60%, #fffbbd 40%);
}
@media screen and (max-width: 768px) {
  main section.structure .lg_contain h3.sect_ttl {
    padding-bottom: 0.2rem;
  }
  main section.structure .lg_contain h3.sect_ttl img {
    width: 2.4rem;
    margin-right: 0.5rem;
  }
}
main section.structure .lg_contain h3.sect_ttl p {
  font-style: italic;
  font-family: Hiragino_W7;
  font-size: 5.73rem;
  line-height: 0.5;
  letter-spacing: -5px;
}
@media screen and (max-width: 960px) {
  main section.structure .lg_contain h3.sect_ttl p {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.structure .lg_contain h3.sect_ttl p {
    font-size: 2.7rem;
  }
}
main section.structure .lg_contain h3.sect_ttl p span:last-of-type {
  font-size: 5rem;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  main section.structure .lg_contain h3.sect_ttl p span:last-of-type {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.structure .lg_contain h3.sect_ttl p span:last-of-type {
    letter-spacing: 2px;
    font-size: 2.2rem;
  }
}
main section.structure .lg_contain h3.sect_ttl .lm_t {
  font-family: Hiragino_W7;
  font-size: 6.22rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  main section.structure .lg_contain h3.sect_ttl .lm_t {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.structure .lg_contain h3.sect_ttl .lm_t {
    font-size: 2.8rem;
  }
}
main section.structure .lg_contain .figs {
  margin: 4.6rem auto 0;
  width: 100%;
  background: #fff;
  padding: 4rem 3.7rem 3rem;
  border-radius: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.structure .lg_contain .figs {
    margin: 1.2rem auto 0;
    width: 97%;
    padding: 1.1rem 0.6rem 0.7rem;
    border-radius: 0.7rem;
  }
}
main section.cause .lg_contain {
  padding-top: 7.4rem;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  main section.cause .lg_contain {
    padding-top: 3rem;
  }
}
main section.cause .lg_contain h3.sect_ttl {
  display: table;
  margin: auto;
}
main section.cause .lg_contain h3.sect_ttl p {
  font-family: Hiragino_W7;
}
main section.cause .lg_contain h3.sect_ttl p:first-child {
  font-size: 5.8rem;
  line-height: 1.2;
}
@media screen and (max-width: 960px) {
  main section.cause .lg_contain h3.sect_ttl p:first-child {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.cause .lg_contain h3.sect_ttl p:first-child {
    font-size: 2.4rem;
  }
}
main section.cause .lg_contain h3.sect_ttl p:last-child {
  font-size: 7rem;
  line-height: 1.4;
  letter-spacing: -4px;
}
@media screen and (max-width: 960px) {
  main section.cause .lg_contain h3.sect_ttl p:last-child {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.cause .lg_contain h3.sect_ttl p:last-child {
    font-size: 3rem;
  }
}
main section.cause .lg_contain .cause_list {
  display: table;
  margin: 5rem auto 0;
  width: 100%;
  max-width: 96rem;
}
@media screen and (max-width: 768px) {
  main section.cause .lg_contain .cause_list {
    margin-top: 1.8rem;
  }
}
main section.cause .lg_contain .cause_list li {
  position: relative;
  width: 100%;
  background: #edd8c5;
  padding: 1.7rem 1rem;
  padding-left: 9rem;
  margin-bottom: 1rem;
  font-size: 3.2rem;
  line-height: 1.1;
  letter-spacing: -1px;
}
@media screen and (max-width: 960px) {
  main section.cause .lg_contain .cause_list li {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 768px) {
  main section.cause .lg_contain .cause_list li {
    padding: 0.6rem 1rem;
    padding-left: 3.5rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
  }
}
main section.cause .lg_contain .cause_list li span {
  font-family: Hiragino_W7;
}
main section.cause .lg_contain .cause_list li:last-of-type {
  margin-bottom: 0;
}
main section.cause .lg_contain .cause_list li::before {
  position: absolute;
  content: "";
  z-index: 99;
  transform: translate(0, -50%);
  left: 2rem;
  top: 50%;
  width: 5rem;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: url(../image/ico_check01.png) center center/3.3rem no-repeat, #fff;
}
@media screen and (max-width: 768px) {
  main section.cause .lg_contain .cause_list li::before {
    left: 0.8rem;
    width: 2rem;
    background: url(../image/ico_check01.png) center center/1.4rem no-repeat, #fff;
  }
}
main section.cause .lg_contain .figs {
  margin: 3.5rem auto 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.cause .lg_contain .figs {
    margin-top: 1.5rem;
    width: 100vw;
    margin-left: -0.8rem;
  }
}
main section.example {
  background: #edd8c5;
}
main section.example .lg_contain {
  padding-top: 6.2rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }
}
main section.example .lg_contain h3.sect_ttl {
  display: table;
  margin: auto;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain h3.sect_ttl img {
    width: 2.3rem;
    margin-right: 0.2rem;
  }
}
main section.example .lg_contain h3.sect_ttl .txt1 {
  font-style: italic;
  font-family: Hiragino_W7;
  font-size: 5.73rem;
  line-height: 1.4;
}
@media screen and (max-width: 1020px) {
  main section.example .lg_contain h3.sect_ttl .txt1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain h3.sect_ttl .txt1 {
    font-size: 2.25rem;
  }
}
main section.example .lg_contain h3.sect_ttl .txt1 span:last-of-type {
  font-size: 5.46rem;
  font-style: normal;
}
@media screen and (max-width: 1020px) {
  main section.example .lg_contain h3.sect_ttl .txt1 span:last-of-type {
    font-size: 3.7rem;
  }
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain h3.sect_ttl .txt1 span:last-of-type {
    font-size: 2.3rem;
  }
}
main section.example .lg_contain h3.sect_ttl .txt2 {
  padding: 0 0.5rem 0.5rem;
  background: linear-gradient(180deg, transparent 60%, #fffbbd 40%);
  font-family: Hiragino_W7;
  font-size: 5.46rem;
  line-height: 1;
}
@media screen and (max-width: 1020px) {
  main section.example .lg_contain h3.sect_ttl .txt2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain h3.sect_ttl .txt2 {
    font-size: 2.1rem;
  }
}
main section.example .lg_contain h3.sect_ttl .txt2 .lgt {
  font-size: 7.2rem;
}
@media screen and (max-width: 1020px) {
  main section.example .lg_contain h3.sect_ttl .txt2 .lgt {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain h3.sect_ttl .txt2 .lgt {
    font-size: 2.8rem;
  }
}
main section.example .lg_contain .exam_grid {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  margin-top: 6.7rem;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid {
    margin: 3.3rem auto 0;
    max-width: 100%;
    justify-content: space-around;
  }
}
main section.example .lg_contain .exam_grid li {
  position: relative;
  margin-bottom: 2.3rem;
}
@media screen and (max-width: 1060px) {
  main section.example .lg_contain .exam_grid li {
    width: 32%;
  }
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li {
    width: 42.1%;
    margin-bottom: 1.8rem;
  }
}
main section.example .lg_contain .exam_grid li .figs {
  position: relative;
  padding-top: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li .figs {
    padding-top: 0.6rem;
    padding-left: 0.6rem;
  }
}
main section.example .lg_contain .exam_grid li .figs::before {
  position: absolute;
  z-index: 95;
  content: "";
  width: 1px;
  height: 6rem;
  transform: translate(-50%, 30%);
  left: 47%;
  bottom: 0;
  background: #553718;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li .figs::before {
    height: 3rem;
  }
}
main section.example .lg_contain .exam_grid li .figs::after {
  position: absolute;
  z-index: 50;
  content: "";
  width: calc(100% - 1.6rem);
  height: calc(100% - 1.6rem);
  border: solid #553718 1px;
  left: 0;
  top: 0;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li .figs::after {
    width: calc(100% - 0.8rem);
    height: calc(100% - 0.8rem);
  }
}
main section.example .lg_contain .exam_grid li .figs .tag {
  position: absolute;
  z-index: 90;
  width: 13.8rem;
  aspect-ratio: 138/143;
  top: -2.2rem;
  right: 0rem;
}
@media screen and (max-width: 1060px) {
  main section.example .lg_contain .exam_grid li .figs .tag {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li .figs .tag {
    width: 43%;
    top: -0.9rem;
    right: -0.2rem;
  }
}
main section.example .lg_contain .exam_grid li .cts {
  width: 100%;
  margin-top: 2.5rem;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li .cts {
    margin-top: 1.5rem;
  }
}
main section.example .lg_contain .exam_grid li .cts p {
  text-align: center;
}
main section.example .lg_contain .exam_grid li .cts p:first-of-type {
  font-size: 2.48rem;
  line-height: 1.1;
  letter-spacing: -2px;
}
@media screen and (max-width: 960px) {
  main section.example .lg_contain .exam_grid li .cts p:first-of-type {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li .cts p:first-of-type {
    font-size: 1.3rem;
  }
}
main section.example .lg_contain .exam_grid li .cts p:last-of-type {
  font-family: Hiragino_W7;
  font-size: 4.12rem;
  line-height: 1.3;
  color: #ed4a18;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li .cts p:last-of-type {
    font-size: 2.2rem;
    line-height: 1.4;
  }
}
main section.example .lg_contain .exam_grid li .cts p:last-of-type span {
  font-size: 3.4rem;
  line-height: 0.5;
}
@media screen and (max-width: 768px) {
  main section.example .lg_contain .exam_grid li .cts p:last-of-type span {
    font-size: 1.7rem;
  }
}
main section.qa .lg_contain {
  padding-top: 8rem;
  padding-bottom: 10.7rem;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain {
    padding-top: 3.2rem;
    padding-bottom: 3.7rem;
  }
}
main section.qa .lg_contain h3.sect_ttl {
  display: table;
  margin: auto;
}
main section.qa .lg_contain h3.sect_ttl .txt0 {
  margin-right: 1rem;
  background: linear-gradient(180deg, transparent 60%, #fffbbd 40%);
  font-family: Hiragino_W7;
  font-size: 5.46rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  main section.qa .lg_contain h3.sect_ttl .txt0 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain h3.sect_ttl .txt0 {
    margin-right: 0.5rem;
    font-size: 2.3rem;
  }
}
main section.qa .lg_contain h3.sect_ttl .txt1 {
  font-style: italic;
  font-family: Hiragino_W7;
  font-size: 5.73rem;
  line-height: 1;
  letter-spacing: -5px;
}
@media screen and (max-width: 960px) {
  main section.qa .lg_contain h3.sect_ttl .txt1 {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain h3.sect_ttl .txt1 {
    font-size: 2.3rem;
  }
  main section.qa .lg_contain h3.sect_ttl .txt1 img {
    width: 2rem;
    margin-right: 0.3rem;
  }
}
main section.qa .lg_contain h3.sect_ttl .txt1 span:last-of-type {
  font-size: 5.46rem;
  font-style: normal;
}
@media screen and (max-width: 960px) {
  main section.qa .lg_contain h3.sect_ttl .txt1 span:last-of-type {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain h3.sect_ttl .txt1 span:last-of-type {
    font-size: 2.2rem;
  }
}
main section.qa .lg_contain h3.sect_ttl .txt2 {
  margin-top: 1.5rem;
  padding: 0 0.5rem 0.5rem;
  background: linear-gradient(180deg, transparent 60%, #fffbbd 40%);
  font-family: Hiragino_W7;
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 960px) {
  main section.qa .lg_contain h3.sect_ttl .txt2 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain h3.sect_ttl .txt2 {
    margin-top: 1rem;
    padding: 0 0.5rem 0.1rem;
    font-size: 2.4rem;
  }
}
main section.qa .lg_contain .qa_grid {
  margin-top: 5rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid {
    margin-top: 2.2rem;
  }
}
main section.qa .lg_contain .qa_grid li {
  width: 100%;
  margin-bottom: 4.55rem;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li {
    margin-bottom: 1.65rem;
  }
}
main section.qa .lg_contain .qa_grid li:last-of-type {
  margin-bottom: 0;
}
main section.qa .lg_contain .qa_grid li.fig_left {
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li.fig_left {
    padding-left: 0;
  }
}
main section.qa .lg_contain .qa_grid li.fig_left .cts {
  margin-left: 3.4rem;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li.fig_left .cts {
    margin-left: 1.8rem;
  }
}
main section.qa .lg_contain .qa_grid li.fig_left .cts .ballon::before {
  left: -3rem;
  top: 50%;
  border-right: solid #f4e8dd 3rem;
  border-left: none;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li.fig_left .cts .ballon::before {
    left: -1.6rem;
    border-right: solid #f4e8dd 1.6rem;
  }
}
main section.qa .lg_contain .qa_grid li.fig_right {
  padding-right: 4rem;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li.fig_right {
    padding-right: 0;
  }
}
main section.qa .lg_contain .qa_grid li.fig_right .cts {
  margin-right: 2.5rem;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li.fig_right .cts {
    margin-right: 1.8rem;
  }
}
main section.qa .lg_contain .qa_grid li.fig_right .cts .ballon::before {
  right: -3rem;
  top: 50%;
  border-left: solid #f4e8dd 3rem;
  border-right: none;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li.fig_right .cts .ballon::before {
    right: -1.6rem;
    border-left: solid #f4e8dd 1.6rem;
  }
}
main section.qa .lg_contain .qa_grid li .fig {
  width: 19.3rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li .fig {
    width: 8rem;
  }
}
main section.qa .lg_contain .qa_grid li .cts {
  flex: 1;
}
main section.qa .lg_contain .qa_grid li .cts .ballon {
  position: relative;
  padding: 2.4rem 3.3rem;
  padding-right: 1rem;
  background: #f4e8dd;
  border-radius: 2rem;
  font-size: 3.6rem;
  line-height: 1.15;
  letter-spacing: -1px;
  color: #282727;
}
@media screen and (max-width: 960px) {
  main section.qa .lg_contain .qa_grid li .cts .ballon {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li .cts .ballon {
    font-size: 1.5rem;
    padding: 1.1rem 1rem;
    padding-right: 0.1rem;
    border-radius: 1rem;
  }
}
main section.qa .lg_contain .qa_grid li .cts .ballon::before {
  position: absolute;
  content: "";
  width: 0;
  height: 3rem;
  border-top: solid #ffffff 1.5rem;
  border-bottom: solid #fff 1.5rem;
  background: #f4e8dd;
  transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li .cts .ballon::before {
    height: 0;
    border-top: solid #ffffff 0.6rem;
    border-bottom: solid #fff 0.6rem;
  }
}
main section.qa .lg_contain .qa_grid li .cts .desc {
  padding-top: 1rem;
  padding-left: 4.5rem;
}
@media screen and (max-width: 960px) {
  main section.qa .lg_contain .qa_grid li .cts .desc {
    padding-left: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li .cts .desc {
    padding-left: 0;
    padding-top: 0.4rem;
    align-items: flex-start;
    letter-spacing: -0.5px;
  }
}
main section.qa .lg_contain .qa_grid li .cts .desc .point {
  width: 8.9rem;
  margin-right: 2rem;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li .cts .desc .point {
    width: 3.7rem;
    margin-right: 1rem;
  }
}
main section.qa .lg_contain .qa_grid li .cts .desc .ds {
  flex: 1;
  margin-top: 2rem;
  font-size: 2.6rem;
  line-height: 1.3;
  color: #282727;
}
@media screen and (max-width: 960px) {
  main section.qa .lg_contain .qa_grid li .cts .desc .ds {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .qa_grid li .cts .desc .ds {
    margin-top: 0.6rem;
    font-size: 1.1rem;
  }
}
main section.qa .lg_contain .qa_grid li .cts .desc .ds .t_bold {
  font-family: Hiragino_W7;
}
main section.qa .lg_contain .qa_grid li .cts .desc .ds .t_bold span {
  font-family: inherit;
}
main section.qa .lg_contain .link_btn_grid {
  margin-top: 10rem;
}
@media screen and (max-width: 768px) {
  main section.qa .lg_contain .link_btn_grid {
    margin-top: 2rem;
  }
}
main section.flow {
  background: #d8f1ff;
}
main section.flow .lg_contain {
  padding-top: 8rem;
  padding-bottom: 7rem;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain {
    padding-top: 3rem;
    padding-bottom: 2.5rem;
  }
}
main section.flow .lg_contain h3.sect_ttl {
  display: table;
  margin: auto;
}
main section.flow .lg_contain h3.sect_ttl p {
  font-family: Hiragino_W7;
  line-height: 0.5;
}
main section.flow .lg_contain h3.sect_ttl p:nth-of-type(1), main section.flow .lg_contain h3.sect_ttl p:nth-of-type(2) {
  font-size: 7.3rem;
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain h3.sect_ttl p:nth-of-type(1), main section.flow .lg_contain h3.sect_ttl p:nth-of-type(2) {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain h3.sect_ttl p:nth-of-type(1), main section.flow .lg_contain h3.sect_ttl p:nth-of-type(2) {
    font-size: 2.9rem;
  }
}
main section.flow .lg_contain h3.sect_ttl .skewlyr {
  position: relative;
  margin: 0 3rem;
  padding: 0 3rem;
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain h3.sect_ttl .skewlyr {
    margin: 0 1.5rem;
    padding: 0 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain h3.sect_ttl .skewlyr {
    margin: 0 0.8rem;
    padding: 0 1.3rem;
  }
}
main section.flow .lg_contain h3.sect_ttl .skewlyr p {
  position: relative;
  font-size: 7.13rem;
  line-height: 1.25;
  color: #fff;
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain h3.sect_ttl .skewlyr p {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain h3.sect_ttl .skewlyr p {
    font-size: 2.9rem;
    letter-spacing: 2px;
  }
}
main section.flow .lg_contain h3.sect_ttl .skewlyr p span {
  color: #fff8ab;
}
main section.flow .lg_contain h3.sect_ttl .skewlyr::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: 110%;
  background: #553718;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) skew(340deg);
}
main section.flow .lg_contain .flow_list {
  display: table;
  margin: 5rem auto 0;
  max-width: 101rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list {
    margin-top: 3rem;
    width: 96%;
  }
}
main section.flow .lg_contain .flow_list li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 4.5rem;
  background: #1498cf;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li {
    margin-bottom: 3.4rem;
  }
}
main section.flow .lg_contain .flow_list li:last-of-type {
  margin-bottom: 0;
}
main section.flow .lg_contain .flow_list li:last-of-type .cts::after {
  content: unset;
}
main section.flow .lg_contain .flow_list li .label {
  width: 18.4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li .label {
    width: 7.7rem;
  }
}
main section.flow .lg_contain .flow_list li .label p {
  font-family: Hiragino_W6;
}
main section.flow .lg_contain .flow_list li .label p:first-of-type {
  font-size: 3.97rem;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li .label p:first-of-type {
    font-size: 1.7rem;
  }
}
main section.flow .lg_contain .flow_list li .label p:last-of-type {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  background: #fff;
  width: 4.27rem;
  aspect-ratio: 1/1;
  font-size: 3.2rem;
  line-height: 0.5;
  color: #1498cf;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li .label p:last-of-type {
    width: 2.6rem;
    font-size: 2rem;
    margin-top: 0.5rem;
  }
}
main section.flow .lg_contain .flow_list li .cts {
  position: relative;
  background: #fff;
  width: calc(100% - 18.4rem);
  min-height: 13.5rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li .cts {
    width: calc(100% - 7.7rem);
    min-height: 6.8rem;
  }
}
main section.flow .lg_contain .flow_list li .cts::after {
  position: absolute;
  transform: translate(-50%, 0);
  left: 50%;
  bottom: -4rem;
  content: "";
  border-top: solid #1498cf 2.8rem;
  border-left: solid rgba(0, 0, 0, 0) 10.5rem;
  border-right: solid rgba(0, 0, 0, 0) 10.5rem;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li .cts::after {
    bottom: -3.2rem;
    border-top: solid #1498cf 2.4rem;
    border-left: solid rgba(0, 0, 0, 0) 4.5rem;
    border-right: solid rgba(0, 0, 0, 0) 4.5rem;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .cts {
  padding: 5rem 3.5rem 2rem;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .cts {
    padding: 1.8rem 1.7rem;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .ts {
  text-align: center;
  font-size: 3.97rem;
  line-height: 0.5;
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .ts {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .ts {
    font-size: 1.7rem;
    line-height: 0.8;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid {
  margin-top: 4rem;
  width: 100%;
  background: rgba(255, 248, 171, 0.4588235294);
  padding: 2rem 2rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid {
    margin-top: 2.2rem;
    padding: 1.6rem 1.2rem;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .check_green_btn_sm {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 7rem;
  padding: 0 1rem 0 2rem;
  border-radius: 2.5rem;
  background: linear-gradient(0deg, #2d9023 10%, #40c611);
  filter: drop-shadow(0 4px 0 #236c1b);
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .check_green_btn_sm {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .check_green_btn_sm {
    margin-bottom: 1.6rem;
    height: 4.6rem;
    border-radius: 1rem;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .check_green_btn_sm p {
  font-size: 2.13rem;
  line-height: 0.5;
  letter-spacing: -1px;
  color: #fff;
  text-shadow: -3px -3px 0 #2d9023, 3px -3px 0 #2d9023, -3px 3px 0 #2d9023, 3px 3px 0 #2d9023;
  filter: drop-shadow(0 0rem 0.5rem #2d9023);
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .check_green_btn_sm p {
    font-size: 1.4rem;
    white-space: nowrap;
    line-height: 0.5;
    letter-spacing: -0.3px;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .check_green_btn_sm img {
  margin-left: 1.5rem;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .check_green_btn_sm img {
    margin-left: 0.8rem;
    width: 2.9rem;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .tel_link {
  display: flex;
  align-items: center;
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .tel_link .tag {
  margin-right: 0.7rem;
  padding: 0.8rem 0.6rem;
  font-family: Hiragino_W8;
  font-size: 1.8rem;
  line-height: 0.6;
  border-radius: 1rem;
  border: solid #553718 3px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .tel_link .tag {
    margin-right: 0.5rem;
    font-size: 1.4rem;
    line-height: 0.56;
    border-radius: 0.5rem;
    border: solid #553718 2px;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .tel_link .tag span {
  display: block;
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .tel_link img {
  margin-right: 0.5rem;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .tel_link img {
    margin-right: 0.2rem;
    width: 2.7rem;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .tel_link .teln {
  font-family: FuturaStdHeavy;
  font-size: 3.43rem;
  line-height: 1;
  letter-spacing: -0.7px;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(1) .link_grid .tel_link .teln {
    font-size: 2.5rem;
    line-height: 1;
    letter-spacing: 0;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(2) .ts {
  text-align: center;
  font-size: 3.97rem;
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(2) .ts {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(2) .ts {
    font-size: 1.95rem;
  }
}
main section.flow .lg_contain .flow_list li:nth-of-type(3) .tm {
  text-align: center;
  font-size: 4.8rem;
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(3) .tm {
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .flow_list li:nth-of-type(3) .tm {
    font-size: 2.5rem;
  }
}
main section.flow .lg_contain .ref {
  display: table;
  margin: 5rem auto 0;
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain .ref {
    margin-top: 1.7rem;
    text-align: center;
  }
}
main section.flow .lg_contain h4 {
  font-family: Hiragino_W7;
  font-size: 4.58rem;
  line-height: 1.2;
  letter-spacing: -2px;
}
@media screen and (max-width: 960px) {
  main section.flow .lg_contain h4 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.flow .lg_contain h4 {
    font-size: 2.3rem;
    line-height: 1.4;
  }
}
main section.voice .lg_contain {
  padding-top: 5.5rem;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain {
    padding-top: 2.5rem;
  }
}
main section.voice .lg_contain h3.sect_ttl {
  display: table;
  margin: auto;
  text-align: center;
}
main section.voice .lg_contain h3.sect_ttl .ttp p {
  font-family: Hiragino_W7;
  line-height: 1;
}
main section.voice .lg_contain h3.sect_ttl .ttp p:first-of-type {
  font-style: italic;
  font-size: 5.12rem;
  letter-spacing: -6px;
}
@media screen and (max-width: 960px) {
  main section.voice .lg_contain h3.sect_ttl .ttp p:first-of-type {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain h3.sect_ttl .ttp p:first-of-type {
    white-space: nowrap;
    font-size: 2.1rem;
    letter-spacing: -4px;
  }
  main section.voice .lg_contain h3.sect_ttl .ttp p:first-of-type img {
    width: 2rem;
    margin-right: 0.2rem;
  }
}
main section.voice .lg_contain h3.sect_ttl .ttp p:last-of-type {
  font-size: 4.89rem;
}
@media screen and (max-width: 960px) {
  main section.voice .lg_contain h3.sect_ttl .ttp p:last-of-type {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain h3.sect_ttl .ttp p:last-of-type {
    font-size: 1.9rem;
  }
}
main section.voice .lg_contain h3.sect_ttl .ttb {
  display: table;
  margin: 2rem auto 0;
  padding: 0 2rem;
  font-family: Hiragino_W7;
  line-height: 1;
  font-size: 7.68rem;
  background: linear-gradient(180deg, transparent 60%, #fffbbd 40%);
}
@media screen and (max-width: 960px) {
  main section.voice .lg_contain h3.sect_ttl .ttb {
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain h3.sect_ttl .ttb {
    margin: 0.8rem auto 0;
    padding: 0 0.2rem;
    font-size: 3.3rem;
  }
}
main section.voice .lg_contain .voice_grid {
  margin-top: 7rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  -moz-column-gap: 3rem;
       column-gap: 3rem;
  row-gap: 2.6rem;
}
@media screen and (max-width: 960px) {
  main section.voice .lg_contain .voice_grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_grid {
    width: 95.4%;
    margin: 3rem auto 0;
    row-gap: 0.9rem;
  }
}
main section.voice .lg_contain .voice_grid li {
  width: 100%;
  background: linear-gradient(90deg, #d0eaf5, #f6fcff) 50% 50%/calc(100% - 3rem) calc(100% - 3rem) no-repeat, linear-gradient(90deg, #1498cf 0%, #d7f0ff 100%);
  box-sizing: border-box;
  padding: 3.8rem 2rem;
  padding-left: 3rem;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_grid li {
    padding: 1.4rem 1rem 1.4rem;
    padding-left: 1.2rem;
    background: linear-gradient(90deg, #d0eaf5, #f6fcff) 50% 50%/calc(100% - 1rem) calc(100% - 1rem) no-repeat, linear-gradient(90deg, #1498cf 0%, #d7f0ff 100%);
  }
}
main section.voice .lg_contain .voice_grid li .figs .fig {
  width: 15.5rem;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_grid li .figs .fig {
    width: 7rem;
  }
}
main section.voice .lg_contain .voice_grid li .figs .v_name {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_grid li .figs .v_name {
    margin-top: 0.5rem;
    font-size: 0.9rem;
  }
}
main section.voice .lg_contain .voice_grid li .ds {
  flex: 1;
  margin-left: 2rem;
  font-size: 2.4rem;
  line-height: 1.333;
  letter-spacing: -1px;
}
@media screen and (max-width: 768px) {
  main section.voice .lg_contain .voice_grid li .ds {
    margin-left: 1rem;
    font-size: 1.3rem;
    line-height: 1.2;
    letter-spacing: -1px;
  }
}
main section.contact .xl_contain {
  padding-top: 7.5rem;
  padding-bottom: 11rem;
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain {
    padding-top: 2.5rem;
    padding-bottom: 3.5rem;
  }
}
main section.contact .xl_contain h3.mttl {
  display: table;
  margin: auto;
  padding: 0 1rem;
  background: #f9efc0;
  font-family: Hiragino_W7;
  font-size: 6.83rem;
  line-height: 1.3;
  color: #282727;
}
@media screen and (max-width: 960px) {
  main section.contact .xl_contain h3.mttl {
    font-size: 4.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain h3.mttl {
    padding: 0 0.5rem;
    font-size: 2.7rem;
  }
}
main section.contact .xl_contain .campaign_block {
  position: relative;
  width: 100%;
  margin-top: 5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1230px) {
  main section.contact .xl_contain .campaign_block {
    padding-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block {
    padding-top: 2.3rem;
    padding-bottom: 6rem;
    margin-top: 3rem;
    width: 100vw;
    margin-left: -1.8rem;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
}
main section.contact .xl_contain .campaign_block::before {
  position: absolute;
  z-index: 0;
  content: "";
  width: 100%;
  height: calc(100% - 1.7rem);
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  background: linear-gradient(90deg, transparent, #d8f1ff 40%, transparent);
}
main section.contact .xl_contain .campaign_block::after {
  position: absolute;
  content: "";
  transform: translate(-50%, 100%);
  left: 50%;
  bottom: -1.5rem;
  width: 51.5rem;
  aspect-ratio: 515/90;
  background: url(../image/arrow_gradient.png) bottom center/contain no-repeat;
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block::after {
    width: 15.5rem;
  }
}
main section.contact .xl_contain .campaign_block .cts {
  position: relative;
  color: #282727;
  text-shadow: -2px -2px 0.5rem #fff, 2px -2px 0.5rem #fff, -1px 1px 0.5rem #fff, 2px 2px 0.5rem #fff;
  filter: drop-shadow(0 0rem 0.7rem #fff);
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block .cts {
    margin-left: 2rem;
  }
}
main section.contact .xl_contain .campaign_block .cts .ttl1 p:first-of-type {
  font-size: 6rem;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block .cts .ttl1 p:first-of-type {
    font-size: 2.1rem;
  }
}
main section.contact .xl_contain .campaign_block .cts .ttl1 p:last-of-type {
  margin-top: 2rem;
  font-size: 6.74rem;
  line-height: 1;
}
main section.contact .xl_contain .campaign_block .cts .ttl1 p:last-of-type span {
  font-family: Hiragino_W7;
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block .cts .ttl1 p:last-of-type span {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block .cts .ttl1 p:last-of-type {
    margin-top: 0.7rem;
    font-size: 2.4rem;
  }
}
main section.contact .xl_contain .campaign_block .cts .ttl2 {
  margin-top: 7.5rem;
  font-size: 6rem;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block .cts .ttl2 {
    margin-top: 2.9rem;
    font-size: 2.2rem;
    line-height: 1.2;
  }
}
main section.contact .xl_contain .campaign_block .figs {
  position: relative;
}
@media screen and (max-width: 1230px) {
  main section.contact .xl_contain .campaign_block .figs {
    margin-top: 5rem;
  }
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block .figs {
    position: absolute;
    right: 0;
    bottom: 0.8rem;
  }
  main section.contact .xl_contain .campaign_block .figs .fig {
    width: 14.7rem;
  }
}
main section.contact .xl_contain .campaign_block .figs .txt {
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  bottom: 5%;
  text-shadow: -2px -2px 5px rgba(76, 52, 33, 0.6), 2px -2px 8px rgba(76, 52, 33, 0.6), -1px 1px 8px rgba(76, 52, 33, 0.6), 2px 2px 2px rgba(76, 52, 33, 0.6);
  filter: drop-shadow(0 0.2rem 0.2rem #4c3421);
  white-space: nowrap;
  text-align: center;
  font-family: Hiragino_W3;
  font-size: 1.55rem;
  line-height: 1.5;
  letter-spacing: -0.1rem;
  color: #fff;
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .campaign_block .figs .txt {
    font-size: 0.75rem;
    text-shadow: -2px -2px 3px rgba(76, 52, 33, 0.6), 2px -2px 3px rgba(76, 52, 33, 0.6), -1px 1px 3px rgba(76, 52, 33, 0.6), 2px 2px 2px rgba(76, 52, 33, 0.6);
    filter: drop-shadow(0 0.2rem 0.1rem #4c3421);
    left: 40%;
    bottom: 6%;
  }
}
main section.contact .xl_contain .link_btn_grid {
  margin-top: 16.5rem;
}
@media screen and (max-width: 768px) {
  main section.contact .xl_contain .link_btn_grid {
    margin-top: 5rem;
  }
}
main section.contact_main .lg_contain {
  padding-top: 6rem;
  padding-bottom: 15rem;
}
@media screen and (max-width: 768px) {
  main section.contact_main .lg_contain {
    width: calc(100% - 3rem);
    padding-top: 8rem;
    margin-bottom: 6rem;
    padding-bottom: 0;
  }
}
main section.contact_main .lg_contain h3.sect_ttl p.zt {
  padding-bottom: 1rem;
  font-size: 3rem;
  line-height: 1.1;
}
main section.contact_main .lg_contain .ct_form {
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */