@charset "UTF-8";
/* CSS Document */
/*--------------------------------------------------
  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;
  /*min-width: 1100px;*/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-size: 15px;
	color: #333;
}

/* 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;
}

/* Yutaka added */
table, tr, th, td, caption {
  vertical-align: middle;
  text-align:left;
}

img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}
img {
	display: block;
	width: 100%;
}
a {
	display: block;
	text-decoration: none;

}
.sp { display:none!important; }
.pc { display:block!important; }

@media screen and (max-width: 768px) {
.pc { display:none!important; }
.sp { display:block!important; }
}
.wrop {
	min-width: 960px;
}
input[type="submit"] {
 -webkit-appearance: none;
}
/*--------------------------------------------------
  text
--------------------------------------------------*/
.text1 {
	font-size: 50px;
}
.text2 {
	font-size: 38px;
}
.text3 {
	font-size: 30px;
}
.text4 {
	font-size: 22px;
}
.text5 {
	font-size: 20px;
}
.text6 {
	font-size: 16px;
}

.color01 {
	color: #FFF;
}
.color02 {
	color: #000;
}

.color03 {
	color: #003586;
}
.color04 {
	color: #3f67a4;
}
.bold {
	font-weight: bold;
}
.txt {
	line-height: 1.8;
}
/*--------------------------------------------------
sp-header
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  #hb-menu {
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 1100;
    cursor: pointer;
    display: table; }
    #hb-menu .hb-inner {
      padding: 10px 0 0 0;
      display: table-cell;
      vertical-align: middle;
      position: relative;}
      #hb-menu .hb-inner p {
        display: none;
        width: 100%;
        font-family: "";
        color: #fff;
        position: absolute;
        bottom: 16px;
        text-align: center; }
  #hb-menu span {
    display: block;
    margin: auto;
    height: 2px;
    width: 45%;
    background: #3f67a4;
    border-radius: 2px;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out; }

  #hb-menu span:nth-of-type(2),
  #hb-menu span:nth-of-type(3) {
    margin-top: 5px; }
	.hb-open #hb-menu {
		border: none;
		width: 40px;
		height: 40px;
	}
	.hb-open #hb-menu .hb-inner {
		background: none;
	}
  .hb-open #hb-menu span {
    background: #3f67a4;
	}
  /* ナビゲーションアイコン：アクティブ */
  .hb-open span:nth-of-type(1) {
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -ms-transform: translateY(7px) translateX(0) rotate(45deg);
    transform: translateY(7px) translateX(0) rotate(45deg); }

  .hb-open span:nth-of-type(2) {
    margin-top: 5px;
    opacity: 0;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
    background: #fff;
    border-radius: 2px; }

  .hb-open span:nth-of-type(3) {
    -webkit-transform: translateY(-7px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-7px) translateX(0) rotate(-45deg);
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #fff;
    border-radius: 2px; }

  .overlay {
    background: transparent;
    position: fixed;
    pointer-events: none;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 10;
    color: #b1d702;
    transition: 0.2s; }

  .hb-open .overlay {
    background: rgba(63,103,164,0.8);
    pointer-events: auto; }

  /*----------  g-navi  ----------*/
  .g-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1100; }

  .g-nav.hb-open .g-nav-inner {
    transform: translate3d(0, 0, 0); }

  .g-nav .g-nav-inner {
    width: 65%;
    height: 100%;
    font-size: 14px;
    position: fixed;
    top: 0;
    right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: .5s;
    transform: translate3d(100%, 0, 0);
    z-index: 10;
    background: white;
    padding-top: 20px; }

  .g-nav .g-nav-inner .g-nav-main {
    padding: 0 30px; }

  .g-nav a {
    display: block;
    line-height: 44px;
    color: #111;
    font-size: 14px; 
	}
.g-nav a:hover {
	color: #184891;
	font-size: 15px;
	font-weight: bold;
}
	
	
	
	header {
		display: none;
	}
		.sp-header {
		width: 100%;
		background: #FFF;
		position: fixed;
    top: 0;
		box-sizing: border-box;
		padding: 6px 0 0; 
		z-index: 1100;
	}
	.sp-navi {
		z-index: 1100;
		position: relative;
	}
	.sp-navi img {
		width: 150px;
		margin: 0 12px;
	}
}
/*--------------------------------------------------
  btn
--------------------------------------------------*/
.btn01 a {
	text-align: center;
	line-height: 60px;
	background: #003586;
	border-radius: 30px;
	position: relative;
}
.btn01 a::before {
	display: block;
 content: "";
 position: absolute;
 right: 6%;
 top:50%;
margin: -7px 0 0;
 width: 9px;
 height: 9px;
 border-top: 3px solid #fff;
 border-right: 3px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.btn01 a:hover {
	color: #003586;
	background: #FFF;
	line-height: 58px;
	border: 1px solid #003586;
}
.btn01 a:hover::before{
	border-top: 3px solid #003586;
 border-right: 3px solid #003586;
}

.btn02 a {
	text-align: center;
	border: 2px solid#FFF;
	box-sizing: border-box;
	line-height: 116px;
	font-size: 28px;
	position: relative;
}
.btn02 a::before {
	display: block;
 content: "";
 position: absolute;
 right: 6%;
 top:50%;
margin: -7px 0 0;
 width: 9px;
 height: 9px;
 border-top: 3px solid #fff;
 border-right: 3px solid #fff;
 -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn02 a:hover::before {
	right: 3%;
		    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.btn2 a {
	line-height: 1.6;
	box-sizing: border-box;
	height: 120px;
	padding: 12px 0 0; 
}
.btn1 a {
	line-height: 1.6;
	box-sizing: border-box;
	height: 120px;
	padding: 12px 0 0; 
}
.btn03 a {
	text-align: center;
	border: 2px solid#FFF;
	box-sizing: border-box;
	padding: 24px 18px;
	display: table;
}
.btn03 {
	display: table;
}
.et-btn a {
	position: relative;
}
.et-btn a::before {
	display: block;
 content: "";
 position: absolute;
 right: 16%;
 top:50%;
margin: -7px 0 0;
 width: 9px;
 height: 9px;
 border-top: 2px solid #fff;
 border-right: 2px solid #fff;
 -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.et-btn a:hover::before {
	right: 6%;
		    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.pt-btn a {
	text-align: center;
	background: #003586;
	height: 90px;
	box-sizing: border-box;
	padding: 55px 0 0;
	position: relative;
}
.pt-btn a::before{
	display: block;
 content: "";
 position: absolute;
 left: calc(50% - 7.5px);
 top:36%;
margin: auto;
 width: 15px;
 height: 15px;
 border-top: 3px solid #fff;
 border-left: 3px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
.pt-btn a:hover::before{
	top: 18%;
			    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.mr-btn {
	box-sizing: border-box;
	padding: 0 50px;
}
.mr-btn a {
	background: #FFF;
	text-align: center;
	line-height: 50px;
	position: relative;
}
.mr-btn a::before {
	display: block;
	content: "";
	position: absolute;
	right: 10%;
	top: 50%;
	background: url(../images/mr-item.png);
	background-size: cover;
	width: 38px;
	height: 8px;
	margin: -4px 0 0;
}
.mr-btn a:hover::before {
	right: 5%;
	    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
/*--------------------------------------------------
  titel
--------------------------------------------------*/
.ttl01 {
	font-size: 66px;
	display: table;
	padding: 0 0 20px;
	border-bottom: 3px solid #003586;
	margin: 0 0 70px;
}
.ttl01 .sub {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
}
.ttl02 {
	font-size: 28px;
	color: #3f67a4;
	padding-bottom: 6px;
	border-bottom: 3px solid #fcc800;
	display: table;
	font-weight: bold;
}

/*--------------------------------------------------
  ここから
--------------------------------------------------*/
.inner {
	max-width: 1176px;
	box-sizing: border-box;
	padding: 0 24px;
	margin: auto;
	
}
header h1 {
	width: 316px;
	float: left;
	margin: 6px 0 6px 36px;
}
header ul {
	float: right;
}
header ul li {
	float: left;
	margin: 0 0 0 24px;
	box-sizing: border-box;
	padding: 40px 0;
	display: inline-block;
}
header ul li a {
	display: inline;
	margin: 0 24px 0 0;
}
header ul li:last-child {
	padding: 0;
}
header ul li:last-child a {
	line-height: 96px;
	color: #FFF;
	margin: 0;
	padding: 0 40px;
	display: inline-block;
	background: #003586;
}
@media screen and (max-width: 1100px){
	header h1 {
	width: 300px;
	float: left;
	margin: 8px 0 8px 12px;
}

header ul li {
	float: left;
	margin: 0 0 0 18px;
	box-sizing: border-box;
	padding: 40px 0;
	display: inline-block;
}
header ul li a {
	display: inline;
	margin: 0 18px 0 0;
}

}
.mv {
	width: 100%;
	height: 0;
	background: url(../images/mv.jpg);
	background-size: 100% auto;
	margin: 0 auto 0;
	padding-top: 50%;
	position: relative;
	border-bottom: 7px solid #003586;
}
.mv-inner {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin:0;
	background: url(../images/dot.png);
	background-size: 3px 3px;
}
.mv-inner img {
	position: relative;
	top: 50%;
	margin: -140px auto 0;
	width: 763px;
}

/*tp-01*/
.tp01 {
	margin: 100px 0 0;
}
.tp01 h2 {
	text-align: center;
}
.tp01 .txt {
	text-align: center;
	margin: 55px 0 0;
}

/*tp-02*/
.tp02 {
	background: url(../images/co01bg.jpg)center no-repeat;
	background-size: cover;
	margin: 120px 0 0;
}
.tp02 h3 {
	line-height: 1.4;
}
.tp02 .box {
	width: 1176px;
	margin: auto;
	box-sizing: border-box;
	padding: 80px 0;
	position: relative;
}
.tp02 .box::after {
	display: block;
	content: "";
	position: absolute;
	bottom: 0px;
	right: -40px;
	background: url(../images/tp-img01.png)no-repeat center;
	background-size: cover;
	width: 592px;
	height: 686px;
}
.tp02 .inner img {
	width: 273px;
	margin: 45px 0 0 290px;
}

/*tp-03*/
.tp03 {
	margin: 150px 0 0;
}
.tp03 .ttl01 {
	margin:0 auto 70px;
}
.tp03 .inner .txt-box {
	float: left;
	width: 33.333%;
	background: #f8f8f8;
}
.tp03 .inner .txt-box:nth-child(2) {
	background: #efefef;
}
.tp03 .inner .txt-box .txt {
	box-sizing: border-box;
	padding: 30px 40px 40px;
}
.tp03 .inner .txt-box .img-area {
	position: relative;
}
.tp03 .inner .txt-box .img-area .img-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 18px 36px;
	background: #003586;
}

/*tp-04*/
.tp04 {
	margin: 165px 0 0;
	background: url(../images/btn-box.jpg)no-repeat center;
	background-size: cover;
	height: 342px;
	box-sizing: border-box;
	padding: 111px 0;
}
.tp04 .btn02 {
	float: left;
	width: 48%;
}
.tp04 .btn2 {
	float: right;
	width: 48%;
}

/*tp-05*/
.tp05 {
	margin: 160px 0 60px;
}
.tp05 .ttl01 {
	margin: 0 auto 70px;
}
.tp05 .bg {
	background: url(../images/bg.jpg)no-repeat top;
	background-size: 100% auto;
	padding: 90px 0;
}
.tp05 .b-txt-wrop {
	width: 980px;
	margin: auto;
}
.tp05 .b-txt-box {
	background: rgba(0,53,134,0.8);
	width: 550px;
	float: right;
	box-sizing: border-box;
	padding: 48px 30px;
	margin: 0 0 65px;
	position: relative;
}
.tp05 .b-txt-box .icon {
	position: absolute;
	right: 30px;
	bottom: 48px;
}
.tp05 .b-txt-box .icon a {
	position: relative;
	width: 40px;
	height: 40px;
	background: #FFF;
}
.tp05 .b-txt-box .icon a::before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top:50%;
	margin: -10px auto 0;
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #003586;
	border-right: 3px solid #003586;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tp05 .b-txt-box h3 {
	margin: 0 0 24px;
}
.tp05 .f-txt-box {
	width: 980px;
	margin: auto;
	background: #FFF;
	box-shadow: 0px 0px 10px 3px rgba(51,51,51,0.3);
	box-sizing: border-box;
	padding: 60px 12px;
}
.tp05 .f-txt-box h4 {
	text-align: center;
	font-size: 21px;
}
.tp05 .f-txt-box h3 {
	margin: 18px 0 0;
	text-align: center;
}
.tp05 .f-txt-box .txt {
	margin: 36px 0;
	text-align: center;
}
.tp05 .f-txt-box .btn01 {
	width: 400px;
	margin: 0 auto 24px;
}
/*tp-06*/
.tp06 {
	box-sizing: border-box;
	padding: 126px 0 110px;
	background: #f8f8f8;
}
.tp06 .ttl01 {
	margin: 0 auto 70px;
}
.tp06 dl {
	box-sizing: border-box;
	padding: 12px;
	border-bottom: 2px solid #d4d4d4;
}
.tp06 .tpdl {
	border-top: 2px solid #d4d4d4;
}
.tp06 dl dt {
	float: left;
	width: 10%;
	border-right: 2px solid #d4d4d4;
}
.tp06 dl dd {
	margin: 0 0 0 15%;
}
/*foot*/
.foot {
	background: url(../images/ftbg.jpg)no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 0 0 60px;
	border-bottom: 3px solid #FFF;
}
.foot .btn-box {
	box-sizing: border-box;
	padding: 58px 0 28px;
	border-bottom: 2px solid #d4d4d4;
}
.foot .btn03 {
	float: left;
	margin: 0 40px 0 0;
}
.foot .cp-box {
	margin: 30px 0 0;
}
.foot .cp-box img {
	width: 166px;
	float: left;
}
.foot .cp-box h5 {
	text-align: right;
	box-sizing: border-box;
	padding: 98px 0 0;
}
/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/
.slider {
	width: 100%;
	height: auto;
}

.slider .photo {
	margin: 0 20px;
	position: relative;
	max-width: 470px;
}

.slider img {
	width: 100%;
	height: auto;
	max-height: 480px;
}
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.slide-arrow {
  position: absolute;
	top: 45%;
	cursor: pointer;
	z-index: 1000;
}

.prev-arrow {
	width: 20px;
	height: 20px;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	position: absolute;
	left: 30px;
	margin-top: -19px;
	z-index: 1000;
}
.prev-arrow::before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	bottom: 50%;
	left: 50%;
	background: rgba(255,255,255,0.70);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin: 0 0 -17px -17px;
}
.next-arrow {
	width: 20px;
	height: 20px;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right: 30px;
	margin-top: -19px;
	z-index: 1000;
}
.next-arrow::before {
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	bottom: 50%;
	left: 50%;
	background: rgba(255,255,255,0.70);
	width: 40px;
	height: 40px;
	border-radius: 20px;
	margin: 0 0 -17px -17px;
}

.ttl_box{
	
}


.ttl_box h4 {
	font-size: 32px;
	color: #fff;
	text-align: center;
}
/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
   sp
------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	body {
		font-size: 12px;
		line-height: 1.4em;
	}
	.wrop {
		min-width: 100%;
	}
	img {
		width: 100%;
	}
/*--------------------------------------------------
  text
--------------------------------------------------*/
.text1 {
	font-size: 24px;
}
.text2 {
	font-size: 20px;
}
.text3 {
	font-size: 18px;
}
.text4 {
	font-size: 16px;
}
.text5 {
	font-size: 14px;
}
.text6 {
	font-size: 12px;
}

.color01 {
	color: #FFF;
}
.color02 {
	color: #000;
}

.color03 {
	color: #003586;
}
.color04 {
	color: #3f67a4;
}
.bold {
	font-weight: bold;
}
.txt {
	line-height: 1.8;
}

/*--------------------------------------------------
  btn
--------------------------------------------------*/
.btn01 a {
	text-align: center;
	line-height: 46px;
	background: #003586;
	border-radius: 30px;
	position: relative;
	margin-bottom: 1em;
}
.btn01 a::before {
	display: block;
 	content: "";
 	position: absolute;
 	right: 6%;
 	top:50%;
	margin: -7px 0 0;
	width: 9px;
 	height: 9px;
 	border-top: 3px solid #fff;
 	border-right: 3px solid #fff;
 	-webkit-transform: rotate(45deg);
 	transform: rotate(45deg);
}
.btn01 a:hover {
	color: #003586;
	background: #FFF;
	line-height: 44px;
	border: 1px solid #003586;
}
.btn01 a:hover::before{
	border-top: 3px solid #003586;
 border-right: 3px solid #003586;
}

.btn02 a {
	text-align: center;
	border: 2px solid#FFF;
	box-sizing: border-box;
	line-height: 70px;
	font-size: 18px;
	position: relative;
}
.btn02 a::before {
	display: block;
 content: "";
 position: absolute;
 right: 6%;
 top:50%;
margin: -7px 0 0;
 width: 9px;
 height: 9px;
 border-top: 3px solid #fff;
 border-right: 3px solid #fff;
 -webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btn1 a, .btn2 a {
	line-height: 1.6;
	box-sizing: border-box;
	height: 74px;
	padding: 6px 0 0; 
}

.btn03 a {
	text-align: center;
	border: 2px solid#FFF;
	box-sizing: border-box;
	padding: 12px 9px;
	display: table;
}
.btn03 {
	display: table;
}

.pt-btn a {
	text-align: center;
	background: #003586;
	height: 60px;
	box-sizing: border-box;
	padding: 40px 0 0;
	position: relative;
}
.pt-btn a::before{
	display: block;
 content: "";
 position: absolute;
left: calc(50% - 7.5px);
 top:36%;
margin: auto;
 width: 15px;
 height: 15px;
 border-top: 3px solid #fff;
 border-left: 3px solid #fff;
 -webkit-transform: rotate(45deg);
 transform: rotate(45deg);
}
/*--------------------------------------------------
  titel
--------------------------------------------------*/
.ttl01 {
	font-size: 28px;
	display: table;
	padding: 0 0 20px;
	border-bottom: 3px solid #003586;
	margin: 0 0 30px;
	line-height: 1.2;
}
.ttl01 .sub {
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 13px;
	
}
.ttl02 {
	font-size: 28px;
	color: #3f67a4;
	padding-bottom: 6px;
	border-bottom: 3px solid #fcc800;
	display: table;
	font-weight: bold;
}


/*--------------------------------------------------
  ここから
--------------------------------------------------*/
	.sp-mv {
	width: 100%;
	height: 0;
	background: url(../images/sp-mv.jpg);
	background-size: 100% auto;
	margin: 12% auto 0;
	padding-top: 100%;
	position: relative;
	border-bottom: 3px solid #003586;
}
	.sp-mv img {
	position: relative;
	left: 0;
	right: 0;
	top: 30%;
	margin: 0 auto 0;
	width: 90%;
	}
.inner {
	max-width: 100%;
	box-sizing: border-box;
	padding: 0 12px;
	margin: auto;
	
}
.mv {
	display: none;
	width: 100%;
	height: 0;
	background: url(../images/mv.jpg);
	background-size: 100% auto;
	margin: 0 auto 0;
	padding-top: 50%;
	position: relative;
	border-bottom: 7px solid #003586;
}
.mv-inner {
	position: absolute;
	height: 100%;
	top: 0;
	right: 0;
	left: 0;
	margin:0;
	background: url(../images/dot.png);
	background-size: 3px 3px;
}

/*tp-01*/
.tp01 {
	margin: 40px 0 0;
}
.tp01 h2 {
	text-align: center;
}
.tp01 .txt {
	text-align: center;
	margin: 20px 0 0;
}

/*tp-02*/
.tp02 {
	background: url(../images/co01bg.jpg)center no-repeat;
	background-size: cover;
	margin: 50px 0 0;
}
.tp02 .box {
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	padding: 40px 0 0;
	position: relative;
}
	.tp02 .txt {
		margin: 12px 0 0;
	}
.tp02 .box::after {
	display: none;
	content: "";
	position: absolute;
	bottom: 0px;
	right: 0px;
	background: url(../images/tp-img01.png)no-repeat center;
	background-size: cover;
	width: 236px;
	height: 274px;
}
.tp02 .inner img {
	width: 100%;
	margin: 0;
}
	.tp02 .inner .name {
		width: 50%;
		margin: 0 0 0 50%;
	}
	.tp02 .inner .l-img {
		width: 80%;
		margin: auto;
	}

/*tp-03*/
.tp03 {
	margin: 60px 0 0;
}
.tp03 .ttl01 {
	margin:0 auto 30px;
}
.tp03 .inner .txt-box {
	float: none;
	width: 100%;
	background: #f8f8f8;
	margin: 30px 0 0;
}
.tp03 .inner .txt-box:nth-child(2) {
	background: #efefef;
}
.tp03 .inner .txt-box .txt {
	box-sizing: border-box;
	padding: 20px 12px 30px;
}
.tp03 .inner .txt-box .img-area {
	position: relative;
}
.tp03 .inner .txt-box .img-area .img-txt {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 12px 24px;
	background: #003586;
}

/*tp-04*/
.tp04 {
	margin: 70px 0 0;
	background: url(../images/btn-box.jpg)no-repeat center;
	background-size: cover;
	height: 342px;
	box-sizing: border-box;
	padding: 77px 0;
}
.tp04 .btn02 {
	float: none;
	width: 100%;
	margin: 0 0 20px;
}
.tp04 .btn2 {
	float: none;
	width: 100%;
}

/*tp-05*/
.tp05 {
	margin: 70px 0 0px;
}
.tp05 .ttl01 {
	margin: 0 auto 30px;
}
.tp05 .bg {
	background: url(../images/bg.jpg)no-repeat top;
	background-size: 100% auto;
	padding: 60px 0;
}
.tp05 .b-txt-wrop {
	width: 100%;
	margin: auto;
}
.tp05 .b-txt-box {
	background: rgba(0,53,134,0.8);
	width: 100%;
	float: right;
	box-sizing: border-box;
	padding: 48px 30px;
	margin: 0 0 65px;
	position: relative;
}
.tp05 .b-txt-box .icon {
	position: absolute;
	right: 30px;
	bottom: 48px;
}
.tp05 .b-txt-box .icon a {
	position: relative;
	width: 40px;
	height: 40px;
	background: #FFF;
}
.tp05 .b-txt-box .icon a::before {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top:50%;
	margin: -10px auto 0;
	width: 15px;
	height: 15px;
	border-bottom: 3px solid #003586;
	border-right: 3px solid #003586;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.tp05 .b-txt-box h3 {
	margin: 0 0 24px;
}
.tp05 .f-txt-box {
	width: 100%;
	margin: auto;
	background: #FFF;
	box-shadow: 0px 0px 10px 3px rgba(51,51,51,0.3);
	box-sizing: border-box;
	padding: 60px 12px;
}
.tp05 .f-txt-box h4 {
	text-align: center;
	font-size: 21px;
}
.tp05 .f-txt-box h3 {
	margin: 18px 0 0;
	text-align: center;
}
.tp05 .f-txt-box .txt {
	margin: 36px 0;
	text-align: center;
}
.tp05 .f-txt-box .btn01 {
	width: 100%;
	margin: auto;
}
/*tp-06*/
.tp06 {
	box-sizing: border-box;
	padding: 60px 0 50px;
	background: #f8f8f8;
}
.tp06 .ttl01 {
	margin: 0 auto 30px;
}
.tp06 dl {
	box-sizing: border-box;
	padding: 12px;
	border-bottom: 2px solid #d4d4d4;
}
.tp06 .tpdl {
	border-top: 2px solid #d4d4d4;
}
.tp06 dl dt {
	float: left;
	width: 22%;
	border-right: none;
	vertical-align: middle;
}
.tp06 dl dd {
	margin: 0 0 0 25%;
	border-left: 2px solid #d4d4d4;
	padding: 0 0 0 12px;
	vertical-align: middle;
}
/*foot*/
.foot {
	background: url(../images/ftbg.jpg)no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	padding: 0 0 60px;
	border-bottom: 3px solid #FFF;
}
.foot .btn-box {
	box-sizing: border-box;
	padding: 36px 0 24px;
	border-bottom: 2px solid #d4d4d4;
}
.foot .btn03 {
	float: left;
	width: 50%;
	margin: 0 0 0 0;
	box-sizing: border-box;
	padding: 0 12px;
}
	.foot .btn03 a {
		width: 100%;
	}
.foot .cp-box {
	margin: 30px 0 0;
}
.foot .cp-box img {
	width: 60%;
	float: none;
	margin: auto;
	box-sizing: border-box;
}
.foot .cp-box h5 {
	text-align: center;
	box-sizing: border-box;
	padding: 30px 0 0;
}
	/*------------------------------------------------------------
   slider  slick
------------------------------------------------------------*/
.slider .photo {
	margin: 0 5px;
	max-width: 260px;
}

.prev-arrow {
	width: 14px;
	height: 14px;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	left: 3%;
	margin-top: -15px;
}

.next-arrow {
	width: 14px;
	height: 14px;
	border-top: solid 3px #000;
	border-right: solid 3px #000;
	right: 3%;
	margin-top: -15px;
}	
}

.bnr_movie{
	margin: 80px auto;
}
.bnr_movie .inner img{
	width: 540px;
	margin: 0 auto;
}
@media screen and (max-width: 768px) {
	.bnr_movie .inner img{
		width: 100%;
	}
}
.vt_btn{
	margin-top: 24px!important;
}

/*----2501追加--------*/

.if01 {
	box-sizing: border-box;
	padding: 30px 0;
}
.if01 h2 {
	margin: 40px 0 0;
}
.rq-btn {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 0 12px;
} 
.rq-btn03{
	margin-top: 24px;
}
.rq-btn03 a {
	background: #71a3fd;
	line-height: 64px;
	position: relative;
	padding-left: 40px;
}
.rq-btn03 a::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	width: 100px;
	height: 3px;
}

.rq-btn05{
	margin-top: 24px;
}
.rq-btn05 a {
	background: #1550a8;
	line-height: 64px;
	position: relative;
	padding-left: 40px;
}
.rq-btn05 a::after {
	display: block;
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	width: 100px;
	height: 3px;
}
.rq-btn a:hover {
	opacity: 0.6;
}

@media screen and (max-width: 768px) {
	.rq-btn {
	  float: none;
	  width: 100%;
	  box-sizing: border-box;
	  padding: 0;
	}
	.rq-btn03 a, .rq-btn05 a {
		padding-left: 20px;
	}
	.rq-btn03 a::after, .rq-btn05 a::after {
		width: 64px;
	  }
  }

