@charset "utf-8";

/*=================================

	reset

================================ */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}body {line-height: 1;background: #fff;color: #000;}article, aside, canvas, details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary {display: block;}ol, ul {list-style:none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}a {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;background: transparent;}ins {background-color: #ff9;color: #000;text-decoration: none;}mark {background-color: #ff9;color: #000; font-style: italic;font-weight: bold;}del {text-decoration: line-through;}abbr[title], dfn[title] {border-bottom: 1px dotted #000;cursor: help;}table {border-collapse: collapse;border-spacing: 0;}hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}input, select {vertical-align: middle;}body{font:13px/1.231 arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;}select,input,button,textarea,button{font:99% arial,helvetica,clean,sans-serif;}table{font-size:inherit;font:100%;}pre,code,kbd,samp,tt{font-family:monospace;*font-size:108%;line-height:100%;}


/*=================================

	layout

================================ */
* {
	box-sizing: border-box;
}
body {
	-webkit-text-size-adjust: none;
	font-size: 16px;
	line-height: 2.4em;
	color: #242627;
	font-family: "Arial", sans-serif;
}
@media only screen and (max-width: 767px) {
	body {
	font-size: 14px!important;	
	}
}
#pageContainer {
	width: 100%;
	overflow: hidden;
	zoom: 1;
}
.sub,footer {
	max-width: 920px;
	margin: 0 auto;
	padding: 8px 24px;
}

section {
	padding: 100px 0;
}
#services {
	padding: 0 0 150px;
}

.innerWrap > *:last-child {
	margin-bottom: 0;
}

.sub {
	max-width: 920px;
	margin: 0 auto;
	padding: 24px;
}
.sp {
	display: none;
}
@media only screen and (max-width: 480px) {
	body {
		font-size: 1em;
	}
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	header,.sub,footer {
		width: 100%;
		padding: 10px;
	}
	.sub {
		width: 100%;
		padding: 0 16px;
	}
}
.txCenter{
	text-align: center;
}

/* header */
header {
	width: 100%;
	margin: 0 auto;
	padding: 22px 0;
	overflow: hidden;
	zoom: 1;
}
header dl {
	float: right;
	color: #376092;
}
header dl dt,
header dl dd {
	display: inline-block;
	font-size: 0.75em;
}
header dl dt {
	margin: 0 10px 0 0;
	border: 2px solid #376092;
	border-radius: 5px;
	padding: 8px;
	font-weight: bold;
	text-align: center;
	line-height: 1.2em;
}
header dl dd {
	vertical-align: bottom;
	line-height: 1.2em;
}
header dl dd span.tel {
	display: block;
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.2em;
}
@media only screen and (max-width: 480px) {
	header p {
		margin: 5px 0 0;
	}
	header dl {
		display: flex;
	}
	header dl dt {
		margin: 0 0.2em 0 0;
		padding: 0;
		border: none;
	}
	header dl dt img {
		max-width: 14px;
	}
	header dl dd {
		text-align: center;
	}
	header dl dd span.tel {
		display: none;
	}
}
@media screen and (max-width: 768px) {
	header dl dd a {
		display: block;
		font-size: 1.4em;
		font-weight: bold;
		line-height: 1.2em;
	}
}
main{
  overflow: hidden;
  padding-bottom: 90px;
}

/*=================================

	parts

================================ */
img {
	vertical-align: bottom;
	max-width: 100%;
}
a {
	color: #063d78;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.txblue{
	color: #0168B7;
}
.txred{
	color: #E60012;
}
.break {
	word-break: break-all;
}

.w80 {
	width: 80%;
}

.mt50 {
	margin-top: 50px!important;
}

@media only screen and (max-width: 769px) {
	.w80 {
	width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	.txtLarge {
	font-size: 1.8em;
		line-height: 1.2em;
	}
}

/* heading */
h1 {
	line-height: 1.6;
	margin-bottom: 8px;
	font-size: 40px;
	color: #ffffff;
}
h1 span {
	color: #3D9BF5;
}
h2.h2DesignA1,
h2.h2DesignA2 {
	letter-spacing: 0.08em;
	position: relative;
	margin-bottom: 24px;
	font-size: 24px;
	font-weight: 600;
	color: #0168B7;
	line-height: 1.6;
	text-align: left;
}
h2.h2DesignA2 {
	color: #E60012;
}

h2.h2DesignB1 {
	letter-spacing: 0.08em;
	margin-bottom: 60px;
	font-size: 30px;
	line-height: 1.6em;
	border-bottom: none;
}
.nestbox + h2{
	margin-top: 75px;
}

h3 {
	font-size: 20px;
}
@media only screen and (max-width: 767px) {
	h2.h2DesignA1,
	h2.h2DesignA2 {
		font-size: 22px;
		line-height: 1.8;
	}
	h2.h2DesignB1 {
		font-size: 24px;
	}
	h3 {
	font-size: 18px;
	}
}

/* btn */
.btnBox{
	padding: 100px 0 60px;
	background-color: #0168B7;
}
.circle01,
.circle02{
	max-width: 1100px;
	display: block;
	margin: 0 auto;
	position: relative;
}
.circle01::before{
	position: absolute;
	content: "";
	border-radius: 100%;
	width: 30px;
	height: 30px;
	top: 0px;
	left: -70px;
	background-color: #0168B7;
	z-index: 5;
}
.circle01::after{
	position: absolute;
	content: "";
	border-radius: 100%;
	width: 62px;
	height: 62px;
	top: 20px;
	left: -40px;
	background-color: #E60012;	
	z-index: 5;
}
.circle02::before{
	position: absolute;
	content: "";
	border-radius: 100%;
	width: 25px;
	height: 25px;
	bottom: -95px;
	right: 0;
	background-color: #0168B7;
	z-index: 6;
}
.circle02::after{
	position: absolute;
	content: "";
	border-radius: 100%;
	width: 62px;
	height: 62px;
	bottom: -88px;
	right: -40px;
	background-color: #E60012;	
	z-index: 5;
}
@media only screen and (max-width: 1100px) {
	.circle01::before{
		left: 10px;
	}
	.circle01::after{
		left: 40px;
	}
	.circle02::before{
		right: 50px;
	}
	.circle02::after{
		right: 10px;
	}
}

.btn {
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	z-index: 2;
}
.btn a {
	padding: 25px 24px;
	margin-top: 40px;
	display: inline-block;
	background: #E60012;
	border-radius: 100px;
	box-shadow: 3px 6px 6px 0px rgba(0, 0, 0, 0.19) ;
	font-size: 22px;
	color: #fff;
	text-align: center;
	transition: .3s;
}
@media only screen and (min-width: 768px) {
	.btn a {
		width: 380px;
	}
}
.btn a span {
	position: relative;
}
.btn a:hover {
	background: #ffffff;
	color: #E60012;
	text-decoration: none;
	box-shadow: none;
}
@media only screen and (max-width: 767px) {
	.btn{
		padding: 60px 20px;
	}
	.btn a{
		width: 100%;
		font-size: 18px;
		padding: 18px;
	}
}
.btn a span::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 20px;
    background-color: #ffffff;
	transition: .3s;
}
.btn a span::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -35px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 3px solid #E60012;
    border-right: 3px solid #E60012;
    transform: rotate(45deg);
    box-sizing: border-box;
	transition: .3s;
}
.btn a:hover span::before {
    background-color: #E60012;
}
.btn a:hover span::after {
    border-top: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
}

.container {
  position: relative;
  background: #ffffff;
}

.wave {
  position: absolute;
  height: 93px;
  width: 100%;
  background: #ffffff;
  bottom: 0;
}

.wave::before, .wave::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50% 100%;
}

.wave::before {
  width: 55%;
  height: 100%;
  background-color: #ffffff;
  right: -1.5%;
  top: 40%;
}
.wave::after {
  width: 55%;
  height: 112%;
  background-color: #0168B7;
  left: -1.5%;
  top: 60%;
}



/*=================================

	redirect

================================ */
#redirect section {
	margin: 0 0 40px;
}
#redirect h1 {
	display: block;
	margin: 16px auto;
	background: rgba(55, 96, 146, 1.0);
	font-size: 1.4em;
	text-align: center;
}
#redirect .tel {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}