
@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans:ital@0;1&display=swap');

/*
font-family: 'Ropa Sans', sans-serif;
*/
.sp {
	display: none;
}
.pc {
	display: block;
}
.en{
  font-family: 'Ropa Sans', sans-serif;  
}

.text{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
}

.textM{
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.7;
}
 .textL{
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.7;
 }

.headS.en{
    color: #31468a;
    font-size: 24px;
    font-size: 2.4rem;
}

 .head01 span{
    -webkit-text-stroke: 1px #a5b8ea;
    font-family: sans-serif;
    color: transparent;
    font-size: 160px;
    font-size: 16rem;
    font-family: 'Ropa Sans', sans-serif;
 }

 .head02{
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    letter-spacing: 0.05em;
    line-height: 1.7;
    margin-bottom: 70px;
 }

.head05{
    display: flex;
    align-items: center;
}

.head05{
    color: #2d4891;
    font-size: 60px;
    font-size: 6.0rem;
    font-family: 'Ropa Sans', sans-serif;
}

.head05 small{
    color: #000;
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 25px;
}


#mv:after {
  background: #49a36f;
}
#mv:before {
  color: #62b886;
  
}


/*------------------------------------common--*/

#area01{
    position: relative;
    padding-top: 200px;
}

#area01:before{
    content: "";
    background: #ebeef9;
    height: 600px;
    width: 95vw;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

#area01 .shootingStar{
    margin-top: -190px;
    position: relative;
    z-index: 3;
    height: 940px;
}

#area01 .bg{
    position: absolute;    
    padding: 270px 0 140px;
    top: 0;
    left: 15%;
    max-width: 1200px;
    width: 100%;
    margin: 0 5%;
}

#area01 .bg:before{
    z-index: 2;
    content: "";
    position: absolute;
    background: #fff;
    height: 665px;
    width: 90vw;
    left: -20vw;
    top: 130px;
    border-radius: 0 20px 20px 0;
    box-shadow: 1px 1px 19px -6px rgb(131 131 131 / 20%);
  star-webkit-box-shadow: 1px 1px 19px -6px rgb(131 131 131 / 20%);
  -moz-box-shadow: 1px 1px 19px -6px rgba(131,131,131,0.2);
}

#area01 .secInr {
    position: relative;
    z-index: 4;
    width: 100%;
}

#area01 .head01{
    position: absolute;
    top: -270px;
    z-index: 2;
}

#area01 .flexBox{
    justify-content: space-between;
    position: relative;
}

#area01 .flexBox .ttlWrap{
    margin-right: 10%;
    width: 30%;
}

#area01 .flexBox .ttlWrap .headS.en{
    margin-bottom: 40px;
}

#area01 .flexBox .detail{
    margin-top: 90px;
    width: 60%;
}

#area02{
    background: url(../images/bg.jpg) left top repeat;
    padding: 80px 0 120px;
}

#area02 .flexBoxTop{
    /*display: flex;
    justify-content: space-between;
    align-items: end;
    border-bottom: 1px solid #fff;
    padding-bottom: 45px;*/
    margin-bottom: 70px;
}

#area02 .flexBoxTop .flexLeft{
    width: 40%;
}

#area02 .bubble{
    text-align: center;
}

#area02 .bubble span{
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 60px;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 25px;
    padding: 16px 30px;
    text-align: center;
    position: relative;
}

#area02 .bubble span:after{
    content: "";
    position: absolute;
    bottom: -10px;
    left: calc(50% - 4.5px);
    width: 0;
    height: 0;
    border-width: 10px 9px 0 9px;
    border-color: #fff transparent transparent transparent;
    border-style: solid;    
}

#area02 .head03{
    color: #fff;
    font-size: 42px;
    font-size: 4.2rem;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    border-right: 1px solid #bec8e5;
}

#area02 .flexBoxTop .flexLeft img{
    width: 85%;
    margin: 0 auto;
    display: block;
}

#area02 .flexBoxTop .flexLeft small{
    font-size: 12px;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 20px auto 0;
    display: block;
}

#area02 .flexBoxTop .detail{
    padding-left: 3%;
    /*width: 70%;*/
}

#area02 .flexBoxTop .detail .textL{
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.9;
    color: #fff;
    /*margin-top: -14%;*/
}

#area02 .flexList{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#area02 .flexList li{
    background: #b2bee0;
    border-radius: 15px;
    margin-bottom: 20px;
    padding: 50px 5%;
    width: 100%;
}

#area02 .flexList li:nth-of-type(2){
    margin-bottom: 0;
}
#area02 .flexList li .text strong {
    margin: 20px 0 10px 0;
    font-size: 20px;
    display: block;
}
#area02 .flexList li .text strong span {
    color: #f6eb5a;
    border-bottom: 1px solid #f6eb5a;
}

#area02 .flexList li .flexBox {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 auto 20px;
}

#area02 .flexList .optional {
    margin-bottom: 30px;
    padding: 20px 50px 50px 50px;
    border: 1px solid #fff;
}
#area02 .flexList .optional strong {
    margin-top: 0;
    text-align: center;
}

#area02 .flexList li .img{
    position: absolute;
    right: 5%;
    top: -40px;
    max-width: 160px;
    width: 100%;
}

#area02 .flexList li .img img, 
#area02 .flexList li .img2 img{
    width: 100%;
}
#area02 .flexList li .img2 {
    width: 500px;
    margin-right: 30px;
}

#area02 .flexList li .img2 p{
    margin-bottom: 10px;
    text-align: center;
}

#area02 .flexList li .img2 .app-screen{
    background: #ebebeb;
    border-radius: 30px;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 5px 15px;
}

#area02 .flexList li .flexBox .detail{
    position: relative;
    width: 65%;
}

#area02 .number{
    color: rgba(255,255,255,0.2);
    font-family: 'Ropa Sans', sans-serif;
    font-size: 120px;
    font-size: 12rem;
    font-weight: 600;
    line-height: 1;
    margin-right: 40px;
}

#area02 .yellowS{
    margin-bottom: 10px;
}

#area02 .yellowS span{
    background: #f8ec2f;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    padding: 8px 15px;
}

#area02 .yellowL span{
    background: #f8ec2f;
    font-size: 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.4;
    display: inline-block;
    padding: 4px 15px;
}

#area02 li.first .text{
    color: #000;
}

#area02 li.first .note{
    display: block;
    margin-top: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
}

#area02 li.last .discount{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
}

#area02 li.last .discount img{
    margin-right: 20px;
    width: 96px;
}

#area02 li.last .discount .text{
    color: #000;
}

#area02 li.last{


}

#area02 li.last .note{
    display: block;
    margin-top: 25px;
    font-size: 13px;
    font-size: 1.3rem;
    color: #fff;
}

#area02 .viewBtn{
    margin-top: 80px;
    text-align: center;
}

/*#area02 .viewmore.btn.bgskew{
    font-family: 'Ropa Sans', sans-serif;  
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: rgba(42,60,126,1.0);
    color: #fff;
    max-width: 310px;
    padding: 20px 30px;
    width: 100%;
    transition: ease .2s;
    border-radius: 50px;
    position: relative;
}

#area02 .viewmore.btn.bgskew::before {
    background: #0a59d6;
}



#area02 .viewmore.btn.bgskew:hover{
    background: #0a59d6;
    color: #fff;
}*/

#area02 .btn .fa.fa-arrow-right{
    color: #fff;
    position: absolute;
    right: 30px;
    top: 36%;
    font-size: 20px;
    font-size: 2rem;
}

#area02 .btn:hover .fa.fa-arrow-right{
    right: 20px;
}



/*== ボタン共通設定 */
#area02 .btn{
    font-family: 'Ropa Sans', sans-serif;  
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-size: 1.8rem;
    background-color: rgba(42,60,126,1.0);
    color: #fff;
    max-width: 310px;
    padding: 20px 30px;
    width: 100%;
    position: relative;
    overflow: hidden;
    text-decoration: none;
    outline: none;
    transition: ease .2s;
    border-radius: 60px;
}

/*ボタン内spanの形状*/
#area02 .btn span {
  position: relative;
  z-index: 3;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
}

#area02 .btn:hover span{
  color: #fff;
}

/*== 背景が流れる（斜め） */
#area02 .bgskew::before {
  content: '';
    /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: -130%;
    /*色や形状*/
  background: #0a59d6;
  width:120%;
  height: 100%;
  transform: skewX(-25deg);
}

/*hoverした時のアニメーション*/
#area02 .bgskew:hover::before {
  animation: skewanime .5s forwards;/*アニメーションの名前と速度を定義*/
}

@keyframes skewanime {
  100% {
    left:-10%;/*画面の見えていない左から右へ移動する終了地点*/
  }
}

#area03{
    margin: 185px 0 250px;
}

#area03 .secInr{
    overflow: inherit !important;
}

#area03 .branchWrap{
    position: relative;
    margin-left: -60px;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    padding-left: 60px;
    overflow: visible;
}

#area03 .branchWrap .slick-list{
    overflow: visible;
}

.page-recruit .branch{
    width: calc(34.3% - 30px) !important;
}

.page-recruit .branch:not(:last-child){
    margin-right: 30px;
}

#area03 .branch{
    margin-top: 15px;
    margin-right: 60px;
}

#area03 .branch .img{
    margin-bottom: 20px;
    position: relative;
}

#area03 .branch .img img{
    width: 100%;
}

#area03 .branch .img .green{
    border-radius: 50px;
    background: #00a56a;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    padding: 5px 15px;
    position: absolute;
    right: 10px;
    top: -12px;
}

#area03 .branch .img .name{
    border-radius: 0 20px 0 0;
    padding: 20px 35px 0 10px;
    background: #fff;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: bold;
    position: absolute;
    left: 0;
    bottom: 0;
}

#area03 .branch .map .fa.fa-map-marker-alt{
    color: #0a59d6;
    margin: 0 3px 0 5px;
}

#area03 .branch .map span{
    border-bottom: 1px solid #0a59d6;
    color: #0a59d6;
    font-family: 'Ropa Sans', sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
}

#area03 .branch .tel{
    font-family: 'Ropa Sans', sans-serif;
    font-size: 26px;
    font-size: 2.6rem;
    font-weight: 400;
}

.branchWrap .slick-prev:before,
.branchWrap .slick-next:before{
    font-family: inherit;
}

.branchWrap .slick-prev{
    top: -77px;
    left: 74.5%;
    height: 50px;
    width: 50px;
}

.branchWrap .slick-next{
    top: -77px;
    left: 79%;
    height: 50px;
    width: 50px;
}

.branchWrap .slick-prev:before{
    content: "";
    background: url(../images/arrow-left.png) no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}

.branchWrap .slick-next:before{
    content: "";
    background: url(../images/arrow-right.png) no-repeat;
    background-size: contain;
    height: 50px;
    width: 50px;
}

.slick-prev.slick-disabled:before, 
.slick-next.slick-disabled:before{
    opacity: 0.8;
}

#area04{
    background: #f1f3f9;
    padding: 150px 0 140px;
    scroll-margin-top: 60px;
}

#area04 .head05 {
    font-size: 60px;
    font-size: 6.0rem;
    /*margin: -200px 0 130px;*/
    margin: -200px 0 60px;
}

#area04 .flexBox{
    justify-content: space-between;
}

#area04 .secInr{
    position: relative;
}

#area04 .secInr #changetabbutton {
    position: absolute;
    right: -65px;
    bottom: -65px;
    background-color: #2a3c7e;
    border-radius: 130px;
    width: 130px;
    height: 130px;
}

#area04 .secInr #changetabbutton:hover{
    background-color: #0a59d6;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#area04 #changetabbutton span{
    display: block;
    text-align: center;
    width: 130px;
}

#area04 #changetabbutton img{
    width: 28px;
}

/*#area04 .flexBox .tabWrap{
    width: 20%;
}

#area04 .flexBox .tabWrap li{
    margin-bottom: 20px;
}

#area04 .flexBox .tabWrap li a{
    color: #0a59d6;
    display: flex;
    align-items: center;
}

#area04 .flexBox .tabWrap li a span{

}

#area04 .flexBox .tabWrap li.active a span,
#area04 .flexBox .tabWrap li a:hover span{
   
}

#area04 .flexBox .tabWrap li a span.point {
  display: block;
  position: relative;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  background-color: #0a59d6;
  border-radius: 50%;
  transition: background-color cubic-bezier(0.215, 0.61, 0.355, 1) .4s;
  cursor: pointer;
}

#area04 .flexBox .tabWrap li.active a span.point {
  background-color: #0a59d6;
}

#area04 .flexBox .tabWrap li a span.point:focus {
  outline: none;
}

#area04 .flexBox .tabWrap li a span.point:after {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: opacity linear 0.4s;
  content: '';
}

#area04 .flexBox .tabWrap li.active a span.point:after {
  animation: pulseMotion 1.4s linear infinite;
}

@keyframes pulseMotion {
  0% {
    transform: translate(-50%, -50%) scale(1, 1);
    background-color: rgba(171, 196, 238, 0.8)
  }
  100% {
    transform: translate(-50%, -50%) scale(3.5, 3.5);
    background-color: rgba(171, 196, 238, 0)
  }
}

#area04 .flexBox .tab-content{
    border-radius: 20px;
    background: #f9fafc;
    padding: 80px 70px;
    width: 80%;
    height: 730px;
    box-shadow: 1px 1px 19px -6px rgb(131 131 131 / 20%);
    star-webkit-box-shadow: 1px 1px 19px -6px rgb(131 131 131 / 20%);
    -moz-box-shadow: 1px 1px 19px -6px rgba(131,131,131,0.2);    
}
*/

#area04 .flexBox .tab-content{
    border-radius: 20px;
    background: #f9fafc;
    padding: 80px 70px;
    width: 100%;
    box-shadow: 1px 1px 19px -6px rgb(131 131 131 / 20%);
    star-webkit-box-shadow: 1px 1px 19px -6px rgb(131 131 131 / 20%);
    -moz-box-shadow: 1px 1px 19px -6px rgba(131,131,131,0.2);   
}

#area04 .flexBox .tab-content .companyName{
    font-size: 20px;
    font-size: 2.0rem;
    margin-bottom: 70px;
}

#area04 .flexBox .tab-content .item{
    width: 20%;
}

#area04 .flexBox .tab-content .itemDetail{
    width: 80%;
}

ul.list.thin li {
    padding: 30px 25px;
}

#area04 .flexBox .tab-content .year{
    width: 15%;
}

#area04 .flexBox .tab-content .yearDetail{
    width: 85%;
}

#area05{
    margin-bottom: 170px;
    position: relative;
}

#area05 .shootingStar{
    position: absolute;
    z-index: 3;
    height: 880px;
    top: 0;
    left: 0;
    width: 100vw;
}

#area05 .head01{
    position: relative;
    text-align: right;
    margin: 0 10% 70px 0;
}

#area05 .head01:before{
    content: "";
    position: absolute;
    height: 1px;
    width: calc(100% - 7em);
    background: #a5b8ea;
    top: 50%;
    left: 0;
    font-size: 80px;
}

#area05 .secInrWide{
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

#area05 .secInrWide .slide-recruit{
    width: 50%;
}

#area05 .secInrWide .detail {
    width: 50%;
    padding: 70px 10% 0 2%;
    position: relative;
    z-index: 5;
}

#area05 .secInr.blueBg{
    margin: -40px auto 140px;
    padding: 130px 0 100px;
    position: relative;
}

#area05 .secInr.blueBg .bgText{
    /*color: #284ea2;*/
    color: #0a59d6;
    font-size: 80px;
    font-size: 8.0rem;
    font-family: 'Ropa Sans', sans-serif;
    writing-mode: vertical-lr;
    position: absolute;
    right: -10.5%;
    top: 50%;
    transform: translateY(-50%);
}

#area05 .secInr.blueBg:after {
    content: "";
    background: #293a7c;
    width: 100vw;
    left: -5%;
    top: 0;
    position: absolute;
    height: 100%;
    z-index: -1;
}

#area05 .secInr.blueBg .flexBox{
    flex-wrap: wrap;
    justify-content: space-between;
}

#area05 .secInr.blueBg .flexBox li{
    background: #fff;
    border-radius: 10px;
    padding: 45px;
    width: 31%;
}

#area05 .secInr.blueBg .flexBox li .number{
    margin-bottom: 35px;
    text-align: center;
}

#area05 .secInr.blueBg .flexBox li .number span{
    border-bottom: 1px solid #2d4891;
    color: #2d4891;
    font-size: 20px;
    font-size: 2.0rem;
    font-family: 'Ropa Sans', sans-serif;
    padding: 0 5%;
}

#area05 .secInr.blueBg .flexBox li .bold{
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}

#area05 .secInr.blueBg .flexBox li .ttl{
    font-size: 22px;
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 25px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 56px;

}

#area05 .secInr.blueBg .flexBox li .ttl.flex{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 20px;
}

.ttl.flex .flex01{
    margin-right: 10px;
}

.ttl.flex .flex02{
    line-height: 1.4;
    text-align: left;
}

#area05 .secInr.blueBg .flexBox li .ttl span.yellow{
    color: #edc300;
}

#area05 .secInr.blueBg .flexBox li .img{
    margin: 0 auto 40px;
    text-align: center;
}

#area05 .secInr.blueBg .flexBox li .img img{
    height: 120px;
    max-width: 140px;
    width: 100%;
}

#area05 .secInr.blueBg .flexBox li .note{
    text-align: left;
}

#area05 .secInr.blueBg .flexBox li.first .note{
    margin: 0 20px !important;
}

#area05 .head06, #area06 .head06{
    color: #2d4891;
    font-size: 36px;
    font-size: 3.6rem;
    margin-bottom: 100px;
    text-align: center;
}

#area05 ul.list {
    margin-bottom: 140px;
}

ul.list li{
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 55px 25px;
}

ul.list li:nth-of-type(1){
    border-top: 1px solid #dddddd;
}

ul.list li .recItem{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    font-weight: bold;
    width: 20%;
}

ul.list li .recDetail{
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
    width: 80%;
}

.entryBtn{
    text-align: center;
}

.entryBtn a{
    display: inline-block;
    text-align: center;
    background: #00a56a;
    color: #fff;
    max-width: 800px;
    padding: 60px;
    width: 100%;
    position: relative;
    border-radius: 100px;
}

.entryBtn .fa.fa-arrow-right {
    position: absolute;
    right: 50px;
    top: 45%;
    font-size: 14px;
    font-size: 2.4rem;
    transform: translate(-45%) rotate(-40deg);
}

.entryBtn a .en{
    font-size: 60px;
    font-size: 6.0rem;
    line-height: 0.7;
}

.entryBtn a small{
    font-size: 18px;
    font-size: 1.8rem;
}

/*gNav*/
#header .hdInr .gNav ul li a.btn{
    font-size: 1.5rem;
    padding: 15px 22px;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  }
  
  #Nav .navBtn .navMail {
    font-size: 2rem;
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "Meiryo", "メイリオ", "MS Pゴシック", Arial, Helvetica, Verdana, sans-serif;
  }
  
  #header .hdInr .gNav {
    width: 700px;
  }
  
  #header .hdInr .gNav ul li:after {
    right: -2px;
  }
  
  #header .hdInr .gNav ul li.last:after{
    display: none;
  }
  
  #header .hdInr .gNav ul li:nth-of-type(4):after{
    content: "/";
  }
  
  #Nav ul li a {
    font-size: 1.8rem;
    padding: 3% 20px;
  }

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

.head01 span {
    font-size: 12rem;
    line-height: 1;
}

.head02 {
    font-size: 3.2rem;
    margin-bottom: 40px;
}

#area01 .head01 {
    top: -96px;
}

#area01:before {
    height: 600px;
}

#area01 .bg {
    padding: 10px 0 0;
    left: 10%;
}

#area01 .bg:before {
    width: 95vw;
    left: -15vw;
}

#area01 .secInr:before {
    height: 635px;
    top: -40px;
}

#area01 .secInr {
    padding: 80px 0 65px;
    top: 160px;
}

#area01 .flexBox .ttlWrap {
    margin-right: 5%;
    width: 30%;
}

#area01 .flexBox .detail {
    margin-top: 90px;
    width: 65%;
}

.branchWrap .slick-prev {
    left: 72.5%;
}

.branchWrap .slick-next {
    left: 78%;
}

#area04 {
    background: #f1f3f9;
    padding: 100px 0 120px;
}

#area04 .head05 {
    margin: -150px 0 65px;
}

/*#area04 .flexBox .tab-content {
    height: 660px;
}*/

ul.list li {
    border-bottom: 1px solid #dddddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 45px 25px;
}

ul.list.thin li {
    padding: 24px 25px;
}

#area05 .secInrWide .detail {
    padding: 70px 10% 0 5%;
}

#area05 .head01 {
    margin: 60px 10% 30px 0;
}

#area05 .head01:before {
    width: calc(100% - 7em);
    font-size: 60px;
}
}

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

.head02 {
    font-size: 2.6rem;
    margin-bottom: 30px;
}

.textL {
    font-size: 1.8rem;
}

#area01:before {
    width: 100vw;
}

#area01 .secInr:before {
    width: 100vw;
}

#area01 .flexBox .ttlWrap {
    margin-right: 5%;
    width: 25%;
}

#area01 .flexBox .detail {
    margin-top: 82px;
    width: 75%;
}

#area02 {
    padding: 80px 0 100px;
}

#area02 .bubble span {
    font-size: 1.4rem;
    margin-bottom: 45px;
    padding: 12px 30px;
}

#area02 .flexBoxTop .detail .textL {
    margin-top: -20%;
    font-size: 20px;
}

#area02 .head03 {
    font-size: 3.2rem;
    margin-bottom: 15px;
}

#area03 {
    margin: 85px 0 140px;
}

#area04 .flexBox .tab-content {
    padding: 80px 35px;
}

ul.list li {
    padding: 45px 10px;
}

ul.list.thin li {
    padding: 25px 10px;
}

#area04 .flexBox .tab-content .year {
    width: 20%;
}

#area04 .secInr #changetabbutton {
    right: -35px;
    bottom: -35px;
    border-radius: 70px;
    width: 70px;
    height: 70px;
}

#area04 #changetabbutton span {
    width: 70px;
}

#area04 #changetabbutton img {
    width: 15px;
}

#area05 {
    margin-bottom: 120px;
}

#area05 .secInr.blueBg {
    padding: 130px 0 100px;
}

#area05 .secInr.blueBg .bgText {
    font-size: 5.0rem;
    right: 0;
    top: 80px;
}

#area05 .secInr.blueBg .bgText {
    font-size: 5.0rem;
    right: -6.5%;
    writing-mode: horizontal-tb;
}

#area05 .secInr.blueBg .flexBox li {
    padding: 30px 25px;
}

#area05 .secInr.blueBg .flexBox li .number {
    margin-bottom: 15px;
}

#area05 .secInr.blueBg .flexBox li .bold {
    font-size: 1.7rem;
    margin-bottom: 10px;
}

#area05 .secInr.blueBg .flexBox li .ttl {
    font-size: 2.0rem;
    margin-bottom: 25px;
}

#area05 .secInr.blueBg .flexBox li .img img {
    height: 80px;
}

#area05 .secInr.blueBg .flexBox li .img {
    margin: 0px auto 30px;
}

#area05 .secInr.blueBg .flexBox li.first .note {
    margin: 0!important;
}

#area05 .secInr.blueBg .flexBox li .note {
    font-size: 1.25rem;
}

#area05 .head06 {
    font-size: 2.4rem;
    margin-bottom: 50px;
}

#area05 ul.list {
    margin-bottom: 80px;
}

.entryBtn a {
    max-width: 600px;
    padding: 30px;
}

.entryBtn a .en {
    font-size: 4.6rem;
}

.entryBtn a small {
    font-size: 1.4rem;
}

.entryBtn .fa.fa-arrow-right {
    top: 40%;
}
}

@media screen and (max-width:990px){
#area01 .bg {
    left: 5%;
}
}

@media only screen and (max-width: 800px) {
#area02 .flexList li .img {
    top: -40px;
    max-width: 100%;
    width: 20%;
}
}


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

.head01 span {
    font-size: 4.2rem;
}

.head05 {
    font-size: 4.2rem;
}

.head05 small {
    font-size: 1.4rem;
    margin-left: 15px;
}

#area01:before {
    width: 100vw;
    top: 40px;
}

#area01 .bg {
    left: 0;
    margin: 0;
}

#area01 .bg:before {
    left: 0;
    height: 560px;
}

#area01 .secInr:before {
    width: 100vw;
    left: -7.5vw;
    top: 0;
    height: 560px;
}

#area01 .secInr {
    padding: 70px 0 0;
    top: 100px;
    width: 90%;
}

#area01 .head01 {
    top: 0;
}

#area01 .flexBox {
    display: block;
}

#area01 .flexBox .ttlWrap {
    margin: 0 0 25px;
    width: 100%;
}

#area01 .flexBox .ttlWrap .headS.en {
    margin-bottom: 10px;
}

#area01 .flexBox .detail {
    margin-top: 0;
    width: 100%;
}

#area02 {
    padding: 20px 0 5px;
}

#area02 .bubble span {
    margin-bottom: 25px;
}

#area02 .head03 {
    font-size: 2.6rem;
    border-right: none;
}

#area02 .flexBoxTop .detail .textL {
    margin-top: 0;
}

#area02 .flexBoxTop {
    display: block;
    margin-bottom: 50px;
    padding-bottom: 30px;
}

#area02 .flexBoxTop .flexLeft {
    margin: 0 0 25px;
    width: 100%;
}

#area02 .flexBoxTop .flexLeft img{
    width: 75%;
    margin: 0 auto;
    display: block;
}

#area02 .flexBoxTop .flexLeft small {
    font-size: 12px;
    font-size: 1.2rem;
}

#area02 .flexBoxTop .detail {
    padding-left: 0;
    border-left: none;
    width: 100%;
    border-top: 1px solid #bec8e5;
    padding-top: 20px;
}

#area02 .flexBox {
    display: block;
}

#area02 .flexBox .number {
    font-size: 6rem;
    margin-right: 15px;
}    

#area02 .flexList{
    display: block;
}

#area02 .flexList li {
    padding: 5% 5% 20px;
    width: 100%;
}

.newBtn .newBtn-app .app-illu {
    width: 60px;
    left: 20px;
    top: 40px;
}

#area02 li.first .newBtn .newBtn-app .text {
    font-size: 2rem;
}

#area02 .flexList li .flexBox {
    margin: 0 auto 20px;
    display: block;
}

#area02 .flexList li {
    margin-bottom: 30px;
}

#area02 .flexList li:nth-of-type(3) {
    margin-bottom: 40px;
}
    
#area02 .flexList .optional {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #fff;
}
#area02 .flexList li .img {
    position: absolute;
    right: 5%;
    top: -15px;
    max-width: 100%;
    width: 35%;
}
    
#area02 .flexList li .img2 {
    width: 200px;
    margin: auto;
}

#area02 .flexList li .flexBox .detail {
    width: 70%;
}

#area02 .yellowS span {
    font-size: 1.0rem;
    padding: 5px 8px;
}

#area02 .yellowL span {
    font-size: 2.6rem;
    padding: 5px 8px;
}

#area02 li .note {
    margin-top: 10px;
    font-size: 1.1rem;
}

#area02 .viewBtn {
    margin-top: 30px;
}

.branchWrap .slick-prev {
    top: -62px;
    left: 63.5%;
}

.branchWrap .slick-next {
    top: -62px;
    left: 73%;
}

#area03 .branch .img .name {
    padding: 10px 18px 0 5px;
    font-size: 1.4rem;
}    

#area03 .branch .tel {
    font-size: 1.8rem;

}

#area03 .branch .img .green {
    font-size: 1.0rem;
    padding: 5px 15px;
    top: -9px;
}

#area04 {
    padding: 100px 0 40px;
}

#area04 .head05 {
    font-size: 4.0rem;
    margin: -170px 0 35px;
}

#area04 .flexBox {
    display: block;
}

#area04 .flexBox .tabWrap {
    width: 100%;
    display: flex;
}

#area04 .flexBox .tabWrap li {
    margin-right: 20px;
}

#area04 .flexBox .tab-content {
    padding: 8% 5%;
    height: auto;
    width: 100%;
}

ul.list li {
    display: block;
    padding: 20px 5px;
}

#area04 .flexBox .tab-content .item,
#area04 .flexBox .tab-content .year{
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
}

#area04 .flexBox .tab-content .itemDetail,
#area04 .flexBox .tab-content .yearDetail{
    width: 100%;
}

#area04 .secInr #changetabbutton {
    right: -15px;
    bottom: 15px;
    border-radius: 70px;
    width: 50px;
    height: 50px;
}

#area04 #changetabbutton span {
    width: 50px;
}

#area04 #changetabbutton img {
    width: 11px;
}

#area05 {
    margin-bottom: 60px;
}

#area05 .head01 {
    margin: 60px 5% 10px 0;
}

#area05 .secInrWide {
    display: block;
}

#area05 .secInrWide .slide-recruit {
    width: 100%;
}

#area05 .secInrWide .slide-recruit img {
   height: 300px;
   object-fit: cover;
}

#area05 .secInrWide .detail {
    padding: 25px 5% 0 5%;
    width: 100%;
}

#area05 .secInr.blueBg {
    padding: 130px 0 60px;
    margin: 40px auto 40px;
}

#area05 .secInr.blueBg .bgText {
    font-size: 4.0rem;
    right: 0;
}

#area05 .secInr.blueBg .flexBox li{
    padding: 4.5% 3%;
    width: 100%;
    margin-bottom: 25px;
}

#area05 .secInr.blueBg .flexBox li .number {
    margin-bottom: 15px;
    text-align: left;
}

#area05 .secInr.blueBg .flexBox li .number span {
    padding: 0 5% 0 0;
    margin-left: 15px;
}

#area05 .secInr.blueBg .flexBox li .flexInner{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#area05 .secInr.blueBg .flexBox li .flexInner .img{    
    width: 20%;
}

#area05 .secInr.blueBg .flexBox li .flexInner .detail{    
    width: 70%;
}

#area05 .secInr.blueBg .flexBox li .flexInner .detail .note li{
    padding: 0 0 0 1em;
    text-indent: -1em;
    margin: 0;
}    

#area05 .secInr.blueBg .flexBox li .ttl {
    font-size: 1.7rem;
    text-align: left;
    margin-bottom: 15px;
    height: auto;
    justify-content: flex-start;
}

#area05 .secInr.blueBg .flexBox li .bold {
    text-align: left;
    font-size: 1.4rem;
    margin-bottom: 0px;
}

#area05 ul.list {
    margin-bottom: 55px;
}

ul.list li .recItem {
    width: 100%;
}

ul.list li .recDetail {
    font-size: 1.4rem;
    width: 100%;
}

.entryBtn a .en {
    font-size: 3rem;
}

#Nav .navBtn .navMail {
    font-size: 1.6rem;
}

#Nav ul li a {
    font-size: 1.6rem;
}
}


/*------------------------------------for ipad--*/
@media screen and (min-width:768px) and (max-width:1024px) {
}

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

.textL {
    font-size: 1.6rem;
}

.textM {
    font-size: 1.5rem;
}

.text {
    font-size: 1.4rem;
}

.head02 {
    font-size: 2.1rem;
    margin-bottom: 30px;
}

#area01 .shootingStar {
    height: 740px;
}

#area03 {
    margin: 0px 0 70px;
}

#area03 .branchWrap {
    margin-left: -15px;
    padding-left: 7.5px;
}

#area03 .branch {
    margin: 15px 15px 0;
}

.branchWrap .slick-prev:before,
.branchWrap .slick-next:before {
    height: 40px;
    width: 40px;
}

.branchWrap .slick-prev {
    top: -54px;
    left: 71.5%;
    height: 40px;
    width: 40px;
}

.branchWrap .slick-next {
    top: -54px;
    left: 84.5%;
    height: 40px;
    width: 40px;
}

#area04 .flexBox .tab-content .companyName {
    font-size: 1.6rem;
}

#area05 .secInr.blueBg .flexBox li .bold {
    font-size: 1.2rem;
}
#area05 .secInr.blueBg .flexBox li .ttl {
    font-size: 1.8rem;
    line-height: 1.4;
}

#area05 .secInr.blueBg .flexBox li .ttl.flex {
    font-size: 1.6rem;
}

#area05 .secInr{
    padding-bottom: 0;
}
}

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

#area01 .shootingStar {
    height: 700px;
}

#area01:before {
    width: 100vw;
    top: 35px;
}

#area01 .bg:before {
    top: 100px;
}

#area01 .secInr {
    top: 70px;
}

.ttl.flex .flex01,
.ttl.flex .flex02 {
    font-size: 1.5rem;
}

}


/* animation
-------------------*/

.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1000ms;
}
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

/*-----------------------------------------追加20230707-----*/

#area02 .flexBox.newBtn,
#area06 .flexBox.newBtn{
    margin-top: 60px;
    justify-content: center !important;
}

.newBtn .newBtn-app,
.newBtn .newBtn-green,
.newBtn .newBtn-white{
    margin: 0 1%;
    width: 44%;
}

.newBtn .newBtn-green a{
    background: #00a56a;
    border: 2px solid #fff; 
    border-radius: 100px;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600;
    display: block;
}

.newBtn .newBtn-green a div,
.newBtn .newBtn-white a{
    display: flex;
    justify-content: center;
    height: 156px;
    align-items: center;
    max-width: 580px;
    width: 100%;
}

.newBtn .newBtn-green a img{
    margin-right: 30px;
    height: 90px;
    width: 90px;
}

.newBtn .newBtn-green a i{
    margin-left: 20px;
}

.newBtn .newBtn-app{
    background: #00a56a;
    border: 2px solid #fff; 
    border-radius: 100px;
    color: #fff;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600;
    display: flex;
    text-align: center;
    height: 156px;
    justify-content: center;
    align-items: center;
    position: relative;
}

#area02 li.first .newBtn .newBtn-app .text{
    color: #fff;
    font-size: 23px;
    font-size: 2.3rem;
    text-align: center;
}

.newBtn .newBtn-app .app-illu{
    position: absolute;
    width: 6vw;
    left: 30px;
    top: 20px;
}

.newBtn .newBtn-app .dl-here{
    text-align: center;
}

.newBtn .newBtn-app .text14{
    background: #fff;
    color: #02a56a;
    padding: 2px 12px 0;
    display: inline-block !important;
    margin-bottom: 8px;
    border-radius: 40px;
}

.newBtn .newBtn-app .text .app-wrap{
    display: flex;
    justify-content: center;
}

.newBtn .newBtn-app .text .app-wrap a:first-child{
    margin-right: 25px;
}

.app-wrap a{
    display: inline-block;
    height: fit-content;
    margin-bottom: 7px;
}

.newBtn .newBtn-app div a img{
    height: 50px;
    /* margin-bottom: 7px; */
}

.newBtn .newBtn-white a{
    background: #fff;
    border: 2px solid #00a56a; 
    border-radius: 100px;
    color: #00a56a;
    font-size: 21px;
    font-size: 2.1rem;
    font-weight: 600;
    text-align: center;
}

.newBtn .newBtn-app .text14,
.newBtn .newBtn-white a .text14{
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
}

.newBtn .newBtn-app a:hover{
    opacity: 1;
}

.newBtn .newBtn-white a i{
    margin: 0 15px;
}

.ropa{
    font-family: 'Ropa Sans', sans-serif;
}

#area06{
    position: relative;
    padding: 150px 0 110px;
}

#area06:after{
    content: "";
    position: absolute;
    background: #eff1f9;
    width: 95%;
    height: 95%;
    left: 0%;
    top: 5%;
    z-index: 0;
}

/* 2023.07.31 added */
#area06 .requirements h3 {
    margin-top: 60px;
    margin-bottom: 40px;
    line-height: 1.4em;
}
#area06 .requirements p {
    margin-bottom: 60px;
    text-align: center;
}
#area06 .requirements .button {
    width: 70%;
    margin: 30px auto;
    display: flex;
    justify-content: center;
}
#area06 .requirements .button a {
    width: 48%;
    padding: 20px 0;
    background: #49a36f;
    border-radius: 200px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: inline-block;
}

#area06 .requirements .button a:hover {
    opacity: 1 !important;
    cursor: auto;
}

/*#area06 .requirements .button a:last-child {
    margin-left: 2%;
}*/

@media only screen and (max-width: 850px) {
    #area06 .requirements p {
    margin-bottom: 30px;
    }

    #area06 .requirements .button {
        width: 100%;
        font-size: 13px;
        margin: 30px auto 15px;
    }
    #area06 .requirements .button a {
        width: 75%;
        margin: 10px auto;
        display: block;
    }
    #area06 .requirements .button a:last-child {
        margin-left: auto;
    }
    #area06 .requirements h3 {
    margin-top: 40px;
    margin-bottom: 0px;
    line-height: 1.4em;
    font-size: 2.6rem;
}
}
/* 2023.07.31 added */


#area06 .secInr{
    position: relative;
    z-index: 1;
}

#area06 .white-box{
    background: #fff;
    border-radius: 15px;
    padding: 80px 50px;
    margin-bottom: 60px;
}

#area06 .white-box .intro-text{
    border-bottom: 1px solid #dddddd;
    padding-bottom: 70px; 
}

#area06 .white-box .box-head{
    margin-bottom: 50px;
    text-align: center;
}

#area06 .white-box .box-head span{
    background: #96a5d0;
    color: #fff;
    font-size: 40px;
    font-size: 4rem;
    font-weight: 600;
    padding: 12px 30px;
}

#area06 .white-box .border{
    margin-bottom: 35px;
    text-align: center;
}

#area06 .white-box .border .textL{
    font-weight: 600;
    border-bottom: 1px solid #000;
}

#area06 .white-box .intro-text .text{
    margin: 0 auto 50px;
    max-width: 650px;
    width: 100%;
}

#area06 .white-box .intro-text .text20{
    font-size: 20px;
    font-size: 2rem;
    text-align: center;
}

#area06 .f-tbl table{
    width: 100%;
}

#area06 .f-tbl table tr th{
    border-bottom: 1px solid #dddddd;
    padding: 40px 30px;
    width: 20%;
}

#area06 .f-tbl table tr td{
    border-bottom: 1px solid #dddddd;
    padding: 40px 0;
    width: 80%;
}

#area06 .f-tbl-list li{
    text-indent: -1em;
    padding-left: 1em;
}

.orange{
    color: #e96e00;
    font-weight: 600;
}

#area06 .note{
    text-align: center;
}

#area06 .newBtn .ropa{
    font-size: 30px;
    font-size: 3rem;
}

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

#area06:after {
    width: 97.5%;
}    

#area06 .white-box .box-head {
    margin-bottom: 40px;
}

#area06 .white-box .border {
    margin-bottom: 25px;
}

#area06 .white-box .box-head span {
    font-size: 3.2rem;
}   

#area06 .white-box .intro-text .text {
    margin: 0 auto 40px;
}

#area06 .white-box .intro-text {
    padding-bottom: 40px;
}
}


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

#area02 .newBtn .newBtn-app {
    border-radius: 10px;
}

#area02 .newBtn .newBtn-white a {
    border-radius: 10px
}

.newBtn .newBtn-app div a img {
    height: 48px;
} 

.newBtn .newBtn-app, 
.newBtn .newBtn-green, 
.newBtn .newBtn-white {
    margin: 0 1%;
    width: 48%;
}
}


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

.newBtn .newBtn-green, 
.newBtn .newBtn-white {
    margin: 0 1%;
    width: 48%;
}

.newBtn .newBtn-green a img {
    margin-right: 10px;
}

.newBtn .newBtn-green a i {
    margin-left: 10px;
}

.newBtn .newBtn-white a i {
    margin: 0 10px;
}

#area06 .white-box {
    padding: 8% 5%;
}

#area06 .white-box .box-head span {
    font-size: 2.4rem;
    padding: 12px 20px;
}

.newBtn .newBtn-app .app-illu {
    width: 6vw;
    left: 20px;
    top: 40px;
}
}

@media only screen and (max-width: 850px) {
.newBtn {
    margin-top: 40px;
    display: block;
}

.newBtn .newBtn-app{
    margin: 0 1% 10px;
    width: 100%;
} 

.newBtn .newBtn-app div a img {
    height: 38px;
}

.newBtn .newBtn-green{
    margin: 0 1% 10px;
    width: 100%;
} 

.newBtn .newBtn-white{
    margin: 0 1%;
    width: 100%;
} 

.newBtn .newBtn-green a div, 
.newBtn .newBtn-white a{
    height: 100px;
    max-width: 100%;
}

#area06 {
    position: relative;
    padding: 90px 0 0;
}

#area06 .white-box {
    margin-bottom: 30px;
}

#area06 .white-box .box-head {
    margin-bottom: 20px;
}

#area06 .white-box .box-head span {
    font-size: 2rem;
    padding: 6px 0;
}

#area06 .white-box .intro-text {
    padding-bottom: 30px;
}

#area06 .white-box .intro-text .text {
    margin: 0px auto 20px;
}

#area06 .white-box .intro-text .text20 {
    font-size: 1.6rem;
}

#area06 .f-tbl table{
    display: inline-block;
}

#area06 .f-tbl table tr th {
    font-size: 1.6rem;
    border-bottom: 0;
    padding: 20px 5px 0;
    width: 100%;
    display: block;
}

#area06 .f-tbl table tr td {
    font-size: 1.4rem;
    padding: 0 5px 20px;
    width: 100%;
    display: block;
}

#area06 .flexBox.newBtn {
    margin-top: 30px;
    display: block;
}

#area06 .newBtn .newBtn-white{
    margin: 0 1% 10px;
}

#area06 .newBtn .newBtn-green{
    margin: 0 1% 0;

} 
}

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

.newBtn .newBtn-green a img {
    margin-right: 10px;
    height: 70px;
    width: 70px;
}

.newBtn .newBtn-app {
    height: 135px;
}

.newBtn .newBtn-app .app-illu {
    left: 5px;
    top: 40px;
}

.newBtn .newBtn-app .text14{
    font-size: 1.2rem;
}

#area02 li.first .newBtn .newBtn-app .text {
    font-size: 1.6rem;
}

.newBtn .newBtn-app,
.newBtn .newBtn-green a,
.newBtn .newBtn-white a {
    border-radius: 15px;
    font-size: 1.6rem;
}

.newBtn .newBtn-app div a img {
    height: 41px;
}

.newBtn .newBtn-left a div, 
.newBtn .newBtn-right a div {
    height: 100px;
}
}

/*-----------------------------------------追加20230804-----*/

.floating{
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 5;
    opacity: 0;
    transition: 0.5s ease;
}
.floating.show{
    opacity: 1;
}


.floating-wrap{
    background: #00a56a;
    border: 3px solid #fff;
    border-radius: 5px;
    padding: 20px;
}
.floating-wrap .float-ttl{
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-size: 2.0rem;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 10px;
}

.floating-wrap .float-ttl span{
    display: block;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: 600;
}

.floating-wrap .float-dl-here{
    text-align: center;
    margin-bottom: 15px;
}

.floating-wrap .float-dl-here .text12{
    background: #fff;
    border-radius: 20px;
    color: #00a56a;
    padding: 5px 10px;
    font-weight: 600;
}

.floating-wrap a{
    display: block;
    margin-bottom: 5px;
    height: fit-content;/* add */
}

.floating-bnr {
	margin-top: 5px;
	max-width: 250px;
}
.floating-bnr img {
	width: 100%;
}

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

.sp {
	display: block;
}
.pc {
	display: none;
}
.floating {
    right: 0;
    bottom: 0;
    width: 100%;
}

.floating-wrap {
    background: #00a56a;
    border: 0;
    border-radius: 0;
    padding: 5px 5%;
}

.floating-wrap .float-ttl {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.floating-wrap .float-ttl span {
    font-size: 1.8rem;
}

.floating-wrap .float-dl-here {
    margin-bottom: 10px;
}

.floating-wrap .float-dl-here .text12 {
    padding: 0px 10px;
}

.app{
    display: flex;
    justify-content: space-between;
}

.app a{
    width: 49%;
}

.floating-bnr {
	margin-bottom: 5px;
	max-width: 100px;
	position: absolute;
	right: 5px;
	bottom: 150px;
}
}

/*-----------------------------------------追加2023082828-----*/
/* .caution-txt{
font-size: 10px;
transform: translateY(-5px);
}

.floating-wrap .caution-txt{
    font-size: 11px;
    color: #fff;
    transform: translateY(0);
}

.newBtn .newBtn-app{
    flex-direction: column;
}

@media screen and (max-width: 768px){
    .floating-wrap .caution-txt{
        text-align: center;
    }
}

@media screen and (max-width: 400px){
    .caution-txt{
        font-size: 10px;
        transform: translateY(0);
    }
} */

.center-txt{
    text-align: center;
}

.footer-detail {
    font-size: 12px;
    color: #bec8e5;
    text-align: start;
    margin-top: 30px;
}