@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.fw_poppins{ font-family: 'Poppins', sans-serif;}

#header.indexr{
    background-color: transparent;
}

#mainindex{
    position: relative;
    height: auto;
}
#mainindex .cb-slideshow{
    position: relative;
    height: 100vh;
    min-height: 72em;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    background-color: #fff;
}
#mainindex .cb-slideshow .slick-track,#mainindex .cb-slideshow .slick-list{
    height: 100%;
}
.cb-slideshow li { 
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
	color:#fff;
}
.cb-slideshow li:nth-child(1) { 
    background-image: url("../img/imdex/mainimage1.jpg");
}
.cb-slideshow li:nth-child(2) { 
    background-image: url("../img/imdex/mainimage2.jpg");
}
.cb-slideshow li:nth-child(3) { 
    background-image: url("../img/imdex/mainimage3.jpg");
}
.cb-slideshow li:nth-child(4) { 
    background-position: 50% 0;
    background-image: url(../img/imdex/mainimage4.jpg);
}
.cb-slideshow li:nth-child(5) { 
    background-position: 50% 0;
    background-image: url(../img/imdex/mainimage5.jpg);
}

#mainindex #info{
    position: absolute;
    text-align: justify;
    bottom: 2em;
    left: 0;
    right: 0;
    margin: 0 auto;
max-width:136rem;
    background-color: rgba(255,255,255,0.8);
    border-radius: 0.5em;
    padding: 2em 5em;
    z-index: 5;
    color: #494949;
}
#mainindex #info h3{
    font-size: 2.4rem;
    line-height: 1;
    padding-bottom: 0.5em;
}
#mainindex #info dl{
    display: flex;
    line-height: 1.3;
    padding: 0.6em 0;
}
#mainindex #info dt{
    padding-right: 2em;
}
#mainindex #info dd{
    flex: 1;
}
#mainindex .txtbox{
    position: absolute;
    top: 46%;
    left: 6em;
    text-align: justify;
    z-index: 5;
    color: #fff;
}
#mainindex .txtbox h2{
    font-size: 2.6rem;
    line-height: 1.6;
}
#mainindex .txtbox p{
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
}

.scrolltxt{
    position: absolute;
    left: 2em;
    bottom: 3em;
    z-index: 3;
}
.scrolltxt p{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
    color: #fff;
}
.scrolltxt .line{
    position: relative;
    display: block;
    overflow: hidden;
    height: 8em;
    width: 1px;
    background-color: #fff;
    margin: 1em;
}
.scrolltxt .line:after{
  content: "";
  position: absolute;
  top: 0;
    left: 0;
    right: 0;
  width: 1px;
  height: 5em;
  background: #eb6120;
  animation: pathmove 1.8s ease-in-out infinite;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:60%;
    opacity: 1;
  }
  100%{
    height:0;
    top:100%;
    opacity: 0;
  }
}

#about{
    padding: 6em 0;
}
#about h2,#mission h2,#business h2,#voice h2,#message h2{
    font-weight: 400;
}
#about h2 p,#mission h2 p,#business h2 p,#voice h2 p,#message h2 p{
    font-size: 3.4rem;
    line-height: 1.2;
    font-weight: 600;
}
#about .read{
    font-size: 1.8rem;
    font-weight: 500;
    padding: 1.5em 0 1em 0;
}
#about .read span{
    font-size: 2rem;
    line-height: 2;
    font-weight: 700;
}

#mission{
    position: relative;
    z-index: 3;
}
#mission .container{
    color: #fff;
    background-image: url("../img/imdex/mission_back.jpg");
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 18% 2em 3em 3em;
}
#mission h2{
    text-align: left;
}
#mission p{
    font-weight: 500;
    text-align: left;
    padding-top: 1.5em;
}
#mission p span{
    font-size: 2.4rem;
    line-height: 1.4;
    font-weight: 700;
}

#business{
    position: relative;
    background-color: #fafafa;
    padding: 20em 0 6em 0;
    margin-top: -15em;
    z-index: 2;
}
#business .flexbox{
    justify-content: space-between;
}
#business .r_box{
    width: 40%;
    text-align: justify;
    order: 2;
}
#business .l_box{
    width: 50%;
    order: 1;
    padding-top: 6em;
}
#business .title{
    font-weight: 700;
    padding: 1.5em 0 0.3em 0;
}
#business .cycle{
    position: relative;
}
#business .pop{
    position: absolute;
}
#business .pop .icon{
    width: 6em;
    margin: 0 auto;
}
#business .pop p{
    font-size: 1.5rem;
    line-height: 1.4;
    text-align: justify;
}
#business .pop1{
    top: 3.5em;
    right: 9em;
}
#business .pop2{
    top: 16.5em;
    right: 2.5em;
}
#business .pop3{
    bottom: 5.3em;
    right: 10em;
}
#business .pop4{
    bottom: 5em;
    left: 10em;
}
#business .pop5{
    top: 16.5em;
    left: 2.5em;
}
#business .pop6{
    top: 4.5em;
    left: 10em;
}
#business .logo{
    padding: 3em 0;
}
#business .logo img{
    height: 4em;
    margin: 0 1em;
}

#voice{
    padding: 7em 0;
}
#voice h2{
    text-align: left;
}
#voice h2 p{
    display: inline-block;
}
#voice p{
    text-align: justify;
}
#voice .read{
    font-weight: 500;
    padding: 1em 0 3em 0;
}
#voice ul{
    display: flex;
    justify-content: space-between;
}
#voice li{
    width: 30%;
    border-radius: 0.5em;
    background-color: #f4f4f4;
    position: relative;
}
#voice .txt{
    padding: 1em 2em;
    font-weight: 500;
}
#voice .name{
    padding: 0 2em;
}
#voice .name span{
    font-size: 2rem;
    font-weight: 500;
}
#voice .area{
    padding: 0 2em 1.5em 2em;
}
#voice .arrow{
    position: absolute;
    width: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    background-color: #fff;
    right: 1em;
    bottom: 1em;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
#voice a:hover .arrow{
    background-color: #eb6120;
    color: #fff;
}

#message{
    background-image: url("../img/imdex/message_back.jpg");
    background-repeat: no-repeat;
    background-position: 100% 0;
    background-size: cover;
    padding: 4em 0;
}
#message .txtbox{
    width: 55%;
    background-color: rgba(255,255,255,0.8);
    padding: 4em 6em 4em 14em;
    text-align: justify;
}
#message h2{}
#message h2 p{
    display: inline-block;
}
#message .read{
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 1.8;
    padding: 2.5em 0 1.5em 0;
}
#message .txt{
    padding-bottom: 3em;
}
#message a{
    display: inline-block;
    border: 1px solid #494949;
    padding: 0.4em 4em;
}
#message a:hover{
    background-color: #fff;
}

@media only screen and (max-width: 768px) {
    
#mainindex .cb-slideshow{
    height: 40vh;
    min-height: 30em;
}
#infosp{
    margin: 2em 1.5em 0 1.5em;
max-width:100%;
    padding: 1em 1.5em;
    border-radius: 0.5em;
    background-color: #fafafa;
    text-align: justify;
}
#infosp h3{
    font-size: 2rem;
}
#infosp dl{
    padding: 0.4em 0;
}
#infosp dt{
    padding-right: 1em;
}
#infosp dd{
    text-align: left;
}
#mainindex .txtbox{
    top: auto;
    bottom: 15%;
    left: 1.2em;
}
#mainindex .txtbox h2{
    font-size: 2rem;
    line-height: 1.8;
}
#mainindex .txtbox p{
    font-size: 2.7rem;
    line-height: 1;
}
.scrolltxt{
    display: none;
    right: 1em;
    bottom: 1em;
}
.scrolltxt p{
    font-size: 1.3rem;
}
.scrolltxt .line{
    height: 4em;
    margin: 0.7em;
}
.scrolltxt .line:after{
  height: 3em;
}

#about{
    padding: 4em 0;
}
#about h2,#mission h2,#business h2,#voice h2,#message h2{
    font-weight: 400;
}
#about h2 p,#mission h2 p,#business h2 p,#voice h2 p,#message h2 p{
    font-size: 3rem;
    line-height: 1.2;
    font-weight: 600;
}
#about .read,#about .txt{
    text-align: justify;
}

#mission{
}
#mission .container{
    padding: 15% 1.5em 2em 1.5em;
}
#mission h2{
}
#mission p{
}
#mission p span{
}

#business{
    padding: 5em 0;
    margin-top: 0;
}
#business .flexbox{
    display: block;
}
#business .r_box{
    width: 100%;
}
#business .l_box{
    width: 100%;
    padding-top: 4em;
}
#business .title{
    padding: 1.5em 0 0.3em 0;
}
#business .cycle{
    position: relative;
}
#business .pop{
    position: absolute;
}
#business .pop .icon{
    width: 3em;
}
#business .pop p{
    font-size: 1.1rem;
}
#business .pop1{
    top: 1.5em;
  right: 3.5em;
}
#business .pop2{
    top: 8.5em;
    right: 0.5em;
}
#business .pop3{
    bottom: 2.8em;
    right: 4em;
}
#business .pop4{
    bottom: 3em;
    left: 4em;
}
#business .pop5{
    top: 8.5em;
    left: 0.4em;
}
#business .pop6{
    top: 1.5em;
    left: 4.5em;
}
#business .logo{
    padding: 2em 0 0 0;
}
#business .logo img{
    height: 2.7em;
    margin: 0 0.5em;
}

#voice{
    padding: 6em 0;
}
#voice h2{
}
#voice h2 p{
}
#voice p{
}
#voice .read{
    font-weight: 500;
    padding: 1em 0 3em 0;
}
#voice ul{
    display: block;
}
#voice li{
    width: 100%;
    margin-bottom: 2em;
}
#voice .txt{
    padding: 1em 1em;
}
#voice .name{
    padding: 0 1em;
}
#voice .name span{
}
#voice .area{
    padding: 0 1em 1.5em 1em;
}
#voice .arrow{
}

#message{
    background-size: 150% auto;
    padding: 10em 0 0 0;
}
#message .txtbox{
    width: 94%;
    padding: 3em 0 2em 1.5em;
}
#message h2{}
#message h2 p{}
#message .read{
    font-size: 1.7rem;
}
#message .txt{
    padding-bottom: 2em;
}
#message a{
}
}