@charset "UTF-8";
/* ---------------------------------------
  基本情報
-----------------------------------------*/
html, body {
	height: 100%;
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
}

body, h1, h2, h3, h4, h5, h6, p, address,
ul, ol, li, dl, dt, dd,
table, th, td, img, form {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-family: "Noto Sans JP", sans-serif;
	text-align: left;
	color: #4c5863;
	word-break: break-word;
}

input, button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	font-family: "Noto Sans JP", sans-serif;
	color: #4c5863;
}

textarea {
	resize: vertical;
}

select::-ms-expand {
	display: none;
}

a {
	text-decoration: none;
	color: inherit;
	outline: none;
}

img {
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

/* responsive
--------------------------------*/
@media screen and (min-width: 768px) {
	.sp {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.pc {
		display: none !important;
	}
}
/* base
--------------------------------*/
p, dt, dd, li, th, td,
input, button, textarea, select {
	font-size: 1.8rem;
	line-height: 1.6111111111;
	letter-spacing: 0.075em;
}

body.fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrap {
	max-width: 1100px;
	width: calc(100% - 40px);
	margin: 0 auto;
}
.wrap.-m {
	max-width: 1000px;
}
.wrap.-s {
	max-width: 850px;
}

.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.tac {
	text-align: center !important;
}

.tar {
	text-align: right !important;
}

.tal {
	text-align: left !important;
}

.roboto,
.roboto * {
	font-family: "Roboto", sans-serif;
}

.serif,
.serif * {
	font-family: "Noto Serif JP", serif;
}

.green {
	color: #12b89c;
}

.red {
	color: #ba272d;
}

@media screen and (min-width: 768px) {
	body {
		min-width: 1100px;
	}
}
@media screen and (max-width: 767px) {
	body {
		-webkit-text-size-adjust: 100%;
	}
	img {
		width: 100%;
	}
	.wrap {
		width: 90.6666666667vw;
	}
	p, dt, dd, li, th, td,
input, button, textarea, select {
		font-size: 3.7333333333vw;
	}
	.sp-tac {
		text-align: center !important;
	}
	.sp-tar {
		text-align: right !important;
	}
	.sp-tal {
		text-align: left !important;
	}
}
/* ---------------------------------------------
  header
-----------------------------------------------*/
.container {
	position: relative;
}

/* header
--------------------------------*/
.header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	.header {
		position: fixed;
		background: #FFFFFF;
		padding: 0;
		z-index: 100;
	}
}
.header .wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 1150px;
}
@media screen and (max-width: 767px) {
	.header .wrap {
		max-width: 100%;
		width: 100%;
	}
}
.header .header-top {
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.header .header-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: justify;
		    -ms-flex-pack: justify;
		        justify-content: space-between;
		width: 100%;
		padding: 0 0 0 15px;
		background: #FFFFFF;
	}
}
.header .logo {
	width: 190px;
}
@media screen and (max-width: 767px) {
	.header .logo {
		width: 125px;
		line-height: 1;
	}
	.header .logo img {
		vertical-align: baseline;
	}
}
.header .logo a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.header .logo a:hover {
	opacity: 0.7;
}
.header .sp-block {
	display: none;
}
@media screen and (max-width: 767px) {
	.header .sp-block {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
	}
	.header .sp-block .contact {
		margin-top: -4px;
	}
	.header .sp-block .contact a {
		font-size: 1.2rem;
		font-weight: 700;
		color: #FFFFFF;
		text-align: center;
		background: #ef8011;
		-webkit-box-shadow: 0 3px 0 #b84b13;
		        box-shadow: 0 3px 0 #b84b13;
		border-radius: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		height: 30px;
		padding: 0 10px;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
		cursor: pointer;
	}
	.header .sp-block .contact a:hover {
		opacity: 0.7;
	}
	.header .sp-block .menu-trigger {
		width: 60px;
		height: 60px;
		position: relative;
	}
	.header .sp-block .menu-trigger span {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		width: 30px;
		height: 2px;
		background: #4c5863;
		-webkit-transition: 0.3s;
		transition: 0.3s;
	}
	.header .sp-block .menu-trigger span:nth-child(1) {
		top: 34%;
	}
	.header .sp-block .menu-trigger span:nth-child(2) {
		top: 50%;
		-webkit-transform: translateY(-50%);
		        transform: translateY(-50%);
	}
	.header .sp-block .menu-trigger span:nth-child(3) {
		top: auto;
		bottom: 34%;
	}
}
@media screen and (max-width: 767px) {
	.header .gnavi {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		background: #e8eef5;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		-webkit-transform: translateY(-100%);
		        transform: translateY(-100%);
	}
}
.header .gnavi .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.header .gnavi .main {
		display: block;
	}
}
.header .gnavi .main li {
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: 30px;
}
@media screen and (max-width: 767px) {
	.header .gnavi .main li {
		margin-left: 0;
		border-bottom: 1px solid #FFFFFF;
	}
}
.header .gnavi .main li a {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.header .gnavi .main li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.header .gnavi .main li a {
		display: block;
		padding: 12px 15px;
	}
}
.header .gnavi .main li.button {
	display: none;
}
.header .gnavi .main li.button a {
	font-size: 1.4rem;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	background: #ef8011;
	-webkit-box-shadow: 0 5px 0 #b84b13;
	        box-shadow: 0 5px 0 #b84b13;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 40px;
	padding: 0 25px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.header .gnavi .main li.button a:hover {
	opacity: 0.7;
}
.header.is-clone {
	-webkit-transform: translateY(-100%);
	        transform: translateY(-100%);
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #FFFFFF;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	z-index: 100;
}
.header.is-clone.is-show {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}
.header.is-clone .wrap {
	max-width: 1360px;
}
.header.is-clone .gnavi .main li.button {
	display: block;
}
.header.menu-open .menu-trigger span:nth-child(1) {
	top: 50%;
	-webkit-transform: translateY(50%) rotate(135deg);
	        transform: translateY(50%) rotate(135deg);
}
.header.menu-open .menu-trigger span:nth-child(2) {
	opacity: 0;
}
.header.menu-open .menu-trigger span:nth-child(3) {
	top: 50%;
	bottom: auto;
	-webkit-transform: translateY(50%) rotate(-135deg);
	        transform: translateY(50%) rotate(-135deg);
}
.header.menu-open .gnavi {
	-webkit-transform: translateY(0);
	        transform: translateY(0);
}

/* ---------------------------------------------
  main
-----------------------------------------------*/
.container {
	overflow: hidden;
}

/* title
--------------------------------*/
.sec-title {
	font-size: 3.8rem;
	line-height: 1.4210526316;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sec-title {
		font-size: 6.4vw;
	}
}
.sec-title.-small {
	font-size: 3rem;
}
@media screen and (max-width: 767px) {
	.sec-title.-small {
		font-size: 5.3333333333vw;
	}
}
.sec-title.-small .st {
	font-size: 1.4em;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.sec-title.-small .st {
		font-size: 1.3em;
	}
}

.sec-title-notes {
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sec-title-notes {
		font-size: 3.2vw;
	}
}

.wide-title {
	font-size: 4.8rem;
	letter-spacing: 0.105em;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	background: #4d4d4d;
	padding: 34px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.wide-title {
		font-size: 5.8666666667vw;
		padding: 8vw 5.3333333333vw;
	}
}
.wide-title::before {
	content: "";
	position: absolute;
	bottom: -55px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	border: 25px solid transparent;
	border-top: 30px solid #4d4d4d;
}
@media screen and (max-width: 767px) {
	.wide-title::before {
		border-width: 15px;
		border-top-width: 20px;
		bottom: -35px;
	}
}

/* box
--------------------------------*/
.c-white-box {
	padding: 40px;
	border: 2px solid #FFFFFF;
	background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 767px) {
	.c-white-box {
		padding: 5.3333333333vw;
		border-width: 0.5333333333vw;
	}
}

.c-note-box {
	margin: 0 -20px;
}
@media screen and (max-width: 767px) {
	.c-note-box {
		margin: 0 -2.6666666667vw;
	}
}
.c-note-box .inner {
	padding: 20px 60px;
	background: url("../img/bg_ring_02.png") repeat-y;
	background-size: 100% auto;
}
@media screen and (max-width: 767px) {
	.c-note-box .inner {
		padding: 5.3333333333vw 8vw;
	}
}
.c-note-box.-gray {
	margin: 0;
}
.c-note-box.-gray .inner {
	background: url("../img/bg_ring_05.png") repeat-y;
	background-size: 100% auto;
}
.c-note-box > img:last-child {
	vertical-align: top;
}

.c-shadow-box {
	padding: 20px;
	background: #FFFFFF;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
@media screen and (max-width: 767px) {
	.c-shadow-box {
		padding: 5.3333333333vw;
		border-radius: 0.5333333333vw;
	}
}

.c-green-box {
	border: 4px solid #12b89c;
	background: #f7f7f7;
	-webkit-box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
	        box-shadow: 4px 4px 0 rgba(0, 0, 0, 0.1);
	position: relative;
	overflow: hidden;
	padding: 40px 50px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.c-green-box {
		border-width: 0.2666666667vw;
		-webkit-box-shadow: 0.5333333333vw 0.5333333333vw 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 0.5333333333vw 0.5333333333vw 0 rgba(0, 0, 0, 0.1);
		padding: 5.3333333333vw;
	}
}
.c-green-box::before, .c-green-box::after {
	content: "";
	position: absolute;
	top: -40px;
	left: -40px;
	width: 80px;
	height: 80px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
	background: #12b89c;
}
@media screen and (max-width: 767px) {
	.c-green-box::before, .c-green-box::after {
		width: 10.6666666667vw;
		height: 10.6666666667vw;
		top: -5.3333333333vw;
		left: -5.3333333333vw;
	}
}
.c-green-box::after {
	left: auto;
	right: -40px;
}
@media screen and (max-width: 767px) {
	.c-green-box::after {
		right: -5.3333333333vw;
	}
}

/* check
--------------------------------*/
.c-check-list li {
	font-size: 2.6rem;
	font-weight: 700;
	position: relative;
	padding-left: 1.5em;
}
@media screen and (max-width: 767px) {
	.c-check-list li {
		font-size: 4.8vw;
	}
}
.c-check-list li:nth-child(n+2) {
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.c-check-list li:nth-child(n+2) {
		margin-top: 2.6666666667vw;
	}
}
.c-check-list li::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 1em;
	height: 1em;
	background: #12b89c;
	border-radius: 3px;
}
@media screen and (max-width: 767px) {
	.c-check-list li::before {
		top: 1.6vw;
	}
}
.c-check-list li::after {
	content: "";
	position: absolute;
	top: 11px;
	left: 5px;
	width: 0.9em;
	height: 0.6em;
	border-left: 4px solid #FFFFFF;
	border-bottom: 4px solid #FFFFFF;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
	.c-check-list li::after {
		top: 1.6vw;
		left: 1.0666666667vw;
		border-left-width: 0.8vw;
		border-bottom-width: 0.8vw;
	}
}

/* strong-text
--------------------------------*/
.c-strong-text {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.c-strong-text {
		font-size: 4.8vw;
	}
}

/* mv
--------------------------------*/
.mv {
	background: url("../img/bg_mv_01.jpg") no-repeat center center/cover;
	padding: 104px 0 35px;
}
@media screen and (max-width: 767px) {
	.mv {
		padding: 80px 15px 25px;
	}
}
.mv .title {
	text-align: center;
}

/* opt
--------------------------------*/
.opt {
	background: #e8eef5;
	padding: 30px 0;
}
@media screen and (max-width: 767px) {
	.opt {
		padding: 6.6666666667vw 0;
	}
}
.opt .wrap {
	max-width: 933px;
}
.opt .title {
	font-size: 2.2rem;
	font-weight: 700;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 3px solid #4c5863;
}
@media screen and (max-width: 767px) {
	.opt .title {
		font-size: 4vw;
		text-align: left;
		line-height: 1.3;
		padding-bottom: 2.6666666667vw;
		border-bottom-width: 0.8vw;
	}
}
.opt .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.opt .flex {
		display: block;
		margin-top: 4vw;
	}
}
.opt .tel-area {
	width: 350px;
}
@media screen and (max-width: 767px) {
	.opt .tel-area {
		width: auto;
	}
}
.opt .logo {
	width: 250px;
	margin: 5px auto 0;
}
@media screen and (max-width: 767px) {
	.opt .logo {
		width: 53.3333333333vw;
	}
}
.opt .tel {
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.opt .tel {
		margin-top: 4vw;
	}
	.opt .tel a {
		font-size: 4.8vw;
		font-weight: 700;
		color: #FFFFFF;
		text-align: center;
		background: #FFFFFF;
		-webkit-box-shadow: 0 5px 0 #4c5863;
		        box-shadow: 0 5px 0 #4c5863;
		border-radius: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		    -ms-flex-align: center;
		        align-items: center;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		height: 13.3333333333vw;
		-webkit-transition: opacity 0.3s;
		transition: opacity 0.3s;
		cursor: pointer;
	}
	.opt .tel a:hover {
		opacity: 0.7;
	}
	.opt .tel a img {
		width: 58.6666666667vw;
	}
}
.opt .button-area {
	width: 527px;
}
@media screen and (max-width: 767px) {
	.opt .button-area {
		width: auto;
		margin-top: 5.3333333333vw;
	}
}
.opt .text {
	font-size: 2.7rem;
	line-height: 1;
	color: #12b89c;
	font-weight: 700;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.opt .text {
		font-size: 4.8vw;
	}
}
.opt .text span {
	display: inline-block;
	position: relative;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.opt .text span {
		padding: 0 4vw;
	}
}
.opt .text span::before, .opt .text span::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 4px;
	height: 30px;
	background: #12b89c;
	-webkit-transform: rotate(-35deg);
	        transform: rotate(-35deg);
}
@media screen and (max-width: 767px) {
	.opt .text span::before, .opt .text span::after {
		width: 0.5333333333vw;
		height: 6.1333333333vw;
	}
}
.opt .text span::after {
	left: auto;
	right: 0;
	-webkit-transform: rotate(35deg);
	        transform: rotate(35deg);
}
.opt .button {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.opt .button {
		margin-top: 2.6666666667vw;
	}
}
.opt .button a {
	font-size: 2.2rem;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	background: #ef8011;
	-webkit-box-shadow: 0 5px 0 #b84b13;
	        box-shadow: 0 5px 0 #b84b13;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 80px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.opt .button a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.opt .button a {
		font-size: 4.8vw;
		height: 13.3333333333vw;
	}
}

/* sec01
--------------------------------*/
.sec01 {
	padding: 65px 0 75px;
	background: url("../img/bg_sec01_01.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
	.sec01 {
		padding: 16vw 0;
	}
}
.sec01 .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	max-width: 975px;
	margin: 10px auto;
}
@media screen and (max-width: 767px) {
	.sec01 .list {
		margin-top: 5.3333333333vw;
		display: block;
	}
}
.sec01 .list li {
	width: 295px;
	height: 295px;
	background: url("../img/bg_sec01_02.png") no-repeat center center/contain;
	padding: 15px 15px 0;
}
@media screen and (max-width: 767px) {
	.sec01 .list li {
		width: 66.6666666667vw;
		height: 66.6666666667vw;
		margin: 0 auto;
		padding: 8vw 4vw 0;
	}
	.sec01 .list li + li {
		margin-top: 4vw;
	}
}
.sec01 .list li .num {
	font-size: 2.3rem;
	line-height: 1;
	font-weight: 500;
	color: #c1fbdf;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sec01 .list li .num {
		font-size: 3.7333333333vw;
	}
}
.sec01 .list li .num span {
	font-size: 4.2rem;
	display: block;
}
@media screen and (max-width: 767px) {
	.sec01 .list li .num span {
		font-size: 8vw;
		margin-top: 1.3333333333vw;
	}
}
.sec01 .list li .title {
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.3846153846;
	text-align: center;
	color: #FFFFFF;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.sec01 .list li .title {
		font-size: 5.3333333333vw;
		margin-top: 1.0666666667vw;
	}
}
.sec01 .list li .text {
	font-size: 1.8rem;
	line-height: 1.6111111111;
	font-weight: 500;
	text-align: center;
	color: #FFFFFF;
	border-top: 1px solid #FFFFFF;
	margin-top: 15px;
	padding-top: 10px;
}
@media screen and (max-width: 767px) {
	.sec01 .list li .text {
		font-size: 3.7333333333vw;
		margin-top: 2.6666666667vw;
		padding-top: 2.6666666667vw;
	}
}
.sec01 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.sec01 .box {
		display: block;
		margin-top: 8vw;
	}
}
.sec01 .box .img {
	position: relative;
	width: 365px;
	margin-right: 25px;
}
@media screen and (max-width: 767px) {
	.sec01 .box .img {
		width: auto;
		margin-right: 0;
	}
}
.sec01 .box .img .caption {
	font-size: 2rem;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.085em;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #12b89c;
}
@media screen and (max-width: 767px) {
	.sec01 .box .img .caption {
		font-size: 4.2666666667vw;
	}
}
.sec01 .box .text {
	font-weight: 500;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (max-width: 767px) {
	.sec01 .box .text {
		margin-top: 2.6666666667vw;
	}
}

/* sec02
--------------------------------*/
.sec02 {
	background: url("../img/bg_sec02_01.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
	.sec02 {
		overflow: hidden;
	}
}
.sec02 .wrap {
	position: relative;
	padding: 100px 0 55px;
}
@media screen and (max-width: 767px) {
	.sec02 .wrap {
		padding: 16vw 0;
	}
}
.sec02 .box {
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.sec02 .box {
		margin-top: 8vw;
	}
}
.sec02 .ring-note {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note {
		margin-top: 5.3333333333vw;
	}
}
.sec02 .ring-note .title {
	font-size: 2.6rem;
	font-weight: 700;
	color: #12b89c;
	text-align: center;
	position: relative;
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .title {
		font-size: 5.3333333333vw;
	}
}
.sec02 .ring-note .title::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #12b89c;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .title::before {
		height: 0.5333333333vw;
	}
}
.sec02 .ring-note .title span {
	display: inline-block;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
	padding: 0 20px;
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .title span {
		padding: 0 4vw;
	}
}
.sec02 .ring-note .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .flex {
		display: block;
	}
}
.sec02 .ring-note .flex .img {
	width: 360px;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .flex .img {
		width: 66.6666666667vw;
	}
}
.sec02 .ring-note .flex dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	width: 400px;
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .flex dl {
		width: auto;
	}
}
.sec02 .ring-note .flex dl dt,
.sec02 .ring-note .flex dl dd {
	font-size: 2.4rem;
	font-weight: 700;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .flex dl dt,
.sec02 .ring-note .flex dl dd {
		font-size: 4.2666666667vw;
	}
}
.sec02 .ring-note .flex dl dt:first-of-type,
.sec02 .ring-note .flex dl dd:first-of-type {
	margin-top: 0;
}
.sec02 .ring-note .flex dl dt {
	width: 255px;
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .flex dl dt {
		width: 48vw;
	}
}
.sec02 .ring-note .flex dl dd {
	text-align: right;
	color: #ef8011;
	width: calc(100% - 255px);
}
@media screen and (max-width: 767px) {
	.sec02 .ring-note .flex dl dd {
		width: calc(100% - 48vw);
	}
}
.sec02 .text {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec02 .text {
		margin-top: 2.6666666667vw;
	}
}
.sec02 .illust {
	width: 163px;
	position: absolute;
	bottom: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.sec02 .illust {
		width: 32vw;
		right: -9.3333333333vw;
	}
}

/* sec03
--------------------------------*/
.sec03 {
	background: url("../img/bg_sec03_01.png") no-repeat center top;
	background-size: 100% auto;
}
.sec03 .wrap {
	padding: 70px 0 0;
}
@media screen and (max-width: 767px) {
	.sec03 .wrap {
		padding: 10.6666666667vw 0 5.3333333333vw;
	}
}
.sec03 .text {
	font-weight: 500;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sec03 .text {
		text-align: left;
	}
}
.sec03 .img {
	margin: 20px -20px 0;
}
@media screen and (max-width: 767px) {
	.sec03 .img {
		margin: 5.3333333333vw -2.6666666667vw 0;
	}
}
.sec03 .text02 {
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.sec03 .text02 {
		margin-top: 5.3333333333vw;
	}
}

/* sec04
--------------------------------*/
.sec04 {
	padding: calc(8vw + 100px) 0 100px;
	background: url("../img/bg_sec04_02.png"), url("../img/bg_sec04_01.jpg");
	background-repeat: no-repeat, no-repeat;
	background-size: 100% auto, cover;
}
@media screen and (max-width: 767px) {
	.sec04 {
		padding: 26.6666666667vw 0 16vw;
	}
}
.sec04 .title {
	font-size: 3.8rem;
	font-weight: 700;
	text-align: center;
	margin: 0 -40px;
}
@media screen and (max-width: 767px) {
	.sec04 .title {
		font-size: 6.4vw;
		line-height: 1.2;
	}
}
.sec04 .title .st {
	font-size: 1.2em;
}
.sec04 .title .deco {
	display: inline-block;
	position: relative;
	padding: 0 35px 0 30px;
}
@media screen and (max-width: 767px) {
	.sec04 .title .deco {
		padding: 0 9.3333333333vw 0 9.3333333333vw;
	}
}
.sec04 .title .deco::before, .sec04 .title .deco::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 60px;
	background: #4c5863;
	-webkit-transform: rotate(-30deg);
	        transform: rotate(-30deg);
}
@media screen and (max-width: 767px) {
	.sec04 .title .deco::before, .sec04 .title .deco::after {
		width: 0.5333333333vw;
		height: 26.6666666667vw;
		-webkit-transform: rotate(-25deg);
		        transform: rotate(-25deg);
	}
}
.sec04 .title .deco::after {
	left: auto;
	right: 0;
	-webkit-transform: rotate(30deg);
	        transform: rotate(30deg);
}
@media screen and (max-width: 767px) {
	.sec04 .title .deco::after {
		-webkit-transform: rotate(25deg);
		        transform: rotate(25deg);
	}
}
.sec04 .text {
	font-size: 3.4rem;
	font-weight: 700;
	text-align: center;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.sec04 .text {
		font-size: 4.8vw;
		line-height: 1.4;
	}
}
.sec04 .box {
	text-align: center;
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.sec04 .box {
		margin-top: 5.3333333333vw;
	}
}
.sec04 .box img {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.sec04 .box img {
		margin-top: 0;
	}
}
.sec04 .box .notes {
	font-size: 1.6rem;
	letter-spacing: 0;
	text-align: center;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.sec04 .box .notes {
		font-size: 2.6666666667vw;
		text-align: left;
		margin-top: 2.6666666667vw;
	}
}

/* sec05
--------------------------------*/
.sec05 {
	padding: 105px 0 50px;
	background: url("../img/bg_sec05_01.png") repeat center center;
}
@media screen and (max-width: 767px) {
	.sec05 {
		padding: 16vw 0;
	}
}
.sec05 .text {
	text-align: center;
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.sec05 .text {
		margin-top: 8vw;
	}
}
.sec05 .ring-note {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec05 .ring-note {
		margin-top: 5.3333333333vw;
	}
}
.sec05 .ring-note .inner {
	padding-left: 20px;
	padding-right: 20px;
}
@media screen and (max-width: 767px) {
	.sec05 .ring-note .inner {
		padding-left: 5.3333333333vw;
		padding-right: 5.3333333333vw;
	}
}
.sec05 .ring-note dl dt {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	width: 140px;
}
@media screen and (max-width: 767px) {
	.sec05 .ring-note dl dt {
		font-size: 3.2vw;
		width: 18.6666666667vw;
	}
}
.sec05 .ring-note dl dt img {
	display: block;
	margin: 0 auto 5px;
}
@media screen and (max-width: 767px) {
	.sec05 .ring-note dl dt img {
		margin-bottom: 0;
	}
}
.sec05 .ring-note dl dd {
	font-size: 1.6rem;
	font-weight: 700;
	padding: 45px 0 40px 160px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	position: relative;
	border-left: 3px solid #4c5863;
}
@media screen and (max-width: 767px) {
	.sec05 .ring-note dl dd {
		border-left-width: 0.5333333333vw;
		padding: 12vw 0 12vw 0vw;
	}
}
.sec05 .ring-note dl dd img {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	left: -4px;
	z-index: -1;
}
@media screen and (max-width: 767px) {
	.sec05 .ring-note dl dd img {
		width: auto;
		height: 13.3333333333vw;
		left: -0.5333333333vw;
	}
}
.sec05 .ring-note dl dd .big {
	font-size: 1.75rem;
}
.sec05 .ring-note dl dd .st {
	font-size: 2.1rem;
}
.sec05 .ring-note dl dd .notes {
	font-size: 1.2rem;
}
.sec05 .ring-note dl dd .blue {
	color: #1d438a;
}
.sec05 .ring-note dl > div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 767px) {
	.sec05 .ring-note dl > div:nth-child(1) dt img {
		width: 8vw;
		margin-bottom: 1.3333333333vw;
	}
	.sec05 .ring-note dl > div:nth-child(2) {
		margin-top: -5px;
	}
	.sec05 .ring-note dl > div:nth-child(2) dt img {
		width: 15.4666666667vw;
	}
}
.sec05 .ring-note .box02 {
	margin-top: 3.2vw;
}
.sec05 .ring-note .box02 .title-box {
	font-size: 3.2vw;
	color: #FFFFFF;
	text-align: center;
	background: #808080;
	padding: 0.8vw;
}
.sec05 .ring-note .box02 .text03 {
	font-size: 3.0666666667vw;
	font-weight: 500;
	position: relative;
	border: 0.2666666667vw solid #808080;
	border-top: 0;
	padding: 3.4666666667vw;
	background: #FFFFFF;
	letter-spacing: 0;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
}
.sec05 .ring-note .box02 .text03 .big {
	font-size: 3.4666666667vw;
}
.sec05 .ring-note .box02 .text03 .st {
	font-size: 4vw;
	font-weight: 700;
}
.sec05 .ring-note .box02 .text03 .notes {
	font-size: 3.4666666667vw;
}
.sec05 .ring-note .box02 .text03 .blue {
	color: #1d438a;
}
.sec05 .ring-note .box02.-box02 .title-box {
	background: #3cc980;
}
.sec05 .ring-note .box02.-box02 .text03 {
	border-color: #3cc980;
}
.sec05 .sub-title {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.sec05 .sub-title {
		margin-top: 10.6666666667vw;
	}
}
.sec05 .box {
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.sec05 .box {
		margin-top: 8vw;
	}
}
.sec05 .box .title {
	font-size: 2.6rem;
	font-weight: 700;
	text-align: center;
	color: #12b89c;
}
@media screen and (max-width: 767px) {
	.sec05 .box .title {
		font-size: 5.3333333333vw;
	}
}
.sec05 .box .title-notes {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	color: #12b89c;
}
@media screen and (max-width: 767px) {
	.sec05 .box .title-notes {
		font-size: 3.2vw;
	}
}
.sec05 .box .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: 35px;
}
@media screen and (max-width: 767px) {
	.sec05 .box .list {
		margin-top: 4vw;
	}
}
.sec05 .box .list li {
	position: relative;
	overflow: hidden;
}
@media screen and (min-width: 768px) {
	.sec05 .box .list li {
		width: calc((100% - 40px) / 3);
		margin-right: 20px;
	}
	.sec05 .box .list li:nth-child(3n) {
		margin-right: 0;
	}
	.sec05 .box .list li:nth-child(n+4) {
		margin-top: 20px;
	}
}
@media screen and (max-width: 767px) {
	.sec05 .box .list li {
		width: 48%;
		margin-right: 4%;
	}
	.sec05 .box .list li:nth-child(2n) {
		margin-right: 0;
	}
	.sec05 .box .list li:nth-child(n+3) {
		margin-top: 2.6666666667vw;
	}
}
.sec05 .box .list li .caption {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 1;
	width: 134px;
	padding: 5px;
}
@media screen and (max-width: 767px) {
	.sec05 .box .list li .caption {
		font-size: 3.2vw;
		width: 26.6666666667vw;
		padding: 1.3333333333vw;
		top: 1.3333333333vw;
	}
}
.sec05 .box .list li .caption::before {
	content: "";
	position: absolute;
	top: 0;
	left: -10px;
	width: calc(100% + 10px);
	height: 100%;
	background: rgba(255, 255, 255, 0.88);
	z-index: -1;
	-webkit-transform: skew(-25deg);
	        transform: skew(-25deg);
}
@media screen and (max-width: 767px) {
	.sec05 .box .list li .caption::before {
		left: -2.6666666667vw;
		width: calc(100% + 2.6666666667vw);
	}
}
.sec05 .text02 {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.sec05 .text02 {
		margin-top: 8vw;
	}
}

/* sec06
--------------------------------*/
.sec06 {
	padding: 95px 0;
	background: url("../img/bg_sec06_01.png") no-repeat center top/100%, url("../img/bg_sec06_02.png") no-repeat center bottom/100%;
}
@media screen and (max-width: 767px) {
	.sec06 {
		padding: 16vw 0;
	}
}
.sec06 .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 35px 40px;
	margin-top: 60px;
}
@media screen and (max-width: 767px) {
	.sec06 .box {
		display: block;
		padding: 5.3333333333vw 5.3333333333vw;
		margin-top: 8vw;
	}
}
.sec06 .box .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.sec06 .box .heading .num {
	font-size: 2.3rem;
	font-weight: 700;
	text-align: center;
	color: #12b89c;
	line-height: 1;
}
@media screen and (max-width: 767px) {
	.sec06 .box .heading .num {
		font-size: 3.7333333333vw;
	}
}
.sec06 .box .heading .num span {
	font-size: 9.3rem;
	line-height: 0.8;
	letter-spacing: 0;
	display: block;
}
@media screen and (max-width: 767px) {
	.sec06 .box .heading .num span {
		font-size: 10.6666666667vw;
	}
}
.sec06 .box .heading .title {
	font-size: 3rem;
	line-height: 1.6333333333;
	font-weight: 700;
	color: #12b89c;
	border-left: 2px solid #12b89c;
	padding-left: 15px;
	padding-bottom: 10px;
	margin-left: 5px;
}
@media screen and (max-width: 767px) {
	.sec06 .box .heading .title {
		font-size: 6.4vw;
		-webkit-box-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		padding-left: 2.6666666667vw;
		margin-left: 2.6666666667vw;
		margin-right: 0;
		padding-bottom: 2.1333333333vw;
	}
}
.sec06 .box .heading .title span {
	font-size: 2.3rem;
	line-height: 1.1304347826;
	display: block;
}
@media screen and (max-width: 767px) {
	.sec06 .box .heading .title span {
		font-size: 4.2666666667vw;
		line-height: 1.3;
	}
}
.sec06 .box .text {
	font-weight: 500;
	letter-spacing: 0.095em;
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.sec06 .box .text {
		margin-top: 5.3333333333vw;
	}
}
.sec06 .box dl {
	padding: 13px 25px;
	background: #f7f7f7;
	max-width: 444px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec06 .box dl {
		padding: 4vw;
		max-width: 100%;
		margin-top: 4vw;
	}
}
.sec06 .box dl dt {
	color: #12b89c;
	font-weight: 700;
	border-bottom: 2px solid #12b89c;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
	.sec06 .box dl dt {
		border-bottom-width: 0.2666666667vw;
		margin-bottom: 1.3333333333vw;
		padding-bottom: 1.3333333333vw;
	}
}
.sec06 .box dl dd {
	font-weight: 700;
}
.sec06 .box .text-area {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.sec06 .box .img-area {
	text-align: center;
	max-width: 430px;
	margin-left: 30px;
}
@media screen and (max-width: 767px) {
	.sec06 .box .img-area {
		max-width: 100%;
		margin-left: 0;
		margin-top: 5.3333333333vw;
	}
}
.sec06 .box .img-area .notes {
	font-size: 1rem;
	line-height: 1.3;
	-webkit-font-feature-settings: "palt";
	        font-feature-settings: "palt";
	letter-spacing: 0;
	margin-top: 10px;
}
@media screen and (max-width: 767px) {
	.sec06 .box .img-area .notes {
		font-size: 2.6666666667vw;
		margin-top: 2.6666666667vw;
	}
}
.sec06 .box .img-area .notes .indent {
	padding-left: 4em;
	text-indent: -1em;
	display: block;
}
.sec06 .point-box {
	margin-top: 55px;
	padding: 40px;
}
@media screen and (max-width: 767px) {
	.sec06 .point-box {
		margin-top: 8vw;
		padding: 4vw;
	}
}
.sec06 .point-box .title {
	font-size: 2.6rem;
	font-weight: 700;
	color: #12b89c;
	text-align: center;
}
@media screen and (max-width: 767px) {
	.sec06 .point-box .title {
		font-size: 5.3333333333vw;
	}
}
.sec06 .point-box .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.sec06 .point-box .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		margin-top: 5.3333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.sec06 .point-box .check {
		margin-top: 5.3333333333vw;
	}
}
.sec06 .point-box .check li {
	font-size: 2rem;
}
@media screen and (max-width: 767px) {
	.sec06 .point-box .check li {
		font-size: 4.2666666667vw;
	}
}
.sec06 .point-box .check li::before {
	top: 7px;
}
@media screen and (max-width: 767px) {
	.sec06 .point-box .check li::before {
		top: 1.3333333333vw;
	}
}
.sec06 .point-box .check li::after {
	top: 7px;
	left: 4px;
}
@media screen and (max-width: 767px) {
	.sec06 .point-box .check li::after {
		top: 1.3333333333vw;
		left: 1.0666666667vw;
	}
}

/* sec07
--------------------------------*/
.sec07 {
	padding: 95px 0;
	background: rgb(255, 249, 226);
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 249, 226)), color-stop(60%, rgb(235, 245, 242)), to(rgb(219, 247, 255)));
	background: linear-gradient(0deg, rgb(255, 249, 226) 0%, rgb(235, 245, 242) 60%, rgb(219, 247, 255) 100%);
}
@media screen and (max-width: 767px) {
	.sec07 {
		padding: 16vw 0;
	}
}
.sec07 .box {
	margin-top: 50px;
	padding: 50px;
}
@media screen and (max-width: 767px) {
	.sec07 .box {
		margin-top: 8vw;
		padding: 5.3333333333vw;
	}
}
.sec07 .box .title {
	font-size: 2rem;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	background: rgb(18, 184, 156);
	background: -webkit-gradient(linear, left top, right top, from(rgb(18, 184, 156)), color-stop(50%, rgb(60, 200, 128)), to(rgb(117, 216, 124)));
	background: linear-gradient(90deg, rgb(18, 184, 156) 0%, rgb(60, 200, 128) 50%, rgb(117, 216, 124) 100%);
	border-radius: 50px;
}
@media screen and (max-width: 767px) {
	.sec07 .box .title {
		font-size: 4.2666666667vw;
		border-radius: 13.3333333333vw;
	}
}
.sec07 .box.-box01 .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 40px;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box01 .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		padding: 0;
		margin-top: 8vw;
	}
}
.sec07 .box.-box01 dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-right: 40px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box01 dl {
		margin-right: 0;
		margin-top: 5.3333333333vw;
	}
}
.sec07 .box.-box01 dl dt,
.sec07 .box.-box01 dl dd {
	font-size: 1.6rem;
	line-height: 1.75;
	padding: 0;
	border-bottom: 1px solid #231815;
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box01 dl dt,
.sec07 .box.-box01 dl dd {
		font-size: 3.7333333333vw;
		line-height: 1.25;
		padding: 1.0666666667vw 0;
	}
}
.sec07 .box.-box01 dl dt {
	width: 130px;
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box01 dl dt {
		width: 29.3333333333vw;
	}
}
.sec07 .box.-box01 dl dd {
	width: calc(100% - 130px);
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box01 dl dd {
		width: calc(100% - 29.3333333333vw);
	}
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box01 .img {
		width: 60%;
		margin: 0 auto;
	}
}
.sec07 .box.-box01 .notes {
	font-size: 1.2rem;
	padding: 0 40px;
	margin-top: 15px;
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box01 .notes {
		font-size: 2.6666666667vw;
		padding: 0;
		margin-top: 4vw;
	}
}
.sec07 .box.-box02 {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box02 {
		margin-top: 8vw;
	}
}
.sec07 .box.-box02 .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box02 .flex {
		display: block;
	}
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box02 .img01 {
		margin-top: 5.3333333333vw;
	}
}
@media screen and (max-width: 767px) {
	.sec07 .box.-box02 .img02 {
		margin-top: 5.3333333333vw;
	}
}

/* sec08
--------------------------------*/
.sec08 {
	padding: 95px 0 50px;
	background: url("../img/bg_sec08_01.png") no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
	.sec08 {
		padding: 16vw 0;
	}
}
.sec08 .box {
	margin-top: 50px;
	padding: 50px;
}
@media screen and (max-width: 767px) {
	.sec08 .box {
		padding: 5.3333333333vw;
		margin-top: 8vw;
	}
}
.sec08 .box .price {
	text-align: center;
	padding-bottom: 15px;
	border-bottom: 5px solid #ef8011;
}
@media screen and (max-width: 767px) {
	.sec08 .box .price {
		padding-bottom: 2.6666666667vw;
		border-bottom-width: 0.5333333333vw;
	}
}
.sec08 .box .price img {
	width: 468px;
}
@media screen and (max-width: 767px) {
	.sec08 .box .price img {
		width: auto;
	}
}
.sec08 .box .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec08 .box .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		margin-top: 5.3333333333vw;
	}
}
.sec08 .box .text-area {
	margin-top: 10px;
	margin-right: 40px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	max-width: 380px;
}
@media screen and (max-width: 767px) {
	.sec08 .box .text-area {
		margin-right: 0;
		margin-top: 5.3333333333vw;
		max-width: inherit;
	}
}
.sec08 .box .text {
	font-weight: 500;
}
.sec08 .box .notes-list {
	background: #f1f1f1;
	padding: 15px 20px;
	margin-top: 25px;
}
@media screen and (max-width: 767px) {
	.sec08 .box .notes-list {
		padding: 4vw;
		margin-top: 4vw;
	}
}
.sec08 .box .notes-list li {
	font-size: 1.2rem;
	line-height: 1.2857142857;
	padding-left: 1.5em;
	text-indent: -1.5em;
}
@media screen and (max-width: 767px) {
	.sec08 .box .notes-list li {
		font-size: 12;
	}
}
.sec08 .box .notes-list li:nth-child(n+2) {
	margin-top: 3px;
}
@media screen and (max-width: 767px) {
	.sec08 .box .notes-list li:nth-child(n+2) {
		margin-top: 0.8vw;
	}
}
.sec08 .box .img {
	width: 481px;
}
@media screen and (max-width: 767px) {
	.sec08 .box .img {
		width: auto;
	}
}
.sec08 .box .notes {
	font-size: 1.2rem;
	margin-top: 5px;
}
@media screen and (max-width: 767px) {
	.sec08 .box .notes {
		font-size: 2.6666666667vw;
		margin-top: 1.3333333333vw;
	}
}
.sec08 .text02 {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.sec08 .text02 {
		margin-top: 8vw;
	}
}

/* sec09
--------------------------------*/
.sec09 {
	padding: 95px 0;
	background: rgb(255, 249, 226);
	background: -webkit-gradient(linear, left bottom, left top, from(rgb(255, 249, 226)), color-stop(60%, rgb(235, 245, 242)), to(rgb(219, 247, 255)));
	background: linear-gradient(0deg, rgb(255, 249, 226) 0%, rgb(235, 245, 242) 60%, rgb(219, 247, 255) 100%);
}
@media screen and (max-width: 767px) {
	.sec09 {
		padding: 16vw 0;
	}
}
.sec09 .text {
	text-align: center;
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.sec09 .text {
		margin-top: 8vw;
	}
}
.sec09 .list li {
	padding: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-top: 40px;
	position: relative;
}
.sec09 .list li:nth-child(n+2) {
	margin-top: 90px;
}
@media screen and (max-width: 767px) {
	.sec09 .list li {
		margin-top: 8vw;
		padding: 5.3333333333vw;
		display: block;
	}
	.sec09 .list li:nth-child(n+2) {
		margin-top: 16vw;
	}
}
.sec09 .list li::before {
	content: "";
	position: absolute;
	bottom: -65px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	        transform: translateX(-50%);
	width: 111px;
	height: 43px;
	background: url("../img/img_sec09_01.svg") no-repeat;
}
@media screen and (max-width: 767px) {
	.sec09 .list li::before {
		width: 16vw;
		height: 8vw;
		bottom: -13.3333333333vw;
	}
}
.sec09 .list li:last-child::before {
	display: none;
}
.sec09 .list li .num {
	font-size: 2.1rem;
	font-weight: 700;
	color: #FFFFFF;
	background: rgb(18, 184, 156);
	background: -webkit-gradient(linear, left top, right top, from(rgb(18, 184, 156)), color-stop(50%, rgb(60, 200, 128)), to(rgb(117, 216, 124)));
	background: linear-gradient(90deg, rgb(18, 184, 156) 0%, rgb(60, 200, 128) 50%, rgb(117, 216, 124) 100%);
	border-radius: 50%;
	width: 125px;
	height: 125px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding-bottom: 10px;
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	.sec09 .list li .num {
		font-size: 3.7333333333vw;
		width: 18.6666666667vw;
		height: 18.6666666667vw;
		position: absolute;
		top: 5.3333333333vw;
		left: 5.3333333333vw;
		padding-bottom: 0.5333333333vw;
	}
}
.sec09 .list li .num span {
	font-size: 6.9rem;
	font-weight: 500;
	line-height: 0.7;
	display: block;
}
@media screen and (max-width: 767px) {
	.sec09 .list li .num span {
		font-size: 8vw;
	}
}
.sec09 .list li .text-area {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.sec09 .list li .heading {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	border-bottom: 3px solid #12b89c;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
	.sec09 .list li .heading {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		-webkit-box-pack: center;
		    -ms-flex-pack: center;
		        justify-content: center;
		padding-left: 21.3333333333vw;
		min-height: 21.3333333333vw;
		padding-bottom: 2.6666666667vw;
		margin-bottom: 2.6666666667vw;
		border-bottom-width: 0.5333333333vw;
	}
}
.sec09 .list li .list-title {
	font-size: 3rem;
	color: #12b89c;
	font-weight: 700;
	margin-right: 25px;
}
@media screen and (max-width: 767px) {
	.sec09 .list li .list-title {
		font-size: 5.3333333333vw;
		margin-right: 0;
	}
}
.sec09 .list li .link a {
	font-weight: 700;
	color: #ef8011;
	text-decoration: underline;
}
@media screen and (max-width: 767px) {
	.sec09 .list li .link a {
		font-size: 3.2vw;
		margin-top: 2.6666666667vw;
	}
}
.sec09 .list li .text {
	font-weight: 500;
}
.sec09 .text03 {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.sec09 .text03 {
		margin-top: 8vw;
	}
}

/* sec10
--------------------------------*/
.sec10 {
	padding: 95px 0;
}
@media screen and (max-width: 767px) {
	.sec10 {
		padding: 16vw 0;
	}
}
.sec10 .list {
	max-width: 995px;
	margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
	.sec10 .list {
		margin-top: 8vw;
	}
}
.sec10 .list > div {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.sec10 .list > div {
		margin-top: 5.3333333333vw;
	}
}
.sec10 .list > div:first-child {
	margin-top: 0;
}
.sec10 .list dt {
	color: #FFFFFF;
	font-weight: 700;
	background: #12b89c;
	border: 4px solid #12b89c;
	padding: 5px 50px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.sec10 .list dt {
		border-width: 0.5333333333vw;
		padding: 1.3333333333vw 10.6666666667vw;
	}
}
.sec10 .list dt::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 18px;
	width: 15px;
	height: 20px;
	background: url("../img/ico_q.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.sec10 .list dt::before {
		top: 1.8666666667vw;
		left: 4vw;
		width: 3.4666666667vw;
	}
}
.sec10 .list dt span {
	position: absolute;
	top: 4px;
	right: 4px;
	background: #FFFFFF;
	width: 32px;
	height: 32px;
}
@media screen and (max-width: 767px) {
	.sec10 .list dt span {
		width: 6.6666666667vw;
		height: 6.6666666667vw;
	}
}
.sec10 .list dt span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 16px;
	height: 3px;
	background: #12b89c;
}
@media screen and (max-width: 767px) {
	.sec10 .list dt span::before {
		width: 3.4666666667vw;
		height: 0.5333333333vw;
	}
}
.sec10 .list dt span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 3px;
	height: 16px;
	background: #12b89c;
}
@media screen and (max-width: 767px) {
	.sec10 .list dt span::after {
		width: 0.5333333333vw;
		height: 3.4666666667vw;
	}
}
.sec10 .list dt.is-active span::after {
	display: none;
}
.sec10 .list dd {
	font-size: 1.6rem;
	line-height: 1.875;
	font-weight: 500;
	letter-spacing: 0.125em;
	border: 4px solid #12b89c;
	border-top: 0;
	background: #f7f7f7;
	padding: 10px 50px 20px 50px;
	position: relative;
	display: none;
}
@media screen and (max-width: 767px) {
	.sec10 .list dd {
		font-size: 3.2vw;
		border-width: 0.5333333333vw;
		padding: 2.6666666667vw 5.3333333333vw 5.3333333333vw 10.6666666667vw;
	}
}
.sec10 .list dd::before {
	content: "";
	position: absolute;
	top: 17px;
	left: 18px;
	width: 17px;
	height: 20px;
	background: url("../img/ico_a.svg") no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
	.sec10 .list dd::before {
		width: 4vw;
		top: 3.4666666667vw;
		left: 4vw;
	}
}

/* sec11
--------------------------------*/
.sec11 {
	padding: 95px 0;
	background: rgba(18, 184, 156, 0.05);
}
@media screen and (max-width: 767px) {
	.sec11 {
		padding: 16vw 0;
	}
}
.sec11 .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.sec11 .flex {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: column-reverse;
		        flex-direction: column-reverse;
		margin-top: 8vw;
	}
}
.sec11 .flex .text-area {
	margin-right: 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
@media screen and (max-width: 767px) {
	.sec11 .flex .text-area {
		margin-right: 0;
		margin-top: 5.3333333333vw;
	}
}
.sec11 .flex .text-area dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.sec11 .flex .text-area dl dt {
	color: #FFFFFF;
	letter-spacing: 0.125em;
	font-weight: 700;
	background: #12b89c;
	margin-top: 2px;
	width: 140px;
	padding: 15px 0 15px 20px;
}
@media screen and (max-width: 767px) {
	.sec11 .flex .text-area dl dt {
		width: 26.6666666667vw;
		margin-top: 0.5333333333vw;
		padding: 2.1333333333vw 0 2.1333333333vw 2.1333333333vw;
	}
}
.sec11 .flex .text-area dl dd {
	line-height: 1.5555555556;
	font-weight: 500;
	margin-top: 2px;
	width: calc(100% - 140px);
	padding: 15px 10px 15px 40px;
	background: #FFFFFF;
}
@media screen and (max-width: 767px) {
	.sec11 .flex .text-area dl dd {
		width: calc(100% - 26.6666666667vw);
		margin-top: 0.5333333333vw;
		padding: 2.1333333333vw 2.1333333333vw 2.1333333333vw 4vw;
	}
}
.sec11 .flex .text-area dl dd:nth-of-type(even) {
	background: #f5f7fa;
}
.sec11 .flex .img {
	width: 405px;
}
@media screen and (max-width: 767px) {
	.sec11 .flex .img {
		width: auto;
	}
}
.sec11 .box {
	margin-top: 65px;
}
@media screen and (max-width: 767px) {
	.sec11 .box {
		margin-top: 8vw;
	}
}
.sec11 .box .title {
	font-size: 2.6rem;
	text-align: center;
	color: #FFFFFF;
	font-weight: 700;
	line-height: 1.3846153846;
	background: #12b89c;
	padding: 20px;
}
@media screen and (max-width: 767px) {
	.sec11 .box .title {
		font-size: 4.8vw;
		padding: 2.6666666667vw;
	}
}
.sec11 .box .text {
	text-align: center;
	font-weight: 500;
	padding: 30px;
	background: #f7f7f7;
	border: 4px solid #12b89c;
}
@media screen and (max-width: 767px) {
	.sec11 .box .text {
		padding: 5.3333333333vw;
		text-align: left;
		border-width: 0.5333333333vw;
	}
}

/* sec12
--------------------------------*/
.sec12 {
	padding: 95px 0;
}
@media screen and (max-width: 767px) {
	.sec12 {
		padding: 16vw 0;
	}
}
.sec12 .text {
	font-weight: 500;
	text-align: center;
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.sec12 .text {
		margin-top: 8vw;
	}
}
.sec12 .notes {
	font-size: 1.6rem;
	text-align: center;
	font-weight: 500;
	letter-spacing: 0.095em;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec12 .notes {
		font-size: 3.2vw;
	}
}
.sec12 form {
	margin-top: 50px;
}
@media screen and (max-width: 767px) {
	.sec12 form {
		margin-top: 8vw;
	}
}
.sec12 form input[type=text],
.sec12 form textarea {
	font-size: 1.7rem;
	background: #f0f0f0;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
}
@media screen and (max-width: 767px) {
	.sec12 form input[type=text],
.sec12 form textarea {
		font-size: 3.4666666667vw;
		height: 10.6666666667vw;
		padding: 0vw 4vw;
		letter-spacing: 0;
	}
}
.sec12 form input[type=text]::-webkit-input-placeholder, .sec12 form textarea::-webkit-input-placeholder {
	color: #979797;
}
.sec12 form input[type=text]::-moz-placeholder, .sec12 form textarea::-moz-placeholder {
	color: #979797;
}
.sec12 form input[type=text]:-ms-input-placeholder, .sec12 form textarea:-ms-input-placeholder {
	color: #979797;
}
.sec12 form input[type=text]::-ms-input-placeholder, .sec12 form textarea::-ms-input-placeholder {
	color: #979797;
}
.sec12 form input[type=text]::placeholder,
.sec12 form textarea::placeholder {
	color: #979797;
}
.sec12 form .select {
	width: 100%;
	max-width: 520px;
	position: relative;
}
.sec12 form .select select {
	font-size: 1.7rem;
	background: #f0f0f0;
	display: block;
	width: 100%;
	height: 40px;
	padding: 0 15px;
}
@media screen and (max-width: 767px) {
	.sec12 form .select select {
		font-size: 3.4666666667vw;
		height: 10.6666666667vw;
		padding: 0vw 4vw;
		letter-spacing: 0;
	}
}
.sec12 form .checkbox {
	position: relative;
	margin-right: 30px;
}
@media screen and (max-width: 767px) {
	.sec12 form .checkbox {
		margin-right: 5.3333333333vw;
	}
}
.sec12 form .checkbox input[type=checkbox] {
	position: absolute;
	width: 1px;
	visibility: hidden;
}
.sec12 form .checkbox input[type=checkbox]:checked + span::after {
	opacity: 1 !important;
}
.sec12 form .checkbox span {
	font-weight: 500;
	padding-left: 35px;
	display: inline-block;
}
@media screen and (max-width: 767px) {
	.sec12 form .checkbox span {
		padding-left: 6.6666666667vw;
	}
}
.sec12 form .checkbox span::before {
	content: "";
	position: absolute;
	top: 4px;
	left: 0;
	width: 21px;
	height: 21px;
	background: #f0f0f0;
}
@media screen and (max-width: 767px) {
	.sec12 form .checkbox span::before {
		width: 4.8vw;
		height: 4.8vw;
		top: 0.5333333333vw;
	}
}
.sec12 form .checkbox span::after {
	content: "";
	position: absolute;
	top: 7px;
	left: 4px;
	width: 14px;
	height: 10px;
	border-left: 3px solid #4c5863;
	border-bottom: 3px solid #4c5863;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	opacity: 0;
}
@media screen and (max-width: 767px) {
	.sec12 form .checkbox span::after {
		top: 1.3333333333vw;
		left: 1.0666666667vw;
		width: 3.2vw;
		height: 2.1333333333vw;
		border-left-width: 0.5333333333vw;
		border-bottom-width: 0.5333333333vw;
	}
}
.sec12 form textarea {
	padding: 15px;
	height: 160px;
}
.sec12 form dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
}
@media screen and (max-width: 767px) {
	.sec12 form dl {
		display: block;
	}
}
.sec12 form dl dt, .sec12 form dl dd {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dt, .sec12 form dl dd {
		margin-top: 2.6666666667vw;
	}
}
.sec12 form dl dt.mt2x, .sec12 form dl dd.mt2x {
	margin-top: 40px;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dt.mt2x, .sec12 form dl dd.mt2x {
		margin-top: 2.6666666667vw;
	}
}
.sec12 form dl dt:first-of-type, .sec12 form dl dd:first-of-type {
	margin-top: 0;
}
.sec12 form dl dt {
	font-size: 1.8rem;
	line-height: 1.2;
	font-weight: 500;
	padding-left: 55px;
	padding-top: 10px;
	width: 270px;
	position: relative;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dt {
		font-size: 3.7333333333vw;
		width: auto;
		padding-left: 0;
	}
}
.sec12 form dl dt .req {
	font-size: 1.3rem;
	text-align: center;
	color: #FFFFFF;
	background: #eb1c24;
	position: absolute;
	top: 11px;
	left: 0;
	width: 40px;
	padding: 3px;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dt .req {
		font-size: 2.6666666667vw;
		width: 10.6666666667vw;
		margin-right: 2.6666666667vw;
		position: static;
		display: inline-block;
	}
}
.sec12 form dl dt .small {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dt .small {
		font-size: 3.2vw;
	}
}
.sec12 form dl dd {
	font-size: 1.7rem;
	width: calc(100% - 270px);
}
@media screen and (max-width: 767px) {
	.sec12 form dl dd {
		font-size: 3.7333333333vw;
		width: auto;
		margin-top: 2.6666666667vw !important;
	}
}
.sec12 form dl dd > * + * {
	margin-top: 10px;
}
.sec12 form dl dd .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.sec12 form dl dd .checkbox-flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	margin-top: -20px;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dd .checkbox-flex {
		margin-top: -4vw;
	}
}
.sec12 form dl dd .checkbox-flex .checkbox {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dd .checkbox-flex .checkbox {
		margin-top: 4vw;
	}
}
.sec12 form dl dd .checkbox-other {
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dd .checkbox-other {
		margin-top: 4vw;
		display: block;
	}
}
.sec12 form dl dd .checkbox-other .checkbox {
	margin-right: 10px;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dd .checkbox-other .checkbox {
		margin-right: 0;
	}
}
.sec12 form dl dd .checkbox-other input[type=text] {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	margin-top: -4px;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dd .checkbox-other input[type=text] {
		margin-top: 2.6666666667vw;
	}
}
.sec12 form dl dd .notes-form {
	font-size: 1.2rem;
	margin-top: 0;
	font-weight: 500;
}
@media screen and (max-width: 767px) {
	.sec12 form dl dd .notes-form {
		font-size: 2.6666666667vw;
	}
}
.sec12 form .button-area {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-top: 55px;
}
@media screen and (max-width: 767px) {
	.sec12 form .button-area {
		margin-top: 8vw;
	}
}
.sec12 form .submit {
	font-size: 2.2rem;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	background: #ef8011;
	-webkit-box-shadow: 0 5px 0 #b84b13;
	        box-shadow: 0 5px 0 #b84b13;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 80px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
	width: 360px;
}
.sec12 form .submit:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.sec12 form .submit {
		font-size: 4.8vw;
		height: 13.3333333333vw;
		width: 100%;
	}
}
.sec12 form .submit.back {
	color: #4c5863;
	margin-right: 30px;
	background: #e8eef5;
	-webkit-box-shadow: 0 5px 0 #4c5863;
	        box-shadow: 0 5px 0 #4c5863;
}
@media screen and (max-width: 767px) {
	.sec12 form .submit.back {
		margin-right: 2.6666666667vw;
	}
}
.sec12 form p.error {
	font-size: 1.3rem;
	color: #eb1c24;
	margin-top: 0;
}
@media screen and (max-width: 767px) {
	.sec12 form p.error {
		font-size: 2.6666666667vw;
	}
}
.sec12 form .text-form {
	padding-top: 4px;
}
@media screen and (max-width: 767px) {
	.sec12 form .text-form {
		padding-top: 0;
	}
}
.sec12.thanks {
	min-height: calc(100vh - 128px);
	padding: 178px 0 95px;
}
@media screen and (max-width: 767px) {
	.sec12.thanks {
		min-height: 1px;
		padding: calc(16vw + 60px) 0;
	}
}
.sec12.thanks .button {
	font-size: 2.2rem;
	font-weight: 700;
	color: #FFFFFF;
	text-align: center;
	background: #ef8011;
	-webkit-box-shadow: 0 5px 0 #b84b13;
	        box-shadow: 0 5px 0 #b84b13;
	border-radius: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 80px;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
	width: 360px;
	margin: 60px auto 0;
}
.sec12.thanks .button:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.sec12.thanks .button {
		font-size: 4.8vw;
		height: 13.3333333333vw;
		width: 100%;
		margin: 10.6666666667vw auto 0;
	}
}

/* margin
--------------------------------*/
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mt40 {
	margin-top: 40px;
}
.mt50 {
	margin-top: 50px;
}
.mt60 {
	margin-top: 60px;
}
.mt70 {
	margin-top: 70px;
}
.mt80 {
	margin-top: 80px;
}
.mt90 {
	margin-top: 90px;
}
.mt100 {
	margin-top: 100px;
}

/* ---------------------------------------------
  footer
-----------------------------------------------*/
.footer {
	padding: 30px 0;
	background: #e8eef5;
}
@media screen and (max-width: 767px) {
	.footer {
		padding: 8vw 0;
	}
}
.footer .navi {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
@media screen and (max-width: 767px) {
	.footer .navi {
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
}
.footer .navi li {
	position: relative;
	font-weight: 500;
	margin-right: 20px;
}
@media screen and (max-width: 767px) {
	.footer .navi li {
		margin-right: 4vw;
	}
}
.footer .navi li::before {
	content: "";
	position: absolute;
	top: calc(50% + 2px);
	right: -10px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	width: 1px;
	height: 15px;
	background: #4c5863;
}
@media screen and (max-width: 767px) {
	.footer .navi li::before {
		height: 2.6666666667vw;
		right: -1.8666666667vw;
	}
}
.footer .navi li:last-child {
	margin-right: 0;
}
.footer .navi li:last-child::before {
	display: none;
}
.footer .navi li a {
	font-size: 1.4rem;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	cursor: pointer;
}
.footer .navi li a:hover {
	opacity: 0.7;
}
@media screen and (max-width: 767px) {
	.footer .navi li a {
		font-size: 3.2vw;
	}
}
.footer .copyright {
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	margin-top: 20px;
}
@media screen and (max-width: 767px) {
	.footer .copyright {
		font-size: 2.6666666667vw;
		margin-top: 5.3333333333vw;
	}
}

/* ------------------------------
    clearfix
------------------------------ */
.cf:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}

.cf {
	display: inline-block;
}

/* Hides from IE Mac */
* html .cf {
	height: 1%;
}

.cf {
	display: block;
}

/* End Hack */
/*# sourceMappingURL=style.css.map */