@charset "UTF-8";

/* ヘッダー */
.c_hd {
	position: fixed;
	top: 0;
	left: 50%;
	background:linear-gradient(to right, #0074c1, #68caef);
	transform: translate(-50%, 0%);
	z-index: 999;
}
.c_hd  .c_hd-inr {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
}
.c_hd .c_hd-list01 {
	display: flex;
	width: 100%;
	align-items: center;
}
.c_hd .c_hd-list01 > *:first-child {
	width: 20%;
	padding-right: 10px;
	box-sizing: border-box;
}
.c_hd .c_hd-list01 > *:last-child {
	width: 80%;
}
.c_hd .c_hd-list02 {
	display: table;
	width: 100%;
}
.c_hd .c_hd-list02 > * {
	position: relative;
	display: table-cell;
	vertical-align: middle;
	width: calc(100% / 8);
}
.c_hd .c_hd-list02 > *:after {
	content: '';
	position: absolute;
	border-right: 1px solid #ffffff;
	width: 1px;
	height: 14px;
	top: 50%;
	right: 0;
	margin-top: -7px;
}
.c_hd .c_hd-logo {
	vertical-align: baseline;
}
.c_hd .c_hd-list02 a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	line-height: 1;
	height: 52px;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	width: 10%;
	font-size: 1.5rem;
	color: #ffffff;
	text-decoration: none;
	transition: .3s;
}
.c_hd .c_hd-list02 a:hover {
	border-bottom: 4px solid #ffffff;
	transition: .3s;
}
@media screen and (max-width: 1280px) {
	.c_hd .c_hd-list02 a {
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 768px) {
	.c_hd {
		top: 0;
		background: none;
	}
	.c_hd .c_hd-btn {
		position: absolute;
		top: 15px;
		right: 20px;
		height: 21px;
		width: 20px;
		z-index: 1000;
	}
	.c_hd .c_hd-btn > *:nth-child(1),
	.c_hd .c_hd-btn > *:nth-child(2),
	.c_hd .c_hd-btn > *:nth-child(3) {
		position: absolute;
		width: 100%;
		height: 3px;
		border-top: 3px solid #ffffff;
	}
	.c_hd .c_hd-btn > *:nth-child(2) {
		top: 50%;
		margin-top: -2px;
	}
	.c_hd .c_hd-btn > span:nth-child(3) {
		border-top: none;
		border-bottom: 3px solid #ffffff;
		bottom: 0;
	}
	.c_hd  .c_hd-inr {
	  padding-left: 0;
	  padding-right: 0;
	}
	.c_hd .c_hd-list01 {
		display: block;
		width: 100%;
	}
	.c_hd .c_hd-list01 > *:first-child {
		width: 100%;
		padding-left: 20px;
		padding-right: 20px;
	  box-sizing: border-box;
		background:linear-gradient(to right, rgba(0,116,193,1), rgba(104,202,239,1));
	}
	.c_hd .c_hd-logo {
		vertical-align: top;
	}
	.c_hd .c_hd-list01 > *:first-child a {
		display: block;
		width: 100%;
		height: 13px;
		padding-top: 18px;
		padding-bottom: 19px;
	}
	.c_hd .c_hd-list01 > *:last-child {
	    width: 100%;
	}
	.c_hd .c_hd-list02 {
		display: none;
		width: 100%;
		padding: 30px 30px 50px;
	  box-sizing: border-box;
		background:linear-gradient(to right, rgba(0,116,193,0.8), rgba(104,202,239,0.8));
	}
	.c_hd .c_hd-list02 > * {
		display: block;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0.6);
	}
	.c_hd .c_hd-list02 > *:after {
		content: none;
	}
	.c_hd .c_hd-list02 a {
		display: block;
		border: 0;
		padding-top: 16px;
		padding-bottom: 17px;
		width: 100%;
		height: auto;
		font-size: 1.6rem;
	}
	.c_hd .c_hd-list02 a:hover {
		border: 0;
	}
	.c_hd .c_hd-btn.--cl > *:nth-child(1) {
		top: 8px;
		transition: .3s;
		transform: rotate(45deg);
	}
	.c_hd .c_hd-btn.--cl > *:nth-child(2) {
		display: none;
		transition: .3s;
	}
	.c_hd .c_hd-btn.--cl > *:nth-child(3) {
		top: 6px;
		transition: .3s;
		transform: rotate(-45deg);
	}
}

/* フッター */
.c_ft {
	padding-top: 50px;
	padding-bottom: 50px;
}
.c_ft,
.c_ft a,
.c_ft a:hover {
	color: #ffffff;
	text-decoration: none;
}
.c_ft .c_ft_list01 {
	display: flex;
	align-items: center;
	border-left: 1px solid #ffffff;
	line-height: 1.2;
}
.c_ft .c_ft_list01 > * {
	text-align: center;
	border-right: 1px solid #ffffff;
}
.c_ft .c_ft_list01 > *:nth-child(1) {
	width: 21%;
}
.c_ft .c_ft_list01 > *:nth-child(2) {
	width: 26%;
}
.c_ft .c_ft_list01 > *:nth-child(3) {
	width: 27%;
}
.c_ft .c_ft_list01 > *:nth-child(4) {
	width: 26%;
}
.c_ft .c_ft_list02 {
	display: flex;
	justify-content: space-between;
}
.c_ft .c_ft_list02 > *:last-child {
	text-align: right;
	font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
	.c_ft .c_inr {
	    padding-left: 0;
	    padding-right: 0;
	}
	.c_ft .c_ft_list01 {
		display: block;
		border: none;
		border-top: 1px solid rgba(255,255,255,0.8);
		margin-left: 30px;
		margin-right: 30px;
	}
	.c_ft .c_ft_list01 > * {
		display: block;
		border: none;
		border-bottom: 1px solid rgba(255,255,255,0.8);
		padding: 15px 0;
	}
	.c_ft .c_ft_list01 > *:nth-child(1),
	.c_ft .c_ft_list01 > *:nth-child(2),
	.c_ft .c_ft_list01 > *:nth-child(3),
	.c_ft .c_ft_list01 > *:nth-child(4) {
		width: 100%;
	}
	.c_ft .c_ft_list02 {
		display: block;
		margin-left: 20px;
		margin-right: 20px;
	}
	.c_ft .c_ft_list02 > * {
		text-align: center;
	}
	.c_ft .c_ft_list02 > *:last-child {
		margin-top: 25px;
		text-align: center;
	}
	.c_ft .c_ft_list02 > *:last-child span {
		display: inline-block;
	}
}

/* 共通 */
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #0074c1;
	text-decoration: none;
}
.c_disIBlk {
	display: inline-block;
}

body {
	padding-top: 60px;
}

a.c_over {
	transition: .3s;
}
a.c_over:hover {
	opacity: 0.7;
}
.c_pc {
	display: block !important;
}
.c_sp {
	display: none !important;
}
.c_mtLLL {
	margin-top: 100px !important;
}
.c_mtLL {
	margin-top: 70px !important;
}
.c_mtL {
	margin-top: 50px !important;
}
.c_mtM {
	margin-top: 30px !important;
}
.c_mtS {
	margin-top: 20px !important;
}
.c_mtSS {
	margin-top: 10px !important;
}
.c_mtNone {
	margin-top: 0px !important;
}
.c_cnt {
	width: 100%;
}
main.c_cnt {
	background: url(/common/img/bg_01.png) 0 0 no-repeat, url(/common/img/bg_02.png) 100% 100% no-repeat;
	min-height: 350px;
	padding-bottom: 150px;
	overflow: hidden;
}
.c_posL {
	text-align: left !important;
}
.c_posC {
	text-align: center !important;
}
.c_posR {
	text-align: right !important;
}
.c_disInBlk {
	display: inline-block;
}
.c_inr {
	position: relative;
	width: 100%;
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
}
.c_inr2 {
	padding-left: 1em;
	padding-right: 1em;
}

/* パンくず */
.c_bc {
	width: 100%;
	color: #333333;
	font-size: 1.2rem;
	border-bottom: 1px solid #cce3f3;
	padding: 15px 0;
}
.c_bc ul {
	display: flex;
	flex-wrap: wrap;
}
.c_bc ul > * {
	position: relative;
	margin-right: 1em;
	padding-right: 20px;
}
.c_bc ul > *::after {
	position: absolute;
	top: 50%;
	right: 2px;
	display: block;
	content: "";
	color: #333333;
	border: 1px solid #333333;
	border-left: none;
	border-bottom: none;
	margin-top: -5px;
	margin-left: 1em;
	width: 6px;
	height: 6px;
	transform: rotate(45deg);
}
.c_bc ul > *:last-child::after {
	content: none;
	margin-left: 0;
}
.c_bc ul .--cl,
.c_bc ul a {
	color: #0074c1;
}
.c_sec {
	padding-top: 50px;
	padding-bottom: 50px;
}
.c_tbl {
	width: 100%;
	border-top: 1px solid #0074c1;
	border-left: 1px solid #0074c1;
	border-collapse: collapse;
	border-spacing: 0;
}
.c_tbl th,
.c_tbl td {
	background-color: #ffffff;
	padding: 10px 20px;
	border-right: 1px solid #0074c1;
	border-bottom: 1px solid #0074c1;
}
.c_tbl th {
	background-color: #0074c1;
	text-align: left;
	color: #ffffff;
	border-bottom: 1px solid #ffffff;
	font-weight: normal;
}
.c_tbl tr:last-child th {
	border-bottom: 1px solid #0074c1;
	vertical-align: middle;
}
.c_btnWrap {
	width: 100%;
	max-width: 340px;
	/*
	margin-left: auto;
	margin-right: auto;
	*/
	box-sizing: border-box;
}
.c_box01 {
	border: 1px solid #acacac;
	padding: 20px;
}
a.c_btn01 {
	position: relative;
	display: block;
	/*background: #0074c1 url(/common/img/ico_arw01.png) 100% 50% no-repeat;*/
	background: #0074c1;
	margin-left: auto;
	margin-right: auto;
	padding: 13px 30px;
	border: 2px solid #0074c1;
	border-radius: 5em;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
	transition: .3s;
}
a.c_btn01::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-top: -4px;
	top: 50%;
	right: 20px;
	transform: rotate(45deg);
	z-index: 1;
}
a.c_btn01:hover {
	/*background: #ffffff url(/common/img/ico_arw01a.png) 100% 50% no-repeat;*/
	background: #ffffff;
	color: #0074c1;
	font-size: 1.6rem;
	transition: .3s;
}
a.c_btn01:hover::before {
	border-top: 2px solid #0074c1;
	border-right: 2px solid #0074c1;
}
.c_titH1 {
	font-size: 2.8rem;
	margin: 0;
	padding-top: 65px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cce3f3;
	line-height: 1.3;
}
.c_titH1.--notification {
	padding-bottom: 15px;
	border-bottom: none;
}
.c_titH1date {
	padding-bottom: 20px;
	border-bottom: 1px solid #cce3f3;
}
.c_titH2 {
	font-size: 1.8rem;
}
.c_titH2.--typeA {
	position: relative;
	padding-left: 1em;
}
.c_titH2.--typeA:before {
	content: '';
	position: absolute;
	border-left: 4px solid #0074c1;
	top: 4px;
	left: 0;
	height: 20px;
}
.c_not_list01 > * {
	display: flex;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}
.c_not_list01 .--not-day {
	width: 100px;
}
.c_not_list01 .--not-body {
	width: calc(100% - 100px);
}
.c_not_list01 .--not-body .--not-ico {
	display: inline-block;
	color: #ffffff;
	font-size: 1.4rem;
	line-height: 1.1;
	padding: 5px 5px 3px;
	width: 100px;
	text-align: center;
}
.c_not_list01 .--not-body .--not-ico.--clr01 {
	background-color: #0074c1;
}
.c_not_list01 .--not-body .--not-ico.--clr02 {
	background-color: #00a3c1;
}
.c_not_list01 .--not-body .--not-ico.--clr03 {
	background-color: #68caef;
}
.c_not_list01 .--not-body .--not-tit {
	margin-top: 5px;
}
.c_not_list01 a {
	display: block;
	background: url(/common/img/ico_arw02.png) 100% 50% no-repeat;
	color: #333333;
}
.c_link00 {
	display: inline-block;
	color: #0074c1;
}
.c_link01 {
	display: inline-block;
	background: url(/common/img/ico_arw01a.png) 0 50% no-repeat;
	padding-left: 20px;
	color: #0074c1;
}
.c_link00.--pdf:after,
.c_link00.--blank:after,
.c_link01.--pdf:after,
.c_link01.--blank:after {
	content: '';
	padding-right: 22px;
	top: 50%;
	right: 0;
}
.c_link00.--pdf:after,
.c_link01.--pdf:after {
	background: url(/common/img/ico_pdf.png) 100% 50% no-repeat;
}
.c_link00.--blank:after,
.c_link01.--blank:after {
	background: url(/common/img/ico_win.png) 100% 50% no-repeat;
}
.c_ft .c_link00.--blank:after {
	background: url(/common/img/ico_win02.png) 100% 50% no-repeat;
}


@media screen and (max-width: 768px) {
	body {
		padding-top: 50px;
	}
	.c_pc {
		display: none !important;
	}
	.c_sp {
		display: block !important;
	}
	.c_inr {
		padding-left: 20px;
		padding-right: 20px;
	}
	.c_sec.--sec01,
	.c_sec.--sec02,
	.c_sec.--sec03 {
		padding-top: 40px;
	}
	main img {
		width: 100%;
	}
}

/* カラム */
.c_clm {
	display: flex;
	margin-left: -1.834%;
	margin-right: -1.834%;
}
.c_clm > * {
	margin-left: 1.834%;
	margin-right: 1.834%;
}
.c_clm.--clm2,
.c_clm.--clm3 {
	justify-content: space-between;
}
.c_clm.--clm2 > * {
	width: calc(50% - 1.834% - 1.834%);
}
.c_clm.--clm3 > * {
	width: calc(33.33333% - 1.834% - 1.834%);
}
.c_clm.--btn {
	justify-content: center;
}
.c_clm.--btn > * {
	min-width: 280px;
}
.c_note {
	display: flex;
	width: 100%;
}
.c_note > .--hd {
	/*width: 1.2em;*/
	padding-right: 0.2em;
}
.c_note.--notification > .--hd {
	width: 6em;
}
.c_note > .--body {
	/*width: calc(100% - 1.2em);*/
}
.c_grd01 {
	background:linear-gradient(to right, #0074c1, #68caef);
}
.c_map iframe {
	border: 1px solid #666666;
	box-sizing: border-box;
}

@media screen and (max-width: 768px) {
	.c_clm {
		margin-left: -20px;
		margin-right: -20px;
		flex-wrap: wrap;
	}
	.c_clm > * {
		margin-left: 20px;
		margin-right: 20px;
	}
	.c_clm.--btn {
		display: block;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
	}
	.c_clm.--btn  > * {
		margin-left: 0;
		margin-right: 0;
	}
	.c_tbl th, .c_tbl td {
	    padding: 14px 8px;
	}
	.c_not_list01 .--not-body .--not-tit {
		margin-left: -100px;
	}
	.c_clm.--btn > * + * {
		margin-top: 30px;
	}
}


/*------------------------------
 トップページ
------------------------------*/
#typeTop main.c_cnt {
	background: none;
	padding-bottom: 0;
}
#typeTop .c_titL {
	font-size: 5rem;
	text-align: center;
	color: #0074c1;
	line-height: 1.3;
	font-weight: bold;
}
#typeTop .c_titL span {
	font-size: 4rem;
}
#typeTop .c_titM .--tit {
	font-size: 2.8rem;
	text-align: center;
}
#typeTop .c_titM .--copy {
	font-size: 1.1rem;
	text-align: center;
	color: #0074c1;
}
#typeTop .c_titS {
	font-size: 1.6rem;
	text-align: center;
	line-height: 1.3;
	font-weight: bold;
}
#typeTop .c_sec {
	padding-top: 100px;
	padding-bottom: 100px;
}
#typeTop .c_sec.--sec01,
#typeTop .c_sec.--sec02,
#typeTop .c_sec.--sec03 {
	padding-top: 50px;
	padding-bottom: 0;
}
#typeTop .c_sec.--sec01 .c_inr .--bg {
	position: absolute;
	bottom: 0;
	background: url(/img/bg_ind_img01.png) 0 100% no-repeat;
	background-size: 100%;
	height: 100%;
}
#typeTop .c_sec.--sec02 {
	transform: skewY(-6deg);
	margin-top: -5%;
	padding-top: 150px;
	height: 350px;
}
#typeTop .c_sec.--sec02 .c_inr {
	color: #ffffff;
	height: calc(375px + 8%);
	transform: skewY(6deg);
}
#typeTop .c_sec.--sec02 .bgSerSec02 {
	background: linear-gradient(to left, #0074c1, #68caef);
	background-size: 100%;
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}
#typeTop .c_sec.--sec02 .c_inr .--bg {
	position: absolute;
	bottom: 0;
	background: url(/img/bg_ind_img02.png) 0 108% no-repeat;
	background-size: 99%;
	height: 100%;
}
#typeTop .c_sec.--sec03 {
	padding-top: 150px;
}
#typeTop .c_sec.--sec03 .c_inr .--bg {
	position: absolute;
	bottom: 0;
	background: url(/img/bg_ind_img03.png) 0 100% no-repeat;
	background-size: 100%;
	height: 100%;
	width: calc(100% - 80px);
}
#typeTop .top_key-visual {
	position: relative;
	width: 100%;
	max-width: 1920px;
	/*max-height: 617px;*/
	overflow: hidden;
	z-index: 10;
}
#typeTop .top_key-visual .--video {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#typeTop .top_key-visual video {
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}
#typeTop #Service {
	position: relative;
	z-index: 10;
	margin-bottom: -20px;
}
#typeTop #Notice {
	position: relative;
	background: url(/img/bg_ind_img05.png) 0 50% no-repeat;
	background-size: cover;
	padding-top: 0;
	padding-bottom: 0;
	z-index: 9;
}
#typeTop #Philosophy {
	position: relative;
}
#typeTop #Philosophy .--bgPhiSec {
	position: absolute;
	top: 0;
	background: url(/img/bg_ind_img06.png) 50% 50% no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
}
#typeTop #Message {
	background: url(/img/bg_ind_img07.png) 50% 50% no-repeat;
	background-size: cover;
}
#typeTop #Message .box01 {
	position: relative;
	margin-top: 100px;
}
#typeTop #Message .box01 .--img {
}
#typeTop #Message .box01 .--txt {
	position: absolute;
	top: -6%;
	right: 0;
	width: 58.3333%;
	padding: 4%;
	background-color: rgba(0,116,193,0.9);
	color: #ffffff;
	box-sizing: border-box;
}
#typeTop #Message .box01 .--tit {
	font-size: 2.8rem;
	font-weight: bold;
	font-feature-settings: "palt";
}
@media screen and (max-width: 1000px) {
	#typeTop #Message .box01 .--tit {
		font-size: 2.4rem;
	}
	#typeTop #Message .box01 .--txt {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 900px) {
	#typeTop #Message .box01 .--tit {
		font-size: 2.2rem;
	}
}

@media screen and (max-width: 800px) {
	#typeTop #Message .box01 .--tit {
		font-size: 2.0rem;
	}
}

#typeTop #Information {
	background-color: #e5f1f9;
}
#typeTop #Inquiry {
	background-color: #ffffff;
	border-top: 1px solid #cce3f3;
}
#typeTop .c_clm.--service .--hd {
	/*clip-path: inset(0 100% 0 0);*/
	position: relative;
	width: 30px;
	font-size: 2.8rem;
	font-weight: bold;
	line-height: 1.1;
	writing-mode: vertical-rl;
	padding-bottom: 200px;
}
#typeTop .c_clm.--service .--hd:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 16px;
	width: 1px;
	border-left: 1px solid #b1b1b1;
}
#typeTop .c_sec.--sec01 .c_clm.--service .--hd:after {
	height: calc(100% - 8.5em);
}
#typeTop .c_sec.--sec02 .c_clm.--service {
	position: absolute;
	width: calc(100% - 1.834% - 1.834%);
}
#typeTop .c_sec.--sec02 .c_clm.--service .--hd {
	padding-bottom: 150px;
}
#typeTop .c_sec.--sec02 .c_clm.--service .--hd:after {
	height: calc(100% - 10.5em);
	border-left: 1px solid #ffffff;
}
#typeTop .c_sec.--sec03 .c_clm.--service .--hd:after {
	bottom: 20px;
	height: calc(100% - 11.5em);
}
#typeTop .c_clm.--service .--img {
	width: 38.264%;
}
#typeTop .c_clm.--service .--txt {
	width: calc(100% - 49.268% - 30px);
}

@media screen and (max-width: 768px) {
	#typeTop .c_titL {
		font-size: 4.4rem;
	}
	#typeTop .c_titL span {
		font-size: 3.4rem;
	}
	#typeTop .c_sec.--sec01 .c_inr {
		padding-bottom: 100px;
	}
	#typeTop .c_sec.--sec01 .c_inr .--bg {
		background: url(/img/bg_ind_img01.png) 0 100% no-repeat;
		background-size: 800px;
	}
	#typeTop .c_sec.--sec02 .c_inr {
		padding-bottom: 115px;
	}
	#typeTop .c_sec.--sec02 .c_inr .--bg {
		background: url(/img/sp/bg_ind_img02.png) 0 100% no-repeat;
		background-size: 400px;
	}
	#typeTop .c_sec.--sec03 .c_inr {
		padding-bottom: 110px;
	}
	#typeTop .c_sec.--sec03 .c_inr .--bg {
		background: url(/img/sp/bg_ind_img03.png) 0 100% no-repeat;
		background-size: 400px;
	}
	#typeTop .c_clm.--service .--hd {
		font-size: 2.8rem;
	}
	#typeTop .c_clm.--service .--hd:after {
		/*display: none;*/
	}
	#typeTop .c_clm.--service .--txt {
		width: calc(100% - 80px - 30px);
	}
	#typeTop .c_clm.--service .--img {
		width: 100%;
	}
	#typeTop .c_sec.--sec02 .c_clm.--service {
		position: relative;
		width: calc(100% + 40px);
	}
	#typeTop .c_sec.--sec01 .c_clm.--service .--hd,
	#typeTop .c_sec.--sec02 .c_clm.--service .--hd,
	#typeTop .c_sec.--sec03 .c_clm.--service .--hd {
		padding-bottom: inherit;
	}
	#typeTop .c_sec.--sec01 .c_clm.--service .--txt,
	#typeTop .c_sec.--sec02 .c_clm.--service .--txt,
	#typeTop .c_sec.--sec03 .c_clm.--service .--txt {
		order: 1;
	}
	#typeTop .c_sec.--sec01 .c_clm.--service .--img,
	#typeTop .c_sec.--sec02 .c_clm.--service .--img,
	#typeTop .c_sec.--sec03 .c_clm.--service .--img {
		margin-top: 20px;
		order: 2;
	}
	#typeTop .c_sec.--sec02,
	#typeTop .c_sec.--sec03 {
		height: auto;
		padding-top: 100px;
	}
	#typeTop #Service {
		margin-bottom: 0;
	}
	#typeTop #Message .box01 .--img {
		margin-right: 20px;
		width: calc(100% - 20px);
	}
	#typeTop #Message .box01 .--txt {
		position: relative;
		margin-left: 20px;
		margin-top: -133px;
		padding: 50px 20px;
		width: calc(100% - 20px);
	}
	#typeTop #Message .box01 .--tit {
		font-size: 2.4rem;
	}
	#typeTop #Message .box01 .--txt {
		font-size: 1.6rem;
	}
}

#typeTop .c_clm.--notice,
#typeTop .c_clm.--notice > * {
	margin-left: 0;
	margin-right: 0;
}
#typeTop .c_clm.--notice .--hd {
	width: 250px;
	background: linear-gradient(to left, #e5f1f9, rgba(0, 0, 0, 0));
	padding-top: 100px;
	padding-right: 3.668%;
	padding-bottom: 100px;
}
#typeTop .c_clm.--notice .--txt {
	width: calc(100% - 3.668% - 3.668% - 250px);
	background-color: #ffffff;
	padding: 100px 0 100px 3.668%;
}
#typeTop .c_clm.--philosophy,
#typeTop .c_clm.--philosophy > * {
	margin-left: 0;
	margin-right: 0;
  justify-content: space-between;
}
#typeTop .c_clm.--philosophy > * {
	width: 31.83333%;
	background-color: #ffffff;
	border-radius: 50%;
	box-shadow: 0 10px 20px 0 rgba(0, 116, 193, 0.1);
}
#typeTop .c_clm.--philosophy > * > * {
	position: relative;
	padding-top: 100%;
	height: 0;
}
#typeTop .c_clm.--philosophy > * > * > * {
	position: absolute;
	top: 12%;
	left: 0;
	right: 0;
	margin: 0;
	text-align: center;
}
#typeTop .c_clm.--philosophy .--ico img {
	width: 16.112%;
	max-width: 60px;
}
#typeTop .c_clm.--philosophy .--tit {
	font-size: 2vw;
	font-weight: bold;
	color: #0074c1;
	font-feature-settings: "palt";
}
#typeTop .c_clm.--philosophy .--txt {
	font-size: 1.4vw;
	line-height: 2;
}

@media screen and (min-width: 1280px) {
	#typeTop .c_clm.--philosophy .--ico img {
		width: auto;
	}
	#typeTop .c_clm.--philosophy .--tit {
		font-size: 2.4rem;
	}
	#typeTop .c_clm.--philosophy .--txt {
		font-size: 1.8rem;
	}
}

@media screen and (max-width: 768px) {
	#typeTop #Notice {
		background: none;
	}
	#typeTop #Notice .c_inr {
		padding: 0;
	}
	#typeTop .c_clm.--notice {
		flex-wrap: wrap;
	}
	#typeTop .c_clm.--notice .--hd {
		width: 100%;
		background: none;
		padding: 100px 20px 50px;
		background: url(/img/sp/bg_ind_img06.png) 0 0 no-repeat;
		background-size: cover;
	}
	#typeTop .c_clm.--notice .--txt {
		width: 100%;
		padding: 50px 20px 50px;
	}
	#typeTop .c_clm.--philosophy {
		display: block;
	}
	#typeTop .c_clm.--philosophy > * {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
	}
	#typeTop .c_clm.--philosophy > * + * {
		margin-top: 20px;
	}
	#typeTop .c_clm.--philosophy .--tit {
		font-size: 2.4rem;
	}
	#typeTop .c_clm.--philosophy .--txt {
		font-size: 1.6rem;
	}
	#typeTop #Message {
		background: url(/img/sp/bg_ind_img07.png) 50% 0 no-repeat;
	}
	#typeTop #Message .c_inr {
		padding: 0;
	}
	#typeTop #Message .box01 {
		margin-top: 50px;
	}
}

@media screen and (max-width: 768px) {
	#typeTop .c_not_list01 a {
		background: url(/common/img/sp/ico_arw02.png) 100% 50% no-repeat;
		padding-right: 20px;
	}
	#typeTop #Notice a.c_btn01 {
		max-width: 250px;
		padding: 13px 25px;
	}
	#typeTop #Access .c_inr {
		padding: 0;
	}
}


/*------------------------------
 問い合わせ
------------------------------*/
#typeInquiry .c_clm.--btn > * {
	position: relative;
}
#typeInquiry .c_form_tb .--textarea {
	padding: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
	min-height: calc(1.6rem * 1.125 + 22px);
	line-height: 1.15;
}
/*
#typeInquiry .c_clm.--btn > *::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-top: -4px;
	top: 50%;
	right: 20px;
	transform: rotate(45deg);
	z-index: 1;
}
*/
#typeInquiry .c_titH1 {
	font-size: 2.8rem;
	margin: 0;
	padding-top: 65px;
	padding-bottom: 25px;
	border-bottom: 1px solid #cce3f3;
}

/* 見出し下コピー */
#typeInquiry .c_copy {
	font-weight: bold;
	margin-top: 45px;
}

/* セレクトボックス */
#typeInquiry .c_select {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
}
#typeInquiry .c_select select {
	width: 100%;
	padding: 10px 34px 10px 10px;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	appearance: none;
}
#typeInquiry .c_select select::-ms-expand {
  display: none;
}
#typeInquiry .c_select::before {
	position: absolute;
	top: 50%;
	right: 9px;
	width: 0;
	height: 0;
	margin-top: -5px;
	padding: 0;
	content: '';
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 10px solid #0074c1;
	pointer-events: none;
}

/* メインコンテンツ */
#typeInquiry .c_form_tbWrap {
	background-color: #f0f0f0;
	margin-top: 20px;
	padding: 40px 0;
  border-radius: 5px;
}
#typeInquiry .c_form_tb {
	width: 100%;
	box-sizing: border-box;
	margin: 0;
	display: flex;
	align-items: center;
}
#typeInquiry .c_form_tb dt,
#typeInquiry .c_form_tb dd {
	position: relative;
	box-sizing: border-box;
}
#typeInquiry .c_form_tb dt {
	padding: 0 0 30px 3.3334%;
	padding-left: 3.3334%;
	width: 25%;
	min-width: 280px;
}
#typeInquiry .c_form_tb dd {
	margin-left: 2%;
	padding: 0 3.3334% 30px 0;
	width: calc(100% - 25% - 2%);
}
#typeInquiry .c_form_tb.--typeA dt {
	width: 20%;
	min-width: 80px;
	text-align: center;
	padding: 15px 10px;
}
#typeInquiry .c_form_tb .c_form_tb--ico {
	position: absolute;
	right: 0;
	display: inline-block;
	background-color: #e74269;
	margin-left: 10px;
	padding: 3px 10px 3px;
	font-size: 1.4rem;
	color: #ffffff;
	border-radius: 5px;
}
#typeInquiry .c_form_tb input[type="text"],
#typeInquiry .c_form_tb input[type="password"],
#typeInquiry .c_form_tb textarea {
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
#typeInquiry .c_form_tb input[type="text"].c_form_tb--err,
#typeInquiry .c_form_tb input[type="password"].c_form_tb--err,
#typeInquiry .c_form_tb textarea.c_form_tb--err {
	background-color: #fad9e1;
}
#typeInquiry .c_form_tb input::placeholder,
#typeInquiry .c_form_tb textarea::placeholder {
	color: #b8b8b8;
}
#typeInquiry .c_form_tb--waku {
	width: 100%;
}
#typeInquiry .c_form_tb--waku2 {
	width: calc(100% - 10em);
}
#typeInquiry .c_form_tb--waku3 {
	width: calc(100% - 1.5em);
}
#typeInquiry .c_form_tb--txt {
	display: inline-block;
	width: 10em;
	text-align: right;
}
#typeInquiry .c_form_tb--txt2 {
	display: inline-block;
	width: 1.5em;
}
#typeInquiry .c_form_tb--txt3 {
	display: none;
}
#typeInquiry .c_form_tb--txt3.c_form_tb--err {
	position: absolute;
	bottom: 6px;
	margin-top: 3px;
	display: block;
	color: #e74269;
	font-size: 1.4rem;
}
#typeInquiry .c_form_chk {
	text-align: center;
}
#typeInquiry .c_form_send {
	margin-left: auto;
	margin-right: auto;
  width: 100%;
  max-width: 340px;
  box-sizing: border-box;
}
#typeInquiry .c_form_send.--clm2 {
  max-width: none;
  justify-content: center;
}
#typeInquiry .c_form_send.--clm2 > * {
	max-width: 340px;
	width: 100%;
}
#typeInquiry .c_form_send > * {
	position: relative;
}
#typeInquiry .c_form_send > *::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	margin-top: -4px;
	top: 50%;
	right: 20px;
	transform: rotate(45deg);
	z-index: 1;
}
#typeInquiry .c_form_send > *:hover::before {
	border-top: 2px solid #0074c1;
	border-right: 2px solid #0074c1;
}
#typeInquiry .c_form_send > *.--back::before {
	position: absolute;
	content: '';
	width: 7px;
	height: 7px;
	border: none;
	border-left: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	margin-top: -4px;
	top: 50%;
	right: none;
	left: 20px;
	transform: rotate(45deg);
	z-index: 1;
}
#typeInquiry .c_form_send > *.--back:hover::before {
	border: none;
	border-left: 2px solid #0074c1;
	border-bottom: 2px solid #0074c1;
}
#typeInquiry .c_form_flow {
	position: relative;
	display: -ms-flex;
	display: flex;
	width: 100%;
	max-width: 580px;
	margin-left: auto;
	margin-right: auto;
	-webkit-justify-content: -ms-space-between;
	-ms-justify-content: -ms-space-between;
	justify-content: space-between;
}
#typeInquiry .c_form_flow::before {
	position: absolute;
	content: '';
	border-top: 2px solid #dddddd;
	width: 92%;
	top: 13px;
	left: 4%;
	z-index: -1;
}
#typeInquiry .c_form_flow > * {
	width: calc(100% - 80px);
	text-align: center;
}
#typeInquiry .c_form_flow > *:first-child,
#typeInquiry .c_form_flow > *:last-child {
	width: 40px;
}
#typeInquiry .c_form_flow > * > span {
	display: inline-block;
	background-color: transparent;
	border: 5px solid transparent;
	border-radius: 5em;
}
#typeInquiry .c_form_flow > * > span > span {
	display: block;
	background-color: #dddddd;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
	height: 14px;
	width: 14px;
	border-radius: 5em;
	color: #dddddd;
}
#typeInquiry .c_form_flow > *.c_form_flow--cl > span {
	border: 5px solid #a8e6ca;
}
#typeInquiry .c_form_flow > *.c_form_flow--cl > span > span {
	background-color: #00cc00;
	color: #00cc00;
}
#typeInquiry .c_form_submit {
	position: relative;
  display: inline-block;
  background: #cccccc;
	border: 2px solid #cccccc;
  border-radius : 5em;
  padding: 13px 38px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  line-height: 1em;
  transition: .3s;
  box-sizing: border-box;
}
#typeInquiry .c_form_submit.is-agree {
  cursor: pointer;
  background: #0074c1;
	border: 2px solid #0074c1;
}
#typeInquiry .c_form_submit--back .c_form_submit {
  background: #8f8f8f;
	border: 1px solid #767474;
}
#typeInquiry .c_form_submit.is-agree:hover {
	background-color: #ffffff;
	color: #0074c1;
}
#typeInquiry .c_form_submit--back .c_form_submit:hover {
  background: #cccccc;
}
#typeInquiry .c_form_box01 {
	width: 100%;
	max-width: 900px;
	margin: 30px auto 0;
	padding: 0 10px;
	box-sizing: border-box;
}
#typeInquiry .c_form_box01 ._tit01 {
	font-size: 1.6rem;
	text-align: center;
}
#typeInquiry .c_form_box01 ._copy {
	margin-top: 20px;
	font-size: 1.6rem;
	text-align: center;
}
#typeInquiry .c_form_box01 iframe.c_from_if01 {
	width: 100%;
	max-width: 900px;
	height: 350px;
	border: 1px solid #cccccc;
	padding: 0;
	margin: 0;
	margin-top: 30px;
}
#typeInquiryIf {
	padding: 0;
	margin: 0;
}
#typeInquiryIf .c_form_box02 {
	font-size: 1.4rem;
	background-color: #ffffff;
	padding: 15px 10px;
	box-sizing: border-box;
}
#typeInquiryIf .c_form_box02 ._tit {
	font-size: 1.4rem;
	font-weight: bold;
	margin-bottom: 5px;
}
#typeInquiryIf .c_form_box02 p + ._tit {
 margin-top: 20px;
}
#typeInquiryIf .c_form_box02 ._txt {
	padding-left: 2em;
}
#typeInquiry .c_from_link01 {
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	#typeInquiry .c_form_tbWrap {
		padding: 30px 0;
	}
	#typeInquiry .c_form_tb {
    display: block;
	}
	#typeInquiry .c_form_tb > dt,
	#typeInquiry .c_form_tb > dd {
    display: block;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-left: 0;
	}
	#typeInquiry .c_form_tb > dd {
    padding-bottom: 30px;
	}
	#typeInquiry .c_form_tb .c_form_tb--ico {
	  right: 10px;
	}
	#typeInquiry .c_form_send {
		padding-left: 10px;
		padding-right: 10px;
	}
	#typeInquiry .c_form_send.--clm2 > * + * {
		margin-top: 30px;
	}
	#typeInquiry .c_form_box01 iframe.c_from_if01 {
		height: 240px;
	}
	#typeInquiry .c_from_link01 {
		margin-top: 10px;
		flex-direction: column;
	}
}

#page-top {
	position: fixed;
	right: 10px;
	bottom: 93px;
	width: 61px;
	height: 61px;
	/*display: none;*/
	z-index: 100;
}
#page-top a,
#page-top img {
	border-radius: 5em;
}
#page-top img {
	/*box-shadow: 0px 0px 16px 0px rgb(227, 227, 227, 0.73);*/
}

@media screen and (max-width: 768px) {
	#page-top {
    right: 15px;
    bottom: 62px;
    width: 60px;
    height: 60px;
	}
	#page-top img {
    box-shadow: 0px 0px 10px 0px rgb(227, 227, 227, 0.73);
	}
}

@media screen and (max-width: 540px) {
	#typeInquiry .c_form_flow::before {
		width: 90%;
		left: 5%;
	}
}

/* アニメーション */
.jsAnimeKV,
.jsAnime {
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}
.jsAnime.--fadetxt {
	animation-duration: 1.5s;
}
.jsAnime.--fadetxt.--move {
	animation-name: fadetxt;
}
.jsAnime.--fadebg.--move {
	animation-name: fadebg;
	animation-duration: 1.8s;
}
.jsAnime.--fadeup {
	transform: translateY(-100px);
}
.jsAnime.--fadeup.--move {
	animation-name: fadeup;
	transform: translateY(0);
}
.jsAnime.--fadedown {
	transform: translateY(100px);
}
.jsAnime.--fadedown.--move {
	animation-name: fadedown;
	transform: translateY(0);
}
.jsAnimeKV.--fadeinL,
.jsAnime.--fadeinL {
	transform: translateX(-200px);
}
.jsAnimeKV.--fadeinL.--move,
.jsAnime.--fadeinL.--move {
	animation-name: fadeinL;
	transform: translateX(0);
}
.jsAnime.--fadeinR {
	transform: translateX(200px);
}
.jsAnime.--fadeinR.--move {
	animation-name: fadeinR;
	transform: translateX(0);
}
.jsAnime.--delay1 {
	animation-delay: 0.3s;
}
.jsAnime.--delay2 {
	animation-delay: 0.6s;
}
.jsAnime.--delay3 {
	animation-delay: 0.9s;
}
.jsAnime.--delay4 {
	animation-delay: 1.2s;
}
.jsAnime.--delay5 {
	animation-delay: 1.5s;
}
.jsAnime.--delay6 {
	animation-delay: 1.8s;
}

@keyframes fadetxt{
	from {
		opacity: 0;
		clip-path: inset(0 0 100% 0);
	}
	to {
		clip-path: inset(0 0 0 0);
		opacity: 1;
	}
}
@keyframes fadebg{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeup{
	from {
		opacity: 0;
		transform: translateY(100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadedown{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes fadeinL{
	from {
		opacity: 0;
		transform: translateX(-120px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
@keyframes fadeinR{
	from {
		opacity: 0;
		transform: translateX(120px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}
