@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Tangerine&display=swap');

@import url("https://cdn.jsdelivr.net/npm/slick-carousel@1.8.1/slick/slick.css");

html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-text-size-adjust: none;
  font-size: 1.6em;
  color: #E5E5E5;
  line-height: 1.6;
  position: relative;
}

a {
  text-decoration: none;
}

ul {
  list-style-type: disc;
}

ol {
  padding-left: 40px;
  padding-bottom: 20px;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
  font-size: 100%;
  border-spacing: 0;
}



/*ローディング -----------------------------*/

#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #111a44;
  transition: all 1s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader0 {
  color: #ffffff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }

  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }

  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }

  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }

  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#top_pv {
  position: absolute;
  height: 100vh;
  top: 0;
}

#video-area2 {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video-area2 video {
  position: absolute;
  z-index: -1;
  top: -1%;
  left: 50%;
  transform: translateX(-50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}


/*header -----------------------------------------------*/

#header {
  position: relative;
  height: 100vh;
}

#works {
  position: relative;
  height: 300px;
  background-image: url(../images/works_top.jpg);
  background-repeat: no-repeat;
}

#list {
  position: relative;
  height: 300px;
  background-image: url(../images/list_top.jpg);
  background-repeat: no-repeat;
}

#about {
  position: relative;
  height: 300px;
  background-image: url(../images/about_top.jpg);
  background-repeat: no-repeat;
}

#con {
  position: relative;
  height: 300px;
  background-image: url(../images/contact_top.jpg);
  background-repeat: no-repeat;
}

#price {
  position: relative;
  height: 300px;
  background-image: url(../images/price_top.jpg);
  background-repeat: no-repeat; 
}

#service2 {
  position: relative;
  height: 300px;
  background-image: url(../images/service2_top.jpg);
  background-repeat: no-repeat; 
}

#video-area {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

#video {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}

header #logo {
	position: absolute;
	top: 40%;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 7rem;
	text-align: center;
	font-style: oblique;
	font-weight: 100;
  z-index: 100;
}

header #logo2 {
	position: absolute;
	top: 10%;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 7rem;
	text-align: center;
	font-style: oblique;
	font-weight: 100;
  z-index: 100;
}

header #logo3 {
	position: absolute;
	top: 30%;
  right: 20%;

	font-family: 'Raleway', sans-serif;
	font-size: 7rem;
	text-align: center;
	font-style: oblique;
	font-weight: 100;
  z-index: 100;
overflow: hidden;
}

header #logo4 {
	position: absolute;
	top: 25%;
	width: 100%;
	font-family: 'Raleway', sans-serif;
	font-size: 7rem;
	text-align: center;
	font-style: oblique;
	font-weight: 100;
  z-index: 100;
  color: #FFF000;

}


.glanime span {
  opacity: 0;
}

.glanime.glow span {
  animation: glow_anime_on 2s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }

  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }

  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}



/*3bar ---------------------------------*/

.openbtn {
  position: fixed;
  background-color: rgba(41, 210, 255, 0.4);
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 14px;
  left: 14px;
  border-radius: 5px;
  z-index: 400;
  border: 2px solid #0000CC;
}

.openbtn .openbtn-area {
  transition: all .4s;
}

.openbtn span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background-color: #111a44;
  width: 45%;
}

.openbtn span:nth-of-type(1) {
  top: 15px;
}

.openbtn span:nth-of-type(2) {
  top: 23px;
}

.openbtn span:nth-of-type(3) {
  top: 31px;
}

.openbtn.active .openbtn-area {
  transform: rotateY(-360deg);
}

.openbtn.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

#g-nav {
  position: fixed;
  z-index: 300;
  top: -120%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.6s;
  z-index: 200;
}

#g-nav.panelactive {
  top: 0;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}

#g-nav ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#g-nav li {
  list-style: none;
  text-align: center;
}

#g-nav li a {
  color: #fff;
  text-decoration: none;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: 'Raleway', sans-serif;
  font-size: 2em;
}


:root {
  --text: #2B3044;
  --line: #BBC1E1;
  --line-active: #275EFE;
}

#g-nav-list li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  color: inherit;
  margin: 0 var(--spacing, 0px);
  transition: margin 0.25s;
}
#g-nav-list li a svg {
  width: 76px;
  height: 40px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translate(-50%, 7px) translateZ(0);
  fill: none;
  stroke: var(--stroke);
  stroke-linecap: round;
  stroke-width: 2px;
  stroke-dasharray: var(--offset, 69px) 278px;
  stroke-dashoffset: 361px;
  transition: stroke 0.25s ease var(--stroke-delay, 0s), stroke-dasharray .6s;
}
#g-nav-list li a:hover {
  --spacing: 4px;
  --stroke: var(--line-active);
  --stroke-delay: .8s;
  --offset: 180px;
}


/*スクロールを促すアイコン*/
.scrolldown {
	position: absolute;
	bottom: 30px;
	left: 50%;
  z-index: 100;
}

.scrolldown span {
	position: absolute;
	left: 5px;
	bottom: 30px;
	color: #eee;
	font-size: 0.7rem;
	letter-spacing: 0.05em;
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

.scrolldown:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: -4px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eee;
	animation:
		circlemove 1.6s ease-in-out infinite,
		cirlemovehide 1.6s ease-out infinite;
}

@keyframes circlemove {
	0% {
		bottom: 65px;
	}

	100% {
		bottom: -5px;
	}
}

@keyframes cirlemovehide {
	0% {
		opacity: 0
	}

	50% {
		opacity: 1;
	}

	80% {
		opacity: 0.9;
	}

	100% {
		opacity: 0;
	}
}

.scrolldown:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 2px;
	height: 70px;
	background: #eee;
}


/*container --------------------------------*/
#container {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  padding: 0;
  overflow: hidden;
}


/*main ---------------------------------------*/
main {
  position: relative;
  width: 100%;

}

main h2 {
  opacity: 0;
  text-align: center;
  font-family: 'Tangerine', cursive, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka;
  font-weight: normal;
  font-size: 4em;
  padding-top: 5%;
  margin-bottom: 3%;
}

main h2 .font2 {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

main h2 .font2::before {
  content: "〜";
  padding-right: 10px;
}

main h2 .font2::after {
  content: "〜";
  padding-left: 10px;
}

main h3 {
  font-weight: normal;
  text-align: center;
  font-size: 2.5rem;
  margin: 50px 0;
}

main p {
  margin: 0 5px 30px;
  font-size: 1.8rem;
}


/*bg ----------------------------------------*/

@keyframes GradientBackground {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.bg {
  background: linear-gradient(-45deg, #0026FF, #000);
  background-size: 200% 200%;
  animation: GradientBackground 5s ease infinite;
}

.bg2 {
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
}

.bg3 {
  background: linear-gradient(-45deg, #fff, #93E9FF);
  background-size: 200% 200%;
  animation: GradientBackground 5s ease infinite;
}

.bg4 {

	z-index: 100;
	background-color: rgba(0,0,0,0.3);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.bg5 {
  background: linear-gradient(45deg, #8EACFF, #fff);
  background-size: 200% 200%;
  animation: GradientBackground 5s ease infinite;
}

.bg6 {

	z-index: 100;
	background-color: rgba(0,0,0,0.1);
	background-image: radial-gradient(#111 30%, transparent 31%), radial-gradient(#111 30%, transparent 31%);
	background-size: 4px 4px;
	background-position: 0 0, 2px 2px;
}

.bg7 {
  background: linear-gradient(45deg, #370072, #111a44);
  background-size: 200% 200%;
  animation: GradientBackground 5s ease infinite;
}

.bg8 {
background-color: #111a44;
}

.bg9 {
  background-color: rgba(255, 255, 255, 0.1);
  background-image: radial-gradient(#fff 5%, transparent 11%), radial-gradient(#fff 25%, transparent 11%);
  background-size: 3px 3px;
  background-position: 0 0, 20px 20px;
  z-index: -1;
}

.bg10 {
  background-image: url(../images/works_bg.jpg);
  background-repeat: repeat;

}

.bg11 {
  background-image: url(../images/about_bg.jpg);
  background-repeat: repeat;
}

.bg12 {
  background-image: url(../images/con_bg.jpg);
  background-repeat: repeat;
  background-size: 100%;
}

.bg13 {
  background-image: url(../images/bg3.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg14 {
  background-image: url(../images/price_bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}

.bg15 {
  background-image: url(../images/bg4.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
}




/*sec01 ------------------------------------------*/
#sec01 {
  width: calc(100% - 30px);
  margin: 0 auto;
  padding-bottom: 5%;
}

#sec01 p {
  text-align: center;
}


/*sec02 --------------------------------------*/

#sec02 {
	width: calc(100% - 30%);
	margin: 0 auto;
	padding-bottom: 5%;
}

#sec02 p {
	text-align: center;
	padding-bottom: 5%;

}


#sec02 .list1 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px;
	align-items: center;
}

#sec02 .list1 h4 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}

#sec02 .list1 figure {
	width: 50%;
	text-align: center;
}

#sec02 .list1 .text {
	width: 50%;
	padding-left: 7%;
	box-sizing: border-box;
  margin-bottom: 5%;
}

#sec02 .list1 li {
	margin-bottom: 10px;
  font-size: 1.3em;
}

#sec02 .list1 li span {
	display: block;
	font-size: 0.7em;
	opacity: 0.7;
	color: #fff;
}

#sec02 .list1 figure img {
	width: 80%;
	padding: 10px;
	background: #fff;
	box-shadow: 0px 0px 50px 10px rgba(255, 255, 255, 0.4);
	transform: rotate(-7deg);
}



#sec02 .list2 {
	display: flex;
  flex-direction: row-reverse;
	align-items: center;
	margin-top: 20%;
  margin-bottom: 5%;
}

#sec02 .list2 h4 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}

#sec02 .list2 figcaption {
	margin-top: 20px;
	font-size: 0.7rem;
}

#sec02 .list2 figure {
	width: 50%;
	text-align: center;
}

#sec02 .list2 figure img {
	width: 80%;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0px 0px 50px 10px rgba(255, 255, 255, 0.4);
	transform: rotate(5deg);
}

#sec02 .list2 .text {
	width: 50%;
}

#sec02 .list2 li {
	margin-bottom: 10px;
  font-size: 1.3em;
}

#sec02 .list2 li span {
	display: block;
	font-size: 0.7em;
	opacity: 0.7;
	color: #fff;
}



#sec02 .list3 {
	display: flex;
	flex-wrap: wrap;
	padding: 0 5px;
	align-items: center;
}

#sec02 .list3 h4 {
	margin: 0;
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
}

#sec02 .list3 figure {
	width: 50%;
	text-align: center;
}

#sec02 .list3 .text {
	width: 50%;
	padding-left: 7%;
	box-sizing: border-box;
  margin-bottom: 5%;
}

#sec02 .list3 li {
	margin-bottom: 10px;
  font-size: 1.3em;
}

#sec02 .list3 li span {
	display: block;
	font-size: 0.7em;
	opacity: 0.7;
	color: #fff;
}

#sec02 .list3 figure img {
	width: 80%;
	padding: 10px;
	background-color: rgba(255, 255, 255, 0.4);
	box-shadow: 0px 0px 50px 10px rgba(255, 255, 255, 0.4);

}


#nami {
  width: 250px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 10%;
}

#nami a {
  width: 250px;
  padding: 15px 40px;
  position: relative;
  display: block;
  text-decoration: none;
  overflow: hidden;
  text-align: center;
}

#nami a:hover .wave {
  top: -120px;
}
#nami a span {
  position: relative;
  z-index: 1;
  color: #111a44;
  font-size: 1em;
  letter-spacing: 5px;
}
#nami a .wave {
  width: 250px;
  height: 250px;
  background-color: #0ff;
  box-shadow: inset 0 0 50px rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: -80px;
  transition: 0.4s;
}
#nami a .wave::before, a .wave::after {
  width: 160%;
  height: 160%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -75%);
}
#nami a .wave::before {
  border-radius: 45%;
  background-color: #111a44;
  animation: wave 5s linear infinite;
}
#nami a .wave::after {
  border-radius: 40%;
  background-color: rgba(20, 20, 20, 0.5);
  animation: wave 10s linear infinite;
}

@keyframes wave {
  0% {
    transform: translate(-50%, -75%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -75%) rotate(360deg);
  }
}


/*sec03 -----------------------------------------------------*/

#sec03 {
	width: 100%;
	color: #000;
	margin: 0 auto;

}

#sec03 .list {
	width: calc(100% / 3 - 2%);
	margin-right: 2%;
	
	text-align: center;
	font-size: 0.7rem;
}

#sec03 .list:nth-of-type(3n) {
	margin-right: 0;
}

#sec03 .list h4 {
	margin: 10px 0 0;
	font-weight: normal;
}

#sec03 .list p {
	margin: 0 !important;
}


.pickup {
	position: relative;
	display: flex;
  margin: 0 auto;
}

.pickup .slick-slide {
	margin: 5px !important;
	width: auto;
}

.pickup .list img {
	object-fit: cover;
	width: 100%;
	font-family: 'object-fit: cover;';
}


#mouse {
	display: flex;
margin-top: 5%;
	align-items: center;
	justify-content: center;
}

#mouse .btn-liquid {
	display: inline-block;
	position: relative;
	width: 400px;
	height: 60px;
margin: 0 auto;
padding-top: 0.5%;
	border-radius: 27px;
	color: #fff;
  font-size: 1.2em;
  font-weight: 1800;
  font-family: "Droid Sans", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

#mouse .btn-liquid .inner {
	position: relative;
	z-index: 2;
}

#mouse .btn-liquid canvas {
	position: absolute;
	top: -50px;
	right: -50px;
	bottom: -50px;
	left: -50px;
	z-index: 1;
}



/*#sec04 ----------------------------------------------------*/

#sec04 {
	position: relative;
  padding-bottom: 15%;
  height: 500px;
  overflow: hidden;
  margin-bottom: -8%;
}

#sec04 h2 {
  color: #fff;
}

#sec04 .buttons {
  margin-top: 50px;
  text-align: center;
}







/*sec05 --------------------------------------------------------*/


#sec05 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 10%;
  color: #000;
  display: flex;
  flex-wrap: wrap;
}

#sec05 h2 {
  width: 100%;
}







#sec05 .con {
  font-size: 1.2em;
margin: 3% auto;
}

#sec05 .box {
	position: relative;
	width: calc(100% / 3 - 2%);
	text-align: center;
	padding: 3%;
	background-image: url(../images/bg.jpg);
	border: 1px solid #0000CC;
	box-shadow: 0 0 15px #0000CC;
	margin: 1%;
	line-height: 1.5;
	box-sizing: border-box;
}

#sec05 .box p {
	padding: 0 !important;
	height: 1.5em;
	font-size: 1em;
	text-align: center;
}

#sec05 .box h4 {
	color: #000;
	padding-bottom: 5%;
	font-size: 1.2em;
font-weight: 100;
}

#sec05 .box img {
	margin-bottom: 10px;
	border: 1px solid #0000CC;
	overflow: hidden;
	transform: scale(1.0);
	transition: transform 0.3s;
}





#sec05 table {
  width: 100%;
}

#sec05 table th {
  width: 20%;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: auto;
  font-size: 1.2em;
  font-weight: 600;
}

#sec05 table th span {
  text-transform: uppercase;
}

#sec05 table .ten {
  width: 10%;
  -moz-text-align-last: justify;
  text-align-last: justify;
  text-justify: auto;
}

#sec05 table td {
  width: 70%;
}

#sec05 td a {
  text-decoration: underline;
}

#sec05 td a:hover {
  color: #0000CC;
}


#sec05 .box a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 5% auto;
  background-color: #0000CC;
  padding: 10px 60px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
#sec05 .box a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #0000CC;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
#sec05 .box a:hover {
color: #0000CC;
  background-color: transparent;
  font-weight: bold;
}
#sec05 a:hover::before {
  transform: scale(1);
  opacity: 1;
}





#sec05 .ta {
  width: 60%;
}

#sec05 .ta tr th {
  padding: 0 5%;
}



/*sec06 ------------------------------------------------------------*/

#sec06 {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 5%;
} 

#sec06 h2 {
  color: #000;
  font-weight: 500;
}

#sec06 h3 {
  color: #000;
  font-weight: 100;
}

#sec06 p {
  text-align: center;
  font-size: 1.2em;
  font-weight: 500;
  margin: 0 auto;
  color: #111a44;
  margin-bottom: 2%;
}

#sec06 .box_t {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;

}

#sec06 .box_t .box {
  width: calc(100% / 3 - 2%);
  margin: 1%;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 10px;
  padding-top: 3%;
  border: 5px solid #0000CC;
}

#sec06 .box_t .box p {
  color: #fff;
}

#sec06 .box {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 3%;
}

#sec06 .box .box_l {
  width: 35%;
}

#sec06 .box .box_l img {
  border: 10px solid #0000CC;
}

#sec06 .box .box_r {
  width: 65%;
  margin-top: 2%;
}

#sec06 .box .box_r ul {
  margin-left: 10%;
}

#sec06 .box .box_r li {
  color: #000;
  font-size: 1.5em;
}

#sec06 .box .box_r p {
  font-size: 1.5em;
  font-weight: 500;
}


#sec06 .box .box_r h4 {
 font-size: 2em;
 color: #0000CC;
 font-weight: 500;
 margin-left: 5%;
}

#sec06 .box .box_r p {
  text-align: left;
  margin: 2% 5%;
}



/*sec07 --------------------------------------------------------*/

#sec07 {
	width: 80%;
	margin: 0 auto;
	padding-bottom: 5%;
text-align: center;

}

#sec07 img {
  width: 30%;
  margin-bottom: 2%;
}



#sec07 a {
  color: #111a44;
  font-size: 16px;
  font-weight: 500;
  margin: 5% auto;
  background-color: #fff;
  padding: 10px 60px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
#sec07 a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #fff;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
#sec07 a:hover {
color: #fff;
  background-color: transparent;
  font-weight: bold;
}
#sec07 a:hover::before {
  transform: scale(1);
  opacity: 1;
}


/*sec08 ------------------------------------------------*/

#sec08{
  width: 70%;
  margin: 0 auto;
	display: -webkit-box;
  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;
          padding: 5% 0;
}

#sec08 h2 {
	width: 100%;
	padding: 0% 0 3%;
  color: #000;
}

#sec08 h3 {
	width: 100%;
	padding: 8% 0 2%;
}

*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#sec08 .col{
  width: calc(100% / 3 - 2rem);
  margin: 1rem;
  cursor: pointer;
margin-bottom: 5%;
text-align: center;
}

#sec08 .col img {
	width: 90%;
}

#sec08 .container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}

#sec08 .front,
#sec08 .back{
	background-image: url(../images/bg.jpg);
  box-shadow: 0 8px 8px 0 rgba(0,0,0,0.25);
  border-radius: 10px;
  background-position: center;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.2, 0.2, 0.2);
  transition: -webkit-transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
  -o-transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
  transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  text-align: center;
  min-height: 400px;
  height: auto;
  border-radius: 10px;
  color: #fff;
  font-size: 2rem;
}

#sec08 .back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #000 30%,#cedce7 100%);
  background: -o-linear-gradient(45deg,  #000 30%,#cedce7 100%);
  background: linear-gradient(45deg,  #000 30%,#cedce7 100%);
}

#sec08 .front:after{
  position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
#sec08 .container:hover .front,
#sec08 .container:hover .back{
    -webkit-transition: -webkit-transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform 1s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 1s cubic-bezier(0.4, 0.2, 0.2, 1);
}

#sec08 .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

#sec08 .inner{
    -webkit-transform: translateY(-50%) translateZ(120px) scale(0.94);
            transform: translateY(-50%) translateZ(120px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
}



#sec08 .container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

#sec08 .container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

#sec08 .container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#sec08 .container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

#sec08 .front .inner p{
  font-size: 1.6rem;
  margin-bottom: 2rem;
  position: relative;
}

#sec08 .front .inner p:after{
  content: '';
  width: 5rem;
  height: 1px;
  position: absolute;
  background: #000;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -6%;
}

#sec08 .front .inner span{
  color: #000;
  font-family: 'Montserrat';
  font-weight: 300;
}

@media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
}

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
}

@media screen and (max-width: 32rem){
  .col{
    width: 100%;
    margin: 0 0 2rem 0;
  }
}

#sec08 .col a {
  color: #fff;
  font-size: 16px;
margin-top: 3%;
  background: #0000CC;
  padding: 10px 60px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
#sec08 .col a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #0000CC;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
#sec08 .col a:hover {
  color: #0000CC;
  background: transparent;
  font-weight: bold;
}
#sec08 .col a:hover::before {
  transform: scale(1);
  opacity: 1;
}


/*sec09 ------------------------------------------------*/

#sec09 {
  width: 60%;
  color: #000;
  margin: 0 auto;
  text-align: center;
}

#sec09 ul {
  text-align: left;
  margin-left: 5%;
}

#sec09 img {
  text-align: right;
}

#sec09 .man {
  margin-top: 10%;
}

#sec09 .man p {
  text-align: left;
}

#sec09 .man p:last-of-type {
  margin-bottom: 0;
  padding-bottom: 10%;
}



/*sec10 ---------------------------------------------*/

#sec10 {
  width: 80%;
  text-align: left;
  margin: 0 auto;
  color: #666;
  padding-bottom: 5%;
}

#sec10 p span {
  font-weight: bold;
  color: #000;
}

#sec10 ul {
  margin-left: 3%;
}


/*sec11 -----------------------------------------------*/

#sec11 {
	width: 80%;
	text-align: center;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
  padding-top: 1%;
}

#sec11 h2 {
	width: 100%;
  color: #000;
  font-size: 2em;
}

#sec11 h3 {
	width: 100%;
  color: #000;
  font-size: 2em;
}

#sec11 .box {
	width: calc(100% / 4 - 2%);
	text-align: left;
	padding: 3%;
	box-sizing: border-box;
	color: #333;
  margin: 0 auto;
}

#sec11 .box p {
  font-size: 1em;
}

#sec11 .box img {
  border: 1px solid #111a44;
}

#sec11 .box h4 {
	text-align: left;
	font-family: 'Quicksand', sans-serif;
}

.works_button {
  width: 100%;
  margin: 5% auto;
  position: relative;
}

.works_btn{
  position:absolute;
  top:50%;
  left:50%;
  transform : translate(-50% ,-50%);
}

.btn:link,
.btn:visited{
  text-decoration: none;
  text-transform:uppercase;
  position:relative;
  top:0;
  left:0;
  padding:15px 100px;
  border-radius:100px;
  display:inline-block;
  transition: all .5s;
}

.btn-white{
  background-color:#111a44;
  color:#fff;
}

.btn:hover{
   box-shadow:0px 10px 10px rgba(0,0,0,0.6);
   transform : translateY(-3px);
}

.btn:active{
  box-shadow:0px 5px 10px rgba(0,0,0,0.6);
  transform : translateY(-1px);
}

.btn-bottom-animation-1{
  animation:comeFromBottom 1s ease-out .8s;
}

.btn::after{
  content:"";
  text-decoration: none;
  text-transform:uppercase;
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  border-radius:100px;
  display:inline-block;
  z-index:-1;
  transition: all .5s;
}

.btn-white::after {
    background-color: #111a44;
}

.btn-animation-1:hover::after {
    transform: scaleX(1.4) scaleY(1.6);
    opacity: 0;
}

@keyframes comeFromBottom{
  0%{
    opacity:0;
    transform:translateY(40px);
  } 
  100%{
    opacity:1;
    transform:translateY(0);
  }
}



/*sec12 ---------------------------------------------*/

#sec12 {
	width: 80%;
	margin: 5% auto;
	display: flex;
	flex-wrap: wrap;
text-align: center;
}

#sec12 h2 {
  width: 100%;
	padding-bottom: 8%;
	font-family: 'Noto Serif JP', sans-serif;
  color: #000;
  font-size: 2em;
}

#sec12 .box {
	position: relative;
	width: 29%;
	text-align: center;
	padding: 3%;
	background-image: url(../images/bg.jpg);
	border: 1px solid #000;
	box-shadow: 0 0 10px #000;
	margin: 2%;
	line-height: 1.5;
	box-sizing: border-box;
}

#sec12 .box span.date {
	position: absolute;
	left: -10px;
	top: -10px;
	background-color: #000;
	color: #fff;
	font-size: 12px;
	width: 50px;
	line-height: 50px;
	border-radius: 50%;
	text-align: center;
	transform: rotate(-20deg);
}

#sec12 .box p {
	padding: 0 !important;
	height: 1.5em;
	font-size: 14px;
	text-align: center;
}

#sec12 .box h4 {
	color: #000;
	padding-bottom: 5%;
	font-size: 1.2em;
}

#sec12 .box img {
	margin-bottom: 50px;
	border: 1px solid #000;
	overflow: hidden;
	transform: scale(1.0);
	transition: transform 0.3s;
}

#sec12 .box img:hover {
	transform: scale(0.8) rotate(-15deg);
}

#sec12 .pv {
  margin: 0 auto;
}

#sec12 .pv iframe {
  width: 995px;
  height: 560px;
} 


/*sec13 ----------------------------------------------*/

#sec13 {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 5%;
}

#sec13 p {
  color: #000;
  font-size: 1.5em;
  text-align: center;
  margin-top: 5%;
}

#sec13 h2 {
  color: #000;
}

#sec13 .sol {
  font-size: 1.5em;
margin: 3% auto;
text-align: center;
color: #0000CC;
}

#sec13 h3 {
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
  font-size: 2em;
  border-bottom: thick double #000;
  color: #000;
}

#sec13 .list {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 3%;
}

#sec13 .list figure {
  width: 26%;
  background-image: url(../images/bg.jpg);
  padding: 2%;
  border: 1px solid #0000CC;
	box-shadow: 0 0 15px #0000CC;
}

#sec13 .list figure img {
  border: 1px solid #0000CC;
} 

#sec13 .list .text {
  width: calc(75% - 4%);
  padding-left: 5%;
  box-sizing: border-box;
  margin: 1% 0 1% 1%;
}

#sec13 .list .text h4 {
  font-size: 1.6em;
  font-weight: 300;
  color: #0000CC;
}

#sec13 dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #000;
  font-size: 1.3em;
  margin: 1% auto;
}

#sec13 dt {
  width: 22%;
  text-align: right;
}

#sec13 .ten {
  width: 10%;
  text-align: center;
}

#sec13 dd {
  width: 68%;
  text-align: left;
}

#sec13 .tree_con {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
color: #000;
}

#sec13 .tree {
  width: 50%;
  margin: 2% 0;
  text-align: right;
  font-size: 1.5em;
}

#sec13 .pole {
  width: 50%;
  margin: 2% 0;
  font-size: 1.5em;
  text-align: left;
}




/*sec14 --------------------------------------------------------*/


#sec14 {
  width: 90%;
  margin: 0 auto;
  color: #000;
  padding-bottom: 5%;
}

#sec14 h3 {
  width: 100%;
  margin: 0 auto;
  padding-top: 5%;
  font-size: 2em;
  border-bottom: thick double #fff;
  color: #fff;

}

  #sec14 .con {
    font-size: 1.5em;
  margin: 5% auto;
  color: #fff;
  text-align: center;
  }


#sec14 .list {
  width: 95%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: 3%;
}

#sec14 .list figure {
  width: 26%;
  background-image: url(../images/bg.jpg);
  padding: 2%;
  border: 1px solid #fff;
	box-shadow: 0 0 15px #fff;
}

#sec14 .list figure img {
  border: 1px solid #0000CC;
} 

#sec14 .list .text {
  width: calc(75% - 4%);
  padding-left: 5%;
  box-sizing: border-box;
  margin: 1% 0 1% 1%;
}

#sec14 .list .text h4 {
  font-size: 1.6em;
  font-weight: 300;
  color: #fff;
}

#sec14 dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #fff;
  font-size: 1.3em;
  margin: 1% auto;
}

#sec14 dt {
  width: 22%;
  text-align: right;
}

#sec14 .ten {
  width: 10%;
  text-align: center;
}

#sec14 dd {
  width: 68%;
  text-align: left;
}

#sec14 a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 5% auto;
  background-color: #0000CC;
  padding: 10px 60px;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  display: inline-block;
  transition: .3s;
}
#sec14 a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 3px solid #0000CC;
  border-radius: 6px;
  box-sizing: border-box;
  z-index: -1;
  transform: scale(1.2);
  opacity: 0;
  transition: transform ease .3s, opacity .3s;
}
#sec14 a:hover {
color: #0000CC;
  background-color: transparent;
  font-weight: bold;
}
#sec14a:hover::before {
  transform: scale(1);
  opacity: 1;
}


/*sec15 ---------------------------------------------*/

#sec15 {
  width: 100%;
  margin: 0 auto;
}

#sec15 h2 {
  color: #000;
}

#sec15 .pay {
  width: 60%;
  margin: 0 auto;
}

#sec15 dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  color: #000;
  font-size: 1.3em;
  margin: 2% auto;
}

#sec15 dt {
  width: 30%;
  text-align: right;
}

#sec15 .ten {
  width: 40%;
  text-align: center;
}

#sec15 dd {
  width: 30%;
  text-align: left;
}

#sec15 p {
  color: #000;
  text-align: center;
  padding: 5%;
}


/*ta -------------------------------------------------*/

.ta {
	width: 70%;
	margin: 0 auto;
	padding-bottom: 5%;
	background: #fff;
	color: #333;
  border: 1px solid #0000CC;
	box-shadow: 0 0 15px #0000CC;
}

.ta,
.ta td,
.ta th {
	border: 1px solid #111a44;
	word-break: break-all;
 
}

.ta th {
	width: 20%;
	font-weight: normal;
	background-color: #111a44;
	border: 1px solid #f9f6f0;
	color: #fff;
	text-align-last: justify;
  padding: 1% 2%;
}

.ta td {
	width: 80%;
	text-align: left;
	font-size: 1.2em;
  padding: 1% 5%;
}

.ta a {
	color: #333;
}

.ta td ul.disc {
	padding: 0 5px 0 20px;
}

.ta p {
	padding: 0;
}




/*フッター ---------------------------------------------*/

footer {
	background-color: #111a44;
	height: 100vh;
text-align: center;
}

#con_foo {
	background-color: #111a44;
	height: 400px;
text-align: center;
}

footer h2 {
  opacity: 0;
  text-align: center;
  font-family: 'Tangerine', cursive, "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "メイリオ", Meiryo, Osaka;
  font-weight: normal;
  font-size: 4em;
  padding-top: 5%;
  color: #fff;
}

footer h2 span {
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
}

footer h2 span::before {
  content: "〜";
  padding-right: 10px;
}

footer h2 span::after {
  content: "〜";
  padding-left: 10px;
}

footer a img {
  width: 5%;
}

footer .row {
  position: absolute;
  bottom: 30px;
	left: 50%;
	transform: translateX(-50%);
}

footer .row a {
  color: #fff;
}

footer .row a:hover {
  text-decoration: underline;
}

footer .buttons {
  text-align: center;
  margin-top: 2%;
}

footer small {
	font-size: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

footer .buttons a {
  color: #fff;
}

footer .buttons a:hover {
  color: #111a44;
}

  .blob-btn {
    z-index: 1;
    position: relative;
    padding: 20px 80px 8px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    font-size: 1.2em;
    background-color: transparent;
    outline: none;
    border: none;
    transition: color 0.5s;
    cursor: pointer;
  }
  
  .blob-btn:before {
    content: "";
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 6px solid #0fe0f5;
  }
  .blob-btn:after {
    content: "";
    z-index: -2;
    position: absolute;
    left: 9px;
    top: 9px;
    width: 100%;
    height: 100%;
    border: 6px solid #fff;
    transition: all 0.3s 0.2s;

  }
  
  .blob-btn:hover {
    color: #111a44;
    font-weight: 500;
  }


  .blob-btn:hover::after {
    transition: all 0.3s;
    left: 0;
    top: 0;
  
  }
  .blob-btn_inner {
    z-index: -1;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 103%;
    height: 115%;
  
  }
  .blob-btn_blobs {
    position: relative;
    display: block;
    height: 100%;
    filter: url("#goo");
  }
  .blob-btn_blob {
    position: absolute;
    top: 6px;
    width: 25%;
    height: 100%;
    background: #0fe0f5;
    border-radius: 100%;
    transform: translate3d(0, 150%, 0) scale(1.7);
    transition: transform 0.45s;
  }
  @supports (filter: url("#goo")) {
    .blob-btn_blob {
      transform: translate3d(0, 150%, 0) scale(1.4);
    }
  }
  .blob-btn_blob:nth-child(1) {
    left: 0%;
    transition-delay: 0s;
  }
  .blob-btn_blob:nth-child(2) {
    left: 30%;
    transition-delay: 0.08s;
  }
  .blob-btn_blob:nth-child(3) {
    left: 60%;
    transition-delay: 0.16s;
  }
  .blob-btn_blob:nth-child(4) {
    left: 90%;
    transition-delay: 0.24s;
  }
  .blob-btn:hover .blob-btn_blob {
    transform: translateZ(0) scale(1.7);
  }
  @supports (filter: url("#goo")) {
    .blob-btn:hover .blob-btn_blob {
      transform: translateZ(0) scale(1.4);
    }
  }


/*PAGE TOP ----------------------------------------------*/
.pagetop-show {
	display: block;
  z-index: 600;
}

.pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;
	line-height: 50px;
	position: fixed;
	right: 30px;
	bottom: 30px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
}

.pagetop a:hover {
	background: rgba(0, 0, 0, 0.8);
}


/*その他 -----------------------------------------*/

.c {
  text-align: center;
}

.mt3 {
  margin-top: 3%;
}
.mt5 {
  margin-top: 5%;
}

.pt3 {
  padding-top: 3%;
}

.font15 {
  font-size: 1.5em;
}

.font {
  font-weight: bold;
}

.fonts {
  font-size: 3em;
}



/*1680px以下 -------------------------------------------*/

@media screen and (max-width:1680px) {

  #sec02 {
    width: calc(100% - 15%);
  }



  header #logo3 {
    right: 10%;
  }

  #sec08{
    width: 90%;
  }

  #sec09 .man{
    font-size: 1.8rem;
  }
  

  #sec05 .list {
    width: 95%;
  }

  #sec13 {
    width: 90%;
  }
  
  #sec13 .pay {
    width: 70%;
    font-size: 1em;
  }

  #sec13 dl {
    font-size: 1.2em;
  }

  #sec13 .list {
    width: 100%;
  }

  #sec13 .list .text {
    padding-left: 3%;
  }

  #sec14 dl {
    font-size: 1.2em;
  }

  #sec14 {
    width: 90%;
  }
  
  #sec14 .pay {
    width: 70%;
    font-size: 1em;
  }

  #sec14 .list {
    width: 100%;
  }

  #sec14 .list .text {
    padding-left: 3%;
  }

  #sec15 .pay {
    width: 70%;
  }

}

/*1440px以下 -------------------------------------------*/

@media screen and (max-width:1440px) {

  #sec02 {
    width: calc(100% - 5%);
  }

  #sec02 .list2 ul {
    margin-left: 7%;
  }

  #sec06 .box {
    width: 100%;
  }
  
  #sec06 .box .box_l {
    width: 35%;
  }
  
  #sec06 .box .box_r {
    width: 65%;
    margin-top: 1%;
  }

  #sec06 .box .box_r li {
    font-size: 1.1em;
  }
  
  #sec06 .box .box_r p {
    font-size: 1.1em;
  }

  #sec05 .list {
    width: 100%;
  }

  #sec05 table th {
    width: 20%;
  }

  #sec05 .list .text {
    width: calc(75% - 2%);
    padding-left: 3%;
    margin: 0%;
  }

  #sec13 .list .text {
    font-size: 0.9em;
  }

  #sec14 .list .text {

    font-size: 0.9em;
  }

  #sec15 .pay {
    width: 80%;
  }




}

/*1366px以下 -------------------------------------------*/

@media screen and (max-width:1366px) {

  #sec05 {
    width: 95%;
  }

  #sec05 .list .text h4 {
    font-size: 1.5em;
  }

  #sec05 table td {
    font-size: 1em;
  }

  #sec05 table th {
    font-size: 1.1em;
  }

  #sec05 .ta {
    width: 70%;
  }

  #sec05 .tree {
    font-size: 1.3em;
  }
  
  #sec05 .pole {
    font-size: 1.3em;
  }

  #sec09 {
    width: 70%;
  }

  #sec13 .pay {
    width: 80%;
    font-size: 1em;
  }

  #sec13 .list figure {
    width: 28%;
  }

  #sec14 .list .text h4 {
    font-size: 1.5em;
  }

  #sec14 .list figure {
    width: 28%;
  }

  footer a img {
    width: 10%;
  }

}



/*1050px以下 -------------------------------------------*/

@media screen and (max-width:1050px) {

  #sec02 .list1 {
    padding: 0 0px;
  }

  #sec02 .list1 li {
    font-size: 1.3em;
  }
  
  #sec02 .list1 li span {
    font-size: 0.7em;
  }

  #sec02 .list1 figure {
    width: 40%;
  }

  #sec02 .list1 .text {
    width: 60%;
  }

  #sec02 .list2 figure {
    width: 40%;
  }

  #sec02 .list2 .text {
    width: 60%;
  }

  #sec04 {
    height: 350px;
    margin-bottom: -18%;
  }

  #sec05 {
    width: 100%;
  }

  #sec05 .box h4 {
    font-size: 1.1em;
  }
  
  #sec05 .box p {
    font-size: 0.9em;
  }

  #sec05 .ta {
    width: 80%;
  }

  #sec05 .list figure {
    width: 23%;
    margin-left: 1%;
  }

  #sec05 .list .text h4 {
    font-size: 1.4em;
  }

  #sec05 table th {
    width: 20%;
    font-size: 0.9em;
  }

  #sec05 table .ten {
    width: 7%;
  }

  #sec05 table td {
    width: 72%;
    font-size: 1em;
  }

  #sec05 .list .text {
    width: 75%;
    padding-left: 2%;
  }

  #sec06 {
    width: 95%;
  }

  #sec06 .box .box_r {
    margin-top: 0%;
  }

  #sec08{
    width: 100%;
  }

  #sec09 {
    width: 90%;
  }

  #sec12 {
    width: 100%;
margin: 0 auto;
  }
  
  #sec12 .box {
    width: 100%;
  }
  
  #sec12 .pv {
    width: 100%;
  }

  #sec13 .list .text {
    font-size: 0.8em;
    padding-left: 1%;
  }

  #sec14 .list .text {
    font-size: 0.8em;
    padding-left: 1%;
  }

  #sec15 .pay {
    width: 100%;
  }



}

/*900px以下 -------------------------------------------*/

@media screen and (max-width:900px) {

#sec02 .list1 figure {
  width: 100%;
  margin-bottom: 5%;
}

#sec02 .list1 .text {
  width: 100%;
}

#sec02 .list1 li span {
  font-size: 1.6rem;
}

#sec02 .list2{
  flex-wrap: wrap;
}

#sec02 .list2 li span {
	font-size: 1.6rem;
}

#sec02 .list2 figure {
  width: 100%;
  margin-bottom: 5%;
}

#sec02 .list2 .text {
  width: 100%;
}

#sec02 .list1 figure img {
	width: 50%;
}

#sec02 .list2 figure img {
	width: 50%;
}

#sec05 .box {
	width: calc(100% / 2 - 2%);
}

#sec05 .box h4 {
  font-size: 1.4em;
}

#sec05 .box p {
  font-size: 1em;
}

#sec06 {
  width: 95%;
}

#sec06 .box .box_r h4 {
  font-size: 1.5em;
}

#sec06 .box .box_r li {
  font-size: 1em;
}

#sec13 .pay {
  width: 95%;
  font-size: 0.8em;
}

#sec06 .box .box_r {
  margin-top: 0%;
}

#sec05 .list figure {
  width: 50%;
  margin-left: 1%;
  margin: 0 auto;
}

#sec05 .list .text {
  width: 100%;
  padding-left: 2%;
  padding-bottom: 5%;
  padding-top: 2%;
  font-size: 1em;
}

#sec05 .list .text h4 {
  font-size: 1.2em;
}

#sec05 table th {
  width: 20%;
  font-size: 1em;
}

#sec05 table .ten {
  width: 5%;
}

#sec05 table td {
  width: 75%;
  font-size: 1em;
}

#sec05 .ta {
  width: 90%;
}

#sec09 {
  width: 98%;
}

#sec12 {
  width: 100%;
  padding: 5% 1%;
}

#sec12 .box {
  width: 100%;
}

#sec12 .pv {
  width: 100%;
}

#sec12 .pv iframe {
  width: 100%;
}

#sec13 .list figure {
  width: 60%;
  margin: 0 auto;
}

#sec13 .list .text {
  width: 95%;
  margin-bottom: 5%;
}

#sec14 .list figure {
  width: 60%;
  margin: 0 auto;
}

#sec14 .list .text {
  width: 95%;
}



#sec15 .pay {
  font-size: 0.8em;
}

}



/*580px以下 -------------------------------------------*/

@media screen and (max-width:580px) {

  #sec04 video {
    width: 160%;
 
  }

#sec01 p {
  font-size: 1.5rem;
}

  main h3 {
    font-size: 2rem;
  }

  .font15 {
    font-size: 1em;
  }

  #sec02 {
    width: 95%;
  }

  #sec02 .list1 h4 {
    font-size: 1.2em;
  }

  #sec02 .list1 li {
    font-size: 1em;
  }

  #sec02 .list1 .text {
    padding-left: 5%;
  }

  #sec02 .list1 li span {
    font-size: 1.4rem;
  }

  #sec02 .list2 h4 {
    font-size: 1.2em;
  }

  #sec02 p {
    font-size: 1.2rem;
  }

  #sec02 .list2 li {
    font-size: 1em;
  }

  #sec02 .list2 .text {
    padding-left: 5%;
  }

  #sec02 .list2 li span {
    font-size: 1.4rem;
  }

  #sec02 .list1 figure img {
    width: 70%;
  }
  
  #sec02 .list2 figure img {
    width: 70%;
  }

  #sec02 .list2 ul {
    margin-left: 0%;
  }

  #sec04 {
    height: 300px;
    margin-bottom: -30%;
  } 

  #sec05 .tree {
    font-size: 1.2em;
  }
  
  #sec05 .pole {
    font-size: 1.2em;
  }

  #sec05 .box {
    width: calc(100% - 4%);
    margin: 3% auto;
  }

  #sec05 .ta {
    width: 95%;
  }

  #sec05 .ta tr th {
    width: 30%;
    padding: 1%;
  }

  #sec06 .box_t .box {
    width: calc(100% - 2%);
  }

  #sec06 .box .box_l {
    width: 90%;
    margin: 0 auto;
  }

  #sec06 .box .box_r p {
    margin: 2% 1%;
    font-size: 1em;
  }

  #sec06 .box .box_r {
    width: 100%;
    margin-bottom: 5%;
  }

  #sec06 .box .box_r h4 {
    font-size: 1.5em;
    text-align: center;
  }

  #sec07 {
    width: 95%;
  }

  #sec07 img {
    width: 60%;
  }

  #sec07 p {
    font-size: 1.5rem;
  }

  footer a img {
    width: 30%;
    margin-top: 30%;
  }

  #sec08 .col{
    width: 95%;
  }

  #sec09 {
    width: 95%;
  }

  #sec09 p {
    margin: 0 0px 30px;
    font-size: 0.9em;
  }

  #sec09 .man p {
    font-size: 0.9em;
  }

  #sec11 h2 {
    font-size: 1.6em;
  }

  #sec12 {
    width: 95%;
    padding: 0%;
  }

  #sec12 .box {
    width: 100%;
  }

  #sec12 .pv {
    width: 100%;
  }

  #sec12 .pv iframe {
    width: 100%;
  }

  #sec13 {
    width: 95%;
  }

  #sec13 .sol {
    font-size: 1.1em;
  }

  #sec13 h3 {
    font-size: 1.5em;
  }

  #sec13 .tree {
    width: 45%;
    font-size: 0.9em;
  }

  #sec13 .pole {
    width: 55%;
    font-size: 0.9em;
  }

  #sec13 .list figure {
    margin: 5% auto;
  }

  #sec13 dl {
    margin-bottom: 6%;
  }

  #sec13 dt {
    width: 38%;
    text-align: left;
    text-align:justify;
    text-align-last:justify;
  }

  #sec13 .ten {
    width: 60%;
    text-align: left;
  }

  #sec13 dd {
    width: 100%;
  }

  #sec14 {
    width: 95%;
  }

  #sec14 .con {
    font-size: 1em;
  }

  #sec14 h3 {
    font-size: 1.5em;
  }

  #sec14 .list figure {
    margin: 5% auto;
  }

  #sec14 dl {
    margin-bottom: 6%;
  }

  #sec14 dt {
    width: 38%;
    text-align: left;
    text-align:justify;
    text-align-last:justify;
  }

  #sec14 .ten {
    width: 60%;
    text-align: left;
  }

  #sec14 dd {
    width: 100%;
  }

  #sec15 dl {
    margin-bottom: 6%;
  }

  #sec15 dt {
    width: 90%;
    text-align: left;
    margin: 0 auto;
  }

  #sec15 .ten {
    width: 90%;
    text-align: center;
    margin: 0 auto;
  }

  #sec15 dd {
    width: 90%;
    text-align: right;
  }

  .btn:link,
.btn:visited{
  width: 100%;
  padding: 10px 20px;
}

#sec11 .box {
	width: 100%;
}

  footer a img {
    width: 20%;
    margin-top: 0%;
  }

}