@charset "utf-8";
/* CSS Document */

@media screen and (min-width: 961px) {}
@media screen and (max-width: 1024px) {}

.pc {display: inherit;}
.sp {display: none;}

body {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	color: #333333;
}

@font-face {
	src: url("../fonts/Lato-Regular.woff") format("woff");
	font-family: "Lato";
	font-style: normal;
}

@font-face {
	src: url("../fonts/NotoSansJP-Regular.woff") format("woff");
	font-family: "Noto Sans JP";
	font-style: normal;
}

h1,h2,h3,h4,h5,ul,li,p,dl,dt,dd,ol {
	margin: 0;
	padding: 0;
}

h1 {font-size: 12px; font-weight: normal; color: #cccccc; padding: 10px 0;}
h2 {font-size: 32px;}
h3 {font-size: 24px;}
h4 {font-size: 18px;}

li,ol {
	list-style: none;
}

ol {
	display: flex;
}

a {
	text-decoration: none;
}

p {
}

#wrapper {
}

header {
}

section {
	padding: 60px 0;
}

article {
}

header nav,
section {
	margin: 0 auto;
	width: 1080px;
}

footer {
	font-size: 14px;
	background: url("../img/footer_bg.webp") no-repeat;
	background-size: cover;
}

/* header */

header section {
	padding: 0;
}

header nav {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 20px 0 40px 0;
	font-size: 14px;
}

header nav a {
	color: #666666;
}

header nav ul {
	display: flex;
}

header nav ul.nav_grobal li {
	margin: 0 0 0 15px;
}

header nav ul.nav_btn li {
	margin: 0 0 0 5px;
}

header nav ul.nav_btn li i {
	margin: 0 5px 0 0;
}

nav a.logo {
	display: block;
	width: 260px;
	height: 60px;
	background: url("../img/logo.webp") no-repeat;
	background-size: contain;
}

a.logo span {
	display: none;
}


/* main */

main h2 {
	position: relative;
	text-align: center;
	padding: 40px 0 20px 0;
	margin: 0 auto 20px auto;
}

main h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #2cafc3, #2cafc3 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #2cafc3, #2cafc3 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

main h3 {
  position: relative;
  background: #f4f4f4;
  padding: 2px 5px 2px 40px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

main h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #2cafc3;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: -0.5em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

main p {
	padding: 20px 0;
	line-height: 200%;
}

main p.caution {
	padding: 10px 0 0 14px;
	line-height: 150%;
	font-size: 14px;
}

main p.caution:before {
	content: '※';
	margin: 0 0 0 -14px;
}

main a {
	display: block;
	margin: 20px auto;
	padding: 15px;
	text-align: center;
	border: 1px solid;
	border-radius: 50px;
}




/* breadcrumb */

#bread {
	padding: 40px 0;
	color:#999999;
	font-size: 12px;
}

.breadcrumb li:after {
	content: '>';
	margin: 0 5px;
}

.breadcrumb li:last-child:after {
	content: '';
}

.breadcrumb li a {
	color:#2cafc3;
}


/* top */

#top_wrap {
	background: url("../img/top_bg.webp") no-repeat;
	background-size: cover;
}

#top_wrap section {
	position: relative;
	padding: 40px 0;
}

#top h2 {
	position: relative;
	font-size: 64px;
	text-align: left;
	color: #ffffff;
	z-index: 1;
}

#top h2 span {
	display: block;
	font-size: 42px;
}

#top h2:after {
	display: none;
}



#top img {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 35%;
}

/* content01 */

#content01 {
}

#content01 h2 {
}

#content01 p {
	font-size: 20px;
}

#content01 ul {
	font-size: 20px;
	font-weight: bold;
	padding: 2% 4%;
	background:rgba(44,175,195,0.05);
}

#content01 li {
	display: flex;
	color:#2cafc3;
	padding: 10px 0 0 0;
}

#content01 li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0eb';
	margin: 0 5px 0 0;
	color:#ffcc00;
	font-size: 24px;
}

/* content02 */

#content02_wrap {
	background: url("../img/bg01.webp") repeat;
}

#content02 {
}

#content02 ul {
	display: flex;
	justify-content: space-around;
	padding: 40px 0;
}

#content02 li {
	padding: 0 25px;
}

#content02 li img {
	width: auto;
}

/* content03 */

#content03 {
}

#content03 ul,
.contents03-service {
	display: flex;
	padding: 40px 0;
}

.contents03-service > div {
	width: 25%;
	padding: 20px;
	font-size: 14px;
}

#content03 ul {
	flex-wrap: wrap;
}

#content03 ul li {
	width: calc(100%/3);
	text-align: center;
	padding: 20px 40px;
	font-size: 18px;
	font-weight: bold;
}

#content03 ul.item {
}

#content03 ul.item li {
	width: auto;
	margin: 5px 10px;
	padding: 10px 15px;
	text-align: center;
	border: 1px solid;
	border-radius: 50px;
}

#content03 li img {
	display: block;
	width: 90%;
	margin: 0 5% 20px 5%;
}

/* content04 */

#content04_wrap {
	background: url("../img/bg01.webp") repeat;
}

#content04 {
}

#content04 ul {
	display: flex;
	justify-content:space-around;
	padding: 40px 0;
}

#content04 li {
	padding: 0 25px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#content04 li img {
	display: block;
	width: 90%;
	margin: 0 5% 20px 5%;
}

/* content05 */

#content05 {
}

#content05 article {
	display: flex;
	justify-content:space-between;
	padding: 40px 0;
}

#content05 article p {
	width: 55%;
}

#content05 article > div {
	width: 45%;
}

#content05 p.point {
	display: block;
	width: 85%;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 110px;
	font-size: 18px;
	color: #2dafc2;
	font-weight: bold;
}

#content05 p.point span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: #d9edf3;
  background: #2dafc2;
	font-size: 16px;
}

#content05 p.point span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #2dafc2;
}


/* content06 */

#content06_wrap {
	background: url("../img/bg01.webp") repeat;
}

#content06 {
}

#content06 article {
	display: flex;
	padding: 0 0 40px 0;
}

#content06 article > div {
	padding: 20px 20px 0 20px;
}

#content06 article h3 {
	text-align: center;
}

#content06 dl {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

#content06 dd:first-of-type {
	padding: 20px 0 7px 0;
}

#content06 dt,
#content06 dd {
	padding: 20px 0 10px 0;
	border-bottom: 1px dashed #cccccc;
}

#content06 dt {
	width: 35%;
}

#content06 dd {
	width: 65%;
}

#content06 dd span {
	font-size: 24px;
}

#content06 article dd span {
	color:#2cafc3;
	font-weight: bold;
}


#content06 i {
	width: 20px;
  color: #2dafc2;
	margin: 0 5px 0 0;
	text-align: center;
}


#content06 h4 {
	display: block;
	width: 85%;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 110px;
	font-size: 18px;
	color: #2dafc2;
	font-weight: bold;
}

#content06 h4 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: #d9edf3;
  background: #2dafc2;
	font-size: 16px;
}

#content06 h4 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #2dafc2;
}


/* area */

#area {
}

#area article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#area article > div {
	width: 46%;
	margin: 20px 0 40px 0;
}

#area article > div img {
	width: 90%;
	margin: 20px 5% 0 5%;
}

/* faq */

#faq_wrap {
	background: url("../img/bg01.webp") repeat;
}

#faq {
}

#faq article {
}

#faq dl {
}

#faq dt,
#faq dd {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

#faq dt img,
#faq dd img {
	width: auto;
}

#faq dt {
	font-size: 18px;
}

#faq dd {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #cccccc;
}

#faq dt span,
#faq dd span {
	width: 8%;
}

#faq dt p,
#faq dd p {
	width: 90%;
}

#faq ul {
	display: flex;
	justify-content: space-between;
}

#faq li {
	width: 48%;
}



/* contact */

#contact {
	padding: 0 0 60px 0;
}

#contact ul {
	display: flex;
	justify-content: space-between;
}

#contact li {
	width: 48%;
	font-size: 24px;
}

#contact li i {
	margin: 0 5px 0 0;
}

/* footer */

footer section {
	display: flex;
	justify-content: space-between;
}

footer h2 {
	font-size: 14px;
	color: #2dafc2;
}

footer i {
	margin: 0 5px 0 0;
}

footer a {
	color: #666666;
}

footer a i {
	color: #2dafc2;
}

.footer01 {
	width: 25%;
}

.footer02 {
	width: 25%;
	margin: 0 2.5%;
	padding: 0 2.5%;
	border-left: 1px dashed #cccccc;
	border-right: 1px dashed #cccccc;
}

.footer03 {
	width: 40%;
}

.footer01 h2 {
	font-size: 12px;
}

.footer01 ul {
	padding: 0 20px;
}

.footer01 li {
	margin: 0 0 5px 0;
}

.footer02 ul {
	margin: 10px 0 0 0;
	padding: 0 20px;
}

.footer02 li {
	margin: 0 0 5px 0;
}

.footer03 a {
	font-size: 12px;
}

footer dl {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
	font-size: 12px;
}

footer dt,
footer dd {
	padding: 5px;
}

footer dt {
	width: 30%;
}

footer dd {
	width: 70%;
}

.gradient-btn {
  position: relative; /* static以外を指定 */
  z-index: 0; /* グラデーションよりも上に配置 */
  display: inline-block; /* inline以外にする */
  width: 100%; /* 横幅 */
  height: 60px; /* 縦幅 */
  line-height: 140%; /* 行の高さ(heightと同じにする) */
  background: transparent; /* 背景を透明にする */
  border-radius: 100vh; /* 角の丸み */
  overflow: hidden; /* はみ出した部分を非表示(角丸を付ける場合は必須) */
  cursor: pointer; /* カーソルをポインターにする */
  /* 以下ボタンのテキスト装飾(自由にカスタマイズしてください) */
  color: #fff;
  text-align: center;
}

header .gradient-btn {
	padding: 0 10px;
  height: 40px; /* 縦幅 */
  line-height: 250%; /* 行の高さ(heightと同じにする) */
}

#contact .gradient-btn {
  line-height: 100%; /* 行の高さ(heightと同じにする) */
}

/* ::before, ::afterで2種類のグラデーションを用意 */
.gradient-btn::before,
.gradient-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* グラデーション1 */
.btn01::before {
  transition: all 0.6s; /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(135deg, #c471ed 0%, #12c2e9 100%);
}

/* グラデーション2 */
.btn01::after {
  z-index: -2;
  background: linear-gradient(135deg, #12c2e9 0%, #c471ed 100%);
}

/* グラデーション1 */
.btn02::before {
  transition: all 0.6s; /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(135deg, #027610 0%, #06c755 100%);
}

/* グラデーション2 */
.btn02::after {
  z-index: -2;
  background: linear-gradient(135deg, #06c755 0%, #027610 100%);
}

/* グラデーション1 */
.btn03::before {
  transition: all 0.6s; /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(135deg, #ff9900 0%, #ffcc66 100%);
}

/* グラデーション2 */
.btn03::after {
  z-index: -2;
  background: linear-gradient(135deg, #ffcc66 0%, #ff9900 100%);
}

/* ホバー時にグラデーション1を透明にする */
.gradient-btn:hover::before {
  opacity: 0;
}

@media screen and (min-width: 600px) {
#sp_contact {
	display: none !important;
}
}
@media screen and (max-width: 599px) {
	
.pc {display: none;}
.sp {display: inherit;}

body {
	font-family: 'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 16px;
	color: #333333;
}

h1,h2,h3,h4,h5,ul,li,p,dl,dt,dd,ol {
	margin: 0;
	padding: 0;
}

h1 {font-size: 10px; font-weight: normal; color: #cccccc; padding: 10px 50px 10px 10px;}
h2 {font-size: 23px;}
h3 {font-size: 18px;}
h4 {font-size: 16px;}

li,ol {
	list-style: none;
}

ol {
	display: flex;
}

a {
	text-decoration: none;
}

p {
}

#wrapper {
}

header {
}

section {
	padding: 60px 0;
}

article {
}

header nav,
section {
	margin: 0 auto;
	width: 95%;
	padding: 0 2.5%;
}

footer {
	margin: 20px 0 0 0;
	padding: 20px 0 160px 0;
	font-size: 14px;
	background: url("../img/footer_bg.webp") no-repeat;
	background-size: cover;
}

/* header */

header section {
	padding: 0;
}

header nav {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	padding: 20px 0 40px 0;
	font-size: 14px;
}

header nav a {
	color: #666666;
}

header nav ul {
	display: none;
}

header nav ul.nav_grobal li {
	margin: 0 0 0 15px;
}

header nav ul.nav_btn li {
	margin: 0 0 0 5px;
}

header nav ul.nav_btn li i {
	margin: 0 5px 0 0;
}

nav a.logo {
	display: block;
	width: 260px;
	height: 60px;
	margin: 0 auto;
	background: url("../img/logo.webp") no-repeat;
	background-size: contain;
}

a.logo span {
	display: none;
}


/* main */

main h2 {
	position: relative;
	text-align: center;
	padding: 40px 0 20px 0;
	margin: 0 auto 20px auto;
}

main h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  content: '';
  background-image: -webkit-repeating-linear-gradient(135deg, #2cafc3, #2cafc3 1px, transparent 2px, transparent 5px);
  background-image: repeating-linear-gradient(-45deg, #2cafc3, #2cafc3 1px, transparent 2px, transparent 5px);
  background-size: 7px 7px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

main h3 {
  position: relative;
  background: #f4f4f4;
  padding: 18px;
  color: #474747;
  border-radius: 0 10px 10px 0;
}

main h3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f041";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  color: white;
  background: #2cafc3;
  font-weight: 900;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  left: calc(50% - 20px);
  top: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.29);
}

main p {
	padding: 20px 0;
	line-height: 200%;
}

main p.caution {
	padding: 10px 0 0 14px;
	line-height: 150%;
	font-size: 14px;
}

main p.caution:before {
	content: '※';
	margin: 0 0 0 -14px;
}

main a {
	display: block;
	margin: 20px auto;
	padding: 15px;
	text-align: center;
	border: 1px solid;
	border-radius: 50px;
}




/* breadcrumb */

#bread {
	display: none;
}

/* top */

#top_wrap {
	background: url("../img/top_bg.webp") no-repeat;
	background-size: cover;
}

#top_wrap section {
	position: relative;
	padding: 0;
}

#top h2 {
	position: relative;
	padding: 20px 0;
	font-size: 28px;
	text-shadow: 2px 2px 2px #1a93ac;
	text-align: left;
	color: #ffffff;
	z-index: 1;
}

#top h2 span {
	display: block;
	font-size: 18px;
}

#top h2:after {
	display: none;
}



#top img {
	width: 30%;
	position: absolute;
	right: 0;
	bottom: 0;
}

/* content01 */

#content01 {
}

#content01 h2 {
}

#content01 p {
	font-size: 18px;
}

#content01 ul {
	font-size: 20px;
	font-weight: bold;
	padding: 2% 4%;
	background:rgba(44,175,195,0.05);
}

#content01 li {
	display: flex;
	color:#2cafc3;
	padding: 10px 0 0 0;
}

#content01 li:before {
	font-family: "Font Awesome 5 Free";
	content: '\f0eb';
	margin: 0 5px 0 0;
	color:#ffcc00;
	font-size: 24px;
}

/* content02 */

#content02_wrap {
	background: url("../img/bg01.webp") repeat;
}

#content02 {
}

#content02 ul {
	display: block;
	justify-content: space-around;
	padding: 40px 0;
}

#content02 li {
	padding: 0 25px;
}

#content02 li img {
	width: 75%;
	margin: 0 auto 20px auto;
}

/* content03 */

#content03 {
}

#content03 ul,
.contents03-service {
	display: flex;
	padding: 20px 0;
	flex-wrap: wrap;
}

.contents03-service > div {
	width: 50%;
	padding: 20px;
	font-size: 14px;
}

.contents03-service > div img {
	margin: 0 0 10px 0;
}

#content03 ul {
	flex-wrap: wrap;
}

#content03 ul li {
	width: calc(100%/2);
	text-align: center;
	padding: 20px 20px 0 20px;
	font-size: 18px;
	font-weight: bold;
}

#content03 ul.item {
}

#content03 ul.item li {
	width: auto;
	margin: 5px;
	padding: 5px 15px;
	text-align: center;
	border: 1px solid;
	border-radius: 50px;
	font-size: 14px;
}

#content03 li img {
	display: block;
	width: 90%;
	margin: 0 5% 20px 5%;
}

/* content04 */

#content04_wrap {
	background: url("../img/bg01.webp") repeat;
}

#content04 {
}

#content04 ul {
	display: flex;
	justify-content:space-around;
	padding: 20px 0 0 0;
	flex-wrap: wrap;
}

#content04 li {
	width: 50%;
	padding: 0 25px 20px 25px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

#content04 li img {
	display: block;
	width: 90%;
	margin: 0 5%;
}

/* content05 */

#content05 {
}

#content05 article {
	display: block;
	padding: 20px 0;
}

#content05 article p {
	width: 100%;
}

#content05 article > div {
	width: 100%;
}

#content05 p.point {
	display: block;
	width: 100%;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 110px;
	font-size: 18px;
	color: #2dafc2;
	font-weight: bold;
}

#content05 p.point span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: #d9edf3;
  background: #2dafc2;
	font-size: 16px;
}

#content05 p.point span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #2dafc2;
}


/* content06 */

#content06_wrap {
	background: url("../img/bg01.webp") repeat;
}

#content06 {
}

#content06 article {
	display: flex;
	padding: 0 0 0 0;
	flex-wrap: wrap;
}

#content06 article > div {
	width: 100%;
	padding: 20px 0;
}

#content06 article h3 {
	text-align: center;
}

#content06 dl {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
}

#content06 dd:first-of-type {
	padding: 20px 0 7px 0;
}

#content06 dt,
#content06 dd {
	padding: 20px 0 10px 0;
	border-bottom: 1px dashed #cccccc;
}

#content06 dt {
	width: 35%;
}

#content06 dd {
	width: 65%;
}

#content06 dd span {
	font-size: 24px;
}

#content06 i {
	width: 20px;
  color: #2dafc2;
	margin: 0 5px 0 0;
	text-align: center;
}


#content06 h4 {
	display: block;
	width: 100%;
	position: relative;
	margin: 20px 0 0 0;
	padding: 0 0 0 110px;
	font-size: 18px;
	color: #2dafc2;
	font-weight: bold;
}

#content06 h4 span {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 20px;
  color: #d9edf3;
  background: #2dafc2;
	font-size: 16px;
}

#content06 h4 span:after {
  position: absolute;
  top: calc(50% - 7px);
  right: -11px;
  width: 0;
  height: 0;
  content: '';
  border-width: 7px 0 7px 12px;
  border-style: solid;
  border-color: transparent transparent transparent #2dafc2;
}


/* area */

#area {
}

#area h3 {
	text-align: center;
}

#area article {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#area article > div {
	width: 100%;
	margin: 20px 0 40px 0;
}

#area article > div img {
	width: 90%;
	margin: 20px 5% 0 5%;
}

/* faq */

#faq_wrap {
	background: url("../img/bg01.webp") repeat;
}

#faq {
}

#faq article {
}

#faq dl {
}

#faq dt,
#faq dd {
	display: flex;
	justify-content: space-between;
	padding: 5px 0;
}

#faq dt img,
#faq dd img {
	width: auto;
}

#faq dt {
	font-size: 18px;
}

#faq dd {
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px dashed #cccccc;
}

#faq dt span,
#faq dd span {
	width: 15%;
}

#faq dt p,
#faq dd p {
	width: 80%;
	padding: 0 0 20px 0;
}

#faq ul {
	display: flex;
	justify-content: space-between;
}

#faq li {
	width: 48%;
}



/* contact */

#contact {
	padding: 0 2.5%;
}

#contact ul {
	display: block;
	justify-content:center;
}

#contact li {
	width: 100%;
	font-size: 20px;
}

#contact li i {
	margin: 0 5px 0 0;
}

.contact_sub {
	display: none;
}

	
main a.contact_sp {
	display: block;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	border: none;
	border-radius: 0;
}

	
	
/* footer */

footer section {
	display: block;
	justify-content: space-between;
}

footer h2 {
	font-size: 14px;
	color: #2dafc2;
}

footer i {
	margin: 0 5px 0 0;
}

footer a {
	color: #666666;
}

footer a i {
	color: #2dafc2;
}

.footer01 {
	width: 100%;
}

.footer02 {
	width: 100%;
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	border-left: none;
	border-right: none;
}

.footer03 {
	width: 100%;
}

.footer01 h2 {
}

.footer01 ul {
	margin: 10px 0 0 0;
	padding: 0 10px;
}

.footer01 li {
	margin: 0 0 5px 0;
}

.footer02 ul {
	margin: 10px 0 0 0;
	padding: 0 10px;
}

.footer02 li {
	margin: 0 0 5px 0;
}

.footer03 a {
	font-size: 12px;
	margin: 0 0 0 20px;
}

footer dl {
	display: block;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
	padding: 0 10px;
	font-size: 12px;
}

footer dt,
footer dd {
}

footer dt {
	padding: 5px 0 0 0;
	width: 100%;
	color: #2cafc3;
}

footer dd {
	padding: 5px 10px;
	width: 100%;
}

.gradient-btn {
  position: relative; /* static以外を指定 */
  z-index: 0; /* グラデーションよりも上に配置 */
  display: inline-block; /* inline以外にする */
  width: 100%; /* 横幅 */
  height: auto; /* 縦幅 */
  line-height: 140%; /* 行の高さ(heightと同じにする) */
  background: transparent; /* 背景を透明にする */
  border-radius: 100vh; /* 角の丸み */
  overflow: hidden; /* はみ出した部分を非表示(角丸を付ける場合は必須) */
  cursor: pointer; /* カーソルをポインターにする */
  /* 以下ボタンのテキスト装飾(自由にカスタマイズしてください) */
  color: #fff;
  text-align: center;
	margin: 0;
	font-size: 14px;
}

header .gradient-btn {
	padding: 0 10px;
  height: 40px; /* 縦幅 */
  line-height: 250%; /* 行の高さ(heightと同じにする) */
}

#contact .gradient-btn {
  line-height: 100%; /* 行の高さ(heightと同じにする) */
}

#contact ul {
	padding: 20px 0 0 0;
}

#contact p {
	font-size: 12px;
}

/* ::before, ::afterで2種類のグラデーションを用意 */
.gradient-btn::before,
.gradient-btn::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/* グラデーション1 */
.btn01::before {
  transition: all 0.6s; /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(135deg, #c471ed 0%, #12c2e9 100%);
}

/* グラデーション2 */
.btn01::after {
  z-index: -2;
  background: linear-gradient(135deg, #12c2e9 0%, #c471ed 100%);
}

/* グラデーション1 */
.btn02::before {
  transition: all 0.6s; /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(135deg, #027610 0%, #06c755 100%);
}

/* グラデーション2 */
.btn02::after {
  z-index: -2;
  background: linear-gradient(135deg, #06c755 0%, #027610 100%);
}

/* グラデーション1 */
.btn03::before {
  transition: all 0.6s; /* アニメーション実行時間 */
  z-index: -1;
  background: linear-gradient(135deg, #ff9900 0%, #ffcc66 100%);
}

/* グラデーション2 */
.btn03::after {
  z-index: -2;
  background: linear-gradient(135deg, #ffcc66 0%, #ff9900 100%);
}

/* ホバー時にグラデーション1を透明にする */
.gradient-btn:hover::before {
  opacity: 0;
}
	
	
#sp_contact {
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	background:rgba(44,175,195,0.95);
	color: #ffffff;
	z-index: 9;
	animation: SlideIn 1.6s;
}

#sp_contact ul {
	padding: 2%;
}

#sp_contact li {
}

#sp_contact li a {
	color: #ffffff;
}

#sp_contact .gradient-btn {
	margin: 2% 0 0 0;
	padding: 5px 0;
}

#sp_contact .spcontact_tel {
	font-size: 24px;
	text-align: center;
}
#sp_contact .spcontact_tel span {
	margin: 0 0 0 5px;
	font-size: 12px;
}
#sp_contact .spcontact_tel i {
	margin: 0 5px 0 0;
}

@keyframes SlideIn {
  0% {
    opacity: 0;
    transform: translateY(64px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}	

}


.spnav {
	position: fixed;
	width: 100%;
	top: 0;
	right: 0;
	z-index: 99;
}

/* Nav items */
.menu {
  list-style: none;
  position: absolute;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
  width: 100%;
  height: 100vh;
  top: 0;
  padding:5% 10% 25% 10%;
	background:rgba(44,175,195,0.95);
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
	color: #ffffff;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  color: #ffffff;
  opacity: 0;
  transition: 0.5s;
}

.spnav_tel {
	font-size: 18px;
}

.spnav_tel span {
	font-size: 12px;
	margin: 0 5px;
}

.menu a.gradient-btn {
	padding: 10px 0;
}

.menu i {
	margin: 0 5px 0 0;
}

.menu li {
  opacity: 0;
  transition: 0.5s;
	width: 100%;
	text-align: center;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: absolute;
	right: 0;
  cursor: pointer;
  padding: 24px 14px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	z-index: 999;
}

.navicon {
  background: #2cafc3;
  display: block;
  height: 2px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #2cafc3;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
	background: #ffffff;
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
	background: #ffffff;
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 52px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  color: #ddd;
  letter-spacing: 4px;
  font-size: 20px;
}

