@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;
}
.linetitle {
  background: linear-gradient(transparent 60%, #FCE877 60%);
  font-weight: 600;
}

@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%;
}
:root{
	--font-mincho: 'Zen Old Mincho', serif;
}
@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: absolute;
  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 calc(168 / 1920 * 100vw) 0 calc(40 / 1920 * 100vw);
  }
}
@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; */
width: calc(250 / 1920 * 100vw);
  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: calc(149 / 1920 * 100vw);
  height: calc(149 / 1920 * 100vw);
}
@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: calc(79 / 1920 * 100vw);
  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: calc(31 / 1920 * 100vw);
  color: #ffffff;
  position: relative;
}
@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: calc(34 / 1920 * 100vw);
  height: calc(51 / 1920 * 100vw);  
  position: absolute;
  top: calc(28 / 1920 * 100vw);
  right: calc(38 / 1920 * 100vw);
  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: 20px;
  align-items: flex-start;
  li{
	 &.home{
		 flex: 1;
		 width: auto;
	 } 
	  &:not(:last-child):not(:nth-last-child(2)) {
		  a{
		  padding-right:19px;
	  		background-image: linear-gradient(#6F4B29 50%, transparent 0);
		  background-size: 2px 8px;
		  background-repeat: repeat-y;
		  background-position: right top;
			  
		  }  		  
	  }
  }
  
}
.pc_menu ul li a {
  display:flex;
  justify-content: center;
  flex-direction: column;
  height: 45px;
  align-items: center;
  gap:10px;
  color: #6F4B29 !important;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height:1;
  font-weight: 500;
  .entxt{
	  font-size: 9px;
	  font-family: "Lexend Zetta", sans-serif;
	  line-height: 1;
  }
}

@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;
  }
}
@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: #ffffff;
  padding: 30px;
  border-radius: 20px;
  min-width: 201px;
  display: block;
  box-shadow: 0 0 10px 0 rgba(111, 75, 41, 0.1);
}
.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: 20px;
  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: 1px;
  left: 0;
  top: 12px;
  z-index: 1;
  background: #6F4B29;
  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 .menu_te a {
  padding-right: 15px;
  position: relative;
}
.pc_menu .navli .menu_te a::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 6px;
  right: 10px;
  bottom: 20px;
  z-index: 1;
  background: url(../img/common/menu_te_after.svg) no-repeat;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.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: 40px;
  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: baseline;
  height: 100vh;
  width: 837px;
  padding: 120px 110px 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: 120px 50px 0 150px;
    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(20px);
  backdrop-filter: blur(20px);
  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;
  overflow: auto;
}
@media screen and (max-width: 849px) {
  #breadcrumbs {
    margin-bottom: 30px;
  }
}
#breadcrumbs span {
  display: flex;
  align-items: center;
  justify-content: end;
  white-space: nowrap;
}
@media screen and (max-width: 849px) {
  #breadcrumbs span {
    justify-content: flex-start;
  }
}
#breadcrumbs span span:first-child 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;
}
#breadcrumbs a {
  color: #6F4B29;
  padding-right: 25px;
  position: relative;
  white-space: nowrap;
}
#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;
  }
}
.pagination {
  margin-top: 60px;
}
@media screen and (max-width: 849px) {
  .pagination {
    margin-top: 40px;
  }
}
.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: 28px;
  width: 28px;
  height: 28px;
  background: #6F4B29;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
  border: none;
  border-radius: 30px;
}
.pagination .previouspostslink {
  display: block;
  width: 33px;
  height: 33px;
  font-size: 0;
  margin-right: 11px;
  border: none;
  background: url(../img/common/icon_l.svg) no-repeat center / contain;
  background-size: 100% 100%;
}
.pagination .nextpostslink {
  display: block;
  width: 33px;
  height: 33px;
  font-size: 0;
  margin-left: 11px;
  border: none;
  background: url(../img/common/icon_r.svg) no-repeat center / contain;
  background-size: 100% 100%;
}
.btn_yellow_pdf {
  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_pdf {
    max-width: 250px;
    padding-left: 25px;
    line-height: 53px;
    font-size: 14px;
    margin: auto;
  }
}
.btn_yellow_pdf:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 22px;
  width: 15px;
  height: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_icon_pdf.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .btn_yellow_pdf:after {
    right: 15px;
    width: 12px;
    height: 12px;
  }
}
.btn_yellow_pdf:hover {
  opacity: 1 !important;
  background: #ffffff;
  border: 1px solid #6F4B29;
}
.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: 26px;
  .logo{
	  max-width: 250px;
	  width: 100%;
	  margin-bottom: 5px;
  }
}
@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 .menu .inner {
  padding-top: 80px;
  max-width: 855px;
}
@media screen and (max-width: 849px) {
  #page .menu .inner {
    padding-top: 30px;
  }
}
#page .menu .menu_box {
  margin: auto;
  background: #ffffff;
  border: 1px solid #6F4B29;
  border-radius: 20px;
  padding: 30px 20px 40px 20px;
}
@media screen and (max-width: 849px) {
  #page .menu .menu_box {
    padding: 25px 20px 30px 20px;
    border-radius: 10px;
  }
}
#page .menu .menu_box .menu_list_ttl {
  text-align: center;
  margin-bottom: 30px;
  font-size: 23px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-family: var(--font-mincho);
}
@media screen and (max-width: 849px) {
  #page .menu .menu_box .menu_list_ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
#page .menu .menu_box .menu_list {
  max-width: 473px;
  margin: auto;
}
#page .menu .menu_box .menu_list li {
  padding-bottom: 20px;
  background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px);
  background-size: 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}
@media screen and (max-width: 849px) {
  #page .menu .menu_box .menu_list li {
    padding-bottom: 15px;
  }
}
#page .menu .menu_box .menu_list li + li {
  margin-top: 20px;
}
@media screen and (max-width: 849px) {
  #page .menu .menu_box .menu_list li + li {
    margin-top: 15px;
  }
}
#page .menu .menu_box .menu_list li a {
  color: #6F4B29 !important;
  display: block;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-left: 24px;
  padding-right: 20px;
}
@media screen and (max-width: 849px) {
  #page .menu .menu_box .menu_list li a {
    font-size: 14px;
    padding-left: 20px;
  }
}
#page .menu .menu_box .menu_list li a::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 15;
  width: 14px;
  height: 17px;
  background: url(../img/event/other_icon02.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  #page .menu .menu_box .menu_list li a::after {
    top: 1px;
  }
}
#page .menu .menu_box .menu_list li a::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 15;
  width: 10px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/thought/an_link_before.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#page .menu .bottom_bor_btn {
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  #page .menu .bottom_bor_btn {
    margin-top: 20px;
  }
  #page .menu .bottom_bor_btn::after {
    top: 45%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#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;
  font-family: var(--font-mincho);
}
@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);
  }
}
.tree_center_ttl {
  text-align: center;
  position: relative;
  width: fit-content;
  margin: auto;
}
.tree_center_ttl .txt {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
@media screen and (max-width: 849px) {
  .tree_center_ttl .txt {
    margin-top: 2px;
    display: block;
  }
}
.tree_center_ttl span {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  .tree_center_ttl span {
    font-size: 23px;
  }
}
.tree_center_ttl .sub_small {
  font-size: 20px;
  margin-right: 15px;
}
@media screen and (max-width: 849px) {
  .tree_center_ttl .sub_small {
    font-size: 16px;
    display: block;
    margin: auto;
  }
}
.tree_center_ttl .tree_center_ttl_sub_after {
  max-width: 26px;
  margin: auto;
}
.yuiku .loop_about,
.yuiku .jiken {
  padding-top: 0 !important;
}
.yuiku .m_t_50 {
  margin-top: 50px;
}
@media screen and (max-width: 849px) {
  .yuiku .m_t_50 {
    margin-top: 30px;
  }
}
.syokai .inner {
  padding-bottom: 70px;
  padding-top: 80px;
}
@media screen and (max-width: 849px) {
  .syokai .inner {
    padding-top: 50px;
  }
}
.syokai .nu_list {
  display: flex;
  gap: 50px;
  column-gap: 30px;
  flex-wrap: wrap;
  margin-top: 50px;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list {
    margin-top: 20px;
    gap: 20px;
    column-gap: 10px;
  }
}
.syokai .nu_list li {
  width: calc(33.3333% - 20px);
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li {
    width: calc(50% - 5px);
  }
}
.syokai .nu_list li .img {
  position: relative;
  z-index: 10;
}
.syokai .nu_list li .txt_box {
  background: #ffffff;
  padding: 35px 30px 108px 30px;
  border-radius: 16px;
  position: relative;
  z-index: 5;
  margin-top: -20px;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box {
    border-radius: 10px;
    margin-top: -7px;
    padding: 20px 15px 60px 15px;
  }
}
.syokai .nu_list li .txt_box .ttl {
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 1.6875;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .ttl {
    font-size: 12px;
    letter-spacing: 0.07em;
    line-height: 1.5;
  }
}
.syokai .nu_list li .txt_box .ttl span {
  display: block;
  font-size: 23px;
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .ttl span {
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.714;
  }
}
.syokai .nu_list li .txt_box .ttl span .span_span {
  font-size: 16px !important;
  margin-left: 5px !important;
  display: inline-block;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .ttl span .span_span {
    font-size: 12px !important;
    letter-spacing: 0.07em;
    margin-left: 0 !important;
    line-height: 1.5;
    display: block;
  }
}
.syokai .nu_list li .txt_box .addr {
  text-align: left;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
  padding-left: 17px;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .addr {
    margin-top: 8px;
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}
.syokai .nu_list li .txt_box .addr::after {
  position: absolute;
  content: "";
  width: 12px;
  height: 16px;
  left: 0;
  top: 2px;
  z-index: 1;
  background: url(../img/top/nursery_addr.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.syokai .nu_list li .txt_box .news_box a {
  display: block;
  color: #6F4B29 !important;
}
.syokai .nu_list li .txt_box .news_box dl {
  margin-top: 17px;
  padding-top: 17px;
  background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px);
  background-size: 8px 2px;
  background-repeat: repeat-x;
  background-position: left top;
  display: block;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .news_box dl {
    margin-top: 10px;
    padding-top: 10px;
    background-image: linear-gradient(to right, #6F4B29 1px, transparent 1px);
    background-size: 4px 1px;
  }
}
.syokai .nu_list li .txt_box .news_box dl dt {
  width: 100%;
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.syokai .nu_list li .txt_box .news_box dl dt .cat {
  background: #6F4B29;
  color: #ffffff;
  line-height: 27px;
  border-radius: 27px;
  padding: 0 15px;
  font-family: "Lexend Zetta", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  width: fit-content;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .news_box dl dt .cat {
    line-height: 18px;
    font-size: 9px;
    padding: 0 9px;
  }
}
.syokai .nu_list li .txt_box .news_box dl dt .date {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .news_box dl dt .date {
    font-size: 10px;
    letter-spacing: 0.07em;
  }
}
.syokai .nu_list li .txt_box .news_box dl dd {
  width: 100%;
  text-align: left;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .news_box dl dd {
    font-size: 12px;
    letter-spacing: 0.07em;
  }
}
.syokai .nu_list li .txt_box .btn_flex_bottom {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list li .txt_box .btn_flex_bottom {
    bottom: 20px;
    right: 15px;
  }
}
.syokai .nu_list .p_bottom {
  padding-bottom: 87px !important;
}
@media screen and (max-width: 849px) {
  .syokai .nu_list .p_bottom {
    padding-bottom: 60px !important;
  }
}
@media screen and (max-width: 849px) {
  .syokai .nu_list .p_bottom_sp {
    padding-bottom: 77px !important;
  }
}

	                        .footer .footer_sp_menu ul li .a_txt-item{
		                        a{
			                        border-right: none;
			                        padding: 0;
			                        background: none;
			                        &:after{
				                        content: none;
			                        }
		                        }
	                        }



.page-facilities{
	
	.sdgs {
  background: url(../img/common/footer_bg_white.png) no-repeat top center #BDECF5 !important;
  background-size: 100% 175px !important;
  position: relative;
}
@media screen and (max-width: 849px) {
  .sdgs {
    background: url(../img/common/footer_bg_white_sp.png) no-repeat top center #BDECF5 !important;
    background-size: 100% 35px !important;
    background-position-y: -1px !important;
  }
}
.sdgs .inner {
  padding-top: 230px;
  padding-bottom: 50px;
}
@media screen and (max-width: 849px) {
  .sdgs .inner {
    padding-top: 60px;
  }
}
.sdgs .sdgs_sub {
  margin-top: 40px;
  margin-bottom: 50px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 849px) {
  .sdgs .sdgs_sub {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.sdgs .sd_box {
  border-radius: 20px;
  background: #ffffff;
  padding: 70px 140px 80px 140px;
  text-align: left;
}
@media screen and (max-width: 849px) {
  .sdgs .sd_box {
    padding: 40px 20px;
    border-radius: 10px;
  }
}
.sdgs .sd_box .sd_ttl {
  margin: auto;
  margin-bottom: 60px;
  max-width: 491px;
}
@media screen and (max-width: 849px) {
  .sdgs .sd_box .sd_ttl {
    margin-bottom: 35px;
  }
}
.sdgs .sd_box .sd_list {
  padding-left: 50px;
}
@media screen and (max-width: 849px) {
  .sdgs .sd_box .sd_list {
    padding-left: 0;
  }
}
.sdgs .sd_box .sd_list li {
  display: flex;
  align-items: flex-start;
}
.sdgs .sd_box .sd_list li + li {
  margin-top: 40px;
}
@media screen and (max-width: 849px) {
  .sdgs .sd_box .sd_list li + li {
    margin-top: 25px;
  }
}
.sdgs .sd_box .sd_list li span {
  display: flex;
  align-items: center;
  width: 64px;
  color: #0089D2;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.01;
  font-family: "Lexend Zetta", sans-serif;
  padding-top: 8px;
}
@media screen and (max-width: 849px) {
  .sdgs .sd_box .sd_list li span {
    padding-top: 0;
    width: 33px;
    font-size: 30px;
    line-height: 1.8;
  }
}
.sdgs .sd_box .sd_list li p {
  text-align: left;
  width: calc(100% - 64px);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 849px) {
  .sdgs .sd_box .sd_list li p {
    font-size: 14px;
    width: calc(100% - 33px);
  }
}
.sdgs .sd_box .sd_img_ttl {
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 849px) {
  .sdgs .sd_box .sd_img_ttl {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 16px;
  }
}
.sdgs .sd_box .img {
  max-width: 675px;
  margin: auto;
}


.kumi_box .inner {
  padding-bottom: 32px;
}
@media screen and (max-width: 849px) {
  .kumi_box .inner {
    padding-bottom: 50px;
  }
}
.kumi_box .tree_center_ttl {
  margin-bottom: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 849px) {
  .kumi_box .tree_center_ttl {
    margin-bottom: 42px;
    margin-top: 30px;
  }
}
.kumi_box .kumi li + li {
  margin-top: 80px;
}
@media screen and (max-width: 849px) {
  .kumi_box .kumi li + li {
    margin-top: 50px;
  }
}
.kumi_box .kumi li dl {
  display: flex;
}
@media screen and (max-width: 849px) {
  .kumi_box .kumi li dl {
    display: block;
  }
}
.kumi_box .kumi li dl dt {
  width: 35.72%;
}
@media screen and (max-width: 849px) {
  .kumi_box .kumi li dl dt {
    width: 100%;
  }
  .kumi_box .kumi li dl dt img {
    max-width: 230px;
    margin: auto;
  }
}
.kumi_box .kumi li dl dd {
  width: 64.28%;
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 849px) {
  .kumi_box .kumi li dl dd {
    padding-left: 0;
    width: 100%;
    margin-top: 15px;
  }
}
.kumi_box .kumi li dl dd .ttl {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 849px) {
  .kumi_box .kumi li dl dd .ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.kumi_box .kumi li dl dd p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 849px) {
  .kumi_box .kumi li dl dd p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.8;
  }
}
.kumi_box .kumi li dl dd .sub {
  font-size: 14px;
  font-weight: 400;
}
@media screen and (max-width: 849px) {
  .kumi_box .kumi li dl dd .sub {
    font-size: 12px;
  }
}
.kumi_box .kumi li dl dd .btn_yellow_pdf {
  margin: auto;
  margin-top: 30px;
}
@media screen and (max-width: 849px) {
  .kumi_box .kumi li dl dd .btn_yellow_pdf {
    margin-top: 20px;
  }
}


.loop_box .inner {
  padding-top: 100px;
}
@media screen and (max-width: 849px) {
  .loop_box .inner {
    padding-top: 50px;
  }
}
.loop_box .ttl_item {
  display: flex;
  align-items: center;
  column-gap: 0;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 849px) {
  .loop_box .ttl_item {
    column-gap: 0;
  }
}
.loop_box .ttl_item .tree {
  display: flex;
  column-gap: 33px;
}
@media screen and (max-width: 849px) {
  .loop_box .ttl_item .tree {
    column-gap: 18px;
  }
}
.loop_box .ttl_item .tree span {
  display: block;
}
.loop_box .ttl_item .tree span:nth-child(1) {
  max-width: 41px;
}
@media screen and (max-width: 849px) {
  .loop_box .ttl_item .tree span:nth-child(1) {
    max-width: 23px;
  }
}
.loop_box .ttl_item .tree span:nth-child(2) {
  max-width: 55px;
}
@media screen and (max-width: 849px) {
  .loop_box .ttl_item .tree span:nth-child(2) {
    max-width: 30px;
  }
}
.loop_box .ttl_item .loop_ttl_box {
  position: relative;
  width: fit-content;
  margin: auto;
}
.loop_box .ttl_item .loop_ttl_box .loop_txt {
  width: 250px;
  padding: 0 35.5px;
  margin: auto;
  display: block;
}
@media screen and (max-width: 849px) {
  .loop_box .ttl_item .loop_ttl_box .loop_txt {
    width: 182px;
    padding: 0 13px ;
  }
}
.loop_box .ttl_item .loop_ttl_box .loop_ttl {
  font-size: 23px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.1em;
  width: fit-content;
  text-align: center;
  z-index: 3;
  display: block;
  margin: auto;
}
@media screen and (max-width: 849px) {
  .loop_box .ttl_item .loop_ttl_box .loop_ttl {
    font-size: 18px;
    width: 182px;
    margin-top: -10px;
  }
}
.loop_box .ttl_item .loop_ttl_box .loop_num {
  width: 250px;
  font-weight: bold;
  font-family: "Lexend Zetta", sans-serif;
  color: #FFD905;
  font-size: 117px;
  position: absolute;
  text-align: center;
  top: 0;
  left: calc(50% - 125px);
  line-height: 1.2;
  padding-top: 15px;
  z-index: 2;
}
@media screen and (max-width: 849px) {
  .loop_box .ttl_item .loop_ttl_box .loop_num {
    padding-top: 0;
    font-size: 97px;
    line-height: 140px;
    width: 182px;
    left: calc(50% - 91px);
  }
}
.loop_box .loop_dl {
  margin-top: 60px;
  display: flex;
}
@media screen and (max-width: 849px) {
  .loop_box .loop_dl {
    margin-top: 30px;
    display: block;
  }
}
.loop_box .loop_dl dt {
  width: 48.36%;
}
@media screen and (max-width: 849px) {
  .loop_box .loop_dl dt {
    width: 100%;
  }
}
.loop_box .loop_dl dt img {
  border-radius: 20px;
}
@media screen and (max-width: 849px) {
  .loop_box .loop_dl dt img {
    border-radius: 10px;
  }
}
.loop_box .loop_dl dd {
  width: 51.64%;
  padding-left: 40px;
  text-align: left;
}
@media screen and (max-width: 849px) {
  .loop_box .loop_dl dd {
    width: 100%;
    margin-top: 15px;
    padding-left: 0;
  }
}
.loop_box .loop_dl dd .ttl {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  letter-spacing: 0.1;
  line-height: 1.875;
}
@media screen and (max-width: 849px) {
  .loop_box .loop_dl dd .ttl {
    font-size: 16px;
    line-height: 1.5;
  }
}
.loop_box .loop_dl dd .photo_box {
  margin-top: 30px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 849px) {
  .loop_box .loop_dl dd .photo_box {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.loop_box .loop_dl dd .photo_box .img {
  padding-right: 3px;
  width: 146px;
}
@media screen and (max-width: 849px) {
  .loop_box .loop_dl dd .photo_box .img {
    width: 97px;
    padding-right: 7px;
  }
}
.loop_box .loop_dl dd .photo_box .fuki {
  height: 106px;
  display: flex;
  align-items: center;
  text-align: left;
  width: calc(100% - 146px);
  background: url(../img/thought/loop_fuki.png) no-repeat;
  background-size: 100% 100%;
  padding-left: 70px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
  padding-right: 20px;
}
@media screen and (max-width: 1080px) {
  .loop_box .loop_dl dd .photo_box .fuki {
    padding-left: 55px;
  }
}
@media screen and (max-width: 849px) {
  .loop_box .loop_dl dd .photo_box .fuki {
    font-size: 14px;
    padding-left: 37px;
    width: calc(100% - 97px);
    max-width: 238px;
    height: 90px;
    background: url(../img/thought/loop_fuki_sp.png) no-repeat;
    background-size: 100% 100%;
  }
}
.loop_box p {
  text-align: left;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 849px) {
  .loop_box p {
    font-size: 14px;
    margin-top: 15px;
    line-height: 1.8;
  }
}
.loop_box .dod {
  padding-left: 18px;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 849px) {
  .loop_box .dod {
    padding-left: 14px;
    line-height: 1.5;
  }
}
.loop_box .dod::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 10px;
  left: 0;
  top: 7px;
  z-index: 1;
  background:#FFD905;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 849px) {
  .loop_box .dod::after {
    width: 7px;
    height: 7px;
    top: 7px;
  }
}
.loop_box .m_t_7 {
  margin-top: 7px;
}
.loop_box .m_t_15 {
  margin-top: 15px;
}
.loop_box .m_t_10 {
  margin-top: 10px;
}
@media screen and (max-width: 849px) {
  .loop_box .m_t_10 {
    margin-top: 10px;
  }
}
.loop_box .ye_box {
  width: 100%;
  background: #FCE877;
  border-radius: 20px;
  padding: 106px 90px 60px 90px;
  position: relative;
  margin-top: 95px;
}
@media screen and (max-width: 1080px) {
  .loop_box .ye_box {
    padding: 106px 40px 60px 40px;
    margin-top: 75px;
  }
}
.loop_box .ye_box::after {
  position: absolute;
  content: "";
  width: 37.54%;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/thought/ye_box.png) no-repeat bottom right;
  background-size: 100% auto;
}
@media screen and (max-width: 849px) {
  .loop_box .ye_box::after {
    width: 54.32%;
    background: url(../img/thought/ye_box_sp.png) no-repeat bottom right;
    background-size: 100% auto;
  }
}
@media screen and (max-width: 849px) {
  .loop_box .ye_box {
    border-radius: 10px;
    padding: 90px 20px 40px 20px;
  }
}
.loop_box .ye_box .ye_box_ttl {
  position: absolute;
  width: 100%;
  height: fit-content;
  top: -20px;
  left: 0;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35;
  letter-spacing: 0.1em;
  z-index: 10;
}
@media screen and (max-width: 849px) {
  .loop_box .ye_box .ye_box_ttl {
    top: -11px;
    font-size: 14px;
  }
}
.loop_box .ye_box .ye_box_ttl span {
  display: block;
  font-size: 40px;
  font-weight: 500;
  font-family: "Lexend Zetta", sans-serif;
  letter-spacing: 0;
  line-height: 1.01;
  margin-bottom: 12px;
}
@media screen and (max-width: 849px) {
  .loop_box .ye_box .ye_box_ttl span {
    font-size: 26px;
    margin-bottom: 3px;
  }
}
.loop_box .ye_box dl {
  display: flex;
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 849px) {
  .loop_box .ye_box dl {
    display: block;
  }
}
.loop_box .ye_box dl dt {
  width: 249px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 849px) {
  .loop_box .ye_box dl dt {
    margin: auto;
    width: 152px;
  }
}
.loop_box .ye_box dl dd {
  width: calc(100% - 249px);
  padding-left: 61px;
}
@media screen and (max-width: 1080px) {
  .loop_box .ye_box dl dd {
    padding-left: 30px;
  }
}
@media screen and (max-width: 849px) {
  .loop_box .ye_box dl dd {
    width: 100%;
    padding-left: 0;
  }
}


.hitori {
  position: relative;
}
.hitori .yoko_line::after {
  top: 50px;
  background-image: url("../img/top/hitori_after.svg");
  background-size: 100% 100%;
  height: 211px;
}
@media screen and (max-width: 849px) {
  .hitori .yoko_line::after {
    top: 18px;
    height: 100px;
    background-image: url("../img/top/hitori_after_sp.svg");
    background-size: 100% 100%;
  }
}
.hitori .inner {
  padding-top: 123px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 849px) {
  .hitori .inner {
    padding-top: 49px;
  }
}
.hitori .hi_bg {
  position: absolute;
  width: 100%;
  height: 211px;
  top: 50px;
  left: 0;
}
@media screen and (max-width: 849px) {
  .hitori .hi_bg {
    top: 27px;
    height: 100px;
  }
}
.hitori .hi_ttl {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0.3em;
  line-height: 1.33333;
}
@media screen and (max-width: 849px) {
  .hitori .hi_ttl {
    font-size: 16px;
    letter-spacing: 0.1em;
  }
}
.hitori .btn_yellow {
  margin: auto;
  margin-top: 50px;
}
@media screen and (max-width: 849px) {
  .hitori .btn_yellow {
    margin-top: 30px;
  }
}
.hitori .hi_list {
  display: flex;
  column-gap: 67px;
  margin-top: 50px;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list {
    column-gap: 23px;
    margin-top: 25px;
  }
}
.hitori .hi_list li {
  width: calc(50% - 33.5px);
  position: relative;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li {
    width: calc(50% - 11.5px);
  }
}
.hitori .hi_list li .left_after {
  position: absolute;
  left: -35px;
  width: 131px;
  height: 131px;
  top: -10px;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li .left_after {
    width: 56px;
    height: 56px;
    top: -6px;
    left: -13px;
  }
}
.hitori .hi_list li .right_after {
  position: absolute;
  right: -35px;
  width: 131px;
  height: 131px;
  top: -10px;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li .right_after {
    width: 56px;
    height: 56px;
    top: -6px;
    right: auto;
    left: -13px;
  }
}
.hitori .hi_list li .ttl {
  position: absolute;
  top: 0;
  left: 0;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-feature-settings: "palt";
  font-size: 30px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.1em;
  z-index: 5;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li .ttl {
    font-size: 18px;
    letter-spacing: 0;
  }
}
.hitori .hi_list li .img {
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li .img {
    padding-top: 10px;
    padding-left: 27px;
  }
}
.hitori .hi_list li .more_txt {
  text-align: left;
  margin-top: 30px;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 2;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li .more_txt {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.5;
    min-height: 197px;
  }
}
.hitori .hi_list li .li_txt {
  margin-top: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: linear-gradient(to right, #6F4B29 2px, transparent 2px), linear-gradient(to right, #6F4B29 2px, transparent 2px);
  background-size: 6px 2px , 6px 2px;
  background-repeat: repeat-x;
  background-position: left bottom , left top;
  width: calc(100% - 40px);
  margin-left: 20px;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li .li_txt {
    width: 100%;
    padding-top: 15px;
    margin-top: 15px;
    margin-left: 0;
  }
}
.hitori .hi_list li .li_txt p {
  color: #6F4B29 !important;
  display: block;
  position: relative;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding-left: 24px;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li .li_txt p {
    font-size: 12px;
    padding-left: 20px;
  }
}
.hitori .hi_list li .li_txt p + p {
  margin-top: 12px;
}
.hitori .hi_list li .li_txt p::after {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 15;
  width: 14px;
  height: 17px;
  background: url(../img/event/other_icon02.svg);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.hitori .hi_list li .txt {
  position: relative;
  width: calc(100% - 36px);
  margin-left: 18px;
  background: #DAE890;
  border-radius: 20px;
  padding: 26px 10px 24px 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin-top: -18px;
  z-index: 10;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li .txt {
    text-align: left;
    width: 100%;
    margin-left: 0;
    font-size: 12px;
    line-height: 1.5;
    padding: 15px;
    border-radius: 10px;
    margin-top: -3px;
    z-index: 3;
  }
}
.hitori .hi_list li:nth-child(1) {
  padding-left: 80px;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li:nth-child(1) {
    padding-left: 0;
  }
}
.hitori .hi_list li:nth-child(2) {
  padding-right: 80px;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li:nth-child(2) {
    padding-right: 0;
  }
}
.hitori .hi_list li:nth-child(2) .ttl {
  position: absolute;
  top: 0;
  left: auto;
  right: 0;
}
@media screen and (max-width: 849px) {
  .hitori .hi_list li:nth-child(2) .ttl {
    right: auto;
    left: -10px;
    line-height: 1.05;
  }
}
.hitori .hi_list li:nth-child(2) .txt {
  background: #FFC4C6;
}

	
	
}