@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
html,
body {
  font-family: "Noto Serif JP", serif;
  margin: 0;
  padding: 0;
  font-weight: 400;
  overflow-x: hidden;
}
@media screen and (max-width: 1500px) {
  html,
  body {
    font-size: 0.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  html,
  body {
    font-size: 0.2666666667vw;
  }
}

@font-face {
  font-family: "Classico URW";
  src: url(../font/Classico_URW.otf);
}
.jp {
  font-family: "Noto Serif JP", serif;
}

.en {
  font-family: "Classico URW";
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  color: #191919;
  text-decoration: none;
  cursor: pointer;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.8;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul {
  margin: 0%;
  padding: 0%;
}

ul li,
ol li {
  list-style: none;
}

figure,
table {
  margin: auto;
}

.page_width {
  max-width: 1400px;
  margin: auto !important;
}

ul,
ol {
  margin: auto;
  padding: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media screen and (max-width: 1500px) {
  .page_width {
    max-width: 93.3333333333vw;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .page_width {
    max-width: 100%;
    margin: auto;
  }
}
.page {
  position: relative;
}

.sec_title h2 {
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 87px;
  text-align: left;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .sec_title h2 {
    font-size: 87rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title h2 {
    font-size: 50rem;
  }
}
.sec_title p.jp {
  margin-top: 20px;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .sec_title p.jp {
    font-size: 40rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .sec_title p.jp {
    font-size: 24rem;
    margin-top: 20rem;
  }
}

.page_link {
  margin: auto;
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .page_link {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .page_link {
    margin-top: 40rem;
  }
}
.page_link a {
  display: inline-block;
  background: #fff;
  border: 1px solid #191919;
  padding: 20px 40px;
  font-size: 24px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #191919;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .page_link a:hover {
    background: #191919;
    color: #fff;
  }
}
@media screen and (max-width: 1500px) {
  .page_link a {
    padding: 20rem 40rem;
    font-size: 24rem;
  }
}
@media screen and (max-width: 768px) {
  .page_link a {
    padding: 10rem 30rem;
    font-size: 18rem;
  }
}

.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  transition: 0.5s;
}
.header.header_bg {
  background: #191919;
}
@media screen and (max-width: 768px) {
  .header {
    position: fixed;
  }
}
.header .header_contain {
  padding: 10px 20px;
}
@media screen and (max-width: 1500px) {
  .header .header_contain {
    padding: 10rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_contain {
    padding: 0 10rem;
    padding-right: 0;
  }
}
.header .header_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header .header_logo {
  max-width: 300px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .header .header_logo {
    max-width: 300rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_logo {
    max-width: 160rem;
  }
}
.header .header_left {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
}
@media screen and (max-width: 1500px) {
  .header .header_left {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_left {
    display: none;
  }
}
.header .header_left .tel_box .man_txt {
  font-size: 13px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .header .header_left .tel_box .man_txt {
    font-size: 13rem;
  }
}
.header .header_left .tel_box .telnumber {
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 26px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .header .header_left .tel_box .telnumber {
    font-size: 26rem;
  }
}
.header .header_left .tel_box .timetxt {
  font-size: 11px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .header .header_left .tel_box .timetxt {
    font-size: 11rem;
  }
}
.header .header_left .links_box {
  display: flex;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .header .header_left .links_box {
    gap: 20rem;
  }
}
.header .header_left .link_btn:nth-child(2) a {
  background: #505050;
}
.header .header_left .link_btn a {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  background: #323232;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .header .header_left .link_btn a {
    padding: 10rem 20rem;
    gap: 5rem;
    font-size: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .header .header_left .link_btn a:hover {
    opacity: 0.8;
  }
}
.header .header_left .link_btn a img {
  max-width: 18px;
  height: auto;
}
@media screen and (max-width: 1500px) {
  .header .header_left .link_btn a img {
    max-width: 18rem;
  }
}
.header .header_bottom {
  margin: auto;
  text-align: center;
  margin-top: 25px;
}
@media screen and (max-width: 1500px) {
  .header .header_bottom {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .header .header_bottom {
    display: none;
  }
}
.header .header_bottom .nav_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
@media screen and (max-width: 1500px) {
  .header .header_bottom .nav_list {
    gap: 50rem;
  }
}
.header .header_bottom .nav_list li:last-child a {
  padding: 5px 15px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .header .header_bottom .nav_list li:last-child a {
    padding: 5rem 15rem;
    gap: 5rem;
    font-size: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .header .header_bottom .nav_list li:last-child a:hover {
    background: #323232;
  }
}
.header .header_bottom .nav_list li:last-child a::after {
  height: 0;
}
.header .header_bottom .nav_list li:last-child a img {
  max-width: 22px;
}
@media screen and (max-width: 1500px) {
  .header .header_bottom .nav_list li:last-child a img {
    max-width: 22rem;
  }
}
.header .header_bottom .nav_list li a {
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 20px;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .header .header_bottom .nav_list li a {
    font-size: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .header .header_bottom .nav_list li a:hover::after {
    width: 100%;
  }
}
.header .header_bottom .nav_list li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2px;
  transition: 0.3s;
}
.header .header_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .header_sp {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
.header .header_sp .links_box {
  z-index: 9;
  position: relative;
  display: flex;
  align-items: center;
}
.header .header_sp .links_box .item_link {
  background: #505050;
  width: 60rem;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 3px;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.header .header_sp .links_box .item_link:nth-child(2) {
  background: #323232;
}
.header .header_sp .links_box .item_link img {
  max-width: 20rem;
}
.header .header_sp .menubox {
  width: 60rem;
  height: 60rem;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 12;
  position: relative;
}
.header .header_sp .menubox.fixed {
  position: fixed;
  top: 0;
  right: 0;
}
.header .header_sp .menubox .menu_contain {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8rem;
}
.header .header_sp .menubox .bar1,
.header .header_sp .menubox .bar2,
.header .header_sp .menubox .bar3 {
  width: 30rem;
  height: 2rem;
  background-color: #191919;
  transition: 0.4s;
  border-radius: 2px;
}
.header .header_sp .menubox .change .bar1 {
  transform: rotate(-45deg) translate(-7rem, 7rem);
}
.header .header_sp .menubox .change .bar2 {
  opacity: 0;
}
.header .header_sp .menubox .change .bar3 {
  transform: rotate(45deg) translate(-7rem, -7rem);
}
.header .sp_nav {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .sp_nav {
    display: block;
    height: 100vh;
    width: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
    right: -100%;
    overflow-x: hidden;
    transition: 0.5s;
    padding-bottom: 100%;
    background: #191919;
  }
  .header .sp_nav.show {
    right: 0;
  }
}
.header .sp_nav .sp_navcontain {
  padding: 0 60rem;
}
.header .sp_nav .nav_list {
  margin-top: 100rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10rem;
}
.header .sp_nav .nav_list li:last-child a {
  margin-top: 20px;
  padding: 5rem 15rem;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5rem;
  font-family: "Noto Serif JP", sans-serif;
  font-size: 16rem;
  text-align: center;
  color: #fff;
  transition: 0.3s;
}
.header .sp_nav .nav_list li:last-child a img {
  max-width: 18rem;
}
.header .sp_nav .nav_list a {
  font-weight: normal;
  font-size: 16rem;
  text-align: center;
  color: #fff;
}
.header .sp_nav .tel_box {
  margin-top: 30rem;
}
.header .sp_nav .tel_box .man_txt {
  font-size: 16rem;
  text-align: left;
  color: #fff;
}
.header .sp_nav .tel_box .telnumber {
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 38rem;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
.header .sp_nav .tel_box .timetxt {
  font-size: 14rem;
  text-align: left;
  color: #fff;
}
.header .sp_nav .links_box {
  margin-top: 30rem;
  padding-bottom: 120rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header .sp_nav .links_box .itemlink {
  width: 85rem;
  height: 85rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
  background: #323232;
  font-size: 12rem;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
.header .sp_nav .links_box .itemlink:nth-child(2) {
  background: #505050;
  gap: 10rem;
}
.header .sp_nav .links_box .itemlink:nth-child(2) img {
  max-width: 27rem;
}
.header .sp_nav .links_box .itemlink:nth-child(3) img {
  max-width: 35rem;
}
.header .sp_nav .links_box .itemlink img {
  max-width: 33rem;
}

.t-fv {
  position: relative;
}
.t-fv .fv_img {
  position: relative;
}
.t-fv .fv_txt01 {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  text-align: center;
}
.t-fv .fv_txt01 h1 {
  font-weight: 400;
  font-size: 73px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-fv .fv_txt01 h1 {
    font-size: 73rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_txt01 h1 {
    font-size: 36rem;
  }
}
.t-fv .fv_txt01 p.en {
  margin-top: 15px;
  font-weight: normal;
  font-size: 50px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-fv .fv_txt01 p.en {
    margin-top: 15rem;
    font-size: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_txt01 p.en {
    font-size: 25rem;
    margin-top: 10rem;
  }
}
.t-fv .fv_txt01 .fv_txt02 {
  position: absolute;
  top: 160px;
  right: -280px;
  max-width: 790px;
}
@media screen and (max-width: 1500px) {
  .t-fv .fv_txt01 .fv_txt02 {
    top: 160rem;
    right: -280rem;
    max-width: 790rem;
  }
}
@media screen and (max-width: 768px) {
  .t-fv .fv_txt01 .fv_txt02 {
    top: 150rem;
    right: -70rem;
    max-width: 350rem;
  }
}

.t-news {
  background: #b09a77;
  padding: 60px 20px;
}
@media screen and (max-width: 1500px) {
  .t-news {
    padding: 60rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news {
    padding: 30rem 15rem;
  }
}
.t-news .news_body {
  display: flex;
  gap: 100px;
}
@media screen and (max-width: 1500px) {
  .t-news .news_body {
    gap: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .news_body {
    flex-direction: column;
    align-items: center;
    gap: 30rem;
  }
}
.t-news .news_box .news_list li {
  padding: 10px 0;
}
@media screen and (max-width: 1500px) {
  .t-news .news_box .news_list li {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t-news .news_box .news_list li {
    padding: 10rem 0;
  }
}
.t-news .news_box .news_list li a {
  display: flex;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  gap: 70px;
  transition: 0.3s;
}
@media screen and (max-width: 1500px) {
  .t-news .news_box .news_list li a {
    gap: 70rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .news_box .news_list li a {
    flex-direction: column;
    align-items: flex-start;
    font-size: 16rem;
    gap: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .t-news .news_box .news_list li a:hover .newstitle {
    color: #191919;
    text-decoration: underline;
  }
}
.t-news .news_box .news_list li a .newstitle {
  font-weight: 400;
  transition: 0.3s;
}
.t-news .news_box .news_list li a .date {
  max-width: 90px;
  min-width: 90px;
}
@media screen and (max-width: 1500px) {
  .t-news .news_box .news_list li a .date {
    max-width: 90rem;
    min-width: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .t-news .news_box .news_list li a .date {
    max-width: 100%;
    min-width: auto;
  }
}

.t-concept {
  padding: 100px 20px;
}
@media screen and (max-width: 1500px) {
  .t-concept {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept {
    padding: 50rem 15rem;
  }
}
.t-concept .sec_title h2 {
  color: #191919;
}
@media screen and (max-width: 768px) {
  .t-concept .sec_title h2 {
    text-align: center;
  }
}
.t-concept .concept_body {
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body {
    margin-top: 20rem;
  }
}
.t-concept .concept_body .top_box {
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body .top_box {
    gap: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body .top_box {
    flex-direction: column;
    align-items: center;
    gap: 20rem;
  }
}
.t-concept .concept_body .top_box .box_title {
  max-width: 480px;
  width: 100%;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body .top_box .box_title {
    font-size: 40rem;
    max-width: 480rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body .top_box .box_title {
    font-size: 24rem;
    max-width: 100%;
    text-align: center;
  }
}
.t-concept .concept_body .top_box .box_txt {
  max-width: 790px;
  width: 100%;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body .top_box .box_txt {
    max-width: 790rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body .top_box .box_txt {
    font-size: 16rem;
    line-height: 26rem;
    max-width: 100%;
  }
}
.t-concept .concept_body .bottom_box {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body .bottom_box {
    margin-top: 80rem;
    grid-gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body .bottom_box {
    grid-template-columns: 1fr;
    margin-top: 50rem;
    grid-gap: 20rem;
  }
}
.t-concept .concept_body .bottom_box .item_box {
  border: 4px solid #b09a77;
  padding: 40px;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body .bottom_box .item_box {
    border: 4rem solid #b09a77;
    padding: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body .bottom_box .item_box {
    padding: 30rem 25rem;
  }
}
.t-concept .concept_body .bottom_box .item_box .boximg {
  max-width: 150px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body .bottom_box .item_box .boximg {
    max-width: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body .bottom_box .item_box .boximg {
    max-width: 125rem;
  }
}
.t-concept .concept_body .bottom_box .item_box .itemtitle {
  font-weight: 400;
  font-size: 49px;
  text-align: center;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body .bottom_box .item_box .itemtitle {
    font-size: 49rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body .bottom_box .item_box .itemtitle {
    font-size: 37rem;
  }
}
.t-concept .concept_body .bottom_box .item_box .itemtxt {
  font-size: 19px;
  letter-spacing: 0.05em;
  line-height: 32px;
  text-align: left;
  color: #191919;
  margin-top: 30px;
}
@media screen and (max-width: 1500px) {
  .t-concept .concept_body .bottom_box .item_box .itemtxt {
    font-size: 19rem;
    line-height: 32rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-concept .concept_body .bottom_box .item_box .itemtxt {
    font-size: 14rem;
    line-height: 22rem;
    margin-top: 20rem;
  }
}

.t-mnens {
  padding: 100px 20px;
  background: url(../image/mnens_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}
@media screen and (max-width: 1500px) {
  .t-mnens {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-mnens {
    padding: 50rem 15rem;
  }
}
.t-mnens .sec_title h2 {
  text-align: center;
}
.t-mnens .mnens_box {
  max-width: 900px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .t-mnens .mnens_box {
    max-width: 900rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-mnens .mnens_box {
    max-width: 100%;
    margin-top: 30rem;
  }
}
.t-mnens .mnens_box .box_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-mnens .mnens_box .box_title {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-mnens .mnens_box .box_title {
    font-size: 24rem;
  }
}
.t-mnens .mnens_box .box_txt {
  margin-top: 80px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  opacity: 0.8;
}
@media screen and (max-width: 1500px) {
  .t-mnens .mnens_box .box_txt {
    font-size: 16rem;
    margin-top: 80rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-mnens .mnens_box .box_txt {
    margin-top: 20rem;
  }
}
.t-mnens .bottom_grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 30px;
}
@media screen and (max-width: 1500px) {
  .t-mnens .bottom_grid {
    margin-top: 60rem;
    grid-gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-mnens .bottom_grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 40rem;
    grid-gap: 15rem;
  }
}
.t-mnens .bottom_grid .gird_item {
  background: rgba(176, 154, 119, 0.5);
  border: 4px solid #b09a77;
  padding: 25px;
}
@media screen and (max-width: 1500px) {
  .t-mnens .bottom_grid .gird_item {
    border: 4rem solid #b09a77;
    padding: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-mnens .bottom_grid .gird_item {
    padding: 15rem 10rem;
  }
}
.t-mnens .bottom_grid .gird_item .toptxt {
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  padding-bottom: 15px;
  border-bottom: 1px solid #b09a77;
}
@media screen and (max-width: 1500px) {
  .t-mnens .bottom_grid .gird_item .toptxt {
    font-size: 18rem;
    line-height: 26rem;
    padding-bottom: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-mnens .bottom_grid .gird_item .toptxt {
    font-size: 16rem;
    line-height: 26rem;
    padding-bottom: 15rem;
  }
}
.t-mnens .bottom_grid .gird_item .bttxt {
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-mnens .bottom_grid .gird_item .bttxt {
    margin-top: 20rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .t-mnens .bottom_grid .gird_item .bttxt {
    font-size: 12rem;
  }
}

.t-ladies {
  background: #F7F5F1;
  padding: 100px 0;
}
@media screen and (max-width: 1500px) {
  .t-ladies {
    padding: 100rem 0;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies {
    padding: 0;
    padding-bottom: 50rem;
  }
}
.t-ladies .ladies_body {
  display: flex;
  gap: 90px;
}
@media screen and (max-width: 1900px) {
  .t-ladies .ladies_body {
    gap: 4.7368421053vw;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_body {
    flex-direction: column;
    gap: 30rem;
    align-items: center;
  }
}
.t-ladies .ladies_body .mainimg {
  max-width: 770px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .t-ladies .ladies_body .mainimg {
    max-width: 40.5263157895vw;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_body .mainimg {
    max-width: 100%;
  }
  .t-ladies .ladies_body .mainimg img {
    width: 100%;
    height: 375rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.t-ladies .ladies_body .right_box {
  max-width: 1060px;
  width: 100%;
}
@media screen and (max-width: 1900px) {
  .t-ladies .ladies_body .right_box {
    max-width: 55.7894736842vw;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_body .right_box {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
    padding: 0 15rem;
  }
}
.t-ladies .ladies_box {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_box {
    max-width: 800rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_box {
    max-width: 100%;
  }
}
.t-ladies .ladies_box .sec_title h2 {
  color: #191919;
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_box .sec_title h2 {
    text-align: center;
  }
}
.t-ladies .ladies_box .box_title {
  margin-top: 20px;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_box .box_title {
    margin-top: 20rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_box .box_title {
    margin-top: 20rem;
    text-align: center;
    font-size: 24rem;
  }
}
.t-ladies .ladies_box .box_txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_box .box_txt {
    margin-top: 30rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_box .box_txt {
    margin-top: 20rem;
    letter-spacing: 0.05em;
  }
}
.t-ladies .ladies_box .box_grid {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 40px;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_box .box_grid {
    margin-top: 70rem;
    grid-gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_box .box_grid {
    margin-top: 20rem;
    grid-template-columns: 1fr;
    grid-gap: 20rem;
  }
}
.t-ladies .ladies_box .box_grid .item {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_box .box_grid .item {
    max-width: 240rem;
    margin: auto;
  }
}
.t-ladies .ladies_slide {
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_slide {
    margin-top: 60rem;
  }
}
.t-ladies .ladies_slide .slick-slide {
  margin: auto 15px;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_slide .slick-slide {
    margin: auto 15rem;
  }
}
.t-ladies .ladies_slide .slick-list {
  padding-left: 0 !important;
}
.t-ladies .ladies_slide .slick-prev,
.t-ladies .ladies_slide .slick-next {
  top: unset;
  bottom: -60px;
}
.t-ladies .ladies_slide .slick-prev {
  left: 30px;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_slide .slick-prev {
    left: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .ladies_slide .slick-prev {
    left: 35rem;
  }
}
.t-ladies .ladies_slide .slick-prev::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #b09a77;
  border-left: 2px solid #b09a77;
  transform: rotate(-45deg);
  top: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_slide .slick-prev::before {
    width: 20rem;
    height: 20rem;
  }
}
.t-ladies .ladies_slide .slick-next {
  left: 80px;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_slide .slick-next {
    left: 80rem;
  }
}
.t-ladies .ladies_slide .slick-next::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #b09a77;
  border-right: 2px solid #b09a77;
  transform: rotate(45deg);
  top: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_slide .slick-next::before {
    width: 20rem;
    height: 20rem;
  }
}
.t-ladies .ladies_slide .ladytitle {
  margin: 10px auto;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_slide .ladytitle {
    margin: 10rem auto;
    font-size: 16rem;
  }
}
.t-ladies .ladies_slide .ladytxt {
  font-size: 14px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-ladies .ladies_slide .ladytxt {
    font-size: 14rem;
  }
}
.t-ladies .page_link {
  margin-top: 150px;
}
@media screen and (max-width: 1500px) {
  .t-ladies .page_link {
    margin-top: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .page_link {
    margin-top: 100rem;
  }
}
.t-ladies .sns_body {
  padding: 0 20px;
  padding-top: 120px;
}
@media screen and (max-width: 1500px) {
  .t-ladies .sns_body {
    padding-top: 120rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .sns_body {
    padding: 0 15rem;
    padding-top: 30rem;
  }
}
.t-ladies .sns_body .sec_title h2 {
  text-align: center;
  color: #191919;
}
.t-ladies .sns_body .sns_box {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 200px;
}
@media screen and (max-width: 1500px) {
  .t-ladies .sns_body .sns_box {
    gap: 200rem;
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .sns_body .sns_box {
    flex-direction: column;
    align-items: center;
    gap: 40rem;
    margin-top: 20rem;
  }
}
.t-ladies .sns_body .sns_box .instagram_box,
.t-ladies .sns_body .sns_box .twitter_box {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .t-ladies .sns_body .sns_box .instagram_box,
  .t-ladies .sns_body .sns_box .twitter_box {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .t-ladies .sns_body .sns_box .instagram_box,
  .t-ladies .sns_body .sns_box .twitter_box {
    max-width: 100%;
  }
}

.t-flow {
  padding: 100px 0px;
}
@media screen and (max-width: 1500px) {
  .t-flow {
    padding: 100rem 0rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow {
    padding: 50rem 15rem;
  }
}
.t-flow .sec_title h2 {
  text-align: center;
  color: #191919;
}
.t-flow .sec_title p.jp {
  text-align: center;
}
.t-flow .flow_box .toptxt {
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .toptxt {
    max-width: 900rem;
    margin-top: 30rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .toptxt {
    margin-top: 20rem;
    max-width: 100%;
  }
}
.t-flow .flow_box .flow_slide {
  margin-left: 160px;
  margin-top: 100px;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide {
    margin-top: 100rem;
    margin-left: 160rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide {
    margin-top: 20rem;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20rem;
  }
}
.t-flow .flow_box .flow_slide .slideitem {
  height: 550px;
  position: relative;
  background: #fff;
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slideitem {
    height: 550rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide .slideitem {
    height: auto;
  }
}
.t-flow .flow_box .flow_slide .slideitem .item_content {
  position: relative;
  padding: 45px 30px;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slideitem .item_content {
    padding: 45rem 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide .slideitem .item_content {
    padding: 50rem 20rem 30rem;
  }
}
.t-flow .flow_box .flow_slide .slideitem .number {
  position: absolute;
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 100px;
  line-height: 0.9;
  text-align: center;
  color: #b09a77;
  top: -50px;
  right: 0;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slideitem .number {
    font-size: 100rem;
    top: -50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide .slideitem .number {
    font-size: 95rem;
    top: -50rem;
  }
}
.t-flow .flow_box .flow_slide .slideitem .itemtitle {
  margin-bottom: 30px;
  font-size: 23px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slideitem .itemtitle {
    margin-bottom: 30rem;
    font-size: 23rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide .slideitem .itemtitle {
    margin-bottom: 20rem;
    font-size: 21rem;
  }
}
.t-flow .flow_box .flow_slide .slideitem .itemtxt {
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slideitem .itemtxt {
    font-size: 14rem;
    line-height: 26rem;
  }
}
.t-flow .flow_box .flow_slide .slideitem .link {
  margin: auto;
  margin-top: 25px;
  text-align: center;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slideitem .link {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide .slideitem .link {
    margin-top: 20rem;
  }
}
.t-flow .flow_box .flow_slide .slideitem .link a {
  margin: auto;
  padding: 5px 15px;
  background: #323232;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slideitem .link a {
    font-size: 16rem;
    padding: 5rem 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide .slideitem .link a {
    font-size: 15rem;
  }
}
.t-flow .flow_box .flow_slide .slick-slide {
  margin: auto 15px;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slick-slide {
    margin: auto 15rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide .slick-slide {
    margin: auto;
  }
}
.t-flow .flow_box .flow_slide .slick-list {
  padding-left: 0 !important;
  padding-bottom: 5px !important;
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .flow_slide .slick-list {
    padding-bottom: 0 !important;
  }
}
.t-flow .flow_box .flow_slide .slick-prev,
.t-flow .flow_box .flow_slide .slick-next {
  top: unset;
  bottom: -60px;
}
.t-flow .flow_box .flow_slide .slick-prev {
  left: 43%;
}
.t-flow .flow_box .flow_slide .slick-prev::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #b09a77;
  border-left: 2px solid #b09a77;
  transform: rotate(-45deg);
  top: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slick-prev::before {
    width: 20rem;
    height: 20rem;
  }
}
.t-flow .flow_box .flow_slide .slick-next {
  left: 46%;
}
.t-flow .flow_box .flow_slide .slick-next::before {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-top: 2px solid #b09a77;
  border-right: 2px solid #b09a77;
  transform: rotate(45deg);
  top: 0;
  left: 0;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .flow_slide .slick-next::before {
    width: 20rem;
    height: 20rem;
  }
}
.t-flow .flow_box .page_link {
  margin-top: 130px;
}
@media screen and (max-width: 1500px) {
  .t-flow .flow_box .page_link {
    margin-top: 130rem;
  }
}
@media screen and (max-width: 768px) {
  .t-flow .flow_box .page_link {
    margin-top: 100rem;
  }
}
.t-flow .flow_box .page_link a {
  background: #191919;
  color: #fff;
}

.t-voice-lady .sec_title h2 {
    text-align: center;
    color: #191919;
}

.t-voice-lady {
  background: #fff;
  padding: 100px 20px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice-lady {
    padding: 50rem 15rem;
  }
}
.t-voice-lady .container {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .container {
    max-width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice-lady .container {
    max-width: 100%;
  }
}
.t-voice-lady .sec_title h2 {
  text-align: center;
}
.t-voice-lady .sec_title p.jp {
  text-align: center;
}
.t-voice-lady .voice_body .toptxt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_body .toptxt {
    margin-top: 20rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
.t-voice-lady .voice_box {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box {
    margin-top: 55rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice-lady .voice_box {
    margin-top: 20rem;
    gap: 40rem;
  }
}
.t-voice-lady .voice_box .voice_item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box .voice_item {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice-lady .voice_box .voice_item {
    gap: 20rem;
    flex-direction: column;
  }
}
.t-voice-lady .voice_box .voice_item .itemimg {
  max-width: 200px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box .voice_item .itemimg {
    max-width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice-lady .voice_box .voice_item .itemimg {
    max-width: 100%;
  }
}
.t-voice-lady .voice_box .voice_item .voice_content {
  max-width: 670px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box .voice_item .voice_content {
    max-width: 670rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice-lady .voice_box .voice_item .voice_content {
    max-width: 100%;
  }
}
.t-voice-lady .voice_box .voice_item .voice_star {
  display: flex;
  align-items: center;
}
.t-voice-lady .voice_box .voice_item .voice_star .txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box .voice_item .voice_star .txt {
    font-size: 18rem;
  }
}
.t-voice-lady .voice_box .voice_item .voice_star .star {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box .voice_item .voice_star .star {
    gap: 10rem;
  }
}
.t-voice-lady .voice_box .voice_item .voice_star .star img {
  max-width: 20px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box .voice_item .voice_star .star img {
    max-width: 20rem;
  }
}
.t-voice-lady .voice_box .voice_item .voice_txt {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box .voice_item .voice_txt {
    margin-top: 20rem;
    font-size: 16rem;
  }
}
.t-voice-lady .voice_box .voice_item .voice_txt p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .voice_box .voice_item .voice_txt p {
    margin-bottom: 10rem;
  }
}
.t-voice-lady .voice_box .voice_item .voice_txt p:last-child {
  margin-bottom: 0;
}
.t-voice-lady .page_link {
  margin-top: 70px;
}
@media screen and (max-width: 1500px) {
  .t-voice-lady .page_link {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice-lady .page_link {
    margin-top: 30rem;
  }
}

.t-voice {
  background: #191919;
  padding: 100px 20px;
}
@media screen and (max-width: 1500px) {
  .t-voice {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice {
    padding: 50rem 15rem;
  }
}
.t-voice .container {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .t-voice .container {
    max-width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice .container {
    max-width: 100%;
  }
}
.t-voice .sec_title h2 {
  text-align: center;
}
.t-voice .sec_title p.jp {
  text-align: center;
  color: #fff;
}
.t-voice .voice_body .toptxt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_body .toptxt {
    margin-top: 20rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
.t-voice .voice_box {
  margin-top: 55px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box {
    margin-top: 55rem;
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice .voice_box {
    margin-top: 20rem;
    gap: 40rem;
  }
}
.t-voice .voice_box .voice_item {
  display: flex;
  align-items: center;
  gap: 30px;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box .voice_item {
    gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice .voice_box .voice_item {
    gap: 20rem;
    flex-direction: column;
  }
}
.t-voice .voice_box .voice_item .itemimg {
  max-width: 200px;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box .voice_item .itemimg {
    max-width: 200rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice .voice_box .voice_item .itemimg {
    max-width: 100%;
  }
}
.t-voice .voice_box .voice_item .voice_content {
  max-width: 670px;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box .voice_item .voice_content {
    max-width: 670rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice .voice_box .voice_item .voice_content {
    max-width: 100%;
  }
}
.t-voice .voice_box .voice_item .voice_star {
  display: flex;
  align-items: center;
}
.t-voice .voice_box .voice_item .voice_star .txt {
  font-size: 18px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box .voice_item .voice_star .txt {
    font-size: 18rem;
  }
}
.t-voice .voice_box .voice_item .voice_star .star {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box .voice_item .voice_star .star {
    gap: 10rem;
  }
}
.t-voice .voice_box .voice_item .voice_star .star img {
  max-width: 20px;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box .voice_item .voice_star .star img {
    max-width: 20rem;
  }
}
.t-voice .voice_box .voice_item .voice_txt {
  margin-top: 20px;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box .voice_item .voice_txt {
    margin-top: 20rem;
    font-size: 16rem;
  }
}
.t-voice .voice_box .voice_item .voice_txt p {
  margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
  .t-voice .voice_box .voice_item .voice_txt p {
    margin-bottom: 10rem;
  }
}
.t-voice .voice_box .voice_item .voice_txt p:last-child {
  margin-bottom: 0;
}
.t-voice .page_link {
  margin-top: 70px;
}
@media screen and (max-width: 1500px) {
  .t-voice .page_link {
    margin-top: 70rem;
  }
}
@media screen and (max-width: 768px) {
  .t-voice .page_link {
    margin-top: 30rem;
  }
}

.t-faq {
  padding: 100px 20px;
}
@media screen and (max-width: 1500px) {
  .t-faq {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-faq {
    padding: 50rem 15rem;
  }
}
.t-faq .container {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .t-faq .container {
    max-width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .t-faq .container {
    max-width: 100%;
  }
}
.t-faq .sec_title h2 {
  text-align: center;
  color: #191919;
}
.t-faq .sec_title p.jp {
  text-align: center;
}
.t-faq .faq_box {
  margin-top: 50px;
}
@media screen and (max-width: 1500px) {
  .t-faq .faq_box {
    margin-top: 50rem;
  }
}
@media screen and (max-width: 768px) {
  .t-faq .faq_box {
    margin-top: 20rem;
  }
}
.t-faq .faq_box .faq_item {
  border-bottom: 1px solid #bbb;
}
.t-faq .faq_box .faq_item .question p,
.t-faq .faq_box .faq_item .answer p {
  display: flex;
}
.t-faq .faq_box .faq_item .question span,
.t-faq .faq_box .faq_item .answer span {
  padding-right: 20px;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #b09a77;
}
@media screen and (max-width: 1500px) {
  .t-faq .faq_box .faq_item .question span,
  .t-faq .faq_box .faq_item .answer span {
    padding-right: 20rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-faq .faq_box .faq_item .question span,
  .t-faq .faq_box .faq_item .answer span {
    font-size: 16rem;
    padding-right: 10rem;
  }
}
.t-faq .faq_box .faq_item .question {
  padding: 20px 0;
  position: relative;
  cursor: pointer;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-faq .faq_box .faq_item .question {
    padding: 20rem 0;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-faq .faq_box .faq_item .question {
    padding: 10rem 0;
    padding-top: 20rem;
    font-size: 16rem;
  }
}
.t-faq .faq_box .faq_item .question.active::after {
  content: "－";
}
.t-faq .faq_box .faq_item .question::after {
  position: absolute;
  content: "＋";
  top: 20px;
  right: 0;
  font-size: 20px;
  transition: all 0.3s;
}
@media screen and (max-width: 1500px) {
  .t-faq .faq_box .faq_item .question::after {
    top: 20rem;
    font-size: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-faq .faq_box .faq_item .question::after {
    top: 20rem;
    font-size: 16rem;
  }
}
.t-faq .faq_box .faq_item .answer {
  padding-bottom: 20px;
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-faq .faq_box .faq_item .answer {
    padding-bottom: 20px;
    font-size: 16px;
	  line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .t-faq .faq_box .faq_item .answer {
    padding-bottom: 20rem;
    font-size: 14rem;
  }
}

.t-contact {
  background: url(../image/contact_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  padding: 100px 20px;
}
@media screen and (max-width: 1500px) {
  .t-contact {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact {
    background-position: left;
    padding: 50rem 15rem;
  }
}
.t-contact .container {
  max-width: 900px;
  margin: auto;
}
@media screen and (max-width: 1500px) {
  .t-contact .container {
    max-width: 900rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .container {
    max-width: 100%;
  }
}
.t-contact .contact_box .boxtitle {
  font-weight: normal;
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .boxtitle {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .boxtitle {
    font-size: 24rem;
  }
}
.t-contact .contact_box .boxtxt {
  margin-top: 30px;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .boxtxt {
    font-size: 16rem;
    line-height: 26rem;
    margin-top: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .boxtxt {
    margin-top: 20rem;
  }
}
.t-contact .contact_box .telbox {
  max-width: 500px;
  margin: auto;
  margin-top: 50px;
  text-align: center;
  padding: 20px 20px 40px;
  background: #fff;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .telbox {
    max-width: 500rem;
    margin-top: 50rem;
    padding: 20rem 20rem 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .telbox {
    max-width: 100%;
    margin-top: 35rem;
  }
}
.t-contact .contact_box .telbox .head span {
  padding: 5px 20px;
  border-radius: 20px;
  background: #191919;
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .telbox .head span {
    font-size: 16rem;
    padding: 5rem 20rem;
  }
}
.t-contact .contact_box .telbox .telnumber {
  margin: 20px auto 10px;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .telbox .telnumber {
    margin: 20rem auto 10rem;
  }
}
.t-contact .contact_box .telbox .telnumber a {
  font-weight: 400;
  font-size: 46px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .telbox .telnumber a {
    font-size: 46rem;
  }
}
.t-contact .contact_box .telbox .timetxt {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .telbox .timetxt {
    font-size: 16rem;
  }
}
.t-contact .contact_box .links_box {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .links_box {
    margin-top: 20rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .links_box {
    gap: 0;
  }
}
.t-contact .contact_box .links_box .itemlink {
  width: 140px;
  height: 140px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 13px;
  background: #323232;
  font-size: 19px;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .links_box .itemlink {
    width: 140rem;
    height: 140rem;
    gap: 13rem;
    font-size: 19rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .links_box .itemlink {
    width: 115rem;
    height: 115rem;
    gap: 10rem;
  }
}
.t-contact .contact_box .links_box .itemlink img {
  max-width: 55px;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .links_box .itemlink img {
    max-width: 55rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .links_box .itemlink img {
    max-width: 44rem;
  }
}
.t-contact .contact_box .links_box .itemlink:nth-child(2) {
  background: #505050;
  gap: 20px;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .links_box .itemlink:nth-child(2) {
    gap: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .links_box .itemlink:nth-child(2) {
    gap: 15rem;
  }
}
.t-contact .contact_box .links_box .itemlink:nth-child(2) img {
  max-width: 45px;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .links_box .itemlink:nth-child(2) img {
    max-width: 45rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .links_box .itemlink:nth-child(2) img {
    max-width: 36rem;
  }
}
.t-contact .contact_box .links_box .itemlink:nth-child(3) img {
  max-width: 59px;
}
@media screen and (max-width: 1500px) {
  .t-contact .contact_box .links_box .itemlink:nth-child(3) img {
    max-width: 59rem;
  }
}
@media screen and (max-width: 768px) {
  .t-contact .contact_box .links_box .itemlink:nth-child(3) img {
    max-width: 47rem;
  }
}

.footer {
  background: #191919;
  padding: 0;
  padding-top: 100px;
}
@media screen and (max-width: 1500px) {
  .footer {
    padding-top: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding-top: 40rem;
  }
}
.footer .top_box {
  max-width: 700px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
}
@media screen and (max-width: 1500px) {
  .footer .top_box {
    max-width: 700rem;
    gap: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .top_box {
    flex-direction: column;
    max-width: 100%;
    gap: 20rem;
  }
}
.footer .top_box .itemlink a {
  position: relative;
  overflow: hidden;
  display: block;
}
@media screen and (min-width: 768px) {
  .footer .top_box .itemlink a:hover img {
    transform: scale(1.1);
  }
}
.footer .top_box .itemlink a img {
  transition: 0.7s;
}
.footer .top_box .itemlink a p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  font-size: 16px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .footer .top_box .itemlink a p {
    font-size: 16rem;
  }
}
.footer .footer_contain {
  padding: 100px 0px;
  display: flex;
  gap: 150px;
  justify-content: space-between;
}
@media screen and (max-width: 1500px) {
  .footer .footer_contain {
    padding: 100rem 0;
    gap: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_contain {
    flex-direction: column;
    align-items: center;
    padding: 40rem 15rem;
    gap: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_left {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer .footer_left .footer_logo {
  max-width: 330px;
}
@media screen and (max-width: 1500px) {
  .footer .footer_left .footer_logo {
    max-width: 330rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_left .footer_logo {
    max-width: 230rem;
    margin: auto;
    text-align: center;
  }
}
.footer .footer_left .tel_box {
  margin-top: 25px;
}
@media screen and (max-width: 1500px) {
  .footer .footer_left .tel_box {
    margin-top: 25rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_left .tel_box {
    display: none;
  }
}
.footer .footer_left .tel_box .man_txt {
  font-size: 18px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .footer .footer_left .tel_box .man_txt {
    font-size: 18rem;
  }
}
.footer .footer_left .tel_box .telnumber {
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 46px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .footer .footer_left .tel_box .telnumber {
    font-size: 46rem;
  }
}
.footer .footer_left .tel_box .timetxt {
  font-size: 16px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .footer .footer_left .tel_box .timetxt {
    font-size: 16rem;
  }
}
.footer .footer_left .sns_links {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media screen and (max-width: 1500px) {
  .footer .footer_left .sns_links {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_left .sns_links {
    margin-top: 25rem;
  }
}
.footer .footer_left .sns_links a {
  max-width: 30px;
}
@media screen and (max-width: 1500px) {
  .footer .footer_left .sns_links a {
    max-width: 30rem;
  }
}
.footer .footer_right {
  display: flex;
  gap: 60px;
}
@media screen and (max-width: 1500px) {
  .footer .footer_right {
    gap: 60rem;
  }
}
.footer .footer_nav {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-gap: 100px;
}
@media screen and (max-width: 1500px) {
  .footer .footer_nav {
    grid-gap: 100rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_nav {
    grid-template-columns: 1fr;
    grid-gap: 40rem;
  }
}
.footer .footer_nav .item_navbox .head {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  text-align: left;
  color: #fff;
  margin-bottom: 15px;
}
@media screen and (max-width: 1500px) {
  .footer .footer_nav .item_navbox .head {
    font-size: 18rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_nav .item_navbox .head {
    text-align: center;
  }
}
.footer .footer_nav .item_navbox .navlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 5px;
}
@media screen and (max-width: 1500px) {
  .footer .footer_nav .item_navbox .navlist {
    gap: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .footer_nav .item_navbox .navlist {
    align-items: center;
  }
}
.footer .footer_nav .item_navbox .navlist li {
  list-style: disc;
  color: #fff;
  font-size: 10px;
  margin-left: 0px;
  margin-bottom:10px; 
}
@media screen and (max-width: 1500px) {
  .footer .footer_nav .item_navbox .navlist li {
    font-size: 10rem;
    margin-left: 20rem;
  }
}
.footer .footer_nav .item_navbox .navlist a {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #fff;
  opacity: 0.8;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .footer .footer_nav .item_navbox .navlist a {
    font-size: 14rem;
  }
}
@media screen and (min-width: 768px) {
  .footer .footer_nav .item_navbox .navlist a:hover::after {
    width: 100%;
  }
}
.footer .footer_nav .item_navbox .navlist a::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  transition: 0.3s;
  background: #fff;
}
.footer .login_btn a {
  padding: 5px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #fff;
  font-family: "Noto Serif JP";
  font-weight: normal;
  font-size: 16px;
  text-align: left;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .footer .login_btn a {
    padding: 5rem 15rem;
    gap: 5rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .login_btn a {
    margin-top: 25rem;
  }
}
.footer .login_btn a img {
  max-width: 18px;
}
@media screen and (max-width: 1500px) {
  .footer .login_btn a img {
    max-width: 18rem;
  }
}
.footer .copyright {
  padding: 20px 0;
  border-top: 1px solid #6b6b6b;
}
@media screen and (max-width: 1500px) {
  .footer .copyright {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright {
    padding: 20rem 15rem;
  }
}
.footer .copyright .notic {
  font-size: 14px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .footer .copyright .notic {
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .footer .copyright .notic {
    text-align: left;
  }
}
.footer .copyright .copyright_txt {
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .footer .copyright .copyright_txt {
    font-size: 12rem;
    margin-top: 10rem;
  }
}

.s-fv {
  position: relative;
}
.s-fv .fv_img {
  position: relative;
}
.s-fv .fv_txt01 {
  position: absolute;
  top: 68%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: -moz-max-content;
  max-width: max-content;
  width: 100%;
  text-align: center;
}
.s-fv .fv_txt01 h1 {
  font-weight: 400;
  font-size: 40px;
  letter-spacing: 0.3em;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .s-fv .fv_txt01 h1 {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-fv .fv_txt01 h1 {
    font-size: 24rem;
  }
}

.breadcrumb {
  background: #191919;
  padding: 10px 0;
  text-align: left;
}
.breadcrumb_lady {
  background: #f9d3ca;
  padding: 10px 0;
  text-align: left;
}
@media screen and (max-width: 1500px) {
  .breadcrumb, .breadcrumb_lady {
    padding: 10rem 0;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb,  .breadcrumb_lady {
    padding: 10rem 15rem;
  }
}
.breadcrumb .breadcrumb-item, .breadcrumb_lady .breadcrumb-item {
  margin-right: 5px;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .breadcrumb .breadcrumb-item,    .breadcrumb_lady .breadcrumb-item, {
    margin-right: 5rem;
    font-size: 14rem;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumb .breadcrumb-item , .breadcrumb_lady .breadcrumb-item {
    font-size: 12rem;
  }
}
.breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb_lady .breadcrumb-item a {
  color: #fff;
}
.breadcrumb .breadcrumb-item::after {
  content: "〉";
  margin-left: 12px;
}
.breadcrumb_lady .breadcrumb-item::after {
  content: "〉";
  margin-left: 12px;
}
@media screen and (max-width: 1500px) {
  .breadcrumb .breadcrumb-item::after {
    margin-left: 12rem;
  }
	  .breadcrumb_lady .breadcrumb-item::after {
    margin-left: 12rem;
  }
}
.breadcrumb .breadcrumb-item:last-child::after {
  display: none;
}
.breadcrumb_lady .breadcrumb-item:last-child::after {
  display: none;
}
.s-mnens {
  background: linear-gradient(#dedede 0%, #f2f2f2 35.15%, #f2f2f2 65.28%, #dedede 100%);
  padding: 100px 20px;
}
@media screen and (max-width: 1500px) {
  .s-mnens {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens {
    padding: 50rem 15rem;
  }
}
.s-mnens .sec_title h2 {
  text-align: center;
  color: #191919;
}
.s-mnens .mnens_box {
  max-width: 900px;
  margin: auto;
  margin-top: 20px;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box {
    max-width: 900rem;
    margin-top: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .mnens_box {
    max-width: 100%;
    margin-top: 30rem;
  }
}
.s-mnens .mnens_box .box_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box .box_title {
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .mnens_box .box_title {
    font-size: 24rem;
  }
}
.s-mnens .mnens_box .box_txt {
  margin-top: 80px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
  opacity: 0.8;
}
@media screen and (max-width: 1500px) {
  .s-mnens .mnens_box .box_txt {
    font-size: 16rem;
    margin-top: 80rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .mnens_box .box_txt {
    margin-top: 20rem;
  }
}
.s-mnens .page_link {
  margin-top: 90px;
}
@media screen and (max-width: 1500px) {
  .s-mnens .page_link {
    margin-top: 90rem;
  }
}
@media screen and (max-width: 768px) {
  .s-mnens .page_link {
    margin-top: 20rem;
  }
}
.s-mnens .page_link a {
  background: #191919;
  color: #fff;
}

.s-news {
  padding: 100px 20px;
}
@media screen and (max-width: 1500px) {
  .s-news {
    padding: 100rem 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news {
    padding: 50rem 15rem;
  }
}
.s-news .sec_title h2 {
  text-align: center;
  color: #191919;
}
.s-news .news_body {
  margin-top: 60px;
  display: flex;
  justify-content: space-between;
  gap: 150px;
}
@media screen and (max-width: 1500px) {
  .s-news .news_body {
    margin-top: 60rem;
    gap: 150rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .news_body {
    flex-direction: column;
    align-items: center;
    margin-top: 20rem;
    gap: 50rem;
  }
}
.s-news .news_body .box_title {
  font-size: 40px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .s-news .news_body .box_title {
    margin-bottom: 40rem;
    font-size: 40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .news_body .box_title {
    text-align: center;
    margin-bottom: 20rem;
    font-size: 24rem;
  }
}
.s-news .news_box {
  max-width: 620px;
  width: 100%;
  margin-left: 30px;
}
@media screen and (max-width: 1500px) {
  .s-news .news_box {
    max-width: 620rem;
    margin-left: 20rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .news_box {
    max-width: 100%;
    margin-left: 0;
  }
}
.s-news .news_box .newslist li {
  padding: 20px 0;
}
@media screen and (max-width: 1500px) {
  .s-news .news_box .newslist li {
    padding: 20rem 0;
  }
}
@media screen and (max-width: 768px) {
  .s-news .news_box .newslist li {
    padding: 10rem 0;
  }
}
.s-news .news_box .newslist li a {
  display: flex;
  gap: 40px;
  font-size: 16px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .s-news .news_box .newslist li a {
    gap: 40rem;
    font-size: 16rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .news_box .newslist li a {
    flex-direction: column;
    gap: 10rem;
  }
}
.s-news .news_box .newslist li a:hover .title {
  text-decoration: underline;
}
.s-news .news_box .newslist li a .date {
  color: #b09a77;
}
.s-news .news_box .page_link {
  margin-left: 0;
  text-align: left;
}
.s-news .news_box .page_link a {
  background: #191919;
  color: #fff;
}
.s-news .twitter_box {
  max-width: 600px;
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .s-news .twitter_box {
    max-width: 600rem;
  }
}
@media screen and (max-width: 768px) {
  .s-news .twitter_box {
    max-width: 100%;
  }
}

.s-flow {
  padding: 100px 60px;
}
@media screen and (max-width: 1500px) {
  .s-flow {
    padding: 100rem 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s-flow {
    padding: 50rem 15rem;
  }
}
.s-flow .sec_title h2 {
  text-align: center;
  color: #191919;
}
.s-flow .sec_title p.jp {
  text-align: center;
}
.s-flow .flow_box .toptxt {
  max-width: 900px;
  margin: auto;
  margin-top: 30px;
  font-size: 16px;
  line-height: 26px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .s-flow .flow_box .toptxt {
    max-width: 900rem;
    margin-top: 30rem;
    font-size: 16rem;
    line-height: 26rem;
  }
}
@media screen and (max-width: 768px) {
  .s-flow .flow_box .toptxt {
    margin-top: 20rem;
    max-width: 100%;
  }
}
.s-flow .flow_box .flow_grid {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  flex-wrap: wrap;
}
@media screen and (max-width: 1500px) {
  .s-flow .flow_box .flow_grid {
    margin-top: 60rem;
    grid-gap: 30rem;
  }
}
@media screen and (max-width: 768px) {
  .s-flow .flow_box .flow_grid {
    grid-template-columns: 1fr;
    grid-gap: 35rem;
    margin-top: 25rem;
  }
}
.s-flow .flow_box .flow_grid .griditem {
  position: relative;
}
@media screen and (max-width: 768px) {
  .s-flow .flow_box .flow_grid .griditem {
    display: flex;
    align-items: center;
    gap: 20rem;
    background: #fff;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.15);
  }
  .s-flow .flow_box .flow_grid .griditem:last-child::after {
    width: 0;
  }
  .s-flow .flow_box .flow_grid .griditem::after {
    position: absolute;
    content: "";
    width: 30rem;
    height: 15rem;
    left: 45%;
    bottom: -25rem;
    background: url(../image/arrow-down.png);
    background-repeat: no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 768px) {
  .s-flow .flow_box .flow_grid .griditem .itemimg img {
    width: 100rem;
    height: 100rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.s-flow .flow_box .flow_grid .griditem .number {
  position: relative;
  font-family: "Classico URW";
  font-weight: normal;
  font-size: 79px;
  line-height: 1;
  text-align: left;
  color: #b09a77;
  margin-top: -40px;
}
@media screen and (max-width: 1500px) {
  .s-flow .flow_box .flow_grid .griditem .number {
    font-size: 79rem;
    margin-top: -40rem;
  }
}
@media screen and (max-width: 768px) {
  .s-flow .flow_box .flow_grid .griditem .number {
    font-size: 46rem;
    margin-top: 0;
  }
}
.s-flow .flow_box .flow_grid .griditem .number span {
  position: relative;
}
.s-flow .flow_box .flow_grid .griditem .number span::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 10px;
  background: #b09a77;
}
@media screen and (max-width: 1500px) {
  .s-flow .flow_box .flow_grid .griditem .number span::after {
    bottom: 10rem;
  }
}
@media screen and (max-width: 768px) {
  .s-flow .flow_box .flow_grid .griditem .number span::after {
    bottom: 5rem;
  }
}
.s-flow .flow_box .flow_grid .griditem .itemtitle {
  margin-top: 15px;
  font-size: 20px;
  text-align: left;
  color: #191919;
}
@media screen and (max-width: 1500px) {
  .s-flow .flow_box .flow_grid .griditem .itemtitle {
    font-size: 20rem;
    margin-top: 15rem;
  }
}
@media screen and (max-width: 768px) {
  .s-flow .flow_box .flow_grid .griditem .itemtitle {
    font-size: 16rem;
  }
}
.s-flow .flow_box .page_link {
  margin-top: 60px;
}
@media screen and (max-width: 1500px) {
  .s-flow .flow_box .page_link {
    margin-top: 60rem;
  }
}
@media screen and (max-width: 768px) {
  .s-flow .flow_box .page_link {
    margin-top: 20rem;
  }
}
.s-flow .flow_box .page_link a {
  background: #191919;
  color: #fff;
}/*# sourceMappingURL=style.css.map */
