@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

@media print { /* 紙媒体向けスタイル定義 */
	html {
	color: #000;
	}

	/* --BODY-- */
	body {
	margin: 0;
	padding: 0;
	text-align: center;
	}
}

/*---------------------------------------------------------
　　基本スタイル
---------------------------------------------------------*/

html {
  height: 100%;
}

body {
	text-align: center;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


/*---------------------------------------------------------
　　フォント
---------------------------------------------------------*/

body {
	font-family: "Noto Sans Japanese", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic";
	color: #333;
	font-size: 14px;
  line-height:1.9;
	letter-spacing: .05em;
	text-align: justify;
}

/* ゴシック体 */
.font-sans-serif {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", HelveticaNeue, "Segoe UI", "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/* 明朝体 */
.font-serif {
	font-family: Georgia, "游明朝体", "YuMincho", "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/* PC */
@media print, screen and (min-width: 1000px) {
body {
	font-size: 16px;
}
}

/*---------------------------------------------------------
　　共通
---------------------------------------------------------*/

.txt {
	text-align: left;
	line-height: 1.6em;
}
.txt-c {
	text-align: center;
	line-height: 1.6em;
}

.img-c {
	text-align: center;
}
.img-c img {
	max-width: 100%;
}
.img-w {
	text-align: center;
}
.img-w img {
	width: 100%;
}

.position-r {
  text-align: right;
}
.position-l {
  text-align: left;
}
.position-c {
  text-align: center;
}

.waku {
	border:1px solid #ccc;
}

.mt10 { margin-top: 10px; }
.mt30 { margin-top: 30px; }

.mb0 { margin-bottom: 0; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.mb30 { margin-bottom: 30px; }
.mb40 { margin-bottom: 40px; }
.mb50 { margin-bottom: 50px; }
.mb60 { margin-bottom: 60px; }
.mb70 { margin-bottom: 70px; }
.mb80 { margin-bottom: 80px; }

.pt0 { padding-top: 0 !important; }
.pt30 { padding-top: 30px; }
.pb20 { padding-bottom: 20px; }
.pb50 { padding-bottom: 50px; }


.rad5 {
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.rad10 {
	border-radius: 10px;
	-moz-border-radius: 10px;
}

.float-r {
	float: right;
	margin: 0 0 20px 20px;
	text-align: right;
}
.float-l {
	float: left;
	margin: 0 20px 20px 0;
	text-align: left;
}

hr {
	margin: 0;
	padding: 20px 0;
  height: 1px;
  border: none;
  border-top: 1px #ccc solid;
}

.white {
	color: #fff;
}
.red {
	color: #00A0CA;
}


.pc-tab {
	display: none;
}
.tab {
	display: none;
}

/* タブレット */
@media print, screen and (min-width: 500px) {
.sp {
	display: none;
}
.pc-tab {
	display: block;
}
.tab {
	display: block;
}
}

/* PC */
@media print, screen and (min-width: 1000px) {
.tab {
	display: none;
}
}

/*---------------------------------------------------------
　　flex
---------------------------------------------------------*/

.flex_spec {
	width: 100%;
	max-width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-box;
	display: -webkit-flexbox;
	display: -moz-flexbox;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: space-between;
  }

/*---------------------------------------------------------
　　リンク
---------------------------------------------------------*/

a:link {
	color:#00A0CA; text-decoration: none;
}
a:active,
a:hover {
	background:none; text-decoration: underline;
}
a.a-link:after {
	margin-left: 10px;
	font-family: "Font Awesome 5 Free";
  content: '\f35d';
  font-weight: 900;
	color: #00A0CA;
}

a:hover img {
	filter: alpha(opacity=80);
	opacity: .8;
	background: #fff;
}


/*---------------------------------------------------------
　　ヘッダ
---------------------------------------------------------*/


.header {
	padding: 15px 20px;
}
.header .logo {
	text-align: left;
}
.header .logo img {
/*	max-width: 150px;*/
	background: none;
}
/*
.header {
	padding: 15px 20px;
}
.header .logo {
	display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 80vh;
	text-align: center;
}
.header .logo img {
	max-width: 250px;
}
*/
.nav-button {
	cursor: pointer;
}
.nav-wrap {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 10;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
}
.nav-wrap .nav {
	margin-top: 50px;
	height: 100%;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
}
.nav-wrap li {
	width: 100%;
}
.nav-wrap li a {
	display: block;
	padding: .5em 0;
	/*color: #fff;*/
	color: #00A0CA;
	text-align: center;
  text-decoration: none;
}


/*メニューボタンのエフェクト*/
.nav-button,
.nav-button span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}
.nav-button {
	z-index: 20;
	position: absolute;
	width: 32px;
	height: 28px;
	top: 25px;
	right: 25px;
}
.nav-button span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #00A0CA;
	border-radius: 4px;
}
.nav-button span:nth-of-type(1) {
	top: 0;
}
.nav-button span:nth-of-type(2) {
	top: 12px;
}
.nav-button span:nth-of-type(3) {
	bottom: 0;
}
.nav-button.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.nav-button.active span:nth-of-type(2) {
	opacity: 0;
}
.nav-button.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
}

.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.content {
  padding: 20px;
}


/* タブレット */
@media print, screen and (min-width: 500px) {
.nav-button {
  display: none;
}

.header {
  padding: 20px;
}
.header .logo {
	padding: 0;
	text-align: center;
}
.header .logo img {
/*	max-width: 300px;*/
}
/*
.header {
  padding: 20px;
}
.header .logo {
	height: 40vh;
	text-align: center;
}
.header .logo img {
	max-width: 300px;
}
*/
.nav-wrap {
	display: block !important;
	position: static;
	left: inherit;
	top: inherit;
	z-index: 1;
	background-color: transparent;
}
.nav-wrap .nav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-wrap .nav li {
	display: inline-block;
	width: auto;
	margin: 0 0 15px 0;
	flex-basis: auto;
}
.nav-wrap li a {
	padding: 0 15px;
}

}

/* PC */
@media print, screen and (min-width: 1000px) {
.header .logo {
	padding: 80px 0 40px 0;
}
}

/*---------------------------------------------------------
　　タイトル
---------------------------------------------------------*/

h2 {
	margin: 0 0 30px 0;
	padding: 0;
	color: #00A0CA;
	font-size: 160%;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}
h2 p {
	padding: 0;
	color: #999;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
}
h3 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 110%;
	text-align: left;
}
h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-size: 100%;
	text-align: left;
}

.h2-w {
	color: #fff !important;
}
h2.h2-w p {
	color: #ffffff;
}

/* タブレット */
@media print, screen and (min-width: 500px) {
h2 {
	font-size: 220%;
}
h2 p {
	margin-top: -1em;
	font-size: 16px;
}
h3 {
	font-size: 120%;
}
}

/* PC */
@media print, screen and (min-width: 1000px) {
h2 {
	font-size: 300%;
}

}


/*---------------------------------------------------------
　　section
---------------------------------------------------------*/

.section {
	padding: 20px 0;
}
.section-top {
	padding: 0 0 20px 0;
	position: relative;
}
.section-footer {
	padding: 20px 0 0 0;
	display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.wrap {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	text-align: left;
}

.bg-red {
	background: #00A0CA;
}
.bg-gray {
	background: #f0f0f0;
}

/* タブレット */
@media print, screen and (min-width: 500px) {

}

/* PC */
@media print, screen and (min-width: 1000px) {
.section {
	padding: 30px 0;
}
.wrap {
	width: 1000px;
	display: flex;
  justify-content: center;
  /* align-items: center;*/
  flex-direction: column;
  height: 80vh;
}

.height_contents {
	height: auto;
}
}


/*---------------------------------------------------------
　　トップページ
---------------------------------------------------------*/

.top-message {
	color: #fff;
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center;
	font-size: 120%;
	height: 50vh;
}
.top-link {
	padding: 10px 0;
	text-align: center;
}
.top-link a {
	font-size: 110%;
	color: #fff;
	text-decoration: none;
}
.top-link a:after {
	margin-left: 10px;
	font-family: "Font Awesome 5 Free";
  content: '\f0a4';
  font-weight: 900;
	color: #fff;
}

.btn-link,
.btn-link2 {
	margin: 0 auto;
	width: 80%;
}
.btn-link a,
.btn-link2 a {
	display: block;
	padding: 1em;
	color: #fff;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	background: #00A0CA;
	border-radius: 3px;
	-moz-border-radius: 3px;
}
.btn-link2 a {
	border: 1px solid #ffffff;
}
.btn-link a:hover,
.btn-link2 a:hover {
	opacity:0.7;
}

/* SERVICE */

dl.dl-service {
  padding: 0;
}
dl.dl-service dt {
  width: 100%;
  margin: 0;
  padding: 3px 0;
  line-height: 1.5em;
  text-align: left;
}
dl.dl-service dd {
  margin: 0 0 10px 0;
  padding: 0 0 0 1em;
  line-height: 1.5em;
  text-align: left;
}

.service_app_list > li {
	width: 100%;
	background-color: #fff;
	border-radius: 30px;
	padding: 20px;
	margin-bottom: 28px;
	box-sizing: border-box;
	position: relative;
}

.service_list > li a {
	text-decoration: none;
	width: 100%;
	height: 100%;
	display: block;
}

.service_app_top {
}

.service_app_icon {
	width: 45%;
	position: relative;
}

.service_app_icon img {
	width: 100%;
	border-radius: 20px;
}

.service_app_price {
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	height: 25px;
	border-radius: 0 0 0 5px;
	background-color: #ffda1e;
	font-size: 10px;
	font-weight: bold;
	display: flex;
	justify-content: center;
    align-items: center;
}


.service_app_dl {
	width: 50%;
}

.service_app_dl_list li {

}

.app_dl_btn,
.app_dl_btn:link {
	width: 100%;
	display: block;
	background-color: #00A0CA;
	margin-bottom: 10px;
	padding: 5px;
	border-radius: 10px;
	color: #fff;
	line-height: 1.4em;
	text-align: center;
	box-sizing: border-box;
	font-size: 14px;	
	transition: 0.5s;
}

.app_dl_btn:hover {
	background-color: #00A0CA;
	color: #fff;
	opacity: 0.8;
	text-decoration: none;
}

.service_app_cat {
	width: auto;
	display: inline-block;
	border: #999 1px solid;
	border-radius: 20px;
	color: #999;
	font-size: 14px;
	padding: 5px 10px;
	line-height: 1em;
	margin-top: 10px;
	margin-bottom: 5px;
}

.service_app_name {
	font-size: 18px;
	font-weight: bold;
	color: #00A0CA;
	line-height: 1.4em;
	margin-top: 3px;
}

.service_app_txt {
	color: #444;
	font-size: 13.5px;
	line-height: 1.4em;
	margin-top: 5px;
}

.service_app_txt .emoji {
	font-size: 20px;
}

/* COMPANY */

.tbl1 {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	border: 0;
}
.tbl1 th {
	width: 25%;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	font-weight: bolder;
	white-space: nowrap;
}
.tbl1 td {
	width: 75%;
	margin: 0;
	padding: 10px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5em;
	word-break: break-all;
}


/* ACCESS */

.map-link {
	margin-right: auto;
	width: 200px;
	text-align: left;
}
.map-link a {
	display: block;
	padding: .7em 0;
	color: #00A0CA;
	font-size: 90%;
	text-align: center;
	text-decoration: none;
	background: #efefef;
	border-radius: 3px;
	-moz-border-radius: 3px;
	position: relative;
}
.map-link a:before {
  position: absolute;
	top: 15%;
  left: 10%;
  font-family: "Font Awesome 5 Free";
  content: '\f3c5';
  font-weight: 900;
	font-size: 130%;
  color: #00A0CA;
}
.map-link a:hover {
	opacity: .8;
}

.tel {
	font-size: 110%;
	font-weight: bold;
	color: #00A0CA;
}
.ma {
	text-align: left;
}
.ma img {
	width: 160px;
}

.tw a {
	font-size: 100%;
	font-weight: bold;
	color: #00A0CA;
}
.tw {
	color: #00A0CA;
}

/* タブレット */
@media print, screen and (min-width: 500px) {
.top-message {
	height: 30vh;
}
.top-link a {
	color: #fff;
	text-decoration: none;
}
.btn-link,
.btn-link2 {
	margin: 30px auto;
	width: 60%;
}
.btn-link a,
.btn-link2 a {
	font-size: 100%;
}

dl.dl-service dt {
  width: 20em;
  margin: 0;
  padding: 5px 0;  
  clear: left;
  float: left;
}
dl.dl-service dd {
  margin: 0;
  padding: 5px 0 5px 21em;
}

.service_app_list::after {
	content: "";
	width: 48%;
	display: block;
}

.service_app_list > li {
	width: 48%;
	padding: 20px;
	margin-bottom: 28px;
}
.app_dl_btn,
.app_dl_btn:link {
	font-size: 12px;
}
}

@media print, screen and (max-width: 769px) {

	.service_list > li {
		width: 100%;
	}

}

/* PC */
@media print, screen and (min-width: 1000px) {
.top-message {
	font-size: 160%;
}
.top-link {
	font-size: 120%;
}
.btn-link,
.btn-link2 {
	width: 350px;
}
.service_app_list > li {
	width: 31%;
	padding: 20px;
	margin-bottom: 28px;
}
.service_list > li {
	width: 48%;
	padding: 20px;
	margin-bottom: 28px;
}
.service_app_list::after {
	content: "";
	width: 31%;
	display: block;
}
}

/* スマホのみ */
@media only screen and ( max-width: 499px) {
.tbl1 td,
.tbl1 th {
	padding: 2%;
	width: 96%;
	display: block;
	border: 0;
}
}


/*---------------------------------------------------------
　　フッタ
---------------------------------------------------------*/

/* ページトップ */
#pagetop {
	width: 40px;
	height: 40px;
	padding: 0;
//	background: rgba(219,5,3,8);
	background: #00A0CA;
	position: fixed;
	bottom: 15px;
	right: 15px;
	text-align: center;
	z-index: 1000;
}
#pagetop a {
	color: #fff;
	font-size: 130%;
	line-height: 40px;
	text-decoration: none;
}
#pagetop:hover {
	filter: alpha(opacity=80);
  opacity: 0.8;
}

.copy {
	margin-top: auto;
	padding: 15px 0;
	font-size: 90%;
	text-align: center;
	background: #f0f0f0;
}

/* タブレット */
@media print, screen and (min-width: 500px) {
#pagetop {
	width: 55px;
	height: 55px;
}
#pagetop a {
	height: 55px;
	font-size: 180%;
	line-height: 55px;
}
}

/* PC */
@media print, screen and (min-width: 1000px) {
#pagetop {
	width: 70px;
	height: 70px;
}
#pagetop a {
	height: 70px;
	font-size: 200%;
	line-height: 70px;
}

}


svg {
  height: 100px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
