@charset "UTF-8";

/** *********************** **/

/*
font-family: 'Roboto', sans-serif;
	font-weight: 700;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
font-family: 'Noto Sans JP', sans-serif;
	font-weight: 700;
*/

/** *********************** **/

.pc_view {
	display: none;
}
img {
	width: 100%;
	height: auto;
}

/** *********************** **/

.clearfix:after {
  content: "";
  display: block;
  clear: both;
} 
.clearfix:before {
  content: "";
  display: block;
  clear: both;
} 
.clearfix {
  display: block;
}

/** *********************** **/

.loader {
  align-items: center;
  background: #fff;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
}
.loader::after {
  -webkit-animation: loader 0.5s linear infinite;
          animation: loader 0.5s linear infinite;
  border: 5px solid rgba(20,136,208,1.0);
  border-radius: 50%;
  border-right: 5px solid rgba(20,136,208,0.2);
  border-top: 5px solid rgba(20,136,208,0.2);
  content: "";
  height: 100px;
  width: 100px;
}

@-webkit-keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes loader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/** *********************** **/

html {
	overflow-x: hidden;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color: #000;
	position: relative;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	padding-top: 13.33vw;
}

/** *********************** **/

header {
	width: 100%;
	height: 13.33vw;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	z-index: 50;
}
.head {
	width: 100%;
	height: 13.33vw;
	margin: 0 auto;
	position: relative;
}
.head h1 {
	width: 34.66vw;
	position: absolute;
	top: 1.865vw;
	left: 2.26vw;
}
.head_tel {
	width: 46.66vw;
	height: 10.4vw;
	background: url("../img/sp_head_tel.png") no-repeat;
	background-size: 46.66vw auto;
	position: absolute;
	top: 1.86vw;
	right: 1.6vw;
}
.head_tel dt {
	display: none;
}
.head_tel dd {
	text-indent: -9876px;
}
.head_contact {
	display: none;
}

/** *********************** **/

.mv_area_wrap {
	width: 100%;
	height: 163.2vw;
	background: url("../img/sp_mv_img.jpg") no-repeat top center;
	background-size: 100% auto;
}
.mv_area {
	width: 100%;
	height: 163.2vw;
	margin: 0 auto;
	position: relative;
}
.mv_area h2 {
	width: 98.4vw;
	position: absolute;
	top: 5.33vw;
	left: 0;
	background: url("../img/sp_mv_txt_01.png") no-repeat;
	background-size: 98.4vw auto;
	text-indent: -9876px;
}
.mv_area p:nth-of-type(1) {
	width: 87.73vw;
	position: absolute;
	top: 42.66vw;
	left: 6.135vw;
	background: url("../img/sp_mv_txt_02.png") no-repeat;
	background-size: 87.73vw auto;
	text-indent: -9876px;
}
.mv_area p:nth-of-type(2) {
	width: 100vw;
	position: absolute;
	/*top: 62.66vw;*/
	top: 61.33vw;
	left: 0;
	background: url("../img/sp_mv_txt_03.png") no-repeat;
	background-size: 100% auto;
	text-indent: -9876px;
}
.mv_area p:nth-of-type(3) {
	width: 93.68vw;
	height: 49.77vw;
	position: absolute;
	/*top: 114.66vw;*/
	top: 108vw;
	left: 4vw;
	background: url("../img/sp_mv_txt_04.png") no-repeat top;
	background-size: 93.68vw auto;
	text-indent: -9876px;
}
.mv_area div {
	display: none;
}

/** *********************** **/

.cv_area_wrap {
	width: 100%;
	height: 182.4vw;
	background: #fff url("../img/sp_cv_bg.jpg") no-repeat top center;
	background-size: cover;
}
.cv_area {
	width: 100%;
	padding: 8vw 0 10.66vw 0;
	text-align: center;
	position: relative;
}
.cv_area dl {
	margin-bottom: 2.13vw;
}
.cv_area dd {
	width: 56vw;
	height: 7.73vw;
	display: inline-block;
	background-image: url("../img/sp_cv_cmn_01.png"),url("../img/sp_cv_cmn_02.png");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 4.8vw auto;
	font-size: 3.73vw;
	line-height: 6.66vw;
	font-weight: 700;
	color: #1488d0;
	padding: 0 0 0 0;
	margin: 0 auto 2.13vw auto;
}
.cv_area dt {
	font-size: 5.33vw;
	line-height: 1;
	font-weight: 700;
	color: #000;
	/*color: #003477;*/
}
.cv_area h3 {
	width: 83.73vw;
	margin: 0 auto 48vw auto;
}
.cv_01 {
	width: 88vw;
	background: #fff;
	border-radius: 1.33vw;
	padding: 6.66vw 0;
	text-align: center;
	margin: 0 auto;
}
.cv_01 li:nth-of-type(1) {
	width: 78.93vw;
	height: 26.13vw;
	margin: 0 auto 2.66vw auto;
}
.cv_01 li:nth-of-type(1) a {
	display: block; 
	width: 78.93vw;
	height: 26.13vw;
	border-radius: 1.33vw;
	padding-top: 4.26vw;
	background: #003477 url("../img/sp_cv_tel_arrow.png") no-repeat center right 2.66vw;
	background-size: 2.93vw auto;
	border: 0.53vw solid #003477;
	position: relative;
}
.cv_01 li:nth-of-type(1) a img {
	width: 60.8vw;
	height: auto;
}
.cv_01 li:nth-of-type(2) {
	width: 78.93vw;
	height: 26.13vw;
	margin: 0 auto;
}
.cv_01 li:nth-of-type(2) h4 {
	font-size: 3.2vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	margin-bottom: 4vw;
}
.cv_01 li:nth-of-type(2) p {
	font-size: 4.8vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	padding-left: 6.66vw;
}
.cv_01 li:nth-of-type(2) a {
	display: block; 
	width: 78.93vw;
	height: 26.13vw;
	border-radius: 1.33vw;
	padding-left: 0;
	padding-top: 5.33vw;
	background: rgba(255,214,51,1.0) url("../img/cv_icn_01.png") no-repeat top 10.13vw left 5.33vw;
	background-size: 8.8vw auto;
	border: 0.53vw solid rgba(255,198,56,1.0);
	position: relative;
}
.cv_01 li:nth-of-type(2) a::after {
	content: "";
	width: 2.93vw;
	height: 2.93vw;	
	background: url("../img/cv_icn_02.png") no-repeat;
	background-size: 2.93vw auto;
	position: absolute;
	top: 11.2vw;
	right: 2.66vw;
	z-index: 100;
}
.cv_02 {
	width: 37.33vw;
	height: 37.33vw;
	border-radius: 18.665vw;
	background: #fff;
	position: absolute;
	top: 57.33vw;
	left: 4vw;
	padding-top: 8vw;
	padding-left: 4.8vw;
	text-align: left;
}
.cv_02 img {
	width: 30.4vw;
	height: auto;
}

/** *********************** **/

.cnt_01_wrap {
	width: 100%;
	background: #fff;
	padding: 24vw 0 14.66vw 0;
	position: relative;
}
.cnt_01_wrap::before {
	content: "";
	width: 14.4vw;
	height: 14.4vw;
	background: url("../img/cnt_01_icn_01.png") no-repeat;
	background-size: 14.4vw auto;
	position: absolute;
	top: 5.33vw;
	left: 50%;
	margin-left: -7.2vw;
}
.cnt_01 {
	width: 90.66vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_01_title {
	width: 100%;
	margin-bottom: 5.33vw;
	text-align: center;
}
.cnt_01_title dd {
	width: 100%;
	height: 12.26vw;
	display: inline-block;
	background-image: url("../img/sp_cnt_cmn_01.png"),url("../img/sp_cnt_cmn_02.png");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 7.73vw auto;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #1488d0;
	padding: 0.8vw 0 0 0;
	margin-bottom: 4vw;
}
.cnt_01_title dt {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	color: #003477;
}
.cnt_01 div:nth-of-type(1) {
	width: 90.66vw;
	margin: 0 auto 12vw auto;
}
.cnt_01 div:nth-of-type(1) ul:nth-of-type(1) {
	padding-bottom: 2.66vw;
	margin-bottom: 2.66vw;
	background: url("../img/cnt_01_bg_dot_01.png") repeat-x bottom left;
	background-size: 1.2vw auto;
}
.cnt_01 div:nth-of-type(1) ul:nth-of-type(2) {
	margin-bottom: 0;
}
.cnt_01 div:nth-of-type(1) li {
	width: 45.33vw;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}
.cnt_01 div:nth-of-type(1) li:nth-of-type(1) {
	padding: 2.13vw 4.03vw 2.66vw 0;
	background: url("../img/cnt_01_bg_dot_02.png") repeat-y top right;
	background-size: 0.4vw auto;
}
.cnt_01 div:nth-of-type(1) li:nth-of-type(2) {
	padding: 2.13vw 0 2.66vw 4.03vw;
}
.cnt_01 div:nth-of-type(1) li figure {
	width: 41.3vw;
	margin-bottom: 2.13vw;
}
.cnt_01 div:nth-of-type(1) li dd {
	display: inline-block;
	border-radius: 2.4vw;
	background: #1488d0;
	padding: 0.8vw 2.66vw 1.03vw 2.66vw;
	font-size: 2.66vw;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	position: relative;
	margin-bottom: 2.93vw;
}
.cnt_01 div:nth-of-type(1) li dd::after {
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 4px 0 4px;
	border-color: #007bff transparent transparent transparent;
	position: absolute;
	bottom: -3px;
	left: 50%;
	margin-left: -4px;
}
.cnt_01 div:nth-of-type(1) li dt {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	color: #003477;
	margin-bottom: 2.66vw;
}
.cnt_01 div:nth-of-type(1) li p {
	font-size: 3.46vw;
	line-height: 5.06vw;
}
.cnt_01_dl_02 {
	width: 88vw;
	background: #003477 url("../img/sp_cnt_01_arrow.png") no-repeat center right 4vw;
	background-size: 2.93vw auto;
	border-radius: 1.33vw;
	margin: 0 auto 5.33vw auto;
	padding: 4vw 0;
}
.cnt_01_dl_02 dt {
	text-align: center;
	font-size: 3.46vw;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2.66vw;
}
.cnt_01_dl_02 dd {
	width: 56.26vw;
	margin: 0 auto;
}
.cnt_01_dl_02 dd img {
	width: 56.26vw;
	height: auto;
}
/*.cnt_01 div:nth-of-type(2) {*/
.cnt_01 div.form-wrapper {
	width: 88vw;
	border-radius: 1.33vw;
	background: #ecf5fa;
	padding: 10.66vw 8vw 8vw 8vw;
	position: relative;
	margin: 0 auto 5.33vw auto;
}
/*.cnt_01 div:nth-of-type(2)::after {*/
.cnt_01 div.form-wrapper::after {
	content: "";
	width: 6.66vw;
	height: 11.73vw;
	background: url("../img/cnt_01_icn_02.png") no-repeat;
	background-size: 6.66vw auto;
	position: absolute;
	top: -4vw;
	left: 50%;
	margin-left: -3.33vw;
}
.cnt_01 div:nth-of-type(2) h3 {
	background: url("../img/sp_cnt_01_txt_bg.png") no-repeat bottom center;
	background-size: 71.2vw auto;
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 5.33vw;
	margin-bottom: 4vw;
}
.cnt_01 div:nth-of-type(2) h3 span {
	color: #1488d0;
}
.cnt_01 div:nth-of-type(2) table {
	margin-bottom: 5px;
}
.cnt_01 div:nth-of-type(2) th {
	font-size: 3.73vw;
	line-height: 1;
	font-weight: 700;
	padding-bottom: 2.13vw;
	position: relative;
}
.cnt_01 div:nth-of-type(2) th span {
	width: 9.33vw;
	height: 4vw;
	border-radius: 2vw;
	background: #1488d0;
	text-align: center;
	font-size: 2.66vw;
	line-height: 3.73vw;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-left: 2.66vw;
	position: absolute;
	top: 0;
}
.cnt_01 div:nth-of-type(2) td {
	padding-bottom: 2.66vw;
}
.cnt_01 div:nth-of-type(2) td input[type="text"] {
    width: 100%;
	height: 10.66vw;
    border: 0.26vw solid #c4cfd6;
	background: #fff;
    padding: 1.33vw 2.66vw;
	font-size: 4vw;
	line-height: 1;
	border-radius: 1.33vw;
	text-align: left;
}
.cnt_01 div:nth-of-type(2) td select {
	width: 100%;
	height: 10.66vw;
    border: 0.26vw solid #c4cfd6;
    background: #fff url("../img/cnt_01_arrow.png") no-repeat center right 4vw;
	background-size: 2.66vw auto;
    padding: 1.33vw 2.66vw;
	font-size: 4vw;
	line-height: 1;
	border-radius: 1.33vw;
	text-align: left;
}
.cnt_01 div:nth-of-type(2) ul {
	margin-bottom: 4vw;
}
.cnt_01 div:nth-of-type(2) li {
	font-size: 3.2vw;
	line-height: 1;
}
.cnt_01 div:nth-of-type(2) li input {
	margin-right: 2.66vw;
}
.cnt_01_btn {
	width: 72vw !important;
	height: 18.66vw !important;
	margin: 0 auto !important;
	position: relative;
}
.cnt_01_btn::before {
	content: "";
	width: 72vw;
	height: 18.66vw;
	border-radius: 1.33vw;
	background: #dee7eb;
	position: absolute;
	top: 1.33vw;
	left: 1.33vw;
	z-index: 0;
}
.cnt_01 div:nth-of-type(2) li a {
	font-size: 3.2vw;
	line-height: 1;
	color: #1488d0;
	text-decoration: underline;
}
.cnt_01 div:nth-of-type(2) input[type="submit"] {
    display: block;
	width: 72vw;
	height: 18.66vw;
	border-radius: 1.33vw;
	font-size: 4.8vw;
	line-height: 17.33vw;
	font-weight: 700;
	color: #000;
	padding-right: 3.2vw;
	background: #ffd633 url("../img/cnt_01_btn_arrow.png") no-repeat center right 2.66vw;
	background-size: 2.93vw auto;
	border: 0.53vw solid #ffc638;
	text-align: center;
	position: absolute;
	z-index: 1;
}


/** *********************** **/

.cnt_02_wrap {
	width: 100%;
	background: #ecf5fa url("../img/sp_cnt_02_bg.png") no-repeat top center;
	background-size: cover;
	padding: 12vw 0 12vw 0;
	position: relative;
}
.cnt_02_wrap::before {
	content: "";
	width: 14.93vw;
	height: 13.6vw;
	background: url("../img/cnt_02_icn_01.png") no-repeat;
	background-size: 14.93vw auto;
	position: absolute;
	top: -5.33vw;
	left: 50%;
	margin-left: -7.465vw;
}
.cnt_02_wrap::after {
	content: "";
	width: 55.73vw;
	height: 11.46vw;
	background: url("../img/cnt_02_arrow.png") no-repeat;
	background-size: 55.73vw auto;
	position: absolute;
	bottom: -4.53vw;
	left: 50%;
	margin-left: -27.865vw;
}
.cnt_02 {
	width: 90.66vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_02_title {
	margin-bottom: 17.33vw;
	text-align: center;
}
.cnt_02_title dd {
	width: 69.33vw;
	height: 12.26vw;
	display: inline-block;
	background-image: url("../img/sp_cnt_cmn_01.png"),url("../img/sp_cnt_cmn_02.png");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 7.73vw auto;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #1488d0;
	padding: 0.8vw 0 0 0;
	margin: 0 auto 4vw auto;
}
.cnt_02_title dt {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	color: #003477;
}
.cnt_02 ul {
	text-align: center;
	margin-bottom: 6.66vw;
}
.cnt_02 li {
	display: inline-block;
	vertical-align: top;
	width: 41.33vw;
	height: 29.33vw;
	border-radius: 1.33vw;
	background: #fff;
	position: relative;
	margin-right: 4vw;
	margin-bottom: 13.33vw;
}
.cnt_02 li:nth-of-type(2) {
	margin-right: 0;
}
.cnt_02 li:nth-of-type(3) {
	margin-bottom: 0;
}
.cnt_02 li:nth-of-type(4) {
	margin-right: 0;
	margin-bottom: 0;
}
.cnt_02 li:nth-of-type(1)::after {
	content: "";
	width: 14.4vw;
	height: 14.93vw;
	background: url("../img/cnt_02_icn_02.png") no-repeat;
	background-size: 14.4vw auto;
	position: absolute;
	top: -10.66vw;
	left: 50%;
	margin-left: -7.2vw;
}
.cnt_02 li:nth-of-type(2)::after {
	content: "";
	width: 14.4vw;
	height: 14.93vw;
	background: url("../img/cnt_02_icn_03.png") no-repeat;
	background-size: 14.4vw auto;
	position: absolute;
	top: -10.66vw;
	left: 50%;
	margin-left: -7.2vw;
}
.cnt_02 li:nth-of-type(3)::after {
	content: "";
	width: 14.4vw;
	height: 14.93vw;
	background: url("../img/cnt_02_icn_04.png") no-repeat;
	background-size: 14.4vw auto;
	position: absolute;
	top: -10.66vw;
	left: 50%;
	margin-left: -7.2vw;
}
.cnt_02 li:nth-of-type(4)::after {
	content: "";
	width: 14.4vw;
	height: 14.93vw;
	background: url("../img/cnt_02_icn_05.png") no-repeat;
	background-size: 14.4vw auto;
	position: absolute;
	top: -10.66vw;
	left: 50%;
	margin-left: -7.2vw;
}
.cnt_02 li p {
	width: 100%;
	font-size: 3.46vw;
	line-height: 5.6vw;
	position: absolute;
	padding: 0 2.66vw;
	text-align: left;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.cnt_02 li:nth-of-type(3) p {
	text-align: center !important;
}
.cnt_02 li p br {
	display: none;
}
.cnt_02 li p span {
	font-weight: 700;
	color: #003477;
}
.cnt_02 div {
	font-size: 3.73vw;
	line-height: 6.93vw;
}
.cnt_02 div span {
	font-weight: 700;
	color: #1488d0;
	position: relative;
}
.cnt_02 div span::after {
	content: "";
    position: absolute;
    left: -0.8vw;
    right: -0.8vw;
    bottom: -0.8vw;
	padding: 0 0.8vw;
    border-bottom: 0.26vw solid #1488d0;
}	

/** *********************** **/

.cnt_03_wrap {
	width: 100%;
	background: url("../img/cnt_03_bg_01.png") no-repeat top 53.33vw right;
	background-size: 79.73vw auto;
	padding: 12vw 0 0 0;
	margin: 0 auto;
}
.cnt_03 {
	width: 88vw;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 16vw;
}
.cnt_03_img_01 {
	width: 78.66vw;
	margin: 0 auto 8vw auto;
}
.cnt_03 h3 {
	font-size: 4.53vw;
	line-height: 7.2vw;
	font-weight: 700;
	color: #1488d0;
	margin-bottom: 9.33vw;
}
.cnt_03 p {
	font-size: 3.46vw;
	line-height: 6.13vw;
	padding-right: 29.33vw;
	margin-bottom: 6.66vw;
	text-align: left;
}
.cnt_03 li {
	width: 24.5vw;
	display: inline-block;
	border-radius: 1.33vw;
	vertical-align: top;
	background: #084799;
	padding: 2.13vw 0 2.13vw 0;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #fff;
	margin-right: 5.33vw;
	position: relative;
}
.cnt_03 li:nth-of-type(3) {
	margin-right: 0;
}
.cnt_03 li:nth-of-type(1)::after,
.cnt_03 li:nth-of-type(2)::after {
	content: "";
	width: 4vw;
	height: 4vw;
	background: url("../img/cnt_03_arrow.png") no-repeat;
	background-size: 4vw auto;
	position: absolute;
	top: 4.53vw;
	right: -4.8vw;
}
.cnt_03_img_02 {
	width: 100%;
	margin: 0 auto;
}

/** *********************** **/

.cnt_04_wrap {
	width: 100%;
	background: #ecf5fa;
	padding: 12vw 0 12vw 0;
}
.cnt_04 {
	width: 88vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_04 h3 {
	width: 62.4vw;
	margin: 0 auto 14.66vw auto;
}
.cnt_04 div {
	width: 88vw;
	background: #fff;
	border-radius: 1.33vw;
	padding: 9.33vw 6.66vw 12vw 6.66vw;
	margin-bottom: 13.33vw;
	position: relative;
}
.cnt_04 div:nth-of-type(6) {
	margin-bottom: 0;
}
.cnt_04 div:nth-of-type(1)::before {
	content: "";
	width: 21.6vw;
	height: 17.86vw;
	background: url("../img/cnt_04_txt_02.png") no-repeat;
	background-size: 21.6vw 17.86vw;
	position: absolute;
	top: -12vw;
	left: 50%;
	margin-left: -10.8vw;
}
.cnt_04 div:nth-of-type(2)::before {
	content: "";
	width: 21.6vw;
	height: 17.86vw;
	background: url("../img/cnt_04_txt_03.png") no-repeat;
	background-size: 21.6vw 17.86vw;
	position: absolute;
	top: -12vw;
	left: 50%;
	margin-left: -10.8vw;
}
.cnt_04 div:nth-of-type(3)::before {
	content: "";
	width: 21.6vw;
	height: 17.86vw;
	background: url("../img/cnt_04_txt_04.png") no-repeat;
	background-size: 21.6vw 17.86vw;
	position: absolute;
	top: -12vw;
	left: 50%;
	margin-left: -10.8vw;
}
.cnt_04 div:nth-of-type(4)::before {
	content: "";
	width: 21.6vw;
	height: 17.86vw;
	background: url("../img/cnt_04_txt_05.png") no-repeat;
	background-size: 21.6vw 17.86vw;
	position: absolute;
	top: -12vw;
	left: 50%;
	margin-left: -10.8vw;
}
.cnt_04 div:nth-of-type(5)::before {
	content: "";
	width: 21.6vw;
	height: 17.86vw;
	background: url("../img/cnt_04_txt_06.png") no-repeat;
	background-size: 21.6vw 17.86vw;
	position: absolute;
	top: -12vw;
	left: 50%;
	margin-left: -10.8vw;
}
.cnt_04 div:nth-of-type(6)::before {
	content: "";
	width: 21.6vw;
	height: 17.86vw;
	background: url("../img/cnt_04_txt_07.png") no-repeat;
	background-size: 21.6vw 17.86vw;
	position: absolute;
	top: -12vw;
	left: 50%;
	margin-left: -10.8vw;
}
.cnt_04 div h4 {
	font-size: 5.33vw;
	line-height: 7.46vw;
	font-weight: 700;
	position: relative;
	margin-bottom: 10.66vw;
}
.cnt_04 div h4 span {
	color: #084799;
}
.cnt_04 div h4::after {
	content: "";
	width: 21.33vw;
	height: 0.53vw;
	background: #228acb;
	position: absolute;
	bottom: -5.33vw;
	left: 50%;
	margin-left: -10.665vw;
}
.cnt_04 div dl {
	text-align: left;
	padding-bottom: 58.66vw;
}
.cnt_04 div dt {
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 400;
	margin-bottom: 5.33vw;
}
.cnt_04 div dt span {
	font-weight: 700;
	color: #228acb;
	position: relative;
}
.cnt_04 div dt span::after {
	content: "";
    position: absolute;
    left: -0.8vw;
    right: -0.8vw;
    bottom: -0.8vw;
	padding: 0 0.8vw;
    border-bottom: 0.26vw solid #228acb;
}
.cnt_04 div dd {
	font-size: 3.46vw;
	line-height: 6.13vw;
}
.cnt_04 div dd span.marker {
	background:linear-gradient(transparent 60%, #ffd633 60%);
}
.cnt_04 div dd span.cap {
	font-size: 2.5vw;
	line-height: 5.33vw;
	font-weight: 400;
	display: block;
	margin-top: 4vw;
}
.cnt_04 div:nth-of-type(1) dl {
	background: url("../img/cnt_04_img_01.jpg") no-repeat bottom center;
	background-size: 73.33vw auto;
}
.cnt_04 div:nth-of-type(2) dl {
	background: url("../img/cnt_04_img_02.jpg") no-repeat bottom center;
	background-size: 73.33vw auto;
}
.cnt_04 div:nth-of-type(3) dl {
	background: url("../img/cnt_04_img_03.jpg") no-repeat bottom center;
	background-size: 73.33vw auto;
}
.cnt_04 div:nth-of-type(4) dl {
	background: url("../img/cnt_04_img_04.jpg") no-repeat bottom center;
	background-size: 73.33vw auto;
}
.cnt_04 div:nth-of-type(5) dl {
	background: url("../img/cnt_04_img_05.jpg") no-repeat bottom center;
	background-size: 73.33vw auto;
}
.cnt_04 div:nth-of-type(6) dl {
	background: url("../img/cnt_04_img_06.jpg") no-repeat bottom center;
	background-size: 73.33vw auto;
}

/** *********************** **/

.cnt_05_wrap {
	width: 100%;
	background: #fff;
	padding: 25.33vw 0 13.33vw 0;
	position: relative;
}
.cnt_05_wrap::before {
	content: "";
	width: 15.2vw;
	height: 13.6vw;
	background: url("../img/cnt_05_icn_01.png") no-repeat;
	background-size: 15.2vw auto;
	position: absolute;
	top: 8vw;
	left: 50%;
	margin-left: -7.6vw;
}
.cnt_05 {
	width: 100%;
	text-align: center;
}
.cnt_05_title {
	margin-bottom: 5.33vw;
	text-align: center;
}
.cnt_05_title dd {
	width: 56vw;
	height: 12.26vw;
	display: inline-block;
	background-image: url("../img/sp_cnt_cmn_01.png"),url("../img/sp_cnt_cmn_02.png");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 7.73vw auto;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #1488d0;
	padding: 0.8vw 0 0 0;
	margin: 0 auto 4vw auto;
}
.cnt_05_title dt {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	color: #003477;
}
.cnt_05 p {
	width: 88vw;
	font-size: 3.46vw;
	line-height: 6.13vw;
	text-align: left;
	margin: 0 auto 6.66vw auto;
}
.cnt_05 ul {
	width: 88vw;
	margin: 0 auto 6.66vw auto;
}
.cnt_05 li {
	width: 24.5vw;
	display: inline-block;
	border-radius: 1.33vw;
	vertical-align: top;
	background: #084799;
	padding: 2.13vw 0 2.13vw 0;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #fff;
	margin-right: 5.33vw;
	position: relative;
}
.cnt_05 li:nth-of-type(3) {
	margin-right: 0;
}
.cnt_05 li:nth-of-type(1)::after,
.cnt_05 li:nth-of-type(2)::after {
	content: "";
	width: 4vw;
	height: 4vw;
	background: url("../img/cnt_03_arrow.png") no-repeat;
	background-size: 4vw auto;
	position: absolute;
	top: 4.53vw;
	right: -4.8vw;
}
.cnt_05_01 {
	width: 100%;
	margin: 0 auto 16vw auto;
}
.cnt_05 div {
	width: 88vw;
	border-radius: 1.33vw;
	background: #228acb url("../img/sp_cnt_05_bg.png") no-repeat top center;
	background-size: cover;
	padding: 10.66vw 6.66vw 6.66vw 6.66vw;
	margin: 0 auto;
	position: relative;
}
.cnt_05 div::before {
	content: "";
	width: 22.66vw;
	height: 9.06vw;
	background: url("../img/cnt_05_icn_02.png") no-repeat;
	background-size: 22.66vw auto;
	position: absolute;
	top: -4.8vw;
	left: 50%;
	margin-left: -11.33vw;
}
.cnt_05 div h4 {
	font-size: 4.53vw;
	line-height: 7.2vw;
	font-weight: 700;
	color: #fff;
	margin-bottom: 4vw;
}
.cnt_05 div p {
	width: 100%;
	padding-bottom: 41.33vw;
	background: url("../img/sp_cnt_05_img_02.jpg") no-repeat bottom center;
	background-size: 75.2vw auto;
	font-size: 3.46vw !important;
	line-height: 6.13vw !important;
	color: #fff;
	text-align: left;
}

/** *********************** **/

.cnt_06_wrap {
	width: 100%;
	background: #d2e7f5;
	padding: 12vw 0 22.66vw 0;
	position: relative;
}
.cnt_06_wrap::before {
	content: "";
	width: 17.6vw;
	height: 13.06vw;
	background: url("../img/cnt_06_icn_01.png") no-repeat;
	background-size: 17.6vw auto;
	position: absolute;
	top: -5.33vw;
	left: 50%;
	margin-left: -8.8vw;
}
.cnt_06 {
	width: 100%;
	margin: 0 auto;
	text-align: center;
}
.cnt_06_title {
	margin-bottom: 8vw;
	text-align: center;
}
.cnt_06_title dd {
	width: 53.33vw;
	height: 12.26vw;
	display: inline-block;
	background-image: url("../img/sp_cnt_cmn_01.png"),url("../img/sp_cnt_cmn_02.png");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 7.73vw auto;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #1488d0;
	padding: 0.8vw 0 0 0;
	margin: 0 auto 4vw auto;
}
.cnt_06_title dt {
	font-size: 4.8vw;
	line-height: 1;
	font-weight: 700;
	color: #003477;
}

.slider {
 margin: 0 auto;
 text-align: center;
 }
.splide__track {
	overflow: visible !important;
}
.splide__slide {
	width: 88vw !important;
	min-height: 200vw;
	background: #fff;
	border-radius: 1.33vw;
	padding: 14.66vw 8vw 8vw 8vw;
	position: relative;
	margin: 0 100px 0 0 !important;
	text-align: left;
	z-index: 5;
}
.splide__slide h4 {
	font-size: 6.66vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #1488d0;
	margin-bottom: 5.33vw;
}
.splide__slide ul {
	margin-bottom: 5.33vw;
}
.splide__slide li {
	width: 72vw;
}
.splide__slide li:nth-of-type(1) {
	position: relative;
	margin-bottom: 13.33vw;
}
.splide__slide li:nth-of-type(1)::after {
	content: "";
	width: 14.4vw;
	height: 5.06vw;
	background: url("../img/sp_cnt_06_arrow_03.png") no-repeat;
	background-size: 14.4vw 5.06vw;
	position: absolute;
	bottom: -9.33vw;
	left: 50%;
	margin-left: -7.2vw;
}
.splide__slide li dd {
	width: 27.46vw;
	margin: 0 auto 1.33vw auto;
}
.splide__slide li dt {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	text-align: center;
	color: #1488d0;
	margin-bottom: 2.66vw;
}
.splide__slide p {
	font-size: 3.46vw;
	line-height: 6.13vw;
}
.splide__arrow--prev {
	width: 7.73vw;
	height: 40vw;
	background: url("../img/cnt_06_arrow_01.png") no-repeat;
	background-size: 7.73vw 40vw;
	background-color: none;
	left: 50%;
	margin-left: -48vw;
	z-index: 30;
}
.splide__arrow--next {
	width: 7.73vw;
	height: 40vw;
	background: url("../img/cnt_06_arrow_02.png") no-repeat;
	background-size: 7.73vw 40vw;
	background-color: none;
	right: 50%;
	margin-right: -48vw;
	z-index: 99;
}
.splide__pagination {
	bottom: -11vw;
}
.splide__pagination__page {
    background: #fff;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 3.2vw;
    margin: 0 1.33vw;
    opacity: 1.0 !important;
    padding: 0;
    transition: transform .2s linear;
    width: 3.2vw;
}
.splide__pagination__page.is-active {
    background: #1488d0;
    transform: scale(1.0) !important;
}

.slide_01::after {
	content: "";
	width: 26.4vw;
	height: 8.8vw;
	background: url("../img/cnt_06_num_01.png") no-repeat;
	background-size: 26.4vw auto;
	position: absolute;
	top: 4vw;
	left: -2.66vw;
	z-index: 11;
}
.slide_02::after {
	content: "";
	width: 26.4vw;
	height: 8.8vw;
	background: url("../img/cnt_06_num_02.png") no-repeat;
	background-size: 26.4vw auto;
	position: absolute;
	top: 4vw;
	left: -2.66vw;
	z-index: 11;
}
.slide_03::after {
	content: "";
	width: 26.4vw;
	height: 8.8vw;
	background: url("../img/cnt_06_num_03.png") no-repeat;
	background-size: 26.4vw auto;
	position: absolute;
	top: 4vw;
	left: -2.66vw;
	z-index: 11;
}
.slide_04::after {
	content: "";
	width: 26.4vw;
	height: 8.8vw;
	background: url("../img/cnt_06_num_04.png") no-repeat;
	background-size: 26.4vw auto;
	position: absolute;
	top: 4vw;
	left: -2.66vw;
	z-index: 11;
}
.slide_05::after {
	content: "";
	width: 26.4vw;
	height: 8.8vw;
	background: url("../img/cnt_06_num_05.png") no-repeat;
	background-size: 26.4vw auto;
	position: absolute;
	top: 4vw;
	left: -2.66vw;
	z-index: 11;
}

/** *********************** **/

.cnt_13_wrap {
	width: 100%;
	background: #ecf5fa;
	padding: 118px 0 100px 0;
	position: relative;
}
.cnt_13_wrap::before {
	content: "";
	width: 55px;
	height: 67px;
	background: url("../img/cnt_13_icn_01.png") no-repeat;
	background-size: 55px auto;
	position: absolute;
	top: 40px;
	left: 50%;
	margin-left: -28px;
}
.cnt_13 {
	margin: 0 auto;
	text-align: center;
}
.cnt_13_title {
	margin-bottom: 50px;
	text-align: center;
	font-size: 25px;
	line-height: 1;
	font-weight: 700;
	color: #2f90d3;
}
.cnt_13 li {
  display: inline-block;
	margin: 3px 3px 10px;
  padding: 10px;
	border-radius: 5px;
	background: #fff;
	width: 85%;
	text-align: left;
  position: relative;
  border: 1px solid #2f90d3;
}
.cnt_13 li img {
	display: inline-block;
  position: relative;
  height: 75px;
  margin: 0 15px;
  width: auto;
  vertical-align: top;
}
.cnt_13 li div {
	display: inline-block;
  vertical-align: top;
}
.cnt_13 li h4 {
  position: relative;
	margin-bottom: 12px;
  font-weight: bold;
  font-size: 16px;
}
.cnt_13 li h4::after {
	content: "";
	width: 50px;
	height: 1px;
	background: #228acb;
	position: absolute;
  bottom: -6px;
  left: 0;
}
.cnt_13 li .price {
	margin-bottom: 4px;
}
.cnt_13 li .price span {
	color: #084799;
	font-weight: bold;
	font-size: 20px;
}
.cnt_13 .cap {
  padding-left: 10px;
  text-align: left;
	font-size: 12px;
}
.cnt_13 li .cap {
	font-size: 9px;
  padding-left: 0;
}
.cnt_13 li.col2 {
	padding: 10px;
  margin-bottom: 25px;
  text-align:center;
	width: 45%;

}
.cnt_13 li.col2 img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}
.cnt_13 li.col2 h4 {
	font-size: 20px;
	margin-bottom: 25px;
}
.cnt_13 li.col2 h4::after {
  bottom: -12px;
	height: 2px;
  left:50%;
  transform: translateX(-50%)
}
.cnt_13 li.col2 .price {margin-bottom: 10px;}
.cnt_13 li.col2 .price span {font-size: 26px;}
.cnt_13 li.col2 .cap {
	text-align: center;
	font-size: 12px;
}

@media screen and (min-width:555px) {
	.cnt_13 li {width: 45%;}
	.cnt_13 li img {margin: 0px 10px;}
}

/** *********************** **/

.cnt_07_wrap {
	width: 100%;
	background: #d2e7f5;
	padding: 28vw 0 22.66vw 0;
	position: relative;
}
.cnt_07_wrap::before {
	content: "";
	width: 13.33vw;
	height: 12.8vw;
	background: url("../img/cnt_07_icn_01.png") no-repeat;
	background-size: 13.33vw auto;
	position: absolute;
	top: 10.66vw;
	left: 50%;
	margin-left: -6.665vw;
}
.cnt_07 {
	width: 88vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_07_title {
	margin-bottom: 13.33vw;
	text-align: center;
}
.cnt_07_title dd {
	width: 53.33vw;
	height: 12.26vw;
	display: inline-block;
	background-image: url("../img/sp_cnt_cmn_01.png"),url("../img/sp_cnt_cmn_02.png");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 7.73vw auto;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #1488d0;
	padding: 0.8vw 0 0 0;
	margin: 0 auto 4vw auto;
}
.cnt_07_title dt {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	color: #003477;
}
.cnt_07 li {
	width: 88vw;
	border-radius: 1.33vw;
	background: #fff;
	padding: 10.66vw 8vw 45vw 8vw;
	margin-bottom: 20vw;
	text-align: left;
	position: relative;
}
.cnt_07 li:nth-of-type(3) {
	margin-bottom: 0;
}
.cnt_07 li:nth-of-type(1)::after {
	content: "";
	width: 9.06vw;
	height: 10.4vw;
	background: url("../img/cnt_07_txt_01.png") no-repeat;
	background-size: 9.06vw auto;
	position: absolute;
	top: -7.2vw;
	left: 50%;
	margin-left: -4.53vw;
}
.cnt_07 li:nth-of-type(2)::after {
	content: "";
	width: 9.06vw;
	height: 10.4vw;
	background: url("../img/cnt_07_txt_02.png") no-repeat;
	background-size: 9.06vw auto;
	position: absolute;
	top: -7.2vw;
	left: 50%;
	margin-left: -4.53vw;
}
.cnt_07 li:nth-of-type(3)::after {
	content: "";
	width: 9.06vw;
	height: 10.4vw;
	background: url("../img/cnt_07_txt_03.png") no-repeat;
	background-size: 9.06vw auto;
	position: absolute;
	top: -7.2vw;
	left: 50%;
	margin-left: -4.53vw;
}
.cnt_07 li h3 {
	font-size: 4.53vw;
	line-height: 7.2vw;
	font-weight: 700;
	margin-bottom: 10.66vw;
	position: relative;
}
.cnt_07 li h3::after {
	content: "";
	width: 17.33vw;
	height: 0.53vw;
	background: #228acb;
	position: absolute;
	bottom: -5.33vw;
	left: 0;
}
.cnt_07 li p {
	font-size: 3.46vw;
	line-height: 6.13vw;
}
.cnt_07 li:nth-of-type(1) div {
  width: 30vw;
  height: 37.5vw;
  background: url("../img/cnt_07_illust_01.png") no-repeat top center;
  background-size: 30vw auto;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  margin-left: -15vw;
  font-size: 4.26vw;
  line-height: 1;
  font-weight: 700;
  color: #1488d0;
  padding-top: 32vw;
  text-align: center;
}
.cnt_07 li:nth-of-type(2) div {
	width: 30vw;
	height: 37.5vw;
	background: url("../img/cnt_07_illust_02.png") no-repeat top center;
	background-size: 30vw auto;
	position: absolute;
	bottom: 4vw;
	left: 50%;
	margin-left: -15vw;
	font-size: 4.26vw;
	line-height: 1;
	font-weight: 700;
	color: #1488d0;
	padding-top: 32vw;
	text-align: center;
}
.cnt_07 li:nth-of-type(3) div {
  width: 30vw;
  height: 37.5vw;
  background: url("../img/cnt_07_illust_03.png") no-repeat top center;
  background-size: 30vw auto;
  position: absolute;
  bottom: 4vw;
  left: 50%;
  margin-left: -15vw;
  font-size: 4.26vw;
  line-height: 1;
  font-weight: 700;
  color: #1488d0;
  padding-top: 32vw;
  text-align: center;
}

/** *********************** **/

.cnt_08_wrap {
	width: 100%;
	background: #fff;
	padding: 26.66vw 0 17.33vw 0;
	position: relative;
}
.cnt_08_wrap::before {
	content: "";
	width: 11.46vw;
	height: 12.53vw;
	background: url("../img/cnt_08_icn_01.png") no-repeat;
	background-size: 11.46vw auto;
	position: absolute;
	top: 9.33vw;
	left: 50%;
	margin-left: -5.73vw;
}
.cnt_08 {
	width: 88vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_08_title {
	margin-bottom: 13.33vw;
	text-align: center;
	font-size: 4.53vw;
	line-height: 7.2vw;
	font-weight: 700;
	color: #2f90d3;
}
.cnt_08 ul {
	margin-bottom: 0;
}
.cnt_08 li {
	width: 88vw;
	border-radius: 1.33vw;
	background: #ecf5fa;
	padding: 30.66vw 8vw 9.33vw 8vw;
	margin-bottom: 16vw;
	text-align: left;
	position: relative;
}
.cnt_08 li:nth-of-type(3) {
	margin-bottom: 9.33vw;
}
.cnt_08 li h3 {
	font-size: 4.26vw;
	line-height: 6.93vw;
	font-weight: 700;
	margin-bottom: 4vw;
	color: #003477;
}
.cnt_08 li p {
	font-size: 3.46vw;
	line-height: 6.13vw;
}
.cnt_08 li:nth-of-type(1)::after {
	content: "";
	width: 32.53vw;
	height: 32.53vw;
	background: url("../img/cnt_08_img_01.png") no-repeat;
	background-size: 32.53vw auto;
	position: absolute;
	top: -6.66vw;
	left: 50%;
	margin-left: -16.265vw;
}
.cnt_08 li:nth-of-type(2)::after  {
	content: "";
	width: 32.53vw;
	height: 32.53vw;
	background: url("../img/cnt_08_img_02.png") no-repeat;
	background-size: 32.53vw auto;
	position: absolute;
	top: -6.66vw;
	left: 50%;
	margin-left: -16.265vw;
}
.cnt_08 li:nth-of-type(3)::after  {
	content: "";
	width: 32.53vw;
	height: 32.53vw;
	background: url("../img/cnt_08_img_03.png") no-repeat;
	background-size: 32.53vw auto;
	position: absolute;
	top: -6.66vw;
	left: 50%;
	margin-left: -16.265vw;
}
.cnt_08 h5 {
	font-size: 4vw;
	line-height: 6.66vw;
	font-weight: 400;
}

/** *********************** **/

.cnt_09_wrap {
	width: 100%;
	background: #ecf5fa;
	padding: 10.66vw 0 14.66vw 0;
	position: relative;
}
.cnt_09_wrap::before {
	content: "";
	width: 14.4vw;
	height: 14.4vw;
	background: url("../img/cnt_09_icn_01.png") no-repeat;
	background-size: 14.4vw auto;
	position: absolute;
	top: -8vw;
	left: 50%;
	margin-left: -7.2vw;
}
.cnt_09 {
	width: 88vw;
	margin: 0 auto;
	position: relative;
	text-align: center;
}
.cnt_09::after {
	content: none;
}
.cnt_09_title {
	margin-bottom: 5.33vw;
	text-align: center;
}
.cnt_09_title dd {
	width: 53.33vw;
	height: 12.26vw;
	display: inline-block;
	background-image: url("../img/sp_cnt_cmn_01.png"),url("../img/sp_cnt_cmn_02.png");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 7.73vw auto;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #1488d0;
	padding: 0.8vw 0 0 0;
	margin: 0 auto 4vw auto;
}
.cnt_09_title dt {
	font-size: 5.06vw;
	line-height: 1;
	font-weight: 700;
	color: #003477;
}
.cnt_09 p {
	font-size: 4vw;
	line-height: 6.66vw;
	margin-bottom: 5.33vw;
}
.cnt_09_acc dl {
	margin-bottom: 5.33vw;
	box-shadow: 0.26vw 0.26vw 0px 0px rgba(182,202,213,0.4);
	border-radius: 1.33vw;
	background: #fff;
}
.cnt_09_acc dl:nth-of-type(4) {
	margin-bottom: 0;
}
.cnt_09_acc dt {
	width: 88vw;
	background: #fff url("../img/cnt_09_open.png") no-repeat center right 5.33vw;
	background-size: 6.4vw auto;
	padding: 5.33vw;
	border-radius: 1.33vw;
	font-size: 4.8vw;
	line-height: 1;
	font-weight: 700;
	color: #003477;
	text-align: center;
	position: relative;
}
.cnt_09_acc dt.active {
	background: #fff url("../img/cnt_09_close.png") no-repeat center right 5.33vw;
	background-size: 6.4vw auto;
	border-radius: 1.33vw 1.33vw 0 0;
}
.cnt_09_acc dd {
	display: none;
	width: 88vw;
	background: #f7fbfd;
	padding: 5.33vw;
	border-radius: 0 0 1.33vw 1.33vw;
	position: relative;
	text-align: left;
}
.cnt_09_acc dd li {
	display: inline;
	margin-right: 2.66vw;
	font-size: 3.46vw;
	line-height: 6.13vw;
	font-weight: 400;
}

/** *********************** **/

.cnt_10_wrap {
	width: 100%;
	background: #fff;
	padding: 26.66vw 0 17.33vw 0;
	position: relative;
}
.cnt_10_wrap::before {
	content: "";
	width: 14.93vw;
	height: 13.06vw;
	background: url("../img/cnt_10_icn_01.png") no-repeat;
	background-size: 14.93vw auto;
	position: absolute;
	top: 10vw;
	left: 50%;
	margin-left: -7.465vw;
}
.cnt_10 {
	width: 88vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_10_title {
	margin-bottom: 13.33vw;
	text-align: center;
	font-size: 4.8vw;
	line-height: 1;
	font-weight: 700;
	color: #2f90d3;
}
.cnt_10 dl {
	width: 88vw;
	border-radius: 1.33vw;
	padding: 52vw 6.66vw 9.33vw 6.66vw;
	position: relative;
	margin-bottom: 14.66vw;
	text-align: left;
}
.cnt_10 dl::after {
	content: "";
	width: 34.13vw;
	height: 7.2vw;
	background: url("../img/cnt_10_arrow.png") no-repeat;
	background-size: 34.13vw auto;
	position: absolute;
	bottom: -4.26vw;
	left: 50%;
	margin-left: -17.065vw;
}
.cnt_10 dl:nth-of-type(5)::after {
	content: none;
}
.cnt_10 dl:nth-of-type(1)::before {
	content: "";
	width: 10.13vw;
	height: 11.43vw;
	background: url("../img/cnt_10_txt_01.png") no-repeat;
	background-size: 10.13vw auto;
	position: absolute;
	top: -7.46vw;
	left: 50%;
	margin-left: -5.065vw;
}
.cnt_10 dl:nth-of-type(2)::before {
	content: "";
	width: 10.13vw;
	height: 11.43vw;
	background: url("../img/cnt_10_txt_02.png") no-repeat;
	background-size: 10.13vw auto;
	position: absolute;
	top: -7.46vw;
	left: 50%;
	margin-left: -5.065vw;
}
.cnt_10 dl:nth-of-type(3)::before {
	content: "";
	width: 10.13vw;
	height: 11.43vw;
	background: url("../img/cnt_10_txt_03.png") no-repeat;
	background-size: 10.13vw auto;
	position: absolute;
	top: -7.46vw;
	left: 50%;
	margin-left: -5.065vw;
}
.cnt_10 dl:nth-of-type(4)::before {
	content: "";
	width: 10.13vw;
	height: 11.43vw;
	background: url("../img/cnt_10_txt_04.png") no-repeat;
	background-size: 10.13vw auto;
	position: absolute;
	top: -7.46vw;
	left: 50%;
	margin-left: -5.065vw;
}
.cnt_10 dl:nth-of-type(5)::before {
	content: "";
	width: 10.13vw;
	height: 11.43vw;
	background: url("../img/cnt_10_txt_05.png") no-repeat;
	background-size: 10.13vw auto;
	position: absolute;
	top: -7.46vw;
	left: 50%;
	margin-left: -5.065vw;
}
.cnt_10 dl:nth-of-type(1) {
	background: #ecf5fa url("../img/cnt_10_img_01.jpg") no-repeat top 11.2vw center;
	background-size: 75.46vw auto;
}
.cnt_10 dl:nth-of-type(2) {
	background: #ecf5fa url("../img/cnt_10_img_02.jpg") no-repeat top 11.2vw center;
	background-size: 75.46vw auto;
}
.cnt_10 dl:nth-of-type(3) {
	background: #ecf5fa url("../img/cnt_10_img_03.jpg") no-repeat top 11.2vw center;
	background-size: 75.46vw auto;
}
.cnt_10 dl:nth-of-type(4) {
	background: #ecf5fa url("../img/cnt_10_img_04.jpg") no-repeat top 11.2vw center;
	background-size: 75.46vw auto;
}
.cnt_10 dl:nth-of-type(5) {
	background: #ecf5fa url("../img/cnt_10_img_05.jpg") no-repeat top 11.2vw center;
	background-size: 75.46vw auto;
	margin-bottom: 5.33vw;
}
.cnt_10 dt {
	font-size: 4.53vw;
	line-height: 7.2vw;
	font-weight: 700;
	color: #003477;
	margin-bottom: 4vw;
	text-align: center;
}
.cnt_10 dd {
	font-size: 3.46vw;
	line-height: 6.13vw;
}
.cnt_10 p {
	font-size: 2.66vw;
	line-height: 1;
	text-align: center;
}

/** *********************** **/

.cnt_11_wrap {
	width: 100%;
	background: #ecf5fa;
	padding: 12vw 0 12vw 0;
	position: relative;
}
.cnt_11_wrap::before {
	content: "";
	width: 11.73vw;
	height: 14.4vw;
	background: url("../img/cnt_11_icn_01.png") no-repeat;
	background-size: 11.73vw auto;
	position: absolute;
	top: -7.46vw;
	left: 50%;
	margin-left: -5.865vw;
}
.cnt_11 {
	width: 88vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_11_title {
	margin-bottom: 9.33vw;
	text-align: center;
	font-size: 4.53vw;
	line-height: 1;
	font-weight: 700;
	color: #2f90d3;
}
.cnt_11 dl {
	margin-bottom: 5.33vw;
	border-radius: 1.33vw;
	background: #fff;
}
.cnt_11 dl:nth-of-type(6) {
	margin-bottom: 0;
}
.cnt_11 dt {
	width: 88vw;
	background: #fff url("../img/cnt_11_open.png") no-repeat center right 5.33vw;
	background-size: 6.4vw auto;
	padding: 5.33vw 13.33vw 5.33vw 13.33vw;
	border-radius: 1.33vw;
	font-size: 4.26vw;
	line-height: 6.93vw;
	font-weight: 700;
	color: #1488d0;
	text-align: left;
	position: relative;
}
.cnt_11 dt.active {
	background: #fff url("../img/cnt_11_close.png") no-repeat center right 5.33vw;
	background-size: 6.4vw auto;
	border-radius: 1.33vw 1.33vw 0 0 ;
}
.cnt_11 dd {
	display: none;
	width: 88vw;
	background: #f5fafd;
	padding: 5.33vw 5.33vw 5.33vw 13.33vw;
	border-radius: 0 0 1.33vw 1.33vw;
	position: relative;
	text-align: left;
	font-size: 3.73vw;
	line-height: 6.4vw;
}
.cnt_11 dt::before {
	content: "Q.";
	font-weight: 700;
	font-size: 5.86vw;
	line-height: 1;
	color: #1488d0;
	position: absolute;
	top: 4.8vw;
	left: 4.8vw;
}
.cnt_11 dd::before {
	content: "A.";
	font-weight: 700;
	font-size: 5.86vw;
	line-height: 1;
	color: #1488d0;
	position: absolute;
	top: 4.8vw;
	left: 4.8vw;
}

/** *********************** **/

.cnt_12_wrap {
	width: 100%;
	background: #fff;
	padding: 24vw 0 12vw 0;
	position: relative;
}
.cnt_12_wrap::before {
	content: "";
	width: 14.4vw;
	height: 14.4vw;
	background: url("../img/cnt_12_icn_01.png") no-repeat;
	background-size: 14.4vw auto;
	position: absolute;
	top: 5.33vw;
	left: 50%;
	margin-left: -7.2vw;
}
.cnt_12 {
	width: 88vw;
	margin: 0 auto;
	text-align: center;
}
.cnt_12_title {
	margin-bottom: 5.33vw;
	text-align: center;
}
.cnt_12_title dd {
	width: 88vw;
	height: 12.26vw;
	display: inline-block;
	background-image: url("../img/sp_cnt_cmn_01.png"),url("../img/sp_cnt_cmn_02.png");
	background-repeat: no-repeat;
	background-position: top left,top right;
	background-size: 7.73vw auto;
	font-size: 3.73vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #1488d0;
	padding: 0.8vw 0 0 0;
	margin: 0 auto 4vw auto;
}
.cnt_12_title dt {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	color: #003477;
}
.cnt_12_txt_01 {
	width: 88vw;
	border-radius: 1.33vw;
	background: #003477 url("../img/sp_cv_tel_arrow.png") no-repeat center right 4vw;
	background-size: 2.93vw auto;
	text-align: center;
	padding: 4vw 0;
	margin: 0 auto 9.33vw auto;
}
.cnt_12_txt_01 dt {
	font-size: 3.46vw;
	line-height: 1;
	font-weight: 700;
	color: #fff;
	text-align: center;
	margin-bottom: 3.2vw;
}
.cnt_12_txt_01 dd {
	text-align: center;
}
.cnt_12_txt_01 dd img {
	width: 56.26vw;
	height: auto;
}
.cnt_12 h4 {
	font-size: 4.8vw;
	line-height: 7.46vw;
	font-weight: 700;
	color: #003477;
	margin-bottom: 5.33vw;
}
.cnt_12_txt_02 {
	font-size: 3.46vw;
	line-height: 6.13vw;
	margin-bottom: 8vw;
	text-align: left;
}

.cnt_12 table {
	width: 88vw;
	margin: 0 auto;
}
.cnt_12 th {
	padding: 0 0 2.66vw 0;
	font-size: 4.26vw;
	line-height: 6.93vw;
	font-weight: 700;
	position: relative;
}
.cnt_12 th span {
	width: 16vw;
	height: 5.33vw;
	border-radius: 2.665vw;
	background: #1488d0;
	text-align: center;
	font-size: 3.2vw;
	line-height: 5.33vw;
	font-weight: 700;
	color: #fff;
	display: inline-block;
	margin-left: 2.66vw;
	position: absolute;
	top: 0.8vw;
}
.cnt_12 td {
	text-align: left;
	padding: 0 0 4vw 0;
}
.cnt_12 td span {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	line-height: 1;
}
.cnt_12 td li {
	font-size: 16px;
	line-height: 32px;
	float: left;
	margin-right: 30px;
}
.cnt_12 td li input {
	margin-right: 10px;
}
.contents_07 td p {
	cnt_12-size: 13px;
	line-height: 1;
	margin-top: 10px;
}
.cnt_12 td input[type="text"] {
    width: 100%;
    border: 0.26vw solid #b5b4b4;
    box-sizing: border-box;
    padding: 2.66vw 2.66vw;
	font-size: 4vw;
	line-height: 1;
	border-radius: 1.33vw;
}
.cnt_12 td textarea {
    width: 100%;
    height: 26.66vw;
    border: 0.26vw solid #b5b4b4;
    background: #fff;
    box-sizing: border-box;
    padding: 2.66vw 2.66vw;
	font-size: 4vw;
	line-height: 6.66vw;
	border-radius: 1.33vw;
}
.cnt_12 td select {
	width: 100%;
	border: 0.26vw solid #b5b4b4;
    background: #fff url("../img/cnt_01_arrow.png") no-repeat center right 4vw;
	background-size: 2.66vw auto;
    padding: 2.66vw;
	font-size: 4vw;
	line-height: 1;
	border-radius: 1.33vw;
	text-align: left;
}

.privacy {
	width: 88vw;
    height: 53.33vw;
    border: 1px solid #b5b4b4;
    background: #fff;
    box-sizing: border-box;
    padding: 2.66vw;
	border-radius: 1.33vw;
	margin: 0 auto 6.66vw auto;
	overflow: auto;
	text-align: left;
}
.privacy dl {
	margin-bottom: 4vw;
}
.privacy dl dt {
	font-size: 3.46vw;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 2.66vw;
}
.privacy dl dd {
	font-size: 2.66vw;
	line-height: 4.8vw;
}
.privacy p {
	font-size: 2.66vw;
	line-height: 4.8vw;
	margin-bottom: 2.66vw;
	text-align: left !important;
}
.privacy p:last-child {
	margin-bottom: 0;
}
.cnt_12 li {
	font-size: 4vw;
	line-height: 1;
	margin-bottom: 6.66vw;
}
.cnt_12 li input {
	margin-right: 1.33vw;
}
.cnt_12 li a {	
	color: #1488d0;
	text-decoration: underline;
}
.submit_btn {
	width: 88vw;
	height: 22.66vw;
	margin: 0 auto;
	position: relative;
}
.submit_btn::after {
	content: "";
	width: 88vw;
	height: 22.66vw;
	border-radius: 1.33vw;
	background: #f0f0f0;
	position: absolute;
	bottom: -1.33vw;
	right: -1.33vw;
	z-index: 0;
}
.submit_btn input[type="submit"] {
    display: block;
	width: 88vw;
	height: 22.66vw;
	border-radius: 1.33vw;
	font-size: 6.13vw;
	line-height: 20.66vw;
	font-weight: 700;
	color: #000;
	background: #ffd633 url("../img/cnt_12_arrow.png") no-repeat center right 4.8vw;
	background-size: 3.46vw auto;
	border: 3px solid rgba(255,198,56,1.0);
	position: relative;
	text-align: center;
	z-index: 10;
}

/** *********************** **/

.thanks_wrap {
	width: 100%;
	padding: 13.33vw 0 13.33vw 0;
}
.thanks {
	width: 88vw;
	margin: 0 auto;
	text-align: center;
}
.thanks figure {
	width: 55.46vw;
	margin: 0 auto 5.33vw auto;
}
.thanks h1 {
	font-size: 20px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 30px;
}
.thanks dt {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 20px;
}
.thanks dd {
	font-size: 19px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 25px;
}
.thanks p {
	font-size: 15px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 40px;
}
.thanks ul {
	width: 500px;
	height: 60px;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}
.thanks ul::after {
	content: "";
	width: 500px;
	height: 60px;
	background: #e8e8e8;
	position: absolute;
	bottom: -5px;
	right: -3px;
	z-index: -1;
}
.thanks li a:link,
.thanks li a:visited,
.thanks li a:active {
	display: block;
	width: 500px;
	height: 60px;
	font-size: 22px;
	line-height: 51px;
	font-weight: 700;
	border: 3px solid #2b4889;
	background: #2b4889;
	transition: all 0.3s linear;
	position: relative;
	color: #fff;
}
.thanks li a:hover {
	display: block;
	width: 500px;
	height: 60px;
	font-size: 22px;
	line-height: 51px;
	font-weight: 700;
	border: 3px solid #2b4889;
	background: #2b4889;
	transition: all 0.3s linear;
	position: relative;
	color: #fff;
}

/** *********************** **/

footer {
	width: 100%;
	background: #2b4889;
	padding: 13.33vw 0 33vw 0;
	text-align: center;
}
footer h5 {
	width: 55.46vw;
	margin: 0 auto 5.33vw auto;
}
footer p {
	font-size: 3.46vw;
	line-height: 6.13vw;
	color: #fff;
	margin-bottom: 5.33vw;
}
footer ul {
	width: 74.66vw;
	margin: 0 auto 13.33vw auto;
}
footer li a {
	display: block;
	width: 74.66vw;
	height: 10.13vw;
	border-radius: 5.065vw;
	border: 3px solid #0f78ba;
	background: #228acb url("../img/footer_icn.png") no-repeat center right 4vw;
	background-size: 2.66vw auto;
	box-shadow: 3px 3px 0px 0px rgba(0,0,0,0.1);
	font-size: 3.46vw;
	line-height: 8.8vw;
	font-weight: 700;
	color: #fff;
}
footer small {
	display: block;
	font-size: 2.66vw;
	line-height: 1;
	color: #fff;
}

/** *********************** **/

#pagetop {
  position: fixed;
  bottom: 24vw;
  right: 4vw;
  z-index: 80;
}
#pagetop a {
  display: block;
  background: url("../img/page_top.png") no-repeat center center;
  background-size: 9.33vw auto;
  width: 9.33vw;
  height: 9.33vw;
}

/** *********************** **/

/*モーダルを開くボタン*/
.modal-open{
}
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,0.6);
	padding: 40px 20px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
    box-sizing: border-box;
	z-index: 100;
}
/*モーダル本体の擬似要素の指定*/
.modal-container:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active{
	opacity: 1;
	visibility: visible;
}
/*モーダル枠の指定*/
.modal-body {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	max-width: 80vw;
	width: 80vw;
}
/*モーダルを閉じるボタンの指定*/
.modal-close {
	position: absolute;
	display: flex;
    align-items: center;
    justify-content: center;
	top: -6.33vw;
	right: 0;
	width: 5.33vw;
	height: 5.33vw;
	font-size: 5.33vw;
	color: #fff;
	cursor: pointer;
}
/*モーダル内のコンテンツの指定*/
.modal-content {
	width: 80vw;
	background: #fff;
	text-align: left;
	padding: 10.66vw 8vw;
	border-radius: 1.33vw;
}
.modal-content dt {
	font-size: 4vw;
	line-height: 1;
	font-weight: 700;
	color: #003477;
	margin-bottom: 4vw;
}
.modal-content dd {
	font-size: 3.2vw;
	line-height: 5.86vw;
	margin-bottom: 5.33vw;
}
.modal-content dd:last-child {
	margin-bottom: 0;
}

/** *********************** **/

.bottom_fixed {
	width: 100%;
	background: rgba(255,255,255,0.80);
	padding: 5px;
	text-align: center;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.bottom_fixed li {	
	margin: 0 0.8vw;
}
.fixed_tel {
	display: inline-block;
	/*width: 46.13vw;*/
}
.fixed_tel img {
	max-height: 100px;
}
./*fixed_contact {
	display: inline-block;
	width: 46.4vw;
}*/


.bg-image-loop_wrap {
	padding: 0;
	background-color: #fff;
}
.bg-image-loop {
	margin: 5px 0;
  width: 100%;
  height: 120px;
  position: relative;
  background: url("../img/loop.jpg") repeat-x 0 0;
  background-size: auto 100%;
  animation: bg-slider 65s linear infinite;
  padding: 0;
}
@keyframes bg-slider {
	from {background-position: 0 0;}
	to {background-position: -3800px 0;}
	/* 3800pxとは使用した背景画像の長さ */
}

input[type="submit"],
.fixed_tel {
	animation: sway 2s infinite;
}
@keyframes sway {
  0% {transform: translate(2px, 0px);}
  5% {transform: translate(-2px, 0px);}
  10% {transform: translate(2px, 0px);}
  15% {transform: translate(-2px, 0px);}
  20% {transform: translate(2px, 0px);}
  25% {transform: translate(-2px, 0px);}
  30% {transform: translate(0px, 0px);}
}