*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
}
body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 20px;
	background: #e0ffff;
}
h1,h2,h3,h4,h5{
	color:#00008b;
}
p,li,dt,dd,td{
	color:#00008b;
}
a{
	color:#00008b;
	text-decoration: none;
}
a:hover{
	color:#00008b;
	opacity: 0.8;
}
h1{
	text-align: center;
	background: #00008b;
	line-height: 20px;
	font-size: 12px;
	font-weight: normal;
}
h1 a{
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover{
	color: #FFFFFF;
	opacity: 0.8;
}
.hamburger-menu{
	display: none;
}
.site-header{
	background:#FFFFFF;
	display: flex;
	padding: 20px 20px;
	position: fixed;
	justify-content: space-between;
	top: 20px;
	left: 0;
	transition: .5s;
	width: 100%;
	z-index: 99;
}
.site-header.transform{
	background:#FFFFFF;
	padding: 10px;
	top:0;
}
.site-logo img{

}
.tel{
	margin: 10px 0 0 0;
}
.gnav_menu{
	display: flex;
}
.gnav_menu_item{
	margin:20px 10px 0 10px;
	font-size: 18px;
}
.gnav_menu_item a{
	color:#00008b;
	text-decoration: none;
}
.hero{
	width: 100%;
	height: 100%;
	min-height: 100vh;
	height:auto;
	overflow: hidden;
	background: url("../images/bg01.jpg") no-repeat bottom right;
	background-size:cover;
	text-align: center;
	animation: fadeIn 2s ease-in-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes slide {
    0% {
        transform: translateX(-100px);
    }
    100% {
        transform: translateX(0px);
    }
}
@keyframes slide02 {
    0% {
        transform: translateX(100px);
    }
    100% {
        transform: translateX(0px);
    }
}
.slide {
    animation-name: slide;
    animation-duration: 2s;
    animation-timing-function: ease;
	text-align:left;
	padding: 120px 0 0 20px;
}
.slide img{
	height: 60%;
    width: 60%;
}
.slide02 {
    animation-name: slide02;
    animation-duration: 2s;
    animation-timing-function: ease;
	text-align:left;
	padding: 0 0 0 30px;
}
.slide02 img{
	height: 60%;
    width: 60%;
}
.top02sp{
	display: none;
}
.hero2{
	width: 100%;
	height: 120px;
	overflow: hidden;
	text-align: center;
	margin: 0 0 0 0;
}
.hero img{
}
.hero2 h2{
	color: #FFFFFF;
	line-height: 100px;
	font-size: 50px;
}
.site-footer{
	background: #00008b;
	width: 100%;
	float: left;
	padding: 20px 0;
}
.copyright{
	color: #fff;
	font-size: 12px;
	text-align: center;
}
#page-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    font-size: 70%;
}
#page-top a {
    background:#00008b;
    text-decoration: none;
    color: #FFFFFF;
    width: 120px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
	opacity: 0.7;
}
.w1000{
	width: 1000px;
	margin: 0 auto;
}
.copy{
	color: #FFFFFF;
	text-align: center;
	font-size: 70%;
}
.contents{
	width: 1000px;
	height: 2000px;
}
.sub01{
	font-size: 40px;
	text-align: center;
	padding: 50px 0 50px 0;
}
.headline{
  position: relative;
}
.headline:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0%;
  height: 7px;
  background: #FFFF00;
  transition: all 0.5s;
}
.headline.isActive:after{
  width: 100%;
}
.waku01{
	width: 100%;
	clear: both;
	margin: 0 0 100px 0;
}
.obi01 {
  position: relative;
  margin: 30px 0 0 0;
}
.obi01 h3{
	color: #FFFFFF;
	padding: 30px 0 30px 0;
	font-size: 40px;
	z-index: 5;
}
.obi01 span {
  position: relative;
}
.obi01::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #00008b;
  transition: 0.5s;
  z-index: 0;
}
.obi02 {
  position: relative;
  margin: 30px 0 0 0;
}
.obi02 h3{
	color: #FFFFFF;
	padding: 30px 0 30px 0;
	font-size: 40px;
	z-index: 5;
}
.obi02 span {
  position: relative;
}
.obi02::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #00008b;
  transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: 0;
}
.obi02pink {
  position: relative;
  margin: 30px 0 0 0;
}
.obi02pink h3{
	color: #FFFFFF;
	padding: 30px 0 30px 0;
	font-size: 40px;
	z-index: 5;
}
.obi02pink span {
  position: relative;
}
.obi02pink::before{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff1493;
  transition: transform .5s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: left top;
  z-index: 0;
}
.fade::before {
  width: 100%;
}
.fade03::before {
  transform-origin:right top;
  transform:scale(1, 1);
}
.fade01 p{
	padding: 20px 0 40px 0;
	line-height: 1.8;
}
.fade01 .photor{
	width: 400px;
	height: auto;
	float: right;
	display: inline;
	margin: -130px 0 0 0;
	border: 5px solid #FFFFFF;
}
.fade01 .photor02{
	width: 400px;
	height: auto;
	float: right;
	display: inline;
	margin: -170px 0 0 0;
	border: 5px solid #FFFFFF;
}
.fade01 .photol{
	width: 400px;
	height: auto;
	float: left;
	display: inline;
	margin: -130px 20px 0 0;
	border: 5px solid #FFFFFF;
}
.fade01 .photol02{
	width: 400px;
	height: auto;
	float: left;
	display: inline;
	margin: -130px 20px 40px 0;
	border: 5px solid #FFFFFF;
}
.fade01 {
  transition: all 1000ms;
  opacity: 0;
  visibility: hidden;
  transform: translate(0px, 30px);
}

.fadein {
  opacity: 1;
  visibility: visible;
  transform: translate(0px, 0px);
}
.yoku02{
	padding: 0 0 0 420px;
	display: block;
	text-align: left;
}
.scroll {
  position: absolute;
  bottom: 0;
  color: #FFFFFF;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 0 80px 0;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #FFFFFF;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.anim-box {
	border: 2px solid #00008b;
	border-radius: 5px;
	width: 100%;
  	margin: 0 0 50px 0;
	float: left;
	display: inline;
}
.anim-box02 {
	width: 100%;
  	margin: 0 0 50px 0;
	float: left;
	display: inline;
	text-align: center;
}
.arrow01{
	width: 150px;
	height: auto;
}
.anim-box h3{
}
.flow01{
	width: 200px;
	float: left;
	display: inline;
}
.flow01 h3{
	color: #FFFFFF;
	line-height: 170px;
	text-align: center;
	font-size: 40px;
}
.small01{
	font-size: 30px;
}
.flow02{
	width: 780px;
	float: right;
	display: inline;
}
.flow02 p{
	padding: 10px;
	line-height: 1.8;
}
.flowira{
	width: auto;
	height: 170px;
	float: right;
	display: inline;
	padding: 10px 20px 0 20px;
}
.bcwhite{
	background:url("../images/konback.jpg") repeat-y left #FFFFFF;
}
.redline{
  position: relative;
}
.redline:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 0%;
  height: 3px;
  background: red;
  transition: all 0.5s;
}
.redline.isActive:after{
  width: 100%;
}
.pinkback{
  position: relative;
}
.pinkback:after{
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 30px;
  background: #ff1493;
  transition: all 0.5s;
  z-index: -1;
}
.pinkback.isActive {
  color: #FFFFFF;
}
.pinkback.isActive:after{
  width: 100%;
}
.loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #273558;
  z-index: 555;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader .txt {
  font-size: 45px;
  font-weight: bold;
　color: rgb(30, 50, 93);
}
.area{
	border: 2px solid #00008b;
	background: url("../images/osaka.png") no-repeat right center #FFFFFF;
	border-radius: 5px;
	width: 100%;
  	margin: 0 0 50px 0;
	float: left;
	display: inline;
	text-align: left;
	padding: 30px 0 0 0;
}
.area h3{
	padding: 20px 0 20px 40px;
	clear: both;
	text-decoration: underline;
}
.area ul{
	margin: 0 40px 0 40px;
}
.area li{
	list-style: none;
	float: left;
	display: inline;
	padding: 0 10px 20px 0;
	font-size: 90%;
}
.area p{
	clear: both;
	text-align: center;
}
.qawaku01{
	border: 2px solid #00008b;
/*	background: #FFFFFF;*/
	border-radius: 5px;
	width: 100%;
  	margin: 0 0 50px 0;
	float: left;
	display: inline;
	text-align: left;
}
.accordion {
  margin: 40px 40px 40px 40px;
}

.toggle {
  display: none;
}

.option {
  position: relative;
  margin-bottom: 1em;
}

.title,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}

.title {
  border-bottom: dashed 2px #ccc;
  padding: 1em 1em 1em 3em;
  display: block;
  color: #00008b;
  font-weight: bold;
  background: url("../images/q.png") no-repeat left;
}

.title::after,
.title::before {
  content: "";
  position: absolute;
  right: 1.25em;
  top: 1.25em;
  width: 2px;
  height: 0.75em;
  background-color: #999;
  transition: all 0.3s;
  vertical-align: middle;
}

.title::after {
  transform: rotate(90deg);
}

.content {
  max-height: 0;
  overflow: hidden;
  background: url("../images/a.png") no-repeat left top;
  opacity: 0;
  transition: all 0.3s;
}

.content p {
  line-height: 1.5;
  padding: 20px 0 0 60px;
}

.toggle:checked + .title + .content {
  max-height: 500px;
  overflow: visible;
  opacity: 1;
  transition: all 1.5s;
}

.toggle:checked + .title::before {
  transform: rotate(90deg) !important;
}

.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.toggle:checked + .content {
  max-height: 500px;
  transition: max-height 0.3s ease-in-out;
}

.samles div{
  margin: -35px 0 0 60px;
  color: #00008b;
  white-space: nowrap;
}

.sample1{
  animation: bar-animation 1s 0;
}
.sample2{
  animation: bar-animation 1s 1;
}
.sample3{
  animation: bar-animation 1s infinite;
}
.yback{
  animation: animation 5s infinite;
  animation-delay: 3s;
}

@keyframes animation{
  0%{
    width: 0%;
	background: #FFFF00;
  }
  40%{
    width: 74%;
	background: #FFFF00;
	color: red;
  }
  100%{
    width: 74%;
	background: #FFFF00;
	color: red;
  }
}

.yellowback {
  width: 0;
  height: 30px;
  background-color: yellow;
  position: absolute;
  top: 79px;
  left: 52px;
  animation: expand 10s;
  animation-fill-mode: forwards;
  z-index: -1;
}

@keyframes expand {
  100% {
    width: 100%;
  }
}
.toggle:checked + .title + .content .yellowback {
  animation: animation 1s forwards 0.5s;
}

@keyframes animation {
  from {
    width: 0;
  }
  to {
    width: 75%;
  }
}

.qatext01{
	padding: 0 0 20px 40px;
	text-align: left;
	clear: both;
	line-height: 1.8;
}
.cmwaku01{
	border: 2px solid #00008b;
	background: #FFFFFF;
	border-radius: 5px;
	width: 100%;
  	margin: 0 0 50px 0;
	float: left;
	display: inline;
}
.ctable{
	background:url("../images/cmback.png") repeat-y left;
	border:1px solid #CCCCCC;
	box-sizing:border-box;
	border-top:0;
	margin:0 100px 0 100px;
}
dl.ctable dt{
	float:left;
	display:inline;
	width:200px;
	padding:10px 0 10px 20px;
	border-top:1px solid #CCCCCC;
	line-height:1.5;
	text-align: left;
}
dl.ctable dd{
	margin:0;
	margin-left:200px;
	padding:10px 20px;
	border-top:1px solid #CCCCCC;
	border-left:1px dotted #CCCCCC;
	line-height:1.5;
	text-align: left;
}
.cmwaku01 h3{
	background: #EEEEEE;
	margin: 100px 100px 20px 100px;
	padding: 10px 0 10px 0;
	border-bottom:1px solid #CCCCCC;
	text-align: center;
}
.cmtext01{
	text-align: left;
	margin: 0 100px 0 100px;
	line-height:1.8;
}
.nakajima{
	float: right;
	display: inline;
	margin: 0 100px 20px 20px;
	border-radius: 200px;
}
.gmap{
	border: 1px solid #CCCCCC;
	width: 798px;
	height: 400px;
	margin: 0 100px 100px 100px;
	box-sizing:border-box;
}
.formwaku{
	width: 800px;
	height: 750px;
	margin: 100px auto;
}
.ppwaku{
	padding: 0 0 60px 0;
}
.ppsub01{
	padding: 0 0 10px 100px;
}
.pp01{
	padding: 0 100px 40px 100px;
	line-height: 1.5;
}
.hisu{
	display: none;
}
.cname3 img{
	width: 500px;
	height: auto;
	vertical-align: middle;
}
.cname2{
	vertical-align: middle;
}
.cname{
	vertical-align: middle;
	width: 300px;
	height: auto;
}
.cname5{
	vertical-align: middle;
	width: 270px;
	height: auto;
}
.copy img{
	vertical-align: middle;
	width: 220px;
	height: auto;
}
.cname6{
	vertical-align: middle;
	width: 70px;
	height: auto;
}
.mincho{
	font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "游明朝", "Yu Mincho", "ＭＳ 明朝", "MS Mincho", serif;
}
.bold{
	font-weight: bold;
}
.pcnone{
	display: none;
}