@charset "utf-8";
/*==================================================
font
==================================================*/
.font-mincho {
  font-family:
    "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Hiragino Mincho", serif;
}
/*==================================================
cmn
==================================================*/
.wrap-f {
  max-width: 140rem;
  width: 100%;
  padding: 0 5rem;
  margin: 0 auto;
}
.wrap {
  max-width: 120rem;
  width: 100%;
  margin: 0 auto;
}
.wrap-m {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 95rem;
  width: 100%;
}
.wrap-s {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 85rem;
  width: 100%;
}
.wrap-ss {
  padding: 0;
  margin: 0 auto;
  box-shadow: none;
  max-width: 50rem;
  width: 100%;
}
.anime {
  display: block;
}
.reveal {
  position: relative;
  overflow: hidden;
}
.reveal-inner {
  clip-path: inset(0 100% 0 0);
  transition: clip-path 1s ease-in-out;
  line-height: 1em;
  padding: 1rem 0;
}
.reveal.on .reveal-inner {
  clip-path: inset(0 0 0 0);
}
.reveal-inner-vl {
  clip-path: inset(0 0 100% 0); /* 上から全体を隠す */
  transition: clip-path 1s ease-in-out;
  line-height: 1em;
  padding: 1rem 0;
}
.reveal.on .reveal-inner-vl {
  clip-path: inset(0 0 0 0); /* 全部見える */
}
.reveal-inner-circle {
  width: 100%;
  height: auto;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1s ease-in;
  display: block;
}
.reveal.on .reveal-inner-circle {
  clip-path: circle(150% at 50% 50%);
}
/*==================================================
head
==================================================*/
/*==================================================
foot
==================================================*/
.site-footer {
  position: relative;
  z-index: 2;
  background: #9f9a82;
  color: #fff;
  padding: 10rem 0 5rem;
}
.site-footer .logo-box {
  max-width: 20rem;
  width: 100%;
  margin-bottom: 5rem;
}
.site-footer h2 {
  margin-bottom: 3rem;
  font-size: 3rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}
.site-footer dl {
  justify-content: flex-start;
  margin-top: 5rem;
}
.site-footer dt {
  margin-right: 5rem;
}
.site-footer .sns-list li {
  width: 7rem;
  margin: 0 2rem;
}
.site-footer .sns-list li a {
  color: #fff;
}
.site-footer .sns-list li svg {
  width: 7rem;
  height: inherit;
  vertical-align: bottom;
}
.site-footer .sns-list li path {
  fill: #d5d5d5;
}
.site-footer address {
  font-size: 1.2rem;
  margin-top: 5rem;
  text-align: right;
}
/*==================================================
content
==================================================*/
.pin {
  position: relative;
  top: -120px;
  display: block;
}
section {
  padding: 15rem 0;
  position: relative;
}
.tit01 {
  font-size: 4.2rem;
  line-height: 2em;
  text-align: center;
  margin-bottom: 5rem;
  font-family: 'Madefor Display', sans-serif;
  font-weight: 700; /* Bold */
}
.txt-center {
  text-align: center;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.pad-tb00 {
  padding: 0;
}
.pad-t00 {
  padding-top: 0;
}
.bg-white {
  background: #fff;
}
.txt-white {
  color: #fff;
}
.bg-gray-l {
  background: #ebebeb;
}
.bg-gray-l02 {
  background: #f8f8f8;
}
.bg-blue {
  background: rgb(51, 69, 151);
}
.txt-blue {
  color: rgb(51, 69, 151);
}
/*カラム*/
.col-re {
  flex-direction: row-reverse;
}
.col-mid {
  align-items: center;
}
.col-bottom {
  align-items: flex-end;
}
/*ボタン*/
/*youtube*/
.youtube-link {
  cursor: pointer;
}
.youtube-link:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/*google map*/
.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sb-site, .sb-site-container {
  background: none;
}
/*==================================================
index
==================================================*/
.bg-movie {
  padding: 0;
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
  position: fixed;
  z-index: 1;
}
.bg-movie video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  min-width: 100%;
  min-height: 100%;
}
.content {
  position: relative;
  z-index: 10;
}
.txt-wrap {
  display: flex; /* 中央寄せしやすくする */
  justify-content: center; /* 左右中央 */
  align-items: center; /* 上下中央 */
}
.sec01 {
  background: rgba(255, 255, 255, 0.7);
  padding: 30rem 0 10rem;
}
.sec01 .txt01 {
  writing-mode: vertical-rl;
  text-align: center;
  font-size: 7.2rem;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.sec01 .txt01 .txt {
  margin-bottom: 10rem;
}
.sec01 .txt02 {
  font-size: 9.2rem;
  letter-spacing: 0.1em;
  white-space: nowrap;
  margin-top: 20rem;
  margin-bottom: 15rem;
}
.sec01 .plus-box {
  display: table;
  width: 50rem;
  height: 50rem;
}
.sec01 .plus-box img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec01 .plus-box {
  position: relative;
}
.sec01 .plus-box p {
  text-align: right;
  display: table-cell;
  vertical-align: middle;
  font-size: 10rem;
  color: rgb(51, 69, 151);
  padding-right: 2rem;
}
.sec02 .txt-box p {
  font-size: 4.8rem;
  line-height: 3.5em;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  margin-bottom: 10rem;
}
.sec02 .txt-box p .txt-b {
  font-size: 125%;
}
.sec02 .txt-box02 {
  text-align: center;
}
.sec02 .txt-box02 ul {
  display: inline-block;
  text-align: left;
  color: #fff;
}
.sec02 .txt-box02 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.sec02 .txt-box02 .txt01 .txt {
  font-size: 6.6rem;
  margin-top: 2rem;
}
.sec02 .txt-box02 .txt02 {
  margin-left: 34rem;
  margin-top: -4rem;
  margin-bottom: 2rem;
}
.sec02 .txt-box02 .txt02 .txt {
  font-size: 10rem;
}
.sec02 .txt-box02 .txt03 {
  margin-left: 20rem;
}
.sec02 .txt-box02 .txt03 .txt {
  font-size: 6.6rem;
  margin-top: 10rem;
  margin-left: 1.5rem;
}
.sec02 .txt-box02 .txt03 .icon {
  width: 18rem;
}
.sec02 .txt-box03 {
  color: #fff;
  border: 5px solid #fff;
  padding: 5px;
  margin-top: 15rem;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5);
}
.sec02 .txt-box03 .inner {
  border: 1px solid #fff;
  padding: 5rem 4rem;
}
.sec02 .txt-box03 h1 {
  font-size: 5.4rem;
  line-height: 1.7em;
  letter-spacing: 0.1em;
}
.sec03 h2 {
  font-size: 5.4rem;
  line-height: 1.8em;
  text-align: center;
  margin: 5rem 0 15rem;
}
.sec03 h2 span {
  text-align: left;
  display: inline-block;
}
.tit-box01 .col {
  width: 47.5%;
}
.tit-box01 .tit {
  position: relative;
}
.tit-box01 .tit .circle {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  margin-left: 11rem;
}
.tit-box01 .tit .circle .inner {
  display: block;
  width: 27rem;
  height: 27rem;
  border-radius: 100%;
}
.tit-box01 .tit .txt {
  font-size: 5.4rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 2;
  letter-spacing: 0.05em;
  white-space: nowrap;
}
.tit-box01.ver02 .tit .circle {
  margin-left: 0;
}
.tit-box01.ver02 .tit .txt {
  margin-left: 15.5rem;
}
.tit-box01 .img-box {
  position: relative;
}
.tit-box01 .img-box img {
  border-radius: 1rem;
}
.tit-box01 .img-box .txt {
  font-size: 3.3rem;
  line-height: 1em;
  position: absolute;
  left: 3rem;
  bottom: 2rem;
  z-index: 2;
  color: #fff;
}
.tit-box01 .img-box .txt .s {
  font-size: 70%;
}
.sec03 .posi {
  text-align: right;
  margin-top: 2rem;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: rgb(115, 115, 115);
}
.point-box {
  color: rgb(115, 115, 115);
  margin-top: 15rem;
}
.point-box .num-txt {
  margin-bottom: 5rem;
}
.point-box .num {
  width: 15rem;
  height: 15rem;
  position: relative;
  background: url("../img/top/point_bg.svg") no-repeat 0 0;
  background-size: contain;
  margin-right: 5rem;
}
.point-box .num dt {
  color: #fff;
  line-height: 1em;
  margin: 1rem 0 0 0.5rem;
}
.point-box .num dd {
  font-size: 11.8rem;
  position: absolute;
  right: 0;
  border: 0;
  line-height: 1em;
  font-weight: bold;
  width: 1em;
  text-align: center;
}
.point-box .txt {
  flex: 1;
  font-size: 3rem;
  font-weight: bold;
}
.point-box p {
  padding-left: 5rem;
}
.map-box {
  margin: 10rem 0 15rem;
}
.map-box .col {
  width: 47.5%;
  color: rgb(115, 115, 115);
  font-weight: bold;
}
.sec04 h3 {
  font-size: 2.5rem;
  margin-bottom: 5rem;
  color: rgb(115, 115, 115);
}
.sec04 .border-box {
  max-width: 65rem;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  border: 5px solid #fff;
  padding: 5px;
  position: relative;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.5);
}
.sec04 .border-box .plus {
  position: absolute;
  top: -6.5rem;
  left: -11rem;
  width: 12.8rem;
}
.sec04 .border-box .inner {
  border: 1px solid #fff;
  padding: 2rem;
  text-align: center;
  font-size: 3.4rem;
  line-height: 1.5em;
  font-weight: bold;
  overflow: hidden;
}
.sec05 {
  padding: 0;
}
.job-box .txt-box {
  padding: 10rem;
  width: 45%;
  color: rgb(115, 115, 115);
}
.job-box .txt-box h2 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 5rem;
}
.job-box .txt-box dl {
  margin-bottom: 5rem;
}
.job-box .txt-box dt {
  font-weight: bold;
}
.job-box .img-box {
  width: 55%;
  background: url("../img/top/job_img.jpg") no-repeat center;
  background-size: cover;
}
.sec06 {}
.sec06 .main-img {
  max-width: 85rem;
  margin: 0 auto 15rem;
}
.nayami-box {
  position: relative;
}
.nayami-box .person {
  max-width: 28rem;
  width: 100%;
  margin: 0 auto;
}
.nayami-box .txt {
  max-width: 40rem;
  width: 100%;
  background: #eaead3;
  color: rgb(115, 115, 115);
  font-size: 2.8rem;
  font-weight: bold;
  padding: 3rem;
  position: relative;
  z-index: 2;
}
.nayami-box .txt01 {
  position: absolute;
  top: -5rem;
  left: 10rem;
}
.nayami-box .txt02 {
  position: absolute;
  top: 15rem;
  left: 5rem;
}
.nayami-box .txt03 {
  position: absolute;
  top: 0rem;
  right: 5rem;
}
.nayami-box .txt.l::after {
  content: "";
  position: absolute;
  right: 0; /* 横位置を調整 */
  bottom: -2rem; /* ボックスから外に出す */
  width: 0;
  height: 0;
  border-left: 2rem solid transparent; /* 左側は透明 */
  border-top: 2rem solid #eaead3; /* 上側が吹き出し色 */
}
.nayami-box .txt.r::after {
  content: "";
  position: absolute;
  left: 0; /* 横位置を調整 */
  bottom: -2rem; /* ボックスから外に出す */
  width: 0;
  height: 0;
  border-right: 2rem solid transparent; /* 左側は透明 */
  border-top: 2rem solid #eaead3; /* 上側が吹き出し色 */
}
.sec06 h2 {
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 10rem;
  font-weight: bold;
  color: #938D71;
  font-size: 2.8rem;
  line-height: 2em;
}
.line-btn {
  max-width: 60rem;
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.line-btn a {
  display: block;
  font-weight: bold;
}
.line-btn .txt {
  color: #fff;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3rem;
  text-decoration: underline;
  display: block;
  white-space: nowrap;
  width: 100%;
}
.line-btn .bg{
	display: block;
}
.pulse{
  animation:pulse 2s cubic-bezier(.2,0,.8,1) infinite;
}
@keyframes pulse{
  0%   { transform:scale(1); }
  15%  { transform:scale(1.08); }
  30%  { transform:scale(1); }
  50%  { transform:scale(1.1); }
  90%  { transform:scale(1.1); }
  100% { transform:scale(1); }
}
.contact-box {
  text-align: center;
  margin-top: 5rem;
}
.contact-box dt {
  font-size: 2.8rem;
  font-weight: bold;
  color: rgb(115, 115, 115);
}
.contact-box .arrow {
  margin: 3rem 0 5rem;
}
.contact-box .arrow svg {
  width: 9rem;
  height: 3.5rem;
  transform: rotate(180deg);
}
.contact-box .btn {
  max-width: 50rem;
  width: 100%;
  margin: 0 auto;
}
.contact-box .btn a {
  display: block;
  color: #fff;
  font-size: 4rem;
  
  padding: 5rem 2rem;
  font-weight: bold;
}
.contact-box .btn a .txt{
border-bottom:3px solid #fff;
}
.sec07 {
  background: rgba(255, 255, 255, 0.5);
}
.sec07 .bnr-box {
  width: 45rem;
  height: 45rem;
}
.sec07 .bnr-box.bnr02 {
  margin-top: 25rem;
  margin-bottom: -15rem;
}
.sec07 .bnr-box a {
  width: 45rem;
  height: 45rem;
  display: block;
  background: rgba(255, 255, 255, 0.8);
  display: table;
  border-radius: 100%;
  padding: 6rem;
  font-size: 87.5%;
  line-height: 2em;
}
.sec07 .bnr-box .inner {
  display: table-cell;
  vertical-align: middle;
}
.sec07 .bnr-box .bnr {
  margin-bottom: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 2.2rem;
  }
  section {
    padding: 8rem 0;
    overflow: hidden;
  }
  .wrap, .wrap-m, .wrap-s, .wrap-ss {
    padding: 0 5vw;
  }
  /*==================================================
index
==================================================*/
  .bg-movie video {
    height: 105%;
  }
  .sec01 .txt01 {
    font-size: 6rem;
  }
  .sec01 .txt01 .txt {
    margin-bottom: 50rem;
  }
  .sec01 .txt02 {
    margin-bottom: -2rem;
    z-index: 10;
    position: relative;
  }
  .sec01 .plus-box {
    width: 45rem;
    height: 45rem;
  }
  .sec02 .txt-box p {
    font-size: 4rem;
    margin-bottom: 15rem;
  }
  .sec02 .txt-box .mar-b {
    display: block;
    margin-bottom: 10rem;
  }
  .sec02 .txt-box .sp-b {
    font-size: 200% !important;
  }
  .sec02 .txt-box02 .txt01 .icon {
    width: 26rem;
  }
  .sec02 .txt-box02 .txt03 {
    margin-left: 0;
  }
  .sec02 .txt-box02 .txt01 .txt, .sec02 .txt-box02 .txt03 .txt {
    font-size: 6rem;
  }
  .sec02 .txt-box02 .txt02 {
    margin: 2rem 0 0;
    text-align: center;
  }
  .sec02 .txt-box02 .txt02 .txt {
    font-size: 8rem;
  }
  .sec02 .txt-box03 h1 {
    font-size: 3rem;
  }
  .sec03 {
    padding-top: 5rem;
  }
  .sec03 .main-img {
    margin: 0 -5.1vw;
  }
  .sec03 h2 {
    font-size: 2.8rem;
  }
  .tit-box01 {
    margin-top: 20rem;
  }
  .tit-box01 .tit {
    width: 30%;
    z-index: 10;
    margin-top: -45rem;
  }
  .tit-box01 .img-box {
    width: 70%;
  }
  .tit-box01 .tit .circle {
    
    margin-left: 8.2rem;
  }
	  .tit-box01 .tit .circle .inner{
		  width: 20rem;
    height: 20rem;
	}
  .tit-box01 .tit .txt {
    font-size: 4rem;
  }
  .point-box .num-txt {
    display: block;
  }
  .point-box .num {
    margin: 0 auto 3rem;
    width: 17rem;
    height: 17rem;
  }
  .point-box .txt {
    text-align: center;
    font-size: 2.8rem;
  }
  .point-box .txt h4 {
    display: inline-block;
    text-align: left;
  }
  .point-box p {
    padding-left: 0rem;
  }
  .sec04 {
    padding-top: 0;
  }
  .tit-box01.ver02 .tit .txt {
    margin-left: 11rem;
  }
  .sec04 h3 {
    margin: 5rem 0 0;
    text-align: center;
  }
  .map-box {
    margin: 3rem auto 15rem;
    width: 60%;
  }
  .map-box .col {
    width: 100%;
  }
  .map-box .img-box {
    margin-bottom: 2rem;
  }
  .sec04 .border-box .inner {
    font-size: 2.4rem;
  }
  .sec04 .border-box .plus {
    position: absolute;
    top: -8rem;
    left: -2rem;
    width: 10rem;
  }
  .job-box .img-box {
    width: 100%;
    height: 60vw;
  }
  .job-box .txt-box {
    width: 100%;
  }
  .job-box .txt-box {
    padding: 5rem 5vw;
  }
  .sec06 .main-img {
    margin-left: -5.1vw;
    margin-right: -5.1vw;
  }
  .nayami-box .person {
    width: 55%;
    margin-left: auto;
    margin-right: 0;
  }
  .nayami-box .txt {
    max-width: 20rem;
    font-size: 2rem;
    line-height: 1.5em;
    padding: 2rem;
  }
  .nayami-box .txt01 {
    left: 2rem;
  }
  .nayami-box .txt02 {
    left: 0rem;
  }
  .nayami-box .txt03 {
    top: -11rem;
    right: 0;
    max-width: 17rem;
  }
  .sec07 .bnr-box, .sec07 .bnr-box a {
    width: 50rem;
    height: 50rem;
  }
  .sec07 .bnr-box.bnr01, .sec07 .bnr-box.bnr03 {
    margin-left: -10vw;
  }
  .sec07 .bnr-box.bnr02 {
    margin-top: 5rem;
    margin-bottom: 5rem;
    margin-left: 10vw;
  }
  .sec07 .bnr-box a {
    padding: 10rem;
  }
  .site-footer .logo-box {
    margin: 0 auto 5rem;
  }
  .site-footer h2 {
    font-size: 2rem;
  }
  .site-footer dl {
    margin-top: 5rem;
  }
  .site-footer dt {
    text-align: center;
    display: block;
    width: 100%;
    margin: 0 0 2rem;
  }
  .site-footer dd {
    margin: 0 auto;
  }
  .site-footer address {
    text-align: center;
  }
}