@charset "UTF-8";
/* min-width: 1000, 768 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, button,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: 300;
}

html {
  overflow-y: auto;
  scroll-behavior: smooth;
}

.clicked {
  text-decoration: underline;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  position: relative;
  overflow: hidden;
}

section {
  text-align: center;
  position: relative;
}

a {
  cursor: pointer;
  text-decoration: none;
  display: block;
}

ul {
  list-style: none;
}

li {
  list-style-type: none;
}

img {
  width: 100%;
}

p, span, strong, small, a, input, textarea, h1, h2, h3, h4, h5, h6 {
  word-break: break-word;
}

/* ----------------------------------------------------
    swiper
---------------------------------------------------- */
/* swiper カスタマイズ */
#mv1 .swiper-horizontal > .swiper-pagination-bullets, #mv1 .swiper-pagination-bullets.swiper-pagination-horizontal, #mv1 .swiper-pagination-custom, #mv1 .swiper-pagination-fraction {
  width: 10rem !important;
  height: 2rem;
  transform: rotate(90deg);
  top: 49%;
  left: -4rem !important;
}

/* swiper カスタマイズ */
#mv2 .swiper-horizontal > .swiper-pagination-bullets, #mv2 .swiper-pagination-bullets.swiper-pagination-horizontal, #mv2 .swiper-pagination-custom, #mv2 .swiper-pagination-fraction {
  width: 10rem !important;
  height: 2rem;
  transform: unset;
  top: 0.5rem;
  left: unset !important;
  right: 2rem;
  text-align: right;
}

/* swiper カスタマイズ */
.pic .swiper-horizontal > .swiper-pagination-bullets, .pic .swiper-pagination-bullets.swiper-pagination-horizontal, .pic .swiper-pagination-custom, .pic .swiper-pagination-fraction {
  bottom: 1rem !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet {
  background: #ccc;
  opacity: .7;
}

/*アクティブなときのスタイル*/
.swiper-pagination-horizontal.swiper-pagination-bullets
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #333;
  opacity: 1;
}

@media screen and (max-width: 768px) {
  /* swiper カスタマイズ */
  #mv1 .swiper-horizontal > .swiper-pagination-bullets, #mv1 .swiper-pagination-bullets.swiper-pagination-horizontal, #mv1 .swiper-pagination-custom, #mv1 .swiper-pagination-fraction {
    display: none !important;
  }
  /* swiper カスタマイズ */
  #mv2 .swiper-horizontal > .swiper-pagination-bullets, #mv2 .swiper-pagination-bullets.swiper-pagination-horizontal, #mv2 .swiper-pagination-custom, #mv2 .swiper-pagination-fraction {
    display: none !important;
  }
}

/* ----------------------------------------------------
    common
---------------------------------------------------- */
.pc {
  display: block;
}

.sp {
  display: none;
}

body {
  min-width: 980px;
}

.inner {
  max-width: 1400px;
  margin: 0 auto;
}

.h2-title1 img {
  width: 2.5rem;
  display: block;
  margin: 0 auto;
}

.h2-title1 span {
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin-top: 0.5rem;
  display: block;
  font-family: 'Noto Serif JP', serif;
}

.h2-title2 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.h2-title2 img {
  width: 2.5rem;
  display: inline-block;
  margin-right: 1rem;
}

.h2-title2 span {
  font-size: 1.2rem;
  letter-spacing: 4px;
  margin-top: 0.5rem;
  display: block;
  padding-bottom: 0.1rem;
  border-bottom: 1px dashed #998675;
  font-family: 'Noto Serif JP', serif;
}

.btn-wrapper {
  margin: 2rem 0;
}

.btn-wrapper a {
  min-width: 11rem;
  margin: 0 auto;
  border: 2px solid #534741;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  color: #534741;
  position: relative;
  display: inline-block;
}

.btn-wrapper a span {
  font-weight: 500;
  letter-spacing: 2px;
}

.btn-wrapper a img {
  width: 0.3rem;
  position: absolute;
  right: 1rem;
  top: 0.84rem;
}

.section {
  padding: 3.2rem 3rem;
}

.br-top {
  border-top: 1px dashed #998675;
}

.bg-color {
  background-color: #fefdfa;
  width: 100%;
  margin-left: -3rem;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  body {
    min-width: unset;
  }
  .inner {
    min-width: unset;
  }
  .section {
    margin: 0 auto;
    width: 90%;
    padding: 3.2rem 0;
  }
  .bg-color {
    width: 100%;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
.header1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header1 .header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.header1 .header-inner .left {
  position: relative;
}

.header1 .header-inner .left::before {
  content: '';
  display: block;
  width: 4rem;
  height: 4rem;
  top: -2rem;
  left: -2rem;
  transform: rotate(45deg);
  position: absolute;
  background: #eee0c6;
}

.header1 .header-inner .left a {
  width: 6rem;
  padding: 2.2rem 2.5rem;
  /* background: white; */
}

.header1 .header-inner .left a img {
  width: 100%;
}

.header1 .header-inner .left a.txt-logo {
  width: unset;
  padding: 1.8rem 2.5rem;
  background: white;
  color: #333;
}

.header1 .header-inner .left a.txt-logo span {
  font-weight: 500;
}

.header1 .header-inner .center {
  margin-left: 3rem;
}

.header1 .header-inner .center ul {
  display: flex;
  align-items: center;
  margin: 1rem 0;
}

.header1 .header-inner .center ul li a {
  font-size: 0.8rem;
  color: #736357;
  margin: 1rem;
  display: inline-block;
  position: relative;
}

.header1 .header-inner .center ul li a p {
  font-weight: 400;
  font-family: 'Noto Serif JP', serif;
}

.header1 .header-inner .right {
  padding: 1.5rem 1.5rem 1.2rem 0;
  margin: 0;
}

.header1 .header-inner .right .right-inner {
  display: flex;
  align-items: center;
}

.header1 .header-inner .right .right-inner .contact strong {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #f7931e;
}

.header1 .header-inner .right .right-inner .contact p {
  font-size: 0.6rem;
  letter-spacing: -1px;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
}

.header1 .header-inner .right .right-inner .contact p span {
  font-size: 0.7rem;
  font-weight: 500;
  margin-right: 0.1rem;
}

.header1 .header-inner .right .right-inner a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #534741;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}

.header1 .header-inner .right .right-inner a img {
  width: 1rem;
}

#global_nav {
  display: none;
}

.page-right {
  width: 4rem;
  position: absolute;
  top: 18rem;
  right: 0;
}

.page-right ul {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page-right ul li {
  margin-bottom: 0.2rem;
}

.page-right ul li a {
  width: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  height: 1.5rem;
}

.page-right ul li a img {
  width: 1rem;
}

.page-right ul li:last-child {
  margin-bottom: 0;
}

.to_top {
  height: 4rem;
  position: fixed;
  bottom: 1rem;
  right: 0;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
}

.to_top img {
  width: 0.3rem;
  transform: rotate(180deg);
  margin-right: 0.5rem;
}

.to_top p {
  font-size: 0.6rem;
  font-weight: 600;
  color: #808080;
  line-height: 0;
}

.page-left {
  height: 4rem;
  position: absolute;
  top: 45vw;
  left: 0.7rem;
  display: flex;
  align-items: center;
  transform: rotate(90deg);
  justify-content: center;
}

.page-left p {
  font-size: 0.6rem;
  font-weight: 600;
  color: #808080;
  line-height: 0;
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
.footer1 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: calc(100% - 8rem);
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  padding-top: 5rem;
}

.footer1 .footer-content {
  display: flex;
  align-items: flex-start;
  min-width: 759px;
  margin: 0 auto;
}

.footer1 .footer-content .left {
  width: 28%;
}

.footer1 .footer-content .left .left-inner {
  padding: 0 1.8rem;
}

.footer1 .footer-content .left .left-inner .logo a {
  width: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin: 0 auto;
}

.footer1 .footer-content .left .left-inner .logo a img {
  width: 100%;
}

.footer1 .footer-content .left .left-inner .logo a.txt-logo {
  width: unset;
  color: #333333;
}

.footer1 .footer-content .left .left-inner .logo a.txt-logo span {
  font-weight: 500;
}

.footer1 .footer-content .left .left-inner .icons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.footer1 .footer-content .left .left-inner .icons li {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer1 .footer-content .left .left-inner .icons li a {
  display: flex;
}

.footer1 .footer-content .left .left-inner .icons li a img {
  width: 1rem;
}

.footer1 .footer-content .left .left-inner .copy {
  font-size: 0.6rem;
  color: #534741;
  margin-top: 1rem;
  font-weight: 500;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.footer1 .footer-content .right {
  width: 45%;
  padding-left: 1.5rem;
  padding-bottom: 1rem;
}

.footer1 .footer-content .right .right-inner .top {
  padding-bottom: 1.5rem;
}

.footer1 .footer-content .right .right-inner .top ul {
  display: flex;
  flex-flow: row wrap;
}

.footer1 .footer-content .right .right-inner .top ul li a {
  font-size: 0.8rem;
  color: #736357;
  padding: 0.2rem 0.8rem;
  font-family: 'Noto Serif JP', serif;
}

.footer1 .footer-content .right .right-inner .top ul li a p {
  font-weight: 500;
}

.footer1 .footer-content .right .right-inner .bottom {
  border-top: 1px solid #e6e6e6;
  padding-top: 1.5rem;
}

.footer1 .footer-content .right .right-inner .bottom .contact {
  display: flex;
  align-items: center;
}

.footer1 .footer-content .right .right-inner .bottom .contact ul li {
  color: #f7931e;
  display: flex;
  align-items: center;
}

.footer1 .footer-content .right .right-inner .bottom .contact ul li:first-child {
  margin-bottom: 0.4rem;
}

.footer1 .footer-content .right .right-inner .bottom .contact ul li small {
  font-size: 0.6rem;
  font-weight: 500;
  margin: 0 0.5rem;
}

.footer1 .footer-content .right .right-inner .bottom .contact ul li span {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.footer1 .footer-content .right .right-inner .bottom .contact a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #534741;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 1.5rem;
}

.footer1 .footer-content .right .right-inner .bottom .contact a img {
  width: 1rem;
}

.footer1 .footer-content .right .right-inner .bottom .address {
  margin-left: 0.7rem;
  margin-top: 0.5rem;
}

.footer1 .footer-content .right .right-inner .bottom .address p {
  font-size: 0.6rem;
  font-weight: 500;
  color: #534741;
  display: flex;
  align-items: center;
  letter-spacing: 1px;
}

.footer1 .footer-content .right .right-inner .bottom .address p span {
  font-size: 0.8rem;
  font-weight: 500;
}

.footer1 .footer-content .right .right-inner .bottom .address p small {
  font-size: 0.6rem;
  font-weight: 500;
  margin-right: 1em;
}

.footer1 .footer-content .box {
  position: absolute;
  top: 5rem;
  right: -15rem;
  width: 27rem;
  height: 25rem;
  background: #eee0c6;
  display: block;
  border-radius: 50%;
}

.footer1 .copy-sp {
  display: none;
}

/* ----------------------------------------------------
    main
---------------------------------------------------- */
.main1 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  /*width: calc(100% - 14rem);*/
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.main1::before {
  content: '';
  display: block;
  width: 25rem;
  height: 25rem;
  top: -11.5rem;
  right: -14.5rem;
  position: absolute;
  background: #f5f2e7;
  border-radius: 50%;
}

#mv1 {
  padding-top: 5rem;
  z-index: 2;
  width: calc(100% + 6rem);
  margin-left: -3rem;
}

#mv1 .mv-slide {
  overflow: hidden;
  position: relative;
  z-index: -1;
}
#mv1 .mv-slide.flex {
  display: flex;
}

#mv1 .mv-slide img {
  width: 100%;
  height: fit-content;
}
#mv1 .mv-video-wrapper {
  display: flex;
}
#mv1 .mv-video-wrapper #mv-video {
  width: 100%;
}

#mv1 .news {
  position: absolute;
  bottom: -1.5rem;
  left: 0;
  width: 100%;
}

#mv1 .news .news-slide {
  margin: 0 auto;
  width: 32rem;
  padding: 1rem 1.5rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #f5f2e7;
  overflow: hidden;
}

#mv1 .news .news-slide ul li {
  width: 100%;
}

#mv1 .news .news-slide ul li a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.8rem;
}

#mv1 .news .news-slide ul li a small {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1;
  color: #4d4d4d;
}

#mv1 .news .news-slide ul li a span {
  font-size: 0.6rem;
  background: #c7b299;
  color: white;
  padding: 0.3rem 0.6rem;
  font-weight: 500;
  border-radius: 50px;
  margin: 0 1rem;
  line-height: 1;
}

#mv1 .news .news-slide ul li a p {
  line-height: 1;
  font-weight: 500;
}

#mv1 .news .news-slide ul li a img {
  width: 0.3rem;
  margin-left: auto;
}

/* ----------------------------------------------------
    layout1
---------------------------------------------------- */
.layout1 {
  padding-bottom: 2rem;
}

.layout1 .content .img img {
  width: 7rem;
}

.layout1 .content .img img.medium {
  width: 50%;
}

.layout1 .content .img img.large {
  width: 80%;
}

.layout1 .content .txt strong {
  margin: 2rem 0 1.5rem;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
  color: #006837;
  font-family: 'Noto Serif JP', serif;
}

.layout1 .content .txt p {
  font-size: 0.9rem;
  color: #736357;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}


.layout1 {
  position: relative;
  overflow: hidden; /* 擬似要素がはみ出ないように */
}

/* 左側背景画像 */
.layout1::before,
.layout1::after {
  content: "";
  position: absolute;
  top: -141px;
    bottom: 0px;
    width: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 0;
}

.layout1::before {
  left: 0;
  background-image: url("https://xs301785.xsrv.jp/asuanro/wp-content/uploads/2025/07/leaf_background_left.png");
  background-position: left center;
}

.layout1::after {
  right: 0;
  background-image: url("https://xs301785.xsrv.jp/asuanro/wp-content/uploads/2025/07/leaf_background_right.png");
  background-position: right center;
}

/* コンテンツを前面に */
.layout1 > .inner {
  position: relative;
  z-index: 1;
}



/* ----------------------------------------------------
    layout2
---------------------------------------------------- */
.layout2 .content {
  margin: 2rem 0;
}

.layout2 .content ul {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.layout2 .content ul li {
  width: 32.33%;
  font-family: 'Noto Serif JP', serif;
  margin: 0 0.75% 2rem;
}

.layout2 .content ul li img {
  width: 100%;
}

.layout2 .content ul li h3 {
  margin: 1.3rem 0 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.layout2 .content ul li p {
  font-size: 0.8rem;
  margin: 0 1rem;
  letter-spacing: 1px;
  font-weight: 500;
}

/* ----------------------------------------------------
    layout3
---------------------------------------------------- */
.layout3 .content ul {
  margin: 3.5rem 0 2rem;
  font-family: 'Noto Serif JP', serif;
}

.layout3 .content ul li {
  display: flex;
  margin-bottom: 0.35rem;
}

.layout3 .content ul li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7b299;
  color: white;
  width: 31%;
  font-size: 1.2rem;
  letter-spacing: 4px;
  padding: 1.2rem 0;
}

.layout3 .content ul li p {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  width: calc(69% - 4rem);
  padding: 0 2rem;
  letter-spacing: 3px;
}

.layout3 .content ul li:last-child strong {
  background: #736357;
}

.layout3 .content .txt {
  font-size: 0.8rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

.layout3 .content .btn-wrapper {
  margin-bottom: 0.5rem;
}

/* ----------------------------------------------------
    layout4
---------------------------------------------------- */
.layout4 .content {
  margin-top: 3rem;
}

.layout4 .content ul {
  display: flex;
  align-items: flex-start;
  margin: 0 1rem 3rem;
  font-family: 'Noto Serif JP', serif;
  justify-content: center;
}

.layout4 .content ul li {
  width: 31.35%;
  margin: 0 1.5% 2rem;
}

.layout4 .content ul li img {
  width: 100%;
  border-radius: 50%;
}

.layout4 .content ul li span {
  margin: 0.8rem 0 1rem;
  font-size: 0.7rem;
  font-weight: 500;
  background: #534741;
  color: white;
  display: inline-block;
  border-radius: 50px;
  padding: 0.1rem 0.8rem;
}

.layout4 .content ul li p {
  font-size: 0.8rem;
  margin: 0 1rem;
  letter-spacing: 1px;
  font-weight: 500;
}

/* ----------------------------------------------------
    layout5
---------------------------------------------------- */
.layout5 .content {
  margin: 2.5rem 0;
}

.layout5 .content .pic {
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}

.layout5 .content .pic .info-slide1 img {
  width: 63%;
  border-radius: 40px;
}

.layout5 .content .info {
  display: flex;
  justify-content: center;
  margin: 2rem 0 3rem;
  font-family: 'Noto Serif JP', serif;
}

.layout5 .content .info .iframe {
  width: 38%;
  margin-right: 4%;
}

.layout5 .content .info .iframe iframe {
  width: 100%;
  height: 17rem;
}

.layout5 .content .info .table {
  width: 58%;
}

.layout5 .content .info .table ul li {
  display: flex;
  margin-bottom: 0.18rem;
}

.layout5 .content .info .table ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7b299;
  color: white;
  width: 31%;
  font-size: 0.8rem;
  letter-spacing: 4px;
  padding: 0.7rem 0;
}

.layout5 .content .info .table ul li p {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  width: calc(69% - 2rem);
  padding: 0.7rem 1rem;
  letter-spacing: 3px;
  font-size: 0.7rem;
}

.layout5 .content .info .table ul li.txt span {
  align-items: flex-start;
}

.layout5 .content .info .table ul li.txt p {
  justify-content: flex-start;
  text-align: left;
  line-height: 2;
}

/* ----------------------------------------------------
    banner
---------------------------------------------------- */
.banner1 ul {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.banner1 ul li {
  width: 49%;
  margin: 0 0.5%;
}

.banner1 ul li img {
  width: 100%;
}

/* ----------------------------------------------------
    banner2
---------------------------------------------------- */
.banner2 img {
  width: 70%;
  max-width: 1200px;
}

.banner2 iframe {
  width: 70%;
  height: 35vw;
  max-width: 1200px;
  max-height: 500px;
}

.banner2 .video-wrapper video {
  width: 100%;
  height: 40vw;
  max-width: 1200px;
  max-height: 675px;
}

/* ----------------------------------------------------
    max-width:1000px
---------------------------------------------------- */
@media screen and (max-width: 1000px) {
  .page-left {
    top: 28rem;
  }
}

/* ----------------------------------------------------
    min-width:1400px
---------------------------------------------------- */
@media screen and (min-width: 1400px) {
  /* ----------------------------------------------------
      header1 --- min-width:1400px
  ---------------------------------------------------- */
  .header1 .header-inner .left a {
    width: 8rem;
  }
  .header1 .header-inner .right .right-inner .contact strong {
    font-size: 1.5rem;
  }
  .header1 .header-inner .right .right-inner .contact p {
    font-size: 0.8rem;
  }
  .header1 .header-inner .right .right-inner .contact p span {
    font-size: 0.8rem;
  }
  .page-right ul li a {
    width: 2.5rem;
    height: 2.5rem;
  }
  .page-right ul li a img {
    width: 1.5rem;
  }
  .to_top {
    right: 0.15rem;
  }
  /* ----------------------------------------------------
      main --- min-width:1400px
  ---------------------------------------------------- */
  .main1::before {
    width: 28rem;
    height: 28rem;
    top: -12.5rem;
    right: -15.5rem;
  }
  /* #mv1 .mv-slide {
    overflow: hidden;
    height: 626px;
  } */
  .page-left {
    top: 40rem;
  }
  /* ----------------------------------------------------
      footer --- min-width:1400px
  ---------------------------------------------------- */
  .footer1 .footer-content .left {
    width: 30%;
  }
  .footer1 .footer-content .left .left-inner {
    padding: 0;
  }
  .footer1 .footer-content .left .left-inner .logo a {
    width: 10rem;
  }
  .footer1 .footer-content .left .left-inner .icons {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
  }
  .footer1 .footer-content .left .left-inner .icons li {
    width: 2.5rem;
    height: 2.5rem;
  }
  .footer1 .footer-content .left .left-inner .icons li a img {
    width: 1.5rem;
  }
  .footer1 .footer-content .left .left-inner .copy {
    font-size: 0.9rem;
  }
  .footer1 .footer-content .right .right-inner .top {
    max-width: 460px;
  }
  .footer1 .footer-content .right .right-inner .top ul {
    display: flex;
    flex-flow: row wrap;
  }
  .footer1 .footer-content .right .right-inner .top ul li a {
    padding: 1rem 0.8rem;
  }
  .footer1 .footer-content .right .right-inner .bottom {
    padding-top: 2rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .contact ul li small {
    font-size: 0.8rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .contact ul li span {
    font-size: 1.5rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .address p {
    font-size: 0.9rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .address p span {
    font-size: 1rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .address p small {
    font-size: 0.9rem;
  }
  .footer1 .footer-content .box {
    width: 31rem;
    height: 34rem;
  }
}

/* ----------------------------------------------------
    max-width:768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* ----------------------------------------------------
      header --- max-width:768px
  ---------------------------------------------------- */
  .header1 .header-inner .left a {
    width: 5rem;
    padding: 1rem 1.3rem;
    background: white;
  }
  .header1 .header-inner .center {
    display: none;
  }
  .header1 .header-inner .right {
    padding: 0;
  }
  .header1 .header-inner .right .right-inner .icons {
    display: flex;
    justify-content: center;
  }
  .header1 .header-inner .right .right-inner .icons li {
    width: 2.5rem;
    margin: 0 0.3rem;
  }
  .header1 .header-inner .right .right-inner .icons li a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #534741;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .header1 .header-inner .right .right-inner .icons li a img {
    width: 1rem;
  }
  .header1 .header-inner .right .right-inner .global_head_wrapper .global_head {
    cursor: pointer;
    display: flex;
    width: 4rem;
    height: 4rem;
    text-align: center;
    background-color: unset;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .header1 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper {
    width: 1.5rem;
    height: 1.5rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .header1 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper span {
    display: block;
    height: 2px;
    width: 100%;
    background: #534741;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s ease;
  }
  .header1 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper span:nth-child(1).active {
    transform: translateY(0.6rem) rotate(-45deg);
  }
  .header1 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper span:nth-child(2).active {
    opacity: 0;
  }
  .header1 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper span:nth-child(3).active {
    transform: translateY(-0.8rem) rotate(45deg);
  }
  #global_nav.open {
    display: block;
    background: #eee0c6;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #global_nav.open .nav-wrapper .logo a {
    width: 50%;
    max-width: 25rem;
    margin: 0 auto;
  }
  #global_nav.open .nav-wrapper ul {
    text-align: center;
    width: 80%;
    margin: 6vw auto;
  }
  #global_nav.open .nav-wrapper ul li a {
    color: #736357;
    font-size: 1.2rem;
    padding: 1rem 0;
  }
  #global_nav.open .nav-wrapper ul li a p {
    font-weight: 500;
  }
  .page-right {
    display: none;
  }
  .to_top {
    display: none;
  }
  .page-left {
    display: none;
  }
  /* ----------------------------------------------------
      footer --- max-width:768
  ---------------------------------------------------- */
  .footer1 {
    width: 100%;
    border: 0;
  }
  .footer1 .footer-content {
    min-width: unset;
    flex-direction: column;
    align-items: center;
  }
  .footer1 .footer-content .left {
    width: 100%;
  }
  .footer1 .footer-content .left .left-inner {
    padding: 0;
  }
  .footer1 .footer-content .left .left-inner .logo a {
    width: 50%;
    max-width: 14rem;
  }
  .footer1 .footer-content .left .left-inner .icons li {
    width: 3rem;
    height: 3rem;
    margin: 0 0.4rem;
  }
  .footer1 .footer-content .left .left-inner .icons li a img {
    width: 1.5rem;
  }
  .footer1 .footer-content .left .left-inner .copy {
    display: none;
  }
  .footer1 .footer-content .right {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    border: 0;
  }
  .footer1 .footer-content .right .right-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer1 .footer-content .right .right-inner .top {
    border-top: 1px solid #ededed;
    padding: 2.5rem 0;
  }
  .footer1 .footer-content .right .right-inner .top ul {
    flex-direction: column;
    align-items: center;
  }
  .footer1 .footer-content .right .right-inner .top ul li a {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
  .footer1 .footer-content .right .right-inner .bottom {
    margin-top: 2.5rem;
    padding: 2.5rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer1 .footer-content .right .right-inner .bottom .contact ul li small {
    font-size: 1rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .contact ul li span {
    font-size: 1.5rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .address {
    margin: 1rem 0;
  }
  .footer1 .footer-content .right .right-inner .bottom .address p {
    font-size: 0.8rem;
    margin: 1rem 0;
  }
  .footer1 .footer-content .right .right-inner .bottom .address p.long {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .address p span {
    font-size: 1rem;
  }
  .footer1 .footer-content .right .right-inner .bottom .address p small {
    font-size: 0.8rem;
  }
  .footer1 .footer-content .box {
    display: none;
  }
  .footer1 .copy-sp {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    color: #534741;
    font-family: 'Noto Serif JP', serif;
  }
  /* ----------------------------------------------------
      main
  ---------------------------------------------------- */
  .main1 {
    border: 0;
    width: 100%;
    padding: 0;
  }
  .main1::before {
    content: none;
  }
  #mv1 {
    padding-top: 4rem;
    width: 100%;
    margin-left: 0;
  }
  /* #mv1 .mv-slide {
    max-height: 600px;
    overflow: hidden;
  } */
  #mv1 .mv-slide img {
    height: unset !important;
  }
  #mv1 .news {
    bottom: -2.3rem;
  }
  #mv1 .news .news-slide {
    width: 90%;
    padding: 0;
  }
  #mv1 .news .news-slide ul li {
    width: 100%;
  }
  #mv1 .news .news-slide ul li a {
    flex-flow: row wrap;
    padding: 1rem;
  }
  #mv1 .news .news-slide ul li a span {
    margin: 0 0.5rem;
  }
  #mv1 .news .news-slide ul li a p {
    line-height: 2;
    margin-right: 1rem;
  }
  /* ----------------------------------------------------
      layout1
  ---------------------------------------------------- */
  .layout1 .content {
    width: 90%;
    margin: 0 auto;
  }
  .layout1 .content .img img {
    width: 35%;
    max-width: 10rem;
  }
  .layout1 .content .img img.medium {
    width: 75%;
    max-width: unset;
  }
  .layout1 .content .img img.large {
    width: 100%;
    max-width: unset;
  }
  .layout1 .content .txt strong {
    margin: 2rem 2.5rem 1.5rem;
  }
  /* ----------------------------------------------------
      layout2
  ---------------------------------------------------- */
  .layout2 .content ul {
    flex-direction: column;
    margin: 0 2.5rem;
  }
  .layout2 .content ul li {
    width: 100%;
    margin: 0 0 3rem;
  }
  .layout2 .content ul li:last-child {
    margin-bottom: 0;
  }
  .layout2 .content ul li h3 {
    margin: 1rem 0;
  }
  /* ----------------------------------------------------
      layout3
  ---------------------------------------------------- */
  .layout3 .content ul li {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .layout3 .content ul li strong {
    width: 100%;
    padding: 0.8rem 0;
    font-size: 1rem;
  }
  .layout3 .content ul li p {
    width: 100%;
    padding: 0.8rem 0;
    justify-content: center;
  }
  .layout3 .content .btn-wrapper {
    margin-bottom: 2rem;
  }
  /* ----------------------------------------------------
      layout4
  ---------------------------------------------------- */
  .layout4 .content ul {
    flex-direction: column;
    margin: 0 3.5rem;
  }
  .layout4 .content ul li {
    width: 100%;
    margin: 0 0 3rem;
  }
  .layout4 .content ul li:last-child {
    margin-bottom: 0;
  }
  .layout4 .content ul li span {
    font-size: 0.9rem;
  }
  .layout4 .content ul li p {
    font-size: 1rem;
  }
  /* ----------------------------------------------------
      layout5
  ---------------------------------------------------- */
  .layout5 .content .pic .info-slide1 img {
    width: 100%;
    border-radius: 15px;
  }
  .layout5 .content .info {
    flex-direction: column;
    align-items: center;
    margin: 1.5rem auto 3.5rem;
  }
  .layout5 .content .info .iframe {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .layout5 .content .info .iframe iframe {
    width: 100%;
    height: 22rem;
  }
  .layout5 .content .info .table {
    width: 90%;
    margin: 0 auto;
  }
  .layout5 .content .info .table ul li {
    flex-direction: column;
    margin-bottom: 0.5rem;
  }
  .layout5 .content .info .table ul li span {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
  .layout5 .content .info .table ul li p {
    width: 100%;
    padding: 0.8rem 0;
    justify-content: center;
    font-size: 0.8rem;
  }
  .layout5 .content .info .table ul li.txt p {
    justify-content: center;
  }
  /* ----------------------------------------------------
      banner
  ---------------------------------------------------- */
  .banner1 ul {
    flex-direction: column;
    align-items: center;
  }
  .banner1 ul li {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .banner1 ul li:last-child {
    margin-bottom: 0;
  }
  /* ----------------------------------------------------
      banner2
  ---------------------------------------------------- */
  .banner2 img {
    width: 100%;
  }
  .banner2 iframe {
    width: 100%;
    height: 60vw;
    max-height: unset;
  }
  .banner2 .video-wrapper video {
    width: 100%;
    height: 60vw;
    max-height: unset;
  }
}

/* ----------------------------------------------------
    min-width:1400px
---------------------------------------------------- */
@media screen and (min-width: 1400px) {
  .layout1 .content .txt p {
    letter-spacing: 0.1rem;
    line-height: 1.7rem;
  }
  .layout2 .content ul li h3 {
    letter-spacing: 0.3rem;
  }
  .layout2 .content ul li p {
    font-size: 0.9rem;
    font-weight: 300;
  }
  .layout3 .content .txt {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
  /* ----------------------------------------------------
      layout4
  ---------------------------------------------------- */
  .layout4 .content ul li p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  /* ----------------------------------------------------
      layout5
  ---------------------------------------------------- */
  .layout5 .content .info .iframe iframe {
    height: 19rem;
  }
  .layout5 .content .info .table ul li span {
    font-size: 1rem;
  }
  .layout5 .content .info .table ul li p {
    font-size: 0.9rem;
  }
}

/* ----------------------------------------------------

    template2

---------------------------------------------------- */
/* ----------------------------------------------------
    header2
---------------------------------------------------- */
.header2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header2 .header-inner {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}

.header2 .header-inner.open {
  background: white;
}

.header2 .header-inner.open .center {
  display: none;
}

.header2 .header-inner .left {
  background: white;
  padding: 2.6rem 0 2.2rem 2.4rem;
}

.header2 .header-inner .left .left-inner {
  display: flex;
  align-items: center;
}

.header2 .header-inner .left .left-inner .contact strong {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1;
  color: #f7931e;
}

.header2 .header-inner .left .left-inner .contact p {
  font-size: 0.6rem;
  letter-spacing: -1px;
  line-height: 1;
  display: flex;
  align-items: end;
  font-weight: 500;
}

.header2 .header-inner .left .left-inner .contact p span {
  font-size: 0.7rem;
  font-weight: 500;
  margin-right: 0.1rem;
}

.header2 .header-inner .left .left-inner a {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: #534741;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0.5rem;
}

.header2 .header-inner .left .left-inner a img {
  width: 1rem;
}

.header2 .header-inner .center {
  position: absolute;
  z-index: 1;
  width: 20rem;
  left: calc(50% - 160px);
  top: 0;
}

.header2 .header-inner .center a {
  width: 6rem;
  margin: 0 auto;
  border-radius: 20px;
  padding: 1.5rem 2rem;
  background: unset;
  /* background: white; */
}

.header2 .header-inner .center a img {
  width: 100%;
}

.header2 .header-inner .center a.txt-logo {
  color: #333333;
  width: 10rem;
  text-align: center;
  padding: 4.5rem 2rem;
}

.header2 .header-inner .center a.txt-logo span {
  font-weight: 500;
}

.header2 .header-inner .right {
  padding-right: 2rem;
  background: white;
}

.header2 .header-inner .right ul {
  display: flex;
  align-items: center;
  margin: 1.92rem 0;
  font-family: 'Noto Serif JP', serif;
}

.header2 .header-inner .right ul li a {
  font-size: 0.8rem;
  color: #736357;
  padding: 1rem 0.7rem;
}

.header2 .header-inner .right ul li a p {
  font-weight: 400;
}

#global_nav {
  display: none;
}

/* ----------------------------------------------------
    footer2
---------------------------------------------------- */
.footer2 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: calc(100% - 8rem);
  margin: 0 auto;
  position: relative;
  padding-top: 5rem;
}

.footer2 .footer-content {
  display: flex;
  align-items: flex-start;
  min-width: 759px;
  margin: 0 2rem;
  border-top: 1px solid #e6e6e6;
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.footer2 .footer-content .left {
  width: 25%;
}

.footer2 .footer-content .left .left-inner {
  padding-right: 1.8rem;
}

.footer2 .footer-content .left .left-inner .logo a {
  width: 7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
  margin: 0 auto;
}

.footer2 .footer-content .left .left-inner .logo a img {
  width: 100%;
}

.footer2 .footer-content .left .left-inner .logo a.txt-logo {
  width: unset;
  color: #333333;
}

.footer2 .footer-content .left .left-inner .logo a.txt-logo span {
  font-weight: 500;
}

.footer2 .footer-content .left .left-inner .icons {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}

.footer2 .footer-content .left .left-inner .icons li {
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer2 .footer-content .left .left-inner .icons li a {
  display: flex;
}

.footer2 .footer-content .left .left-inner .icons li a img {
  width: 1rem;
}

.footer2 .footer-content .right {
  width: 65%;
  padding-left: 3rem;
  padding-bottom: 1rem;
  border-left: 1px solid #e6e6e6;
}

.footer2 .footer-content .right .right-inner .top {
  padding-top: 1rem;
  margin-right: 6rem;
  padding-bottom: 1.5rem;
}

.footer2 .footer-content .right .right-inner .top ul {
  display: flex;
  flex-flow: row wrap;
  font-family: 'Noto Serif JP', serif;
}

.footer2 .footer-content .right .right-inner .top ul li a {
  font-size: 0.8rem;
  color: #736357;
  padding: 0.5rem 1rem;
}

.footer2 .footer-content .right .right-inner .top ul li a p {
  font-weight: 500;
}

.footer2 .footer-content .right .right-inner .bottom {
  border-top: 1px solid #e6e6e6;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
}

.footer2 .footer-content .right .right-inner .bottom .contact {
  display: flex;
  align-items: center;
}

.footer2 .footer-content .right .right-inner .bottom .contact ul li {
  color: #f7931e;
  display: flex;
  align-items: center;
}

.footer2 .footer-content .right .right-inner .bottom .contact ul li:first-child {
  margin-bottom: 0.4rem;
}

.footer2 .footer-content .right .right-inner .bottom .contact ul li small {
  font-size: 0.6rem;
  font-weight: 500;
  margin: 0 0.5rem;
}

.footer2 .footer-content .right .right-inner .bottom .contact ul li span {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
}

.footer2 .footer-content .right .right-inner .bottom .contact a {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #534741;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-left: 1rem;
}

.footer2 .footer-content .right .right-inner .bottom .contact a img {
  width: 1rem;
}

.footer2 .footer-content .right .right-inner .bottom .address {
  margin-left: 0.7rem;
}

.footer2 .footer-content .right .right-inner .bottom .address p {
  font-size: 0.7rem;
  font-weight: 500;
  color: #534741;
  display: flex;
  align-items: center;
  line-height: 2;
}

.footer2 .footer-content .right .right-inner .bottom .address p span {
  font-size: 0.8rem;
  font-weight: 500;
}

.footer2 .footer-content .right .right-inner .bottom .address p small {
  font-size: 0.7rem;
  font-weight: 500;
  margin-right: 1em;
}

.footer2 .copy {
  color: white;
  text-align: center;
  background: #736357;
  font-size: 0.6rem;
  font-weight: 400;
  padding: 0.4rem 0;
  letter-spacing: 1px;
  width: 100vw;
  margin-left: -4rem;
  min-width: 1000px;
  font-family: 'Noto Serif JP', serif;
}

/* ----------------------------------------------------
    main2
---------------------------------------------------- */
.main2 {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  width: calc(100% - 14rem);
  margin: 0 auto;
  position: relative;
  padding: 0 3rem;
}

#mv2 {
  padding-top: 7rem;
  z-index: 2;
}

#mv2 .mv-slide {
  width: 100vw;
  margin-left: -7rem;
  max-height: 626px;
  overflow: hidden;
  min-width: 1000px;
  position: relative;
  z-index: -1;
}

#mv2 .mv-slide img {
  width: 100%;
}

#mv2 .news {
  position: absolute;
  bottom: 1rem;
  left: 0;
  width: 100%;
}

#mv2 .news .news-slide {
  margin: 0 auto;
  width: 32rem;
  padding: 0.8rem 1.5rem;
  border-radius: 18px;
  display: flex;
  align-items: center;
  background: white;
  border: 2px solid #f5f2e7;
  overflow: hidden;
}

#mv2 .news .news-slide ul li {
  width: 100%;
}

#mv2 .news .news-slide ul li a {
  display: flex;
  align-items: center;
  color: #000000;
  font-size: 0.8rem;
}

#mv2 .news .news-slide ul li a small {
  font-size: 0.7rem;
  font-weight: 500;
  line-height: 1;
  color: #4d4d4d;
}

#mv2 .news .news-slide ul li a span {
  font-size: 0.6rem;
  background: #c7b299;
  color: white;
  padding: 0.3rem 0.6rem;
  font-weight: 500;
  border-radius: 50px;
  margin: 0 1rem;
  line-height: 1;
}

#mv2 .news .news-slide ul li a p {
  line-height: 1;
  font-weight: 500;
}

#mv2 .news .news-slide ul li a img {
  width: 0.3rem;
  margin-left: auto;
}

/* ----------------------------------------------------
    min-width:1400px
---------------------------------------------------- */
@media screen and (min-width: 1400px) {
  /* ----------------------------------------------------
      header2 --- min-width:1400px
  ---------------------------------------------------- */
  .header2 .header-inner .left {
    padding: 2.4rem 0 2rem 2.4rem;
  }
  .header2 .header-inner .left .left-inner .contact strong {
    font-size: 1.5rem;
  }
  .header2 .header-inner .left .left-inner .contact p {
    font-size: 0.8rem;
  }
  .header2 .header-inner .left .left-inner .contact p span {
    font-size: 0.8rem;
  }
}

/* ----------------------------------------------------
    layout1-2
---------------------------------------------------- */
.layout1-2 {
  padding-bottom: 2rem;
}

.layout1-2 .content {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: fit-content;
}

.layout1-2 .content .img img {
  width: 12rem;
}

.layout1-2 .content .txt strong {
  margin: 3.5rem 0 1.5rem;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
  color: #006837;
  font-family: 'Noto Serif JP', serif;
}

.layout1-2 .content .txt p {
  font-size: 0.7rem;
  text-align: left;
  margin-left: 3rem;
  line-height: 1.7;
  color: #736357;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

/* ----------------------------------------------------
    layout2-2
---------------------------------------------------- */
.layout2-2 .content {
  margin: 2rem 0;
}

.layout2-2 .content ul {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 4rem auto;
}

.layout2-2 .content ul li {
  width: 100%;
  display: flex;
}

.layout2-2 .content ul li:nth-child(2n) {
  flex-direction: row-reverse;
}

.layout2-2 .content ul li img {
  width: 50%;
}

.layout2-2 .content ul li .txt {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 3.5rem;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  font-family: 'Noto Serif JP', serif;
}

.layout2-2 .content ul li .txt h3 {
  margin-bottom: 1rem;
  font-size: 1.3rem;
  font-weight: 500;
}

.layout2-2 .content ul li .txt p {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
}

/* ----------------------------------------------------
    layout3-2
---------------------------------------------------- */
.layout3-2 .content ul {
  margin: 3.5rem 0 2rem;
  display: flex;
  flex-flow: row wrap;
  font-family: 'Noto Serif JP', serif;
}

.layout3-2 .content ul li {
  margin-right: 1.5%;
  display: block;
  margin-bottom: 1.5%;
  width: 49.25%;
}

.layout3-2 .content ul li:nth-child(2n) {
  margin-right: 0;
}

.layout3-2 .content ul li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7b299;
  color: white;
  font-size: 1.2rem;
  letter-spacing: 4px;
  width: 100%;
  padding: 0.6rem 0;
}

.layout3-2 .content ul li p {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  letter-spacing: 3px;
  width: calc(100% - 4rem);
  padding: 1.6rem 2rem;
  font-size: 1.1rem;
  font-weight: 500;
}

.layout3-2 .content ul li:last-child strong {
  background: #736357;
}

.layout3-2 .content .txt {
  font-size: 0.8rem;
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
}

.layout3-2 .content .btn-wrapper {
  margin-bottom: 0.5rem;
}

/* ----------------------------------------------------
    layout4-2
---------------------------------------------------- */
.layout4-2 .content {
  margin-top: 3rem;
}

.layout4-2 .content ul {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 3rem;
}

.layout4-2 .content ul li {
  width: 100%;
  margin-bottom: 2.5rem;
  display: flex;
  align-items: flex-start;
  font-family: 'Noto Serif JP', serif;
}

.layout4-2 .content ul li:last-child {
  margin-bottom: 0;
}

.layout4-2 .content ul li img {
  width: 31%;
  border-radius: 25px;
  max-width: 20rem;
}

.layout4-2 .content ul li .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  margin-left: 3rem;
  margin-top: 1rem;
  margin-right: 2rem;
}

.layout4-2 .content ul li .txt span {
  font-size: 0.7rem;
  font-weight: 500;
  background: #534741;
  color: white;
  display: inline-block;
  border-radius: 50px;
  padding: 0.2rem 0.5rem;
  letter-spacing: 1px;
}

.layout4-2 .content ul li .txt strong {
  margin: 1.2rem 0;
  font-weight: 500;
}

.layout4-2 .content ul li .txt p {
  margin: 0;
  text-align: left;
  font-size: 0.8rem;
  line-height: 1.7;
  letter-spacing: 1px;
  font-weight: 500;
}

/* ----------------------------------------------------
    layout5-2
---------------------------------------------------- */
.layout5-2 .content {
  margin: 2.5rem 0;
}

.layout5-2 .content .top {
  display: flex;
}

.layout5-2 .content .top .pic {
  width: 50%;
  margin-right: 6%;
  overflow: hidden;
  position: relative;
  padding-bottom: 3rem;
}

.layout5-2 .content .top .pic .info-slide2 {
  width: 100%;
}

.layout5-2 .content .top .pic .info-slide2 img {
  width: 100%;
  border-radius: 15px;
}

.layout5-2 .content .top .iframe {
  width: 44%;
  padding-bottom: 3rem;
}

.layout5-2 .content .top .iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.layout5-2 .content .info {
  display: flex;
  justify-content: center;
  margin: 1rem 0 3rem;
}

.layout5-2 .content .info ul {
  display: flex;
  flex-flow: row wrap;
  font-family: 'Noto Serif JP', serif;
}

.layout5-2 .content .info ul li {
  width: calc(50% - 0.4rem);
  display: flex;
  margin: 0 0.2rem 0.18rem;
}

.layout5-2 .content .info ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c7b299;
  color: white;
  width: 31%;
  font-size: 0.8rem;
  letter-spacing: 4px;
  padding: 0.7rem 0;
}

.layout5-2 .content .info ul li p {
  display: flex;
  align-items: center;
  background: #f2f2f2;
  width: calc(69% - 2rem);
  padding: 0.7rem 1rem;
  letter-spacing: 3px;
  font-size: 0.7rem;
}

.layout5-2 .content .info ul li.txt {
  width: 100%;
}

.layout5-2 .content .info ul li.txt span {
  width: 15.4%;
}

.layout5-2 .content .info ul li.txt p {
  width: calc(84.85% - 2rem);
  justify-content: flex-start;
  text-align: left;
}

/* ----------------------------------------------------
    max-width:768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* ----------------------------------------------------
      header2 --- max-width:768px
  ---------------------------------------------------- */
  .header2 .header-inner .left {
    padding: 0;
    background: unset;
  }
  .header2 .header-inner .left .left-inner {
    height: 4rem;
  }
  .header2 .header-inner .left .left-inner .icons {
    display: flex;
    justify-content: center;
  }
  .header2 .header-inner .left .left-inner .icons li {
    width: 2.5rem;
    margin: 0 0.3rem;
  }
  .header2 .header-inner .left .left-inner .icons li a {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #534741;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
  }
  .header2 .header-inner .left .left-inner .icons li a img {
    width: 1rem;
  }
  .header2 .header-inner .center {
    width: 122px;
    left: calc(50% - 60px);
  }
  .header2 .header-inner .center a {
    width: 5rem;
    padding: 1rem 1.3rem;
  }
  .header2 .header-inner .center a.txt-logo {
    width: 8rem;
    padding: 2.5rem 1rem;
    margin-left: -1rem;
  }
  .header2 .header-inner .right {
    padding: 0;
  }
  .header2 .header-inner .right .right-inner .global_head_wrapper .global_head {
    cursor: pointer;
    display: flex;
    width: 4rem;
    height: 4rem;
    text-align: center;
    background-color: unset;
    justify-content: center;
    align-items: center;
    text-decoration: none;
  }
  .header2 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper {
    width: 1.5rem;
    height: 1.5rem;
    justify-content: space-between;
    display: flex;
    flex-direction: column;
  }
  .header2 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper span {
    display: block;
    height: 2px;
    width: 100%;
    background: #534741;
    margin-right: auto;
    margin-left: auto;
    transition: all 0.3s ease;
  }
  .header2 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper span:nth-child(1).active {
    transform: translateY(0.6rem) rotate(-45deg);
  }
  .header2 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper span:nth-child(2).active {
    opacity: 0;
  }
  .header2 .header-inner .right .right-inner .global_head_wrapper .global_head .humburger_wrapper span:nth-child(3).active {
    transform: translateY(-0.8rem) rotate(45deg);
  }
  #global_nav.open {
    display: block;
    background: #eee0c6;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #global_nav.open .nav-wrapper .logo a {
    width: 50%;
    max-width: 25rem;
    margin: 0 auto;
  }
  #global_nav.open .nav-wrapper ul {
    text-align: center;
    width: 80%;
    margin: 6vw auto;
  }
  #global_nav.open .nav-wrapper ul li a {
    color: #736357;
    font-size: 1.2rem;
    padding: 1rem 0;
  }
  #global_nav.open .nav-wrapper ul li a p {
    font-weight: 500;
  }
  /* ----------------------------------------------------
      footer2 --- max-width:768
  ---------------------------------------------------- */
  .footer2 {
    width: 100%;
    border: 0;
  }
  .footer2 .footer-content {
    min-width: unset;
    flex-direction: column;
    align-items: center;
  }
  .footer2 .footer-content .left {
    width: 100%;
  }
  .footer2 .footer-content .left .left-inner {
    padding: 0;
  }
  .footer2 .footer-content .left .left-inner .logo a {
    width: 50%;
    max-width: 14rem;
  }
  .footer2 .footer-content .left .left-inner .icons li {
    width: 3rem;
    height: 3rem;
    margin: 0 0.4rem;
  }
  .footer2 .footer-content .left .left-inner .icons li a img {
    width: 1.5rem;
  }
  .footer2 .footer-content .right {
    width: 90%;
    margin: 0 auto;
    padding: 0;
    border: 0;
  }
  .footer2 .footer-content .right .right-inner {
    display: flex;
    flex-direction: column-reverse;
  }
  .footer2 .footer-content .right .right-inner .top {
    border-top: 1px solid #ededed;
    padding: 2.5rem 0;
    margin: 0;
  }
  .footer2 .footer-content .right .right-inner .top ul {
    flex-direction: column;
    align-items: center;
  }
  .footer2 .footer-content .right .right-inner .top ul li a {
    padding: 0.5rem 0;
    font-size: 0.9rem;
  }
  .footer2 .footer-content .right .right-inner .bottom {
    margin-top: 2.5rem;
    padding: 2.5rem 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .footer2 .footer-content .right .right-inner .bottom .contact ul li small {
    font-size: 1rem;
  }
  .footer2 .footer-content .right .right-inner .bottom .contact ul li span {
    font-size: 1.5rem;
  }
  .footer2 .footer-content .right .right-inner .bottom .address {
    margin: 1rem 0;
  }
  .footer2 .footer-content .right .right-inner .bottom .address p {
    font-size: 0.8rem;
    margin: 1rem 0;
  }
  .footer2 .footer-content .right .right-inner .bottom .address p.long {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 2rem;
  }
  .footer2 .footer-content .right .right-inner .bottom .address p span {
    font-size: 1rem;
  }
  .footer2 .footer-content .right .right-inner .bottom .address p small {
    font-size: 0.8rem;
  }
  .footer2 .copy {
    display: block;
    text-align: center;
    font-size: 0.9rem;
    font-weight: 500;
    width: 100%;
    margin: 0;
    min-width: unset;
  }
  /* ----------------------------------------------------
      main2
  ---------------------------------------------------- */
  .main2 {
    border: 0;
    width: 100%;
    padding: 0;
  }
  .main2::before {
    content: none;
  }
  #mv2 {
    padding-top: 4rem;
  }
  #mv2 .mv-slide {
    max-height: 600px;
    overflow: hidden;
    width: 100%;
    margin-left: 0;
    min-width: unset;
  }
  #mv2 .news {
    bottom: -2.3rem;
  }
  #mv2 .news .news-slide {
    width: 90%;
    padding: 0;
  }
  #mv2 .news .news-slide ul li {
    width: 100%;
  }
  #mv2 .news .news-slide ul li a {
    flex-flow: row wrap;
    padding: 1rem;
  }
  #mv2 .news .news-slide ul li a span {
    margin: 0 0.5rem;
  }
  #mv2 .news .news-slide ul li a p {
    line-height: 2;
    margin-right: 1rem;
  }
  /* ----------------------------------------------------
      layout1-2
  ---------------------------------------------------- */
  .layout1-2 .content {
    width: 90%;
    margin: 0 auto;
    flex-direction: column;
  }
  .layout1-2 .content .img {
    width: 100%;
  }
  .layout1-2 .content .img img {
    width: 35%;
    max-width: 10rem;
  }
  .layout1-2 .content .txt strong {
    margin: 2rem 2.5rem 1.5rem;
  }
  .layout1-2 .content .txt p {
    margin: 0 2rem;
  }
  /* ----------------------------------------------------
      layout2-2
  ---------------------------------------------------- */
  .layout2-2 .content ul {
    flex-direction: column;
    margin: 0 2.5rem;
  }
  .layout2-2 .content ul li {
    width: 100%;
    margin: 0 0 3rem;
    flex-direction: column;
  }
  .layout2-2 .content ul li:last-child {
    margin-bottom: 0;
  }
  .layout2-2 .content ul li:nth-child(2n) {
    flex-direction: column;
  }
  .layout2-2 .content ul li img {
    width: 100%;
  }
  .layout2-2 .content ul li .txt {
    width: 100%;
    align-items: center;
    text-align: center;
    padding: 0;
  }
  .layout2-2 .content ul li .txt h3 {
    margin: 1rem 0;
  }
  /* ----------------------------------------------------
      layout3-2
  ---------------------------------------------------- */
  .layout3-2 .content ul li {
    width: 100%;
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .layout3-2 .content ul li strong {
    width: 100%;
    padding: 0.8rem 0;
    font-size: 1rem;
  }
  .layout3-2 .content ul li p {
    width: 100%;
    padding: 0.8rem 0;
    justify-content: center;
  }
  .layout3-2 .content .btn-wrapper {
    margin-bottom: 2rem;
  }
  /* ----------------------------------------------------
      layout4-2
  ---------------------------------------------------- */
  .layout4-2 .content ul {
    margin: 0 3.5rem;
  }
  .layout4-2 .content ul li {
    width: 100%;
    margin: 0 0 3rem;
    flex-direction: column;
    align-items: center;
  }
  .layout4-2 .content ul li:last-child {
    margin-bottom: 0;
  }
  .layout4-2 .content ul li img {
    width: 100%;
  }
  .layout4-2 .content ul li .txt {
    margin: 2rem auto 0;
    align-items: center;
    text-align: left;
  }
  .layout4-2 .content ul li .txt span {
    font-size: 0.9rem;
  }
  .layout4-2 .content ul li .txt p {
    font-size: 1rem;
  }
  /* ----------------------------------------------------
      layout5-2
  ---------------------------------------------------- */
  .layout5-2 .content .top {
    flex-direction: column;
  }
  .layout5-2 .content .top .pic {
    margin: 0 auto 2rem;
    width: 100%;
  }
  .layout5-2 .content .top .iframe {
    width: 100%;
  }
  .layout5-2 .content .top .iframe iframe {
    height: 90vw;
  }
  .layout5-2 .content .info {
    flex-direction: column;
    align-items: center;
    margin: 1.5rem auto 3.5rem;
  }
  .layout5-2 .content .info ul li {
    flex-direction: column;
    margin-bottom: 0.5rem;
    width: 100%;
  }
  .layout5-2 .content .info ul li span {
    width: 100%;
    padding: 0.5rem 0;
    font-size: 1rem;
  }
  .layout5-2 .content .info ul li p {
    font-size: 0.8rem;
    width: calc(100% - 2rem);
    justify-content: center;
    padding: 1rem 1rem;
  }
  .layout5-2 .content .info ul li.txt span {
    width: 100%;
  }
  .layout5-2 .content .info ul li.txt p {
    width: calc(100% - 2rem);
    justify-content: center;
  }
}

/* ----------------------------------------------------
    min-width:1400px
---------------------------------------------------- */
@media screen and (min-width: 1400px) {
  /* ----------------------------------------------------
      layout1-2
  ---------------------------------------------------- */
  .layout1-2 .content .txt p {
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
  }
  /* ----------------------------------------------------
      layout2-2
  ---------------------------------------------------- */
  .layout2-2 .content ul li .txt h3 {
    letter-spacing: 0.3rem;
  }
  .layout2-2 .content ul li .txt p {
    font-size: 0.9rem;
    font-weight: 300;
  }
  /* ----------------------------------------------------
      layout3-2
  ---------------------------------------------------- */
  .layout3-2 .content .txt {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
  }
  /* ----------------------------------------------------
      layout4-2
  ---------------------------------------------------- */
  .layout4-2 .content ul li .txt span {
    font-size: 0.9rem;
  }
  .layout4-2 .content ul li .txt p {
    font-size: 1rem;
    letter-spacing: 0.1rem;
  }
  /* ----------------------------------------------------
      layout5-2
  ---------------------------------------------------- */
  .layout5-2 .content .info ul li span {
    font-size: 1rem;
  }
  .layout5-2 .content .info ul li p {
    font-size: 0.9rem;
  }
}

/* ----------------------------------------------------
    page-mv1
---------------------------------------------------- */
#page-mv1 {
  padding-top: 5rem;
  width: calc(100% + 6rem);
  margin-left: -3rem;
}

#page-mv1 .mv {
  overflow: hidden;
  max-height: 190px;
}

#page-mv1 .mv img {
  height: unset;
}

#page-mv1 .title {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 10rem;
  color: white;
}

#page-mv1 .title h1 {
  font-size: 1.7rem;
  font-weight: 500;
}

/* ----------------------------------------------------
page-mv2
---------------------------------------------------- */
#page-mv2 {
  padding-top: 7rem;
  width: calc(100% + 6rem);
  margin-left: -3rem;
}

#page-mv2 .mv {
  width: 100vw;
  margin-left: -4rem;
  max-height: 225px;
  overflow: hidden;
  min-width: 1000px;
}

#page-mv2 .mv img {
  width: 100%;
  height: unset;
}

#page-mv2 .title {
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0;
  top: 13rem;
  color: white;
}

#page-mv2 .title h1 {
  font-size: 1.7rem;
  font-weight: 500;
}

/* ----------------------------------------------------
    breadcrumb
---------------------------------------------------- */
.breadcrumb {
  border-bottom: 1px solid #e6e6e6;
}

.breadcrumb ul {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 75%;
  max-width: 1200px;
  padding: 0.6rem 0;
}

.breadcrumb ul li {
  display: flex;
  align-items: center;
}

.breadcrumb ul li a {
  display: flex;
  font-size: 0.7rem;
  color: #333333;
  line-height: 1;
}

.breadcrumb ul li a span {
  font-weight: 500;
}

.breadcrumb ul li::after {
  content: '';
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  margin: 0 0.6rem;
  background-image: url(../image/arrow-icon2.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.breadcrumb ul li:first-child a img {
  width: 1.2rem;
}

.breadcrumb ul li:last-child::after {
  content: none;
}

/* ----------------------------------------------------
    layout6
---------------------------------------------------- */
.layout6 .content .txt {
  font-family: "Noto Serif JP", serif;
}

.layout6 .content .txt strong {
  margin: 1.5rem 0 1.5rem;
  display: block;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
  color: #006837;
  font-weight: 500;
}

.layout6 .content .txt p {
  font-size: 0.9rem;
  color: #736357;
  font-weight: 500;
  margin-bottom: 1rem;
  line-height: 2;
}

/* ----------------------------------------------------
    layout7
---------------------------------------------------- */
.layout7 .content {
  margin: 2rem 0;
}

.layout7 .content ul {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 4rem auto;
}

.layout7 .content ul li {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
}

.layout7 .content ul li:last-child {
  margin-bottom: 0;
}

.layout7 .content ul li img {
  width: 35%;
}

.layout7 .content ul li .txt {
  width: 60%;
  display: flex;
  align-items: center;
  text-align: left;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.layout7 .content ul li .txt h3 {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  font-weight: 500;
}

.layout7 .content ul li .txt p {
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 1.7;
}

.layout7 .content ul li .txt .name {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: center;
  margin-top: 2rem;
}

.layout7 .content ul li .txt .name span {
  font-size: 0.9rem;
  font-weight: 500;
  margin-right: 1rem;
  line-height: 1;
}

.layout7 .content ul li .txt .name strong {
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1;
}

/* ----------------------------------------------------
    layout8
---------------------------------------------------- */
.layout8 .content {
  margin: 2rem 0;
}

.layout8 .content ul {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 4rem auto 2rem;
}

.layout8 .content ul li {
  width: 100%;
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
}

.layout8 .content ul li:last-child {
  margin-bottom: 0;
}

.layout8 .content ul li .top {
  display: flex;
  border-radius: 100px;
  overflow: hidden;
}

.layout8 .content ul li .top .number {
  width: 30%;
  background: #534741;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.layout8 .content ul li .top .number span {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.layout8 .content ul li .top .title {
  width: 70%;
  background: #f5f2e7;
  color: #534741;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout8 .content ul li .top .title h3 {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
}

.layout8 .content ul li .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2rem 0 1.5rem;
}

.layout8 .content ul li .bottom img {
  width: 45%;
}

.layout8 .content ul li .bottom .txt {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  text-align: left;
}

.layout8 .content ul li .bottom .txt strong {
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 2.5;
}

.layout8 .content ul li p {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

/* ----------------------------------------------------
    layout9
---------------------------------------------------- */
.layout9 .content {
  margin: 2rem 0;
}

.layout9 .content ul {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 4rem auto 2rem;
}

.layout9 .content ul li {
  width: 100%;
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
}

.layout9 .content ul li:last-child {
  margin-bottom: 0;
}

.layout9 .content ul li .top {
  display: flex;
  border-radius: 100px;
  overflow: hidden;
}

.layout9 .content ul li .top .number {
  width: 10%;
  max-width: 80px;
  background: #534741;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.layout9 .content ul li .top .number span {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.layout9 .content ul li .top .title {
  width: 100%;
  background: #f5f2e7;
  color: #534741;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layout9 .content ul li .top .title h3 {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
}

.layout9 .content ul li .sentence {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  margin: 2rem 1rem;
}

.layout9 .content ul li .bottom {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 5rem 0 1.5rem;
}

.layout9 .content ul li .bottom img {
  width: 35%;
  border-radius: 15px;
}

.layout9 .content ul li .bottom .txt {
  width: 60%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  flex-direction: column;
}

.layout9 .content ul li .bottom .txt span {
  font-size: 0.8rem;
  color: white;
  background: #534741;
  font-weight: 500;
  padding: 0.2rem 1rem;
  border-radius: 40px;
}

.layout9 .content ul li .bottom .txt strong {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.5;
  margin: 1rem 0;
}

.layout9 .content ul li .bottom .txt p {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
}

/* ----------------------------------------------------
    docs
---------------------------------------------------- */
.docs .content {
  margin: 2rem 0;
}

.docs .content ul {
  display: flex;
  flex-direction: column;
  max-width: 1200px;
  margin: 4rem auto 2rem;
}

.docs .content ul li {
  width: 100%;
  margin-bottom: 4rem;
  font-family: "Noto Serif JP", serif;
}

.docs .content ul li:last-child {
  margin-bottom: 0;
}

.docs .content ul li .top {
  display: flex;
  border-radius: 100px;
  overflow: hidden;
}

.docs .content ul li .top .number {
  width: 10%;
  max-width: 80px;
  background: #534741;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 0;
}

.docs .content ul li .top .number span {
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 0.1rem;
}

.docs .content ul li .top .title {
  width: 100%;
  background: #f5f2e7;
  color: #534741;
  display: flex;
  align-items: center;
  justify-content: center;
}

.docs .content ul li .top .title h3 {
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
}

.docs .content ul li .sentence {
  font-size: 0.8rem;
  letter-spacing: 1px;
  font-weight: 500;
  line-height: 2;
  text-align: left;
  margin: 2rem 1rem;
}

/* ----------------------------------------------------
    max-width:768px
---------------------------------------------------- */
@media screen and (max-width: 768px) {
  /* ----------------------------------------------------
      page-mv1
  ---------------------------------------------------- */
  #page-mv1 {
    padding-top: 4rem;
    width: 100%;
    margin: 0 auto;
  }
  #page-mv1 .mv {
    max-height: unset;
    width: 100%;
  }
  #page-mv1 .mv img {
    width: 100%;
  }
  #page-mv1 .title {
    top: 55%;
  }
  #page-mv1 .title h1 {
    font-size: 1.3rem;
  }
  /* ----------------------------------------------------
  page-mv2
  ---------------------------------------------------- */
  #page-mv2 {
    padding-top: 4rem;
    width: 100%;
    margin: 0 auto;
  }
  #page-mv2 .mv {
    max-height: unset;
    width: unset;
    margin: 0 auto;
    min-width: unset;
    height: 150px;
  }
  #page-mv2 .mv img {
    width: unset;
    height: 100%;
  }
  #page-mv2 .title {
    top: 9rem;
  }
  #page-mv2 .title h1 {
    font-size: 1.3rem;
  }
  /* ----------------------------------------------------
      breadcrumb
  ---------------------------------------------------- */
  .breadcrumb {
    display: none;
  }
  /* ----------------------------------------------------
      layout6
  ---------------------------------------------------- */
  .layout6 .content .txt strong {
    margin: 2rem 2.5rem 1.5rem;
  }
  /* ----------------------------------------------------
      layout7
  ---------------------------------------------------- */
  .layout7 .content ul {
    margin: 3rem auto 0;
  }
  .layout7 .content ul li {
    flex-direction: column;
  }
  .layout7 .content ul li img {
    width: 75%;
  }
  .layout7 .content ul li .txt {
    width: calc(100% - 4rem);
    margin: 0rem 2rem;
    text-align: center;
    align-items: center;
  }
  .layout7 .content ul li .txt h3 {
    margin: 2rem 0 1rem;
  }
  .layout7 .content ul li .txt p {
    text-align: left;
  }
  .layout7 .content ul li .txt .name {
    justify-content: center;
  }
  /* ----------------------------------------------------
      layout8
  ---------------------------------------------------- */
  .layout8 .content ul li {
    max-width: 500px;
    margin: 0 auto 4rem;
  }
  .layout8 .content ul li .top {
    flex-direction: column;
    align-items: center;
    border-radius: 15px 15px 0 0;
  }
  .layout8 .content ul li .top .number {
    width: 100%;
  }
  .layout8 .content ul li .top .title {
    width: 100%;
    padding: 1.2rem 0;
  }
  .layout8 .content ul li .bottom {
    margin: 0;
    flex-direction: column;
  }
  .layout8 .content ul li .bottom img {
    width: 100%;
  }
  .layout8 .content ul li .bottom .txt {
    width: 100%;
    margin: 1rem 0;
  }
  /* ----------------------------------------------------
      layout9
  ---------------------------------------------------- */
  .layout9 .content ul li .top {
    border-radius: 10px;
  }
  .layout9 .content ul li .bottom {
    flex-direction: column;
    max-width: 500px;
    margin: 3rem auto 1.5rem;
  }
  .layout9 .content ul li .bottom img {
    width: 100%;
  }
  .layout9 .content ul li .bottom .txt {
    width: 100%;
    margin-top: 2rem;
  }
  .layout9 .content ul li .bottom .txt span {
    font-size: 1rem;
  }
  .layout9 .content ul li .bottom .txt strong {
    line-height: 1.8;
  }
  /* ----------------------------------------------------
      docs
  ---------------------------------------------------- */
  .docs .content ul li .top {
    border-radius: 10px;
  }
  .docs .content ul li .top .title h3 {
    text-align: left;
    padding: 1rem;
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

/* ----------------------------------------------------
    min-width:1400px
---------------------------------------------------- */
@media screen and (min-width: 1400px) {
  /* ----------------------------------------------------
      layout6
  ---------------------------------------------------- */
  .layout6 .content .txt p {
    letter-spacing: 0.1rem;
    line-height: 1.7rem;
  }
}

/* ----------------------------------------------------
    archive
---------------------------------------------------- */
#archive .content .box {
  border-top: 1px dashed #e6e6e6;
  margin: 3rem auto 0;
  max-width: 1400px;
  padding-bottom: 3rem;
  width: 80%;
}

#archive .content .box .list a {
  display: flex;
  align-items: center;
  padding: 0.7rem 0 0.5rem;
  color: black;
  border-bottom: 1px dashed #e6e6e6;
  text-align: left;
}

#archive .content .box .list a:hover{
  opacity: 0.7;
}

#archive .content .box .list a .txt {
  display: flex;
  align-items: center;
}

#archive .content .box .list a .txt .top {
  display: flex;
  align-items: center;
}

#archive .content .box .list a .txt .top small {
  font-size: 0.7rem;
  font-weight: 500;
}

#archive .content .box .list a .txt .top span {
  font-size: 0.6rem;
  background: #736357;
  color: white;
  font-weight: 500;
  padding: 0.2rem 1rem;
  margin: 0 1rem;
}

#archive .content .box .list a .txt p {
  font-size: 0.9rem;
  line-height: 2;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #archive .content .box {
    width: 90%;
  }
  #archive .content .box .list a {
    padding: 1.2rem 0 1rem;
  }
  #archive .content .box .list a .txt {
    flex-direction: column;
    align-items: flex-start;
  }
  #archive .content .box .list a .txt p {
    margin-top: 0.5rem;
  }
}

/* ----------------------------------------------------
    single
---------------------------------------------------- */
#single{
  padding: 0 3rem;
}

#single .content .post-title-wrapper {
  margin: 5rem auto 2rem;
}

#single .content .post-title-wrapper .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#single .content .post-title-wrapper .top .date {
  font-size: 1rem;
  text-indent: 0.3em;
  font-weight: 500;
}

#single .content .post-title-wrapper .top .cat {
  color: white;
  font-weight: 500;
  padding: 0.2rem 1rem;
  background: #736357;
  font-size: 0.8rem;
}

#single .content .post-title-wrapper .title {
  text-align: left;
  font-size: 1.4rem;
  margin-top: 2rem;
  border-bottom: 1px solid #736357;
  font-weight: 500;
}

#single .content .txt {
  text-align: left;
  line-height: 2;
  margin-bottom: 8rem;
  font-weight: 500;
}

#single .content .txt p {
  font-weight: unset;
  font-style: unset;
}

#single .content .postlinks-wrapper {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

#single .content .postlinks-wrapper a {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  text-indent: 0.1rem;
  color: #736357;
  line-height: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
  background-color: unset;
  border-radius: 0;
}

#single .content .postlinks-wrapper a:hover{
  background-color: unset;
  opacity: 0.7;
}

#single .content .postlinks-wrapper a span {
  font-weight: 500;
}

#single .content .postlinks-wrapper a img {
  width: 0.5rem;
}

#single .content .postlinks-wrapper .previous-one a img {
  margin-right: 0.5rem;
  transform: rotate(180deg);
}

#single .content .postlinks-wrapper .to_archive {
  margin: 0 3rem;
}

#single .content .postlinks-wrapper .to_archive a {
  background: #736357;
  color: white;
  padding: 0.5rem;
}

#single .content .postlinks-wrapper .next-one a img {
  margin-left: 0.5rem;
}

@media screen and (max-width: 768px) {
  #single .content {
    width: 90%;
    margin: 0 auto;
  }
  #single .content .postlinks-wrapper {
    flex-direction: column;
  }
  #single .content .postlinks-wrapper .to_archive {
    margin: 2rem 0;
  }
  #single .content .postlinks-wrapper .to_archive a {
    padding: 0.5rem 1rem;
  }
}

/* ----------------------------------------------------
    contact
---------------------------------------------------- */
.contact table {
  margin: 0 auto;
  width: 100%;
  border-collapse: collapse;
  border-left: 1px solid #dbdcdc;
  border-right: 1px solid #dbdcdc;
}

.contact table th {
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #dbdcdc;
  border-top: 1px solid #dbdcdc;
  background-color: #f4f2e7;
  font-weight: 300;
  font-size: 0.9rem;
  width: 30%;
  color: black;
  text-align: left;
  font-weight: 500;
}

.contact table th span {
  color: #f7931e;
  font-size: 0.8rem;
  margin-left: 1rem;
  font-weight: 500;
}

.contact table td {
  width: 70%;
  padding: 1rem 0.5rem;
  border-top: 1px solid #dbdcdc;
  border-bottom: 1px solid #dbdcdc;
  text-align: left;
  font-size: 0.8rem;
  font-weight: 500;
}

.contact table td input {
  display: block;
  font-size: 0.8rem;
  text-align: left;
  background: #ffffff;
  padding: 0.4rem;
  width: 96%;
  border: 1px solid #dadada;
  outline: none;
  font-weight: 500;
}

.contact table td select {
  display: block;
  font-size: 0.8rem;
  text-align: left;
  background: #ffffff;
  padding: 0.4rem;
  width: 50%;
  border: 1px solid #dadada;
  outline: none;
  font-weight: 500;
}

.contact table td textarea {
  display: block;
  font-size: 0.8rem;
  text-align: left;
  background: #ffffff;
  padding: 0.4rem;
  width: 96%;
  border: 1px solid #dadada;
  outline: none;
  font-weight: 500;
}

.contact .contact-submit {
  margin: 3rem 0 0;
  display: flex;
  justify-content: center;
}

.contact .contact-submit input {
  background: #534741;
  padding: 0.5rem 0;
  color: white;
  display: block;
  margin: 0 1rem;
  letter-spacing: 0.1rem;
  width: 10rem;
  border: none;
  font: inherit;
  font-size: 0.8rem;
  font-weight: 500;
}

.contact .thanks p {
  font-weight: 500;
  font-size: 1rem;
}

@media screen and (max-width: 768px) {
  .contact table tbody {
    display: block;
  }
  .contact table tbody tr {
    display: flex;
    flex-direction: column;
  }
  .contact table th {
    width: calc(100% - 2rem);
    font-size: 1rem;
  }
  .contact table td {
    width: calc(100% - 2rem);
    padding: 1rem;
    font-size: 1rem;
  }
  .contact table td input {
    font-size: 1rem;
  }
  .contact table td select {
    font-size: 1rem;
    width: 100%;
  }
  .contact table td textarea {
    font-size: 1rem;
  }
  .contact .contact-submit {
    flex-direction: column;
    align-items: center;
  }
  .contact .contact-submit input {
    font-size: 1rem;
    margin: 1rem 0;
  }
  .contact .thanks {
    margin: 4rem 0 2rem;
  }
}


/* ----------------------------------------------------
    カスタムCSS
---------------------------------------------------- */

/* 疑似要素 */
.history ul{
    display: flex;
    flex-direction: column;
    gap: var(--row-gap);
    --row-gap: 2rem;
    --li-pt: 2.5rem;
    --dot-mt: 0.8rem;
    --dot-size: 1rem;
    --fudge: -2rem;
}

.history li{
    margin: 0 !important;
}

.history .dot{
  width: 9%;
  position: relative;
  align-self: stretch;
}

.history .mikan{
  display: block;
  position: relative;
  width: var(--dot-size);
  height: var(--dot-size);
  margin: var(--dot-mt) auto 0;
  background: #e5e400;
  border-radius: 50%;
  z-index: 1;
}

.history li:not(:last-of-type) .dot::after{
    --to-center: calc(var(--row-gap) + var(--li-pt) + var(--dot-mt) + 0.5 * var(--dot-size));
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: calc(var(--dot-mt) + var(--dot-size));
    bottom: calc(-1 * (var(--to-center) + var(--fudge)));
    width: 2px;
    background: #e5e400;
}

.as-support-values::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #d7f0f1;
    border-radius: 10px;
    z-index: -1;
    transform: rotate(-5deg);
}

#top2::after {
    content: "";
    display: block;
    width: 100%;
    position: absolute;
    background-image: url(https://xs301785.xsrv.jp/asuanro/wp-content/uploads/2025/07/background.png);
    bottom: 0;
    z-index: -1;
    height: 100%;
    background-size: 100% auto;
    left: 0;
    background-position: bottom;
    background-repeat: no-repeat;
}

.section-title span {
    display: inline-block;
    padding-bottom: 4px;
    position: relative;
    z-index: 999;
    font-size: 1.6rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
}
.section-title span::before {
    content: "";
    position: absolute;
    display: block;
    bottom: 0.3em;
    width: 100%;
    height: 4px;
    z-index: -1;
    border-bottom: solid 12px rgb(237 236 77);
}

#mv1 .news .news-slide ul li a:hover{
  opacity: 0.7;
}

.footer1 .footer-content .left .left-inner .icons li a:hover{
  opacity: 0.7;
}

.footer1 .footer-content .right .right-inner .top ul li a:hover{
  opacity: 0.7;
}

/* 下線のスタイル */
.header1 .header-inner .center ul li a::after {
  background-color: #418d89; /* 下線の色 */
  bottom: -11px; /* 要素の下端からの距離 */
  content: ""; /* 要素に内容を追加 */
  height: 2px; /* 下線の高さ */
  left: 0; /* 要素の左端からの距離 */
  position: absolute; /* 絶対位置指定 */
  transform: scale(0, 1); /* 下線を横方向に0倍、縦方向に1倍に変形（非表示） */
  transform-origin: left top; /* 変形の原点を左上に指定 */
  transition: transform .3s; /* 変形をアニメーション化 */
  width: 100%; /* 要素の幅 */
}
/* リンクにホバーした際の下線の表示 */
.header1 .header-inner .center ul li a:hover::after {
  transform: scale(1, 1); /* 下線を横方向に1倍、縦方向に1倍に変形（表示） */
}

#top3 .content-1 .we-3column{
  padding-bottom: 0;
}

#top3 .content-1 .we-3column li{
  width: 32.5%;
}

#top3 .content-1 .we-3column li:nth-child(even){
  background: #fafce8;
}

#top3 .content-1 .we-4column li{
  width: 24%;
}

#top3 .content-1 .we-4column li:nth-child(even){
  background: #fafce8;
}

.to_top:hover{
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .layout1::before,
  .layout1::after{
    top: -410px;
    width: 181px;
  }
  .layout1::before{
    left: -7%;
  }
  .layout1::after{
    right: -7%;
  }
  .as-support-values::before{
    content: unset;
  }
  .history .dot{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2rem; /* ドット列の幅 */
  }
  .history .mikan{
    left: -69%;
    transform: translateX(-50%);
    top: var(--dot-mt);
    width: var(--dot-size);
    height: var(--dot-size);
    margin: 0;
  }
  .history li:nth-child(4) .mikan{
    top: 2rem;
  }
  .history li:nth-child(9) .mikan{
    top: 2rem;
  }
  .history li:not(:last-of-type) .dot::after{
    left: -71%;
  }
}

/* footer最下部固定 */

.all-wrapper{
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.footer1{
  margin-top: auto!important;
}

.main1{
  width: 100%;
}