@charset "utf-8";
/*
 * home CSS
 * ---------------------------------------------
 *
 *
 */

/*===================================
    sec
=====================================*/

.sec {
    position: relative;
    text-align: center;
}
.sec:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: no-repeat 0 0;
    background-size: cover;
    background-attachment: fixed;
    content: "";
}
.tab .sec:before {
    background-repeat: 100% 50%;
    background-size: cover;
    background-attachment: inherit;
}
.sec article {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 50%;
}
.sec h1,
.sec h2 {
    margin-bottom: 1.5em;
    font-size: 28px;
}
.sec h1 img {
    margin: auto;
}
.sec p,
.sec li {
    font-size: 15px;
    line-height: 2.1;
}

/*  arrowLink
---------------------------------*/
.arrowLink {
    position: fixed;
    bottom: 20px;
    right: 23px;
	text-align: left;
}
.arrowLink > span {
    display: block;
    position: absolute;
    top: 0;
    left: 18px;
    width: 10em;
    transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-family: 'Noto Serif', serif;
    font-size: 12px;
}
.arrowLink b {
	display: block;
	overflow: hidden;
	position: relative;
    z-index: 10;
    width: 23px;
    height: 90px;
    text-indent: -9999em;
}
.arrowLink b span {
	display: block;
	position: absolute;
	right: 0;
	width: 1px;
	height: 90px;
	background: #5e5e5e;
}
.arrowLink b span {
    -webkit-animation-name: arrowLink_anime;
    -webkit-animation-duration: 1.4s;
    -webkit-animation-iteration-count: infinite;
    animation-name: arrowLink_anime;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
}
@-webkit-keyframes arrowLink_anime {
    from {
        top: -90px;
    }
    to {
        top: 226px;
    }
}
@keyframes arrowLink_anime {
    from {
        top: -90px;
    }
    to {
        top: 226px;
    }
}



/*===================================
    Sec1-Sec2
=====================================*/

.sec figure.pc {
  display: block;
}
.sec figure.sp {
  display: none;
}
.sec figure.spl {
  display: none;
}
.sec figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  overflow: hidden;
  display: block;
  margin: 0;
}
.sec figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

@media screen and (min-width: 1330px) {
  .sp .sec figure img {
    object-fit: cover;
  }
  .sec figure img {
    object-fit: cover;
  }
}

.Sec1.sec h1 img {
    width: 180px;
}



/*

.Sec4.sec:before {
    background-image: url(../images/home/visual_pc14.jpg);
}
*/
.Sec4.sec,
.Sec2.sec {
    background: #fff;
}
.Sec4.sec #inst {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: 50px;
}
.tab #Sec4.sec:before {
    background-position: 70% 50%;
}

/*===================================
    copy
=====================================*/

.copy {
    position: absolute;
    bottom: 23px;
    right: 0;
    width: 50%;
}

/*--- 2024.08 nishigaki 追記 ---*/
.Sec4 div {
    margin-top: 4em;
}

.Sec4 h3 {
    margin-bottom: 1.5em;
    font-size: 1.2em;
    line-height: 1.5em;
}
.sec {
    text-align: left;
}
.sec article {
    padding-left: 7%;
    padding-right: 7%;
}

/************************************************************************************
	大型PC 1280 〜
*************************************************************************************/



/************************************************************************************
	小型PC 960 〜 1279
*************************************************************************************/
@media screen and (max-width: 1279px) {



}

/************************************************************************************
	タブレット 600 〜 959
*************************************************************************************/
@media screen and (max-width: 959px) {

	/*===================================
        sec
    =====================================*/


    .tab .sec:before {
        background-position: 70% 50%;
        background-size: auto 1100px;
        content: "";
    }

    .tab .sec h1,
    .tab .sec h2 {
        font-size: 24px;
    }
    .tab .sec p,
    .tab .sec li {
        font-size: 12px;
    }

    .sp .sec figure.pc {
      display: none;
    }
    .sp .sec figure.sp {
      display: none;
    }
    .sp .sec figure.spl {
      display: block;
    }
    .sp .sec figure {
      width: 100%;
      height: 330px;
    }
    .sp .Sec1.sec h1 img {
        width: 117px;
    }
    /*===================================
        Sec1
    =====================================*/

/*
    .tab .Sec1.sec:before {
        background-image: url(../images/home/visual_sp_l15.gif);
        background-position: 10% 50%;
    }
*/

    /*===================================
        Sec2
    =====================================*/

/*
    .tab .Sec2.sec:before {
        background-image: url(../images/home/visual_gif_sp_l13.gif);
    }
*/

    /*===================================
        Sec3
    =====================================*/

/*
    .tab .Sec3.sec:before {
        background-image: url(../images/home/visual_sp_l11.jpg);
        background-position: 50% 50%;
    }
*/

    /*===================================
        Sec4
    =====================================*/

/*
    .tab .Sec4.sec:before {
        background-image: url(../images/home/visual_sp_l14.jpg);
        background-position: 80% 50%;
    }
*/


}

/************************************************************************************
	SP横 480 〜 599
*************************************************************************************/
@media screen and (max-width: 599px) {



}

@media screen and (orientation: landscape) {

    /*===================================
        sec
    =====================================*/

    .sp .sec {
        position: relative;
        text-align: center;
    }
    .sp .sec:before {
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        height: 680px;
        background: no-repeat 0 0;
        background-size: cover;
        background-attachment: inherit;
        content: "";
    }
    .sp .sec article {
        position: relative;
        top: inherit;
        right: inherit;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        padding: 30px 0 20px;
    }
    .sp .sec h1,
    .sp .sec h2 {
        margin-bottom: 1.5em;
        font-size: 18px;
    }
    .sp .sec p,
    .sp .sec li {
        font-size: 12px;
        line-height: 2.1;
    }

    /*  arrowLink
    ---------------------------------*/
    .sp .arrowLink {
        display: none;
    }

    /*===================================
        Sec1-Sec2
    =====================================*/

/*
    .sp .Sec1.sec:before {
        background-image: url(../images/home/visual_sp_l15_2.jpg);
    }
*/

    .sp .sec figure.pc {
      display: none;
    }
    .sp .sec figure.sp {
      display: none;
    }
    .sp .sec figure.spl {
      display: block;
    }
    .sp .sec figure {
      width: 100%;
      height: 680px;
    }
    .sp .Sec1.sec h1 img {
        width: 117px;
    }


    /*===================================
        Sec3
    =====================================*/

/*
    .sp .Sec3.sec:before {
        background-image: url(../images/home/visual_sp_l11.jpg);
    }
*/

    /*===================================
        Sec4
    =====================================*/

/*
    .sp .Sec4.sec:before {
        background-image: url(../images/home/visual_sp_l14.jpg);
    }
*/
    .sp .Sec4 ul {
        display: block;
        margin-bottom: 40px;
        text-align: center;
    }
    /*===================================
        copy
    =====================================*/

    .sp .copy {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        padding-bottom: 30px
    }
}

/************************************************************************************
	SP縦 〜 479
*************************************************************************************/
@media screen and (max-width: 479px) {

	/*===================================
        sec
    =====================================*/

    .sec {
        position: relative;
        text-align: center;
    }
    .sec:before {
        display: block;
        position: relative;
        top: inherit;
        left: inherit;
        width: 100%;
        height: 340px;
        background: no-repeat 0 0;
        background-size: cover;
        background-attachment: inherit;
    }
    .sec article {
        position: relative;
        top: inherit;
        right: inherit;
        transform: none;
        -webkit-transform: none;
        width: 100%;
        padding: 50px 0;
    }
    .sec h1,
    .sec h2 {
        margin-bottom: 5vw;
        font-size: 4.5vw;
    }
    .sec p,
    .sec li {
        font-size: 3vw;
        line-height: 2;
    }

    /*  arrowLink
    ---------------------------------*/
    .arrowLink {
        display: none;
    }

    /*===================================
        Sec1-Sec2
    =====================================*/

/*
    .Sec1.sec:before {
        background-image: url(../images/home/visual_sp15.gif);
    }
*/
    .sec figure.pc {
      display: none;
    }
    .sec figure.sp {
      display: block;
    }
    .sec figure.spl {
      display: none;
    }
    .sec figure {
      width: 100%;
      height: 340px;
    }
    .Sec1.sec h1 img {
        width: 117px;
        width: 315;
    }

    .sp .sec figure,
    .sp .sec:before {
        height: 90vw;
        max-height: 400px;
    }

    /*===================================
        Sec3
    =====================================*/

/*
    .Sec3.sec:before {
        background-image: url(../images/home/visual_sp11.jpg);
    }
*/

    /*===================================
        Sec4
    =====================================*/

/*
    .Sec4.sec:before {
        background-image: url(../images/home/visual_sp14.jpg);
    }
*/
    .Sec4 ul {
        margin-bottom: 40px;
    }

    /*===================================
        copy
    =====================================*/

    .copy {
        position: relative;
        bottom: inherit;
        right: inherit;
        width: 100%;
        padding-bottom: 30px
    }

    /*--- 2024.08 nishigaki 追記 ---*/

    .sec {
        text-align: left;
    }
    .sec article {
        padding: 8% 10% 8% 10%;
    }

}

/* ------------------------------------------------------------
    2024-08-22
------------------------------------------------------------ */

.sec {
    transition: 0.5s;
    min-height: 100vh;
}

.sec.Sec3 figure {
    width: 100%;
    height: 100vh;
}

.sec.Sec3 figure > div {
    opacity: 0;
    transition: 0.5s;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100vh;
}
.sec.Sec3 figure > div.current {
    opacity: 1;
    z-index: 2;
}

.sec.Sec3 figure > div img {
    max-height: 100vh;
    max-width: 100%;
    object-fit: contain;
    object-position: center;
    position: relative;
}

.sec.Sec3 figure > div img.pc {
    display: block;
}
.sec.Sec3 figure > div img.sp {
    display: none;
}

.sec.Sec3 .count {
    position: absolute;
    display: block;
    right: 5rem;
    bottom: 3rem;
    font-size: 1.1rem;
    z-index: 3;
}

.sec.Sec3 .control button {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 110px;
    height: 60px;
    margin: auto;
    cursor: pointer;
    opacity: 1;
    text-indent: -9999px;
    background-size: contain;
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    outline: none;
    z-index: 3;
}
.sec.Sec3 .control button.disabled {
    opacity: 0;
    cursor: auto;
}
.sec.Sec3 .control .prev {
    left: 3rem;
}
.sec.Sec3 .control .next {
    right: 3rem;
}

.sec.Sec3 .control .prev:before,
.sec.Sec3 .control .next:before,
.sec.Sec3 .control .prev:after,
.sec.Sec3 .control .next:after {
    position: absolute;
    bottom: 20px;
    content: '';
    display: block;
    transition: 0.5s;
}

.sec.Sec3 .control .prev:before,
.sec.Sec3 .control .next:before {
    width: 100%;
    border-bottom: solid 1px #9b9b9b;
}
.sec.Sec3 .control .prev:after,
.sec.Sec3 .control .next:after {
    height: 25px;
    border-right: solid 1px #888;
}
.sec.Sec3 .control .prev:after {
    left: 12px;
    transform:skew(-45deg);
}
.sec.Sec3 .control .next:after {
    right: 12px;
    transform:skew(45deg);
}

.sec.Sec3 .control button:hover:before,
.sec.Sec3 .control button:hover:after,
.sec.Sec3 .control button:hover {
    border-color: #333;
}

.sec.Sec3 figure > div.Sec3__Text {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.sec.Sec3 figure > div.Sec3__Text strong {
    font-size: 2.1rem;
    font-weight: 400;
}

.sec.Sec3 figure > div.Sec3__Text p {
    font-size: 1.2rem;
    margin-top: 0.9rem;
}


.sec.Sec3 .slide-next {
    cursor: pointer;
}

@media screen and (max-width: 959px) {
    .sec.Sec3 figure {
        width: 100%;
        height: 100vh;
    }

    .sp .sec.Sec3 figure,
    .sec.Sec3:before {
        height: 100vh;
        max-height: 100vh;
    }

    .sec.Sec3 figure > div img.pc {
        display: none;
    }
    .sec.Sec3 figure > div img.sp {
        display: block;
    }

    .sec.Sec3 .count {
        right: 4vw;
        bottom: 4vw;
        font-size: 4vw;
    }

    .sec.Sec3 .control button {
        width: 12vw;
        height: 12vw;
    }
    .sec.Sec3 .control .prev {
        left: 1rem;
    }
    .sec.Sec3 .control .next {
        right: 1rem;
    }

    .sec.Sec3 .control .prev:before,
    .sec.Sec3 .control .next:before,
    .sec.Sec3 .control .prev:after,
    .sec.Sec3 .control .next:after {
        bottom: 4vw;
    }


    .sec.Sec3 .control .prev:after,
    .sec.Sec3 .control .next:after {
        height: 4vw;
    }
    .sec.Sec3 .control .prev:after {
        left: 2vw;
    }
    .sec.Sec3 .control .next:after {
        right: 2vw;
    }

    .sec.Sec3 figure > div.Sec3__Text strong {
        font-size: 7vw;
    }

    .sec.Sec3 figure > div.Sec3__Text p {
        font-size: 4vw;
        margin-top: 4vw;
    }
}
