@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #211815;
  font-family: "Shippori Mincho B1", serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  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;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #211815;
  text-decoration: none;
}
a:link,
a:visited {
  color: #211815;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Shippori Mincho B1", 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;
}
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;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #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;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 768px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1120px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
/* ---------------------------------------------
*   blurfade
--------------------------------------------- */
.blurfade {
  opacity: 0;
  animation-name: blurAnime;
  animation-duration: 1.8s;
  animation-fill-mode: forwards;
  animation-delay: 0.1s;
}
.blurfade.is-active {
  animation-name: blurAnime;
  animation-duration: 1.1s;
  animation-fill-mode: forwards;
  animation-delay: 0.8s;
}
@keyframes blurAnime {
  from {
    transform: scale(1.02);
    transform: translateY(30px);
    filter: blur(10px);
  }
  to {
    transform: scale(1);
    transform: translateY(0);
    filter: blur(0);
    opacity: 1;
  }
}
/* ---------------------------------------------
*   js-acc-target
--------------------------------------------- */
@media screen and (max-width: 1280px) {
  .js-acc-target {
    display: none;
  }
}
/* ---------------------------------------------
*   js-acc-target-faq
--------------------------------------------- */
.js-acc-target-faq {
  display: none;
}
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.5s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.5s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* ---------------------------------------------
*   is-disabled
--------------------------------------------- */
.is-disabled {
  opacity: 0;
  pointer-events: none;
}
.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);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background: #ffffff;
}
@media screen and (max-width: 767px) {
  #header .inner {
    padding-left: 12px;
    padding-right: 15px;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  height: 81px;
}
@media screen and (max-width: 767px) {
  #header .header_item {
    width: auto;
    display: flex;
    height: 84px;
    width: 100%;
    align-items: end;
  }
}
#header .header_item .logo {
  margin: auto;
  display: block;
  position: absolute;
  max-width: 222px;
  padding-bottom: 17px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #header .header_item .logo {
    padding-bottom: 13px;
    position: relative;
    max-width: 133px;
    margin: auto;
    margin-left: 0;
    margin-bottom: 0;
    z-index: 999999999;
  }
}
#header .header_item .link_item {
  position: absolute;
  right: 0;
  bottom: -54px;
  z-index: 10;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #header .header_item .link_item {
    bottom: -30px;
    flex-direction: row-reverse;
  }
}
#header .header_item .link_item .btn_g {
  display: block;
  background: #9D7824;
  width: 97px;
  height: 97px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #header .header_item .link_item .btn_g {
    width: 70px;
    height: 70px;
  }
}
#header .header_item .link_item .btn_a {
  display: block;
  background: #BEBFBF;
  width: 97px;
  height: 97px;
  border-radius: 100%;
  margin-left: 19px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #header .header_item .link_item .btn_a {
    margin-left: 0;
    width: 70px;
    height: 70px;
    margin-right: 9px;
  }
}
#header .header_item .link_item .icon {
  max-width: 30px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #header .header_item .link_item .icon {
    max-width: 21px;
  }
}
#header .header_item .link_item .txt {
  color: #ffffff;
  margin: auto;
  width: fit-content;
  font-size: 13px;
  font-weight: 500;
  margin-top: 5px;
  letter-spacing: 1.3px;
}
@media screen and (max-width: 767px) {
  #header .header_item .link_item .txt {
    font-size: 10px;
    margin-top: 6px;
    letter-spacing: 1px;
  }
}
.mv {
  position: relative;
  margin-top: 81px;
}
@media screen and (max-width: 767px) {
  .mv {
    margin-top: 84px;
  }
}
.mv .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.mv .mv_txt {
  position: relative;
  z-index: 5;
}
.mv .mv_txt .inner {
  max-width: 968px;
  padding-top: 202px;
  padding-bottom: 170px;
}
@media screen and (max-width: 825px) {
  .mv .mv_txt .inner {
    padding-top: 101px;
  }
}
@media screen and (max-width: 767px) {
  .mv .mv_txt .inner {
    padding-top: 233px;
    padding-left: 8px;
    padding-right: 14px;
    padding-bottom: 35px;
  }
}
.mv .mv_txt .mv_ttl {
  width: 100%;
}
@media screen and (max-width: 1080px) {
  .mv .mv_txt .mv_ttl {
    max-width: 700px;
  }
}
@media screen and (max-width: 825px) {
  .mv .mv_txt .mv_ttl {
    max-width: 550px;
  }
}
.mv .mv_txt .mv_txt01 {
  padding-left: 37px;
  padding-right: 12px;
  padding-top: 94px;
  color: #9D7824;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 2.5;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .mv .mv_txt .mv_txt01 {
    padding-left: 21px;
    padding-top: 35px;
    font-size: 15px;
    letter-spacing: 1.5px;
    line-height: 2.333;
  }
}
.mv .mv_txt .mv_txt01 .mv_logo {
  margin-top: 50px;
  max-width: 367px;
}
@media screen and (max-width: 767px) {
  .mv .mv_txt .mv_txt01 .mv_logo {
    max-width: 208px;
    margin-top: 30px;
  }
}
.about {
  position: relative;
}
.about .inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .about .inner {
    padding-bottom: 0;
  }
}
.about .about_pc {
  position: relative;
}
@media screen and (max-width: 767px) {
  .about .about_pc {
    display: none;
  }
}
.about .about_pc .about_item {
  z-index: 50;
  position: absolute;
  width: 100%;
  height: 100%;
}
.about .about_pc .about_item .about_box {
  margin: auto;
  padding-top: 80px;
  padding-bottom: 110px;
  max-width: 1002px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  justify-content: space-between;
}
.about .about_pc .about_item .about_box .about_ttl {
  max-width: 157px;
}
.about .about_pc .about_item .about_box .about_txt {
  max-width: 619px;
}
.about .about_pc .about_bg {
  position: relative;
  height: 809px;
}
.about .about_pc .about_bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top right;
}
.about .about_sp {
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .about .about_sp {
    display: block;
  }
}
.about .about_sp .aboutflex_fixed {
  height: auto;
  z-index: 20;
  top: 0;
  left: 0;
  position: -webkit-sticky !important;
  position: sticky !important;
}
.about .about_sp .aboutflex_img {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 20;
}
.about .about_sp .aboutflex_txt {
  height: fit-content;
  margin-left: auto;
  position: relative;
  margin-right: 0;
  z-index: 50;
  padding: 53px 24px 0 27px;
}
@media screen and (max-width: 767px) {
  .about .about_sp .aboutflex_txt {
    padding: 0 24px 0 27px;
    margin-top: -200%;
  }
}
.about .about_sp .aboutflex_txt .about_sp_ttl {
  padding-left: 18px;
  text-align: left;
}
.about .about_sp .aboutflex_txt .about_sp_ttl img {
  max-width: 129px;
}
.about .about_sp .aboutflex_txt .about_sp_txt01 {
  max-width: 243px;
  margin-left: auto;
  text-align: right;
  margin-right: 0;
}
.about .about_sp .aboutflex_txt .about_sp_txt02 {
  text-align: left;
  max-width: 266px;
  margin-top: 20px;
}
.message .inner {
  max-width: 1202px;
  padding-top: 117px;
  padding-bottom: 171px;
}
@media screen and (max-width: 767px) {
  .message .inner {
    padding-top: 90px;
    padding-bottom: 45px;
  }
}
.message .bigttl {
  max-width: 711px;
  margin-bottom: 50px;
}
@media screen and (max-width: 825px) {
  .message .bigttl {
    max-width: 550px;
  }
}
@media screen and (max-width: 767px) {
  .message .bigttl {
    margin-bottom: 30px;
  }
}
.message .me_item {
  max-width: 928px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .message .me_item {
    padding-left: 22px;
    padding-right: 0;
  }
}
.message .me_item::after {
  width: 11px;
  height: 100%;
  position: absolute;
  content: "";
  left: -50px;
  bottom: 0;
  z-index: 1;
  background: url(../img/message_line.webp) no-repeat top / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .message .me_item::after {
    left: 0;
    width: 5px;
  }
}
.message .me_item .ttl_item {
  display: flex;
}
.message .me_item .ttl_item .sub_ttl {
  max-width: 386px;
}
@media screen and (max-width: 825px) {
  .message .me_item .ttl_item .sub_ttl {
    max-width: 326px;
  }
}
@media screen and (max-width: 767px) {
  .message .me_item .ttl_item .sub_ttl {
    max-width: 214px;
  }
}
.message .me_item .ttl_item .ttl_txt {
  margin-left: -24px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #9D7824;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .message .me_item .ttl_item .ttl_txt {
    padding-top: 30px;
    margin-left: -10px;
    font-size: 14px;
  }
}
.message .me_item .txt_item {
  padding-top: 47px;
  padding-left: 40px;
  color: #7B7B7B;
}
@media screen and (max-width: 767px) {
  .message .me_item .txt_item {
    padding-top: 17px;
    padding-left: 3px;
  }
}
.message .me_item .txt_item .list_ttl {
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.9px;
}
@media screen and (max-width: 900px) {
  .message .me_item .txt_item .list_ttl {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .message .me_item .txt_item .list_ttl {
    font-size: 26px;
    letter-spacing: 1.2px;
    margin-bottom: 10px;
  }
}
.message .me_item .txt_item .list_txt {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: left;
  line-height: 2.22;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .message .me_item .txt_item .list_txt {
    font-size: 14px;
    letter-spacing: -0.04em;
    margin-bottom: 20px;
    line-height: 2.14;
  }
}
.message .me_item .txt_item .subname {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-align: left;
  line-height: 2.18;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .message .me_item .txt_item .subname {
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 1.8;
  }
}
.message .me_item .txt_item .name {
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-align: left;
  line-height: 1.2;
  margin-bottom: 6px;
}
@media screen and (max-width: 767px) {
  .message .me_item .txt_item .name {
    font-size: 24px;
    letter-spacing: 0;
    line-height: 2.14;
  }
}
.voice {
  position: relative;
}
.voice .inner {
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .voice .inner {
    padding-bottom: 0;
  }
}
.voice .list_ttl {
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.9px;
  color: #ffffff;
  margin-top: 16px;
}
@media screen and (max-width: 767px) {
  .voice .list_ttl {
    font-size: 28px;
    letter-spacing: 1.4px;
    margin-bottom: 10px;
  }
}
.voice .ttl_item {
  display: flex;
}
.voice .ttl_item .sub_ttl {
  max-width: 376px;
}
@media screen and (max-width: 825px) {
  .voice .ttl_item .sub_ttl {
    max-width: 316px;
  }
}
@media screen and (max-width: 767px) {
  .voice .ttl_item .sub_ttl {
    max-width: 203px;
  }
}
.voice .ttl_item .ttl_txt {
  margin-left: -24px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #ffffff;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .voice .ttl_item .ttl_txt {
    padding-top: 30px;
    margin-left: -10px;
    font-size: 14px;
  }
}
.voice .ul_flex {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
  column-gap: 22px;
}
.voice .voice_list {
  width: calc(50% - 11px);
}
@media screen and (max-width: 767px) {
  .voice .voice_list {
    width: 100%;
    margin-bottom: 0;
  }
}
.voice .voice_list li {
  border-radius: 9px;
  padding: 10px 20px 0 20px;
  background: rgba(255, 255, 255, 0.77);
}
@media screen and (max-width: 767px) {
  .voice .voice_list li {
    padding: 6px 14px 0 14px;
  }
}
.voice .voice_list li + li {
  margin-top: 22px;
}
@media screen and (max-width: 767px) {
  .voice .voice_list li + li {
    margin-top: 15px;
  }
}
.voice .voice_list li .li_ttl {
  text-align: left;
  font-size: 22px;
  color: #9D7824;
  line-height: 2.27;
  font-weight: 500;
  margin-bottom: 12px;
}
@media screen and (max-width: 767px) {
  .voice .voice_list li .li_ttl {
    font-size: 20px;
    line-height: 2.5;
    margin-bottom: 6px;
  }
}
.voice .voice_list li .li_txt {
  font-family: "Gothic A1", sans-serif;
  color: #7B7B7B;
  text-align: left;
  font-size: 14px;
  line-height: 1.7857;
  font-weight: 500;
}
@media screen and (max-width: 825px) {
  .voice .voice_list li .li_txt {
    line-height: 1.5857;
  }
}
@media screen and (max-width: 767px) {
  .voice .voice_list li .li_txt {
    line-height: 1.7857;
  }
}
.voice .voice_list li .li_txt span {
  margin-top: 4px;
  display: block;
  font-weight: bold;
  letter-spacing: 1.4px;
  line-height: 3.57;
}
@media screen and (max-width: 767px) {
  .voice .voice_list li .li_txt span {
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  .voice .list02 {
    margin-top: 15px;
    margin-bottom: 40px;
  }
}
.voice .list02 .li_ttl {
  margin-bottom: 4px !important;
}
@media screen and (max-width: 767px) {
  .voice .list02 .li_ttl {
    margin-bottom: 6px !important;
  }
}
.voice .voice_box {
  margin: auto;
  margin-top: 68px;
  margin-bottom: 94px;
  padding-left: 13px;
  padding-right: 12px;
  justify-content: space-between;
  position: relative;
  max-width: 928px;
}
@media screen and (max-width: 767px) {
  .voice .voice_box {
    padding-left: 20px;
    padding-right: 0;
  }
}
.voice .voice_box::after {
  width: 11px;
  height: calc(100% - 10px);
  position: absolute;
  content: "";
  left: -50px;
  top: 10px;
  z-index: 1;
  background: url(../img/voice_line.webp) no-repeat top / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .voice .voice_box::after {
    left: 0;
    width: 5px;
    top: 2px;
    height: calc(100% - 2px);
  }
}
.voice .voice_box .voice_ttl {
  max-width: 157px;
}
.voice .voice_box .voice_txt_box {
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .voice .voice_box .voice_txt_box {
    padding-left: 0;
  }
}
.voice .voice_pc {
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice .voice_pc {
    display: none;
  }
}
.voice .voice_pc .voice_item {
  z-index: 50;
  position: absolute;
  width: 100%;
  height: 100%;
}
.voice .voice_pc .voice_bg {
  position: relative;
  height: 1099px;
}
.voice .voice_pc .voice_bg img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  object-position: top right;
}
.voice .voice_sp {
  position: relative;
  display: none;
}
@media screen and (max-width: 767px) {
  .voice .voice_sp {
    padding-bottom: 1px;
    display: block;
  }
}
.voice .voice_sp .voiceflex_fixed {
  height: auto;
  z-index: 20;
  top: 0;
  left: 0;
  position: -webkit-sticky !important;
  position: sticky !important;
}
.voice .voice_sp .voiceflex_img {
  width: 100%;
  margin-left: 0;
  margin-right: auto;
  position: relative;
  z-index: 20;
}
.voice .voice_sp .voiceflex_txt {
  height: fit-content;
  margin-left: auto;
  position: relative;
  margin-right: 0;
  z-index: 50;
  padding: 53px 20px 0 20px;
}
@media screen and (max-width: 767px) {
  .voice .voice_sp .voiceflex_txt {
    padding: 0;
    margin-top: -220%;
  }
}
.voice .voice_sp .voiceflex_txt .voice_f_box {
  padding: 0 20px 0 20px;
}
.voice .voice_sp .voiceflex_txt .voice_sp_ttl {
  padding-left: 18px;
  text-align: left;
}
.voice .voice_sp .voiceflex_txt .voice_sp_ttl img {
  max-width: 129px;
}
.voice .voice_sp .voiceflex_txt .voice_sp_txt01 {
  max-width: 243px;
  margin-left: auto;
  text-align: right;
  margin-right: 0;
}
.voice .voice_sp .voiceflex_txt .voice_sp_txt02 {
  text-align: left;
  max-width: 266px;
  margin-top: 20px;
}
.data {
  background: #ffffff;
}
.data .inner {
  max-width: 1202px;
  padding-top: 117px;
  padding-bottom: 132px;
}
@media screen and (max-width: 767px) {
  .data .inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 60px;
    padding-bottom: 45px;
  }
}
.data .me_item {
  max-width: 928px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .data .me_item {
    padding-left: 22px;
    padding-right: 0;
  }
}
.data .me_item::after {
  width: 11px;
  height: 100%;
  position: absolute;
  content: "";
  left: -50px;
  bottom: 0;
  z-index: 1;
  background: url(../img/message_line.webp) no-repeat top / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 767px) {
  .data .me_item::after {
    left: 0;
    width: 5px;
  }
}
.data .me_item .ttl_item {
  display: flex;
}
.data .me_item .ttl_item .sub_ttl {
  max-width: 363px;
}
@media screen and (max-width: 825px) {
  .data .me_item .ttl_item .sub_ttl {
    max-width: 303px;
  }
}
@media screen and (max-width: 767px) {
  .data .me_item .ttl_item .sub_ttl {
    max-width: 199px;
  }
}
.data .me_item .ttl_item .ttl_txt {
  margin-left: -24px;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
  color: #9D7824;
  padding-top: 120px;
}
@media screen and (max-width: 767px) {
  .data .me_item .ttl_item .ttl_txt {
    padding-top: 65px;
    margin-left: -10px;
    font-size: 14px;
  }
}
.data .me_item .txt_item {
  padding-top: 30px;
  color: #7B7B7B;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item {
    padding-top: 15px;
  }
}
.data .me_item .txt_item .list_ttl {
  margin-bottom: 14px;
  font-size: 38px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1.9px;
  color: #7B7B7B;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .list_ttl {
    font-size: 28px;
    letter-spacing: 1.4px;
    margin-bottom: 5px;
  }
}
.data .me_item .txt_item .data_txt {
  text-align: left;
  font-size: 16px;
  font-weight: 500;
  color: #7B7B7B;
  line-height: 1.875;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_txt {
    font-size: 14px;
    letter-spacing: -0.05em;
    line-height: 1.785;
  }
}
.data .me_item .txt_item .data_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 46px;
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list {
    column-gap: 30px;
    margin-top: 27px;
  }
}
.data .me_item .txt_item .data_list li {
  width: calc(33.3333% - 30.66666px);
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list li {
    width: calc(50% - 15px);
  }
  .data .me_item .txt_item .data_list li:last-child {
    width: 100%;
  }
  .data .me_item .txt_item .data_list li img {
    max-width: 180px;
  }
}
.data .me_item .txt_item .data_list li .txt {
  text-align: center;
  font-size: 22px;
  line-height: 2.27;
  color: #7B7B7B;
  margin-top: 8px;
  letter-spacing: 1.1px;
  font-weight: 600;
}
@media screen and (max-width: 825px) {
  .data .me_item .txt_item .data_list li .txt {
    font-size: 17px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list li .txt {
    margin-top: 0;
    font-size: 16px;
    letter-spacing: 0.8px;
    margin-top: 14px;
    line-height: 1.01;
  }
}
.data .me_item .txt_item .data_subtxt {
  text-align: left;
  font-size: 12px;
  font-weight: 500;
  color: #7B7B7B;
  line-height: 1.666;
  margin-top: 43px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_subtxt {
    margin-top: 30px;
    font-size: 11px;
    line-height: 1.63;
  }
}
.data .me_item .txt_item .data_list2 {
  margin-top: 57px;
  display: flex;
  column-gap: 38px;
  color: #ffffff;
  flex-wrap: wrap;
}
@media screen and (max-width: 850px) {
  .data .me_item .txt_item .data_list2 {
    column-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 {
    display: none;
    margin-top: 39px;
    justify-content: center;
    gap: 9px;
    column-gap: 8px;
  }
}
.data .me_item .txt_item .data_list2 li {
  background: #9D7824;
  min-height: 232px;
  width: calc(33.3333% - 25.3333px);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 17px;
  font-weight: 400;
}
@media screen and (max-width: 850px) {
  .data .me_item .txt_item .data_list2 li {
    width: calc(33.3333% - 10px);
    min-height: 212px;
  }
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li {
    min-height: 136px;
    width: calc(50% - 4px);
    border-radius: 10px;
  }
}
.data .me_item .txt_item .data_list2 li .list01 .l01 {
  font-size: 60px;
  line-height: 1.01;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list01 .l01 {
    font-size: 39px;
    letter-spacing: 2px;
  }
}
.data .me_item .txt_item .data_list2 li .list01 .l02 {
  font-size: 30px;
  line-height: 1.01;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list01 .l02 {
    font-size: 19px;
    letter-spacing: 1px;
  }
}
.data .me_item .txt_item .data_list2 li .list01 .l03 {
  font-size: 20px;
  line-height: 1.01;
  letter-spacing: 1px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list01 .l03 {
    margin-left: 2px;
    font-size: 13px;
    letter-spacing: 0.6px;
  }
}
.data .me_item .txt_item .data_list2 li .list01 .l04 {
  font-size: 50px;
  line-height: 1.01;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list01 .l04 {
    font-size: 32px;
    letter-spacing: 1.6px;
  }
}
.data .me_item .txt_item .data_list2 li .list01 .l05 {
  font-size: 30px;
  line-height: 1.01;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list01 .l05 {
    font-size: 19px;
    letter-spacing: 1px;
  }
}
.data .me_item .txt_item .data_list2 li .list01 .l06 {
  font-size: 20px;
  line-height: 1.01;
  letter-spacing: 1px;
  margin-left: 5px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list01 .l06 {
    margin-left: 2px;
    font-size: 13px;
    letter-spacing: 0.6px;
  }
}
.data .me_item .txt_item .data_list2 li .list01 .l07 {
  font-size: 25px;
  line-height: 2.5;
  text-align: center;
  letter-spacing: 1.25px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list01 .l07 {
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.8px;
  }
}
.data .me_item .txt_item .data_list2 li .list02 .l01 {
  font-size: 40px;
  line-height: 1.2;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list02 .l01 {
    font-size: 25px;
    letter-spacing: 1.2px;
  }
}
.data .me_item .txt_item .data_list2 li .list02 .l02 {
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list02 .l02 {
    line-height: 1.7;
    font-size: 13px;
    letter-spacing: 0.6px;
  }
}
.data .me_item .txt_item .data_list2 li .list02 .l03 {
  font-size: 18px;
  line-height: 2.222;
  letter-spacing: 0.9px;
  margin-top: 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list02 .l03 {
    margin-top: 3px;
    line-height: 2.27;
    font-size: 11px;
    letter-spacing: 0.5px;
  }
}
.data .me_item .txt_item .data_list2 li .list03 .l01 {
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 1.8px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list03 .l01 {
    font-size: 23px;
    letter-spacing: 1.1px;
  }
}
.data .me_item .txt_item .data_list2 li .list03 .l02 {
  font-size: 20px;
  line-height: 2.35;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list03 .l02 {
    font-size: 13px;
    letter-spacing: 0.6px;
    line-height: 2.3;
  }
}
.data .me_item .txt_item .data_list2 li .list03 .l03 {
  font-size: 32px;
  line-height: 1.15;
  letter-spacing: 1.6px;
  margin-top: 13px;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list03 .l03 {
    font-size: 21px;
    letter-spacing: 1.1px;
    line-height: 1.2;
  }
}
.data .me_item .txt_item .data_list2 li .list03 .l04 {
  font-size: 18px;
  line-height: 2.222;
  letter-spacing: 0.9px;
  margin-top: 11px;
  display: block;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2 li .list03 .l04 {
    margin-top: 3px;
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 2.9;
  }
}
.data .me_item .txt_item .data_list2_sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .data .me_item .txt_item .data_list2_sp {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
    column-gap: 8px;
    margin-top: 40px;
  }
}
.data .me_item .txt_item .data_list2_sp img {
  max-width: 155px;
}
.data .me_item .txt_item .data_list2_sp li {
  width: calc(50% - 4px);
}
.data .me_item .txt_item .data_list2_sp li:nth-child(1) {
  text-align: right;
}
.data .me_item .txt_item .data_list2_sp li:nth-child(2) {
  text-align: left;
}
.negai {
  color: #9D7824;
}
.negai .inner {
  padding-top: 121px;
  padding-bottom: 261px;
}
@media screen and (max-width: 767px) {
  .negai .inner {
    padding-top: 63px;
    padding-bottom: 230px;
  }
}
.negai .sub_ttl {
  font-size: 18px;
  line-height: 1.01;
  text-align: center;
  margin-bottom: 27px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 767px) {
  .negai .sub_ttl {
    margin-bottom: 11px;
  }
}
.negai .ttl {
  font-size: 38px;
  text-align: center;
  font-weight: 500;
  line-height: 1.315;
  margin-bottom: 45px;
}
@media screen and (max-width: 767px) {
  .negai .ttl {
    font-size: 33px;
    line-height: 1.51;
    letter-spacing: 1.1px;
    margin-bottom: 30px;
  }
}
.negai p {
  text-align: center;
  line-height: 2.5;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.6px;
}
@media screen and (max-width: 825px) {
  .negai p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .negai p {
    font-size: 15px;
    line-height: 2.13;
    letter-spacing: 0.5px;
  }
}
.footer {
  background: #ffffff;
}
.footer .inner {
  max-width: 740px;
  padding-top: 90px;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .footer .inner {
    padding-top: 67px;
    padding-bottom: 43px;
  }
}
.footer ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer ul {
    display: block;
  }
  .footer ul li {
    margin-top: 26px;
  }
}
.footer ul + ul {
  margin-top: 52px;
}
@media screen and (max-width: 767px) {
  .footer ul + ul {
    margin-top: 26px;
  }
}
.footer ul a {
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.1;
  color: #7B7B7B;
  text-decoration: underline;
}
.bg_fixed {
  position: fixed !important;
  left: 0;
  bottom: 0 !important;
  top: auto;
}
.b_bottom_item .footertflex_fixed {
  height: auto;
  z-index: 20;
  top: 0;
  left: 0;
  position: -webkit-sticky !important;
  position: sticky !important;
}
.b_bottom_item .b_bottom_img {
  width: 100%;
  margin-right: auto;
  position: relative;
  z-index: 20;
  height: 100vh;
}
.b_bottom_item .b_bottom_img img {
  height: 105%;
  min-height: 100vh;
  width: 100%;
  object-position: center bottom;
  object-fit: cover;
}
@media screen and (max-width: 1580px) {
  .b_bottom_item .b_bottom_img img {
    height: 110%;
  }
}
@media screen and (max-width: 1380px) {
  .b_bottom_item .b_bottom_img img {
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .b_bottom_item .b_bottom_img img {
    object-position: center center;
    height: 100%;
    min-height: 100vh;
  }
}
.b_bottom_item .b_bottom_txt {
  height: fit-content;
  margin-left: auto;
  position: relative;
  z-index: 50;
  padding-bottom: 300px;
  margin-top: -100vh;
}
