<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
*:focus {
    outline: none;
}
html {
    font-size: 62.5%;
}
a {
    text-decoration: none;
    color: #000;
}
img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
}
li {
    text-align: left;
    list-style: none;
}

input,textarea,select {
  -webkit-appearance: none;
}
select{
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}
/*繝ｪ繧ｻ繝�ヨ */
input[type="checkbox"]  {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
.wpcf7-list-item{
  margin: 0;
}
/* 繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ繝�じ繧､繝ｳ */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 30px;/*label謇句燕縺ｫ繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ逕ｨ縺ｮ菴咏區繧帝幕縺代ｋ*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 20px;/*繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ縺ｮ讓ｪ蟷�*/
    height: 20px;/*繝√ぉ繝�け繝懊ャ繧ｯ繧ｹ縺ｮ邵ｦ蟷�*/
    transform: translateY(-50%);
    top: 50%;
    left: 5px;
  }
  input[type="checkbox"]::after {
    border-bottom: 3px solid #666464;/*繝√ぉ繝�け縺ｮ螟ｪ縺�*/
    border-left: 3px solid #666464;/*繝√ぉ繝�け縺ｮ螟ｪ縺�*/
    opacity: 0;/*繝√ぉ繝�け蜑阪�髱櫁｡ｨ遉ｺ*/
    height: 6px;/*繝√ぉ繝�け縺ｮ鬮倥＆*/
    width: 11px;/*繝√ぉ繝�け縺ｮ讓ｪ蟷�*/
    transform: rotate(-45deg);
    top: 0;/*繝√ぉ繝�け譎ゅ�菴咲ｽｮ隱ｿ謨ｴ*/
    left: 10px;/*繝√ぉ繝�け譎ゅ�菴咲ｽｮ隱ｿ謨ｴ*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*繝√ぉ繝�け蠕瑚｡ｨ遉ｺ*/
  }
/*//////////////////
pc/smp
////////////////////*/

body {
    font-weight: 400;
    font-style: normal;
    word-break: break-all;
    font-size: 1.5rem;
    font-weight: 500;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.8;
    font-family: sans-serif;
    position: relative;
}


.pc{
    display: block;
}
.smp{
    display: none;
}
@media screen and (max-width: 979px) {
.pc{
    display: none;
}
.smp{
    display: block;
}   
}



/*==================================================
===================================*/

/* 貊代ｉ縺九↓螟牙ｽ｢縺励※蜃ｺ迴ｾ */
.smooth{
    animation-name:smoothAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
  縲transform-origin: left;
    opacity:0;
}

@keyframes smoothAnime{
  from {
  transform: translate3d(0, 100%, 0) skewY(12deg);
  opacity:0;
  }

  to {
  transform: translate3d(0, 0, 0) skewY(0);
  opacity:1;
  }
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繧偵＠縺溘ｉ蜃ｺ迴ｾ縺吶ｋ隕∫ｴ�縺ｫ縺ｯ縺倥ａ縺ｫ騾城℃0繧呈欠螳壹*/
 
.smoothTrigger{
    opacity: 0;
}


/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ繧ｹ繧ｿ繝ｼ繝医�驕�ｻｶ譎る俣繧呈ｱｺ繧√ｋCSS*/

.delay-time05{  
    animation-delay: 0.5s;
}

.delay-time1{  
    animation-delay: 1s;
}

.delay-time15{  
    animation-delay: 1.5s;
}

.delay-time2{  
    animation-delay: 2s;
}

.delay-time25{  
    animation-delay: 2.5s;
}

/* 繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ閾ｪ菴薙′螟牙喧縺吶ｋ譎る俣繧呈ｱｺ繧√ｋCSS*/

.change-time05{  
    animation-duration: 0.5s;
}

.change-time1{  
    animation-duration: 1s;
}

.change-time15{  
    animation-duration: 1.5s;
}

.change-time2{  
    animation-duration: 2s;
}

.change-time25{  
    animation-duration: 2.5s;
}

.index-body{
position: relative;
    overflow: hidden;
    background-repeat: repeat;
    background-size: 100px;
    background-image: url(../../assets/img/common/background-gray.png);
}

.container {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
/*.container::before, .container::after {
  position: absolute;
  width: 350px;
  height: 350px;
  content: "";
  border-radius: 54% 46% 42% 58%/60% 58% 42% 40%;
  border: 1px solid #000;
  animation: vawe 5s linear infinite;
}
.container::before {
  top: -10%;
  right: -10%;
}
.container::after {
  bottom: -10%;
  left: -15%;
}*/
.container .dots {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.container .dots span {
  position: absolute;
  border-radius: 50%;
  border-radius: 38% 62% 55% 45%/32% 53% 47% 68%;
  animation: vawe 7s linear infinite;
}
.container .dots span.one {
  top: 170px;
  left: calc(100% - 360px);
  width: 100px;
  height: 100px;
  border: 1px solid #ddd;
}
.container .dots span.one {
    right: 40px;
    left: auto;
    top: 1%;
}
.container .dots span.two {
    top: 900px;
    left: 540px;
    width: 70px;
    height: 70px;
    border-radius: 38% 62% 33% 67%/60% 53% 47% 40%;
    transform: rotate(90deg);
    border: 1px solid #b5b9f9;
}
.container .dots span.three {
    top: 900px;
  right: 30%;
  width: 350px;
  height: 350px;
  border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
  border: 1px solid #efcaa9;
}
@media screen and (max-width: 979px) {
.container .dots span.three {
    top: 23%;
}
}
.container .dots span.four {
    bottom: 1420px;
    right: 100px;
    width: 500px;
    height: 500px;
    border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
    border: 1px solid #a5dfb6;
}
@media screen and (max-width: 979px) {
.container .dots span.four {
    display: none;
}
}
.container .dots span.five {
    bottom: 1500px;
    left: -200px;
    width: 550px;
    height: 550px;
    border-radius: 38% 62% 55% 45%/52% 53% 47% 48%;
    border: 1px solid #9bddff;
}
@media screen and (max-width: 979px) {
 .container .dots span.five {
    bottom: 46%;
 }   
}

.container .dots span.six {
    bottom: 400px;
    left: 16%;
    width: 500px;
    height: 500px;
    border: 1px solid #ffb0b0;
}
@media screen and (max-width: 979px) {
    .container .dots span.six {
        bottom: 21%;
    }
}


@keyframes vawe {
  20% {
    border-radius: 45% 55% 62% 38%/53% 51% 49% 47%;
  }
  40% {
    border-radius: 45% 55% 49% 51%/36% 51% 49% 64%;
  }
  60% {
    border-radius: 60% 40% 57% 43%/47% 62% 38% 53%;
  }
  80% {
    border-radius: 60% 40% 32% 68%/38% 36% 64% 62%;
  }
}


.header-logo{
    width: 8%;
    position: absolute;
    z-index: 3;
    left: 40px;
    top: 40px;
}
@media screen and (max-width: 979px) {
.header-logo {
    width: 25%;
    position: absolute;
    z-index: 3;
    left: 20px;
    top: 20px;
}
}

/*//////////////////
pc/smp
////////////////////*/
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 30px 0 0;
    flex-wrap: wrap;
}
.pagination a {
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    background: #000;
    margin: 0 5px 10px;
    line-height: 1;
    color: #fff;
}
.pagination .current{
    display: inline-block;
    padding: 20px;
    border-radius: 5px;
    background: #eee;
    margin: 0 5px 10px;
    line-height: 1;
}
.def-btn{
    width: 250px;
    margin: auto;
}
@media screen and (max-width: 979px) {
    .def-btn{
        width: 100%;
    }
}
.def-btn .btn{
    font-family: 'Cinzel', serif;
    font-weight: 800;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #555;
    padding: 15px 30px;
    text-align: center;
    outline: none;
    transition: ease .2s;
    width: 100%;
    /*border-radius: 5px;*/
    background: #000;
}
.def-btn .btn span {
    position: relative;
    z-index: 3;
    color:#fff;
}
.def-btn .btn:hover span{
    color:#000;
}
.def-btn .bgskew::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background:#fff;
    width:120%;
    height: 100%;
    transform: skewX(-25deg);
}
.def-btn .bgskew:hover::before {
    animation: skewanime .5s forwards;
}
@keyframes skewanime {
    100% {
        left:-10%;
    }
}







.entry-wrap{
    width: 100%;
    margin: 0 0 80px;
}
@media screen and (max-width: 979px) {
.entry-wrap{
    display: none;
}
}
.entry-wrap .btn{
    font-family: 'Cinzel', serif;
    font-weight: 800;
    position: relative;
    text-decoration: none;
    display: inline-block;
    padding: 80px 0;
    text-align: center;
    outline: none;
    transition: ease .2s;
    width: 100%;
    margin: 0;
    background: #f29b8f;
}
@media screen and (max-width: 979px) {
    .entry-wrap .btn{
        padding: 40px 0;
    }
}
.entry-wrap .btn span {
    position: relative;
    z-index: 3;
    color: #fff;
    font-size: 8rem;
    font-family: 'Cinzel', serif;
    font-weight: 800;
    line-height: 1;
}
.entry-wrap .btn:hover span{
    color:#fff;
}
.entry-wrap .bgskew::before {
    content: '';
    position: absolute;
    top: 0;
    left: -130%;
    background:#bb5f52;
    width:120%;
    height: 100%;
    transform: skewX(-25deg);
}
.entry-wrap .bgskew:hover::before {
    animation: skewanime .5s forwards;
}
@keyframes skewanime {
    100% {
        left:-10%;
    }
}



.page-main-bg{
    position: relative;
    width: 100%;
    margin: auto;
    height: 20vh;
}
.page-main-title{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    font-weight: 300;
    font-size: 6rem;
}


.main-banner-waves{
    position: absolute;
    bottom: -1px;
    width: 100%;
}
.waves {
  position:relative;
  width: 100%;
  height:20vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
  z-index: 2;
}
/* Animation */

.parallax &gt; use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax &gt; use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax &gt; use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax &gt; use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax &gt; use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
}




.title{
    font-size: 3rem;
    font-family: 'Cinzel', serif;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: .15em;
}
.section-title{
    font-size: 2rem;
    font-family: 'Cinzel', serif;
    font-weight: 300;
    line-height: 1.2;
    margin: 0;
    letter-spacing: .05em;
}
.section-sub-title{
  font-weight: 300;
    font-size: 5rem;
    font-style: italic;
    line-height: 1.5;
    margin: 0 0 10px -5px;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
}
@media screen and (max-width: 979px) {
  .section-sub-title{
    font-size: 4.5rem;
  }
}
.section-text{
    margin: 0 0 30px;
}






#main-banner-wrap{
    position: relative;
}
.main-banner-text-wrap{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);    
    width: 50%;
    z-index: 2;
}
@media (min-width: 768px) and (max-width: 979px) {
  .main-banner-text-wrap{
    width: 60%;
  }  
}
@media screen and (max-width: 767px) {
  .main-banner-text-wrap{
    width: 90%;
  }
}
.main-banner-text{
    font-size: 8rem;
    font-weight: 300;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
    line-height: 1.25;
    font-style: italic;
    margin: 0 0 30px;
    width: 100%;
    color: #fff;
/*    text-shadow: 0px 0px 10px rgba(255, 255, 255, 1);*/

}
@media screen and (max-width: 979px) {
.main-banner-text{
    font-size: 4.5rem;
}
}
.main-banner-sub-text{
font-size: 2.4rem;
    font-weight: 500;
    font-family: sans-serif;
    line-height: 1.5;
    font-style: italic;
    color: #fff;
    width: 100%;
    padding: 0 10px;
    /*text-shadow: 0px 0px 10px rgb(0 0 0);*/
}
@media screen and (max-width: 979px) {
.main-banner-sub-text{
    font-size: 1.8rem;
}
}









#top-information{
    max-width: 1440px;
    width: 100%;
    margin: auto;
    margin: 80px 0;
}
@media screen and (max-width: 979px) {
    #top-information{
        margin: 80px 0 120px;
    }
}
.news-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 60%;
    margin: auto;
    flex-direction: column;
}
@media screen and (max-width: 979px) {
    .news-wrap{
        width: 80%;
    }
}
.news-wrap-inner{
    width: 70%;
}
@media screen and (max-width: 979px) {
 .news-wrap-inner{
    width: 100%;
}   
}
.news-wrap .def-btn{
    margin: 0;
}
.news-wrap-inner:last-child{
    margin: 30px 0 0;
}
.news-list-wrap{
    margin: 20px 0 0;
    display: block;
}
.news-title{
    font-size: 2rem;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
    font-weight: 300;
}
.news-date{
    font-size: 1.2rem;
}



.news-detail-all{
    border-top: 1px solid #000;
    padding: 60px 0;
    width: 100%;
}
@media screen and (max-width: 979px) {
.news-detail-all{
    width: 80%;
    margin: auto;
}
}
.news-detail-title{
    font-size: 3rem;
    font-style: italic;
    margin: 0 0 20px;
    line-height: 1.25;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
    font-weight: 300;
}
.news-detail-date{
    font-size: 1.2rem;
    margin: 0 0 10px;
}
.news-detail-thumb{
    margin: 0 0 30px;
}
.news-detail-contents{
    
}

#under-section .news-list-all{
    width: 100%;
}
@media screen and (max-width: 979px) {
#under-section .news-list-all{
    width: 80%;
    margin: auto;
}
}
#under-section .news-list-all a{
    display: block;
    margin: 0;
    border-bottom: 1px solid #000;
    padding: 40px 10px;
}
#under-section .news-list-all a:first-child{
    border-top: 1px solid #000;
}
#under-section .news-list-wrap{
    display: flex;
    flex-direction: column;
    margin: 0;
}
#under-section .news-list-title{
    font-size: 1.8rem;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
    font-weight: 300;
}
#under-section .news-list-date{
    font-size: 1.2rem;
}

#top-about{
    max-width: 1440px;
    width: 100%;
    position: relative;
}
@media screen and (max-width: 979px) {
    #top-about{
        margin: 0 auto 120px;
    }
}
.about-wrap:after {
    content: "";
    position: absolute;
    width: 40%;
    height: 350px;
    bottom: -440px;
    left: 0;
    background: #ebd5b4;
    z-index: -2;
}
@media screen and (max-width: 979px) {
.about-wrap:after {
    width: 40%;
    height: 250px;
    bottom: -210px;
    background: #ddd;
}   
}
.about-wrap::before {
    content: none;
}
@media screen and (max-width: 979px) {
.about-wrap::before {
    content: "";
    position: absolute;
    width: 70%;
    height: 250px;
    top: -50px;
    right: 0;
    background: #ebd5b4;
    z-index: -2;
}
}


.about-wrap{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media screen and (max-width: 979px) {
    .about-wrap{
        flex-direction: column;
    }
}
.about-wrap-inner{
    position: relative;
}


.smp-first-about-wrap-inner-img{
    display: none;
}
@media screen and (max-width: 979px) {
.smp-first-about-wrap-inner-img{
  display: block;
  position: relative;
  width: 43%; 
  margin: 0 0 -50% 10%;
}
.smp-first-about-wrap-inner-img::before{
 content: "";
  display: block;
  padding-top: 150%; 
}
.smp-first-about-wrap-inner-img .img{
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ddd;   
}
.smp-first-about-wrap-inner-img .img img{
    object-fit: cover;
}
}



.about-wrap-inner:first-child {
  position: relative;
  width: 23%; 
  margin: 0 0 -200px;
}
@media screen and (max-width: 979px) {
    .about-wrap-inner:first-child {
        width: 40%; 
        margin: 0 0 10px;
    }
}
.about-wrap-inner:first-child::before {
  content: "";
  display: block;
  padding-top: 150%; 
}
.about-wrap-inner:first-child .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ddd;
}
.about-wrap-inner:first-child .img img{
    object-fit: cover;
}


.about-wrap-inner:nth-child(2){
    width: 40%;
}
.about-wrap-inner:nth-child(2) .section-title-wrap{
    /*position: absolute;*/
    /*top: 100px;*/
    padding:0 40px;
}
@media screen and (max-width: 979px) {
.about-wrap-inner:nth-child(2){
    width: 80%;
    margin: auto;
}
.about-wrap-inner:nth-child(2) .section-title-wrap{
    position: static;
    top: 0;
    padding:0;
}
}


.about-wrap-inner:last-child {
  display: block;
  position: relative;
  width: 30%; 
  margin: -160px 0 0;
}
@media screen and (max-width: 979px) {
    .about-wrap-inner:last-child {
        display: none;
    }
}
.about-wrap-inner:last-child::before {
  content: "";
  display: block;
  padding-top: 130%; 
}
.about-wrap-inner:last-child .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ddd;
}
.about-wrap-inner:last-child .img img{
    object-fit: cover;
}






#top-business{
    max-width: 1440px;
    width: 100%;
    margin: 0 auto 200px;
}
@media screen and (max-width: 979px) {
    #top-business{
        margin: 0 auto 160px;
    }
}
.business-wrap{
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
@media screen and (max-width: 979px) {
    .business-wrap{
        flex-direction: column;
    }
}
.business-wrap:after{
content: "";
    position: absolute;
    width: 60%;
    height: 350px;
    bottom: -70px;
    right: 0;
    background: #ebd5b4;
    z-index: -2;
}
@media screen and (max-width: 979px) {
    .business-wrap:after{
        width: 30%;
    }
}
.business-wrap-inner:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 200px auto 0;
}
@media screen and (max-width: 979px) {
    .business-wrap-inner:last-child{
        width: 80%;
        margin: 30px 0 0;
    }
}
.business-wrap-inner:first-child{
    width: 50%;
    position: relative;
    margin: 0;
}
@media screen and (max-width: 979px) {
    .business-wrap-inner:first-child{
        width: 100%;
    }
}


.business-wrap-inner-img:first-child {
  position: relative;
  width: 80%; 
  margin: 0 0 0 auto;
}
.business-wrap-inner-img:first-child::before {
  content: "";
  display: block;
  padding-top: 100%; 
}
.business-wrap-inner-img:first-child .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ddd;
}
.business-wrap-inner-img:first-child img{
    object-fit: cover;
}

.business-wrap-inner-img:last-child {
  position: relative;
  width: 45%; 
  margin: -150px 0 0;
}
.business-wrap-inner-img:last-child::before {
  content: "";
  display: block;
  padding-top: 130%; 
}
.business-wrap-inner-img:last-child .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #ddd;
}
.business-wrap-inner-img:last-child img{
    object-fit: cover;
}
@media screen and (max-width: 979px) {
.under-about-wrap.loop-wrap{
  width: 80%;
  margin:0 auto 60px;
}
}






#top-interview{
    max-width: 1440px;
    width: 80%;
    margin: 0 auto 180px;
}
@media screen and (max-width: 979px) {
#top-interview{
    margin: 0 auto 120px;
}
}

#top-interview .section-title{
    width: 100px;
    height: 600px;
    position: absolute;
    right: -50px;
    top: -170px;
    writing-mode: vertical-rl;
    font-size: 7rem;
    z-index: 2;
}
@media screen and (max-width: 979px) {
#top-interview .section-title{
    font-size: 3rem;
    right: -20px;
    top: -70px;
}
}




.interview-slide-wrap{
    width: 100%;
    margin: auto;
    position: relative;
}
#interview-slide{
    width: 100%;
}
.interview-slide-title{
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.25;
    margin: 20px 0 10px;
}
.interview-slide-keireki-wrap{
    display: flex;
}
.interview-slide-busyo{
    font-weight: bold;
    margin: 0 15px 0 0;
}
.interview-slide-area{
    font-weight: bold;
    margin: 0 15px 0 0;
}
.interview-slide-nyusha{
    font-weight: bold;
    margin: 0 ;
}




#faq-recruit{
    width: 80%;
    max-width: 1440px;
    margin:0 auto 160px;
}
@media screen and (max-width: 979px) {
#faq-recruit{
    width: 100%;   
}
}
.faq-recruit-wrap{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
@media screen and (max-width: 979px) {
    .faq-recruit-wrap{
        flex-direction: column;
        width: 80%;
    }
}


.faq-recruit-wrap .faq, .faq-recruit-wrap .recruit{
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
@media screen and (max-width: 979px) {
    .faq-recruit-wrap .faq, .faq-recruit-wrap .recruit{
        width: 100%;
    }
}
.faq-recruit-wrap .faq{
    background: #fff;
}
@media screen and (max-width: 979px) {
.faq-recruit-wrap .faq{
    margin: 0 0 40px;
}
}
.faq-recruit-wrap .recruit{
    background: #fff;
}
.faq-recruit-wrap .faq .section-title-wrap,.faq-recruit-wrap .recruit .section-title-wrap{
    padding: 80px 0;
}
@media screen and (max-width: 979px) {
.faq-recruit-wrap .faq .section-title-wrap,.faq-recruit-wrap .recruit .section-title-wrap{
    width: 80%;
}   
}
.faq-recruit-wrap .section-sub-title{
    margin: 0 0 30px;
}
@media screen and (max-width: 979px) {
    .faq-recruit-wrap .section-sub-title{
        font-size: 4rem;
    }
}


.faq-recruit-wrap .section-title{
    margin: 0 0 20px;
}






#new-faq-recruit{
    width: 100%;
    max-width: 1440px;
    margin:0 auto 160px;
}
@media screen and (max-width: 979px) {
  #new-faq-recruit{
    width: 100%;
  }
}
.new-faq-recruit-wrap{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: auto;
    position: relative;
}
@media screen and (max-width: 979px) {
  .new-faq-recruit-wrap{
    flex-direction: column;
  }
}
.new-faq-inner{
  width: 48%;
}
@media screen and (max-width: 979px) {
.new-faq-inner{
  width: 100%;
} 
}
@media screen and (max-width: 979px) {
.new-faq-inner:first-child{
  width: 100%;
  margin: 0 0 30px;
}  
}
.new-faq-inner:last-child{
  margin: 0 0 0;
  display: flex;
  justify-content: center;
}
.new-faq-inner .faq-img img{
  object-fit: cover;
  height: 45vh;
}
@media screen and (max-width: 979px) {
.new-faq-inner .faq-img img{
  height: 25vh;
}
}
.new-faq-recruit-wrap:before {
content: "";
    position: absolute;
    width: 40%;
    height: 350px;
    top: -70px;
    left: 160px;
    background: #ebd5b4;
    z-index: -2;
}
@media screen and (max-width: 979px) {
  .new-faq-recruit-wrap:before {
    left: 0;
  }
}

@media screen and (max-width: 979px) {
#new-faq-recruit .section-title-wrap{
  width: 80%;
}
}
/*//////////////////
sticky
////////////////////*/
.sticky-button {
    position: fixed;
    right: 0;
    bottom: 0;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    z-index: 999;
}
.sticky-button ul {
    display: flex;
}
.sticky-button li a {
display: block;
    padding: 8px 20px;
    color: #fff;
    font-size: 3rem;
    font-family: 'Cinzel', serif;
    font-weight: 800;
    font-style: italic;
}
.sticky-button li {
    width: 100%;
    text-align: center;
    background: #f29b8f;
}
/*.sticky-button li:first-child {
    background: #005d8a;
}
.sticky-button li:last-child {
    background: #c3963c;
}*/
.sticky-front-page-button{
    width: 100% !important;
}
.active {
    opacity: 1;
    visibility: visible;
    background: rgba(255, 255, 255, 0) !important;
}
.absolute {
    position: absolute;
    /*top: -40px;*/
    top: -70px;
    bottom: auto;
    width: 100%;
}
.top-smp-head-opacity-0 {
    background: rgba(255, 255, 255, 0) !important;
}


#under-section{
    margin:0 0 120px; 
}
@media screen and (max-width: 979px) {
#under-section{
    margin:0 0 150px; 
}
}
#under-head{
    width: 100%;
    margin: 0;
}
.under-header-title{
    font-size: 6rem;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    padding:0 0 60px;
    width: 50%;
    margin: auto;
    line-height: 1.2;
        font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;

}
@media screen and (max-width: 979px) {
.under-header-title{
    font-size: 4rem;
    width: 83%;
}
}
.under-header-sub-title{
    font-size: 2rem;
    font-weight: 300;
    font-style: italic;
    text-align: left;
    padding: 120px 0 0;
    width: 50%;
    margin: auto;
    font-family: 'Cinzel', serif;
}
@media screen and (max-width: 979px) {
    .under-header-sub-title{
        width: 80%;
    }
}
.under-header-img{
    margin: 0 0 80px;
}
.under-header-img img{
    height: 35vh;
    object-fit: cover;
    object-position: top;
}
@media screen and (max-width: 979px) {
    .under-header-img img{
        height: 20vh;
    }
}
.under-section-wrap{
    width: 50%;
    margin: auto;
}
.job-list-inner{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    border-bottom: 1px solid #000;
}
.job-list-inner:first-child{
    border-top: 1px solid #000;
}
.job-list-left{
    width: 30%;
    padding: 40px 10px;
}
.job-list-right{
    width: 70%;
    padding: 40px 10px;
}
@media screen and (max-width: 979px) {
    .under-section-wrap{
        width: 100%;
    }
    .job-list-inner{
        width: 80%;
        flex-direction: column;
        margin: auto;
    }
.job-list-left{
    width: 100%;
    padding: 40px 0 0 10px;
}
.job-list-right{
    width: 100%;
    padding: 0px 0 40px 10px;
}
}






.job-list-all{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-top: 1px solid #000;
}
@media screen and (max-width: 979px) {
    .job-list-all{
        flex-direction: column;
        width: 80%;
        margin: auto;
    }
}
.job-list-all a{
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 3rem;
    font-style: italic;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 979px) {
    .job-list-all a{
    width: 100%;
    font-size: 2rem;
    line-height: 1.5;
    }
}
.job-list-all a img{
    width: 50px;
    margin: 0 0 0 20px;
}



.interview-all{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-top: 1px solid #000;
}
@media screen and (max-width: 979px) {
    .interview-all{
        flex-direction: column;
        width: 80%;
        margin: auto;
    }
}
.interview-all a{
    display: flex;
    justify-content: space-between;
    padding: 40px 20px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 3rem;
    font-style: italic;
    align-items: center;
    flex-direction: row;
}
@media screen and (max-width: 979px) {
    .interview-all a{
        width: 100%;
        flex-direction: column;
        padding: 30px 0 20px;
    }
}
.interview-all a .interview-all-thumb{
    width: 20%;
    margin: 0 20px 0 0;
}
.interview-all a .interview-all-title-wrap{
    width: 70%;
    margin: 0 20px 0 0;
    display: flex;
    flex-direction: column;
}
.interview-all a .interview-all-title{
    font-size: 2rem;
    line-height: 1.25;
    margin: 0 0 10px;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
    font-weight: 300;
}
.interview-all a .interview-all-right-btn{
    width: 5%;
}
.interview-all a .interview-all-in-date{
    font-size: 1.4rem;
}
.interview-all a .interview-all-occ{
    font-size: 1.4rem;
}

@media screen and (max-width: 979px) {
  .interview-all a .interview-all-thumb{
      width: 100%;
      margin: 0;
  }
  .interview-all a .interview-all-title-wrap{
      width: 100%;
      margin: 20px 0 0;
  }
  .interview-all a .interview-all-title{
      font-size: 2rem;
      line-height: 1.25;
  }
  .interview-all a .interview-all-right-btn{
      display: none;
  }
  .interview-all a .interview-all-in-date{
      font-size: 1.4rem;
  }
  .interview-all a .interview-all-occ{
      font-size: 1.4rem;
  }
}


#culture.job-list-all{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    border-top: 1px solid #000;
    margin:0 auto 80px;
}
@media screen and (max-width: 979px) {
    #culture.job-list-all{
        flex-direction: column;
        width: 80%;
        margin:0 auto 80px;
    }
}
#culture.job-list-all a{
    display: flex;
    justify-content: space-between;
    padding: 20px;
    color: #000;
    width: 100%;
    border-bottom: 1px solid #000;
    font-size: 3rem;
    font-style: italic;
    align-items: center;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 979px) {
    #culture.job-list-all a{
        width: 100%;
    }
}
#culture.job-list-all a img{
    width: 30px;
    transform: rotate(90deg);
}
#culture.job-list-all a span{
    display: flex;
}



.swiper-button-next, .swiper-button-prev{
    border: 1px solid #000;
    border-radius: 100px;
    width: 50px !important;
    height: 50px !important;
    top: -55px !important;
}
.swiper-button-prev{
    left: auto !important;
    right: 120px !important;
}
.swiper-button-next{
    left: auto !important;
    right: 44px !important;   
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5rem !important;
    color: #000;
}

@media screen and (max-width: 979px) {
.swiper-button-next, .swiper-button-prev{
    top: -44px !important;
}
.swiper-button-prev{
    left: auto !important;
    right: 90px !important;
}
.swiper-button-next{
    left: auto !important;
    right: 24px !important;   
}
}


.under-about-wrap-inner{
  margin: 0 0 60px;
}
.under-about-wrap-inner:last-child{
  margin: 0;
}
.under-about-wrap{
    flex-direction: column;
    align-items: flex-start;
    margin: 0 0 60px;
}
.under-about-img{
    margin: 0 0 30px;
}
.under-about-title{
    margin: 0 0 20px;
    font-size: 4rem;
    font-style: italic;
    text-align: left;
    line-height: 1.2;
    font-family: "貂ｸ譏取悃菴�", "Yu Mincho", "YuMincho","繝偵Λ繧ｮ繝取�譛� ProN W3", "Hiragino Mincho ProN","serif","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "繝｡繧､繝ｪ繧ｪ", Meiryo, "�ｭ�ｳ 繧ｴ繧ｷ繝�け", sans-serif;
    font-weight: 300;
}
@media screen and (max-width: 979px) {
.under-about-title{
    width: 80%;
    margin:0 auto 20px;
}
.under-about-text{
    width: 80%;
    margin: auto;
}
}


/*//////////////////
footer
////////////////////*/
footer {
    padding: 0 0 30px;
    background: #26373a;
    position: relative;
}
footer ul.footer-link-ul {
    text-align: center;
    display: flex;
    justify-content: center;
    margin: 0 0 30px;
    flex-direction: row;
}
footer ul.footer-link-ul li {
    margin: 0 20px;
}
footer ul.footer-link-ul li a {
    color: #fff;
}
footer .copy {
    display: block;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 1.2rem;
    margin: 80px 0 0;
}


/*//////////////////
SMP footer
////////////////////*/

@media screen and (max-width: 979px) {

    footer {
        padding: 0 0 30px;
    }
    footer ul.footer-link-ul {
        flex-direction: column;
        margin: 0;
    }
    footer ul.footer-link-ul li {
        margin: 0;
        border-top: 1px solid #ddd;
    }
    footer ul.footer-link-ul li a {
        padding: 20px;
        border-bottom: 1px solid #ddd;
        display: block;
    }
    footer .copy {
        margin: 30px 0 0;
    }
}



/*//////////////////
contact
////////////////////*/

.box_con {
  margin: 0  auto;
}
@media only screen and (max-width: 979px) {
  .box_con {
    width: 90%;
  }
}
.box_con table {
  width: 100%;
}
.box_con table tr {
  position: relative;
}
.box_con table tr:after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 1px;
  border-bottom: dotted #cdcdcd 1px;
}
.box_con table tr th {
  width: 30%;
  font-weight: normal;
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 979px) {
  .box_con table tr th {
width: 100%;
    display: block;
    padding: 20px 0 0;
    text-align: left;
    font-weight: 300;
  }
}
.box_con table tr th span {
  background: #cd6f55;
  padding: 0 .3em;
  color: #fff;
  margin-left: .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box_con table tr td {
  padding: 1em .5em;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 979px) {
  .box_con table tr td {
    padding: 1.5em .5em;
    display: block;
    width: 100%;
  }
}
.box_con table tr select {
  border: 1px solid #97ae88;
}
.box_con table tr label input {
  cursor: pointer;
  display: none;
  vertical-align: middle;
}

.box_con table tr select, .box_con table tr input, .box_con table tr textarea {
    width: 100%;
    height: 4em;
    padding: 0.5em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #000;
}
.box_con table tr textarea {
  height: 10em;
}

/*繝励Λ繧､繝舌す繝ｼ縺ｮ繝�じ繧､繝ｳcss竊�*/
.con_pri {
  max-width: 700px;
  margin: 0  auto;
}
@media only screen and (max-width: 979px) {
  .con_pri {
    width: 95%;
  }
}
.con_pri .box_pri {
  height: 300px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #f7f7f7;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px 55px;
}
@media only screen and (max-width: 979px) {
  .con_pri .box_pri {
    margin-top: 4%;
    padding: 3%;
  }
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .con_pri .box_pri {
    padding: 4%;
  }
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
@media only screen and (max-width: 979px) {
  .con_pri .box_pri .box_tori {
    margin-top: 4%;
  }
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 150%;
}
@media only screen and (max-width: 979px) {
  .con_pri .box_pri .box_tori h4 {
    margin-bottom: 4%;
  }
}
.con_pri .box_pri .box_tori .txt {
  padding: 0 20px;
}
@media only screen and (max-width: 979px) {
  .con_pri .box_pri .box_tori .txt {
    padding: 0;
  }
}
.con_pri .box_pri .box_num {
  margin-top: 30px;
}
@media only screen and (max-width: 979px) {
  .con_pri .box_pri .box_num {
    margin-top: 5%;
  }
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
@media only screen and (max-width: 979px) {
  .con_pri .box_pri .box_num .txt {
    padding: 3% 0 0 3%;
  }
}

.box_check {
  text-align: center;
  margin: 1em auto;
}
.box_check label {
  display: inline-block;
  width: 100%;
}
.box_check label span {
  width: 100%;
}

.btn {
  text-align: center;
}
.btn input {
  display: block;
  background: #FF9800;
  padding: 20px;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  border: none;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  font-size: 2rem;
  font-weight: 300;
}




</pre></body></html>