@charset "UTF-8";
/* CSS Document */
*{
  transition: 0.5s;
}

input[type="text"],
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}


input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}


html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p,
dl, dt, dd, ol, ul, li
{
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
	box-sizing: border-box;
	letter-spacing: 0.02em;
}

div,section{
	box-sizing: border-box;
	letter-spacing: 0.02em;
	color:#151b65;
}

body {
 	line-height:1.5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 300;
  font-style: normal;
  background: #ffffff;
  color:#151b65;
  padding-top: 100vw;
}

ul {
  list-style:none;
}

a {
  margin:0;
  padding:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
transition: 0.5s;
}

a:hover{
	opacity: 0.8;
}

/* change colours to suit your needs */
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}

/* change colours to suit your needs */
mark {
  background-color:#ff9;
  color:#000; 
  font-style:italic;
   font-weight:bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom:1px dotted;
  cursor:help;
}

table {
  border-collapse:collapse;
  border-spacing:0;
}

/* change border colour to suit your needs */
hr {
  display:block;
  height:1px;
  border:0;   
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

img{
	max-width: 100%;
}

.sp{
	display: none;
}

.eng,
.eng *{
	font-family: Times New Roman , serif;
}

/* main */
	.grd{
		background: linear-gradient(to right,#006fb0 0%,#35acf0 100%);
	}
	
header {
    position: absolute;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    width: 50%;
    box-sizing: border-box;
    z-index: 100;
    top: 0;
    left: 0;
}
	

.mainImage{
  position: relative;
  width: 50%;
  height: 100vh;
  overflow: hidden;
  margin-left: 50%;
}

.mainImage::before {
   content: '';
   display: block;
   width: 100%;
   height: 100%;
   background-image: url("../images/fv.webp");
   background-size: contain;
   background-position: right;
   background-repeat: no-repeat;
   -webkit-animation: zoom 10s 1;
   animation: zoom 10s 1;
   animation-fill-mode: forwards;  
  position: absolute;
}

.bg_up{
  position: relative;
  height: auto;
  opacity: 1;
  overflow: hidden;
}

.mainImageWrap{
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100vh;
  background:#6c68a1; 
}

.bg_up div{
   display: block;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   animation: zoom02 1s 1;
   animation-fill-mode: forwards;
}

.bg_up div img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mainTextWrap{
  width: 50%;
  position: absolute;
  height: 100vh;
}

	.mainText{
		width: 100%;
		position: absolute;
		top:calc(50% - 75px);
    left: calc(50% - 200px);
    z-index: 1;
    text-align: left;
	}

	.mainText .main01{
		color:#ffffff;
		font-size: 50px;
	}	

	.mainText .main02{
		color:#ffffff;
		font-size: 22px;
	}	

	.content{
		width: 90%;
		margin: auto;
	}

  .scNav{
    position: absolute;
    bottom:20px;
    text-align: center;
    left: 0;
    width: 100%;
    z-index: 10;
    color:#ffffff;
    text-decoration: none;
  }  
  
  .headLink{
    display: flex;
    justify-content: space-between;
    width: 125px;
    position:fixed;
    right:5%;
  }
  
  .headLink .select{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#151b65;
    height:55px;
    width:55px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: bold;
    background:#bebcd4;
    text-align: center;
  }
  
  .headLink a{
    display: flex;
    align-items: center;
    justify-content: center;
    color:#151b65;
    height:55px;
    width:55px;
    border-radius: 100px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
  }
  
  .headLink a:hover{
    background:#bebcd4;
  }
  
  .headLink span{
    font-size: 16px;
  }
	
  main{
    position: relative;
    z-index: 2;
    background: #f9f5f1;
  }

  .mainWrap{
    background:#ffffff;
    position: relative;
    z-index: 2;
  }

#sec01{
  height: 100vh;
  position: relative;
  display: flex;
  align-items:center;
  min-height: 800px;
}
  
.img01{
  height: 100vh;
  position: absolute;
}

  .sec01Img{
    position: absolute;
    left: 80px;
    top:160px;
  }

#sec01 .cont01{
  padding-left:60%;
}

#sec01 h2{
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 70px;
}

.text02{
  font-size: 16px;
  line-height: 2em;
}

  #sec02{
    background: #bebcd4;
    padding: 80px;
    position: relative;
    height: 100vh;
    min-height: 800px;
  }
  
  .sec02Img{
    position: absolute;
    right: 80px;
    top:80px;
  }
  
  #sec02 .text01{
    margin-bottom: 20px;
    font-size: 15px;
  }
  
  #sec02 .text02{
    margin-top: 230px;
  }  

  .slideText{
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 50px;
  }

  .slideContent{
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
  }
  
  .slideContent .pt01{
    font-size: 32px;
    margin-bottom: 30px;
    font-weight: 400;
    line-height: 1.25em;
  }
  
  .slideContent .pt02{
    font-size: 16px;
    line-height: 1.8em;
  } 
  
  .slideContent .btn{
    display: flex;
    width: 280px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background:#151b65;
    height: 60px;
    color:#ffffff;
    font-size: 21px;
    text-decoration: none;
  }

   /* スライダーAのスタイル */
        .slider-a {
            width: 100%;
            padding: 20px 0 50px;
          border-bottom: 0.2px solid #151b65;
        }

        .slider-a-item {
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 16px;
            width: auto;
            cursor: pointer;
          padding: 5px;
        }

        /* B: コンテンツ表示 */
        .content-wrapper {
            position: relative;
            padding: 20px;
          padding-top: 40px;
        }

        .content {
            display: none;
        }

        .content.active {
            display: block;
        }

        /* C: スライダー */
        .slider-c {
            overflow: hidden;
            position: relative;
            width: 100%;
        }

        .slider-c-track {
            display: flex;
            transition: transform 0.5s ease-in-out;
        }

        .slider-c-item {
            min-width: 100%;
            box-sizing: border-box;
            text-align: center;
          height: auto;
          aspect-ratio:1/0.671;
        }
        
        .slider-c-item img{
            min-width: 100%;
          height: 100%;
          object-fit: contain;
          object-position: center;
        }

        .pagination {
            display: flex;
            justify-content: center;
            margin-top: 10px;
        }

        .dot {
            width: 10px;
            height: 10px;
            background-color: #ccc;
            border-radius: 50%;
            margin: 0 5px;
            cursor: pointer;
        }

        .dot.active {
            background-color: #151b65;
        }  
  
  .content-wrapper .content{
    position: relative;
  }
  
  .content-wrapper .content .num{
    position:absolute;
    top:40px;
    left: 40px;
    z-index: 10;
  }

  footer{
    border-top: 0.2px solid #151b65; 
    text-align: center;
    padding-bottom: 40px;
    border-bottom: 20px solid #5c70b4;
  }
  
  #pageTop{
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
  }
  
  .footImg{
    margin: auto;
    margin-top: 80px;
    margin-bottom: 60px;
  }
  
  .footerCont .pt02{
    margin-bottom: 20px;
  }
  
  .footerCont .pt03{
    font-size: 12px;
  } 

.spImg{
  display: none !important;
}

 .btn02{
    display: flex;
    width: 280px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    height: 60px;
    color:#151b65;
    font-size: 21px;
    text-decoration: none;
    border:#151b65 1px solid;
   margin:40px auto;
  }