﻿
/*===============================================
[ font ]
font-family: 'Great Vibes', cursive; --> logo
font-family: 'Josefin Slab', serif; --> heading
font-family: 'Roboto', sans-serif; --> text
===============================================*/

/*===============================
     通過時下よりフェイドイン
================================*/
.fade_up{
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0;
	transform: translateY(120px);
	-webkit-transform: translateY(120px);
	-moz-transform: translateY(120px);
	-ms-transform: translateY(120px);
}
.fade_ok{
	opacity: 1 !important;
	transform: translateY(0) !important;
	-webkit-transform: translateY(0) !important;
	-moz-transform: translateY(0) !important;
	-ms-transform: translateY(0) !important;
}

/*===============================
	         common
================================*/

html{ width: 100%; overflow-x: hidden;}

body{ font-family: 'Roboto', sans-serif; background: #fff; overflow-x: hidden; width: 100%;}

h1{ font-family: 'Great Vibes', cursive; font-weight: 400; }

h3{ font-family: 'Ubuntu', sans-serif; font-weight: 700; line-height: 1; color: #FF7373; }

ul { margin: 0; padding: 0; }

li { list-style: none; }

img { max-width: 100%; display: block; }

button { cursor: pointer; }
.clearfix:after {
    content:"";
    display:block;
    clear:both;
}

.conts {
    margin: 0 auto;
	padding: 0;
	width: 85%;
	max-width: 1200px;
	position: relative;
	z-index: 3;
}
#wrap{
    -webkit-transition: all 1s;
    transition: all 1s;
}
#loader-bg {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background:  #fff;
    z-index: 9998;
}

#loader {
    display: none;
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	height: 100%;
	max-width: 1200px;
	text-align: center;
	color: #fff;
	z-index: 9999;
}

#loader .l_logo {
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 500px;
}

#loader .l_circle {
    width: 10.5%;
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%,-150%);
}

#loader .l_circle img {
	animation: spin 12s linear infinite;
}

#loader .l_hexagon {
    width: 8%;
    position: absolute;
    top: 52.4%;
    right: 18%;
	animation: spin 12s linear infinite;
}

#loader .l_triangle {
	width: 20%;
    position: absolute;
    top: 56.4%;
    left: 18%;
	animation: spin02 12s linear infinite;
}

@keyframes spin {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

@keyframes spin02 {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(-360deg);}
}

/*Huge thanks to @tobiasahlin at http://tobiasahlin.com/spinkit/ */
.spinner {
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #555;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index: 98;
}
#page-top a {
    background: #FF7373;
    text-align: center;
    display: block;
    border-radius: 50%;
	transform: rotate(180deg);
	opacity: 0.8;
	transition-duration: .3s;
}
#page-top a:hover {
	opacity: 1;
}


/*===============================
	          hero
================================*/

.hero{
	margin: 0;
	padding: 0 0 30px;
	color: #fff;
	text-align: center;
	background: #fff;
	position: relative;
}

.hero h1{
	font-size: 30px;
	text-align: left;
	text-shadow: none;
	float: left;
	margin: 5px 0 0 0;
	width: 300px;
}

.hero .mainvisual .inner{
	position: relative;
}

.hero .mainvisual .conts{
	width: 93%;
	max-width: inherit;
	z-index: auto;
}

.hero .mainvisual{
	padding-top: 93px;
}
.hero .mainvisual img{
	width: 100%;
}

.hero .mainvisual .mv{
	border-radius: 5px;
	position: absolute;
}

.hero .mainvisual .main01{
	width: 64.1%;
	top: 0;
	left: 0;
}

.hero .mainvisual .main02{
    width: 34.5%;
    top: 0;
    right: 0;
}

.hero .mainvisual .main03{
	width: 16.7%;
    bottom: 0;
    right: 17.8%;
}

.hero .mainvisual .main04{
    width: 16.7%;
    bottom: 0;
    right: 0;
}

.hero .mainvisual .logos{
    width: 100%;
	position: absolute;
    top: 0;
    left: 0;
}

.hero .mainvisual .box{
	position: relative;
}

.hero h2{
	margin: 0;
    padding: 0;
    position: absolute;
    width: 29.9%;
    top: 42%;
    right: 1.8%;
}

.hero .mainvisual .mv_circle {
    width: 10.5%;
    position: absolute;
    top: 26%;
    left: 61%;
	z-index: 1;
}

.hero .mainvisual .mv_hexagon {
    width: 7%;
    position: absolute;
    top: 55.4%;
    right: -3%;
	z-index: 1;
}

.hero .mainvisual .mv_triangle {
    width: 14%;
    position: absolute;
    bottom: -13.6%;
    left: 9%;
	z-index: 1;
}

/*===============================
	           nav
================================*/

/*pc*/

.hero nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	text-align: left;
	z-index: 100;
	background: rgba(255,255,255,0.7);
}

.hero nav .inner {
	position: relative;
	padding: 14px 0;
	margin: 0 auto;
	width: 93%;
}

.hero nav ul {
	float: right;
	margin: 0;
	padding: 0;
	letter-spacing: -.4em;
}

.hero nav li {
	display: inline-block;
	letter-spacing: 1px;
	vertical-align: middle;
	margin-right: 1.5em;
    line-height: 40px;
}

.hero nav ul > a {
	width: 40px;
	display: inline-block;
	vertical-align: middle;
}

.hero a {
	color: #333;
	text-decoration: none;
	transition-duration: .3s;
	display: block;
}

.hero nav li a:hover {
	opacity: 0.7;
}

/*contact*/

.hero nav li:nth-child(5) {
	margin: 0;
	text-align: center;
}
.hero nav li:nth-child(5) a {
	display: block;
	width: 150px;
	border: 1px solid #FF7373;
	border-radius: 5px;
	color: #FF7373;
}


/*sp*/

/*----------ハンバーガーアイコン----------*/


.hero .nav_sp {
	float: right;
}

.hamburger {
  	position: relative;
  	display: block;
  	width: 32px;
  	height: 20px;
  	z-index: 100;
  	box-sizing: border-box;
}

.hamburger  span {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 2px;
  	background-color: #FF7373;
  	margin: 0 auto;
}

.hamburger  span:nth-of-type(1) {
  	top: 0;
}

.hamburger  span:nth-of-type(2) {
  	top: 9px;
}

.hamburger  span:nth-of-type(3) {
  	bottom: 0;
}

/*----------ナビゲーション----------*/

#navigation{
	position: fixed;
	display: none;
	width: 100%;
	height: 100vh;
	top: 0;
	right: 0;
	background-color: rgba(255,255,255,0.9);
	z-index: 99;
}

#navigation .navigation_inner{
  	display: table;
  	width: 100%;
  	height: 100%;
}

#navigation .navigation_inner .navigation_menu{
	vertical-align: middle;
    margin-top: 90px;
    margin-right: 26px;
    width: 170px;
    float: right;
}

#navigation .navigation_inner .navigation_menu .navigation_item{
    margin: 20px 0 0 0;
    display: block;
	width: 100%;
    line-height: 2em;
}

#navigation .navigation_inner .navigation_menu .navigation_item:first-child{
  	margin-top: 0;
}

#navigation .navigation_inner .navigation_menu .navigation_item a{
    display: block;
    position: relative;
	width: 100%;
}


.hamburger  span:nth-of-type(1) {
  -webkit-animation: menu-ber01 .75s forwards;
  animation: menu-ber01 .75s forwards;
}

.hamburger  span:nth-of-type(2) {
  transition: all .25s .25s;
  opacity: 1;
}

.hamburger  span:nth-of-type(3) {
  -webkit-animation: menu-ber02 .75s forwards;
  animation: menu-ber02 .75s forwards;
}

.active span:nth-of-type(1) {
  -webkit-animation: active-menu-ber01 .75s forwards;
  animation: active-menu-ber01 .75s forwards;
}

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

.active span:nth-of-type(3) {
  -webkit-animation: active-menu-ber03 .75s forwards;
  animation: active-menu-ber03 .75s forwards;
}


@-webkit-keyframes menu-ber01 {
  0% {
    -webkit-transform: translateY(8px) rotate(45deg);
  }
  50% {
    -webkit-transform: translateY(8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }

}

@keyframes menu-ber01 {
  0% {
    transform: translateY(8px) rotate(45deg);
  }

  50% {
    transform: translateY(8px) rotate(0);
  }

  100% {
    transform: translateY(0) rotate(0);
  }
}


@-webkit-keyframes menu-ber02 {
  0% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(0) rotate(0);
  }
}

@keyframes menu-ber02 {
  0% {
    transform: translateY(-8px) rotate(-45deg);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}

@-webkit-keyframes active-menu-ber01 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }

  50% {
    -webkit-transform: translateY(10px) rotate(0);
  }

  100% {
    -webkit-transform: translateY(10px) rotate(45deg);
  }
}

@keyframes active-menu-ber01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(10px) rotate(0);
  }
  100% {
    transform: translateY(10px) rotate(45deg);
  }
}

@-webkit-keyframes active-menu-ber03 {
  0% {
    -webkit-transform: translateY(0) rotate(0);
  }
  50% {
    -webkit-transform: translateY(-8px) rotate(0);
  }
  100% {
    -webkit-transform: translateY(-8px) rotate(-45deg);
  }
}

@keyframes active-menu-ber03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-8px) rotate(0);
  }
  100% {
    transform: translateY(-8px) rotate(-45deg);
  }
}


/*===============================
	        c_contents
================================*/

#sec02{
	background: #F4F4F4;
}

.c_contents{
	margin: 0;
	padding: 330px 0 170px;
	position: relative;
}

.c_contents::before{
	content: "";
	top: 1px;
	right: 0;
	width: 49%;
	height: 100%;
	position: absolute;
	background: url("../img/bg02.svg") no-repeat;
	background-position: top left;
	background-size: auto 100%;
	z-index: 0;
}

.c_contents::after{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("../img/bg01.svg") no-repeat;
	background-position: top left;
	background-size: 100% auto;
	z-index: 0;
}

.c_contents .circle01{
	position: absolute;
    right: -3%;
    top: 39%;
    width: 15%;
	z-index: 1;
}

.c_contents .circle02{
    position: absolute;
    left: 12%;
    top: 150px;
    width: 7%;
	z-index: 1;
}

.c_contents .circle03{
    position: absolute;
    left: -40px;
    bottom: -53px;
    width: 9%;
	z-index: 1;
}

.c_contents .conts{
	position: relative;
	z-index: 1;
}

.c_contents h3{
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	font-size: 40px;
	color: #FF7373;
	letter-spacing: 1px;
	line-height: 1;
	position: relative;
}

.c_contents h3 img{
    position: absolute;
    width: 190px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

.c_contents .link {
	margin-top: 180px;
	position: relative;
}

.c_contents .link li{
	width: 31%;
	float: left;
	margin-left: 3.5%;
}

.c_contents .link li:nth-of-type(1){
	margin-left: 0;
}

.c_contents .link .inner{
	display: block;
	position: relative;
	z-index: 2;
}

.c_contents .link .inner::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url("../img/conts_bg01.png");
	background-size: cover;
	background-position: bottom right;
	z-index: -1;
	opacity: 0.5;
}

.c_contents .link li:nth-of-type(2) .inner::after{
	background: url("../img/conts_bg02.png");
	background-size: cover;
	background-position: bottom right;
}

.c_contents .link a{
	display: block;
	overflow: hidden;
	position: relative;
	transition-duration: .3s;
}

.c_contents .link img{
	width: 100%;
}

.c_contents .link a:hover{
	transform: translate(10px,10px);
}

.c_contents .link p{
	text-align: center;
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
}

.c_contents .link span{
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
}

.c_contents .link a:hover span{
	letter-spacing: 5px;
}



/*===============================
	          service
================================*/

.service{
	margin: 0;
	padding: 120px 0 200px;
	position: relative;
}

.service::before{
	content: "";
	top: 1px;
	left: 0;
	width: 49%;
	height: 100%;
	position: absolute;
	background: url("../img/bg04.svg") no-repeat;
	background-position: top left;
	background-size: 100% auto;
	z-index: 0;
}

.service::after{
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: url("../img/bg03.svg") no-repeat;
	background-position: top left;
	background-size: 100% auto;
	z-index: 0;
}

.service .hexagon01{
    position: absolute;
    left: -7px;
    top: 39%;
    width: 6%;
}

.service .hexagon02{
    position: absolute;
    right: 12%;
    top: 150px;
    width: 7%;
	z-index: 1;
}

.service .hexagon03{
    position: absolute;
    right: -40px;
    bottom: -53px;
    width: 9%;
}

.service h3{
	margin: 0 0 40px;
	padding: 0;
	text-align: center;
	font-size: 40px;
	color: #FF7373;
	letter-spacing: 1px;
	line-height: 1;
	position: relative;
}

.service h3 img{
    position: absolute;
    width: 195px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: -1;
}

.service .link ul{
	margin-top: 180px;
}

.service .link li{
	width: 31%;
	float: left;
	margin-left: 3.5%;
}

.service .link li:nth-of-type(1){
	margin-left: 0;
}

.service .link .inner{
	display: block;
	position: relative;
	z-index: 0;
}

.service .link .inner::after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10px;
	left: 10px;
	background: url("../img/service_bg01.png");
	background-size: cover;
	background-position: bottom right;
	z-index: -1;
	opacity: 0.5;
}

.service .link li:nth-of-type(2) .inner::after{
	background: url("../img/service_bg02.png");
	background-size: cover;
	background-position: bottom right;
}

.service .link a{
	display: block;
	overflow: hidden;
	position: relative;
	transition-duration: .3s;
}

.service .link img{
	width: 100%;
}

.service .link a:hover{
	transform: translate(10px,10px);
}

.service .link p{
	text-align: center;
	margin-top: 30px;
	font-size: 2rem;
	font-weight: bold;
}

.service .link span{
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
}

/*===============================
	         outline
================================*/

.outline h3{
    margin: 0;
    padding: 0;
    color: #333;
	font-weight: 500;
    font-size: 3rem;
	text-align: center;
}

.outline h3 span{
	position: relative;
}

.outline h3 img{
    position: absolute;
    width: 105px;
    top: 50%;
    right: -49px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: -1;
}

.outline h4{
	text-align: center;
	font-weight: 500;
	margin: 65px 0 0;
	font-size: 150%;
}

.outline .table{
	margin-top: 85px;
}

.outline table{
	margin: 0 auto;
}

.outline table th,
.outline table td{
	width: 250px;
	vertical-align: top;
	padding: 14px 10px;
}

.outline table td{
	width: 300px;
}

.outline .privacy{
	margin: 75px auto 0;
	padding: 0;
	max-width: 924px;
}

.outline .privacy dt {
	text-align: center;
	cursor: pointer;
	font-size: 20px;
	margin: 0;
	padding: 18px 55px 18px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	position: relative;
}

.outline .privacy dt .arrow {
	width: 25px;
	position: absolute;
	transition-duration: .3s;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

.outline .privacy dt.active .arrow {
    -webkit-transform: translate(0,-50%) rotate(-180deg);
    -moz-transform: translate(0,-50%) rotate(-180deg);
    -ms-transform: translate(0,-50%) rotate(-180deg);
    -o-transform: translate(0,-50%) rotate(-180deg);
    transform: translate(0,-50%) rotate(-180deg);
}

.outline .privacy dd {
    display: none;
	padding: 30px 15px 0;
}

.outline .privacy dt:hover .arrow {
    top: 60%;
}


/*===============================
	         contact
================================*/

.contact{
	margin: 0;
	padding: 150px 0 0;
}

.contact h3{
    margin: 0;
    padding: 0;
    color: #333;
	font-weight: 500;
    font-size: 3rem;
	text-align: center;
}

.contact h3 span{
	position: relative;
}

.contact h3 img{
    position: absolute;
    width: 106px;
    top: 50%;
    right: -67px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: -1;
}

.contact h4{
	text-align: center;
	font-weight: 500;
	margin: 65px 0 0;
}

.contact .clearfix{
	margin: 77px auto 0;
	max-width: 1033px;
}

.contact .left{
	float: left;
	width: 54%;
}

.contact .left .inner{
	position: relative;
	z-index: 0;
}

.contact .left .inner::after{
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100%;
	height: 100%;
	background: url("../img/contact_bg.png");
	background-size: cover;
	background-position: bottom right;
	z-index: -1;
}

.contact .right{
	float: right;
	width: 40%;
	padding-top: 20px;
}

.contact h5{
	font-size: 1.4rem;
	margin-bottom: 15px;
}

.contact .right .tel{
	margin-bottom: 50px;
}

.contact .right p{
	margin: 0;
}

.contact p.indent{
	text-indent: -1.1em;
	padding-left: 1.1em;
}

.contact .right span{
	display: block;
	font-size: 20px;
	margin-bottom: 10px;
}
.contact a{
	margin-top: 5%;
    display: block;
    width: 100%;
	padding: 4% 0;
    border: 1px solid #FF7373;
    border-radius: 5px;
    color: #FF7373;
	transition-duration: .3s;
	background-color: transparent;
	text-align: center;
}
.contact a:hover{
    opacity: 0.7;
}
/*===============================
	          yakkan
================================*/
textarea{
    resize: none;
}
.yakkan{
	margin: 75px auto 0;
    padding: 150px 0 0;
	max-width: 924px;
}

.yakkan h3{
    margin: 0;
    padding: 0;
    color: #333;
	font-weight: 500;
    font-size: 3rem;
	text-align: center;
}

.yakkan h3 span{
	position: relative;
}

.yakkan h3 img{
    position: absolute;
    width: 106px;
    top: 50%;
    right: -67px;
    -webkit-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    z-index: -1;
}

.yakkan a {
	text-align: center;
	display: block;
	font-size: 20px;
	margin: 0;
    margin-top: 82px;
	padding: 18px 55px 18px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	position: relative;
	font-weight: bold;
	color: #333;
}

.yakkan .arrow {
	width: 25px;
	position: absolute;
	transition-duration: .3s;
    top: 50%;
    right: 20px;
    -webkit-transform: translate(0,-50%) rotate(-90deg);
    -moz-transform: translate(0,-50%) rotate(-90deg);
    -ms-transform: translate(0,-50%) rotate(-90deg);
    -o-transform: translate(0,-50%) rotate(-90deg);
    transform: translate(0,-50%) rotate(-90deg);
}

.yakkan a:hover .arrow {
    right: 10px;
}
/*========================
ローデング
========================*/
.loader_box{
	position: fixed;
	z-index: 100000;
	width: 100%;
	height: 100%;
	padding-top: 12%;
	background-color: rgba(0,0,0,0.7);
	display: none;
}
.loader{
	margin: 100px auto;
	font-size: 120%;
	width: 1em;
	height: 1em;
	border-radius: 50%;
	position: relative;
	text-indent: -9999em;
	-webkit-animation: load5 1.1s infinite ease;
	animation: load5 1.1s infinite ease;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
}
@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}
@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em #ffffff, 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff;
  }
}

.yakkan_page{
	width: 85%;
	margin: 0 auto;
	max-width: 1200px;
	margin-top: 70px;
}
.yakkan_page h3{
    margin: 0;
    padding: 0;
    color: #333;
	font-weight: 500;
    font-size: 3rem;
	text-align: center;
}
.yakkan_page .navigation{
	margin: 5% 0;
}
.yakkan_page .navigation ul{
	margin: 0 2%;
}
.yakkan_page .navigation li{
	position: relative;
	cursor: pointer;
	width: 32%;
	float: left;
	margin: 1.5% 0;
	margin-right: 2%;
    box-sizing: border-box;
    padding-left: 1rem;
}
.yakkan_page .navigation > ul li{
	text-indent: 0;
    padding-left: 2rem;
}
.yakkan_page .navigation li::after{
    content: '';
    width: 10px;
    height: 10px;
    border: 0px;
    border-top-color: currentcolor;
    border-top-style: none;
    border-top-width: 0px;
    border-right-color: currentcolor;
    border-right-style: none;
    border-right-width: 0px;
    border-top: solid 2px #555555;
    border-right: solid 2px #555555;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    margin: 0.2rem 0 0;
    left: 0;
    line-height: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.yakkan_page .navigation li:nth-child(3n){
	margin-right: 0;
}
.yakkan_page section{
	padding: 8% 0 0;
}
.yakkan_page h4{
	border-left: 10px solid #FF7373;
	border-bottom: 1px solid #FF7373;
	padding-left: 2%;
	line-height: 1.8;
	font-size: 2rem;
}
.yakkan_page section div{
	padding: 1.5%;
}
.yakkan_page h5{
	border-left: 5px solid #FF7373;
	line-height: 1.4;
	font-size: 1.6rem;
	padding-left: 1%;
}
.yakkan_page section div div{
	padding: 0 1.5%;
	margin-bottom: 2%;
}
.yakkan_page div > ul li{
	text-indent: -1.6em;
	padding-left: 1.6em;
}
.yakkan_page div > ul li ul.space_type01 li{
	text-indent: -2em;
	padding-left: 2em;
}
.yakkan_page table{
	width: 100%;
	border: 1px solid #AEAEAE;
	border-bottom: 0;
	border-right: 0;
	margin: 1% 0;
}
.yakkan_page table caption{
	text-indent: 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: top;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}
.yakkan_page table th{
	padding: 0 1em;
	text-indent: 0;
	text-align: center;
	background-color: #FFF1F1;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	font-weight: 400;
	line-height: 1.5;
	color: #333;
}
.yakkan_page table td{
	padding: 0 1em;
	text-indent: 0;
	border-right: 1px solid #AEAEAE;
	border-bottom: 1px solid #AEAEAE;
	font-weight: 400;
    line-height: 1.5;
    color: #333;
}
.yakkan_page table.type_01 th{
	width: 50%;
}
.yakkan_page table.type_02 th{
	width: 60%;
}
.yakkan_page table.type_02 th.back_color{
	text-align: left;
	background-color: #FFF9F9;
}
.yakkan_page table.type_02 th:nth-child(2){
	width: 40%;
}
.yakkan_page table.type_03 th{
	width: 60%;
}
.yakkan_page table.type_03 th:nth-child(2){
	width: 40%;
}
.yakkan_page table.type_03 tr:nth-child(2) th{
	width: 20%;
}
.yakkan_page table.type_04{
	border: 0;
}
.yakkan_page table.type_04 th{
	background-color: transparent;
	border: 0;
	text-align: left;
	padding: 0;
}
.yakkan_page table.type_04 td{
	border: 0;
	text-align: right;
	padding: 0;
}

.yakkan_page p{
	margin: 0;
}
.navigation,
.yakkan_page section > p{
	border: 1px solid #FFC6C6;
	background-color: #FFF1F1;
	padding: 1%;
}
.yakkan_page .grid_02 div > ul li ul li,
.yakkan_page .grid_04 div > ul li ul li,
.yakkan_page .grid_05 div > ul li ul li,
.yakkan_page .grid_06 div > ul li ul li{
	text-indent: -3.6em;
	padding-left: 3.6em;
}
.yakkan_page .grid_02 div > ul li ul li ul li,
.yakkan_page .grid_04 div > ul li ul li ul li,
.yakkan_page .grid_05 div > ul li ul li ul li,
.yakkan_page .grid_06 div > ul li ul li ul li{
	text-indent: -1.2em;
	padding-left: 1.2em;
}

/*===============================
	         footer
================================*/

footer{
	background: #FF7373;
	position: relative;
	margin: 227px 0 0;
	padding: 0;
}

footer .wave{
	position: absolute;
	top: -57px;
	left: 0;
	width: 100%;
	height: 60px;
	background: url(..../img/wave03.svg) repeat-x;
	-webkit-background-size: auto 100%;
	background-size: auto 100%;
	background-position: center;
}

footer .conts{
	padding: 20px 0;
	text-align: center;
	color: #fff;
}

footer .copy{
	font-size: 12px;
	margin: 0;
}


/*===============================
	    responsive tablet
================================*/

@media (max-width: 1024px) {

	*{ background-attachment: inherit !important; }

	.service .left {
		padding-top: 0;
	}
}
@media (min-width: 1101px) {
	.sp {
		display: none !important;
	}
}
@media (max-width: 1100px) {
	.pc {
		display: none !important;
	}
	section#sec06{
		margin-bottom: 35%;
	}
	.c_contents .circle01 {
		right: -7%;
		top: 34%;
		width: 25%;
	}

	.c_contents .circle02 {
		left: -3%;
		top: 41px;
		width: 17%;
	}

	.c_contents .circle03 {
		left: -20px;
		bottom: -16px;
		width: 29%;
	}

	.service .hexagon01 {
		left: -24px;
		top: 39%;
		width: 26%;
	}

	.service .hexagon02 {
		right: 3%;
		top: 110px;
		width: 22%;
	}

	.service .hexagon03 {
		right: -21px;
		bottom: 29px;
		width: 28%;
	}


	/*===============================
				  hero
	================================*/


	.hero .mainvisual{
		padding-top: 105px;
	}
	.hero .bg{
		margin: 0;
		padding: 0;
		background: url(..../img/main_sp.jpg) no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
		background-position: center left;
		height: 100vh;
		width: 100vw;
		position: fixed;
		z-index: -1;
	}

	.hero .mainvisual .conts {
		width: 100%;
		max-width: inherit;
	}

	.hero .wave {
		height: 130px;
	}

	.hero .tit {
		position: absolute;
		width: 100%;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-85%);
		-moz-transform: translate(-50%,-85%);
		-ms-transform: translate(-50%,-85%);
		-o-transform: translate(-50%,-85%);
		transform: translate(-50%,-85%);
	}

	.hero h1 {
		width: 155px;
	}

	.hero h2 {
		font-size: 26px;
		font-weight: 400;
	}

	.hero .scroll {
		Bottom: 143px;
	}

	.hero .scroll img {
		width: 38px;
		display: block;
		margin: 0px auto 4px;
	}

	.hero nav .inner {
		padding: 20px 0;
		width: 85%;
	}

	.hero nav .inner::after {
		opacity: 0.6;
	}
	#sec06{
		padding-top: 35px;
	}
	/*===============================
				  about
	================================*/

	.c_contents{
		margin: 0;
		padding: 106px 0 100px;
	}

	.c_contents h3 {
		margin: 0 0 20px;
		font-size: 28px;
		line-height: 1.5;
	}

	.c_contents h3 img {
		position: absolute;
		width: 96px;
	}

	.c_contents .link li {
		width: 100%;
		float: none;
		margin-top: 35px;
		margin-left: 0;
	}

	.c_contents::before {
		position: absolute;
		background: url(..../img/bg02_sp.svg) no-repeat;
		background-position: top left;
		background-size: 100%;
	}

	.c_contents::after {
		position: absolute;
		background: url(..../img/bg01_sp.svg) no-repeat;
		background-position: top left;
		background-size: 100% auto;
	}

	.c_contents .link {
		margin-top: 55px;
		position: relative;
	}

	.c_contents .link p {
		text-align: center;
		margin-top: 25px;
		font-size: 1.8rem;
		font-weight: bold;
	}




	/*===============================
				 service
	================================*/

	.service {
		margin: 0;
		padding: 115px 0 109px;
		position: relative;
	}

	.service h3 {
		margin: 0;
		font-size: 28px;
		line-height: 1.5;
	}

	.service h3 img {
		position: absolute;
		width: 96px;
	}

	.service::before{
		background: url("../img/bg04_sp.svg") no-repeat;
		background-position: top left;
		background-size: 100% auto;
		z-index: 0;
	}

	.service::after{
		background: url("../img/bg03_sp.svg") no-repeat;
		background-position: top left;
		background-size: 100% auto;
		z-index: 0;
	}

	.service .link ul {
		margin-top: 65px;
	}

	.service .link li {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 35px;
	}

	.service .link p {
		text-align: center;
		margin-top: 25px;
		font-size: 1.8rem;
		font-weight: bold;
	}

	/*===============================
				 contact
	================================*/

	.outline h3 {
		margin: 0;
		padding: 0;
		color: #333;
		font-weight: 500;
		font-size: 2.5rem;
		text-align: center;
	}

	.outline h3 img {
		position: absolute;
		width: 75px;
		top: 50%;
		right: 50%;
		-webkit-transform: translate(50%,-50%);
		-moz-transform: translate(50%,-50%);
		-ms-transform: translate(50%,-50%);
		-o-transform: translate(50%,-50%);
		transform: translate(50%,-50%);
		z-index: -1;
	}

	.outline table {
		display: block;
	}

	.outline table th, .outline table td {
		width: 100%;
		display: block;
		vertical-align: top;
		padding: 0;
	}

	.outline table td {
		margin-bottom: 10px;
	}

	.outline .privacy dt {
		font-size: 1.8rem;
		margin: 0;
		padding: 14px 25px 14px;
	}

	.outline .privacy dt .arrow {
		width: 15px;
		position: absolute;
		transition-duration: .3s;
		top: 50%;
		right: 5px;
	}



	/*===============================
				 contact
	================================*/

	.contact {
		margin: 0;
		padding: 121px 0 0;
	}

	.contact h3 {
		font-size: 2.5rem;
	}

	.contact h3 img {
		position: absolute;
		width: 75px;
		top: 50%;
		right: 50%;
		-webkit-transform: translate(50%,-50%);
		-moz-transform: translate(50%,-50%);
		-ms-transform: translate(50%,-50%);
		-o-transform: translate(50%,-50%);
		transform: translate(50%,-50%);
		z-index: -1;
	}

	.contact h4 {
		text-align: left;
		margin: 45px 0 0;
	}

	.contact .clearfix {
		margin: 43px auto 0;
	}

	.contact .left {
		float: none;
		width: 100%;
	}

	.contact .right {
		float: none;
		width: 100%;
		padding-top: 35px;
	}

	.contact .right span {
		display: block;
		font-size: 1.8rem;
		margin-bottom: 10px;
	}

    .yakkan {
		margin: 0;
		padding: 121px 0 0;
	}

	.yakkan h3 {
		font-size: 2.5rem;
	}

	.yakkan h3 img {
		position: absolute;
		width: 75px;
		top: 50%;
		right: 50%;
		-webkit-transform: translate(50%,-50%);
		-moz-transform: translate(50%,-50%);
		-ms-transform: translate(50%,-50%);
		-o-transform: translate(50%,-50%);
		transform: translate(50%,-50%);
		z-index: -1;
	}
	.yakkan a {
		font-size: 1.8rem;
        margin: 45px 0 0;
		padding: 14px 25px 14px;
	}

	.yakkan .arrow {
		width: 15px;
		position: absolute;
		transition-duration: .3s;
		top: 50%;
		right: 5px;
	}
	.yakkan_page{
		width: 100%;
		margin: 0;
		padding: 40px 0 0;
	}
	.yakkan_page h3{
		font-size: 2.3rem;
	}
	.yakkan_page .navigation{
		margin: 15% 0 10%;
	}
	.yakkan_page .navigation ul{
		margin: 2% 0 2% 4%;
	}
	.yakkan_page .navigation li{
		width: 100%;
		margin: 1.5% 0;
		font-size: 1.4rem;
	}
	.yakkan_page .navigation p{
		margin: 2% 4%;
		text-indent: -1em;
		padding-left: 1em;
	}
	.yakkan_page h4{
		font-size: 1.8rem;
	}
	.yakkan_page h5{
		font-size: 1.4rem;
	}
	.yakkan_page section > div{
		font-size: 1.1rem;
	}
	footer {
		background: #FF7373;
		position: relative;
		margin: 160px 0 0;
		padding: 0;
	}


}



/*===============================
	      newpage(policy etc)
================================*/

.new_title {
 margin:7% 0 4% 0;
 text-align: center;
 font-size: 30px;

}

.new_content {
 text-align: center;
 margin:3% 8%;
}

.new_content p {
 text-align: left;
}


.toggle a{
    color: #000;
    text-decoration: none;
    background-color: transparent;
}

.toggle a:hover{
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}


/*===============================
	      responsive sp
================================*/
@media (min-width: 376px) {
	section#sec06{
		margin-bottom: 0;
	}
}



/*===============================
	      responsive sp
================================*/

@media (min-width: 331px) {
	.sp_se{ display: none; }
}

@media (max-width: 330px) {

	.hero nav .inner {
		padding: 20px 0;
		width: 90%;
	}

	.conts {
		width: 90%;
	}

	.c_contents h3 {
		font-size: 23px;
	}

	.c_contents .link p {
		font-size: 1.6rem;
	}

	.service h3 {
		font-size: 23px;
	}

	.service .link p{
		font-size: 1.6rem;
	}

	.outline h3 {
		font-size: 2.3rem;
	}

	.outline .privacy dt {
		font-size: 1.6rem;
	}

	.contact h3 {
		font-size: 2.3rem;
	}
	.yakkan a{
		font-size: 1.6rem;
	}
}
