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

html {
	font-size: 62.5%;
}

body {
	color: #353535;
	font-size: 1.2rem;
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

*, *::before, *::after {
	box-sizing: border-box;
}

a:link, a:visited, a:hover, a:active {
	color: #353535;
	text-decoration: none;
}
/*ここからPC*/
@media screen and (min-width: 1024px) { /*ウィンドウ幅が767px以上の場合に適用*/
	/*ここからheader*/
	.header_img img {
		position: fixed;
		width: 50px;
		height: 50px;
		display: block;
		top: 30px;
		right: 110px;
		z-index: 1000;
	}

	/*ここまでheader*/
	/*ここからハンバーガーメニュー*/

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 100;
		background-color: rgb(0,0,0);
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	.active.black-bg {
		visibility: visible;
		opacity: .7;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		z-index: 1000;
		right: 0;
	}

	.menu-trigger {
		position: fixed;
		width: 40px;
		height: 42px;
		right: 60px;
		margin: 30px auto;
	}
	.menu-trigger span {
		position: absolute;
		width: 40px;
		height: 2px;
		background-color: #ff0000;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	.menu {
		position: fixed;
		width: 30%;
		height:100vh;
		padding-top: 80px;
		right: -30%;
		background-color: #fff;
		transition: all .6s;
		z-index: 900;
		overflow-y: auto;
	}

	.active.menu {
		right: 0;
	}

	.menu li {
		height: 6rem;
		margin: auto;
		font-size: 2rem;
		padding-left: 40px;
	}

	.menu li a {
		line-height: 6rem;
		display: block;
	}

	.menu_hover {
		display: none;
	}

	a:hover .menu_hover {
		font-size: 2.5rem;
		color: #ff0000;
		display: inline;
	}

	a:hover .menu_normal {
		display: none;
	}

	.menu_item_second {
		text-indent: 3rem;
	}

	/*ここまでハンバーガーメニュー*/
/*ここからdescription*/
	#description {
		width: 100%;
		height: auto;
		margin: 0 auto 100px;
	}
	
	.description_txt {
		width: 40%;
		margin: 80px 20% 0;
		position: absolute;
		z-index: 1;
	}
	
	.description_txt p {
		padding: 50px 20px;
		background-color: #fff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 2.5rem;
	}
	
	.description_img img {
		width: 50%;
		height: auto;
		float: right;
	}

/*ここまでdescription*/
/*ここからfooter*/

	footer {
		height: 350px;
		background-color: #C9E8F8;
	}

	.footer_flex {
		display: flex;
		padding: 50px 50px 100px;
	}

	.footer_address {
		width: 40%;
		font-size: 1.5rem;
		left: 0;
	}

	.footer_address_flex {
		display: flex;
	}

	.footer_address_logo {
		margin-left: 20px;
		margin-right: 20px;
		left: 0;
	}

	.footer_address_logo img {
		width: 4rem;
		height: auto;
	}

	.footer_address_main {
		right: 0;
	}

	.footer_name {
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

	.footer_sitemap {
		width: 60%;
		font-size: 1.5rem;
		line-height: 3rem;
		right: 0;
	}

	.footer_sitemap_second {
		text-indent: 2rem;
	}

	.footer_sitemap_ul {
		width: 100%;
		display: flex;
	}

	.footer_sitemap_left {
		width: 50%;
		left: 0;
	}

	.footer_sitemap_right {
		width: 50%;
		right: 0;
	}

	small {
		display: block;
		text-align: center;
	}

	/*ここまでfooter*/
	/*ここからその他共通タグ*/
	h1 {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 6rem;
		padding: 100px 5% 0;
	}

	h2 {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 5rem;
		color: #ff0000;

	}
	
	.section_h2 {
		margin-left: 10%;
	}

	h3 {
		font-family: 'Source Sans Pro', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 2rem;
	}
	
	.red {
		color: #ff0000;
	}
	
	.underline {
		text-decoration: underline;
	}
	
	.wrapper_p {
		width: 70%;
		margin: 30px auto;
		font-size: 1.8rem;
		line-height: 2rem;
	}
	
	.wrapper_p h3 {
		margin-bottom: 10px;
	}
	
	.wrapper_p p {
		margin-bottom: 50px;
	}
	
	/*ここからviewmorebtn*/
	.viewmore_btn {
		margin-top: 30px;
		position: absolute;
		width: 80%;
		height: 7rem;
	}

	.viewmore_btn a {
		line-height: 7rem;
		background-color: #fff;
	}

	.viewmore_btn p {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 5rem;
		color: #ff0000;
		line-height: 7rem;
		padding: 10px 0 0;
		margin: auto;
		text-align: center;
		background-color: #fff;
		border: 1px solid #ff0000;
	}

	.viewmore_btn p:hover {
		background-color: #C9E8F8;
		color: #C9E8F8;
		font-weight: bold;
		text-shadow: 1px 1px 0 #ff0000, -1px 1px 0 #ff0000, 1px -1px 0 #ff0000, -1px -1px 0 #ff0000;
		transition: all .4s;
	}
	/*ここまでviewmorebtn*/
	/*ここからfadein*/

	.fadein_top {
		animation-name: fadein;
		animation-duration: 2s;
	}

	@keyframes fadein {
		from {
			opacity: 0;
			transform: translateX(80px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.fadein {
		opacity : 0;
		transform : translate(0, 100px);
		transition : all 1s;
	}

	.fadein.active{
		opacity : 1;
		transform : translate(0, 0);
	}

	.fadein_second {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}

	.fadein_second.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	/*ここまでfadein*/
}

/*ここからタブレット*/
@media screen and (min-width: 480px) and (max-width: 1024px) { 
	/*ここからheader*/
	.header_img img {
		position: fixed;
		width: 50px;
		height: 50px;
		display: block;
		top: 30px;
		right: 150px;
		z-index: 1000;
	}

	/*ここまでheader*/
	/*ここからハンバーガーメニュー*/

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100vw;
		height: 100vh;
		z-index: 100;
		background-color: rgb(0,0,0);
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	.active.black-bg {
		visibility: visible;
		opacity: .7;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		z-index: 1000;
		right: 0;
	}

	.menu-trigger {
		position: fixed;
		width: 40px;
		height: 42px;
		right: 60px;
		margin: 30px auto;
	}
	.menu-trigger span {
		position: absolute;
		width: 40px;
		height: 2px;
		background-color: #ff0000;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	.menu {
		position: fixed;
		width: 60%;
		height:100vh;
		padding-top: 80px;
		right: -60%;
		background-color: #fff;
		transition: all .6s;
		z-index: 900;
		overflow-y: auto;
	}

	.active.menu {
		right: 0;
	}

	.menu li {
		height: 6rem;
		margin: auto;
		font-size: 2rem;
		padding-left: 40px;
	}

	.menu li a {
		line-height: 6rem;
		display: block;
	}

	.menu_hover {
		display: none;
	}

	a:hover .menu_hover {
		font-size: 2.5rem;
		color: #ff0000;
		display: inline;
	}

	a:hover .menu_normal {
		display: none;
	}

	.menu_item_second {
		text-indent: 3rem;
	}

	/*ここまでハンバーガーメニュー*/
/*ここからdescription*/
	#description {
		width: 100%;
		height: auto;
		margin: 0 auto 100px;
	}
	
	.description_txt {
		width: 80%;
		margin: 350px 5% 0;
		position: absolute;
		z-index: 1;
		right: 0;
	}
	
	.description_txt p {
		padding: 30px;
		background-color: #fff;
		font-size: 2rem;
		font-weight: bold;
		line-height: 2.5rem;
	}
	
	.description_img {
		margin-top: 30px;
	}
	
	.description_img img {
		width: 100%;
		height: auto;
	}

/*ここまでdescription*/
/*ここからfooter*/

	footer {
		height: 350px;
		background-color: #C9E8F8;
	}

	.footer_flex {
		display: flex;
		padding: 50px 20px 100px;
	}

	.footer_address {
		width: 50%;
		font-size: 1.3rem;
		left: 0;
	}

	.footer_address_flex {
		display: flex;
	}

	.footer_address_logo {
		margin-right: 20px;
		left: 0;
	}

	.footer_address_logo img {
		width: 3rem;
		height: auto;
	}

	.footer_address_main {
		right: 0;
	}

	.footer_name {
		font-size: 1.5rem;
		margin-bottom: 10px;
	}

	.footer_sitemap {
		width: 50%;
		font-size: 1.3rem;
		line-height: 3rem;
		right: 0;
	}

	.footer_sitemap_second {
		text-indent: 2rem;
	}

	.footer_sitemap_ul {
		width: 100%;
		display: flex;
	}

	.footer_sitemap_left {
		width: 50%;
		left: 0;
	}

	.footer_sitemap_right {
		width: 50%;
		right: 0;
	}

	small {
		display: block;
		text-align: center;
	}

	/*ここまでfooter*/
	/*ここからその他共通タグ*/
	h1 {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 6rem;
		padding: 0 5%;
		padding: 100px 5% 0;
	}

	h2 {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 4.5rem;
		color: #ff0000;
	}
	
	.section_h2 {
		margin-left: 10%;
	}
	
	h3 {
		font-family: 'Source Sans Pro', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 2rem;
	}
	
	.red {
		color: #ff0000;
	}
	
	.underline {
		text-decoration: underline;
	}
	
	.wrapper_p {
		width: 70%;
		margin: 30px auto;
		font-size: 1.8rem;
		line-height: 2rem;
	}
	
	.wrapper_p h3 {
		margin-bottom: 10px;
	}
	
	.wrapper_p p {
		margin-bottom: 50px;
	}

	/*ここからviewmorebtn*/
	.viewmore_btn {
		margin-top: 30px;
		position: absolute;
		width: 80%;
		height: 7rem;
	}

	.viewmore_btn a {
		line-height: 7rem;
		background-color: #fff;
	}

	.viewmore_btn p {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 5rem;
		color: #ff0000;
		line-height: 7rem;
		padding: 10px 0 0;
		margin: auto;
		text-align: center;
		background-color: #fff;
		border: 1px solid #ff0000;
	}

	.viewmore_btn p:hover {
		background-color: #C9E8F8;
		color: #C9E8F8;
		font-weight: bold;
		text-shadow: 1px 1px 0 #ff0000, -1px 1px 0 #ff0000, 1px -1px 0 #ff0000, -1px -1px 0 #ff0000;
		transition: all .4s;
	}
	/*ここまでviewmorebtn*/
	/*ここからfadein*/

	.fadein_top {
		animation-name: fadein;
		animation-duration: 2s;
	}

	@keyframes fadein {
		from {
			opacity: 0;
			transform: translateX(10px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.fadein {
		opacity : 0;
		transform : translate(0, 100px);
		transition : all 1s;
	}

	.fadein.active{
		opacity : 1;
		transform : translate(0, 0);
	}

	.fadein_second {
		opacity : 0;
		transform : translate(10px, 0);
		transition : all 1s;
	}

	.fadein_second.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	/*ここまでfadein*/
}
/*ここからスマホ*/
@media screen and (max-width: 480px) { 
	/*ここからheader*/
	.header_img img {
		position: fixed;
		width: 40px;
		height: 40px;
		display: block;
		top: 30px;
		right: 120px;
		z-index: 1000;
	}

	/*ここまでheader*/
	/*ここからハンバーガーメニュー*/

	.black-bg {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		height: 100vh;
		z-index: 100;
		background-color: rgb(0,0,0);
		opacity: 0;
		visibility: hidden;
		transition: all .6s;
		cursor: pointer;
	}

	.active.black-bg {
		visibility: visible;
		opacity: .7;
	}

	.menu-trigger,
	.menu-trigger span {
		display: inline-block;
		transition: all .4s;
		box-sizing: border-box;
		z-index: 1000;
		right: 0;
	}

	.menu-trigger {
		position: fixed;
		width: 40px;
		height: 42px;
		right: 60px;
		margin: 30px auto;
	}
	.menu-trigger span {
		position: absolute;
		width: 40px;
		height: 2px;
		background-color: #ff0000;
		border-radius: 2px;
	}
	.menu-trigger span:nth-of-type(1) {
		top: 10px;
	}
	.menu-trigger span:nth-of-type(2) {
		top: 20px;
	}
	.menu-trigger span:nth-of-type(3) {
		bottom: 10px;
	}

	.menu-trigger.active span:nth-of-type(1) {
		-webkit-transform: translateY(10px) rotate(-45deg);
		transform: translateY(10px) rotate(-45deg);
	}
	.menu-trigger.active span:nth-of-type(2) {
		opacity: 0;
	}
	.menu-trigger.active span:nth-of-type(3) {
		-webkit-transform: translateY(-10px) rotate(45deg);
		transform: translateY(-10px) rotate(45deg);
	}

	.menu {
		position: fixed;
		width: 100%;
		height:80%;
		padding-top: 80px;
		right: -100%;
		background-color: #fff;
		transition: all .6s;
		z-index: 900;
		overflow-y: auto;
	}

	.active.menu {
		right: 0;
	}

	.menu li {
		height: 5.5rem;
		margin: auto;
		font-size: 1.6rem;
		padding-left: 20px;
	}

	.menu li a {
		line-height: 5.5rem;
		display: block;
	}

	.menu_hover {
		display: none;
	}

	a:hover .menu_hover {
		font-size: 2rem;
		color: #ff0000;
		display: inline;
	}

	a:hover .menu_normal {
		display: none;
	}

	.menu_item_second {
		text-indent: 3rem;
	}

	/*ここまでハンバーガーメニュー*/
/*ここからdescription*/
	#description {
		width: 100%;
		height: auto;
		margin: 0 auto 100px;
	}
	
	.description_txt {
		width: 80%;
		margin: 200px 5% 0;
		position: absolute;
		z-index: 1;
		right: 0;
	}
	
	.description_txt p {
		padding: 20px;
		background-color: #fff;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 2.2rem;
	}
	
	.description_img {
		margin-top: 30px;
	}
	
	.description_img img {
		width: 100%;
		height: auto;
	}

/*ここまでdescription*/
/*ここからfooter*/

	footer {
		height: 230px;
		background-color: #C9E8F8;
	}

	.footer_flex {
		display: flex;
		padding: 50px 10px 80px;
	}

	.footer_address {
		width: 100%;
		font-size: 1.3rem;
	}
	
	.footer_address_flex {
		display: flex;
	}

	.footer_address_logo {
		margin-right: 10px;
		left: 0;
	}

	.footer_address_logo img {
		width: 3rem;
		height: auto;
	}

	.footer_address_main {
		right: 0;
	}

	.footer_name {
		font-size: 1.3rem;
		margin-bottom: 10px;
	}

	small {
		display: block;
		text-align: center;
		font-size: 1rem;
	}

	/*ここまでfooter*/
	/*ここからその他共通タグ*/
	h1 {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 4rem;
		padding: 0 5%;
		padding: 100px 5% 0;
	}

	h2 {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 3.5rem;
		color: #ff0000;
	}
	
	.section_h2 {
		margin-left: 10%;
	}

	h3 {
		font-family: 'Source Sans Pro', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 1.8rem;
	}
	
	.red {
		color: #ff0000;
	}
	
	.underline {
		text-decoration: underline;
	}
	
	.pc {
		display: none;
	}
	
	.wrapper_p {
		width: 80%;
		margin: 30px auto;
		font-size: 1.5rem;
		line-height: 1.8rem;
	}
	
	.wrapper_p h3 {
		margin-bottom: 10px;
	}
	
	.wrapper_p p {
		margin-bottom: 50px;
	}
	
	/*ここからviewmorebtn*/
	.viewmore_btn {
		position: absolute;
		width: 60%;
		height: 4rem;
		margin: 0 5%;
	}

	.viewmore_btn a {
		line-height: 4rem;
		background-color: #fff;
	}

	.viewmore_btn p {
		font-family: 'Raleway', YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
		font-size: 2.5rem;
		color: #ff0000;
		line-height: 4rem;
		padding: 10px 0 0;
		margin: auto;
		text-align: center;
		background-color: #fff;
		border: 1px solid #ff0000;
	}

	.viewmore_btn p:hover {
		background-color: #C9E8F8;
		color: #C9E8F8;
		font-weight: bold;
		text-shadow: 1px 1px 0 #ff0000, -1px 1px 0 #ff0000, 1px -1px 0 #ff0000, -1px -1px 0 #ff0000;
		transition: all .4s;
	}
	/*ここまでviewmorebtn*/
	/*ここからfadein*/

	.fadein_top {
		animation-name: fadein;
		animation-duration: 2s;
	}

	@keyframes fadein {
		from {
			opacity: 0;
			transform: translateX(80px);
		}
		to {
			opacity: 1;
			transform: translateX(0);
		}
	}

	.fadein {
		opacity : 0;
		transform : translate(0, 100px);
		transition : all 1s;
	}

	.fadein.active{
		opacity : 1;
		transform : translate(0, 0);
	}

	.fadein_second {
		opacity : 0;
		transform : translate(100px, 0);
		transition : all 1s;
	}

	.fadein_second.active{
		opacity : 1;
		transform : translate(0, 0);
	}
	/*ここまでfadein*/
}