@charset "UTF-8";

/* ===================================================================

	Setting

=================================================================== */
html { line-height:1.6; text-align:left; font-size:65.5%; }


/* link set
	------------------------------------------------------------------- */
	a { text-decoration:none; transition:0.3s ease; }
	a img { transition:0.3s ease-in-out; }
	a:hover { color:#47676F; }

	/* float対策：背景色表示用
	------------------------------------------------------------------- */
	.clearfix:after { display: block; clear: both; height: 0px; line-height: 0px; visibility: hidden; content: "."; }
	.clearfix {	display: flex;
  flex-direction: row; }
	.both { clear:both ;}
	.hidden { display: none; }

	/* 	imgホバーアクション
	------------------------------------------------------------------- */
	.imgWrap { overflow: hidden; width: 100%;　height: auto; cursor: pointer; background-color: #ffffff; }
	.imgWrap img { display: block; transition-duration: 0.3s; margin-top: -1px; }
	.imgWrap img:hover  {opacity: 0.6; transition: all .3s; }

	/* 	背景画像＆テキスト使用時
	------------------------------------------------------------------- */
	.bg { display: block; text-indent: -9999px; background-repeat: no-repeat; background-position: left top; }







/* flex
----------------------------------------------- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flexcol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flexwrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flexwrapjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flexwrapjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexcolac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexcoljc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexcolacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flexas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flexae {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flexjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flexjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexjs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flexje {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flexacjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flexacjar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flexwrapacjbe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flexwrapac {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flexwrapacjc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.align_bl {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align_ce {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}




/* ===================================================================

	Header

=================================================================== */
header {
	position: fixed;
	background-color: transparent;
	width: 100%;
	z-index: 50;
	padding: 30px 0;
	transition: 0.5s;
}
header.sss {
	background-color: #fff !important;
}

header .h_logo {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.global-nav {
  position: fixed;
  right: -100%;
  /* これで隠れる */
  top: 0;
  width: 50%;
  /* スマホに収まるくらい */
  height: 100vh;
  padding-top: 15px;
  background-color: #fff;
  transition: all .6s;
  z-index: 200;
  overflow-y: auto;
  /* メニューが多くなったらスクロールできるように */
}
.hamburger {
  position: absolute;
  right: 0;
  top: 0;
  width: 120px;
  /* クリックしやすいようにちゃんと幅を指定する */
  height: 120px;
  /* クリックしやすいようにちゃんと高さを指定する */
  cursor: pointer;
  z-index: 300;
}
.global-nav__list {padding-top: 35%;

}
.global-nav__item {
	margin-bottom: 50px;
}
.global-nav__item a {
display: block;
    color: #003A5A;
    text-decoration: none;
    font-size: 40px;
	font-weight: 700;
	line-height: 0.8;
}
.global-nav__item a span {
	font-size: 22px;
}
.global-nav .sns_area {
	gap: 0 50px;
}
.hamburger__line {
  position: absolute;
  right: 40px;
  width: 53px;
  height: 2px;
  background-color: #003A5A;
  transition: all .6s;
}
.hamburger__line--1 {
  top: 40px;
}
.hamburger__line--2 {
  top: 58px;
}
.hamburger__line--3 {
  top: 76px;
}
.black-bg {
  position: fixed;
  right: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #00aecb;
  opacity: 0;
  visibility: hidden;
  transition: all .6s;
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .global-nav {
  right: 0;
}
.nav-open .black-bg {
  opacity: .7;
  visibility: visible;
}
.nav-open .hamburger__line {
	background-color: #003A5A;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 60px;
}
.nav-open .hamburger__line--2 {
  width: 0;
  right: 50%;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 60px;
}
.is-fixed {
  position: fixed;
  right: 0;
  top: 0;
  margin: 0;
  width: 90px;
  height: 90px;
  cursor: pointer;
  z-index: 300;
  background: #fff;
}





@media only screen and (max-width: 1024px) {
	header .h_logo img {
		width: 300px;
	}
	.global-nav {
    width: 100%;
    /* スマホに収まるくらい */
  }
	.sp_header {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		padding: 30px 0;
	}
	.global-nav__item a {
		font-size: 50px;
	}
}

@media only screen and (max-width: 768px) {
	header {
		padding: 25px 0;
	}
	header .suzuran img {
		width: 24vw;
	}
	header .h_logo img {
		width: 35vw;
	}
	.hamburger {
		width: 100px;
		height: 100px;
	}
	.hamburger__line {
		right: 30px;
		width: 40px;
	}
	.hamburger__line--1 {
	  top: 35px;
	}
	.hamburger__line--2 {
	  top: 50px;
	}
	.hamburger__line--3 {
	  top: 65px;
	}
	.nav-open .hamburger__line--1 {
	  top: 50px;
	}
	.nav-open .hamburger__line--3 {
	  top: 50px;
	}
	.global-nav__item a {
		font-size: 45px;
	}
	.global-nav__item a span {
		font-size: 18px;
	}
	.global-nav .sns_area img {
		width: 60px;
	}
	.sp_header {
		padding: 25px 0;
	}
}

@media screen and (max-width:479px) {
	header {
		padding: 20px 0;
	}
	header .suzuran img {
		width: 28vw;
	}
	header .h_logo {
		left: 53%;
	}
	header .h_logo img {
		width: 45vw;
	}
	.hamburger {
		width: 65px;
		height: 65px;
	}
	.hamburger__line {
		right: 20px;
		width: 30px;
	}
	.hamburger__line--1 {
		top: 20px;
	}
	.hamburger__line--2 {
		top: 32px;
	}
	.hamburger__line--3 {
		top: 44px;
	}
	.nav-open .hamburger__line--1 {
		top: 32px;
	}
	.nav-open .hamburger__line--3 {
		top: 32px;
	}
  .global-nav {padding: 5% 15%;
  }
	.global-nav__item {
    margin-bottom: 50px;
	}
	.global-nav__item a {
		font-size: 28px;
	}
	.global-nav__item a span {
		font-size: 14px;
	}
	.global-nav .sns_area {
		gap: 0 30px;
		margin-bottom: 50vw !important
	}
	.global-nav .sns_area img {
		width: 40px;
	}
	.sp_header {
		padding: 20px 0;
	}
	.nav_illustrat {
		position: absolute;
		bottom: 0;
		left: 0;
	}
}

@media screen and (max-width:370px) {
	.global-nav__item {
		margin-bottom: 30px;
	}
	.global-nav__item a {
		font-size: 25px;
	}
	.global-nav__item a span {
		font-size: 13px;
	}
	.nav_illustrat {
		width: 80%;
	}
}


 /* side_area
 ----------------------------------------------- */
.side_area {
	display: block;
	position: fixed;
	right: 0;
	top: 14%;
	z-index: 10;
}
.side_area ul li + li {
	margin-top: 15px;
}
.side_area img {
	width: 248px;
  width: 12.9vw;
}

@media only screen and (max-width: 1024px) {
	.side_area {
		padding: 20px 10px;
		top: unset;
		bottom: 0;
		width: 100%;
		background: repeating-linear-gradient(150deg, #ff5900, #ff5900 15px, #fb7a35 15px, #fb7a35 20px);
	}
	.side_area ul {
		display:-webkit-box;
		display:-ms-flexbox;
		display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		gap: 0 20px;
	}
	.side_area ul li + li {
		margin-top: 0;
	}
	.side_area ul li:last-of-type {
		order: -1;
	}
	.side_area img {
		width: 200px;
	}
}

@media only screen and (max-width: 768px) {
	.side_area {
		background: repeating-linear-gradient(140deg, #ff5900, #ff5900 10px, #fc9055 10px, #fc9055 15px);
	}
	.side_area ul {
		 gap: 0 10px;
	}
}

 @media only screen and (max-width: 479px) {
	 .side_area {
		 padding: 10px 10px;
	 }
	 .side_area ul {
  		gap: 0 6px;
   }
	 .side_area ul li {
		 width: calc( 100% / 3 - 4px );
	 }
 }







