@charset "UTF-8";
/* 
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* 1280 */
/* フルワイド */
/* フルワイド */
.area_visual .pagettl svg {
  width: 100%;
  height: auto;
  max-width: 28vw;
  min-width: 160px;
}
.area_visual .copy {
  top: 6vw;
}
@media all and (max-width: 896px) {
  .area_visual .copy {
    font-size: 1.7rem;
    top: 40px;
    right: 20px;
    letter-spacing: 0em;
  }
}

.area_history {
  position: relative;
  padding: 0 12vw;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_history {
    padding: 0 20px;
  }
}
.area_history .block_history {
  padding: 20px 0;
}
@media all and (max-width: 896px) {
  .area_history .block_history {
    padding: 30px 0;
  }
}
.area_history .block_history .box_ttl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl {
    justify-content: center;
  }
}
.area_history .block_history .box_ttl .side_ttl {
  width: 40%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_ttl {
    width: 100%;
  }
}
.area_history .block_history .box_ttl .side_ttl h1 {
  font-family: "Hina Mincho", serif;
  font-size: 3.6rem;
  line-height: 1.1em;
  font-weight: 200;
  letter-spacing: 0.2em;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_ttl h1 {
    font-size: 2.8rem;
  }
}
.area_history .block_history .box_ttl .side_ttl .cloud {
  padding: 5px 0 0;
}
.area_history .block_history .box_ttl .side_ttl .cloud img {
  width: 100%;
  height: auto;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_ttl .side_logo {
    width: 70%;
    text-align: center;
  }
}
.area_history .block_history .box_ttl .side_logo img {
  width: 100%;
  height: auto;
  max-width: 300px;
}
.area_history .block_history .box_copy {
  text-align: center;
  padding: 10px 0 0;
}
.area_history .block_history .box_copy p {
  font-size: 1.6rem;
  line-height: 2em;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_history .block_history .box_copy p {
    font-size: 1.5rem;
    text-align: justify;
  }
}

.area_fac {
  padding: 0 12vw;
}
@media all and (max-width: 896px) {
  .area_fac {
    padding: 0 20px;
  }
}
.area_fac .block_fac {
  padding: 60px 0 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac {
    padding: 0px 0 0;
  }
}
.area_fac .block_fac .elem02 {
  position: absolute;
  top: 0;
  left: -30px;
  width: 20vw;
  mix-blend-mode: multiply;
}
.area_fac .block_fac .elem02 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .elem_l {
  position: absolute;
  top: 50px;
  left: 30%;
  width: 16vw;
  mix-blend-mode: multiply;
}
.area_fac .block_fac .elem_l img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .elem03 {
  position: absolute;
  top: 0;
  left: -13vw;
  width: 30vw;
  mix-blend-mode: multiply;
}
.area_fac .block_fac .elem03 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .box_ttl {
  position: relative;
}
.area_fac .block_fac .box_ttl h2 {
  max-width: 400px;
  margin: auto;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .box_ttl h2 {
    width: 80%;
    margin: auto;
  }
}
.area_fac .block_fac .box_ttl h2 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .box_ttl p {
  text-align: center;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .box_ttl p {
    text-align: justify;
  }
}
.area_fac .block_fac .img_large {
  width: 100%;
  line-height: 0em;
  margin: 24px 0 0;
  overflow: hidden;
  aspect-ratio: 16/9;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .img_large {
    margin: 16px 0 0;
    aspect-ratio: 3/2;
  }
}
.area_fac .block_fac .img_large img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.area_fac .block_fac .column_large {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 15px 0 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .column_large {
    padding: 0px 0 0;
  }
}
.area_fac .block_fac .column_large .ttl_fac {
  position: relative;
  display: inline-block;
  min-width: 300px;
  padding: 15px 50px 10px 0;
  position: relative;
}
.area_fac .block_fac .column_large .ttl_fac h3 {
  font-size: 2.2rem;
  line-height: 1.2em;
  color: #B68458;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .column_large .ttl_fac h3 {
    font-size: 2rem;
  }
}
.area_fac .block_fac .column_large .ttl_fac .line {
  width: 100%;
  position: absolute;
  top: 15px;
  right: 0px;
}
.area_fac .block_fac .column_large .ttl_fac .line img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .column_large .side_ttl {
  position: relative;
}
.area_fac .block_fac .column_large .side_ttl .btn_menu {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 160px;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .column_large .side_ttl .btn_menu {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 0 auto;
  }
}
.area_fac .block_fac .column_large .side_ttl .btn_menu img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .column_large .side_img {
  width: 26vw;
  padding: 15px 15px 0;
  position: relative;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .column_large .side_img {
    width: 80%;
    padding-top: 10px;
  }
}
.area_fac .block_fac .column_large .side_img img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .column_large .elem01 {
  position: absolute;
  bottom: -8vw;
  right: 0px;
  width: 16vw;
  mix-blend-mode: multiply;
}
.area_fac .block_fac .column_large .elem01 img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .column_thumb ul {
  padding: 15px 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .column_thumb ul {
    padding: 8px 0;
    margin: 0 -8px;
  }
}
.area_fac .block_fac .column_thumb ul li {
  padding: 15px;
  box-sizing: border-box;
  width: 50%;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .column_thumb ul li {
    padding: 8px;
  }
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .column_thumb ul li {
    width: 100%;
    padding-top: 16px;
  }
}
.area_fac .block_fac .column_thumb ul li .box_img {
  line-height: 0em;
}
.area_fac .block_fac .column_thumb ul li .box_img img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .column_thumb ul li .box_txt {
  padding: 10px 0 0;
}
.area_fac .block_fac .column_thumb ul li .box_txt h3 {
  font-size: 2.2rem;
  line-height: 1.2em;
  color: #B68458;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .column_thumb ul li .box_txt h3 {
    font-size: 1.8rem;
  }
}
.area_fac .block_fac .column_thumb ul li .box_txt p {
  padding-top: 4px;
}
.area_fac .block_fac .column_tri ul {
  padding: 15px 0;
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .column_tri ul {
    padding: 8px 0;
    margin: 0 -8px;
  }
}
.area_fac .block_fac .column_tri ul li {
  padding: 15px;
  box-sizing: border-box;
  width: 33.3333%;
}
@media all and (max-width: 896px) {
  .area_fac .block_fac .column_tri ul li {
    padding: 8px;
  }
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .column_tri ul li {
    width: 50%;
  }
}
.area_fac .block_fac .column_tri ul li .box_img {
  line-height: 0em;
}
.area_fac .block_fac .column_tri ul li .box_img img {
  width: 100%;
  height: auto;
}
.area_fac .block_fac .column_tri ul li .box_cap {
  padding: 8px 0 0;
  display: flex;
  justify-content: space-between;
}
.area_fac .block_fac .column_tri ul li .box_cap h3 {
  font-size: 2.2rem;
  line-height: 1.2em;
  color: #B68458;
  font-weight: 500;
}
@media all and (max-width: 480px) {
  .area_fac .block_fac .column_tri ul li .box_cap h3 {
    font-size: 1.8rem;
  }
}
.area_fac .block_fac .column_tri ul li .box_cap .btn_check {
  width: 30%;
  padding-top: 0px;
}

p {
  font-size: 1.5rem;
  line-height: 2em;
  padding: 20px 0 0;
  text-align: justify;
}
@media all and (max-width: 896px) {
  p {
    padding: 12px 0 0;
    text-align: justify;
  }
}

/***************************************************
 * Generated by SVG Artista on 6/19/2023, 1:30:29 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/
@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 1021.5531616211px;
    stroke-dasharray: 1021.5531616211px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1021.5531616211px;
  }
}
@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-1 {
  animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both, animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.8s both;
}
@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 308.1819458008px;
    stroke-dasharray: 308.1819458008px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 308.1819458008px;
  }
}
@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-2 {
  animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.12s both, animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.9s both;
}
@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 364.5446472168px;
    stroke-dasharray: 364.5446472168px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 364.5446472168px;
  }
}
@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-3 {
  animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.24s both, animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2s both;
}
@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 195.1575775146px;
    stroke-dasharray: 195.1575775146px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 195.1575775146px;
  }
}
@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-4 {
  animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.36s both, animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.1s both;
}
@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 571.5936279297px;
    stroke-dasharray: 571.5936279297px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 571.5936279297px;
  }
}
@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-5 {
  animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.48s both, animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.2s both;
}
@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 195.1552124023px;
    stroke-dasharray: 195.1552124023px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 195.1552124023px;
  }
}
@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-6 {
  animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both, animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.3s both;
}
@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 898.5425415039px;
    stroke-dasharray: 898.5425415039px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 898.5425415039px;
  }
}
@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-7 {
  animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.72s both, animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.4s both;
}
@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 485.8416748047px;
    stroke-dasharray: 485.8416748047px;
  }
  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 485.8416748047px;
  }
}
@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }
  100% {
    fill: rgb(255, 255, 255);
  }
}
.svg-elem-8 {
  animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 1.84s both, animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 2.5s both;
}