@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
html {
  font-family: "Kiwi Maru", serif;
  margin-top: 0 !important;
}
body {
  margin: 0;
  color: #6F4B29;
  background: #FEF9EC;
  font-size: 16px;
  font-family: "Kiwi Maru", serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0;
}
@media screen and (max-width: 849px) {
  body {
    font-size: 16px;
    line-height: 1.666;
  }
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  line-height: 180%;
}
@media screen and (max-width: 849px) {
  p {
    line-height: 160%;
  }
}
p:last-child {
  margin-bottom: 0;
}
a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}
a:link,
a:visited {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
input,
textarea,
select {
  font-family: "Kiwi Maru", serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
  cursor: default;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dd {
  margin-inline-start: 0;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 849px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 16px;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 850px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
    transition: 0.3s ease-in-out;
  }
}
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  top: auto !important;
}
button {
  outline: none;
}
.inner {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
.yoko_line {
  position: relative;
}
.yoko_line::after {
  content: '';
  display: block;
  width: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.yoko_line::after {
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  transition: 1400ms 200ms cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-property: -webkit-clip-path;
  transition-property: clip-path;
  transition-property: clip-path, -webkit-clip-path;
}
.yoko_line.is-active::after {
  -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
}
.js-fadein {
  opacity: 0;
  transform: translate3d(0, 15px, 0);
  transition: 920ms ease;
  transition-property: opacity,transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-active.js-fadein,
.is-active .js-fadein {
  opacity: 1;
  transform: translate3d(0, 0, 0) !important;
}
.js-fadein--static {
  opacity: 0;
  transition: opacity 880ms ease;
}
.is-active.js-fadein--static,
.is-active .js-fadein--static {
  opacity: 1;
}
.js-fadein--slow {
  transition-duration: 1050ms;
}
.ua-firefox .js-fadein {
  transform: translate3d(0, 40px, 0);
}
/* -------------------------------フェードインのCSS */
.js-delay-1 {
  transition-delay: 100ms !important;
}
.js-delay-2 {
  transition-delay: 200ms !important;
}
.js-delay-3 {
  transition-delay: 300ms !important;
}
.js-delay-4 {
  transition-delay: 400ms !important;
}
.js-delay-5 {
  transition-delay: 500ms !important;
}
.js-delay-6 {
  transition-delay: 600ms !important;
}
.js-delay-7 {
  transition-delay: 700ms !important;
}
.js-delay-8 {
  transition-delay: 800ms !important;
}
.js-delay-9 {
  transition-delay: 900ms !important;
}
.js-delay-10 {
  transition-delay: 1000ms !important;
}
.js-delay-11 {
  transition-delay: 1100ms !important;
}
.js-delay-12 {
  transition-delay: 1200ms !important;
}
.js-delay-13 {
  transition-delay: 1300ms !important;
}
.js-delay-14 {
  transition-delay: 1400ms !important;
}
.js-delay-15 {
  transition-delay: 1500ms !important;
}
.js-delay-16 {
  transition-delay: 1600ms !important;
}
.js-delay-17 {
  transition-delay: 1700ms !important;
}
.js-delay-18 {
  transition-delay: 1800ms !important;
}
.js-delay-19 {
  transition-delay: 1900ms !important;
}
.js-delay-20 {
  transition-delay: 2000ms !important;
}
.js-delay-21 {
  transition-delay: 2100ms !important;
}
.js-delay-22 {
  transition-delay: 2200ms !important;
}
.js-delay-23 {
  transition-delay: 2300ms !important;
}
.js-delay-24 {
  transition-delay: 2400ms !important;
}
.js-delay-25 {
  transition-delay: 2500ms !important;
}
.js-delay-26 {
  transition-delay: 2600ms !important;
}
.js-delay-27 {
  transition-delay: 2700ms !important;
}
.js-delay-28 {
  transition-delay: 2800ms !important;
}
.js-delay-29 {
  transition-delay: 2900ms !important;
}
.js-delay-30 {
  transition-delay: 3000ms !important;
}
.js-delay-31 {
  transition-delay: 3100ms !important;
}
.js-delay-32 {
  transition-delay: 3200ms !important;
}
.js-delay-33 {
  transition-delay: 3300ms !important;
}
.js-delay-34 {
  transition-delay: 3400ms !important;
}
.js-delay-35 {
  transition-delay: 3500ms !important;
}
.js-delay-36 {
  transition-delay: 3600ms !important;
}
.js-delay-37 {
  transition-delay: 3700ms !important;
}
.js-delay-38 {
  transition-delay: 3800ms !important;
}
.js-delay-39 {
  transition-delay: 3900ms !important;
}
.js-delay-40 {
  transition-delay: 4000ms !important;
}
.js-delay-41 {
  transition-delay: 4100ms !important;
}
.js-delay-42 {
  transition-delay: 4200ms !important;
}
.js-delay-43 {
  transition-delay: 4300ms !important;
}
.js-delay-44 {
  transition-delay: 4400ms !important;
}
.js-delay-45 {
  transition-delay: 4500ms !important;
}
.js-delay-46 {
  transition-delay: 4600ms !important;
}
.js-delay-47 {
  transition-delay: 4700ms !important;
}
.js-delay-48 {
  transition-delay: 4800ms !important;
}
.js-delay-49 {
  transition-delay: 4900ms !important;
}
.js-delay-50 {
  transition-delay: 5000ms !important;
}
/* -----------------------------------------
 js-scalein
----------------------------------------- */
.js-scalein {
  opacity: 0;
  transform: scale(0);
  transition: 900ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.js-scalein-bottom {
  opacity: 0;
  transform: translate3d(0, 80px, 0) scale(0);
  transition: 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-property: transform,opacity;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.is-active.js-scalein,
.is-active .js-scalein {
  opacity: 1;
  transform: scale(1);
}
.is-active.js-scalein-bottom,
.is-active .js-scalein-bottom {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
}
/* -----------------------------------------
 js-scalein
----------------------------------------- */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
.all_body_hide {
  overflow: hidden !important;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 849px) {
  #header {
    z-index: 9999;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: space-between;
  margin: auto;
  width: 100%;
  max-width: 100%;
  height: 104px;
  padding: 0 198px 0 60px;
}
@media screen and (max-width: 1680px) {
  #header .header_item {
    padding: 0 168px 0 40px;
  }
}
@media screen and (max-width: 1280px) {
  #header .header_item {
    padding: 0 128px 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  #header .header_item {
    padding: 0 108px 0 20px;
  }
}
@media screen and (max-width: 849px) {
  #header .header_item {
    align-items: center;
    width: auto;
    height: 74px;
    width: 100%;
    padding: 0 20px;
    display: flex;
    justify-content: flex-start;
  }
}
#header .header_item .logo_item {
  display: flex;
  align-items: center;
}
#header .header_item .logo_item .logo {
  padding-top: 40px;
  width: 250px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1400px) {
  #header .header_item .logo_item .logo {
    width: 180px;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1280px) {
  #header .header_item .logo_item .logo {
    width: 140px;
  }
}
@media screen and (max-width: 1000px) {
  #header .header_item .logo_item .logo {
    width: 100px;
  }
}
@media screen and (max-width: 849px) {
  #header .header_item .logo_item .logo {
    padding-top: 15px;
    max-width: 85px;
  }
}
#header .header_item .logo_item .logo_small {
  padding-top: 5px;
}
@media screen and (max-width: 849px) {
  #header .header_item .logo_item .logo_small {
    padding-top: 15px;
  }
}
#header .header_item .logo_item .logo_small img {
  width: 120px !important;
}
@media screen and (max-width: 849px) {
  #header .header_item .logo_item .logo_small img {
    width: 85px !important;
  }
}
#header .header_item_bg_w {
  background: #FEF9EC !important;
}
@media screen and (max-width: 849px) {
  #header .header_item_bg_w {
    background: none !important;
  }
}
@media screen and (max-width: 849px) {
  #header .header_item_bg_g {
    background: #6F4B29 !important;
  }
}
#menuBtn {
  position: fixed;
  right: 0;
  cursor: pointer;
  top: 0;
  z-index: 99999999;
  background: url(../img/common/menu_bg.svg) no-repeat center / contain;
  background-size: 100% 100%;
  width: 149px;
  height: 149px;
}
@media screen and (max-width: 1280px) {
  #menuBtn {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 849px) {
  #menuBtn {
    width: 80px;
    height: 80px;
    background: url(../img/common/menu_bg_sp.svg) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
#menuBtn .menu_t {
  padding-top: 79px;
  font-size: 12px;
  font-weight: 500;
  font-family: "Lexend Zetta", sans-serif;
  line-height: 1.2;
  color: #6F4B29 !important;
  width: fit-content;
  text-align: center;
  letter-spacing: 0;
  margin-left: auto;
  margin-right: 31px;
  color: #ffffff;
}
@media screen and (max-width: 1280px) {
  #menuBtn .menu_t {
    padding-top: 53px;
    font-size: 9px;
    margin-right: 22px;
  }
}
@media screen and (max-width: 849px) {
  #menuBtn .menu_t {
    padding-top: 43px;
    font-size: 9px;
    margin-right: 12px;
  }
}
#menuBtn span {
  display: block;
  width: 34px;
  height: 51px;
  position: absolute;
  top: 28px;
  right: 38px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  #menuBtn span {
    width: 26px;
    height: 39px;
    top: 10px;
    right: 28px;
  }
}
@media screen and (max-width: 849px) {
  #menuBtn span {
    width: 21px;
    height: 32px;
    top: 10px;
    right: 18px;
  }
}
#menuBtn span img {
  width: 100%;
}
.isOpen {
  background: none !important;
}
#l_btn {
  cursor: pointer;
}
.pc_menu {
  display: flex;
  padding-top: 27px;
}
@media screen and (max-width: 849px) {
  .pc_menu {
    display: none;
  }
}
.pc_menu .home {
  width: 22px;
  height: 50px;
  display: flex;
}
.pc_menu .home a {
  display: flex;
  align-items: center;
}
.pc_menu ul {
  display: flex;
  column-gap: 35px;
  align-items: flex-start;
}
@media screen and (max-width: 1680px) {
  .pc_menu ul {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1320px) {
  .pc_menu ul {
    column-gap: 15px;
  }
}
@media screen and (max-width: 1100px) {
  .pc_menu ul {
    column-gap: 10px;
  }
}
.pc_menu ul li a {
  display: block;
  color: #6F4B29 !important;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 50px;
  font-weight: 500;
}
@media screen and (max-width: 1500px) {
  .pc_menu ul li a {
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 1280px) {
  .pc_menu ul li a {
    letter-spacing: 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 1100px) {
  .pc_menu ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 870px) {
  .pc_menu ul li a {
    font-size: 13px;
  }
}
.pc_menu .sub_menu {
  display: none;
  position: absolute;
  left: 0;
  top: 50px;
  text-align: left;
  z-index: 55;
}
@media screen and (max-width: 849px) {
  .pc_menu .sub_menu {
    position: relative;
    background: none;
    padding: 0;
    left: auto;
    top: auto;
    display: block;
    margin: auto;
  }
  .pc_menu .sub_menu::after {
    display: none;
  }
}
.pc_menu .sub_menu .sub_menu_box {
  position: relative;
  width: fit-content;
  background: #FFD905;
  padding: 20px;
  border-radius: 20px;
  min-width: 201px;
  display: block;
}
.pc_menu .sub_menu .sub_menu_box li {
  width: 100%;
  height: fit-content;
}
.pc_menu .sub_menu .sub_menu_box li + li {
  margin-left: 0;
  margin-top: 15px;
}
@media screen and (max-width: 1280px) {
  .pc_menu .sub_menu .sub_menu_box li + li {
    margin-top: 8px;
  }
}
.pc_menu .sub_menu .sub_menu_box li a {
  font-weight: 400;
  font-size: 16px;
  color: #6F4B29;
  width: 100%;
  position: relative;
  padding-left: 17px;
  display: block;
  white-space: nowrap;
  line-height: 1.4 !important;
}
@media screen and (max-width: 1280px) {
  .pc_menu .sub_menu .sub_menu_box li a {
    font-size: 14px;
    letter-spacing: -1px;
  }
}
@media screen and (max-width: 1080px) {
  .pc_menu .sub_menu .sub_menu_box li a {
    font-size: 12px;
  }
}
.pc_menu .sub_menu .sub_menu_box li a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0;
  top: 6px;
  z-index: 1;
  background: url(../img/common/pu_icon.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .pc_menu .sub_menu .sub_menu_box li a {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
  }
}
.pc_menu .navli {
  display: block;
  position: relative;
}
@media screen and (max-width: 849px) {
  .pc_menu .navli {
    display: none !important;
  }
}
.pc_menu .navli .sub_menu a::before {
  display: block;
}
@media screen and (max-width: 849px) {
  .pc_menu .navli {
    height: auto !important;
  }
  .pc_menu .navli .menu_te span {
    display: none !important;
  }
}
.pc_menu .sp_pumenu {
  display: none !important;
}
@media screen and (max-width: 849px) {
  .pc_menu .sp_pumenu {
    display: block !important;
  }
  .pc_menu .sp_pumenu::after {
    display: none;
  }
}
.pc_menu .sp_pumenu .q_txt {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #6F4B29;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 0 13px 10px 13px;
  border-bottom: 1px solid #FFD905;
}
@media screen and (max-width: 849px) {
  .pc_menu .sp_pumenu .q_txt {
    font-size: 16px;
  }
}
.pc_menu .sp_pumenu .q_txt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/sp_pumenu.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.pc_menu .sp_pumenu .faqactive:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 25px;
  width: 8px;
  height: 8px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/sp_pumenu_on.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.pc_menu .sp_pumenu .faqactive {
  border-bottom: none;
}
@media screen and (max-width: 849px) {
  .pc_menu .sp_pumenu .sub_sp_navi {
    font-size: 14px !important;
  }
}
.pc_menu .sp_pumenu .a_txt {
  display: none;
  padding: 0 13px 15px 13px;
  border-bottom: 1px solid #FFD905;
  margin-top: 4px;
}
.pc_menu .sp_pumenu .a_txt a {
  border-bottom: none !important;
  font-weight: 400;
  font-size: 16px;
  color: #6F4B29;
  width: 100%;
  position: relative;
  padding-left: 17px !important;
  display: block;
  white-space: nowrap;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 849px) {
  .pc_menu .sp_pumenu .a_txt a {
    font-size: 14px;
  }
}
.pc_menu .sp_pumenu .a_txt a + a {
  margin-top: 11px;
}
.pc_menu .sp_pumenu .a_txt a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 2px;
  left: 0;
  top: 6px;
  z-index: 1;
  background: url(../img/common/pu_icon.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.pc_menu .sp_pumenu .a_txt:after {
  display: none;
}
.pc_menu .sp_sb {
  position: relative;
}
.pc_menu .header_contact {
  display: block;
  background: #FFD905;
  line-height: 50px;
  border-radius: 50px;
  color: #6F4B29 !important;
  padding: 0 25px 0 51px;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 1280px) {
  .pc_menu .header_contact {
    padding: 0 15px 0 35px;
    letter-spacing: 0;
  }
}
.pc_menu .header_contact::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 12px;
  left: 25px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_mail.svg) no-repeat center;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1280px) {
  .pc_menu .header_contact::after {
    left: 15px;
  }
}
#l_box {
  display: none;
  justify-content: end;
  align-items: center;
  height: 100vh;
  width: 410px;
  position: fixed;
  top: 0;
  padding: 0 50px;
  right: -410px;
  z-index: 999999999;
  text-align: center;
  background: #ffffff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  #l_box {
    padding: 0 20px;
    width: 100%;
    overflow-y: scroll;
  }
}
#l_box .l_box_item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
#l_box div {
  width: 100%;
}
#l_box .gb_icon {
  margin: auto;
  text-align: center;
  max-width: 250px;
  margin-bottom: 30px;
}
#l_box #l_btn_close {
  max-width: 50px;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 40px;
}
@media screen and (max-width: 849px) {
  #l_box #l_btn_close {
    top: 20px;
  }
}
#l_box .goog-te-gadget .goog-te-combo {
  width: 100%;
  height: 43px;
  padding: 10px;
}
#l_box .goog-te-gadget .goog-te-combo span {
  display: none !important;
}
#l_box .goog-te-gadget {
  overflow: hidden;
}
#l_box .VIpgJd-ZVi9od-l4eHX-hSRGPd {
  display: none !important;
}
.VIpgJd-ZVi9od-ORHb-OEVmcd .skiptranslate {
  display: none;
}
.menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  padding-left: 20px;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 849px) {
  .menu_item {
    width: auto;
  }
}
.menu_item .sp_header_logo {
  display: none;
}
@media screen and (max-width: 849px) {
  .menu_item .sp_header_logo {
    width: fit-content;
    margin: auto;
    margin-left: 0;
    z-index: 999999999;
    display: block;
    position: absolute;
    top: 16px;
    left: 15px;
  }
  .menu_item .sp_header_logo img {
    max-width: 234px;
  }
}
@media screen and (max-width: 849px) {
  .menu_item .navli {
    height: auto !important;
  }
}
.menu_item #menu_list::-webkit-scrollbar {
  width: 4px;
}
.menu_item #menu_list::-webkit-scrollbar-track {
  background-color: #FFD905;
}
.menu_item #menu_list::-webkit-scrollbar-thumb {
  background-color: #6F4B29;
  border-radius: 8px;
}
.menu_item #menu_list {
  display: none;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 837px;
  padding: 0 110px;
  position: fixed;
  top: 0;
  right: -850px;
  z-index: 999999;
  text-align: center;
  transition: 0.3s ease-in-out;
  overflow-y: scroll;
  background: url(../img/common/menu_bg_open.svg) no-repeat center bottom #FFD905;
  background-size: 100% auto ;
}
@media screen and (max-width: 1280px) {
  .menu_item #menu_list {
    align-items: flex-start;
    width: 680px;
    padding: 0 50px;
    background: #FFD905;
  }
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list {
    width: 100%;
    padding: 120px 30px 50px 30px;
    overflow-y: scroll;
    margin-top: 0;
  }
}
.menu_item #menu_list .container::-webkit-scrollbar {
  width: 16px;
}
.menu_item #menu_list .container::-webkit-scrollbar-track {
  background-color: #fff;
}
.menu_item #menu_list .container::-webkit-scrollbar-thumb {
  background-color: #3760d0;
  border-radius: 8px;
}
.menu_item #menu_list .menu_box {
  width: 100%;
}
.menu_item #menu_list .menu_sp {
  display: none;
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list .menu_sp {
    display: block;
  }
  .menu_item #menu_list .menu_sp ul li {
    padding-bottom: 12px;
    background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .menu_item #menu_list .menu_sp ul li + li {
    margin-top: 12px;
  }
  .menu_item #menu_list .menu_sp ul li .flex_a {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .menu_item #menu_list .menu_sp ul li a,
  .menu_item #menu_list .menu_sp ul li .q_txt {
    width: 50%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #6F4B29 !important;
    position: relative;
    padding: 10px 0 10px 26px;
    line-height: 1.3;
    text-align: left;
  }
  .menu_item #menu_list .menu_sp ul li a::after,
  .menu_item #menu_list .menu_sp ul li .q_txt::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 17px;
    left: 5px;
    top: 13px;
    background: url(../img/common/menu_list_li.svg) no-repeat center / contain;
    transition: 0.3s ease-in-out;
    background-size: 100% 100%;
  }
  .menu_item #menu_list .menu_sp ul li a:first-child,
  .menu_item #menu_list .menu_sp ul li .q_txt:first-child {
    background-image: linear-gradient(to bottom, #6F4B29 2px, transparent 2px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
    background-position: right top;
  }
  .menu_item #menu_list .menu_sp ul li a:last-child,
  .menu_item #menu_list .menu_sp ul li .q_txt:last-child {
    padding-left: 40px;
  }
  .menu_item #menu_list .menu_sp ul li a:last-child::after,
  .menu_item #menu_list .menu_sp ul li .q_txt:last-child::after {
    left: 19px;
  }
  .menu_item #menu_list .menu_sp ul li .q_txt {
    position: relative;
  }
  .menu_item #menu_list .menu_sp ul li .q_txt::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/sp_pumenu.svg);
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
  .menu_item #menu_list .menu_sp ul li .faqactive:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/sp_pumenu_on.svg);
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
  .menu_item #menu_list .menu_sp ul li .a_txt::before {
    display: none;
  }
  .menu_item #menu_list .menu_sp ul li .a_txt a {
    line-height: 1.5 !important;
    font-size: 14px !important;
    padding-left: 25px !important;
    width: 100% !important;
    background-image: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .menu_item #menu_list .menu_sp ul li .a_txt a::after {
    position: absolute;
    content: "";
    width: 10px !important;
    height: 1px !important;
    left: 5px !important;
    top: 19px !important;
    background: #6F4B29 !important;
    transition: 0.3s ease-in-out;
  }
  .menu_item #menu_list .menu_sp ul li .noborder {
    width: 100%;
    background-image: none !important;
    padding-left: 26px !important;
  }
  .menu_item #menu_list .menu_sp ul li .noborder::after {
    left: 5px !important;
  }
}
.menu_item #menu_list .menu_pc {
  width: 100%;
  display: flex;
  margin: auto;
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list .menu_pc {
    display: none;
  }
}
.menu_item #menu_list .menu_pc ul {
  width: 50%;
}
.menu_item #menu_list .menu_pc ul li + li {
  margin-top: 40px;
}
.menu_item #menu_list .menu_pc ul li a {
  display: block;
}
.menu_item #menu_list .menu_pc ul li .main_a {
  text-align: left;
  width: 100%;
  color: #6F4B29 !important;
  padding-left: 31px;
  letter-spacing: 0.1em;
  font-size: 23px;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .menu_item #menu_list .menu_pc ul li .main_a {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.menu_item #menu_list .menu_pc ul li .main_a::after {
  position: absolute;
  content: "";
  width: 18px;
  height: 22px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/menu_list_li.svg) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
.menu_item #menu_list .menu_pc ul li .sub_a {
  line-height: 1.5;
  color: #6F4B29 !important;
  padding-left: 31px;
  letter-spacing: 0.05em;
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 1280px) {
  .menu_item #menu_list .menu_pc ul li .sub_a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.menu_item #menu_list .menu_pc ul li .sub_a::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 1px;
  left: 0;
  top: 12px;
  background: #6F4B29;
}
.menu_item #menu_list .menu_pc .ul_r {
  padding-left: 46px;
}
.menu_item #menu_list .menu_sns {
  display: flex;
  margin: auto;
  width: fit-content;
  margin-top: 50px;
  column-gap: 40px;
}
@media screen and (max-width: 849px) {
  .menu_item #menu_list .menu_sns {
    column-gap: 25px;
    margin-top: 30px;
  }
}
.menu_item #menu_list .menu_sns a {
  display: block;
  width: 50px;
  border-radius: 100%;
}
.menu_list_open {
  transition: 0.3s ease-in-out;
  right: -450px;
  display: flex !important;
  -webkit-animation-name: fadeopen;
  animation-name: fadeopen;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeopen {
  0% {
    opacity: 1;
    right: -450px;
  }
  100% {
    opacity: 1;
    right: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.menu_list_close {
  transition: 0.3s ease-in-out;
  right: -850px;
  display: block !important;
  -webkit-animation-name: fadeclose;
  animation-name: fadeclose;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeclose {
  0% {
    opacity: 1;
    right: 0;
  }
  100% {
    opacity: 1;
    right: -850px;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
html {
  margin-top: 0 !important;
}
.wrapper_bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(252, 252, 252, 0.2);
  opacity: 0;
}
.bg_show {
  opacity: 1 !important;
  z-index: 99;
}
.play {
  display: block !important;
}
.noplay {
  display: none !important;
}
.flex {
  display: block !important;
}
.noflex {
  display: none !important;
}
#breadcrumbs {
  text-align: right;
  margin-bottom: 70px;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.07em;
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  #breadcrumbs {
    margin-bottom: 30px;
  }
}
#breadcrumbs span {
  display: flex;
  align-items: center;
  justify-content: end;
}
@media screen and (max-width: 849px) {
  #breadcrumbs span {
    justify-content: flex-start;
  }
}
#breadcrumbs a {
  color: #6F4B29;
  padding-right: 25px;
  position: relative;
}
#breadcrumbs a::after {
  position: absolute;
  content: "";
  width: 4.5px;
  height: 8px;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/page_icon.svg) no-repeat center / contain;
  transition: 0.3s ease-in-out;
  background-size: 100% 100%;
}
@media screen and (max-width: 849px) {
  #breadcrumbs a::after {
    width: 6px;
    height: 9px;
  }
}
#breadcrumbs a:first-child {
  font-size: 0px;
  background: url(../img/common/page_home.svg) no-repeat center left / contain;
  background-size: 14.5px 13px;
  transition: 0.3s ease-in-out;
  width: 39.5px;
  height: 13px;
  display: inline-block;
}
.pagination {
  margin-top: 60px;
  margin-bottom: 80px;
}
@media screen and (max-width: 849px) {
  .pagination {
    margin-bottom: 0;
    margin-top: 50px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .wp-pagenavi a,
.pagination .wp-pagenavi span {
  border: none;
}
.pagination .page {
  color: #6F4B29;
  line-height: 100%;
  display: block;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 7.5px;
  margin-right: 7.5px;
  font-size: 14px;
  font-weight: 400;
  border: none;
  padding-top: 4px;
}
.pagination .current {
  padding-top: 4px;
  font-weight: 400 !important;
  font-size: 14px;
  line-height: 100%;
  width: 28px;
  height: 28px;
  background: #6F4B29;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-left: 7.5px;
  margin-right: 7.5px;
  border: none;
}
.pagination .previouspostslink {
  display: block;
  width: 17px;
  height: 17px;
  font-size: 0;
  margin-top: 4px;
  margin-right: 10px;
  border: none;
  background: url(../img/common/icon_l.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 849px) {
  .pagination .previouspostslink {
    margin-right: 5px;
  }
}
.pagination .nextpostslink {
  display: block;
  width: 17px;
  height: 17px;
  margin-top: 4px;
  font-size: 0;
  margin-left: 10px;
  border: none;
  background: url(../img/common/icon_r.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 849px) {
  .pagination .nextpostslink {
    margin-left: 5px;
  }
}
.followme {
  width: 269px;
  height: 183px;
  background: url(../img/common/followme_bg.svg) no-repeat center / contain;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 25px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 99999;
  padding-top: 24px;
  padding-left: 22px;
}
@media screen and (max-width: 1380px) {
  .followme {
    right: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 849px) {
  .followme {
    padding-left: 13px;
    padding-top: 22px;
    right: 8px;
    bottom: 10px;
    width: 169px;
    height: 123px;
    column-gap: 20px;
    background: url(../img/common/followme_bg_sp.svg) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.followme a {
  display: block;
}
.followme a:nth-child(1) {
  width: 30px;
}
@media screen and (max-width: 849px) {
  .followme a:nth-child(1) {
    width: 24px;
  }
}
.followme a:nth-child(2),
.followme a:nth-child(3) {
  width: 25px;
}
@media screen and (max-width: 849px) {
  .followme a:nth-child(2),
  .followme a:nth-child(3) {
    width: 20px;
  }
}
.btn_yellow {
  display: block;
  background: #FFD905;
  text-align: left;
  color: #6F4B29 !important;
  width: 100%;
  max-width: 295px;
  border-radius: 63px;
  line-height: 63px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #FFD905;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .btn_yellow {
    max-width: 250px;
    padding-left: 25px;
    line-height: 53px;
    font-size: 14px;
    margin: auto;
  }
}
.btn_yellow:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_icon.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .btn_yellow:after {
    right: 15px;
  }
}
.btn_yellow:hover {
  opacity: 1 !important;
  background: #ffffff;
  border: 1px solid #6F4B29;
}
@media screen and (max-width: 849px) {
  .btn_yellow_sp_small {
    padding-left: 20px;
    line-height: 40px;
  }
  .btn_yellow_sp_small:after {
    background: url(../img/common/btn_small_icon_sp.svg);
    background-size: 100% 100%;
    right: 12px;
    width: 15px;
    height: 15px;
    bottom: 7px;
  }
}
.btn_yellow_on {
  display: block;
  background: #6F4B29;
  text-align: left;
  color: #ffffff !important;
  width: 100%;
  max-width: 295px;
  border-radius: 63px;
  line-height: 63px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #6F4B29;
}
@media screen and (max-width: 849px) {
  .btn_yellow_on {
    max-width: 250px;
    padding-left: 20px;
    line-height: 40px;
    font-size: 14px;
    margin: auto;
  }
}
.btn_white {
  display: block;
  background: #ffffff;
  text-align: left;
  color: #6F4B29 !important;
  width: 100%;
  max-width: 295px;
  border-radius: 63px;
  line-height: 63px;
  padding-left: 30px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  position: relative;
  border: 1px solid #ffffff;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .btn_white {
    max-width: 250px;
    padding-left: 25px;
    line-height: 53px;
    font-size: 14px;
    margin: auto;
  }
}
.btn_white:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_icon.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .btn_white:after {
    right: 15px;
  }
}
.btn_white:hover {
  opacity: 1 !important;
  background: #FFD905;
  border: 1px solid #6F4B29;
}
.bottom_bor_btn {
  display: block;
  margin-left: auto;
  margin-right: 0;
  padding-right: 35px;
  width: fit-content;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: left;
  border-bottom: 1px solid #6F4B29;
  padding-bottom: 7px;
  line-height: 1.5;
  position: relative;
  color: #6F4B29 !important;
}
@media screen and (max-width: 849px) {
  .bottom_bor_btn {
    font-size: 12px;
    padding-right: 20px ;
  }
}
.bottom_bor_btn:after {
  content: '';
  position: absolute;
  bottom: 10px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../img/common/btn_icon.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .bottom_bor_btn:after {
    background: url(../img/common/btn_icon_sp.svg);
    background-size: 100% 100%;
    width: 15px;
    height: 15px;
    bottom: 7px;
  }
}
.footer {
  background: url(../img/common/footer_bg.png) no-repeat top center #FCE877;
  background-size: 100% 175px;
  position: relative;
}
@media screen and (max-width: 849px) {
  .footer {
    background: url(../img/common/footer_bg.png) no-repeat top center #FCE877;
    background-size: 100% 37px;
  }
}
.footer .footer_sp_top_after {
  position: absolute;
  left: 0;
  top: -65px;
  width: 239px;
  height: 230px;
  display: none;
}
@media screen and (max-width: 849px) {
  .footer .footer_sp_top_after {
    display: block;
    width: 189px;
    height: 182px;
    top: 17px;
    left: -30px;
  }
}
.footer .inner {
  padding-top: 261px;
  padding-bottom: 50px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 849px) {
  .footer .inner {
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
.footer .copyright {
  text-align: left;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.1em;
  list-style: 2;
  margin-top: 46px;
}
@media screen and (max-width: 849px) {
  .footer .copyright {
    text-align: center;
    margin-top: 50px;
  }
}
.footer .footer_after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 689px;
  height: 440px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1600px) {
  .footer .footer_after {
    width: 589px;
  }
}
@media screen and (max-width: 1400px) {
  .footer .footer_after {
    width: 489px;
  }
}
@media screen and (max-width: 1100px) {
  .footer .footer_after {
    width: 389px;
  }
}
@media screen and (max-width: 849px) {
  .footer .footer_after {
    display: none;
  }
}
.footer .contact_box {
  display: flex;
}
@media screen and (max-width: 849px) {
  .footer .contact_box {
    display: block;
  }
}
.footer .contact_box dt {
  width: 275px;
  padding-top: 14px;
  position: relative;
}
@media screen and (max-width: 1040px) {
  .footer .contact_box dt {
    width: 240px;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dt {
    width: 100%;
    padding-top: 0;
  }
}
.footer .contact_box dt .dt_after {
  position: absolute;
  left: 0;
  top: -65px;
  width: 239px;
  height: 230px;
}
@media screen and (max-width: 849px) {
  .footer .contact_box dt .dt_after {
    width: 189px;
    height: 182px;
    margin-top: -53px;
    left: 30px;
    display: none;
  }
}
.footer .contact_box dt .dt_ttl {
  position: relative;
  z-index: 10;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.685;
  margin-bottom: 30px;
}
@media screen and (max-width: 849px) {
  .footer .contact_box dt .dt_ttl {
    text-align: center;
    font-size: 12px;
    line-height: 1.4166;
  }
}
.footer .contact_box dt .dt_ttl span {
  display: block;
  text-align: left;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.01;
  margin-bottom: 10px;
}
@media screen and (max-width: 1040px) {
  .footer .contact_box dt .dt_ttl span {
    font-size: 36px;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dt .dt_ttl span {
    text-align: center;
    font-size: 26px;
  }
}
.footer .contact_box dt .dt_txt {
  position: relative;
  z-index: 10;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-align: left;
  line-height: 2;
}
@media screen and (max-width: 1040px) {
  .footer .contact_box dt .dt_txt {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dt .dt_txt {
    text-align: center;
    letter-spacing: 0.1em;
  }
}
.footer .contact_box dd {
  width: calc(100% - 275px);
  padding-left: 50px;
}
@media screen and (max-width: 1180px) {
  .footer .contact_box dd {
    padding-left: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .footer .contact_box dd {
    width: calc(100% - 240px);
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd {
    padding-left: 0;
    padding-top: 20px;
    width: 100%;
  }
}
.footer .contact_box dd .dd_box {
  display: flex;
  background: #ffffff;
  padding: 35px 40px 38px 52px;
  border-radius: 20px;
}
@media screen and (max-width: 1180px) {
  .footer .contact_box dd .dd_box {
    padding: 35px 20px 38px 32px;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box {
    padding: 30px 20px;
    border-radius: 10px;
    display: block;
  }
}
.footer .contact_box dd .dd_box li:nth-child(1) {
  width: 56.8%;
  padding-right: 38px;
}
@media screen and (max-width: 1180px) {
  .footer .contact_box dd .dd_box li:nth-child(1) {
    padding-right: 20px;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(1) {
    padding-right: 0;
    width: 100%;
  }
}
.footer .contact_box dd .dd_box li:nth-child(1) .tel_box {
  padding-right: 30px;
  width: 100%;
  background-image: linear-gradient(to bottom, #6F4B29 2px, transparent 2px);
  background-size: 2px 8px;
  background-repeat: repeat-y;
  background-position: right top;
}
@media screen and (max-width: 1180px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box {
    padding-right: 20px;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box {
    padding-right: 0;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box {
    background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px);
    background-size: 8px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 20px;
    margin-bottom: 15px;
  }
}
.footer .contact_box dd .dd_box li:nth-child(1) .tel_box .sub {
  width: fit-content;
  margin: auto;
  padding-left: 22px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 950px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .sub {
    font-size: 18px;
  }
}
.footer .contact_box dd .dd_box li:nth-child(1) .tel_box .sub::after {
  position: absolute;
  content: "";
  width: 17px;
  height: 17px;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_tel.svg) no-repeat;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel {
  width: fit-content;
  margin: auto;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 2;
  color: #6F4B29 !important;
  margin-top: 8px;
  display: block;
  width: 100%;
  margin-bottom: 6px;
}
@media screen and (max-width: 1040px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel {
    letter-spacing: 0;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 6px;
  }
}
.footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel span {
  color: #F27679 !important;
  font-size: 30px;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "Lexend Zetta", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 1040px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel span {
    font-size: 28px;
  }
}
@media screen and (max-width: 1000px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel span {
    font-size: 26px;
  }
}
@media screen and (max-width: 920px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel span {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel span {
    font-size: 22px;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(1) .tel_box .tel span {
    font-size: 28px;
    line-height: 1.28;
  }
}
.footer .contact_box dd .dd_box li:nth-child(1) .tel_box .txt {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.footer .contact_box dd .dd_box li:nth-child(2) {
  width: 43.2%;
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 950px) {
  .footer .contact_box dd .dd_box li:nth-child(2) .btn_yellow {
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(2) .btn_yellow {
    padding-left: 25px;
    letter-spacing: 0.1em;
  }
}
.footer .contact_box dd .dd_box li:nth-child(2) .mail_box .sub {
  width: fit-content;
  margin: auto;
  padding-left: 22px;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.7;
  margin-bottom: 22px;
}
@media screen and (max-width: 950px) {
  .footer .contact_box dd .dd_box li:nth-child(2) .mail_box .sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 900px) {
  .footer .contact_box dd .dd_box li:nth-child(2) .mail_box .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 849px) {
  .footer .contact_box dd .dd_box li:nth-child(2) .mail_box .sub {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.footer .contact_box dd .dd_box li:nth-child(2) .mail_box .sub::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 13px;
  left: 0;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_email.svg) no-repeat;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.footer .footer_content {
  margin-top: 70px;
  display: flex;
}
@media screen and (max-width: 849px) {
  .footer .footer_content {
    margin-top: 40px;
    display: block;
  }
}
.footer .footer_content .f_l {
  width: 285px;
}
@media screen and (max-width: 849px) {
  .footer .footer_content .f_l {
    width: 100%;
    padding: 0 20px;
  }
}
.footer .footer_content .f_l .f_img img {
  border-radius: 20px;
}
.footer .footer_content .f_l .f_ttl {
  margin-top: 20px;
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 1.333;
  text-align: left;
}
.footer .footer_content .f_l .f_addr {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
.footer .footer_content .f_l .google {
  text-align: left;
  position: relative;
  padding-left: 19px;
  font-size: 16px;
  color: #6F4B29 !important;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.3125;
  text-decoration: underline;
  display: block;
  margin-top: 12px;
}
@media screen and (max-width: 849px) {
  .footer .footer_content .f_l .google {
    margin-top: 10px;
  }
}
.footer .footer_content .f_l .google:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/footer_addr.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.footer .footer_content .f_l .footer_sns {
  display: flex;
  width: fit-content;
  margin-top: 37px;
  column-gap: 25px;
}
@media screen and (max-width: 849px) {
  .footer .footer_content .f_l .footer_sns {
    margin: auto;
    column-gap: 25px;
    margin-top: 0;
    margin-bottom: 40px;
  }
}
.footer .footer_content .f_l .footer_sns a {
  display: block;
  width: 50px;
  border-radius: 100%;
}
.footer .footer_content .f_r {
  width: calc(100% - 285px);
  padding-left: 45px;
}
@media screen and (max-width: 1100px) {
  .footer .footer_content .f_r {
    padding-left: 30px;
  }
}
@media screen and (max-width: 950px) {
  .footer .footer_content .f_r {
    padding-left: 15px;
  }
}
@media screen and (max-width: 849px) {
  .footer .footer_content .f_r {
    padding-left: 0;
    width: 100%;
  }
}
.footer .footer_content .f_r .tree_link {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  padding-left: 21px;
  color: #6F4B29;
  display: block;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.1em;
  width: 100%;
}
@media screen and (max-width: 950px) {
  .footer .footer_content .f_r .tree_link {
    font-size: 14px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 849px) {
  .footer .footer_content .f_r .tree_link {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.footer .footer_content .f_r .tree_link:after {
  content: '';
  position: absolute;
  width: 14px;
  height: 17px;
  left: 0;
  top: 4px;
  background: url(../img/common/menu_list_li.svg) center center no-repeat;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.footer .footer_content .f_r .tree_link + .tree_link {
  margin-top: 20px;
}
.footer .footer_content .f_r .footer_sub_menu_box {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
}
.footer .footer_content .f_r .footer_sub_menu_box li + li {
  margin-top: 12px;
}
.footer .footer_content .f_r .footer_sub_menu_box .sub_a {
  line-height: 1.5;
  color: #6F4B29 !important;
  padding-left: 40px;
  letter-spacing: 0.1em;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-align: left;
  width: 100%;
  display: block;
}
@media screen and (max-width: 1280px) {
  .footer .footer_content .f_r .footer_sub_menu_box .sub_a {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.footer .footer_content .f_r .footer_sub_menu_box .sub_a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 1px;
  left: 20px;
  top: 12px;
  background: #6F4B29;
}
.footer .footer_content .f_r .footer_pc_menu {
  display: flex;
  column-gap: 50px;
}
@media screen and (max-width: 1100px) {
  .footer .footer_content .f_r .footer_pc_menu {
    column-gap: 30px;
  }
}
@media screen and (max-width: 950px) {
  .footer .footer_content .f_r .footer_pc_menu {
    column-gap: 15px;
  }
}
@media screen and (max-width: 849px) {
  .footer .footer_content .f_r .footer_pc_menu {
    display: none;
  }
}
.footer .footer_sp_menu {
  display: none;
}
@media screen and (max-width: 849px) {
  .footer .footer_sp_menu {
    display: block;
    margin-bottom: 30px;
  }
  .footer .footer_sp_menu ul li {
    padding-bottom: 12px;
    background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px);
    background-size: 6px 2px;
    background-repeat: repeat-x;
    background-position: left bottom;
  }
  .footer .footer_sp_menu ul li + li {
    margin-top: 12px;
  }
  .footer .footer_sp_menu ul li .flex_a {
    display: flex;
    width: 100%;
    align-items: center;
  }
  .footer .footer_sp_menu ul li a,
  .footer .footer_sp_menu ul li .q_txt {
    width: 50%;
    display: block;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    color: #6F4B29 !important;
    position: relative;
    padding: 10px 0 10px 26px;
    line-height: 1.3;
    text-align: left;
  }
  .footer .footer_sp_menu ul li a::after,
  .footer .footer_sp_menu ul li .q_txt::after {
    position: absolute;
    content: "";
    width: 14px;
    height: 17px;
    left: 5px;
    top: 13px;
    background: url(../img/common/menu_list_li.svg) no-repeat center / contain;
    transition: 0.3s ease-in-out;
    background-size: 100% 100%;
  }
  .footer .footer_sp_menu ul li a:first-child,
  .footer .footer_sp_menu ul li .q_txt:first-child {
    background-image: linear-gradient(to bottom, #6F4B29 2px, transparent 2px);
    background-size: 2px 6px;
    background-repeat: repeat-y;
    background-position: right top;
  }
  .footer .footer_sp_menu ul li a:last-child,
  .footer .footer_sp_menu ul li .q_txt:last-child {
    padding-left: 40px;
  }
  .footer .footer_sp_menu ul li a:last-child::after,
  .footer .footer_sp_menu ul li .q_txt:last-child::after {
    left: 19px;
  }
  .footer .footer_sp_menu ul li .q_txt {
    position: relative;
  }
  .footer .footer_sp_menu ul li .q_txt::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/sp_pumenu.svg);
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
  .footer .footer_sp_menu ul li .faqactive:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 3px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: url(../img/common/sp_pumenu_on.svg);
    background-size: 100% 100%;
    transition: 0.3s ease-in-out;
  }
  .footer .footer_sp_menu ul li .a_txt::before {
    display: none;
  }
  .footer .footer_sp_menu ul li .a_txt a {
    line-height: 1.5 !important;
    font-size: 14px !important;
    padding-left: 25px !important;
    width: 100% !important;
    background-image: none !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .footer .footer_sp_menu ul li .a_txt a::after {
    position: absolute;
    content: "";
    width: 10px !important;
    height: 1px !important;
    left: 5px !important;
    top: 19px !important;
    background: #6F4B29 !important;
    transition: 0.3s ease-in-out;
  }
  .footer .footer_sp_menu ul li .noborder {
    width: 100%;
    background-image: none !important;
    padding-left: 26px !important;
  }
  .footer .footer_sp_menu ul li .noborder::after {
    left: 5px !important;
  }
}
#page .dod_line_h3_ttl {
  text-align: left;
  margin-bottom: 30px;
  background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.875;
  padding-bottom: 10px;
}
@media screen and (max-width: 849px) {
  #page .dod_line_h3_ttl {
    margin-bottom: 20px;
    width: calc(100% - 20px);
    font-size: 18px;
    line-height: 1.3333;
  }
}
#page .page_h2 {
  padding-top: 300px;
  position: relative;
  width: 100%;
  padding-bottom: 110px;
}
@media screen and (max-width: 849px) {
  #page .page_h2 {
    padding-bottom: 50px;
    padding-top: 110px;
  }
}
#page .page_h2::before {
  position: absolute;
  content: "";
  width: 15.05%;
  height: 100%;
  left: 29.79%;
  top: 0;
  z-index: 1;
  background: url(../img/common/page_h2_after.png) no-repeat top;
  background-size: 100% auto;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  #page .page_h2::before {
    width: 148px;
    height: 106px;
    left: 40px;
  }
}
#page .page_h2 .page_h2_ttl {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%;
  font-size: 35px;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1.628;
}
@media screen and (max-width: 849px) {
  #page .page_h2 .page_h2_ttl {
    font-size: 23px;
    line-height: 1.695;
  }
}
#page .page_h2 .page_h2_ttl span {
  display: block;
  margin-top: 2px;
  text-align: center;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  #page .page_h2 .page_h2_ttl span {
    font-size: 10px;
    line-height: 1.4;
  }
}
#page .page_h2 .page_h2_after {
  width: 234px;
  height: 234px;
  position: absolute;
  left: calc(50% - 117px);
  bottom: 12px;
}
@media screen and (max-width: 849px) {
  #page .page_h2 .page_h2_after {
    width: 130px;
    height: 130px;
    bottom: -4px;
    left: calc(50% - 65px);
  }
}
