@charset "utf-8";

.wf-notosansjapanese { font-family: "Noto Sans JP"; }
.wf-roundedmplus1c { font-family: "M PLUS Rounded 1c"; }

.font-space0{
	letter-spacing:0em;
}
.font-space1{
	letter-spacing:0.1em;
}
.font-space2{
	letter-spacing:0.2em;
}
.font-space3{
	letter-spacing:0.3em;
}
.font-b{
	font-weight:bold;
}
.font-nowrap{
	white-space: nowrap;
}

	
/* box-btn01 */
.box-btn01{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.box-btn01 {
  background: #3B6CB4;
  border: 2px solid #3B6CB4;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  text-align: center;
  margin-top:30px;
  line-height:2.2;
  letter-spacing:0.1em;
  font-size:16px;
  transition: transform .3s ease-in-out;
}
.box-btn01.reverse:hover {
  background: #fff;
  color: #3B6CB4;
  transform: scale(1.05);
}
.box-btn01 a{
	color:#fff;
	text-decoration:none;
	display:block;
}
.box-btn01 a:hover{
	color: #3B6CB4;
	text-decoration:none;
	opacity:1;
}
@media screen and (max-width:768px) {
.box-btn01 {
	display:block;
	margin:auto;
}
}

/* box-btn02 */
.box-btn02{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.box-btn02 {
  display: block;
  font-weight: bold;
  max-width: 250px;
  text-align: center;
 margin:20px auto 0 auto;
  line-height:2.5;
  letter-spacing:0.1em;
  font-size:16px;
  transition: transform .3s ease-in-out;
}
.box-btn02.reverse:hover {
  background: #fff;
  color: #E3007F;
  transform: scale(1.05);
}
.box-btn02 a{
	color:#009944;
	text-decoration:none;
	display:block;
	border: 4px solid #009944;
  border-radius: 20px;
}
.box-btn02 a:hover{
	background: #009944;
	color: #fff;
	text-decoration:none;
	opacity:1;
}

/* box-btn03 */
.box-btn03{
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
.box-btn03 {
  color: #fff;
  display: block;
  font-weight: bold;
  width: max-content;
  text-align: center;
  margin-top:10px;
  padding-bottom:10px;
  line-height:2.2;
  letter-spacing:0.1em;
  font-size:18px;
  transition: transform .3s ease-in-out;
}
.box-btn03.reverse:hover {
  background: #fff;
  color:#24BB9D;
  transform: scale(1.05);
}
.box-btn03 a{
	color:#fff;
	text-decoration:none;
	display:block;
	background: #009944;
  border: 5px solid #009944;
  border-radius: 30px;
  padding-left:20px;
  padding-right:20px;
}
.box-btn03 a:hover{
	color: #009944;
	background-color:#fff;
	text-decoration:none;
	opacity:1;
}
.box-btn03 a.no-link{
	background: #ccc;
	border: 5px solid #ccc;
}
.box-btn03 a.no-link:hover{
	color:#fff;
	background: #ccc;
	opacity:1;
}
.box-btn03 a br,
.box-btn03 a.no-link br{
	display:none;
}
@media screen and (max-width:700px) {
.box-btn03 {
  max-width: 100%;
 font-size:16px;
 line-height:1.6;
}
.box-btn03 a{
	 padding:7px 15px;
}
.box-btn03 a br,
.box-btn03 a.no-link br{
	display:block;
}
}



.text-center{
	text-align:center;
}
.text-s{
	font-size:14px;
}
.text-big{
	font-size:18px;
}
.text-l{
	font-size:20px;
	font-weight:bold;
	font-family: "M PLUS Rounded 1c";
	line-height:1.6;
}
.text-nomal{
	font-weight:normal;
}
.topspace1{
	padding-top:30px;
}
.text-red{
	color:#D50015;
}
.text-blue{
	color:#006EBD;
}
.text-aqua{
	color:#64CFD1;
}
.text-green{
	color:#5BC77C;
}
.text-purple{
	color:#8A88C1;
}
.text-pink{
	color:#FE7FB6;
}
.text-coral_pink{
	color:#FF644E;
}
.text-black{
	color:#000;
}
.text-black a:link{
	color:#000;
}
.text-black br{
	display:none;
}
@media screen and (max-width:400px) {
.text-black br{
	display:block;
}
}
.text-marker{
	background: linear-gradient(transparent 0%, #FFF240 0%);
}
ul.normal-li li{
	list-style-type:    none;
	font-weight:normal;
	margin-left:20px;
}
ul.lower-alpha li{
	list-style-type:    upper-alpha;
	font-weight:normal;
	margin-left:20px;
}
ul.decimal li{
	list-style-type:  decimal;
	font-weight:normal;
	margin-left:20px;
}
ul.disc li{
	list-style-type:  disc;
	font-weight:normal;
	margin-left:20px;
	padding-bottom:20px;
	padding-top:10px;
}
@media screen and (max-width:768px) {
.topspace1{
	padding-top:15px;
}
.text-l{
	font-size:16px;
}
ul.lower-alpha li,
ul.decimal li{
	padding-bottom:10px;
	line-height:1.6;
}
}
/*==================================================
機能編 5-1-16　クリックしたら円形背景が拡大（上から）
===================================*/

/*アクティブになったエリア*/
#g-nav.panelactive{
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position:fixed;
    z-index: 999;
	top: 0;
	width:100%;
    height: 100vh;
	left:0%;
}

/*丸の拡大*/
.circle-bg{
    position: fixed;
	z-index:3;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: rgba(255,255,255,1.0);
    /*丸のスタート位置と形状*/
	transform: scale(0);/*scaleをはじめは0に*/
	top:-50px;
    left:calc(50% - 50px);/*50%から円の半径を引いた値*/
    transition: all .6s;/*0.6秒かけてアニメーション*/
}

.circle-bg.circleactive{
	transform: scale(50);/*クラスが付与されたらscaleを拡大*/
}

/*ナビゲーションの縦スクロール*/
#g-nav-list{
    display: none;/*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	background:#EEEFEF;
	background-size:contain;
}
#g-nav.panelactive #g-nav-list{
     display: block; /*クラスが付与されたら出現*/
}
@media screen and (min-width:480px) {
#g-nav-list{
	background-size:cover;
}
}

/*ナビゲーション*/
#g-nav ul {
	opacity: 0;/*はじめは透過0*/
    /*ナビゲーション天地中央揃え※レイアウトによって調整してください。不必要なら削除*/
    position: absolute;
    z-index: 999;
    top:0px;
    left:0%;
}

/*背景が出現後にナビゲーションを表示*/
#g-nav.panelactive ul {
    opacity:1;
}

/* 背景が出現後にナビゲーション li を表示※レイアウトによって調整してください。不必要なら削除*/
#g-nav.panelactive ul li{
animation-name:gnaviAnime;
animation-duration:1s;
animation-delay:.2s;/*0.2 秒遅らせて出現*/
animation-fill-mode:forwards;
opacity:0;
}
@keyframes gnaviAnime{
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}

/*リストのレイアウト設定*/
#g-nav li{
	text-align: center; 
	list-style: none;
	font-family: "M PLUS Rounded 1c";
}

#g-nav li a{
	color: #fff;
	text-decoration: none;
	display: block;
	letter-spacing: 0.1em;
	white-space: nowrap;
	font-weight:bold;
	font-size:18px;
}
#g-nav li img{
	width:220px;
	height:auto;
	display:block;
	margin-top:30px;
	margin-bottom:20px;
	margin-left:20px;
}
#g-nav li{
	background:#009944;
	border-bottom:1px solid #fff;
}
#g-nav li.nolink{
	background-color:#ccc;
}
#g-nav li i{
	padding-left:5px;
}
#g-nav li:before{
  position: absolute;
  content:"\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  top:50%;
  right:7%;
  transform:translatey(-50%);
  color:#fff;
}
#g-nav li:nth-child(1){
	background-color:#fff;
}
#g-nav li:nth-child(1):before{
  position: absolute;
  content:"";
  font-weight: 900;
  top:50%;
  right:7%;
}

/*==================================================
機能編　5-2-9 3本線がジャンプして×に
===================================*/
/*ボタン外側*/
.openbtn{
	position:fixed;
    top:5px;
	right: 2px;    
    z-index: 9999;/*ボタンを最前面に*/
	background:;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
	overflow: hidden;/*ジャンプしてはみ出た要素を消す*/
}
	
/*ボタン内側*/

.openbtn .openbtn-area{
    transition: all .4s;/*アニメーションの設定*/
}

.openbtn span{
    display: inline-block;
    transition: all .4s;/*アニメーションの設定*/
    position: absolute;
    left: 0px;
    height: 4px;
    border-radius: 10px;
	background: #000;
  	width: 70%;
  }


.openbtn span:nth-of-type(1) {
	top:13px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:33px;
}


/*activeクラスが付与されると .openbtn-areaが360度回転し、
その中の線のtopの位置や形状が変化して×に*/

.openbtn.active .openbtn-area{
	transform: rotateX(360deg);
}

.openbtn.active{
	top:20px;
	right: 20px;
}
.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 0px;
    transform: translateY(6px) rotate(-135deg);
    width: 100%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 0px;
    transform: translateY(-6px) rotate(135deg);
    width: 100%;
}
@media screen and (min-width:768px) {
.openbtn{
	display:none;
}
}
/*==================================================
　機能編 7-1-44	矢印が右に移動して現在地に戻る
===================================*/

/* ボタン共通設定 */
.btn06{
    /*矢印の基点とするためrelativeを指定*/
	position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
	background:#ffec04;
	color:#333;
    padding:10px;
    width:230px;
	border-radius:25px;
    text-align: center;
    outline: none;
    /*アニメーションの指定*/
    transition: ease .2s;
}


.btnarrow2::after{
    content: '';
    /*絶対配置で矢印の位置を決める*/
	position: absolute;
    top: 1.2em;
    right: 25px;
    /*矢印の形状*/
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transform: rotate(45deg);
}

/*hoverした際のアニメーション*/
.btnarrow2:hover::after{
  animation: arrow .5s;
}

@keyframes arrow {
  50% {
    right: 20px;
  }
  100% {
    right: 25px;
  }
}

/*==================================================
　機能編 7-1-16	右下に押し込まれる（立体が平面に）
===================================*/
/* ボタン共通設定 */
.btn03{
    /*影の基点とするためrelativeを指定*/
    position: relative;
    /*ボタンの形状*/
	text-decoration: none;
	display: inline-block;
    text-align: center;
    background: transparent;
	border-radius: 15px;
	border: solid 0px #333;
    outline: none;
    /*アニメーションの指定*/
    transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.btn03:hover{
	border-color:transparent;	
}

/*ボタンの中のテキスト*/
.btn03 span {
	position: relative;
	z-index: 2;/*z-indexの数値をあげて文字を背景よりも手前に表示*/
    /*テキストの形状*/
	display: block;
    padding: 5px 90px;
	background:#FFEC00;
	border-radius: 15px;
	color:#000;
    /*アニメーションの指定*/
    transition: all 0.3s ease;
	font-size:18px;
	font-weight:bold;
}
@media screen and (max-width:768px) {
	.btn03 span {
	padding: 5px 120px;
}
}
.btn03 span svg{
	fill: #333;
	margin-left:5px;
}
/*影の設定*/
.pushright:before {
    content: "";
    /*絶対配置で影の位置を決める*/
    position: absolute;
	z-index: -1;
    top: 4px;
    left: 4px;
    /*影の形状*/
    width: 100%;
    height: 100%;
	border-radius: 15px;
    background-color: #DC000C;
}

/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
	background-color: #DC000C;
	color: #fff;
	transform: translate(4px, 4px);
}
.pushright:hover span svg{
	fill:#fff;
}

/*==================================================
機能編 8-1-8　リンクボタンをクリックしたら形状が変化
===================================*/

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 10px;
	bottom:10px;
	z-index: 2;
    /*はじめは非表示*/
	opacity: 0;
	transform: translateY(150px);
}

/*　上に上がる動き　*/
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(150px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*　下に下がる動き　*/
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(150px);
  }
}

/*画像の切り替えと動き*/
#page-top a {
    /*aタグの形状*/
	display: block;
	width: 80px;
	height: 80px;
	color: #333;
	text-align: center;
	text-transform: uppercase; 
	text-decoration: none;
	font-size:0.6rem;
    /*背景画像の指定*/
	background: url("../../images/pagetop_img.png") no-repeat center;
	background-size: contain;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
#page-top a:hover {
	transform: translateY(-10px);
	opacity:1.0;
}


/*Page Topと書かれたテキストの位置*/
#page-top span{
    position: absolute;
    bottom: -11px;
    right: 20px;
	color: #333;
    font-weight: bold;
    line-height: 1.3;
}

#page-top.floatAnime span{
    bottom: -30px;
}
@media screen and (max-width:768px) {
#page-top a {
    width: 60x;
	height: 60px;
}

#page-top.floatAnime a{
	width: 60x;
	height: 60px;
}
#page-top {
	right: 0px;
}
}

/*==================================================
機能編 6-1-1　横移動させて全画面で見せる
===================================*/
.slider {
    position:relative;
	z-index: 1;
	/*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
	height: 73.5vh;/*スライダー全体の縦幅を(80vh）にする*/
}
/*　背景画像設定　*/

.slider-item01 {
    background:url(../img/top/top_pc.jpg);
}

.slider-item02 {
    background:url(../img/top/top2_pc.jpg);
}

.slider-item03 {
    background:url(../img/main_03.png);
}

.slider-item {
    width: 100%;/*各スライダー全体の横幅を画面の高さいっぱい（100%）にする*/
    height:80vh;/*各スライダー全体の縦幅を（80vh）にする*/
    background-repeat: no-repeat;/*背景画像をリピートしない*/
    background-position: center;/*背景画像の位置を中央に*/
    background-size: cover;/*背景画像が.slider-item全体を覆い表示*/
}
@media screen and (max-width:940px) {
.slider {
    height:29vh;
}
.slider-item {
    height:30vh;/*各スライダー全体の縦幅を（80vh）にする*/
}
}
@media screen and (max-width:768px) {
#concept{
    background-size:150px auto;
}
.slider {
    height:50vh;
}
.slider-item {
    height:45vh;/*各スライダー全体の縦幅を（80vh）にする*/
}
.slider-item01 {
    background:url(../img/top/top_sp.jpg);
	background-size:100% auto;
}
.slider-item02 {
    background:url(../img/top/top2_sp.jpg);
	background-size:100% auto;
}
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
    position: absolute;/*絶対配置にする*/
	z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 5px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*ドットボタンのサイズ*/
    height:8px;/*ドットボタンのサイズ*/
    display:block;
    border-radius:50%;
    background:#fff;/*ドットボタンの色*/
}

.slick-dots .slick-active button{
    background:#ffec04;/*ドットボタンの現在地表示の色*/
}


/*==================================================
機能編 6-1-8　複数画像を流して見せる
===================================*/

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider2 img {
    width:100%;/*スライダー内の画像を横幅100%に*/
    height:auto;
}

.slider2 .slick-slide {
    margin:0 10px;/*スライド左右の余白調整*/
}

/*==================================================
印象編 4 最低限おぼえておきたい動き
===================================*/

/* 4-3 くるっ（Z 軸（右へ）） */
.rotateRightZ{
	animation-name: rotateRightZAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
}

@keyframes rotateRightZAnime{
	from{
		transform: rotateZ(0);
		}
	to{
		transform: rotateZ(360deg);
		}
}

/* 4-1 ふわっ（その場で） */
.fadeIn{
animation-name: fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 4-2 ふわっ（下から） */

.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* 4-2 パタッ（左上へ） */
.flipLeftTop{
animation-name: flipLeftTopAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipLeftTopAnime{
  from {
   transform: translate(-20px,80px) rotate(-15deg);
 	opacity: 0;
  }

  to {
   transform: translate(0,0) rotate(0deg);
	opacity: 1;
  }
}

/* 4-2 パタッ（右上へ） */
.flipRightTop{
animation-name: flipRightTopAnime;
animation-duration:0.5s;
animation-delay: 0.2s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes flipRightTopAnime{
  from {
   transform: translate(-20px,80px) rotate(25deg);
   opacity: 0;
  }

  to {
   transform: translate(0,1) rotate(0deg);
	opacity: 1;
  }
}

/* 4-4 ボンッ（拡大） */
.zoomIn{
	animation-name: zoomInAnime;
	animation-duration:0.5s;
	animation-delay: 1s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }

  to {
    transform: scale(1);
	opacity: 1;
  }
}
/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.zoomInTrigger,
.flipLeftTopTrigger,
.flipRightTopTrigger{
    opacity: 0;
}
