/* ===============================
	base
 =============================== */
 * {
	margin: 0;
	padding: 0;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html{
font-size: 62.5%;
overflow-x: hidden;
overflow: scroll;
-webkit-overflow-scrolling : touch;
}

html,body {
	height: 100%;
}
body {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	font-size: 1.4rem;
	line-height: 1.6rem;
	color: #333;
	-webkit-text-size-adjust: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

h1,h2,h3,h4,h5 {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

p {
	margin:0;
	padding:0;
	border:0;
	outline:0;
}

table,img { border:0;}

section img {
	width:100%;
	display:block;
	margin:auto;
	}

ul,ol,li { list-style:none;
padding:0;
margin:0;
}

#main {
}

.wrap {
padding: 0 20px 0 20px;
}

#copyright a {
	color: #666;
	text-decoration: none;
}
#copyright a:hover {
	text-decoration: underline;
}

/* ここから */

a:hover img {
	opacity: 1;
	-webkit-animation: flash 1.5s;
	animation: flash 1.5s;
}
@-webkit-keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}
@keyframes flash {
	0% {
		opacity: .4;
	}
	100% {
		opacity: 1;
	}
}


.button {
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}


.fade-up{
	opacity: 0;
	transform: translate(0,60px); 
	-webkit-transform: translate(0,60px); 
	transition: .8s;
}
.mv07{
	opacity: 1.0;
	transform: translate(0,0); 
	-webkit-transform: translate(0,0);
}

.rotation{
	transform:rotateY(0deg);
	-webkit-transform:rotateY(0deg);
		transition: .8s;
}
.mv04{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
}

.zoom-rotation{
	transform: scale(0, 0) rotateY(180deg);
	-webkit-transform: scale(0, 0) rotateY(180deg);
	transition: .8s;
}
.mv06{
	transform: scale(1, 1) rotateY(360deg);
	-webkit-transform: scale(1, 1) rotateY(360deg);
}

.zoom{
	transform: scale(0, 0);
	-webkit-transform: scale(0, 0);
	transition: .8s;
}
.mv01{
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}


.button {
  display: inline-block;
  width: 300px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
}
.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button {
  position: relative;
  z-index: 2;
  background-color: #2D4E93;
  border: 2px solid #2D4E93;
  color: #fff;
  line-height: 56px;
  border-radius: 30px;
}
.button:hover {
  background-color: #fff;
  border-color: #2D4E93;
  color: #2D4E93;
  border-radius: 10px;
}
.button::before,
.button::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #2D4E93;
  border-radius: 30px;
}
.button::before {
  right: 0;
}
.button::after {
  left: 0;
}
.button:hover::before,
.button:hover::after {
  width: 0;
  background-color: #2D4E93;
}

.button_green {
  display: inline-block;
  width: 300px;
  height: 60px;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  outline: none;
}
.button_green::before,
.button_green::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.button_green,
.button_green::before,
.button_green::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.button_green {
  position: relative;
  z-index: 2;
  background-color: #23AC6F;
  border: 2px solid #23AC6F;
  color: #fff;
  line-height: 56px;
  border-radius: 30px;
}
.button_green:hover {
  background-color: #fff;
  border-color: #23AC6F;
  color: #23AC6F;
  border-radius: 10px;
}
.button_green::before,
.button_green::after {
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #23AC6F;
  border-radius: 30px;
}
.button_green::before {
  right: 0;
}
.button_green::after {
  left: 0;
}
.button_green:hover::before,
.button_green:hover::after {
  width: 0;
  background-color: #23AC6F;
}

/*  PC
-------------------------------------------------------------------------------------------------------------------------*/

header {
height: 100px;
background-color: rgba(255,255,255,0.9);
margin: 0;
	top:0;
    width:100%;
    z-index:10;
transition: .3s;
}

.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

header  h1{
float: left;
margin-right:15px;
}

header  h1 img{
display: block;
max-width: 240px;
margin-top: 20px;
margin-left: 20px;
}

header nav{
float: right;
}

.dropmenu{
  *zoom: 1;
  list-style-type: none;
  width: 750px;
  margin: 0;
  padding: 0;
}
.dropmenu:before, .dropmenu:after{
  content: "";
  display: table;
}
.dropmenu:after{
  clear: both;
}
.dropmenu li{
  position: relative;
  width: 150px;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
  border-left: 1px solid #CCC;
}
.dropmenu li a{
  display: block;
  margin: 0;
  background: #FFF;
  color: #333;
  font-size: 16px;
  font-weight: bold;
  height: 100px;
  line-height: 100px;
  text-decoration: none;
}

.dropmenu li .submenu a{
height: 40px;
line-height: 40px;
font-weight: normal;
}

.dropmenu li ul{
  list-style: none;
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
}
.dropmenu li ul li{
  width: 100%;
}
.dropmenu li ul li a{
  padding: 0 15px 0 15px;
  border-top: 1px solid #CCC;
  background: #2D4E93;
  color: #FFF;
  text-align: left;
}
.dropmenu li:hover > a{
  background: #2D4E93;
  color: #FFF;
}
.dropmenu li a:hover{
  background: #2D4E93;
  color: #FFF;
}

header nav #flip2 li ul {
  visibility: hidden;
  perspective: 400px;
}
header nav #flip2 li:hover ul{
  visibility: visible;
}
header nav #flip2 ul li{
  transform: rotateY(90deg);
  transform-origin: 50% 0;
  transition: .3s;
}
header nav #flip2 li:hover li{
  transform: rotateY(0);
}
header nav #flip2 ul li:nth-child(2) {
  transition-delay: .1s;
}
header nav #flip2 ul li:nth-child(3) {
  transition-delay: .2s;
}
header nav #flip2 ul li:nth-child(4) {
  transition-delay: .3s;
}
header nav #flip2 ul li:nth-child(5) {
  transition-delay: .4s;
}

#contact {
padding: 30px 20px 50px 20px;
background-image: url(../images/contact_bg.gif);
background-position: center;
background-position: top;
background-repeat: no-repeat;
}

#contact h4{
	font-size: 2.6rem;
	line-height: 4.0rem;
	margin-bottom: 70px;
	text-align: center;
	color: #FFF;
}

#contact .tel{
	font-size: 5.0rem;
	line-height: 5.0rem;
	letter-spacing: 0px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 10px;
}

#contact .tel a {
text-decoration: none;
color: #2C4C92;
}

#contact p{
	margin-left: auto;
	margin-right: auto;
	font-size: 2.0rem;
	text-align: center;
	font-weight: bold;
	margin-bottom: 30px;
}

#contact .listBtn {
text-align: center;
font-size: 2.0rem;
font-weight: 500;
}

#footer {
padding: 50px 20px 0 20px;
background-color: #2D4E93;
}

#footer .inner {
max-width: 1120px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
position: relative;
border-bottom: solid 1px #203768;
padding-bottom: 20px;
}

#footer .inner .footerInfo{
float: left;
max-width: 320px;
}

#footer .inner .footerInfo .logo{
float: left;
margin-bottom: 20px;
}

#footer .inner .footerInfo .logo img{
max-width: 200px;
}

#footer .inner .footerInfo p{
clear: both;
font-size: 1.6rem;
line-height: 2.2rem;
margin-bottom: 20px;
color: #FFF;
}

#footer .inner .footerInfo p span{
font-size: 2.0rem;
line-height: 3.0rem;
color: #FFFF00;
font-weight: bold;
}

#footer .inner .footerMenu {
width: 800px;
margin-left: 320px;
}

#footer .inner .footerMenu ul {
overflow: hidden;
}

#footer .inner .footerMenu ul li {
float: left;
width: 160px;
}

#footer .inner .footerMenu ul li ul li{
font-size: 1.4rem;
line-height: 2.0rem;
color: #FFF;
margin-bottom: 5px;
}

#footer .inner .footerMenu ul li ul li a{
color: #FFF;
text-decoration: none;
}

#footer .inner .footerMenu ul li ul li a:hover{
text-decoration: underline;
}

#footer .inner .footerMenu ul li ul li h5{
font-size: 1.6rem;
}

#copyright{
text-align: center;
font-size: 1.2rem;
line-height: 4.0rem;
font-weight: bold;
color: #FFF;
background-color: #2D4E93;
}


.dl-menuwrapper{
display: none;
}

.dl-menuwrapper button {
  background-color: #2D4E93;
	float: right;
}
.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background: #3F6AC5;
}

/*  PC ここまで
-------------------------------------------------------------------------------------------------------------------------*/

/*  max-width:1340pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 1340px ){

header nav{
display: none;
}

.dl-menuwrapper{
display: block;
}

/*  max-width:1340pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}

/*  max-width:960pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 960px ){

#footer {
padding: 30px 20px 0 20px;
}

#footer .inner .footerInfo{
float: none;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
text-align: center;
}

#footer .inner .footerInfo .logo{
float: none;
text-align: center;
}

#footer .inner .contact{
display: none;
}

#footer .inner .footerMenu {
display: none;
}

/*  max-width:960pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}


/*  max-width:768pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width : 768px ){

header {
height: 60px;
}

header  h1 img{
max-width: 120px;
margin-top: 10px;
margin-left: 10px;
}

#contact {
padding: 15px 20px 50px 20px;
background-image: url(../images/contact_bg_sp.gif);
}

#contact h4{
	font-size: 2.0rem;
	line-height: 3.0rem;
	margin-bottom: 50px;
}

#contact p{
	font-size: 1.6rem;
	line-height: 2.0rem;
	margin-bottom: 20px;
}

#contact p span{
	font-size: 5.0rem;
	line-height: 6.0rem;
}

#footer .inner .footerInfo p{
font-size: 1.4rem;
line-height: 2.4rem;
margin-bottom: 10px;
text-align: center;
}


/*  max-width:768pxここまで
-------------------------------------------------------------------------------------------------------------------------*/
}


/*  max-width:480pxここから
-------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {

#contact {
padding: 15px 15px 50px 15px;
background-image: url(../images/contact_bg_sp.gif);
}

#contact h4{
	font-size: 1.4rem;
	line-height: 2.4rem;
}

#contact .tel{
	font-size: 3.0rem;
	line-height: 4.0rem;
	letter-spacing: 0px;
	margin-bottom: 10px;
}

.button {
  width: 260px;
  height: 60px;
}

.button_green {
  width: 260px;
  height: 60px;
}

#footer .inner .footerInfo .logo{
margin-bottom: 20px;
}


/*  max-width:480pxここまで
-----------------------------------------------------------------------------------------------------------------*/
}
