@charset "utf-8";

body {
    letter-spacing: 0.1em;
    overflow-x: hidden;
}
.en { font-family: 'Zen Kaku Gothic Antique', sans-serif; }
.jp { font-family: 'Zen Old Mincho', serif; }



header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    padding: 0 0 0 40px;
}

.header_top_move {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.header_top_move img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_top_move video{
    width: 100%;
    height: 100vh;
    object-fit: cover;
    object-position: center;
}

.hea1 {
    width: 100%;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}

.hea2 {
    width: 100%;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
}
h1{}

.ul1 {
    display: flex;
    text-align: center;
    margin: 0 auto;
    padding: 0 150px 0 0;
}

.ul1 li {
    padding: 0 20px;
}

.ul1 li a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
}

.ul1 li a::after {
    background-color: #EBA623;
    bottom: -6px;
    content: "";
    height: 2px;
    left: -5px;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
    width: 100%;
    padding: 0 5px;
}

.ul1 li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
    }

.nav1 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, .8);
}

.nav1 ul {
    list-style: none;
    flex-direction: column;
}

.nav1 ul li a {
    display: block;
    font-size: 110%;
    color: #fff;
    padding: 15px 0;
}

 
.navToggle {
    display: block;
    position: fixed;
    right: 40px;
    top: 20px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 9999;
    text-align: center;
}

.navToggle span {
    display: block;
    position: absolute;
    width: 50px;
    border-bottom: solid 1px #fff;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: 5px;
}

.navToggle span:nth-child(1) {
    top: 23px;
}

.navToggle span:nth-child(2) {
    top: 36px;
}
.navToggle:hover span {
    border-bottom: 3px solid #EBA623;
}

.navToggle.active span:nth-child(1) {
    top: 30px;
    left: 5px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 3px solid #EBA623;
}
    
.navToggle.active span:nth-child(2) {
    top: 30px;
    left: 5px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 3px solid #EBA623;
}

nav.globalMenuSp {
        position: fixed;
        z-index: 2;
        top: 0;
        left: 0;
        color: #000;
        text-align: center;
        transform: translateY(-100%);
        transition: all 0.6s;
        width: 100%;
        height: 100vh;
    }

nav.globalMenuSp.active {
        transform: translateY(0%);
    }

h3 {
    font-size: 130%;
    font-weight: normal;
}
.m {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}


.index01 {
    background: #ecf1eb;
    padding: 150px 0;
}

.ind1_1 {
    position: relative;
}

.ind1_2 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 80px;
    position: inherit;
    z-index: 1;
}

.ind1_2 p {
    font-size: 110%;
    line-height: 40px;
    padding: 0 0 50px;
}

.ind1_2 p:nth-child(2) {
font-weight: bold;
}
.ind1_3 {
    position: absolute;
    left: -150px;
    top: -100px;
}

.ind1_4 {
    position: absolute;
    right: 0;
    top: 0;
}

.ind1_5 {
}

.btn1 {
    margin: 15px 0 0;
}
.btn1 a {
    position: relative;
    display: inline-block;
    padding: 6px 45px 8px 22px;
    color: #000;
    border: 1px solid #000;
    border-radius: 20px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s, border-color 0.4s;
}

.btn1 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 0;
}

.btn1 a:hover::before {
    transform: translateY(0);
}

.btn1-text {
    position: relative;
    z-index: 1;
    transition: color 0.4s;
}

.btn1-text::before,
.btn1-text::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;

}
.btn1-text::before {
    right: -25px;
    width: 13px;
    height: 1px;
    border-top: #000 solid 1px;
    top: 3px;
}
.btn1-text::after {
    right: -25px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
}

.btn1 a:hover .btn1-text {
    color: #fff;
}


.btn1 a:hover .btn1-text::before,.btn1 a:hover .btn1-text::after {
    border-color: #fff;
    right: -30px;
}


.btn1_right {
    text-align: right;
    width: 100%;
    max-width: 800px;
    margin: 50px auto 0 !important;
}


.index02 {
    background: #2c2c2c;
    color: #b4ac97;
    padding: 120px 0;
}

.ind2 {
    display: flex;
    align-items: center;
    position: relative;
}

.ind2_1 {
    display: flex;
    flex-direction: column;
    width: 400px;
    z-index: 1;
    background: #2c2c2c;
    padding: 100px 0;
}

.ind2_1 p:nth-child(1) {
    font-size: 150%;
}

.ind2_1 p:nth-child(2) {
    line-height: 22px;
    padding: 40px 0;
}


.ind2_1 p:nth-child(3) {
    font-size: 120%;
    padding: 0 0 15px 0;
    .en {
        font-size: 80%;
    }
}

.ind2_1 p:nth-child(4) {
    font-size: 120%;
    padding: 0 0 15px 0;
    .en {
        font-size: 80%;
    }
}

.ind2_1 p:nth-child(5) {
    font-size: 120%;
    padding: 0 0 15px 0;
    .en {
        font-size: 80%;
    }
}



.ind2_2 {
    overflow: hidden;
    position: absolute;
    height: 600px;
    top: 10px;
}

.ind2_2_track {
  display: flex;
  width: max-content; 
  animation: scroll-left 100s linear infinite;
}

.ind2_2_group {
  display: flex;
}

.ind2_2_photo {
  flex: 0 0 auto;
  margin-right: 10px;
}

.ind2_2_photo img {
  height: 500px;
  display: block;
}

/* 横スクロールアニメーション */
@keyframes scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.ind2_2_photo:nth-child(2n) { transform: translateY(70px); }
.ind2_2_photo:nth-child(3n) { transform: translateY(30px); }
.ind2_2_photo:nth-child(5n) { transform: translateY(50px); }

@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



.btn2 {
    padding: 50px 0 0;
}

.btn2 a {
    padding: 0 30px 10px 0;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    color: #b4ac97;
    letter-spacing: 0.1em;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s, border-color 0.4s;
}


.btn2_span1 {
    font-size: 500%;
    letter-spacing: 0.1em;
    padding: 0 25px 0 0;
}

.btn2_span2 {
    font-size: 70%;
}

.btn2_span2 {
    position: relative;
    z-index: 1;
    transition: color 0.4s;
}

.btn2 a::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 112px;
    height: 40px;
    background-color: #b4ac97;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 0;
}

.btn2 a:hover::before {
    transform: translateY(0);
}

.btn2 a::before .btn2_span2, .btn2 a::after .btn2_span2 {
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}


.btn2_span2::before,
.btn2_span2::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;

}
.btn2_span2::before {
    right: -20px;
    width: 13px;
    height: 1px;
    border-top: #b4ac97 solid 1px;
    top: 3px;
}
.btn2_span2::after {
    right: -20px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #b4ac97;
    border-right: 1px solid #b4ac97;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
}

.btn2 a:hover .btn2_span2 {
    color: #2c2c2c;
}


.btn2 a:hover .btn2_span2::before,.btn2 a:hover .btn2_span2::after {
    border-color: #2c2c2c;
    right: -22px;
}






.parallax01 {
  position: relative;
  height: 600px;
  background: url('../img/top/top_obi_img_1.jpg') center top / cover no-repeat;
  background-attachment: fixed; /
}

.parallax_content{
  display: flex;
  height: 100%;
  padding: 100%;
  justify-content: center;
  align-items: center;

  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.img_bg_01{
  background: url('../img/top/top_obi_img_1.jpg');
}

.index03 {
    background: #d3d6c2;
    padding: 120px 0 0;
    background-image: url(../img/top/top_camp_img_2.png);
    background-repeat: no-repeat;
    background-position: 330px -600px;
}

.ind3 {
}
.ind3_1 {
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 0 0 80px 0;
}
.ind3_1 p:nth-child(1) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 125%;
    padding: 0 10px;
    letter-spacing: 0.1em;
}
.ind3_1 p:nth-child(2) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 200%;
    padding: 0 10px;
    letter-spacing: 0.1em;
}

.ind3_2 {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: 0;
    padding: 0 0 50px 0;
}

.ind3_3l {
    flex: 1;
    min-width: 280px;
    margin: 0 100px 0 -160px;
    padding: 0;
    height: 550px;
    overflow: hidden;
}

.ind3_3l img {
    width: 100%;
    height: 550px;
    display: block;
    object-fit: cover;
    object-position: left bottom;
}

.ind3_3r {
    flex: 1;
    min-width: 280px;
    padding: 0 10px 0 0;
}

.ind3_3r p:nth-child(1) {
    padding: 0 0 30px 0;
    letter-spacing: 0.1em;
    font-weight: bold;
}

.ind3_3r p:nth-child(2) {
    font-size: 200%;
    padding: 0 0 30px 0;
    letter-spacing: 0.2em;
    line-height: 45px;
}

.ind3_3r p:nth-child(3) {
    padding: 0 0 40px 0;
    letter-spacing: 0em;
    line-height: 30px;
}
.ind3_3r p:nth-child(4) {
    padding: 0 0 40px 0;
    letter-spacing: 0em;
    line-height: 30px;
}

.ind3_4 {
    width: 100%;
    margin: 100px 0 0;
}
.ind3_4 img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
    display: block;
    object-position: top;
}






.index04 {
    background: #ecf1eb;
    padding: 150px 0;
}

.ind4{}
.ind4_1 {
    text-align: center;
    padding: 0 0 50px;
}

.ind4_1 p:nth-child(1) {
    font-size: 125%;
    font-weight: bold;
    padding: 0 0 50px;
    text-decoration: underline #aaa 1px;
    text-underline-offset: 30px;
}

.ind4_1 p:nth-child(2) {
    font-size: 115%;
}

.ind4_1 p:nth-child(2) {
    span:nth-child(1) {
        display: block;
        font-weight: bold;
        padding: 5px 0 10px;
    }
}

.ind4_1 {
    .btn1 {
        margin: 50px 0 0;
    }
}


.ind4_2_photo img {

}

.ind4_2 {
    padding: 0 0 50px;
  overflow: hidden;
  width: 100%;
}

.ind4_2_track {
  display: flex;
  width: max-content; 
  animation: scroll 80s linear infinite;
}

.ind4_2_group {
  display: flex;
}

.ind4_2_photo {
  flex: 0 0 auto;
  margin-right: 30px;
}

.ind4_2_photo img {
  display: block;
  width: auto;
}


@keyframes scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}



.ind4_3 {
    padding: 100px 0 0;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.ind4_3 p:nth-child(1) {
    font-size: 130%;
    font-weight: bold;
    text-align: center;
    padding: 0 0 40px;
    border-bottom: 1px solid #aaa;
}

.ind4_3 {
    .btn1 {
        text-align: right;
        margin: 50px 0 0;
    }
}

.d1 {
    border-bottom: 1px solid #aaa;
    padding: 45px 0;
}

.sn1 {
    font-weight: bold;
    padding: 0 50px 0 5px;
}
.sn2{}


.index05 {
    background-image: url(../img/top/top_obi_img_3.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 125px 0;
    color: #fff;
}

.btn3 {
    text-align: right;
    padding: 50px 0 0;
}
.btn3 a {
    padding: 0 30px 10px 0;
    position: relative;
    font-weight: bold;
    border-bottom: 1px solid #aaa;
    font-size: 90%;
}
.btn3 a::before, .btn3 a::after {
    position: absolute;
    top: -6px;
    bottom: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.btn3 a::before {
    right: 5px;
    width: 13px;
    height: 1px;
    background: #000;
}
.btn3 a::after {
    right: 5px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


.ind5 {
    text-align: center;
}

.ind5_1 {
    width: 93%;
    max-width: 800px;
    margin: 0 auto;
}

.ind5_1 p:nth-child(1) {
    font-size: 200%;
    font-weight: bold;
    letter-spacing: 0.2em;
}

.ind5_1 p:nth-child(2) {
    padding: 50px 0;
    font-size: 200%;
}

.ind5_1 p:nth-child(3) {
    font-size: 120%;
    line-height: 35px;
}

.btn4 {
    margin: 70px 0 30px;
}






.btn4 a {
    color: #fff;
    border: 1px solid #fff;
    padding: 16px 90px 16px 50px;
    font-size: 115%;
    border-radius: 34px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s, border-color 0.4s;
}

.btn4 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 0;
}

.btn4 a:hover::before {
    transform: translateY(0);
}

.btn4-text {
    position: relative;
    z-index: 1;
    transition: color 0.4s;
}

.btn4-text::before,
.btn4-text::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;

}
.btn4-text::before {
    right: -50px;
    width: 20px;
    height: 1px;
    background: #fff;
    top: 3px;
}
.btn4-text::after {
    right: -50px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
}

.btn4 a:hover .btn4-text {
    color: #000;
}

.btn4 a:hover .btn4-text::before{
    border-color: #000;
    right: -60px;
    background: #000;
}

.btn4 a:hover .btn4-text::after {
    border-color: #000;
    right: -60px;
}



/*   ABOUT  */

.about {
    background: #ecf1eb;
    padding: 0 0 300px;
}


.about1 {
    padding: 180px 0 100px;
}

.about1 h2 {
    text-align: center;
    font-size: 300%;
    padding: 0 0 100px;
}

.about1_1{
    position: relative;
}

.about1_2{
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    position: inherit;
    z-index: 1;
}
.about1_2 p {
    font-size: 110%;
    line-height: 40px;
    padding: 0 0 50px;
}
.about1_2 p:nth-child(2) {
    font-weight: bold;
}
.about1_3 {
    position: absolute;
    left: 0px;
    top: -70px;
}
.about1_3 img{
    width: 100%;
    max-width: 300px;
}
.about1_4{
    position: absolute;
    right: 0;
    top: 0;
}
.about1_4 img{
    width: 100%;
    max-width: 150px;
}
.about1_5 {
    display: block;
    margin: 0 auto;
    max-height: 580px;
}
.about1_5 img {
    width: 100%;
    height: 100%;
}

.about1_5_scroll {
    width: 100%;
    overflow: hidden;
    position: relative;
    background: #ecf1eb;
    padding: 80px 0;
}

.about1_5_scroll_content {
    display: flex;
    width: max-content;
    animation: about1_5_scroll 80s linear infinite;
  }

@keyframes about1_5_scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }


.about2 {
    padding: 100px 0 100px;
}

.about2_1{}

.about2_1 h2 {
    font-size: 270%;
    letter-spacing: 0.1em;
    color: #2C2A2E;
}

.about2_1_h3 {
    display: flex;
    align-items: center;
    margin: 0 0 100px;
}

.about2_1_h3 h3 {
    font-weight: bold;
    white-space: nowrap;
    padding: 30px 30px 50px 0;
    font-size: 100%;
}

.about2_1_h3_line {
    flex: 1;
    height: 1px;
    background: #aaa;
}

.about2_2{}

.about2_h2 {
    display: flex;
    align-items: center;
    margin: 0;
}

.about2_h2 .icon {
  width: 81px;
  height: 81px;
  object-fit: contain;
}

.about2_h2_text {
    display: flex;
    flex-direction: column;
}
.about2_h2_span1 {
    color: #B2AA96;
    padding: 0 0 10px 30px;
}

.about2_h2_span2 {
    font-size: 180%;
    padding: 5px 0 0 25px;
}

.about2_2 p:nth-child(2) {
    line-height: 38px;
    padding: 50px 0;
}

.about2_2_1 {
    position: relative;
    height: 500px;
    margin: 50px 0 0;
}

.about2_2_1_img {
    position: absolute;
    top: 0;
    left: calc(50% - 540px);
    right: 0;
    height: 500px;
    overflow: hidden;
}

.about2_2_1_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about2_3 {
    padding: 150px 0 50px;
}

.about2_3 p:nth-child(2) {
    line-height: 38px;
    padding: 50px 0;
}

.about2_3_1 {
    position: relative;
    height: 500px;
}

.about2_3_1_img {
    position: absolute;
    top: 0;
    left: 0;
    right: calc(50% - 540px);
    height: 500px;
    overflow: hidden;
}

.about2_3_1_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about2_4 {
    padding: 100px 0 50px;
}

.about2_4 p{
    line-height: 38px;
}

.about2_4 p:nth-child(1)  {
    padding: 0 0 80px;
}

.about2_4 p:nth-child(2)  {
    padding: 0 0 80px;
}

.about2_4 p:nth-child(3) {
}
.about2_4_h2_span {
    display: block;
    font-size: 130%;
}

.about2_4_img {
    width: 100%;
    margin: 0 auto;
}

.about2_4_img img {
    width: 100%;
    height: auto;
    max-height: 570px;
    object-fit: cover;
    display: block;
    object-position: center;
}



/*  ITEM  */

.section_item1 {
    background: #ecf1eb;
    padding: 0 0 150px;
}
.item1{
    padding: 180px 0 50px;
}
.item1 h2 {
    text-align: center;
    font-size: 300%;
    padding: 0 0 100px;
}
.item1_1 {
    width: 100%;
    margin: 0 auto 30px;
}

.item1_2 {
    position: relative;
}
.item1_2 p:nth-child(1) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 200%;
    font-weight: bold;
    padding: 30px 12px;
    position: absolute;
    top: 45px;
    left: 50px;
    background: #fff;
    border: 1px solid;
    border-radius: 27px;
}
.item1_2 p:nth-child(2) {
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    bottom: 20px;
    left: 50px;
    font-weight: bold;
}
.item1_2 p:nth-child(3) {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 50px;
    right: 45px;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    line-height: 35px;
    letter-spacing: 0.2em;
}

.item1_2 img{
    width: 100%;
    height: auto;
    max-height: 570px;
    object-fit: cover;
    display: block;
    object-position: center;
}

.item2 {
}

.item2_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

.item2_1 img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    display: block;
}

.item2_2 {
    position: relative;
}
.item2_2 p:nth-child(1) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 120%;
    font-weight: bold;
    padding: 30px 10px;
    position: absolute;
    top: 30px;
    left: 50px;
    background: #fff;
    border: 1px solid;
    border-radius: 20px;
}
.item2_2 p:nth-child(2) {
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    bottom: 20px;
    left: 50px;
    font-weight: bold;
}
.item2_2 p:nth-child(3) {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 50px;
    right: 40px;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    line-height: 30px;
}


.item2_3 {
    position: relative;
}
.item2_3 p:nth-child(1) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 120%;
    font-weight: bold;
    padding: 30px 10px;
    position: absolute;
    top: 30px;
    left: 50px;
    background: #fff;
    border: 1px solid;
    border-radius: 20px;
}
.item2_3 p:nth-child(2) {
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    bottom: 20px;
    left: 50px;
    font-weight: bold;
}
.item2_3 p:nth-child(3) {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 50px;
    right: 40px;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    line-height: 30px;
}


.item2_4 {
    position: relative;
}
.item2_4 p:nth-child(1) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 120%;
    font-weight: bold;
    padding: 30px 10px;
    position: absolute;
    top: 30px;
    left: 50px;
    background: #fff;
    border: 1px solid;
    border-radius: 20px;
}
.item2_4 p:nth-child(2) {
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    bottom: 20px;
    left: 50px;
    font-weight: bold;
}
.item2_4 p:nth-child(3) {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 50px;
    right: 40px;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    line-height: 30px;
}


.item2_5 {
    position: relative;
}
.item2_5 p:nth-child(1) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 120%;
    font-weight: bold;
    padding: 30px 10px;
    position: absolute;
    top: 30px;
    left: 50px;
    background: #fff;
    border: 1px solid;
    border-radius: 20px;
}
.item2_5 p:nth-child(2) {
    position: absolute;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    bottom: 20px;
    left: 50px;
    font-weight: bold;
}
.item2_5 p:nth-child(3) {
    position: absolute;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    top: 50px;
    right: 40px;
    font-size: 110%;
    font-weight: bold;
    color: #fff;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 1);
    line-height: 30px;
}


.item2_1_span {
    padding: 20px 0 0;
    color: #B2AA96;
}




.section_item2 {
    padding: 100px 0 200px;
}


.item3{}
.item3 p {
    text-align: center;
    font-size: 250%;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0 0 50px;
}
.item3_p_span {
    display: block;
    font-size: 40%;
    letter-spacing: 0.1em;
    padding: 20px 0;
}

.item3_img {
    width: 100%;
    overflow-x: auto;
    position: relative;
}
.item3_img img {
    display: block;
    max-width: none;
    margin: 0 auto;
}

.tutorial {
      position: absolute;
      display:none;
    }

.tutorial.hidden {
      opacity: 0;
    }




/*  GALLERY  */

.section_gallery1 {
    background: #ecf1eb;
    padding: 0 0 50px;
}
.gallery1{
    padding: 180px 0 50px;
}
.gallery1 h2 {
    text-align: center;
    font-size: 300%;
    padding: 0 0 100px;
}

.gallery1_1 {
    padding: 0 0 50px;
  overflow: hidden;
  width: 100%;
}

.gallery1_1_track {
  display: flex;
  width: max-content; 
  animation: gallery1_1_scroll 150s linear infinite;
}

.gallery1_1_group {
  display: flex;
}

.gallery1_1_photo {
  flex: 0 0 auto;
  margin-right: 0;
}

.gallery1_1_photo img {
  display: block;
  width: auto;
}


@keyframes gallery1_1_scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}

.section_gallery2 {
    background: #ecf1eb;
    padding: 0 0 450px;
}

.gallery2{}
.gallery2 p {
    text-align: center;
    font-size: 130%;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0 0 50px;
}

.gallery2_p_span {
    display: block;
    font-size: 110%;
    letter-spacing: 0.1em;
    padding: 20px 0;
    font-weight: normal;
}

.gallery2_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 60px;
}

.gallery2_1_img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    display: inline-block;
}

.gallery2_1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
    display: block;
    cursor: pointer;
}
.gallery2_1_img:hover img {
    transform: scale(1.05);
}

.lightbox {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.85);
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.lightbox.show {
  display: flex;
  opacity: 1;
}

.lightbox-content {
  position: relative;
  display: inline-block;
}

.lightbox-content img {
  max-width: 90vw;
  max-height: 90vh;
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0,0,0,0.7);
  display: block;
}

.lightbox.show img {
  opacity: 1;
  transform: scale(1);
}

.lightbox-content .close {
    position: absolute;
    top: 8px;
    right: 8px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    z-index: 10;
    transition: transform 0.6s ease;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 1);
}

.lightbox-content .close:hover {
    transform: scale(1.1);
}





/*  COMPANY  */

.section_company {
    background: #ecf1eb;
    padding: 180px 0 0;
    background-image: url(../img/company/company_img_02.png);
    background-repeat: no-repeat;
    background-position: calc(50% + 200px)  600px;
}

.company1 {
    padding: 0 0 100px;
}
.company1 h2 {
    text-align: center;
    font-size: 300%;
    padding: 0 0 100px;
}

.company1_1 {
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
}


.company1_1 img {
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: center;
}

.company2 {
    display: flex;
    width: 100%;
    min-height: 100vh;
    position: relative;
    margin: 100px 0 0;
}

.company2_1 {
    margin: 0 auto;
    position: relative;
}
.company2_2 {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    height: 600px;
    overflow: hidden;
    margin: 0 0 0 250px;
}

.company2_2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.company2_1 p:nth-child(1) {
    font-size: 230%;
    padding: 0 0 45px 0;
    letter-spacing: 0.2em;
    line-height: 45px;
}
.company2_1 p:nth-child(2) {
    letter-spacing: 0em;
    line-height: 34px;
}



.company3 {
    padding: 70px 0 300px;
}

.company3 h3 {
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 0px 0 80px 0;
}
.company3 h3::after {
    position: absolute;
    content: "";
    background-color: #777;
    width: 130px;
    height: 2px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}

.company3 dl {
    width: 80%;
    border-top: 1px solid #aaa;
    padding: 45px 0;
    display: flex;
    margin: 0 auto;
}
.company3 dl dt {
    width: 200px;
    padding: 0 0 0 50px;
}
.company3 dl dd {
    padding: 0 0 0 50px;
}

.company3 dl:last-child {
    border-bottom: 1px solid #aaa;
}





/*  NEWS  */

.news_url {
        color: #1e90ff;
        font-weight: bold;
        font-size: 130%;
        text-decoration: underline;
    }
    
.section_news {
    background: #ecf1eb;
    padding: 0 0 300px;
}
.news1 {
    padding: 180px 0 100px;
}
.news1 h2 {
    text-align: center;
    font-size: 300%;
    padding: 0 0 100px;
}

.news1_1 {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    border-top: 1px solid #aaa;
}

.news1_1 div {
    padding: 50px 50px 50px 5px;
    border-bottom: 1px solid #aaa;
    position: relative;
    display: flex
;
}
.news1_1 div::before {
    right: 10px;
    width: 13px;
    height: 1px;
    border-top: #000 solid 1px;
    top: 50%;
    content: '';
    position: absolute;
}
.news1_1 div::after {
    right: 10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: calc(50% + -3px);
    content: '';
    position: absolute;
}
.news_sn1 {
    width: 160px;
    display: block;
    font-weight: bold;
}

.news_sn2 {
    display: block;
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
}


.news2{}
.news_contents{}
.news_contents_photo{}
.news_contents_photo img{}

.news_contents_main {
    border-bottom: 1px solid #aaa;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
    padding: 80px 0 100px;
}
.news_title {
    font-size: 150%;
    padding: 30px 0 20px;
    border-bottom: 1px solid #aaa;
}
.news_contents_main p:nth-child(3) {
    padding: 50px 0 0;
    line-height: 36px;
    font-size: 90%;
}

.btn5 {
    text-align: center;
    margin: 100px 0;
}

.btn5 a{}
.btn5-text {
    position: relative;
    padding: 0 0 0 20px;
    text-decoration: underline;
    text-underline-offset: 10px;
    text-decoration-color: #aaa;
}

.btn5-text::before {
    left: -10px;
    width: 13px;
    height: 1px;
    border-top: #000 solid 1px;
    top: 50%;
        content: '';
    position: absolute;
}

.btn5-text::after {
    left: -10px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: calc(50% + -3px);
    content: '';
    position: absolute;
}





/*  CONTACT  */

.section_contact {
    background: #ecf1eb;
    padding: 0;
}

.contact1 {
    padding: 180px 0 100px;
}

.contact1 h2 {
    text-align: center;
    font-size: 300%;
    padding: 0 0 100px;
}

.contact1_1 {
    text-align: center;
    width: 100%;
}
.contact1_1 p:nth-child(1) {
    font-weight: bold;
    font-size: 110%;
    line-height: 38px;
}
.contact1_1 p:nth-child(2) {
    padding: 20px 0 0;
    line-height: 30px;
    color: #999;
}

.contact2 {
    padding: 0 0 150px;
}
.contact2 h3 {
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 0;
}
.contact2 h3::after {
    position: absolute;
    content: "";
    background-color: #777;
    width: 130px;
    height: 2px;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
}
.contact2_1 {
    text-align: center;
    padding: 30px 0 0;
}
.contact2_1 p:nth-child(1) {
    font-size: 300%;
    font-weight: bold;
    letter-spacing: 0.1em;
    padding: 0 0 25px;
}
.contact2_1 p:nth-child(2) {
    font-size: 105%;
}


.contact3 {
    padding: 0 0 150px;
}
.contact3 h3 {
    text-align: center;
    font-weight: bold;
    position: relative;
    padding: 0;
    font-size: 150%;
    letter-spacing: 0.2em;
}
.contact3 h3::after {
    position: absolute;
    content: "";
    background-color: #777;
    width: 130px;
    height: 2px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}
.contact3_h3_span {
    display: block;
    padding: 15px 0 0;
    font-size: 90%;
    letter-spacing: 0.1em;
}


.contact3_1 {
    width: 100%;
    max-width: 900px;
    margin: 50px auto;
    border-top: 1px solid #aaa;
}
.contact3_1 dl {
    border-bottom: 1px solid #aaa;
    padding: 30px;
    display: flex;
    align-items: center;
}
.contact3_1 dl dt {
    width: 220px;
}

.hissu {
    position: relative;
}
.hissu::after {
    position: absolute;
    content: "";
    background-image: url(../img/contact/contact_img_01.png);
    background-repeat: no-repeat;
    width: 34px;
    height: 20px;
    right: 0;
}

.contact3_1 dl dd {
    width: calc(100% - 220px);
    padding: 0 0 0 25px;
}

.contact3_1 dl dd input{
    width: 100%;
    padding: 20px 15px;
    border: none;
}

.contact3_1 dl dd textarea {
        width: 100%;
        height: 200px;
        padding: 10px;
        line-height: 1.5;
        font-family: 'Noto Sans JP', sans-serif;
        -webkit-text-size-adjust: 100%;
        letter-spacing: 1px;
        background: #fff;
        border: none;
    }

.contact3_1 dl dd select{
    width: 100%;
    padding: 20px 15px;
    border: none;
}

.contact3_1 dl dd select option {
        font-size: 110%;
    }
    
.contact3_1 dl:nth-child(7) {
    align-items: flex-start;
}

.contact3_1 dl:nth-child(7) dt {
    padding: 15px 0 0;
}

.contact3_1_1 {
    padding: 70px 0 40px;
    text-align: center;
}
.contact3_1_1 p:nth-child(1) {
    font-size: 110%;
    padding: 0 0 20px;
}

.contact3_1_1 p:nth-child(2) {
    line-height: 30px;
    font-size: 90%;
}

.contact3_1_2 {
    text-align: center;
    border-bottom: 1px solid #aaa;
    padding: 0 0 30px;
    font-size: 110%;
}
.contact3_1_2 div input{
    width: 25px;
    height: 25px;
    margin: -3px 15px 0 0;
}

.btn6 {
    margin: 60px auto 0;
    max-width: 350px;
}
.btn6 button {
    position: relative;
    display: inline-block;
    padding: 30px 0;
    color: #000;
    border: 1px solid #000;
    border-radius: 34px;
    font-weight: bold;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s, border-color 0.4s;
    text-align: center;
    width: 350px;
    cursor: pointer;
}

.btn6 button::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #005ec4;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 0;
}

.btn6 button:hover::before {
    transform: translateY(0);
}

.btn6-text {
    position: relative;
    z-index: 1;
    transition: color 0.4s;
}

.btn6-text::before,
.btn6-text::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;

}
.btn6-text::before {
    right: -70px;
    width: 13px;
    height: 1px;
    border-top: #000 solid 1px;
    top: 3px;
}
.btn6-text::after {
    right: -70px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
}

.btn6 button:hover .btn6-text {
    color: #fff;
}


.btn6 button:hover .btn6-text::before,.btn6 button:hover .btn6-text::after {
    border-color: #fff;
    right: -78px;
}




















  
footer {
    background: #ecf1eb;
    padding: 80px 0;
}
.foo1 {
    display: flex;
    justify-content: space-between;
}

.foo1_1{
  display: flex;
  align-items: flex-start;
  gap: 50px;
}
.foo1_1_right {
  display: flex;
  flex-direction: column;
  padding: 10px 0 0;
}

.foo1_1_right p:nth-child(2) {
    padding: 20px 0 0;
}
.foo1_1_right p:nth-child(3) {
    padding: 25px 0 0;
}

.foo1_2 {
    text-align: right;
}

.foo1_2 p:nth-child(1) {
    display: block;
}

.foo1_2 a {
}

.foo1_3 ul {
    display: flex;
    padding: 35px 0 0;
    font-size: 90%;
    font-weight: bold;
}

.foo1_3 a {
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.foo1_3 a::after {
    background-color: #EBA623;
    bottom: -6px;
    content: "";
    height: 2px;
    left: -5px;
    position: absolute;
    transform: scale(0, 1);
    transform-origin: right top;
    transition: transform .3s;
    width: 100%;
    padding: 0 5px;
}

.foo1_3 a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}


.foo1_3 ul li {
    padding: 0 0 0 25px;
}

.foo1_3 p:nth-child(2) {
    padding: 30px 0 0;
    font-size: 85%;
}

.foo1_3 p:nth-child(3) {
    padding: 60px 0 0;
    font-weight: bold;
    font-size: 80%;
}

.foo1_4{
    text-align: right;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}
.page_top {
    width: 100px;
    height: 100px;
    position: fixed;
    right: 0px;
    bottom: 0px;
    line-height: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}



.btn7 {
    margin: 100px auto 0;
    text-align: center;
}

.btn7 a {
    color: #000;
    border: 1px solid #000;
    padding: 16px 90px 16px 50px;
    font-size: 115%;
    border-radius: 34px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-decoration: none;
    transition: color 0.4s, border-color 0.4s;
}

.btn7 a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    transform: translateY(100%);
    transition: transform 0.4s ease;
    z-index: 0;
}

.btn7 a:hover::before {
    transform: translateY(0);
}

.btn7-text {
    position: relative;
    z-index: 1;
    transition: color 0.4s;
}

.btn7-text::before,
.btn7-text::after{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;

}
.btn7-text::before {
    right: -50px;
    width: 20px;
    height: 1px;
    background: #000;
    top: 3px;
}
.btn7-text::after {
    right: -50px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 2px;
}

.btn7 a:hover .btn7-text {
    color: #fff;
}

.btn7 a:hover .btn7-text::before{
    border-color: #fff;
    right: -60px;
    background: #fff;
}

.btn7 a:hover .btn7-text::after {
    border-color: #fff;
    right: -60px;
}