
/* 全体設定
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Bodoni+Moda:opsz@6..96&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@500&display=swap');


body {
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #010101;
  font-weight: 400;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
}

.lenis-stopped {
  overflow-y: hidden;
}

.bodoni-moda-<uniquifier> {
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.noto-serif-jp-<uniquifier> {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  color: #010101;
  border-bottom: 1px solid transparent;
  transition: .3s all ease;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
}
a[target="_blank"] {
  display: inline-block;
  position: relative;
}
a[target="_blank"] .icon_blank {
  display: block;
  width: 12px;
  height: 9px;
  border-bottom: 2px solid #333;
  border-left: 2px solid #333;
  background: #ffffff;
  position: absolute;
  bottom: 7px;
  right: -20px;
}
a[target="_blank"] .icon_blank:after {
  content: "";
  display: block;
  width: 12px;
  height: 9px;
  border: 2px solid #333;
  background: #ffffff;
  position: absolute;
  bottom: 1px;
  right: -4px;
}

img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
.text-small {
  font-size: 12px !important;
  line-height: 1.6;
}
.text-medium {
  font-size: 14px !important;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.no-margin-bottom {
  margin-bottom: 0 !important;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}

.text-centerBox{
  text-align: center;
}
@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
border-bottom: 1px solid transparent;
}
}

.table_type01 {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 30px;
}
.table_type01 th,
.table_type01 td {
  border: 1px solid #333;
  padding: 1.5rem 1rem;
  vertical-align: middle;
  word-break: break-word;
}

.list_square {
  margin: 0 0 50px 0;
}
.list_square li {
  position: relative;
  padding: 0 0 0 30px;
  display: block;
  margin: 0 0 12px 0;
  line-height: 2;
  vertical-align: top;
}
.list_square li:before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 10px;
  width: 12px;
  height: 12px;
  display: block;
  background: #000;
}
.list_square li a {
  color: #196845;
}
.list_square li a:hover {
  color: #000;
}
.flexBox_type1 {
  display: flex;
}
.flexBox_type2 {
  display: flex;
  justify-content: space-between;
}

.spacer200 {
  padding-top: 200px;
  height: auto !important;
}
.spacer100 {
  padding-top: 100px;
  height: auto !important;
}
.spacer90 {
  padding-top: 90px;
  height: auto !important;
}
.spacer80 {
  padding-top: 80px;
  height: auto !important;
}
.spacer70 {
  padding-top: 70px;
  height: auto !important;
}
.spacer60 {
  padding-top: 60px;
  height: auto !important;
}
.spacer50 {
  padding-top: 50px;
  height: auto !important;
}
.spacer40 {
  padding-top: 40px;
  height: auto !important;
}
.spacer30 {
  padding-top: 30px;
  height: auto !important;
}
.spacer20 {
  padding-top: 20px;
  height: auto !important;
}
.spacer10 {
  padding-top: 10px;
  height: auto !important;
}

section.fixed{
  position: -webkit-sticky;/*Safari*/
  position: sticky;
  top:0;/*Header高さ分で止まるようにする*/
  padding: 0;/*デモ画面の高さを持たすための上下余白*/
  z-index: 1;
}


section.fixed:last-of-type{
  padding-top:70px;
/*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、Header分の高さをpadding-topに追加して上部が見えるようにする*/
}

.top {}

.top .c-loader-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 99998;
  display: grid;
  place-items: center;
  pointer-events: none;
}
.top .c-loader-img {
  position: fixed;
  top: -100px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 350px;
  height: 200px;
  z-index: 99999;
  opacity: 0;
  text-align: center;
  pointer-events: none;
}
.top .c-loader-img svg {
  width: 230px;
}
.top .c-loader-img img {
  filter: blur(20px);
  scale: 0.8;
  opacity: 0;
  margin-top: 20px;
}



.top .loader {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.top .loadContents {
}

.top .kvArea {
  max-height: 100svh;
  height: 100svh;
  min-height: 100svh;
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  position: relative;
}
.logoBox {
  position: fixed;
  top: 40px;
  left: 50px;
  z-index: 999;
  width: 363px;
}
.hamMenuBox {
  position: fixed;
  top: 40px;
  right: 50px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.hamMenuBox .menu01,
.hamMenuBox .menu02 {
  display: block;
  width: 42px;
  height: 1px;
  border-top: 2px solid #000;
  position: absolute;
  top: -8px;
  bottom: 0;
  left: 0;
  margin: auto;
}
.hamMenuBox .menu02 {
  top: 0;
  bottom: -8px;
}
.hamMenuBox:hover .menu01 {
  animation: menuline .5s ease 0s normal both;
  transform-origin: right;
}
.hamMenuBox:hover .menu02 {
  animation: menuline .5s ease .2s normal both;
}

@keyframes menuline {
  0% {
    transform: scaleX(1);
  transform-origin: right;
  }
  50% {
    transform: scaleX(0);
  transform-origin: right;
  }
  51% {
    transform: scaleX(0);
  transform-origin: left;
  }
  100% {
    transform: scaleX(1);
  transform-origin: left;
  }
}


.top .kvArea .slide {
  position: relative;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.top .kvArea .slide .slide__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.top .kvArea .slide .slide__item .image {
  height: 100%;
}
.top .kvArea .slide .slide__item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  pointer-events: none;
}

.top .kvArea .slide .slide__item .catchCopy01 {
  position: absolute;
  right: 250px;
  top: 220px;
  writing-mode: vertical-rl;
  font-size: 32px;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-shadow: 0 0 15px #ffffff;
}
.top .kvArea .slide .slide__item .catchCopy01 span {
  writing-mode: initial;
  line-height: 1;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}



.top .area01 {
  background: #fff;
  width: 100%;
  padding: 200px 0;
  height: 120vh;
}
.top .area01 .flexBox_01 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row-reverse;
}

.top .area01 .flexBox_01 .flexBox_right {
  width: calc(100% / 2);
  padding-left: 100px;
}
.top .area01 .flexBox_01 .flexBox_left {
  width: calc(100% / 2);
  position: relative;
}
.top .area01 .flexBox_01 .flexBox_left .img_overlap {
  position: relative;
}
.top .area01 .flexBox_01 .flexBox_left .img_overlap_01 {
  max-width: 701px;
  width: 100%;
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: -130px;
  margin: auto;
  opacity: 0;
  z-index: 5;
  transform-origin: top left;
}
.top .area01 .flexBox_01 .flexBox_left .img_overlap_02 {
  max-width: 701px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  right: 0;
  margin: auto;
  opacity: 0;
  z-index: 4;
  transform-origin: top right;
}
.top .area01 .flexBox_01 .flexBox_left .img_overlap_03 {
  max-width: 701px;
  width: 100%;
  display: block;
  position: relative;
  right: -30px;
  margin: auto;
  opacity: 0;
  z-index: 3;
  transform-origin: top left;
}

.top .area01 .cateHead {
  font-size: 70px;
  text-align: right;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  padding-right: 100px;
  margin: 0 0 150px 0;
  position: relative;
}
.top .area01 .cateHead:after {
  content: "";
  position: absolute;
  top: 70px;
  right: 0;
  display: block;
  width: 330px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(-46deg);
}

.top .area01 .flexBox_01 h2 {
  font-size: 30px;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.top .area01 .flexBox_01 p {
  font-size: 16px;
  line-height: 2;
}

.top .scrollCont {
  position: relative;
  z-index: 2;
}


.top .area02 {
  background: #fff;
  width: 100%;
  padding: 100px 0 200px;
}
.top .area02 .flexBox_02 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 200px;
  display: flex;
  padding: 0 100px;
}
.top .area02 .flexBox_02.reverse {
  flex-direction: row-reverse;
}
.top .area02 .flexBox_02 .flexBox_right {
  width: calc(100% - 400px);
}
.top .area02 .flexBox_02 .flexBox_left {
  width: 400px;
  position: relative;
}

.top .area02 .flexBox_02 .cateHead {
  font-size: 70px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  margin: 0;
  position: relative;
  line-height: 1.2;
}
.top .area02 .flexBox_02 .cateHead:after {
  content: "";
  position: absolute;
  top: 90px;
  right: 15px;
  display: block;
  width: 330px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(-46deg);
}
.top .area02 .flexBox_02 h2 {
  font-size: 38px;
  text-align: center;
  display: inline-block;
  padding-top: 50px;
  padding-left: 80px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.top .area02 .flexBox_03 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 200px;
  display: flex;
  padding: 0;
}
.top .area02 .flexBox_03.reverse {
  flex-direction: row-reverse;
}
.top .area02 .flexBox_03 .flexBox_img {
  width: 840px;
  position: relative;
  left: -100px;
}
.top .area02 .flexBox_03.reverse .flexBox_img {
  width: 840px;
  position: relative;
  left: 50px;
}
.top .area02 .flexBox_03 .flexBox_img > div {
  position: relative;
  z-index: 2;
}
.top .area02 .flexBox_03 .flexBox_img:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -50px;
  bottom: -50px;
  background: #cee9e5;
  z-index: 1;
}
.top .area02 .flexBox_03 .flexBox_text {
  width: calc(100% - 840px);
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 100px;
}
.top .area02 .flexBox_03.reverse .flexBox_text {
  padding-left: 200px;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner {
  padding-right: 120px;
}
.top .area02 .flexBox_03.reverse .flexBox_text .flexBox_text_inner {
  padding-right: 0;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(90deg, #5eb6a8 40%, #ffffff 80%, #ffffff 100%);
  padding: 8px 0 8px 15px;
  margin-bottom: 40px;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner h4 {
  font-size: 30px;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner p {
  font-size: 16px;
  margin-bottom: 40px;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner p.note {
  font-size: 12px;
  margin-top: 5px;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-left: 25px;
  border-bottom: 1px solid #000;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:hover {
  border-bottom: 1px solid transparent;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:after,
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  left: -25px;
  top: 18px;
}
.top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:after {
  transform: rotate(90deg);
}
.top .area02 .flexBox_03 .vacancy {
  width: 100%;
  border: 2px solid #5eb6a8;
  padding: 100px 150px;
  background: #fff;
}
.top .area02 .flexBox_03 .vacancy .vacancy_title {
  font-size: 30px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  margin-bottom: 30px;
}
.top .area02 .flexBox_03 .vacancy .vacancy_status {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 22px;
}
.top .area02 .flexBox_03 .vacancy .vacancy_status dt {
  width: calc((100% / 2) - 50px);
  font-weight: normal;
  text-align: right;
  padding: 30px 0;
  border-top: 1px solid #d1d1d1;
}
.top .area02 .flexBox_03 .vacancy .vacancy_status dd {
  width: calc((100% / 2) + 50px);
  text-align: left;
  padding: 30px 0 30px 10px;
  border-top: 1px solid #d1d1d1;
}
.top .area02 .flexBox_03 .vacancy .vacancy_status dd span {
  color: #5eb6a8;
}
.top .area02 .flexBox_03 .vacancy .vacancy_status dt:last-of-type {
  border-bottom: 1px solid #d1d1d1;
}
.top .area02 .flexBox_03 .vacancy .vacancy_status dd:last-of-type {
  border-bottom: 1px solid #d1d1d1;
}

.flexBox_04 {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto 200px;
  padding: 0 40px;
}

.flexBox_04 .cateHead {
  font-size: 56px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  margin: 0 0 30px 0;
  position: relative;
  line-height: 1.2;
  display: inline-block;
}
.flexBox_04 .cateHead:after {
  content: "";
  position: absolute;
  top: 40px;
  right: -67px;
  display: block;
  width: 240px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(-46deg);
}


.flexBox_04 .flexBox_04_inner {
  border: 4px solid #5eb6a8;
  padding: 5px;
}
.flexBox_04 .flexBox_04_inner .inner {
  border: 1px solid #5eb6a8;
  display: flex;
  margin: 0;
  padding: 0;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_left {
  width: calc(100% / 2);
  padding: 100px 100px 80px 80px;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_left h2 {
  font-size: 30px;
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_left h2 sup {
  font-size: 12px;
  vertical-align: super;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_left p {
  font-size: 16px;
  margin-bottom: 10px;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_left p.note {
  font-size: 12px;
  text-indent: -1em;
  margin-bottom: 0;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_left a {
  display: block;
  width: 100%;
  padding: 40px 0;
  color: #fff;
  background: #5eb6a8;
  font-size: 20px;
  text-align: center;
  margin-top: 50px;
  border-bottom: 1px solid transparent;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_left a:hover {
  opacity: 0.7;
  transition: .3s opacity ease;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_right {
  width: calc(100% / 2);
  position: relative;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_right .flexBox_right_img_01 {
  width: 420px;
  position: absolute;
  left: -50px;
  top: 170px;
  z-index: 2;
}
.flexBox_04 .flexBox_04_inner .inner .flexBox_right .flexBox_right_img_02 {
  width: 420px;
  position: absolute;
  right: -30px;
  top: 50px;
  transform: rotate(12deg);
  z-index: 1;
}



.top .area02 .flexBox_05 {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 100px;
  display: flex;
  padding: 0 100px;
  position: relative;
}
.top .area02 .flexBox_05 .flexBox_right {
  width: 100%;
  text-align: center;
}
.top .area02 .flexBox_05 .flexBox_left {
  width: 400px;
  position: absolute;
  right: 0;
  top: 0;
}

.top .area02 .flexBox_05 h2 {
  font-size: 38px;
  display: inline-block;
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.top .area02 .flexBox_05 .cateHead {
  font-size: 70px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  margin: 0;
  position: relative;
  line-height: 1.2;
}
.top .area02 .flexBox_05 .cateHead:after {
  content: "";
  position: absolute;
  top: 60px;
  right: 15px;
  display: block;
  width: 300px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(-46deg);
}



.column03 {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  max-width: 1600px;
  width: 100%;
  margin: 0 auto 50px;
  padding: 0 100px;
}
.column03 .column03Box {
  width: calc((100% / 3) - 26px);
  margin-right: 39px;
  margin-bottom: 30px;
}
.column03 .column03Box:nth-of-type(3n) {
  margin-right: 0;
}
.column03 .column03Box .imgBox {
  width: 100%;
  max-height: 290px;
  overflow: hidden;
}
.column03 .column03Box .imgBox img {
  width: 100%;
  height: auto;
}
.column03 .column03Box .textBox {
  padding: 20px 0;
}
.column03 .column03Box .textBox .date {
  font-size: 16px;
  margin: 0 0 10px 0;
}
.column03 .column03Box .textBox h3 {
  font-size: 16px;
  margin: 0 0 25px 0;
}
.column03 .column03Box .textBox .readMoreBtn {
  display: inline-block;
  position: relative;
  font-size: 16px;
  margin-left: 25px;
  border-bottom: 1px solid #000;
}
.column03 .column03Box a:hover .readMoreBtn {
  border-bottom: 1px solid transparent;
  transition: .3s all ease;
}
.column03 .column03Box a .readMoreBtn:after,
.column03 .column03Box a .readMoreBtn:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  left: -25px;
  top: 18px;
}
.column03 .column03Box a .readMoreBtn:after {
  transform: rotate(90deg);
}

.viewMore {
  margin: 0 0 100px 0;
  text-align: center;
}
.viewMore a {
  display: inline-block;
  position: relative;
  font-size: 20px;
  margin-left: 25px;
  border-bottom: 1px solid #000;
}
.viewMore a:hover {
  border-bottom: 1px solid transparent;
}
.viewMore a:after,
.viewMore a:before {
  content: "";
  display: block;
  width: 12px;
  height: 1px;
  border-top: 1px solid #000;
  position: absolute;
  left: -25px;
  top: 18px;
}
.viewMore a:after {
  transform: rotate(90deg);
}


.contactBox {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto 200px;
  padding: 0 40px;
}

.contactBox .cateHead {
  font-size: 56px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  margin: 0 0 30px 0;
  position: relative;
  line-height: 1.2;
  display: inline-block;
}
.contactBox .cateHead:after {
  content: "";
  position: absolute;
  top: 40px;
  right: -50px;
  display: block;
  width: 280px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(-46deg);
}



.contactBox .contactBox_inner {
  border: 4px solid #5eb6a8;
  padding: 5px;
}
.contactBox .contactBox_inner .inner {
  border: 1px solid #5eb6a8;
  padding: 60px 160px;
}
.contactBox .contactBox_inner .inner h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.contactBox .contactBox_inner .inner .btnBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contactBox .contactBox_inner .inner .btnBox a {
  display: block;
  width: calc((100% / 2) - 20px);
  padding: 40px 10px;
  color: #fff;
  background: #5eb6a8;
  border: 2px solid #5eb6a8;
  text-align: center;
  font-size: 20px;
  margin-bottom: 50px;
}
.contactBox .contactBox_inner .inner .btnBox a:hover {
  transition: .3s all ease;
  color: #5eb6a8;
  background: #fff;
}
.contactBox .contactBox_inner .inner .telBox {
}
.contactBox .contactBox_inner .inner .telBox .tel_text_01 {
  font-size: 22px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.contactBox .contactBox_inner .inner .telBox .tel_text_02 {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.contactBox .contactBox_inner .inner .telBox .tel_text_02 img {
  width: 38px;
  display: inline-block;
  vertical-align: initial;
}
.contactBox .contactBox_inner .inner .telBox .tel_text_03 {
  font-size: 16px;
  text-align: center;
}




.footerArea {
  width: 100%;
  background: #dff0ee;
}
.footerArea .inner {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  padding: 200px 40px 100px;
}
.footerArea .flexBox_footer {
  display: flex;
}
.footerArea .flexBox_footer .leftBox {
  width: calc(100% - 450px);
  display: flex;
}
.footerArea .flexBox_footer .leftBox .footMenuBox {
  width: calc(100% / 3);
}

.footerArea .flexBox_footer .leftBox .footMenuBox > li {
  padding-bottom: 20px;
}
.footerArea .flexBox_footer .leftBox .footMenuBox > li a {
  position: relative;
  padding: 0 0 3px;
  font-size: 20px;
}

.footerArea .flexBox_footer .leftBox .footMenuBox > li a:hover {
  opacity: 0.6;
  transition: .3s opacity ease;
}
.footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child {
  padding: 0 0 0 20px;
  margin: 20px 0;
  border-left: 2px solid #5eb6a8;
}
.footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child li {
  padding-bottom: 10px;
}
.footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child a {
  position: relative;
  padding: 0 0 3px;
  font-size: 16px;
}



.footerArea .flexBox_footer .rightBox {
  width: 450px;
  text-align: right;
}
.footerArea .flexBox_footer .rightBox .logo {
  width: 358px;
  margin: 0 0 30px auto;
}
.footerArea .flexBox_footer .rightBox address {
  margin-bottom: 100px;
  font-size: 16px;
  display: inline-block;
  text-align: left;
}
.footerArea .flexBox_footer .rightBox small {
  font-size: 12px;
  display: block;
}






.hamMenuModal {
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  display: none;
}
.hamMenuModal .hamMenuModalBox {
  content: "";
  height: 100vh;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  background: #cee9e5;
  overflow-y: auto;
}
.hamMenuModal .hamMenuModalBox .hamMenuBox--logo {
  position: absolute;
  top: 40px;
  left: 50px;
  z-index: 999;
  width: 363px;
}


.hamMenuModal .hamMenuModalBox .hamMenuBox--close {
  position: absolute;
  top: 40px;
  right: 50px;
  z-index: 9999;
  width: 42px;
  height: 42px;
  cursor: pointer;
}
.hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu01,
.hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu02 {
  display: block;
  width: 42px;
  height: 1px;
  border-top: 2px solid #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transform: rotate(45deg);
}
.hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu02 {
  transform: rotate(-45deg);
}

.hamMenuModal .hamMenuModalBox .hamMenuBox--close:hover .menu01 {
  animation: menuline--close01 .5s ease 0s normal both;
}
.hamMenuModal .hamMenuModalBox .hamMenuBox--close:hover .menu02 {
  animation: menuline--close02 .5s ease 0s normal both;
}

@keyframes menuline--close01 {
  0% {
    transform: rotate(45deg);
  }
  50% {
    transform: rotate(0);
  }
  51% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes menuline--close02 {
  0% {
    transform: rotate(-45deg);
  }
  50% {
    transform: rotate(0);
  }
  51% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}


.hamMenuModal .hamMenuModalBox .inner {
  max-width: 1480px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding: 100px 0 0 0;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal {
  display: flex;
  padding-bottom: 20px;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox {
  width: calc(100% / 2);
  display: flex;
  margin-top: 50px;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox {
  width: calc(100% / 2);
}

.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li {
  padding-bottom: 20px;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li a {
  position: relative;
  padding: 0 0 3px;
  font-size: 20px;
}

.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li a:hover {
  opacity: 0.6;
  transition: .3s opacity ease;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child {
  padding: 0 0 0 20px;
  margin: 20px 0;
  border-left: 2px solid #5eb6a8;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child li {
  padding-bottom: 10px;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child a {
  position: relative;
  padding: 0 0 3px;
  font-size: 16px;
}

.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox {
  width: calc(100% / 2);
}

.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBoxModal {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto 200px;
  padding: 0 40px;
}

.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .cateHead {
  font-size: 40px;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -2px;
  margin: 0 0 10px 0;
  position: relative;
  line-height: 1.2;
  display: inline-block;
  z-index: 9999;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .cateHead:after {
  content: "";
  position: absolute;
  top: 40px;
  right: -50px;
  display: block;
  width: 200px;
  height: 1px;
  border-top: 1px solid #000;
  transform: rotate(-46deg);
}



.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner {
  border: 4px solid #5eb6a8;
  padding: 5px;
  background: #ffffff;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner {
  border: 1px solid #5eb6a8;
  padding: 40px 0;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox {
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox a {
  display: block;
  width: 430px;
  padding: 25px 10px;
  color: #fff;
  background: #5eb6a8;
  border: 2px solid #5eb6a8;
  text-align: center;
  font-size: 20px;
  margin: 0 auto 20px;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox a:hover {
  transition: .3s all ease;
  color: #5eb6a8;
  background: #fff;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox {
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_01 {
  font-size: 18px;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_02 {
  font-size: 44px;
  font-weight: 700;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1.2;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_02 img {
  width: 28px;
  display: inline-block;
  vertical-align: initial;
}
.hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_03 {
  font-size: 12px;
  text-align: center;
}






/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}



/* PC　狭めたとき
-----------------------------------------------*/
@media screen and (max-width:1600px) {

  body {
    font-size: 1vw;
    line-height: 1.8;
    letter-spacing: 2px;
  }
  .text-small {
    font-size: 0.8vw !important;
    line-height: 1.6;
  }
  .text-medium {
    font-size: 1vw !important;
    line-height: 1.6;
  }
  .table_type01 {
    margin-bottom: 30px;
  }
  .list_square {
    margin: 0 0 50px 0;
  }
  .list_square li {
    padding: 0 0 0 30px;
    margin: 0 0 12px 0;
    line-height: 2;
  }
  .list_square li:before {
    top: 0.7em;
    left: 10px;
    width: 12px;
    height: 12px;
  }
  .spacer200 {
    padding-top: 150px;
    height: auto !important;
  }
  .spacer100 {
    padding-top: 100px;
    height: auto !important;
  }
  .spacer90 {
    padding-top: 90px;
    height: auto !important;
  }
  .spacer80 {
    padding-top: 80px;
    height: auto !important;
  }
  .spacer70 {
    padding-top: 70px;
    height: auto !important;
  }
  .spacer60 {
    padding-top: 60px;
    height: auto !important;
  }
  .spacer50 {
    padding-top: 50px;
    height: auto !important;
  }
  .spacer40 {
    padding-top: 40px;
    height: auto !important;
  }
  .spacer30 {
    padding-top: 30px;
    height: auto !important;
  }
  .spacer20 {
    padding-top: 20px;
    height: auto !important;
  }
  .spacer10 {
    padding-top: 10px;
    height: auto !important;
  }
  section.fixed:last-of-type{
    padding-top:70px;
  /*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、Header分の高さをpadding-topに追加して上部が見えるようにする*/
  }

  .top .c-loader-img {
    position: fixed;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 350px;
    height: 200px;
    z-index: 99999;
    opacity: 0;
    text-align: center;
  }
  .top .c-loader-img svg {
    width: 230px;
  }
  .top .c-loader-img img {
    filter: blur(20px);
    scale: 0.8;
    opacity: 0;
    margin-top: 20px;
  }

  .logoBox {
    position: fixed;
    top: 40px;
    left: 50px;
    z-index: 999;
    width: 363px;
  }
  .hamMenuBox {
    position: fixed;
    top: 40px;
    right: 50px;
    z-index: 9999;
    width: 42px;
    height: 42px;
    cursor: pointer;
  }
  .hamMenuBox .menu01,
  .hamMenuBox .menu02 {
    display: block;
    width: 42px;
    height: 1px;
    border-top: 2px solid #000;
    position: absolute;
    top: -8px;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .hamMenuBox .menu02 {
    top: 0;
    bottom: -8px;
  }
  .hamMenuBox:hover .menu01 {
    animation: menuline .5s ease 0s normal both;
    transform-origin: right;
  }
  .hamMenuBox:hover .menu02 {
    animation: menuline .5s ease .2s normal both;
  }

  @keyframes menuline {
    0% {
      transform: scaleX(1);
    transform-origin: right;
    }
    50% {
      transform: scaleX(0);
    transform-origin: right;
    }
    51% {
      transform: scaleX(0);
    transform-origin: left;
    }
    100% {
      transform: scaleX(1);
    transform-origin: left;
    }
  }


  .top .kvArea .slide .slide__item .catchCopy01 {
    position: absolute;
    right: 13vw;
    top: 13vw;
    writing-mode: vertical-rl;
    font-size: 2.1vw;
    line-height: 2;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-shadow: 0 0 1.5vw #ffffff;
  }

  .top .area01 {
    background: #fff;
    width: 100%;
    padding: 12vw 0;
    height: 120vh;
  }
  .top .area01 .flexBox_01 {
    max-width: 1600px;
    width: 100%;
  }

  .top .area01 .flexBox_01 .flexBox_right {
    width: calc(100% / 2);
    padding-left: 7vw;
  }
  .top .area01 .flexBox_01 .flexBox_left {
    width: calc(100% / 2);
    position: relative;
    padding-left: 5vw;
  }
  .top .area01 .flexBox_01 .flexBox_left .img_overlap {
    position: relative;
  }
  .top .area01 .flexBox_01 .flexBox_left .img_overlap_01 {
    max-width: 701px;
    width: 100%;
    display: block;
    position: absolute;
    top: 4vw;
    left: 0;
    right: -6vw;
    margin: auto;
    opacity: 0;
    z-index: 5;
    transform-origin: top left;
  }
  .top .area01 .flexBox_01 .flexBox_left .img_overlap_02 {
    max-width: 701px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -6vw;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 4;
    transform-origin: top right;
  }
  .top .area01 .flexBox_01 .flexBox_left .img_overlap_03 {
    max-width: 701px;
    width: 100%;
    display: block;
    position: relative;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 3;
    transform-origin: top left;
  }

  .top .area01 .cateHead {
    font-size: 4.2vw;
    text-align: right;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    padding-right: 6vw;
    margin: 0 0 8vw 0;
    position: relative;
  }
  .top .area01 .cateHead:after {
    content: "";
    position: absolute;
    top: 3.8vw;
    right: 0;
    display: block;
    width: 19vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }

  .top .area01 .flexBox_01 h2 {
    font-size: 1.8vw;
    margin-bottom: 3vw;
  }
  .top .area01 .flexBox_01 p {
    font-size: 1vw;
    line-height: 2;
  }

  .top .scrollCont {
    position: relative;
    z-index: 2;
  }


  .top .area02 {
    background: #fff;
    width: 100%;
    padding: 8vw 0 2vw;
  }
  .top .area02 .flexBox_02 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 12vw;
    display: flex;
    padding: 0 8vw;
  }
  .top .area02 .flexBox_02.reverse {
    flex-direction: row-reverse;
  }
  .top .area02 .flexBox_02 .flexBox_right {
    width: calc(100% - 25vw);
  }
  .top .area02 .flexBox_02 .flexBox_left {
    width: 25vw;
    position: relative;
  }

  .top .area02 .flexBox_02 .cateHead {
    font-size: 4.4vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    margin: 0;
    position: relative;
    line-height: 1.2;
  }
  .top .area02 .flexBox_02 .cateHead:after {
    content: "";
    position: absolute;
    top: 5.7vw;
    right: .7vw;
    display: block;
    width: 21vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }
  .top .area02 .flexBox_02 h2 {
    font-size: 2.4vw;
    text-align: center;
    display: inline-block;
    padding-top: 3vw;
    padding-left: 5.8vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .top .area02 .flexBox_03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 12vw;
    display: flex;
    padding: 0;
  }
  .top .area02 .flexBox_03.reverse {
    flex-direction: row-reverse;
  }
  .top .area02 .flexBox_03 .flexBox_img {
    width: 52vw;
    position: relative;
    left: -6vw;
  }
  .top .area02 .flexBox_03.reverse .flexBox_img {
    width: 52vw;
    position: relative;
    left: 3vw;
  }
  .top .area02 .flexBox_03 .flexBox_img > div {
    position: relative;
    z-index: 2;
  }
  .top .area02 .flexBox_03 .flexBox_img:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: -3vw;
    bottom: -3vw;
    background: #cee9e5;
    z-index: 1;
  }
  .top .area02 .flexBox_03 .flexBox_text {
    width: calc(100% - 52vw);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 6vw;
    padding-right: 1vw;
  }
  .top .area02 .flexBox_03.reverse .flexBox_text {
    padding-left: 11vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner {
    padding-right: 8vw;
  }
  .top .area02 .flexBox_03.reverse .flexBox_text .flexBox_text_inner {
    padding-right: 0;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner h3 {
    font-size: 1.1vw;
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(90deg, #5eb6a8 40%, #ffffff 80%, #ffffff 100%);
    padding: .6vw 0 .6vw 1vw;
    margin-bottom: 2.5vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner h4 {
    font-size: 1.8vw;
    margin-bottom: 3vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner p {
    font-size: 1vw;
    margin-bottom: 2vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner p.note {
    font-size: .8vw;
    margin-top: .5vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a {
    font-size: 1vw;
    margin-left: 1.8vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:after,
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:before {
    width: .8vw;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    left: -1.8vw;
    top: 1.1vw;
  }



  .flexBox_04 {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto 12vw;
    padding: 0 2vw;
  }

  .flexBox_04 .cateHead {
    font-size: 3.6vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    margin: 0 0 2vw 0;
    position: relative;
    line-height: 1.2;
    display: inline-block;
  }
  .flexBox_04 .cateHead:after {
    content: "";
    position: absolute;
    top: 2.6vw;
    right: -4vw;
    display: block;
    width: 15vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }


  .flexBox_04 .flexBox_04_inner {
    border: 4px solid #5eb6a8;
    padding: 5px;
  }
  .flexBox_04 .flexBox_04_inner .inner {
    border: 1px solid #5eb6a8;
    display: flex;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left {
    width: calc(100% / 2);
    padding: 6vw 6vw 5vw 5vw;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left h2 {
    font-size: 1.8vw;
    margin-bottom: 2vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left h2 sup {
    font-size: .8vw;
    vertical-align: super;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left p {
    font-size: 1vw;
    margin-bottom: 1vw;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left p.note {
    font-size: .8vw;
    text-indent: -1em;
    margin-bottom: 0;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left a {
    display: block;
    width: 100%;
    padding: 2.5vw 0;
    color: #fff;
    background: #5eb6a8;
    font-size: 1.2vw;
    text-align: center;
    margin-top: 3vw;
    border-bottom: 1px solid transparent;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left a:hover {
    opacity: 0.7;
    transition: .3s opacity ease;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_right {
    width: calc(100% / 2);
    position: relative;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_right .flexBox_right_img_01 {
    width: 26vw;
    position: absolute;
    left: -3vw;
    top: 11.5vw;
    z-index: 2;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_right .flexBox_right_img_02 {
    width: 26vw;
    position: absolute;
    right: -1vw;
    top: 4vw;
    transform: rotate(12deg);
    z-index: 1;
  }



  .top .area02 .flexBox_05 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 6vw;
    display: flex;
    padding: 0 8vw;
    position: relative;
  }
  .top .area02 .flexBox_05 .flexBox_right {
    width: 100%;
    text-align: center;
  }
  .top .area02 .flexBox_05 .flexBox_left {
    width: 30vw;
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }

  .top .area02 .flexBox_05 h2 {
    font-size: 2.4vw;
    display: inline-block;
    padding-top: 1vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .top .area02 .flexBox_05 .cateHead {
    font-size: 4.4vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    margin: 0;
    padding-right: 6vw;
    position: relative;
    line-height: 1.2;
  }
  .top .area02 .flexBox_05 .cateHead:after {
    content: "";
    position: absolute;
    top: 3.2vw;
    right: .4vw;
    display: block;
    width: 18vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }




  .column03 {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 3.5vw;
    padding: 0 6vw;
  }
  .column03 .column03Box {
    width: calc((100% / 3) - 1.6vw);
    margin-right: 2.4vw;
    margin-bottom: 3vw;
  }
  .column03 .column03Box:nth-of-type(3n) {
    margin-right: 0;
  }
  .column03 .column03Box .imgBox {
    width: 100%;
    max-height: 18.4vw;
    overflow: hidden;
  }
  .column03 .column03Box .textBox {
    padding: 1.6vw 0;
  }
  .column03 .column03Box .textBox .date {
    font-size: 1vw;
    margin: 0 0 .6vw 0;
  }
  .column03 .column03Box .textBox h3 {
    font-size: 1.1vw;
    margin: 0 0 2.2vw 0;
  }
  .column03 .column03Box .textBox .readMoreBtn {
    display: inline-block;
    position: relative;
    font-size: 1vw;
    margin-left: 2vw;
    border-bottom: 1px solid #000;
  }
  .column03 .column03Box a:hover .readMoreBtn {
    border-bottom: 1px solid transparent;
    transition: .3s all ease;
  }
  .column03 .column03Box a .readMoreBtn:after,
  .column03 .column03Box a .readMoreBtn:before {
    content: "";
    display: block;
    width: 1vw;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    left: -2vw;
    top: 1vw;
  }
  .column03 .column03Box a .readMoreBtn:after {
    transform: rotate(90deg);
  }

  .viewMore {
    margin: 0 0 8vw 0;
    text-align: center;
  }
  .viewMore a {
    display: inline-block;
    position: relative;
    font-size: 1.2vw;
    margin-left: 1.8vw;
    border-bottom: 1px solid #000;
  }
  .viewMore a:hover {
    border-bottom: 1px solid transparent;
  }
  .viewMore a:after,
  .viewMore a:before {
    content: "";
    display: block;
    width: .8vw;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    left: -1.8vw;
    top: 1.2vw;
  }
  .viewMore a:after {
    transform: rotate(90deg);
  }


  .contactBox {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto 12vw;
    padding: 0 2vw;
  }

  .contactBox .cateHead {
    font-size: 3.5vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    margin: 0 0 1.8vw 0;
    position: relative;
    line-height: 1.2;
    display: inline-block;
  }
  .contactBox .cateHead:after {
    content: "";
    position: absolute;
    top: 3vw;
    right: -2vw;
    display: block;
    width: 17vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }



  .contactBox .contactBox_inner {
    border: 4px solid #5eb6a8;
    padding: 5px;
  }
  .contactBox .contactBox_inner .inner {
    border: 1px solid #5eb6a8;
    padding: 4vw 10vw;
  }
  .contactBox .contactBox_inner .inner h2 {
    font-size: 1.8vw;
    text-align: center;
    margin-bottom: 3vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .contactBox .contactBox_inner .inner .btnBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contactBox .contactBox_inner .inner .btnBox a {
    display: block;
    width: calc((100% / 2) - 1.2vw);
    padding: 2.5vw 1vw;
    color: #fff;
    background: #5eb6a8;
    text-align: center;
    font-size: 1.3vw;
    margin-bottom: 3vw;
  }
  .contactBox .contactBox_inner .inner .btnBox a:hover {
    opacity: 0.7;
    transition: .3s opacity ease;
  }
  .contactBox .contactBox_inner .inner .telBox {
  }
  .contactBox .contactBox_inner .inner .telBox .tel_text_01 {
    font-size: 1.4vw;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .contactBox .contactBox_inner .inner .telBox .tel_text_02 {
    font-size: 3.8vw;
    font-weight: 700;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .contactBox .contactBox_inner .inner .telBox .tel_text_02 img {
    width: 2.4vw;
    display: inline-block;
    vertical-align: initial;
  }
  .contactBox .contactBox_inner .inner .telBox .tel_text_03 {
    font-size: 1vw;
    text-align: center;
  }



  .footerArea {
    width: 100%;
    background: #dff0ee;
  }
  .footerArea .inner {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 12vw 3vw 7vw;
  }
  .footerArea .flexBox_footer {
    display: flex;
  }
  .footerArea .flexBox_footer .leftBox {
    width: calc(100% - 32vw);
    display: flex;
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox {
    width: calc(100% / 3);
  }

  .footerArea .flexBox_footer .leftBox .footMenuBox > li {
    padding-bottom: 1.3vw;
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox > li a {
    position: relative;
    padding: 0 0 3px;
    font-size: 1.2vw;
  }

  .footerArea .flexBox_footer .leftBox .footMenuBox > li a:hover {
    opacity: 0.6;
    transition: .3s opacity ease;
  }

  .footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child {
    padding: 0 0 0 1.2vw;
    margin: 1.2vw 0;
    border-left: 2px solid #5eb6a8;
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child li {
    padding-bottom: .7vw;
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child a {
    position: relative;
    padding: 0 0 3px;
    font-size: 1vw;
  }


  .footerArea .flexBox_footer .rightBox {
    width: 32vw;
    text-align: right;
  }
  .footerArea .flexBox_footer .rightBox .logo {
    width: 22vw;
    margin: 0 0 2vw auto;
  }
  .footerArea .flexBox_footer .rightBox address {
    margin-bottom: 8vw;
    font-size: 1vw;
    display: inline-block;
    text-align: left;
  }
  .footerArea .flexBox_footer .rightBox small {
    font-size: .8vw;
    display: block;
    letter-spacing: 1px;
  }



  .hamMenuModal .hamMenuModalBox .inner {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 100px 60px 0;
  }


}




@media screen and (max-width:1400px) {

  a[target="_blank"] {
    display: inline-block;
    position: relative;
  }
  a[target="_blank"] .icon_blank {
    display: block;
    width: 1vw;
    height: .7vw;
    border-bottom: .16vw solid #333;
    border-left: .16vw solid #333;
    background: #ffffff;
    position: absolute;
    bottom: .5vw;
    right: -1.5vw;
  }
  a[target="_blank"] .icon_blank:after {
    content: "";
    display: block;
    width: 1vw;
    height: .7vw;
    border: .16vw solid #333;
    background: #ffffff;
    position: absolute;
    bottom: .1vw;
    right: -.3vw;
  }


  .top .area02 .flexBox_03 .vacancy {
    width: 100%;
    border: 2px solid #5eb6a8;
    padding: 6vw 8vw;
    background: #fff;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_title {
    font-size: 2vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-bottom: 2vw;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 1.6vw;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dt {
    width: calc((100% / 2) - 3vw);
    font-weight: normal;
    text-align: right;
    padding: 3vw 0;
    border-top: 1px solid #d1d1d1;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dd {
    width: calc((100% / 2) + 3vw);
    text-align: left;
    padding: 3vw 0 3vw 1vw;
    border-top: 1px solid #d1d1d1;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dd span {
    color: #5eb6a8;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dt:last-of-type {
    border-bottom: 1px solid #d1d1d1;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dd:last-of-type {
    border-bottom: 1px solid #d1d1d1;
  }


}


@media screen and (max-width:1180px) {

  .hamMenuModal .hamMenuModalBox .hamMenuBox--logo {
    position: absolute;
    top: 3.5vw;
    left: 4.5vw;
    z-index: 999;
    width: 31vw;
  }


  .hamMenuModal .hamMenuModalBox .hamMenuBox--close {
    position: absolute;
    top: 4vw;
    right: 5vw;
    z-index: 9999;
    width: 4vw;
    height: 4vw;
    cursor: pointer;
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu01,
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu02 {
    display: block;
    width: 4vw;
    height: 1px;
    border-top: 2px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu02 {
    transform: rotate(-45deg);
  }

  .hamMenuModal .hamMenuModalBox .hamMenuBox--close:hover .menu01 {
    animation: menuline--close01 .5s ease 0s normal both;
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close:hover .menu02 {
    animation: menuline--close02 .5s ease 0s normal both;
  }

  .hamMenuModal .hamMenuModalBox .inner {
    max-width: 1600px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 9vw 6vw 0;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal {
    display: flex;
    padding-bottom: 2vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox {
    width: calc(100% / 2);
    display: flex;
    margin-top: 5vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox {
    width: calc(100% / 2);
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li {
    padding-bottom: 2vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li a {
    position: relative;
    padding: 0 0 3px;
    font-size: 1.7vw;
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li a:hover {
    opacity: 0.6;
    transition: .3s opacity ease;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child {
    padding: 0 0 0 1.6vw;
    margin: 2vw 0;
    border-left: 2px solid #5eb6a8;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child li {
    padding-bottom: 1vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child a {
    position: relative;
    padding: 0 0 3px;
    font-size: 1.4vw;
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox {
    width: calc(100% / 2);
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBoxModal {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto 20vw;
    padding: 0 4vw;
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .cateHead {
    font-size: 3.2vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    margin: 0 0 1vw 0;
    position: relative;
    line-height: 1.2;
    display: inline-block;
    z-index: 9999;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .cateHead:after {
    content: "";
    position: absolute;
    top: 3vw;
    right: -3vw;
    display: block;
    width: 15vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }



  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner {
    border: 4px solid #5eb6a8;
    padding: 5px;
    background: #ffffff;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner {
    border: 1px solid #5eb6a8;
    padding: 4vw 0;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner h2 {
    font-size: 1.8vw;
    text-align: center;
    margin-bottom: 2.5vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox {
    padding: 0 3vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox a {
    display: block;
    width: 100%;
    padding: 2.5vw 1vw;
    color: #fff;
    background: #5eb6a8;
    border: 2px solid #5eb6a8;
    text-align: center;
    font-size: 1.6vw;
    margin: 0 auto 2vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox a:hover {
    transition: .3s all ease;
    color: #5eb6a8;
    background: #fff;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox {
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_01 {
    font-size: 1.6vw;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_02 {
    font-size: 3.6vw;
    font-weight: 700;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_02 img {
    width: 2.4vw;
    display: inline-block;
    vertical-align: initial;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_03 {
    font-size: 1.2vw;
    text-align: center;
  }


  .top .kvArea .slide .slide__item .pc-on {
      display: none !important;
  }
  .top .kvArea .slide .slide__item .sp-on {
      display: block !important;
  }


  .top .kvArea .slide .slide__item .catchCopy01 {
    position: absolute;
    right: 0;
    left: 0;
    top: 16vw;
    margin: 0 auto;
    writing-mode: vertical-rl;
    font-size: 2.4vw;
    line-height: 2;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 20vw;
  }
  .top .kvArea .slide .slide__item .catchCopy01.line3 {
    width: 15vw;
  }
  .top .kvArea .slide .slide__item .catchCopy01.line2 {
    width: 10vw;
  }
  .top .kvArea .slide .slide__item .catchCopy01 span {
    writing-mode: initial;
    line-height: 1;
  }


}



/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/
  body {
    font-size: 3.6vw;
    line-height: 1.8;
    letter-spacing: 1px;

  }

  .text-small {
    font-size: 2.6vw !important;
    line-height: 1.6;
  }
  .text-medium {
    font-size: 3.2vw !important;
    line-height: 1.6;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
  }
  strong {
    font-weight: bold;
  }

  .text-centerBox{
    text-align: center;
  }

  .table_type01 {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 6vw;
  }
  .table_type01 th,
  .table_type01 td {
    border: 1px solid #333;
    padding: 1.5rem 1rem;
    vertical-align: middle;
    word-break: break-word;
  }

  a[target="_blank"] {
    display: inline-block;
    position: relative;
  }
  a[target="_blank"] .icon_blank {
    display: block;
    width: 2.8vw;
    height: 2.2vw;
    border-bottom: .4vw solid #333;
    border-left: .4vw solid #333;
    background: #ffffff;
    position: absolute;
    bottom: 1.4vw;
    right: -4vw;
  }
  a[target="_blank"] .icon_blank:after {
    content: "";
    display: block;
    width: 2.8vw;
    height: 2.2vw;
    border: .4vw solid #333;
    background: #ffffff;
    position: absolute;
    bottom: .5vw;
    right: -1vw;
  }


  .list_square {
    margin: 0 0 10vw 0;
  }
  .list_square li {
    position: relative;
    padding: 0 0 0 6vw;
    display: block;
    margin: 0 0 2.4vw 0;
    line-height: 2;
    vertical-align: top;
  }
  .list_square li:before {
    content: "";
    position: absolute;
    top: 0.7em;
    left: 2vw;
    width: 2.4vw;
    height: 2.4vw;
    display: block;
    background: #000;
  }
  .list_square li a {
    color: #196845;
  }
  .list_square li a:hover {
    color: #000;
  }
  .flexBox_type1 {
    display: block;
  }
  .flexBox_type2 {
    display: block;
    justify-content: space-between;
  }

  .spacer200 {
    padding-top: 20vw;
  }
  .spacer100 {
    padding-top: 20vw;
  }
  .spacer90 {
    padding-top: 18vw;
  }
  .spacer80 {
    padding-top: 16vw;
  }
  .spacer70 {
    padding-top: 14vw;
  }
  .spacer60 {
    padding-top: 12vw;
  }
  .spacer50 {
    padding-top: 10vw;
  }
  .spacer40 {
    padding-top: 8vw;
  }
  .spacer30 {
    padding-top: 6vw;
  }
  .spacer20 {
    padding-top: 4vw;
  }
  .spacer10 {
    padding-top: 2vw;
  }


  section.fixed{
    position: -webkit-sticky;/*Safari*/
    position: sticky;
    top:0;/*Header高さ分で止まるようにする*/
    padding: 0;/*デモ画面の高さを持たすための上下余白*/
    z-index: 1;
  }


  section.fixed:last-of-type{
    padding-top:14vw;
  /*最後のセクションだけ止まらないため、エリア内の情報が少ない時は、Header分の高さをpadding-topに追加して上部が見えるようにする*/
  }

  .top {}
  .top .c-loader-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 99998;
    display: grid;
    place-items: center;
    pointer-events: none;
  }
  .top .c-loader-img {
    position: fixed;
    top: -6vw;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 60vw;
    height: 40vw;
    z-index: 99999;
    opacity: 0;
    text-align: center;
  }
  .top .c-loader-img svg {
    width: 46vw;
  }
  .top .c-loader-img img {
    filter: blur(20px);
    scale: 0.8;
    opacity: 0;
    margin-top: 4vw;
  }



  .top .loader {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .top .loadContents {
  }

  .top .kvArea {
    max-height: 100svh;
    height: 100svh;
    min-height: 100svh;
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    position: relative;
  }
  .logoBox {
    position: fixed;
    top: 6vw;
    left: 4vw;
    z-index: 999;
    width: 54vw;
  }
  .hamMenuBox {
    position: fixed;
    top: 6vw;
    right: 4vw;
    z-index: 9999;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
  }
  .hamMenuBox .menu01,
  .hamMenuBox .menu02 {
    display: block;
    width: 8vw;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    top: -1.6vw;
    bottom: 0;
    left: 0;
    margin: auto;
  }
  .hamMenuBox .menu02 {
    top: 0;
    bottom: -1.6vw;
  }
  .hamMenuBox:hover .menu01 {
    animation: menuline .5s ease 0s normal both;
    transform-origin: right;
  }
  .hamMenuBox:hover .menu02 {
    animation: menuline .5s ease .2s normal both;
  }

  @keyframes menuline {
    0% {
      transform: scaleX(1);
    transform-origin: right;
    }
    50% {
      transform: scaleX(0);
    transform-origin: right;
    }
    51% {
      transform: scaleX(0);
    transform-origin: left;
    }
    100% {
      transform: scaleX(1);
    transform-origin: left;
    }
  }


  .top .kvArea .slide {
    position: relative;
    height: 100%;
    overflow: hidden;
    z-index: 1;
  }
  .top .kvArea .slide .slide__item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }


  .top .kvArea .slide .slide__item .image {
    height: 100%;
  }
  .top .kvArea .slide .slide__item .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    pointer-events: none;
  }

  .top .kvArea .slide .slide__item .catchCopy01 {
    position: absolute;
    right: 0;
    left: 0;
    top: 28vw;
    margin: 0 auto;
    writing-mode: vertical-rl;
    font-size: 4.2vw;
    line-height: 2;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    width: 32vw;
  }
  .top .kvArea .slide .slide__item .catchCopy01.line3 {
    width: 26vw;
  }
  .top .kvArea .slide .slide__item .catchCopy01.line2 {
    width: 18vw;
  }
  .top .kvArea .slide .slide__item .catchCopy01 span {
    writing-mode: initial;
    line-height: 1;
  }

  @keyframes zoomUp {
    0% {
      transform: scale(1);
    }
    100% {
      transform: scale(1.1); /* 拡大率 */
    }
  }
  .add-animation {
    animation: zoomUp 10s linear 0s normal both;
  }



  .top .area01 {
    background: #fff;
    width: 100%;
    padding: 20vw 0;
    height: 110vh;
  }
  .top .area01 .flexBox_01 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    display: block;
    flex-direction: row-reverse;
  }

  .top .area01 .flexBox_01 .flexBox_right {
    width: 100%;
    padding-left: 0;
    padding: 0 6vw;
    margin-bottom: 10vw;
  }
  .top .area01 .flexBox_01 .flexBox_left {
    width: 100%;
    position: relative;
    padding: 0 10vw;
  }
  .top .area01 .flexBox_01 .flexBox_left .img_overlap {
    position: relative;
  }
  .top .area01 .flexBox_01 .flexBox_left .img_overlap_01 {
    max-width: 701px;
    width: 100%;
    display: block;
    position: absolute;
    top: 6vw;
    left: 0;
    right: -10vw;
    margin: auto;
    opacity: 0;
    z-index: 5;
    transform-origin: top left;
  }
  .top .area01 .flexBox_01 .flexBox_left .img_overlap_02 {
    max-width: 701px;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: -10vw;
    right: 0;
    margin: auto;
    opacity: 0;
    z-index: 4;
    transform-origin: top right;
  }
  .top .area01 .flexBox_01 .flexBox_left .img_overlap_03 {
    max-width: 701px;
    width: 100%;
    display: block;
    position: relative;
    right: -3vw;
    margin: auto;
    opacity: 0;
    z-index: 3;
    transform-origin: top left;
  }

  .top .area01 .cateHead {
    font-size: 10vw;
    text-align: right;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    padding-right: 0;
    margin: 0 0 12vw 0;
    position: relative;
  }
  .top .area01 .cateHead:after {
    content: "";
    position: absolute;
    top: 9vw;
    right: -6vw;
    display: block;
    width: 42vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }

  .top .area01 .flexBox_01 h2 {
    font-size: 4.8vw;
    margin-bottom: 10vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .top .area01 .flexBox_01 p {
    font-size: 3.6vw;
    line-height: 2;
  }

  .top .scrollCont {
    position: relative;
    z-index: 2;
  }


  .top .area02 {
    background: #fff;
    width: 100%;
    padding: 10vw 0;
  }
  .top .area02 .flexBox_02 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 10vw;
    display: block;
    padding: 0 6vw;
  }
  .top .area02 .flexBox_02.reverse {
    flex-direction: row-reverse;
  }
  .top .area02 .flexBox_02 .flexBox_right {
    width: 100%;
  }
  .top .area02 .flexBox_02 .flexBox_left {
    width: 100%;
    position: relative;
  }

  .top .area02 .flexBox_02 .cateHead {
    font-size: 10vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    margin: 0;
    position: relative;
    line-height: 1.2;
  }
  .top .area02 .flexBox_02 .cateHead:after {
    content: "";
    position: absolute;
    top: 14vw;
    right: unset;
    left: 5vw;
    display: block;
    width: 43vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }
  .top .area02 .flexBox_02 h2 {
    font-size: 4.8vw;
    text-align: center;
    display: block;
    padding-top: 6vw;
    padding-left: 0;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .top .area02 .flexBox_03 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 20vw;
    display: block;
    padding: 0 6vw;
  }
  .top .area02 .flexBox_03.reverse {
    flex-direction: row-reverse;
  }
  .top .area02 .flexBox_03 .flexBox_img {
    width: 80vw;
    position: relative;
    left: 0;
  }
  .top .area02 .flexBox_03.reverse .flexBox_img {
    width: 80vw;
    position: relative;
    left: 0;
  }
  .top .area02 .flexBox_03 .flexBox_img > div {
    position: relative;
    z-index: 2;
  }
  .top .area02 .flexBox_03 .flexBox_img:after {
    content: "";
    display: block;
    width: 80vw;
    height: 100%;
    position: absolute;
    right: -5vw;
    bottom: -5vw;
    background: #cee9e5;
    z-index: 1;
  }
  .top .area02 .flexBox_03 .flexBox_text {
    width: 100%;
    position: relative;
    display: block;
    align-items: center;
    padding-left: 0;
    margin-bottom: 10vw;
  }
  .top .area02 .flexBox_03.reverse .flexBox_text {
    padding-left: 0;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner {
    padding-right: 0;
  }
  .top .area02 .flexBox_03.reverse .flexBox_text .flexBox_text_inner {
    padding-right: 0;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner h3 {
    font-size: 3.6vw;
    font-weight: 700;
    color: #fff;
    background-image: linear-gradient(90deg, #5eb6a8 40%, #ffffff 80%, #ffffff 100%);
    padding: 1vw 0 1vw 3vw;
    margin-bottom: 6vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner h4 {
    font-size: 4.8vw;
    margin-bottom: 6vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner p {
    font-size: 3.6vw;
    margin-bottom: 4vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner p.note {
    font-size: 3.2vw;
    margin-top: 1vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a {
    display: inline-block;
    position: relative;
    font-size: 3.6vw;
    margin-left: 5vw;
    border-bottom: 1px solid #000;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:hover {
    border-bottom: 1px solid transparent;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:after,
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:before {
    content: "";
    display: block;
    width: 2.4vw;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    left: -4.5vw;
    top: 3vw;
  }
  .top .area02 .flexBox_03 .flexBox_text .flexBox_text_inner a:after {
    transform: rotate(90deg);
  }

  .top .area02 .flexBox_03 .vacancy {
    width: 100%;
    border: 2px solid #5eb6a8;
    padding: 6vw 6vw;
    background: #fff;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_title {
    font-size: 4.5vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
    margin-bottom: 4vw;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 3.6vw;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dt {
    width: calc((100% / 2) - 5vw);
    font-weight: normal;
    text-align: right;
    padding: 3vw 0;
    border-top: 1px solid #d1d1d1;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dd {
    width: calc((100% / 2) + 5vw);
    text-align: left;
    padding: 3vw 0 3vw 2vw;
    border-top: 1px solid #d1d1d1;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dd span {
    color: #5eb6a8;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dt:last-of-type {
    border-bottom: 1px solid #d1d1d1;
  }
  .top .area02 .flexBox_03 .vacancy .vacancy_status dd:last-of-type {
    border-bottom: 1px solid #d1d1d1;
  }


  .flexBox_04 {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto 20vw;
    padding: 0 6vw;
  }

  .flexBox_04 .cateHead {
    font-size: 8vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    margin: 0 0 6vw 0;
    position: relative;
    line-height: 1.2;
    display: inline-block;
  }
  .flexBox_04 .cateHead:after {
    content: "";
    position: absolute;
    top: 8vw;
    right: -6vw;
    display: block;
    width: 34vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }


  .flexBox_04 .flexBox_04_inner {
    border: 4px solid #5eb6a8;
    padding: 5px;
  }
  .flexBox_04 .flexBox_04_inner .inner {
    border: 1px solid #5eb6a8;
    display: block;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left {
    width: 100%;
    padding: 8vw 4vw 2vw;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left h2 {
    font-size: 5vw;
    margin-bottom: 4vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    text-align: center;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left h2 sup {
    font-size: 3.6vw;
    vertical-align: super;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left p {
    font-size: 3.6vw;
    margin-bottom: 10px;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left p.note {
    font-size: 3.2vw;
    text-indent: -1em;
    margin-bottom: 0;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_left a:hover {
    opacity: 0.7;
    transition: .3s opacity ease;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_right {
    width: 100%;
    position: relative;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_right .flexBox_right_img_01 {
    width: 60vw;
    position: relative;
    left: 4vw;
    top: 0;
    z-index: 2;
    transform: rotate(-7deg);
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_right .flexBox_right_img_02 {
    width: 60vw;
    position: relative;
    right: -14vw;
    top: -3vw;
    transform: rotate(11deg);
    z-index: 1;
  }
  .flexBox_04 .flexBox_04_inner .inner .flexBox_right a {
    display: block;
    width: 86%;
    padding: 6vw 0;
    color: #fff;
    background: #5eb6a8;
    font-size: 3.6vw;
    text-align: center;
    margin: 10vw auto;
    border-bottom: 1px solid transparent;
  }



  .top .area02 .flexBox_05 {
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 10vw;
    display: block;
    padding: 0 6vw;
    position: relative;
  }
  .top .area02 .flexBox_05 .flexBox_right {
    width: 100%;
    text-align: center;
  }
  .top .area02 .flexBox_05 .flexBox_left {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
  }

  .top .area02 .flexBox_05 h2 {
    font-size: 5vw;
    display: inline-block;
    padding-top: 28vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }

  .top .area02 .flexBox_05 .cateHead {
    font-size: 10vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    margin: 0;
    position: relative;
    line-height: 1.2;
  }
  .top .area02 .flexBox_05 .cateHead:after {
    content: "";
    position: absolute;
    top: 10vw;
    right: 3vw;
    display: block;
    width: 40vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }




  .column03 {
    display: block;
    justify-content: space-between;
    max-width: 1600px;
    width: 100%;
    margin: 0 auto 8vw;
    padding: 0 6vw;
  }
  .column03 .column03Box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6vw;
  }
  .column03 .column03Box:nth-of-type(3n) {
    margin-right: 0;
  }
  .column03 .column03Box .imgBox {
    width: 100%;
    max-height: 58vw;
    overflow: hidden;
  }
  .column03 .column03Box .imgBox img {
    width: 100%;
  }
  .column03 .column03Box .textBox {
    padding: 4vw 0;
    margin-bottom: 8vw;
  }
  .column03 .column03Box .textBox .date {
    font-size: 3.6vw;
    margin: 0 0 2vw 0;
  }
  .column03 .column03Box .textBox h3 {
    font-size: 3.6vw;
    margin: 0 0 4vw 0;
  }
  .column03 .column03Box .textBox .readMoreBtn {
    display: inline-block;
    position: relative;
    font-size: 3.6vw;
    margin-left: 4.5vw;
    border-bottom: 1px solid #000;
  }
  .column03 .column03Box a:hover .readMoreBtn {
    border-bottom: 1px solid transparent;
    transition: .3s all ease;
  }
  .column03 .column03Box a .readMoreBtn:after,
  .column03 .column03Box a .readMoreBtn:before {
    content: "";
    display: block;
    width: 2vw;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    left: -5vw;
    top: 3.6vw;
  }
  .column03 .column03Box a .readMoreBtn:after {
    transform: rotate(90deg);
  }

  .viewMore {
    margin: 0 0 20vw 0;
    text-align: center;
  }
  .viewMore a {
    display: inline-block;
    position: relative;
    font-size: 4vw;
    margin-left: 5vw;
    border-bottom: 1px solid #000;
  }
  .viewMore a:hover {
    border-bottom: 1px solid transparent;
  }
  .viewMore a:after,
  .viewMore a:before {
    content: "";
    display: block;
    width: 2vw;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    left: -5vw;
    top: 3.6vw;
  }
  .viewMore a:after {
    transform: rotate(90deg);
  }


  .contactBox {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto 10vw;
    padding: 0 6vw;
  }

  .contactBox .cateHead {
    font-size: 8.5vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -2px;
    margin: 0 0 4vw 0;
    position: relative;
    line-height: 1.2;
    display: inline-block;
  }
  .contactBox .cateHead:after {
    content: "";
    position: absolute;
    top: 7vw;
    right: -5vw;
    display: block;
    width: 34vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }



  .contactBox .contactBox_inner {
    border: 4px solid #5eb6a8;
    padding: 5px;
  }
  .contactBox .contactBox_inner .inner {
    border: 1px solid #5eb6a8;
    padding: 6vw 4vw;
  }
  .contactBox .contactBox_inner .inner h2 {
    font-size: 5vw;
    text-align: center;
    margin-bottom: 8vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .contactBox .contactBox_inner .inner .btnBox {
    display: block;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contactBox .contactBox_inner .inner .btnBox a {
    display: block;
    width: 100%;
    padding: 6vw 2vw;
    color: #fff;
    background: #5eb6a8;
    text-align: center;
    font-size: 3.6vw;
    margin-bottom: 6vw;
  }
  .contactBox .contactBox_inner .inner .btnBox a:hover {
    opacity: 0.7;
    transition: .3s opacity ease;
  }
  .contactBox .contactBox_inner .inner .telBox {
  }
  .contactBox .contactBox_inner .inner .telBox .tel_text_01 {
    font-size: 3.6vw;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .contactBox .contactBox_inner .inner .telBox .tel_text_02 {
    font-size: 8.4vw;
    font-weight: 700;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .contactBox .contactBox_inner .inner .telBox .tel_text_02 img {
    width: 6vw;
    display: inline-block;
    vertical-align: initial;
  }
  .contactBox .contactBox_inner .inner .telBox .tel_text_03 {
    font-size: 2.8vw;
    text-align: center;
  }



  .footerArea {
    width: 100%;
    background: #dff0ee;
  }
  .footerArea .inner {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0 8vw;
  }
  .footerArea .flexBox_footer {
    display: block;
  }
  .footerArea .flexBox_footer .leftBox {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 1vw 0 6vw;
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox {
    width: calc(100% / 2);
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox.floatRight {
    width: calc((100% / 2) - 4vw);
    position: absolute;
    top: 12vw;
    right: 0;
  }

  .footerArea .flexBox_footer .leftBox .footMenuBox > li {
    padding-bottom: 6vw;
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox > li a {
    position: relative;
    padding: 0 0 3px;
    font-size: 3.6vw;
  }

  .footerArea .flexBox_footer .leftBox .footMenuBox > li a:hover {
    opacity: 0.6;
    transition: .3s opacity ease;
  }

  .footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child {
    padding: 0 0 0 3vw;
    margin: 4vw 0;
    border-left: 2px solid #5eb6a8;
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child li {
    padding-bottom: 2vw;
  }
  .footerArea .flexBox_footer .leftBox .footMenuBox > li .footMenuBox_child a {
    position: relative;
    padding: 0 0 3px;
    font-size: 3.2vw;
  }

  .footerArea .flexBox_footer .rightBox {
    width: 100%;
    text-align: center;
    padding: 0 6vw;
  }
  .footerArea .flexBox_footer .rightBox .logo {
    width: 60vw;
    margin: 0 auto 8vw auto;
  }
  .footerArea .flexBox_footer .rightBox address {
    margin-bottom: 10vw;
    font-size: 3.6vw;
    display: inline-block;
    text-align: center;
  }
  .footerArea .flexBox_footer .rightBox small {
    font-size: 2.8vw;
    display: block;
  }






  .hamMenuModal {
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    display: none;
  }
  .hamMenuModal .hamMenuModalBox {
    content: "";
    height: 100vh;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 1;
    background: #cee9e5;
    overflow-y: auto;
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--logo {
    position: absolute;
    top: 6vw;
    left: 4vw;
    z-index: 999;
    width: 54vw;
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close {
    position: absolute;
    top: 6vw;
    right: 4vw;
    z-index: 9999;
    width: 8vw;
    height: 8vw;
    cursor: pointer;
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu01,
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu02 {
    display: block;
    width: 8vw;
    height: 1px;
    border-top: 1px solid #000;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: rotate(45deg);
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close .menu02 {
    transform: rotate(-45deg);
  }

  .hamMenuModal .hamMenuModalBox .hamMenuBox--close:hover .menu01 {
    animation: menuline--close01 .5s ease 0s normal both;
  }
  .hamMenuModal .hamMenuModalBox .hamMenuBox--close:hover .menu02 {
    animation: menuline--close02 .5s ease 0s normal both;
  }

  @keyframes menuline--close01 {
    0% {
      transform: rotate(45deg);
    }
    50% {
      transform: rotate(0);
    }
    51% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(45deg);
    }
  }
  @keyframes menuline--close02 {
    0% {
      transform: rotate(-45deg);
    }
    50% {
      transform: rotate(0);
    }
    51% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(-45deg);
    }
  }


  .hamMenuModal .hamMenuModalBox .inner {
    max-width: 1480px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 10vw 0 0 0;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal {
    display: block;
    padding-bottom: 4vw;
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 1vw 0 6vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox {
    width: 100%;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox.floatRight {
    width: calc((100% / 2) - 4vw);
    position: absolute;
    top: 12vw;
    right: 0;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li {
    padding-bottom: 6vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li a {
    position: relative;
    padding: 0 0 3px;
    font-size: 3.6vw;
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li a:hover {
    opacity: 0.6;
    transition: .3s opacity ease;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child {
    padding: 0 0 0 3vw;
    margin: 4vw 0;
    border-left: 2px solid #5eb6a8;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child li {
    padding-bottom: 2vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .leftBox .footMenuBox > li .footMenuBox_child a {
    position: relative;
    padding: 0 0 3px;
    font-size: 3.2vw;
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox {
    width: 100%;
    display: block;
    position: relative;
    padding: 0 6vw;
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBoxModal {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto 20vw;
    padding: 0 4vw;
  }

  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .cateHead {
    font-size: 7vw;
    font-family: "Bodoni Moda", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    letter-spacing: -1px;
    margin: 0 0 2vw 0;
    position: relative;
    line-height: 1.2;
    display: inline-block;
    z-index: 9999;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .cateHead:after {
    content: "";
    position: absolute;
    top: 5vw;
    right: -6vw;
    display: block;
    width: 30vw;
    height: 1px;
    border-top: 1px solid #000;
    transform: rotate(-46deg);
  }



  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner {
    border: 4px solid #5eb6a8;
    padding: 5px;
    background: #ffffff;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner {
    border: 1px solid #5eb6a8;
    padding: 6vw 0;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner h2 {
    font-size: 4.8vw;
    text-align: center;
    margin-bottom: 4vw;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox {
    padding: 0 6vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox a {
    display: block;
    width: 100%;
    padding: 4vw 2vw;
    color: #fff;
    background: #5eb6a8;
    border: 2px solid #5eb6a8;
    text-align: center;
    font-size: 4vw;
    margin: 0 auto 4vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .btnBox a:hover {
    transition: .3s all ease;
    color: #5eb6a8;
    background: #fff;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox {
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_01 {
    font-size: 3.6vw;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    margin-bottom: 2vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_02 {
    font-size: 8vw;
    font-weight: 700;
    text-align: center;
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    line-height: 1.2;
    margin-bottom: 2vw;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_02 img {
    width: 5vw;
    display: inline-block;
    vertical-align: initial;
  }
  .hamMenuModal .hamMenuModalBox .inner .flexBox_modal .rightBox .contactBox .contactBox_inner .inner .telBox .tel_text_03 {
    font-size: 2.4vw;
    text-align: center;
  }









}








