@charset "UTF-8";

/*----------------------------------------------------------------------------------------------------
  reset
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  font-weight:normal;/* Yutaka added */
  vertical-align: baseline;
}
body {
  line-height:1;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
	width: 100%;
}
textarea {
	vertical-align: top;
}


/*--------------------------------------------------
  body
--------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}
body {
  color: #111;
  font-size: 15px;
  font-family: "A-OTF 新ゴ Pr5", "A-OTF Shin Go Pro", "ヒラギノ角ゴ Pro W5", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a {
  transition: all 0.3s ease;
  text-decoration: none;
  color: #111;
}
a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
img {
	width: 100%;
}
body, html {
	/* important */
	height: 100%;
}
.sp-no01 {
  display: block;
}
.pc-no01 {
  display: none;
}
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
span {
	font-weight: bold;
}
.fl01 {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ul01 {
	background: linear-gradient(transparent 60%, #ffe867 60%);
	padding-bottom: 0;
}
.ul02 {
	background: linear-gradient(transparent 70%, #ffef42 70%);
	padding-bottom: 0;
}
.tc {
	text-align: center;
}
.ls01 {
	letter-spacing: -0.2em;
}
.ls02 {
	letter-spacing: -0.3em;
}
.bd {
	position: relative;
}
.bd:before,
.bd:after{
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: #004697;
	width: 100%;
	height: 2px;
}
.bd:before {
	top: 76px;
}
.bd:after {
	top: 81px;
}

/*------------------------------------------------------------
  font
------------------------------------------------------------*/
.ff01 {
	font-family: "Yu Gothic Medium", "游ゴシック Medium", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}
h3,h4,h5 {
	font-weight: bold;
}
.fb {
	font-weight: bold;
}
.fs22 {
	font-size: 22px;
}
.fs24 {
	font-size: 24px;
}
.fs26 {
	font-size: 26px;
}
.fs28 {
	font-size: 28px;
}
.fs30 {
	font-size: 30px;
}
.fs33 {
	font-size: 33px;
}
.fs40 {
	font-size: 40px;
}
.fs43 {
	font-size: 43px;
}
.fs45 {
	font-size: 45px;
}
.fs52 {
	font-size: 52px;
}
.fs55 {
	font-size: 55px;
}
.fs66 {
	font-size: 66px;
}

/*------------------------------------------------------------
  color
------------------------------------------------------------*/
.wh01 {
	color: #fff;
}
.bl01 {
	color: #004697;
}
.rd01 {
	color: #e80000;
}
.yl01 {
	color: #ffef42;
}

/*------------------------------------------------------------
  background
------------------------------------------------------------*/
.bg-wh01 {
	background: #fff;
}
.bg-bl01 {
	background: #eaf4ff;
}
/*------------------------------------------------------------
  header
------------------------------------------------------------*/
header {
	background: #fff;
	width: 100%;
	height: 90px;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	position: relative;
}
header .inner {
	max-width: 1000px;
	margin: auto;
}
/*---------- h-logo ----------*/
header .h-logo {
	display: table;
}
header .h-logo h1 {
	display: table-cell;
	vertical-align: middle;
}
header .h-logo h1 a {
	display: block;
	background: url("../images/logo.png") 0 center no-repeat;
	background-size: 100% auto;
	width: 386px;
	height: 90px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*------------------------------------------------------------
  mv
------------------------------------------------------------*/
.mv {
	background: url("../images/mv-bg.jpg") center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 544px;
	min-width: 1000px;
	margin: auto;
	box-sizing: border-box;
	padding: 60px 0;
	position: relative;
}
.mv .inner {
	max-width: 1000px;
	margin: auto;
}
.mv .mv-ttl {
	background: url("../images/mv-ttl.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 1000px;
	height: 420px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	float: right;
}

/*------------------------------------------------------------
  g-nav
------------------------------------------------------------*/
.g-nav {
	background: #fff;
	min-width: 1000px;
	box-sizing: border-box;
	padding: 25px 0;
	margin-bottom: 25px;
}
.g-nav .g-nav-inner {
	max-width: 1000px;
	margin: auto;
}
.g-nav ul {
	font-size: 0;
	text-align: center;
}
.g-nav li {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	border-right: 2px solid #004697;
	padding: 0 25px;
}
.g-nav li:last-child {
	border-right: none;
}
.g-nav li a {
	display: block;
	color: #004697;
	font-weight: bold;
	position: relative;
}
.g-nav li a:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -18px;
	width: 10px;
	height: 10px;
	margin: auto;
	border-top: solid 2px #004697;
	border-right: solid 2px #004697;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

/*------------------------------------------------------------
  offer
------------------------------------------------------------*/
.offer {
	background: #004697;
	min-width: 1000px;
	box-sizing: border-box;
	padding: 40px 0 60px;
}
.offer .inner {
	max-width: 1000px;
	margin: auto;
}
.offer h3 {
	line-height: 1.6;
	color: #fff;
	text-align: center;
}
.offer .block {
	margin-top: 30px;
}
.offer .box {
	background: #fff;
	width: 49%;
	height: 340px;
	text-align: center;
	box-sizing: border-box;
	padding: 30px 40px;
	position: relative;
}
.offer h4 {
	font-size: 26px;
}
.offer img.icon01 {
	width: 63px;
	margin: 15px auto 10px;
}
.offer img.icon02 {
	width: 80px;
	margin: 20px auto 20px;
}
.offer .txt {
	line-height: 1.5;
	font-size: 16px;
}
.offer .btn {
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 30px;
}
.offer .btn a {
	display: block;
	background: #e80000;
	line-height: 70px;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	border-bottom: 5px solid #a10808;
	border-radius: 40px;
	position: relative;
}
.offer .btn a:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 12px;
	height: 12px;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	margin-top: -6px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/*------------------------------------------------------------
  sec
------------------------------------------------------------*/
.sec {
	width: 100%;
	min-width: 1000px;
	box-sizing: border-box;
	margin: auto;
}
.sec .inner {
	max-width: 1000px;
	margin: auto;
}

/*------------------------------------------------------------
  ttl
------------------------------------------------------------*/
.m-ttl01 {
	color: #004697;
	font-size: 57px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	position: relative;
}
.m-ttl01:after {
	content: "";
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: auto;
	background: #004697;
	width: 55px;
	height: 2px;
}

/*------------------------------------------------------------
  worries
------------------------------------------------------------*/
/*---------- block01 ----------*/
.worries .block01 {
	background: #eceff3;
	padding: 55px 0 70px;
	position: relative;
}
.worries .block01:after {
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  border: 60px solid transparent;
  border-top: 40px solid #eceff3;
}
.worries .block01 .area {
	margin-top: 40px;
}
.worries .block01 .box {
	width: 480px;
	height: 329px;
	box-sizing: border-box;
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.07);
	padding: 40px 20px;
	position: relative;
}
.worries .block01 .box:nth-child(1) {
	background: url("../images/w-bg01.jpg") 0 0 no-repeat;
	background-size: 100% auto;
}
.worries .block01 .box:nth-child(2) {
	background: url("../images/w-bg02.jpg") 0 0 no-repeat;
	background-size: 100% auto;
}
.worries .block01 .sub-txt {
	position: absolute;
	bottom: 25px;
	display: inline-block;
	background: #fff;
	width: 150px;
	line-height: 30px;
	border: 2px solid #7a90a9;
	color: #7a90a9;
	text-align: center;
	box-sizing: border-box;
}
.worries .block01 .box:nth-child(1) .sub-txt {
	left: 20px;
}
.worries .block01 .box:nth-child(2) .sub-txt {
	right: 20px;
}
.worries .block01 .box:nth-child(1) .b-inner {
	width: 70%;
	float: right;
}
.worries .block01 .box:nth-child(2) .b-inner {
	float: left;
}
.worries .block01 .txt {
	line-height: 1.5;
	color: #175c9c;
	font-size: 22px;
}
.worries .block01 .img-box {
	width: 259px;
	margin-top: 30px;
}
.worries .block01 .box:nth-child(1) .img-box {
	margin-left: auto;
}

/*---------- block02 ----------*/
.worries .block02 {
	padding: 80px 0;
}
.worries .block02 .ttl01 {
	background: url("../images/w-ttl01.png") 0 0 no-repeat;
	background-size: 100% auto;
	max-width: 1062px;
	height: 115px;
	margin: auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.worries .block02 .area {
	margin-top: 30px;
}
.worries .block02 .ttl02 {
	background: #004697;
	line-height: 1.6;
	font-size: 33px;
	text-align: center;
	letter-spacing: -0.03em;
	box-sizing: border-box;
	padding: 30px 50px;
}
.worries .block02 .a-inner {
	background: #eaf4ff;
	padding: 45px 50px 70px;
}
.worries .block02 .box {
	background: #fff;
	box-sizing: border-box;
	border: 2px solid #2774cd;
	box-shadow: 10px 10px #719ccd;
	padding: 35px 45px;
	margin-bottom: 40px;
	position: relative;
}
.worries .block02 .box:last-child {
	margin-bottom: 0;
}
.worries .block02 .box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 55px solid transparent;
	border-left: 55px solid #6194cf;
	z-index: 100;
}
.worries .block02 h4 {
	line-height: 1.5;
}
.worries .block02 .box:nth-child(1) .img-area {
	position: absolute;
	top: -35px;
	right: -25px;
	background: url("../images/w-img03.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 358px;
	height: 200px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.worries .block02 .b-inner {
	margin-top: 35px;
}
.worries .block02 .b-inner h5 {
	border-top: 1px solid #004697;
	border-bottom: 1px solid #004697;
	padding: 10px 0;
}
.worries .block02 .b-inner ul {
	text-align: center;
	margin-top: 20px;
}
.worries .block02 .b-inner li {
	width: 32%;
}
.worries .block02 .b-inner .img-box {
	box-shadow: 0 0 8px 2px rgba(0,0,0,0.07);
}
.worries .block02 .b-inner .b-txt {
	line-height: 1.5;
	font-weight: bold;
	margin-top: 15px;
}
.worries .block02 .b-inner .note {
	font-size: 13px;
}
.worries .block02 .box:nth-child(2) ul,
.worries .block02 .box:nth-child(3) ul {
	position: absolute;
	top: 35px;
	right: 20px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.worries .block02 .box:nth-child(2) ul {
	background: url("../images/w-img07.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	width: 465px;
	height: 112px;
}
.worries .block02 .box:nth-child(3) ul {
	background: url("../images/w-img08.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	width: 285px;
	height: 121px;
}
.worries .block02 .txt {
	line-height: 1.6;
	font-weight: bold;
	text-align: center;
	margin-top: 35px;
}
.worries .block02 .txt01 {
	font-size: 20px;
}
.worries .block02 .txt02 {
	font-size: 26px;
}

/*------------------------------------------------------------
  service
------------------------------------------------------------*/
#service {
	padding: 100px 0;
}
#service .block {
	margin-top: 75px;
}
#service .img-box {
	background: #004697;
	box-sizing: border-box;
	padding: 40px 0;
	margin: auto;
}
#service .img-box img {
	display: block;
	width: 925px;
	margin: auto;
}
#service .box {
	background: #fff;
	box-sizing: border-box;
	padding: 35px 50px 55px;
}
#service .box .m-txt {
	line-height: 1.8;
	font-size: 20px;
	letter-spacing: -0.03em;
}
#service .txt-list {
	margin-top: 35px;
}
#service .txt-list dt {
	font-size: 22px;
	border-bottom: 2px dotted #004697;
	padding-left: 25px;
	padding-bottom: 10px;
	margin-top: 30px;
	position: relative;
}
#service .txt-list dt:first-child {
	margin-top: 0;
}
#service .txt-list dt:before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	background: #fff;
	width: 16px;
	height: 16px;
	box-sizing: border-box;
	border-radius: 50%;
	border: 5px solid #7399c6;
}
#service .txt-list dd {
	line-height: 1.6;
	font-size: 16px;
	text-align: justify;
	margin-top: 10px;
}

/*------------------------------------------------------------
  function
------------------------------------------------------------*/
#function {
	padding: 100px 0 70px;
}
#function .block {
	margin-top: 65px;
}
#function .m-txt {
	line-height: 1.8;
	font-size: 22px;
}
#function .list-area {
	margin-top: 40px;
}
#function .list-area li {
	width: 23%;
}
#function .list-area .img-box {
	border: 2px solid #004697;
}
#function .list-area h4 {
	line-height: 1.4;
	color: #377ac7;
	font-size: 25px;
	margin-top: 25px;
}
#function .list-area .txt {
	line-height: 1.6;
	font-size: 16px;
	text-align: justify;
	margin-top: 25px;
}
#function .list-area .note {
	line-height: 1.3;
	font-size: 12px;
	margin-top: 15px;
}

/*------------------------------------------------------------
  case
------------------------------------------------------------*/
#case {
	padding: 100px 0;
}
#case .block {
	margin-top: 70px;
}
#case .ttl01 {
	background: #fff15e;
	max-width: 930px;
	margin: auto;
	line-height: 90px;
	position: relative;
}
#case .ttl01:after {
	content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -16px;
  border: 16px solid transparent;
  border-top: 25px solid #fff15e;
}
#case .ttl01 span {
	display: block;
	font-size: 38px;
	text-align: center;
	position: relative;
}
#case .ttl01 span:before,
#case .ttl01 span:after {
	content: "";
	width: 0px;
	height: 0px;
	z-index: 1;
	border-style: solid;
	border-color: #fff15e;
	position: absolute;
	top: 0;
}
#case .ttl01 span:before {
	border-width: 90px 35px 0 0;
	border-top-color: transparent;
	left: -35px;
}
#case .ttl01 span:after {
	border-width: 0 0 90px 35px;
	border-bottom-color: transparent;
	right: -35px;
}
#case .m-txt {
	line-height: 1.8;
	font-size: 22px;
	margin-top: 40px;
}
#case .area {
	margin-top: 40px;
}
#case .area02 {
	border-top: 3px dashed #004697;
  padding: 60px 0 0 0;
}

#case .area:nth-child(2n) {
	margin-top: 60px;
}
#case .ttl02_01 {
	background: url("../images/c-ttl01.png") 0 0 no-repeat;
	background-size: 100% auto;
	max-width: 1040px;
	height: 104px;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	position: relative;
	z-index: 1;
}
#case .ttl02_02 {
	background: url("../images/c-ttl02.png") 0 0 no-repeat;
	background-size: 100% auto;
	max-width: 1040px;
	height: 104px;
	margin: auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
	position: relative;
	z-index: 1;
}
#case .box {
	background: #fff;
	max-width: 960px;
	margin: -18px auto 0;
	box-sizing: border-box;
	padding: 25px 0 60px;
	margin-bottom: 40px;
	z-index: 0;
}
#case .area01 .b-inner {
	background: url("../images/c-img01.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	width: 890px;
	height: 522px;
	margin: auto;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#case .area02 .b-inner {
	background: url("../images/c-img02.jpg") 0 0 no-repeat;
	background-size: 100% auto;
	width: 890px;
	height: 469px;
	margin: auto ;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
#case .voice {
	max-width: 960px;
	margin: 0 auto;
	position: relative;
}
#case .voice:before {
	content: "";
	position: absolute;
	left: 30px;
	bottom: 40px;
	background: url("../images/c-img03.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 157px;
	height: 193px;
}
#case .voice .ttl03 {
	background: #fff;
	line-height: 1.6;
	box-sizing: border-box;
	padding: 20px 0;
	z-index: -1;
  border-top : solid 2px #004697;
  border-bottom : solid 2px #004697;
}
#case .voice .sub-txt {
	position: absolute;
	left: 30px;
	bottom: 30px;
	display: inline-block;
	background: #004697;
	width: 160px;
	margin: auto;
	line-height: 30px;
	color: #fff;
	text-align: center;
	box-sizing: border-box;
}
#case .voice .txt-box {
	width:75%;
	float: right;
	background-image:linear-gradient(180deg,rgba(204,204,204,0) 0%,rgba(204,204,204,0) 98.5%,rgba(100,100,100,100) 100%);
	background-repeat: repeat-y;
  background-size: 100% 2.5em;
  line-height: 2.5em;
  overflow: hidden;
	margin-top: 25px;
}
#case .voice .txt {
	font-size: 16px;
	text-align: justify;
	margin-bottom: 25px;
}

/*------------------------------------------------------------
  faq
------------------------------------------------------------*/
#faq {
	padding: 100px 0 0;
}
#faq .block {
	margin-top: 80px;
}
/*---------- acc-area ----------*/
#faq .acc-area .acc {
  line-height: 1.6em;
  /*accordion_icon*/
  /*＋、－切り替え*/
}
#faq .acc-area .list-main {
  border-bottom: 1px solid #4184d1;
}
#faq .acc-area .dt-q {
	box-sizing: border-box;
  border-top: 1px solid #4184d1;
  padding: 30px 0;
  cursor: pointer;
	position: relative;
}
#faq .acc-area .dd-a {
  display: none;
  padding: 0 0 30px 30px;
}

/*----- icon -----*/
#faq .acc-area .icon {
	display: inline-block;
	vertical-align: middle;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
	font-size: 40px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
  border-radius: 50%;
  color: #fff;
	margin-right: 10px;
}
#faq .acc-area .icon-q {
	background: #004697;
}
#faq .acc-area .icon-a {
	background: #a6b9cf;
}

/*----- txt -----*/
#faq .acc-area .txt {
	display: inline-block;
	vertical-align: middle;
}
#faq .acc-area .txt-q {
  font-size: 26px;
	font-weight: bold;
}
#faq .acc-area .txt-a {
	vertical-align: top;
	width: 90%;
	line-height: 1.8;
  font-size: 17px;
	text-align: justify;
}

/*----- acc_icon -----*/
#faq .acc-area .acc_icon,
#faq .acc-area .acc_icon span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
#faq .acc-area .acc_icon {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: -12px 0 0 0;
  top: 50%;
  right: 0;
}
#faq .acc-area .acc_icon span {
  background-color: #4184d1;
  width: 100%;
  height: 6px;
  position: absolute;
}
#faq .acc-area .acc_icon span:nth-of-type(1) {
  top: 10px;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
#faq .acc-area .acc_icon span:nth-of-type(2) {
  top: 10px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
#faq .acc-area .active span:nth-of-type(1) {
  display: none;
}
#faq .acc-area .active span:nth-of-type(2) {
  top: 10px;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

/*---------- txt-area ----------*/
#faq .txt-area {
	background: url("../images/balloon.png") 0 0 no-repeat;
	background-size: 100% auto;
	width: 789px;
	height: 195px;
	margin: 40px auto 0;
	overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

/*------------------------------------------------------------
  footer
------------------------------------------------------------*/
footer {
	width: 100%;
	min-width: 1000px;
	margin: auto;
}
footer .copy {
	line-height: 100px;
	color: #004697;
	font-size: 16px;
	text-align: center;
}
