@charset "utf-8";

img {
	-webkit-backface-visibility: hidden;
}
main {
    display: block;
}
.fax a{
	pointer-events: none;
    text-decoration: none;
}
.wpcf7-list-item {
	display: inline-block;
	white-space: nowrap;
}
/* =========================================
   mov_reveal (画像リビールアニメーション)
========================================= */
.mov_reveal {
  position: relative;
  overflow: hidden; /* カバーが外にはみ出さないように */
  --reveal-scale: 1; /* 初期状態はJSから付与されますが念のため */
}

.mov_reveal::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #003951;
  z-index: 10; /* 背景画像より前に出す */
  
  /* 左から右に小さくなる（右端を固定して縮める）ための設定 */
  transform-origin: right center; 
  transform: scaleX(var(--reveal-scale));
  pointer-events: none;
}


/*===============================================
●画面の横幅が769px以上
===============================================*/
@media screen and (min-width : 769px ){
#pc------------------------------------------- {
}
.sp {
	display: none;
}
a img {
  transition: 0.5s;
}
a img:hover {
  opacity: 0.6;
}
img {
	width: 100%;
	height: auto;
}
#end {
    height: 60vh;
    padding-top: 80px;
    font-size: 18px;
}
#end p a {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
}





header {
	background-color: #FFFFFF;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999;
	height: 70px;
}
header .inner {
	width: 84%;
	min-width: 930px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	justify-content: space-between;
}
header .inner .logo {
	width: 333px;
	position: relative;
	top: 13px;
}
header .inner nav {
	display: flex;
	justify-content: space-between;
}
header .inner nav ul {
	display: flex;
	justify-content: space-between;
	line-height: 70px;
}
header .inner nav ul li a {
	color: #444444;
	font-size: 19px;
	text-decoration: none;
	font-weight: 500;
	transition: 0.3s;
}
header .inner nav ul li a:hover {
	color: #20D6B7;
	transition: 0.3s;
}
header .inner nav ul li+li {
	margin-left: 25px;
}
header .inner nav p a {
	width: 150px;
	height: 40px;
	line-height: 40px;
	display: block;
	background-color: #20D6B7;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	font-weight: 500;
	border-radius: 19px;
	margin-left: 25px;
	position: relative;
	top: 13px;
	transition: 0.3s;
}
header .inner nav p a:hover {
	background-color: #FEB38F;
	transition: 0.3s;
}





main {
	min-width: 930px;
}
h2.ttl {
	font-size: 20px;
	color: #3d3d3d;
	text-align: left;
}
h2.ttl span {
	color: #00d5b5;
	font-size: 59px;
	display: block;
	margin-bottom: 25px;
	font-family:
  'Century Gothic',
  'Noto Sans JP',
  'Futura',
  'Avenir',
  'Helvetica Neue',
  Arial,
  'Hiragino Kaku Gothic ProN',
  'Yu Gothic',
  'Meiryo',
  sans-serif;
}
.btn a {
	display: block;
	width: 280px;
	height: 70px;
	background-color: #009AD0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 35px;
	line-height: 70px;
	text-decoration: none;
	font-size: 23px;
	color: #fff;
	position: relative;
	transition: 0.3s;
}
.btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.btn a span {
	background-color: #fff;
	display: inline-block;
	width: 27px;
	height: 27px;
	border-radius: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 22px;
	margin-left: 10px;
}
.btn a span img {
	width: 12px;
	position: relative;
	top: 6px;
	left: 1px;
}





.helo .topicpath {
	width: 82%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -35px;
}
.helo .topicpath li {
	font-size: 14px;
	position: relative;
	display: inline;
}
.helo .topicpath li a {
	color: #5a5555;
	text-decoration: none;
}
.helo .topicpath li span {
	color: #b0b0b0;
}





footer {
	background-color: #F2F2F2;
	padding-top: 45px;
}
footer .logo {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 10px;
}
footer address ul  {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
footer address ul li a {
	color: #3d3d3d;
	text-decoration: none;
}
footer address ul li+li {
	margin-left: 8px;
}
footer nav ul {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}
footer nav ul li a {
	color: #3d3d3d;
	text-decoration: none;
	transition: 0.3s;
}
footer nav ul li a:hover {
	color: #20D6B7;
	transition: 0.3s;
}
footer nav ul li+li {
	margin-left: 20px;
}
footer p small {
	display: block;
	background-color: #fff;
	margin-top: 45px;
	height: 62px;
	line-height: 62px;
}
}



/*===============================================
●画面の横幅が768pxまで
===============================================*/
@media screen and (max-width:768px){
	
/*===============================================
●sp-tablet
===============================================*/
#sptablet------------------------------------------- {
}
img {
	max-width: 100%;
	height: auto;
	width: 100%;
}
.pc {
	display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}






header {
	background-color: #fff;
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 9999;
	height: 13.3333333333vw;
}
header .inner {
	display: flex;
	justify-content: space-between;
	position: relative;
}
header .inner .logo {
	width: 66vw;
	top: 2.2vw;
	left: 5vw;
	position: relative;
}
header .inner #menu {
	width: 8.26666666667vw;
	right: 5vw;
	top: 3.2vw;
	position: relative;
}
header .inner nav {
	position: absolute;
	top: 13.3333333333vw;
	background-color: #D3F2F8;
	width: 100%;
	height: 100vh;
	overflow-x: scroll;
	opacity: 0;             /* 最初は透明 */
    visibility: hidden;     /* クリックも反応しない状態 */
    transform: translateY(-2vw); /* 少し上にずらしておく */
    transition: all 0.4s ease;    /* 0.4秒かけて変化 */
}
header .inner nav.is-active {
	opacity: 1;             /* 不透明に */
    visibility: visible;    /* 表示状態に */
    transform: translateY(0);    /* 元の位置に戻る */
}
header .inner nav ul {
	padding-top: 10vw;
}
header .inner nav ul li a {
	color: #444444;
	font-size: 6.26666666667vw;
	text-decoration: none;
	margin-bottom: 10vw;
	display: block;
	font-weight: 500;
}
header .inner nav ul li a span {
	display: block;
	color: #39b282;
	font-size: 4.13333333333vw;
	font-weight: bold;
	margin-top: 1vw;
}
header .inner nav p a {
	width: 85.3333333333vw;
	height: 14.6666666667vw;
	line-height: 14.6666666667vw;
	color: #fff;
	font-size: 6vw;
	text-decoration: none;
	display: block;
	background-color: #20D6B7;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
}
header .inner nav p a span {
	display: inline-block;
	background-color: #fff;
	width: 7.73333333333vw;
	height: 7.73333333333vw;
	border-radius: 100px;
	position: relative;
	top: 3.5vw;
	margin-left: 2vw;
}
header .inner nav p a span img {
	width: 3.5vw;
	position: relative;
	top: 1.8vw;
	left: 0.3vw;
}





h2.ttl {
	font-size: 4vw;
	color: #3d3d3d;
	text-align: left;
}
h2.ttl span {
	color: #00d5b5;
	font-size: 8.53333333333vw;
	display: block;
	margin-bottom: 2vw;
	font-family:
  'Century Gothic',
  'Noto Sans JP',
  'Futura',
  'Avenir',
  'Helvetica Neue',
  Arial,
  'Hiragino Kaku Gothic ProN',
  'Yu Gothic',
  'Meiryo',
  sans-serif;
}
.btn a {
	display: block;
	width: 66.6666666667vw;
	height: 13.3333333333vw;
	background-color: #009AD0;
	margin-left: auto;
	margin-right: auto;
	border-radius: 100px;
	line-height: 13.3333333333vw;
	text-decoration: none;
	font-size: 5.33333333333vw;
	color: #fff;
	position: relative;
	transition: 0.3s;
}
.btn a:hover {
	opacity: 0.7;
	transition: 0.3s;
}
.btn a span {
	background-color: #fff;
	display: inline-block;
	width: 6.66666666667vw;
	height: 6.66666666667vw;
	border-radius: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	top: 3.5vw;
	margin-left: 2vw;
}
.btn a span img {
	width: 3.2vw;
	position: relative;
	top: 6px;
	left: 1px;
}






.helo .topicpath {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: -8vw;
}
.helo .topicpath li {
	font-size: 3.5vw;
	position: relative;
	display: inline;
}
.helo .topicpath li a {
	color: #5a5555;
	text-decoration: none;
}
.helo .topicpath li span {
	color: #b0b0b0;
}





footer {
	background-color: #F2F2F2;
	padding-top: 5vw;
}
footer .logo {
	font-size: 5vw;
	font-weight: 500;
	margin-bottom: 10px;
}
footer address ul  {
	display: flex;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
footer address ul li a {
	color: #3d3d3d;
	text-decoration: none;
}
footer address ul li+li {
	margin-left: 3vw;
}
footer nav ul {
	display: none;
}
footer nav ul li a {
	color: #3d3d3d;
	text-decoration: none;
	transition: 0.3s;
}
footer nav ul li a:hover {
	color: #20D6B7;
	transition: 0.3s;
}
footer nav ul li+li {
	margin-left: 20px;
}
footer p small {
	display: block;
	background-color: #fff;
	margin-top: 5vw;
	height: 8vw;
	line-height: 8vw;
}
}



/*===============================================
●画面の横幅が400pxまで
===============================================*/
@media screen and (max-width:400px){
/*===============================================
●sp400
===============================================*/
#sp400------------------------------------------- {
}
}



/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width:320px){
/*===============================================
●sp320
===============================================*/
#sp320------------------------------------------- {
}
}



/*===============================================
●画面の横幅が481pxから768pxまで
===============================================*/
@media screen and (min-width:481px) and (max-width:768px) {
/*===============================================
●tablet
===============================================*/
#tab------------------------------------------- {
}
.sp.tab {
	display: none;
}
}
