@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
.fnt-notosans {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}

.db {
  display: block;
}

.img-object img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 768px) {
  #kv .kv-img {
    background: url("../img/company/kv_img.jpg") no-repeat center/cover;
  }
}

.fw-sm {
  font-weight: 600;
}

.clo-orange {
  color: #c27f2d;
}

#sec1 {
  position: relative;
  z-index: 0;
  margin-top: 16vw;
}
#sec1:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: url("../img/shared/bg5.jpg");
  width: 25%;
  height: 120vw;
  z-index: -1;
}
#sec1:after {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -7vw;
  background-image: url(../img/company/sec1_deco.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 110vw;
  z-index: -2;
}
#sec1 .wrap {
  padding-bottom: 15vw;
}
#sec1 h2 {
  font-size: 6.8vw;
  line-height: 2;
}
#sec1 h2 span {
  font-size: 9.33vw;
  line-height: 1.09;
  letter-spacing: 0.16em;
}
#sec1 h2 small {
  font-size: 6vw;
}
#sec1 .text {
  letter-spacing: 0;
  margin-top: 4vw;
}
#sec1 .sec1-img1 {
  margin-top: 8vw;
}
#sec1 .inner2 {
  margin-top: 4vw;
  align-items: flex-start;
}
#sec1 .sec1-img2 {
  margin-top: 8vw;
  width: 58%;
}
#sec1 .sec1-img3 {
  position: relative;
  z-index: 1;
  margin: 0px 0px 0px 2%;
  width: 40%;
}
#sec1 .sec1-img3:before {
  content: "";
  position: absolute;
  top: 4vw;
  left: 4vw;
  background-image: url(../img/shared/deco1.png);
  background-position: center top;
  background-repeat: repeat;
  background-size: 20% auto;
  z-index: -1;
  width: 100%;
  height: 100%;
}
#sec1 .sec1-img4 {
    margin: 7vw 0 0 14vw;
}
@media only screen and (max-width: 767px) {
  #sec1 h2 {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  #sec1 {
    margin-top: 140px;
    padding: 0 30px;
  }
  #sec1 .wrap {
    padding-bottom: 130px;
    max-width: 1250px;
  }
  #sec1:before {
    top: 0px;
    width: calc(50% - 230px);
            height: 100%;
  }
  #sec1:after {
    left: calc(50% - 292px);
    bottom: -35px;
    background-size: auto;
    width: 1248px;
    height: 832px;
  }
  #sec1 .inner1 {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  #sec1 .col-txt {
    width: 575px;
    margin: -13px -17px 0px 0px;
  }
  #sec1 h2 {
    font-size: 36px;
  }
  #sec1 h2 small {
    font-size: 30px;
    margin-bottom: 12px;
  }
  #sec1 h2 span {
    font-size: 55px;
  }
  #sec1 .text {
    margin-top: 30px;
  }
  #sec1 .sec1-img1 {
    width: calc(100% - 500px);
    margin: 0px 0px 0px -125px;
    height: 622px;
  }
  #sec1 .inner2 {
    margin-top: 91px;
  }
  #sec1 .sec1-img2 {
    margin: 80px 0px 0px -19px;
    width: calc(50% - 15px);
  }
  #sec1 .sec1-img3 {
    margin-right: 80px;
    width: calc(50% - 226px);
    height: 294px;
  }
  #sec1 .sec1-img3:before {
    top: 40px;
    left: 40px;
    background-size: auto;
  }
  #sec1 .sec1-img4 {
      margin: 45px -130px 0px auto;
    width: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #sec1 .sec1-img1{
    width: calc(100% - 480px);
  }
}

.sec-bg-white {
  background-image: url(../img/shared/bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
}

#sec2 {
  position: relative;
}
#sec2 .wrap {  
  padding-bottom: 15vw;
}
#sec2 .col-txt {
  position: relative;
  z-index: 1;
  margin-top: -13vw;
}
#sec2 h2 {
  font-size: 9.33vw;
  line-height: 1.7;
  letter-spacing: 0.16em;
}
#sec2 h2 small {
  font-size: 8vw;
  letter-spacing: 0.1em;
  margin-left: 8vw;
}
#sec2 .text {
  letter-spacing: 0;
  margin-top: 4vw;
}
#sec2 .sec2-img {
  margin: 0px -10%;
}
#sec2 .s2-js{
}
@media only screen and (min-width: 768px) {
  #sec2 .wrap {
    max-width: 1250px;
    padding-top: 111px;
    padding-bottom: 130px;
  }
  #sec2 .col-txt {
    width: 562px;
    margin-top: 0;
  }
  #sec2 h2 {
    font-size: 50px;
  }
  #sec2 h2 small {
    font-size: 40px;
    margin-left: 72px;
  }
  #sec2 .text {
    margin: 52px 0px 0px 70px;
  }
  #sec2 .sec2-img {
    position: absolute;
    top: 0px;
    right: -125px;
    margin: 0px;
  }
#sec2 .s2-js{
     position: absolute;
    left: calc(50% - 110px);
    top: 0;
    width: 877px;
    height: 695px;
}
}

#sec3 .box {
  border: 1px solid rgba(0, 0, 0, 0.3);
  position: relative;
  box-sizing: border-box;
  padding: 10vw 5.3%;
}
#sec3 .box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/company/bg_opacity.png);
  background-position: center top;
  background-repeat: repeat;
}
#sec3 .box + .box {
  margin-top: 10vw;
}
#sec3 h2 {
  text-align: center;
}
#sec3 h2 small {
  font-size: 5.06vw;
  font-weight: 100;
}
#sec3 h2 span {
  font-size: 7.46vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 2vw;
}
#sec3 .list-txt dl {
  display: flex;
    letter-spacing: 0;
      line-height: 1.8;
}
#sec3 .list-txt dl dd {
  margin-left: auto;
}
#sec3 .list-txt dl dd span{
 display: block;
}
#sec3 .box2 .list-txt dl + dl{
  margin-top: 0.8em;
}
#sec3 .list-txt p.note{
    margin: 2em auto 0;
}
#sec3 .box1 .list-txt {
  margin-top: 8vw;
}
#sec3 .box1 .list-txt dl {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 2vw 0px;
}
#sec3 .box1 .list-txt dl dt {
  width: 110px;
}
#sec3 .box1 .list-txt dl dd {
  width: calc(100% - 110px);
}
#sec3 .box2 .list-txt {
  margin-top: 6vw;
  box-sizing: border-box;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 5vw;
}
#sec3 .box2 .list-txt dl dt {
  width: 80px;
}
#sec3 .box2 .list-txt dl dd {
  width: calc(100% - 80px);
}

@media only screen and (min-width: 768px) {
  #sec3 .box {
    padding: 0px 85px;
  }
  #sec3 .box + .box {
    margin-top: 80px;
  }
  #sec3 .box1 {
    padding-top: 52px;
    padding-bottom: 97px;
  }
  #sec3 .box1 .list-txt {
    margin-top: 55px;
  }
  #sec3 .box1 .list-txt dl {
    padding: 20px 35px;
  }
  #sec3 .box1 .list-txt dl dt {
    width: 235px;
  }
  #sec3 .box1 .list-txt dl dd {
    width: calc(100% - 240px);
  }
  #sec3 .box2 {
    padding: 70px 0px 78px;
    align-items: center;
  }
  #sec3 .box2 h2 {
    width: 200px;
  }
  #sec3 .box2 .list-txt {
    margin-top: 0px;
    width: calc(100% - 200px);
    border-top: 0px;
    border-left: 1px solid rgba(0, 0, 0, 0.3);
    padding: 5px 0px 25px 48px;
  }
  #sec3 .box2 .list-txt dl dt {
    width: 130px;
  }
  #sec3 .box2 .list-txt dl dd {
    width: calc(100% - 130px);
  }
  #sec3 .box2 .list-txt dl + dl {
    margin-top: 27px;
  }
  #sec3 h2 small {
    font-size: 18px;
  }
  #sec3 h2 span {
    font-size: 36px;
    margin-top: 4px;
  }
  #sec3 .list-txt {
    font-size: 18px;
    line-height: 40px;
  }
  #sec3 .list-txt dl{
        font-size: 17px;
  }
#sec3 .list-txt dl dd span{
 display: block;
  padding-left: 8.5em;
}
}

#news {
  position: relative;
  z-index: 0;
  margin-top: 10vw;
  padding-bottom: 12vw;
}
#news:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% - 77vw);
  bottom: 0;
  left: 0;
  background: url("../img/shared/deco1.png") repeat center/36px auto;
}
#news .wrap {
  padding: 0;
}
#news h2 {
  text-align: center;
}
#news h2 small {
  font-size: 5.06vw;
  font-weight: 100;
}
#news h2 span {
  font-size: 7.46vw;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 2vw;
}
#news .df-pc {
  margin-top: 9vw;
}
#news .row-item {
  width: 175px !important;
  margin: 0 15px;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 25px;
}
#news .feed-info {
  margin-top: 5vw;
}
#news .date {
  font-size: 12px;
}
#news .rss_img a {
  height: 0;
  position: relative;
  display: block;
  padding-top: 140%;
}
#news .rss_img a span {
  transition: ease 0.3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  background: url("../img/shared/no-img.jpg") no-repeat center/100% 100%;
  border: 1px solid #301601;
}
#news .rss_img a:hover span {
  opacity: 0.8;
}
#news .rss_ttl {
  line-height: 1.5;
}
#news .rss_ttl a {
  display: block;
}
#news .rss_ttl a:hover {
  text-decoration: underline;
}
#news .btn-link {
  margin: 11vw auto 10vw;
  width: 335px;
}
#news .btn-link span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}
#news .btn-link i {
  right: 0;
}
#news .btn-link:hover {
  text-decoration: none;
  color: #fff;
  background: #301601;
  opacity: 1;
}
#news .btn-link:hover i {
  background: url("../img/shared/arrow_white.png") no-repeat center/100% auto;
}
#news .btn-link:hover i img {
  opacity: 0;
}
@media only screen and (min-width: 768px) {
  #news {
    margin-top: 104px;
    padding-bottom: 91px;
  }
  #news:before {
    height: 322px;
    background: url("../img/shared/deco1.png") repeat center/73px auto;
  }
  #news h2 {
    text-align: left;
    position: absolute;
    top: -13px;
    left: 5px;
  }
  #news h2 small {
    font-size: 18px;
  }
  #news h2 span {
    font-size: 36px;
    margin-top: 4px;
  }
  #news .df-pc {
    margin: 0px 0px 0px auto;
    max-width: 858px;
  }
  #news .row-item {
    width: 30% !important;
    margin: 0;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 0;
  }
  #news .feed-info {
    margin-top: 40px;
  }
  #news .date {
    font-size: 16px;
    letter-spacing: 2px;
  }
  #news .rss_img a {
    padding-top: 140%;
  }
  #news .rss_ttl {
    letter-spacing: -2px;
  }
  #news .btn-link {
    margin: 0;
    position: absolute;
    top: 288px;
    left: 2px;
    width: 44px;
    line-height: 44px;
    height: 177px;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
  }
  #news .btn-link span {
    padding: 0 0 15px;
  }
  #news .btn-link i {
    top: auto;
    right: 50%;
    bottom: 0;
    transform: translate(50%, 0);
    width: 11px;
  }
}

#sec4 {
  background-image: url(../img/company/sec4_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20vw 0px 30vw;
}
#sec4 h2 {
  font-weight: 500;
  font-size: 7.46vw;
  line-height: 1.5;
}
#sec4 h2 span {
  font-weight: 100;
  letter-spacing: 0.1em;
  font-size: 5.06vw;
}
#sec4 h3 {
  font-size: 6.66vw;
  line-height: 1.33;
  letter-spacing: 0.1em;
  margin-top: 5vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    padding: 183px 0px 273px;
  }
  #sec4 h2 {
    font-size: 36px;
  }
  #sec4 h2 span {
    font-size: 18px;
  }
  #sec4 h3 {
    font-size: 30px;
    margin-top: 35px;
  }
}

/*=============================================
 * .tabs-switch
 *=============================================*/
.tabs-switch[data=fade] .tab-content {
  min-height: 100px;
  position: relative;
}
.tabs-switch .tab-link {
  display: flex;
  justify-content: center;
  text-align: center;
}
.tabs-switch .tab-link * {
  cursor: pointer;
}
.tabs-switch .tab-link li {
  background: #e7e6e6;
}
.tabs-switch .tab-link .active {
  
  background-image: url(../img/company/bg_yellow.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
.tabs-switch .tab-content > * {
  display: none;
}
.tabs-switch[data=fade] .tab-content > * {
  margin: auto;
  width: 100%;
  height: 100%;
}

#sec5 .tab-link {
  margin: -13.3vw 5.3% 0px;
  column-gap: 2%;
}
#sec5 .tab-link li {
  width: 50%;
  font-size: 5.6vw;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 2vw 0px;
}
#sec5 .tab-content {
  background-image: url(../img/company/bg_yellow.jpg);
  background-position: center top;
  background-repeat: repeat;
  box-sizing: border-box;
  padding: 10vw 5.3% 8vw;
}
#sec5 .detail {
  box-sizing: border-box;
  background-image: url(../img/shared/bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
  padding: 10vw 0px;
}
#sec5 .box {
  box-sizing: border-box;
  border: 1px solid rgba(40, 28, 14, 0.1);
  padding: 8vw 5.3%;
}
#sec5 .box h2 {
  font-size: 6.66vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
}
#sec5 .box + .box {
  margin-top: 10vw;
}
#sec5 .vcard {
  margin-top: 5vw;
}
#sec5 .vcard dl {
  line-height: 2.2;
  letter-spacing: 0.1em;
}
#sec5 .vcard dl + dl {
  margin-top: 5vw;
}
#sec5 #sec5-2 {
  background-image: url(../img/company/sec5_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding: 20vw 0px;
}
#sec5 .sec5-tel {
  font-size: 4.66vw;
  line-height: 2;
}
#sec5 .sec5-tel i {
  width: 4.4vw;
  margin-right: 1vw;
}
#sec5 .sec5-tel span {
  font-size: 7.33vw;
  font-weight: 600;
}
#sec5 .sec5-tel small {
  font-size: 4.13vw;
}
#sec5 .sec5-tel .tel-num {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
  margin-top: 2vw;
}
#sec5 .sec5-btn {
  margin: 4vw auto 0px;
}
@media only screen and (max-width: 767px) {
  #sec5 .sec5-btn .btn-reserve {
    height: 53px;
  }
}
@media only screen and (min-width: 768px) {
  #sec5 .tab-link {
    margin-top: -72px;
    column-gap: 19px;
  }
  #sec5 .tab-link li {
    width: 300px;
    font-size: 22px;
    padding: 16px 0px;
  }
  #sec5 .tab-content {
    padding: 70px 60px 61px;
  }
  #sec5 .detail {
    padding: 102px 0px 117px;
  }
  #sec5 .box {
    padding: 73px 0px 64px;
  }
  #sec5 .box h2 {
    font-size: 30px;
  }
  #sec5 .box + .box {
    margin-top: 82px;
  }
  #sec5 .vcard {
    margin: 63px 84px 0px;
  }
  #sec5 .vcard dl {
    font-size: 18px;
    display: flex;
  }
  #sec5 .vcard dl dt {
    width: 172px;
  }
  #sec5 .vcard dl dd {
    width: calc(100% - 172px);
  }
  #sec5 .vcard dl + dl {
    margin-top: 41px;
  }
  #sec5 #sec5-2 {
    padding: 148px 0px 166px;
  }
  #sec5 .sec5-tel {
    font-size: 20px;
  }
  #sec5 .sec5-tel i {
    width: 21px;
    margin-right: 8px;
  }
  #sec5 .sec5-tel span {
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  #sec5 .sec5-tel .tel-num {
    margin-top: 9px;
  }
  #sec5 .sec5-tel small {
    font-size: 16px;
  }
  #sec5 .sec5-btn {
    margin-top: 27px;
    width: 433px;
  }
}