@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・mixin
・base
====================================================================== */
/* ======================================================================
 reset
====================================================================== */
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
  Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details,
dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup,
html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section,
small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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;
}

/* YUI 3.4.1 (build 4118) Copyright 2011 Yahoo! Inc. All rights reserved.
Licensed under the BSD License. http://yuilibrary.com/license/ */
/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: #fff;
  color: #333;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, sans-serif;
  word-wrap: break-word;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

html, body {
  width: 100%;
  height: 100%;
}

.page {
  width: 100%;
  margin: 0 auto;
}

/* border-box */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a:link {
  text-decoration: none;
  cursor: pointer;
}
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}

/* button */
button {
  display: block;
  outline: none;
  border: none;
  background-color: transparent;
  cursor: pointer;
}

input, textarea, select {
  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  border-image: none;
  background: transparent;
  font-family: inherit;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
}

img {
  max-width: 100%;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.u_num {
  font-family: "Roboto",sans-serif;
}

.u_bold {
  font-weight: bold;
}

.u_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
}
.u_pc_i {
  display: inline;
}
@media screen and (max-width: 768px) {
  .u_pc_i {
    display: none;
  }
}

.u_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_sp {
    display: block;
  }
}
.u_sp_i {
  display: none;
}
@media screen and (max-width: 768px) {
  .u_sp_i {
    display: inline;
  }
}

.c-title-1 {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  font-weight: bold;
}
.c-title-1__ja {
  font-size: 32px;
  color: #855D17;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .c-title-1__ja {
    font-size: 24px;
  }
}
.c-title-1__en {
  color: #B3A483;
  font-size: 20px;
  margin: 10px 0 0;
}
.c-title-1__en span {
  position: relative;
  z-index: 1;
}
.c-title-1__en span:before {
  content: url(../img/title-ico1.svg);
  position: absolute;
  top: 5px;
  left: -10px;
  z-index: -1;
}

.c-title-2 {
  padding: 60px 0 0;
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
  font-weight: bold;
}
.c-title-2:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 20px solid rgba(179, 164, 131, 0.3);
  border-bottom: 0;
}
.c-title-2__ja {
  font-size: 24px;
  color: #855D17;
  line-height: 1.4;
  ruby-position: under;
}
@media screen and (max-width: 768px) {
  .c-title-2__ja {
    font-size: 20px;
  }
}
.c-title-2__ja rt {
  font-size: 10px;
  margin: 3px 0 0;
  text-align: center;
}
.c-title-2__ja .u_bold {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .c-title-2__ja .u_bold {
    font-size: 24px;
  }
}
.c-title-2__ja .dot {
  position: relative;
}
.c-title-2__ja .dot:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #855D17;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .c-title-2__ja .dot:before {
    width: 6px;
    height: 6px;
  }
}

.c-title-3 {
  font-size: 32px;
  font-weight: bold;
  color: #855D17;
}
@media screen and (max-width: 768px) {
  .c-title-3 {
    font-size: 24px;
    display: flex;
    justify-content: center;
  }
}
.c-title-3 span {
  position: relative;
}
.c-title-3 span:before {
  content: url(../img/title-ico2.svg);
  position: absolute;
  top: 5px;
  left: -20px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .c-title-3 span:before {
    content: url(../img/sp/title-ico2.svg);
    top: 19px;
    left: -18px;
  }
}
.c-title-3 span rt {
  font-size: 10px;
  text-align: center;
  margin: 0 0 5px;
}

.u-txt_1 {
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .u-txt_1 {
    line-height: 1.7;
  }
}

.l_header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  padding: 16px 0 8px;
  z-index: 20;
}
.l_header:before {
  content: "";
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #774e07, #a86f0c);
  position: fixed;
  top: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l_header:before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .l_header {
    padding: 8px 4.6875vw;
  }
}
.l_header_title {
  font-size: 12px;
  color: #855D17;
  margin: 0 0 4px;
}
@media screen and (max-width: 768px) {
  .l_header_title {
    display: none;
  }
}
.l_header_flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l_header_flex a img {
  width: 263px;
}
@media screen and (max-width: 768px) {
  .l_header_flex a img {
    width: 194px;
  }
}
.l_header_item {
  display: flex;
}
@media screen and (max-width: 768px) {
  .l_header_item {
    display: none;
  }
}
.l_header__inner {
  width: 1035px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .l_header__inner {
    width: 100%;
  }
}
.l_header_time {
  align-self: center;
  color: #855D17;
}
.l_header_time_txt1 {
  font-size: 12px;
  text-align: center;
}
.l_header_time_txt2 {
  font-size: 16px;
  margin: 3px 0 0;
}
.l_header_tel {
  font-family: "Roboto",serif;
  font-size: 40px;
  color: #855D17;
  margin: 0 10px;
  align-self: center;
}
.l_header_tel img {
  display: inline-block;
  transform: translateY(2px);
}
.l_header_btn {
  width: 225px;
  height: 44px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* ▼ グラデーションは1つだけ定義 */
  background: linear-gradient(90deg, #57a9db 0%, #2f70d2 51%, #57a9db 100%);
  /* ▼ ここが肝 */
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position .3s ease;
}
.l_header_btn:hover {
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .l_header_btn:hover {
    background-position: left center;
  }
}
.l_header_btn:before {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 13px;
}
.l_header_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l_header_btn_txt1 {
  font-size: 10px;
  color: #fff;
  position: relative;
  padding: 0 8px;
}
.l_header_btn_txt1:before, .l_header_btn_txt1:after {
  content: "";
  width: 1px;
  height: 9px;
  background: #fff;
  position: absolute;
  top: 1px;
}
.l_header_btn_txt1:before {
  transform: rotate(-30deg);
  left: 0;
}
.l_header_btn_txt1:after {
  transform: rotate(30deg);
  right: 1px;
}
.l_header_btn_txt2 {
  margin: 2px 0 0;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
}

.l_mainvis {
  padding: 86px 0 0;
  background: url(../img/mvbg.png);
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_mainvis {
    padding: 0;
    margin: 49px 0 0;
    background: url(../img/sp/mvbg.png);
    background: none;
    background-size: cover;
  }
}
.l_mainvis:after {
  position: absolute;
  content: url(../img/mv-ico-txt.png);
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 768px) {
  .l_mainvis:after {
    display: none;
  }
}
.l_mainvis__inner {
  width: 1035px;
  margin: 0 auto;
  padding: 75px 0 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .l_mainvis__inner {
    width: 100%;
    padding: 20px 4.6875vw 24px;
    background: url(../img/sp/mvbg.png);
    background-size: cover;
  }
}
.l_mainvis__imgbox {
  position: absolute;
  bottom: 0;
  right: -50px;
  width: 491px;
  height: 678px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__imgbox {
    position: absolute;
    bottom: 0;
    right: -27px;
    width: 69vw;
    height: 95vw;
  }
}
.l_mainvis__imgbox img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: auto;
  opacity: 0;
  transition: opacity 1s ease;
}
.l_mainvis__imgbox img.is-active {
  opacity: 1;
}
.l_mainvis__txtbox {
  width: 535px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__txtbox {
    width: 100%;
  }
}
.l_mainvis__txtbox img {
  transform: translateX(-18px);
}
@media screen and (max-width: 768px) {
  .l_mainvis__txtbox img {
    transform: translateX(0);
  }
}
.l_mainvis__txt1 {
  margin: 20px 0 0;
  font-size: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  letter-spacing: .3em;
}
@media screen and (max-width: 768px) {
  .l_mainvis__txt1 {
    margin: 10px 0 0;
    font-size: 5.35vw;
  }
}
.l_mainvis__txt2 {
  margin: 10px 0 0 -12px;
  font-size: 74px;
  color: #855D17;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 768px) {
  .l_mainvis__txt2 {
    font-size: 12.9vw;
    margin: 10px 0 0 -7px;
  }
}
.l_mainvis__txt2 rt {
  font-size: 16px;
  text-align: center;
  margin: 0 0 5px;
  transform: translateY(1em);
}
@media screen and (max-width: 768px) {
  .l_mainvis__txt2 rt {
    margin: 0;
    font-size: 3.5vw;

  }
}
.l_mainvis__txt3 {
  font-size: 20px;
  line-height: 1.6;
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .l_mainvis__txt3 {
    margin: 6vw 0 0;
    font-size: 3.8vw;
    line-height: 2;
  }
}
.l_mainvis__lists {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
@media screen and (max-width: 768px) {
  .l_mainvis__lists {
    width: 100vw;
    transform: translateX(-4.6875vw);
    margin: 24vw 0 3vw;
  }
}
.l_mainvis__list {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 2;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-style: dashed;
  text-decoration-color: #B3A483;
  /* ← 色を指定 */
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
}
@media screen and (max-width: 768px) {
  .l_mainvis__list {
    font-size: 2.9vw;
  }
  .l_mainvis__list div {
    transform: translate(1vw, .5vw);
  }
}
.l_mainvis__list._list1 {
  width: 175px;
  height: 173px;
  background: url(../img/mv-list1.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l_mainvis__list._list1 {
    aspect-ratio: 23 / 22;
    background: url(../img/sp/mv-list1.png);
    background-size: cover;
    width: 37vw;
    height: auto;
  }
}
.l_mainvis__list._list2 {
  width: 169px;
  height: 170px;
  background: url(../img/mv-list2.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l_mainvis__list._list2 {
    aspect-ratio: 31 / 30;
    background: url(../img/sp/mv-list2.png);
    background-size: cover;
    width: 37vw;
    height: auto;
  }
}
.l_mainvis__list._list3 {
  width: 167px;
  height: 161px;
  background: url(../img/mv-list3.png);
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .l_mainvis__list._list3 {
    aspect-ratio: 251 / 233;
    background: url(../img/sp/mv-list3.png);
    background-size: cover;
    width: 38vw;
    height: auto;
  }
}
.l_mainvis_btn {
  width: 520px;
  height: 70px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* ▼ グラデーションは1つだけ */
  background: linear-gradient(90deg, #57a9db 0%, #2f70d2 51%, #57a9db 100%);
  /* ▼ btn-grad方式 */
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position .35s ease;
}
.l_mainvis_btn:hover {
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .l_mainvis_btn:hover {
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  .l_mainvis_btn {
    width: 100%;
  }
}
.l_mainvis_btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
}
.l_mainvis_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.l_mainvis_btn_txt1 {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .l_mainvis_btn_txt1 {
    font-size: 12px;
  }
}
.l_mainvis_btn_txt1:before {
  content: "";
  width: 1px;
  height: 9px;
  background: #fff;
  transform: rotate(-30deg);
  position: absolute;
  top: 3px;
  left: 0px;
}
.l_mainvis_btn_txt1:after {
  content: "";
  width: 1px;
  height: 9px;
  background: #fff;
  transform: rotate(30deg);
  position: absolute;
  top: 3px;
  right: 1px;
}
.l_mainvis_btn_txt1 .color {
  color: #FFEED8;
  font-weight: bold;
}
.l_mainvis_btn_txt1 .dot {
  position: relative;
}
.l_mainvis_btn_txt1 .dot:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #FFEED8;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
}
.l_mainvis_btn_txt2 {
  margin: 5px 0 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .l_mainvis_btn_txt2 {
    font-size: 18px;
  }
}
.l_mainvis_indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .l_mainvis_indent {
    font-size: 11px;
    line-height: 1.5;
  }
}
.l_mainvis > .u_sp {
  padding: 0 4.6875vw;
  margin: 40px 0 0;
  position: relative;
  z-index: 2;
}

main {
  overflow: hidden;
}

.sec1 {
  padding: 55px 0;
  position: relative;
  overflow: hidden;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .sec1 {
    padding: 40px 0 55px;
  }
}
.sec1:before {
  content: url(../img/sec1-bg.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .sec1:before {
    content: url(../img/sp/sec1-bg.png);
  }
}
.sec1__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec1__inner {
    width: 100%;
    padding: 0 4.6875vw;
  }
}
.sec1__lists {
  margin: 44px 0 0;
  background: #FFFAF0;
  border-radius: 8px;
  padding: 32px 40px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec1__lists {
    margin: 30px 0 0;
    padding: 20px;
  }
}
.sec1__list {
  width: calc(50% - 10px);
  font-size: 20px;
  position: relative;
  padding: 0 0 0 30px;
}
@media screen and (max-width: 768px) {
  .sec1__list {
    width: 100%;
    font-size: 16px;
    line-height: 1.5;
  }
}
.sec1__list:before {
  content: url(../img/list-ico.svg);
  position: absolute;
  top: -1px;
  left: 0;
}

.sec2 {
  background: linear-gradient(180deg, #ffeed8 0%, #fdfcfa 100%);
  padding: 150px 0 50px;
  margin: -100px 0 0;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 768px) {
  .sec2 {
    padding: 140px 4.6875vw 32px;
  }
}
.sec2__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec2__inner {
    width: 100%;
  }
}
.sec2__inner:before {
  content: url(../img/sec2-ico.svg);
  position: absolute;
  bottom: -220px;
  z-index: 0;
  left: -410px;
}
@media screen and (max-width: 768px) {
  .sec2__inner:before {
    content: url(../img/sp/sec2-ico.svg);
    bottom: -140px;
    left: -192px;
  }
}
.sec2__flex {
  display: flex;
  gap: 0 9%;
}
@media screen and (max-width: 768px) {
  .sec2__flex {
    flex-direction: column;
  }
}
.sec2__flex__txtbox {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sec2__flex__txtbox {
    width: 100%;
  }
}
.sec2__flex__txtbox .u-txt_1 {
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .sec2__flex__txtbox .u-txt_1 {
    margin: 24px 0 0;
  }
}
.sec2__flex__imgbox {
  width: 46%;
}
@media screen and (max-width: 768px) {
  .sec2__flex__imgbox {
    margin: 24px 0 0;
    width: 100%;
  }
}
.sec2__fukidashi {
  margin: 45px 0 0;
  display: flex;
  justify-content: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec2__fukidashi {
    margin: 30px 0 0;
  }
}
.sec2__fukidashi__inner {
  background: #B3A483;
  border-radius: 999px;
  width: 280px;
  height: 40px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec2__fukidashi__inner {
    font-size: 16px;
  }
}
.sec2__fukidashi__inner:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 9px solid #B3A483;
  border-bottom: 0;
}
.sec2__lists {
  width: 692px;
  margin: -15px auto 0;
  background: #fff;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  gap: 0 32px;
  position: relative;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .sec2__lists {
    flex-direction: column;
    width: 100%;
    gap: 15px 0;
  }
}
.sec2__lists:before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 20px solid #B3A483;
  border-bottom: 0;
}
.sec2__list {
  position: relative;
  padding: 0 0 0 15px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .sec2__list {
    font-size: 16px;
  }
}
.sec2__list:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B3A483;
  position: absolute;
  top: 7px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec2__list:before {
    top: 6px;
  }
}
.sec2__last {
  margin: 30px 0 0;
  font-size: 32px;
  color: #855D17;
  font-weight: bold;
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec2__last {
    font-size: 20px;
    font-feature-settings: "palt";
    margin: 40px 0 0;
  }
}
.sec2__last:before {
  content: url(../img/sec2-txtbg.svg);
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec2__last:before {
    content: url(../img/sp/sec2-txtbg.svg);
  }
}

.sec3 {
  padding: 55px 0;
  background: linear-gradient(180deg, #fdfcfa 0%, rgba(225, 247, 252, 0.65) 12%, #ddf2f7 50%, #e4f7fc 80%, rgba(228, 247, 252, 0.5) 89%, #fdfcfa 100%);
  position: relative;
  z-index: 8;
}
@media screen and (max-width: 768px) {
  .sec3 {
    padding: 32px 0;
  }
}
.sec3 .c-title-1 {
  margin: 0 0 45px;
}
.sec3__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec3__inner {
    width: 100%;
    padding: 0 4.6875vw;
  }
}
.sec3__inner:before {
  content: url(../img/sec3-ico.svg);
  position: absolute;
  bottom: -250px;
  right: -440px;
}
@media screen and (max-width: 768px) {
  .sec3__inner:before {
    content: url(../img/sp/sec3-ico.svg);
    bottom: -80px;
    right: -140px;
  }
}
.sec3__box {
  background: #fff;
  padding: 40px;
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .sec3__box {
    padding: 20px;
    flex-direction: column;
  }
}
.sec3__box._reverse {
  margin: 32px 0;
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .sec3__box._reverse {
    margin: 16px 0;
    flex-direction: column;
  }
}
.sec3__txtbox {
  width: calc(100% - (383px + 32px));
}
@media screen and (max-width: 768px) {
  .sec3__txtbox {
    width: 100%;
  }
}
.sec3__imgbox {
  width: 383px;
  align-self: center;
}
@media screen and (max-width: 768px) {
  .sec3__imgbox {
    width: 100%;
    margin: 15px 0 0;
  }
}
.sec3__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #855D17;
  display: flex;
  align-items: center;
  gap: 0 10px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec3__ttl {
    font-size: 20px;
  }
}
.sec3__num {
  background: #B3A483;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-family: "Roboto",serif;
  color: #fff;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .sec3__num {
    width: 28px;
    height: 28px;
    font-size: 14px;
    line-height: 29px;
  }
}
.sec3__num__inner {
  display: inline-block;
}
.sec3 .tag {
  margin: 20px 0 10px;
}
.sec3 .ico1 {
  display: inline-block;
  font-size: 16px;
  padding: 4px 8px 6px;
  background: #DCEFF4;
  border-radius: 999px;
}
.sec3 .ico2 {
  display: inline-block;
  font-size: 16px;
  padding: 4px 8px 6px;
  background: #EBEBEB;
  border-radius: 999px;
}
.sec3__list {
  font-size: 16px;
  position: relative;
  padding: 0 0 0 15px;
  line-height: 1.7;
}
.sec3__list:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B3A483;
  position: absolute;
  top: 10px;
  left: 0;
}
.sec3__subttl {
  margin: 40px 0 0;
  font-size: 36px;
  font-weight: bold;
  position: relative;
  color: #fff;
  text-align: center;
  padding: 10px 25px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec3__subttl {
    margin: 32px 0 0;
    font-size: 24px;
    padding: 0;
    line-height: 2.3;
  }
}
.sec3__subttl__bg {
  padding: 10px 25px;
  background: #B3A483;
}
@media screen and (max-width: 768px) {
  .sec3__subttl__bg {
    padding: 0;
    background: none;
  }
}
@media screen and (max-width: 768px) {
  .sec3__subttl_ico1 {
    position: relative;
    padding: 5px 10px;
    background: #B3A483;
  }
}
@media screen and (max-width: 768px) {
  .sec3__subttl_ico2 {
    padding: 5px 10px;
    position: relative;
    background: #B3A483;
  }
}

.sec4 {
  padding: 55px 0;
  background: linear-gradient(180deg, #fdfcfa 0%, rgba(255, 238, 216, 0.6) 41%, rgba(253, 252, 250, 0.98) 88%, #fdfcfa 100%);
  position: relative;
  z-index: 7;
}
@media screen and (max-width: 768px) {
  .sec4 {
    padding: 32px 0;
  }
}
.sec4__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec4__inner {
    width: 100%;
    padding: 0 4.6875vw;
  }
}
.sec4__inner:before {
  content: url(../img/sec4-ico.svg);
  position: absolute;
  bottom: -260px;
  left: -390px;
}
@media screen and (max-width: 768px) {
  .sec4__inner:before {
    content: url(../img/sp/sec4-ico.svg);
    bottom: -110px;
    left: -150px;
    z-index: -1;
  }
}
.sec4__flex {
  margin: 45px 0 0;
  display: flex;
  justify-content: space-between;
  gap: 0 4%;
}
@media screen and (max-width: 768px) {
  .sec4__flex {
    margin: 32px 0 0;
    flex-direction: column;
  }
}
.sec4__txtbox {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .sec4__txtbox {
    width: 100%;
  }
}
.sec4__imgbox {
  width: 51%;
}
@media screen and (max-width: 768px) {
  .sec4__imgbox {
    margin: 20px 0 0;
    width: 100%;
  }
}
.sec4__point {
  background: #B3A483;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px 3px;
  font-family: "Roboto",serif;
  color: #fff;
  border-radius: 999px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec4__point {
    font-weight: 500;
    width: 48px;
    height: 48px;
    font-size: 12px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .sec4__point > span {
    display: block;
    transform: translateY(4px);
  }
}
@media screen and (max-width: 768px) {
  .sec4__point .num {
    transform: translateY(-3px);
    font-size: 16px;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .sec4__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.sec4__item:not(:first-of-type) {
  margin: 32px 0 0;
}
.sec4__ttl {
      word-break: auto-phrase;
  line-height: 1.4;
  font-size: 20px;
  color: #855D17;
  font-weight: bold;
  margin: 20px 0 15px;
}
@media screen and (max-width: 768px) {
  .sec4__ttl {
    margin: 0 0 10px;
    line-height: 1.5;
    width: calc(100% - 60px);
    padding: 0 0 0 12px;
  }
}

.sec5 {
  padding: 55px 0;
  background: linear-gradient(180deg, #fdfcfa 0%, rgba(225, 247, 252, 0.65) 12%, #ddf2f7 50%, #e4f7fc 80%, rgba(228, 247, 252, 0.5) 89%, #fdfcfa 100%);
  position: relative;
  z-index: 6;
}
@media screen and (max-width: 768px) {
  .sec5 {
    padding: 32px 0;
  }
}
.sec5__inner {
  width: 785px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec5__inner {
    width: 100%;
    padding: 0 4.6875vw;
  }
}
.sec5__inner:before {
  position: absolute;
  content: url(../img/sec5-bgico.svg);
  bottom: -290px;
  right: -520px;
}
@media screen and (max-width: 768px) {
  .sec5__inner:before {
    content: url(../img/sp/sec5-bgico.svg);
    bottom: -110px;
    right: -160px;
  }
}
.sec5 .c-title-1 {
  margin: 0 0 45px;
}
@media screen and (max-width: 768px) {
  .sec5 .c-title-1 {
    margin: 0 0 32px;
  }
}
.sec5__item {
  background: #fff;
  padding: 16px;
  display: flex;
  position: relative;
}
.sec5__item:not(:first-of-type) {
  margin: 24px 0 0;
}
.sec5__item:not(:last-of-type):before {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 20px solid #B3A483;
  border-bottom: 0;
}
@media screen and (max-width: 768px) {
  .sec5__item {
    flex-wrap: wrap;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .sec5__item .u_sp {
    margin: 10px 0 0;
    width: 100%;
  }
}
.sec5__point {
  background: #B3A483;
  display: inline-block;
  font-size: 16px;
  padding: 4px 10px 3px;
  font-family: "Roboto", serif;
  color: #fff;
  border-radius: 999px;
}
@media screen and (max-width: 768px) {
  .sec5__point {
    font-weight: 500;
    font-size: 14px;
  }
}
.sec5__imgbox {
  width: 164px;
}
@media screen and (max-width: 768px) {
  .sec5__imgbox {
    width: 100px;
  }
}
.sec5__txtbox {
  width: calc(100% - 164px);
  padding: 0 0 0 20px;
}
@media screen and (max-width: 768px) {
  .sec5__txtbox {
    width: calc(100% - 100px);
  }
}
.sec5__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #855D17;
  margin: 10px 0;
}
@media screen and (max-width: 768px) {
  .sec5__ttl {
    margin: 10px 0 0;
    line-height: 1.7;
  }
}
.sec5__attention {
  margin: 15px 0 0;
  background: #FFE3E3;
  border-radius: 4px;
  padding: 16px;
}
.sec5__attention__item {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 0 20px;
  position: relative;
  line-height: 1.6;
}
.sec5__attention__item:not(:first-of-type) {
  margin: 5px 0 0;
}
.sec5__attention__item:before {
  content: url(../img/sec5-ico.svg);
  position: absolute;
  top: 2px;
  left: 0;
}
.sec5__attention__bg {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(193, 127, 128, 0.2) 50%);
}

.sec6 {
  background: linear-gradient(180deg, #fdfcfa 0%, rgba(255, 238, 216, 0.6) 41%, rgba(253, 252, 250, 0.98) 88%, #fdfcfa 100%);
  padding: 50px 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .sec6 {
    padding: 32px 4.6875vw;
  }
}
.sec6__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec6__inner {
    width: 100%;
  }
}
.sec6__inner:before {
  content: url(../img/sec6-ico.svg);
  position: absolute;
  bottom: -280px;
  left: -380px;
}
@media screen and (max-width: 768px) {
  .sec6__inner:before {
    content: url(../img/sp/sec4-ico.svg);
    bottom: -80px;
    z-index: -1;
    left: -160px;
  }
}
.sec6__lists {
  margin: 30px 0;
  display: flex;
  gap: 0 28px;
}
@media screen and (max-width: 768px) {
  .sec6__lists {
    gap: 16px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .sec6__item {
    width: calc(50% - 8px);
  }
}
.sec6__txtbox {
  word-break: auto-phrase;
  padding: 15px 0 0;
}
.sec6__ttl {
  font-size: 20px;
  color: #855D17;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .sec6__ttl {
    font-size: 16px;
  }
}
.sec6__point {
  background: rgba(179, 164, 131, 0.2);
  padding: 4px 8px 6px;
  display: inline-block;
  font-size: 16px;
  color: #333;
  border-radius: 999px;
  margin: 0 0 10px;
}
.sec6 .togglebox {
  margin: 32px 0 0;
  padding: 20px 32px;
  border: 1px solid #B3A483;
  border-radius: 8px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec6 .togglebox {
    padding: 16px 20px;
  }
}
.sec6 .togglebox__box {
  display: none;
}
@media screen and (max-width: 768px) {
  .sec6 .togglebox__box {
    padding: 0;
  }
}
.sec6 .togglebox__ttl {
  width: 100%;
  font-size: 20px;
  color: #855D17;
  font-weight: bold;
  padding: 0;
  position: relative;
  text-align: left;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .sec6 .togglebox__ttl {
    font-size: 16px;
  }
}
.sec6 .togglebox__ttl:hover {
  opacity: 0.7;
}
@media screen and (max-width: 768px) {
  .sec6 .togglebox__ttl:hover {
    opacity: 1;
  }
}
.sec6 .togglebox__ttl:before {
  content: url(../img/sec6-arrow.svg);
  transform: rotate(180deg);
  position: absolute;
  top: 6px;
  right: 0;
  transition: all .2s linear;
}
@media screen and (max-width: 768px) {
  .sec6 .togglebox__ttl:before {
    top: 3px;
  }
}
.sec6 .togglebox__ttl.active:before {
  top: 3px;
  transform: rotate(0deg);
}
.sec6 .togglebox__subttl {
  margin: 24px 0 10px;
  font-size: 16px;
  color: #855D17;
  font-weight: bold;
}

.sec7 {
  padding: 55px 0;
  background: linear-gradient(180deg, #fdfcfa 0%, rgba(225, 247, 252, 0.65) 12%, #ddf2f7 50%, #e4f7fc 80%, rgba(228, 247, 252, 0.5) 89%, #fdfcfa 100%);
  position: relative;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .sec7 {
    padding: 32px 4.6875vw;
  }
}
.sec7__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec7__inner {
    width: 100%;
  }
}
.sec7__inner:before {
  content: url(../img/sec7-ico.svg);
  position: absolute;
  bottom: -270px;
  right: -440px;
}
@media screen and (max-width: 768px) {
  .sec7__inner:before {
    content: url(../img/sp/sec5-bgico.svg);
    bottom: -130px;
    right: -200px;
    z-index: -1;
  }
}
.sec7 .c-title-1 {
  margin: 0 0 30px;
}
.sec7__box {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec7__box {
    padding: 20px;
  }
}
.sec7__box:not(:first-of-type) {
  margin: 32px 0 0;
}
.sec7__box .u-txt_1 .bg {
  background: linear-gradient(rgba(0, 0, 0, 0) 50%, rgba(179, 164, 131, 0.15) 50%);
}
.sec7__ttl {
  font-size: 24px;
  font-weight: bold;
  color: #855D17;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec7__ttl {
    line-height: 1.5;
    font-size: 20px;
  }
}
.sec7__ttl:before {
  content: url(../img/title-ico1.svg);
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
}
.sec7__subbox {
  background: #FFFAF0;
  padding: 16px;
  font-size: 14px;
  line-height: 1.7;
}
.sec7 .u-txt_1 {
  margin: 15px 0;
}
.sec7__flex {
  margin: 15px 0 0;
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .sec7__flex {
    flex-direction: column;
  }
}
.sec7__flex__ttl {
  font-size: 20px;
  font-weight: bold;
  color: #855D17;
  display: flex;
  align-items: center;
  margin: 0 0 12px;
}
@media screen and (max-width: 768px) {
  .sec7__flex__ttl {
    font-size: 14px;
    line-height: 1.7;
  }
  .sec7__flex__ttl img {
    margin: 0 0 0 10px;
  }
}
.sec7__flex__row {
  display: flex;
}
.sec7__flex__row:not(:first-of-type) {
  border-top: 1px solid #B3A483;
}
.sec7__flex__row:last-of-type {
  border-bottom: 1px solid #B3A483;
}
.sec7__flex__row__ttl {
  width: 164px;
  font-size: 16px;
  padding: 12px;
  background: rgba(179, 164, 131, 0.2);
}
@media screen and (max-width: 768px) {
  .sec7__flex__row__ttl {
    width: 132px;
    font-size: 14px;
  }
}
.sec7__flex__row__desc {
  width: calc(100% - 164px);
  padding: 12px;
  font-size: 16px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .sec7__flex__row__desc {
    font-size: 14px;
    width: calc(100% - 132px);
  }
}
.sec7__flex__item {
  width: calc(50% - 16px);
}
@media screen and (max-width: 768px) {
  .sec7__flex__item {
    width: 100%;
  }
  .sec7__flex__item:not(:first-of-type) {
    margin: 30px 0 0;
  }
}
.sec7__indent {
  font-size: 16px;
  line-height: 1.5;
  padding: 0 0 0 1em;
  text-indent: -1em;
  margin: 12px 0 0;
}
@media screen and (max-width: 768px) {
  .sec7__indent {
    font-size: 12px;
  }
}

.sec8 {
  background: linear-gradient(to bottom, #fdfcfa 0%, rgba(255, 238, 216, 0.6) 41%, rgba(253, 252, 250, 0.98) 88%, #fdfcfa 100%);
  padding: 50px 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 768px) {
  .sec8 {
    padding: 32px 4.6875vw;
  }
}
.sec8__inner {
  width: 840px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec8__inner {
    width: 100%;
  }
}
.sec8__inner:before {
  content: url(../img/sec8-ico.svg);
  position: absolute;
  bottom: -250px;
  left: -440px;
}
@media screen and (max-width: 768px) {
  .sec8__inner:before {
    content: url(../img/sp/sec4-ico.svg);
    left: -180px;
    z-index: -1;
    bottom: -90px;
  }
}
.sec8 .c-title-1 {
  margin: 0 0 30px;
}
.sec8__item {
  padding: 32px 0;
  border-top: 1px solid #B3A483;
}
.sec8__item:last-of-type {
  border-bottom: 1px solid #B3A483;
}
@media screen and (max-width: 768px) {
  .sec8__item {
    padding: 20px 0;
  }
}
.sec8__q {
  position: relative;
  padding: 0 0 0 40px;
  font-size: 20px;
  color: #855D17;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec8__q {
    line-height: 1.5;
  }
}
.sec8__q:before {
  content: url(../img/sec8-ico1.svg);
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec8__q:before {
    top: 2px;
  }
}
.sec8__a {
  margin: 20px 0 0;
  position: relative;
  padding: 0 0 0 40px;
  font-size: 16px;
}
.sec8__a:before {
  content: url(../img/sec8-ico2.svg);
  position: absolute;
  top: -2px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .sec8__a:before {
    top: 0;
  }
}

.sec9 {
  padding: 55px 0;
  background: linear-gradient(180deg, #fdfcfa 0%, rgba(225, 247, 252, 0.65) 12%, #ddf2f7 50%, #e4f7fc 80%, rgba(228, 247, 252, 0.5) 89%, #fdfcfa 100%);
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .sec9 {
    padding: 32px 4.6875vw;
  }
}
.sec9__inner {
  width: 1000px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec9__inner {
    width: 100%;
  }
}
.sec9__inner:before {
  content: url(../img/sec9-ico.svg);
  position: absolute;
  bottom: -290px;
  right: -410px;
}
@media screen and (max-width: 768px) {
  .sec9__inner:before {
    content: url(../img/sp/sec5-bgico.svg);
    bottom: -110px;
    right: -170px;
    z-index: -1;
  }
}
.sec9 .c-title-1 {
  margin: 0 0 30px;
}
.sec9__title {
  font-size: 32px;
  font-weight: bold;
  color: #855D17;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec9__title {
    font-size: 24px;
  }
}
.sec9__title:before {
  content: url(../img/title-ico3.svg);
  position: absolute;
  top: 0;
  left: -10px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .sec9__title:before {
    content: url(../img/sp/title-ico2.svg);
  }
}
.sec9__title.clinic {
  margin: 40px 0 30px;
}
.sec9__flex {
  margin: 24px 0 0;
  display: flex;
  gap: 0 3%;
}
@media screen and (max-width: 768px) {
  .sec9__flex {
    flex-direction: column;
  }
}
.sec9 .doctor {
  width: 32%;
}
@media screen and (max-width: 768px) {
  .sec9 .doctor {
    width: 100%;
  }
}
.sec9 .doctor__txt1 {
  margin: 15px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: bold;
  color: #855D17;
}
.sec9 .doctor__txt1 .big {
  font-size: 24px;
  display: inline-block;
  margin: 0 0 0 5px;
}
.sec9__item {
  width: 65%;
}
@media screen and (max-width: 768px) {
  .sec9__item {
    width: 100%;
  }
}
.sec9__item__ttl {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: #855D17;
}
@media screen and (max-width: 768px) {
  .sec9__item__ttl {
    font-size: 20px;
    line-height: 1.7;
    margin: 20px 0 0;
  }
}
.sec9__item .u-txt_1 {
  margin: 10px 0 0;
}
.sec9__item .u-txt_1 + .u-txt_1 {
  margin: 30px 0 0;
}
.sec9__row {
  display: flex;
  background: #fff;
  border-top: 1px solid #B3A483;
}
.sec9__row:last-of-type {
  border-bottom: 1px solid #B3A483;
}
@media screen and (max-width: 768px) {
  .sec9__row {
    flex-direction: column;
  }
}
.sec9__subtitle {
  width: 32%;
  padding: 12px 12px 12px 20px;
  font-size: 16px;
  background: rgba(179, 164, 131, 0.2);
}
@media screen and (max-width: 768px) {
  .sec9__subtitle {
    width: 100%;
  }
}
.sec9__desc {
  width: 68%;
  padding: 12px 12px 12px 20px;
  background: #fff;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec9__desc {
    width: 100%;
    line-height: 1.7;
    padding: 12px;
  }
}
.sec9__desc a {
  color: #855D17;
}
.sec9__desc a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .sec9__desc a:hover {
    text-decoration: none;
  }
}
.sec9__desc table thead th {
  padding: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sec9__desc table thead th {
    padding: 9px;
    font-size: 12px;
  }
}
.sec9__desc table tbody tr {
  border-top: 1px solid #B3A483;
}
.sec9__desc table tbody tr:last-of-type {
  border-bottom: 1px solid #B3A483;
}
.sec9__desc table tbody td {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec9__desc table tbody td {
    font-size: 12px;
  }
}
.sec9__desc table tbody td:first-of-type {
  width: 120px;
  padding: 17px 12px;
  background: rgba(179, 164, 131, 0.2);
}
@media screen and (max-width: 768px) {
  .sec9__desc table tbody td:first-of-type {
    width: 26vw;
  }
}
.sec9__desc table tbody td:not(:first-of-type) {
  width: 68px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .sec9__desc table tbody td:not(:first-of-type) {
    width: 8vw;
  }
}
.sec9__desc table tbody td.maru:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: #B3A483;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec9__desc table tbody td.maru:before {
    width: 12px;
    height: 12px;
  }
}
.sec9__desc table tbody td.none:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: #B3A483;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec9__desc table tbody td.none:before {
    width: 12px;
  }
}
.sec9__desc table tbody td.sankaku:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 20px solid #B3A483;
  border-top: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sec9__desc table tbody td.sankaku:before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 12px solid #B3A483;
  }
}
.sec9__desc .table-txt {
  margin: 15px 0 0;
  position: relative;
  padding: 0 0 0 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .sec9__desc .table-txt {
    font-size: 14px;
    padding: 0 0 0 15px;
  }
}
.sec9__desc .table-txt:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 12px solid transparent;
  border-left: 12px solid transparent;
  border-bottom: 20px solid #B3A483;
  border-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .sec9__desc .table-txt:before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 12px solid #B3A483;
  }
}
.sec9__iframe {
  margin: 40px 0 0;
  padding: 40% 0 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec9__iframe {
    margin: 32px 0 0;
    padding: 90% 0 0;
  }
}
.sec9__iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sec10 {
  padding: 55px 0;
  background: linear-gradient(to bottom, #fdfcfa 0%, rgba(255, 238, 216, 0.6) 41%, rgba(255, 238, 216, 0.6) 100%);
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sec10 {
    padding: 32px 4.6875vw;
  }
}
.sec10__inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .sec10__inner {
    width: 100%;
  }
}
.sec10__lead {
  font-size: 20px;
  color: #855D17;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec10__lead {
    font-size: 16px;
  }
}
.sec10__box {
  margin: 40px 0 0;
  background: #fff;
  padding: 40px 65px;
}
@media screen and (max-width: 768px) {
  .sec10__box {
    padding: 20px;
    margin: 30px 0 0;
  }
}
.sec10__subtxt {
  font-size: 20px;
  text-align: center;
  color: #855D17;
  text-align: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec10__subtxt {
    font-size: 16px;
    line-height: 1.7;
  }
}
.sec10_item {
  margin: 30px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .sec10_item {
    flex-direction: column;
    align-items: initial;
    gap: 16px;
  }
}
.sec10_time {
  align-self: center;
  color: #855D17;
}
.sec10_time_txt1 {
  font-size: 12px;
}
.sec10_time_txt2 {
  font-size: 16px;
  margin: 3px 0 0;
}
.sec10_tel {
  font-family: "Roboto",serif;
  font-size: 40px;
  color: #855D17;
  margin: 0 10px;
  align-self: center;
}
.sec10_tel img {
  display: inline-block;
  transform: translateY(2px);
}
.sec10_btn {
  width: 440px;
  height: 70px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  /* ▼ グラデーションは1つだけ */
  background: linear-gradient(90deg, #57a9db 0%, #2f70d2 51%, #57a9db 100%);
  /* ▼ btn-grad方式 */
  background-size: 200% 100%;
  background-position: left center;
  transition: background-position .35s ease;
}
.sec10_btn:hover {
  background-position: right center;
}
@media screen and (max-width: 768px) {
  .sec10_btn:hover {
    background-position: left center;
  }
}
@media screen and (max-width: 768px) {
  .sec10_btn {
    width: 100%;
  }
}
.sec10_btn:before {
  content: "";
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
}
.sec10_btn_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec10_btn_wrap._another {
  margin: -8px 0 0;
}
.sec10_btn_txt1 {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding: 0 8px;
}
@media screen and (max-width: 768px) {
  .sec10_btn_txt1 {
    font-size: 10px;
  }
}
.sec10_btn_txt1:before {
  content: "";
  width: 1px;
  height: 9px;
  background: #fff;
  transform: rotate(-30deg);
  position: absolute;
  top: 3px;
  left: 0px;
}
.sec10_btn_txt1:after {
  content: "";
  width: 1px;
  height: 9px;
  background: #fff;
  transform: rotate(30deg);
  position: absolute;
  top: 3px;
  right: 1px;
}
.sec10_btn_txt1 .color {
  color: #FFEED8;
  font-weight: bold;
}
.sec10_btn_txt1 .dot {
  position: relative;
}
.sec10_btn_txt1 .dot:before {
  content: "";
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #FFEED8;
  position: absolute;
  left: 50%;
  top: -3px;
  transform: translateX(-50%);
}
.sec10_btn_txt2 {
  margin: 5px 0 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec10_btn_txt2 {
    font-size: 16px;
  }
}
.sec10_btn_txt3 {
  margin: 0 0 8px 0;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec10_btn_txt3 img {
    display: inline-block;
    transform: translateY(4px);
  }
}

.sp-flex {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .4s ease, transform .4s ease;
}
@media screen and (max-width: 768px) {
  .sp-flex {
    display: block;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: flex;
  }
  .sp-flex.is-show {
    opacity: 1;
    transform: translateY(0);
  }
  .sp-flex .sec10_btn {
    border-radius: 0;
    width: calc(100% - 60px);
    height: 60px;
  }
  .sp-flex .sec10_btn:before {
    display: none;
  }
  .sp-flex .tel {
    width: 60px;
    height: 60px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp-flex .tel-wrap {
    display: flex;
    flex-direction: column;
  }
  .sp-flex .tel-txt {
    font-size: 10px;
    color: #B3A483;
    margin: 5px 0 0;
    text-align: center;
  }
}

.l-footer__inner {
  padding: 24px;
  border-top: 1px solid #855D17;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .l-footer__inner {
    padding-bottom: 90px;
  }
}
.l-footer__inner a img {
  width: 263px;
}

/*button add */
    .l_mainvis_btn_subtxt {
        background: #FFFAF0;
        padding: 15px 20px 5px;
        position: absolute;
        z-index: 1;
        border-radius: 999px;
        left: 50%;
        top: -20px;
        white-space: nowrap;
        transform: translateX(-50%);
    }
.l_mainvis_btn_subtxt {
    display: flex;
    justify-content: center;
    margin: 0 0 15px;
}    
    .l_mainvis_btn_subtxt .l_mainvis_btn_txt1 {
        font-size: 12px;
    }
    .l_mainvis_btn_subtxt .l_mainvis_btn_txt1:before {
        top: -4px;
    }
    .l_mainvis_btn_subtxt .l_mainvis_btn_txt1:before {
        left: -2px;
    }        
.l_mainvis_btn_subtxt .l_mainvis_btn_txt1:before, .l_mainvis_btn_subtxt .l_mainvis_btn_txt1:after {
    background: #3376D4;
    height: 16px;
    top: -3px;
}
.l_mainvis_btn_txt1:before {
    content: "";
    width: 1px;
    
    
    transform: rotate(-30deg);
    position: absolute;
    
    
}    
.l_mainvis_btn_subtxt .l_mainvis_btn_txt1 .color {
    color: #3376D4;
}
.l_mainvis_btn_txt1 .dot {
    position: relative;
}
.l_mainvis_btn_txt1 .dot:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;

    position: absolute;
    left: 50%;
    top: -3px;
    transform: translateX(-50%);
}
.l_mainvis_btn_subtxt .l_mainvis_btn_txt1 .color .dot:before {
    background: #3376D4;
}