@charset "utf-8";

html, body {
	font-family: 'Sawarabi Gothic', sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #333333;
	background: #FFFFFF url(../images/bg.png) repeat center;
	background-size: 1.4%;
	min-width: 1200px;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
.sp_only {
	display: none !important;
}
.inner {
	width: 90%;
	margin: 0 auto;
}
*::selection{
	background: #7edae6;
}
*::-moz-selection{
	background: #7edae6;
}

p.btn {
	position: relative;
	cursor: pointer;
	transition: 0.3s;
}
p.btn::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 10%;
	left: 2%;
	z-index: 0;
	background: #2a2a2a;
	border-radius: 50px;
}
p.btn a {
	display: block;
	position: relative;
	z-index: 1;
	background: #FFE852;
	text-align: center;
	border: 3px solid #2A2A2A;
	border-radius: 30px;
	padding: 6% 10% 7%;
	transition: 0.3s;
}

@media (min-width: 769px){

	p.btn:hover {
		opacity: 0.8;
	}
	p.btn:hover a {
		transform: translate(2px, 2px);
	}

}

header {
	width: 100%;
	min-width: 1200px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 30px;
	transition: 0.3s;
}
header h1 {
	width: 16%;
	max-width: 290px;
}
header p.btn {
	width: 14%;
	max-width: 248px;
}
header p.btn img {
	width: 80%;
}

#index header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background: rgba(255,255,255,0.8);
	padding: 15px 30px 20px;
}

#mainvisual {
	position: relative;
	z-index: 1;
	padding: 0 40px;
}
#mainvisual .flexbox {
	display: flex;
	justify-content: end;
}
#mainvisual .leftbox {
	width: 28%;
	padding-top: 100px;
	margin-right: 5.5%;
}
#mainvisual .leftbox p.btn {
	margin-top: 18%;
}
#mainvisual .leftbox p.btn a {
	border: 5px solid #2A2A2A;
	border-radius: 50px;
	padding: 4% 10% 4%;
}
#mainvisual .leftbox p.btn img {
	width: 65%;
}
#mainvisual .rightbox {
	width: 50%;
	position: relative;
}
#mainvisual .rightbox .img01 {
	width: 71%;
	margin-top: 100px;
	margin-left: 30%;
}
#mainvisual .rightbox .img02 {
	position: absolute;
	top: 0;
	left: 3.5%;
	width: 56%;
}
#mainvisual .rightbox .img03 {
	position: absolute;
	top: 45%;
	right: 2.5%;
	width: 38%;
}
#mainvisual .mvfoot {
	position: relative;
	width: 72.5%;
	text-align: center;
	margin-top: -1%;
	margin-left: 5%;
	border-right: 5px solid #2A2A2A;
	border-bottom: 5px solid #2A2A2A;
}
#mainvisual .mvfoot::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -12px;
	display: block;
	width: 20px;
	height: 20px;
	background: #2A2A2A;
	border-radius: 20px;
}
#mainvisual .mvfoot img {
	width: 85%;
	margin-bottom: -6px;
}

h2 {
	display: flex;
	justify-content: start;
	align-items: center;
	text-align: center;
}
h2::before{
	content: "";
	display: block;
	width: 36%;
	height: 5px;
	background: #2A2A2A;
}
h2 > span {
	width: 26%;
	position: relative;
	box-sizing: content-box;
	padding-left: 3.3%;
}
h2 > span::before{
	content: "";
	display: block;
	width: 19px;
	height: 19px;
	background: #ffe852;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-9px);
	border: 5px solid;
	border-radius: 30px;
}
h2 span span {
	width: 26%;
	display: block;
	margin: 8px auto 4px;
	position: absolute;
	bottom: 100%;
	left: 55%;
	transform: translateX(-50%);
}

section {
	position: relative;
	padding: 0 40px;
}
section .inner {
	position: relative;
	border-left: 5px solid #2A2A2A;
	padding: 200px 0 70px
}

#example h2::before {
	width: 37.5%;
}
#example h2 > span {
	padding-left: 1.8%;
}
#example h2 span span {
	width: 27%;
	left: 51.8%;
	margin: 8px auto;
}
#example .bg_img {
	width: 100%;
	position: absolute;
	top: 43%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#example .voice {
	position: relative;
	display: flex;
	justify-content: center;
	padding: 80px 0;
	margin-top: 80px;
}
#example .voice .person {
	width: 40%;
	display: flex;
	justify-content: center;
	align-items: end;
}
#example .voice .person img:first-child {
	width: 61%;
	margin-right: 28px;
}
#example .voice .person img:nth-child(2) {
	width: 40%;
	margin-right: 25px;
}
#example .voice div span {
	position: absolute;
	font-size: 1.5vw;
	text-align: center;
}
#example .voice .balloon01 {
	width: 31.5%;
	position: absolute;
	top: 0;
	left: 5%;
}
#example .voice .balloon01 span {
	width: 90%;
	top: 30%;
	left: 0;
}
#example .voice .balloon02 {
	width: 27%;
	position: absolute;
	top: 20px;
	right: 3.5%;
}
#example .voice .balloon02 span {
	width: 97%;
	top: 30%;
	left: 0;
}
#example .voice .balloon03 {
	width: 35%;
	position: absolute;
	bottom: 5px;
	left: 2.5%;
}
#example .voice .balloon03 span {
	width: 94%;
	bottom: 30%;
	left: 0;
}
#example .voice .balloon04 {
	width: 34%;
	position: absolute;
	bottom: -30px;
	right: -3.3%;
}
#example .voice .balloon04 span {
	width: 96%;
	bottom: 33%;
	left: 2%;
}

#flow .inner {
	padding: 240px 0 90px;
}
#flow h2 span span {
	margin: 8px auto 6px;
}
#flow ol {
	display: flex;
	justify-content: space-between;
	margin: 160px 3% 0 8%;
}
#flow ol li {
	position: relative;
	width: 29%;
}
#flow ol li::after {
	content: "";
	display: block;
	background: url(../images/bg_pattern_stripe.png) repeat;
	background-size: 10px;
	width: 100%;
	height: 99%;
	position: absolute;
	top: 15px;
	left: 15px;
	border-radius: 13px;
}
#flow ol li .icon {
	width: 33%;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 2;
	transform: translate(-50%, 5px);
	background: #FFFFFF;
	text-align: center;
	padding: 7% 9.5% 5px;
	border: 5px solid #2A2A2A;
	border-bottom: 0;
	border-radius: 100px 100px 0 0;
}
#flow ol li .icon_shadow {
	width: 33%;
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1;
	background: url(../images/bg_pattern_stripe.png) repeat;
	background-size: 10px;
	transform: translate(-42%, 14px);
	padding: 25px 28px 25px 28px;
	border-radius: 100px 100px 0 0;
}
#flow ol li .list_box {
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	padding: 15px;
	border: 5px solid #2A2A2A;
	border-radius: 15px;
}
#flow ol li .list_box .list_inner {
	border: 3px solid #2A2A2A;
	border-radius: 10px;
	padding: 10px 6% 15px;
}
#flow ol li .list_box .list_inner h3 {
	font-size: 1.5vw;
	text-align: center;
	margin: 15px 0 20px;
}
#flow ol li .list_box .list_inner figure {
	width: 58%;
	margin: 60px auto 80px;
}
#flow ol li .list_box .list_inner p {
	font-size: 1.3vw;
	letter-spacing: -0.1em;
	margin-bottom: 5px;
}

#summary h2 span span {
	margin: 8px auto;
}
#summary .inner {
	padding: 150px 0 150px;
}
#summary .grid_box {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 50px 2.5%;
	margin: 120px 3% 0 8%;
}
#summary .grid_box .grid_item {
	position: relative;
	z-index: 1;
}
#summary .grid_box .grid_item:last-child {
	grid-column: 1/4;
}
#summary .grid_box .grid_item::after {
	content: "";
	display: block;
	background: url(../images/bg_pattern_stripe.png) repeat;
	background-size: 10px;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 13px;
	left: 12px;
	border-radius: 15px;
}
#summary .grid_box .grid_item .item_box {
	position: relative;
	z-index: 2;
	background: #FFFFFF;
	padding: 10px;
	border: 5px solid #2A2A2A;
	border-radius: 15px;
}
#summary .grid_box .grid_item .item_box .item_inner {
	border: 3px solid #2A2A2A;
	border-radius: 10px;
	padding: 20px 0;
}
#summary .grid_box .grid_item .item_box .item_inner h3 {
	position: relative;
	padding: 20px 0;
	font-size: 1.5vw;
	text-align: center;
	word-break: keep-all;
	margin-bottom: 10px;
}
#summary .grid_box .grid_item .item_box .item_inner h3::before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #2A2A2A;
}
#summary .grid_box .grid_item .item_box .item_inner h3 span {
	display: block;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 25px;
}
#summary .grid_box .grid_item .item_box .item_inner h3 span::before,
#summary .grid_box .grid_item .item_box .item_inner h3 span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #13B8EA;
	border: 2px solid #2A2A2A;
	border-radius: 20px;
}
#summary .grid_box .grid_item .item_box .item_inner h3 span::before {
	left: 0;
}
#summary .grid_box .grid_item .item_box .item_inner h3 span::after {
	right: 0;
}
#summary .grid_box .grid_item .item_box .item_inner p {
	font-size: 1.3vw;
	text-align: center;
	line-height: 3em;
	padding: 10px;
}
#summary .grid_box .grid_item:nth-child(2) .item_box .item_inner p {
	line-height: 1.5em;
}
#summary .grid_box .grid_item .item_box .item_inner ul {
	font-size: 1.25vw;
	padding: 10px 25px 5px;
}
#summary .grid_box .grid_item .item_box .item_inner ul li {
	margin-bottom: 5px;
}
#summary .grid_box .grid_item .item_box .item_inner ul li::before {
	content: '・';
}

#form {
	background: #F1FAFD;
}
#form .inner {
	border-left: 5px solid #f1fafd;
	padding: 100px 0 180px;
}
#form .inner::before {
	content: "";
	display: block;
	width: 5px;
	height: 120px;
	position: absolute;
	top: 0;
	left: -5px;
	background: #2A2A2A;
}
#form .inner h2 {
	position: absolute;
	width: 100%;
	left: -5px;
	top: 120px;
	transform: translateY(-50%);
}
#form h2 span span {
	margin: 8px auto;
}
#form .mailform {
	padding-left: 5%;
	margin-top: 150px;
}
#form .mailform > dl {
	width: 50%;
	max-width: 620px;
	margin: 120px auto 40px;
}
#form .mailform > dl > dt {
	position: relative;
	font-size: 1.5em;
	padding-left: 30px;
	margin-bottom: 3px;
}
#form .mailform > dl > dt::before {
	content: '';
	display: block;
	width: 16px;
	height: 16px;
	background: #13B8EA;
	border: 3px solid #2A2A2A;
	border-radius: 10px;
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
}
#form .mailform > dl > dt span.form-require {
	color: #E90000;
	margin-left: 3px;
}
#form .mailform > dl dd {
	margin-bottom: 15px;
}
#form .mailform > dl dd input {
	-webkit-appearance: none;
	width: 100%;
	max-width: 100%;
	font-size: 1.3em;
	padding: 13px 10px;
	border: 4px solid #2A2A2A;
	border-radius: 10px;
}
#form .mailform > dl dd .mfp_err {
	display: none;
	color: #E90000;
	margin: 3px;
}
#form .mailform > dl dd dl {
	display: flex;
	align-items: center;
	margin: 15px 0;
	margin-left: 2em;
}
#form .mailform > dl dd dl dt {
	width: 6em;
	font-size: 1.4em;
}
#form .mailform > dl dd dl dd {
	width: 100%;
	margin-bottom: 0;
}
#form .mailform > dl dd textarea {
	-webkit-appearance: none;
	width: 100%;
	height: 330px;
	max-width: 100%;
	font-size: 1.3em;
	white-space: pre-wrap;
	padding: 10px 10px;
	border: 4px solid #2A2A2A;
	border-radius: 10px;
}
#form .mailform > dl dd .error {
	border: 4px solid #E90000;
}
#form .mailform p.btn {
	width: 18%;
	margin: 0 auto;
	font-size: 1.4em;
}
#form .mailform p.btn a {
	padding: 4% 0;
}

#modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	justify-content: center;
	align-items: center;
}
#modal .overlay {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
#modal .modal_inner {
	width: 60%;
	max-height: 95%;
	position: relative;
	background: #FFFFFF;
	padding: 45px 0;
	border-radius: 20px;
	overflow-y: auto;
}
#modal .modal_inner h3 {
	position: relative;
	font-size: 1.5em;
	text-align: center;
	word-break: keep-all;
}
#modal .modal_inner h3:before {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #2A2A2A;
}
#modal .modal_inner h3 span {
	display: block;
	background: #FFFFFF;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	padding: 0 25px;
}
#modal .modal_inner h3 span::before,
#modal .modal_inner h3 span::after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #13B8EA;
	border: 2px solid #2A2A2A;
	border-radius: 20px;
}
#modal .modal_inner h3 span::before {
	left: 0;
}
#modal .modal_inner h3 span::after {
	right: 0;
}
#modal .modal_inner #confirm_area {
	width: 85%;
	margin: 50px auto 0;
}
#modal .modal_inner #confirm_area .formitem {
	display: flex;
	border-bottom: 2px solid #2A2A2A;
	margin-bottom: 10px;
}
#modal .modal_inner #confirm_area .formitem p {
	width: 25%;
	position: relative;
	padding-left: 15px;
}
#modal .modal_inner #confirm_area .formitem p::before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background: #13B8EA;
	border: 1px solid #2A2A2A;
	border-radius: 10px;
	position: absolute;
	top: 8px;
	left: 3px;
}
#modal .modal_inner #confirm_area .formitem > div {
	width: 75%;
	font-size: 1.2em;
}
#modal .modal_inner #confirm_area .formitem div.schedule {
	width: 78%;
	font-size: 1.0em;
}
#modal .modal_inner #confirm_area .formitem div.schedule div.box {
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 1.0em;
	margin-bottom: 3px;
}
#modal .modal_inner #confirm_area .formitem div.schedule div.box p {
	width: 12em;
}
#modal .modal_inner #confirm_area .formitem div.schedule div.box div {
	width: 100%;
	font-size: 1.2em;
}
#modal .modal_inner #confirm_area .formitem div#body {
	white-space: pre-wrap;
}
#modal .modal_inner #confirm_area .btn_area {
	position: relative;
	text-align: center;
	padding-bottom: 20px;
	margin-top: 25px;
}
#modal .modal_inner #confirm_area .btn_area a.modal_close {
	position: absolute;
	left: 0;
	bottom: 0;
	background: #cccccc;
	padding: 5px 15px 4px;
	border-radius: 30px;
	box-shadow: 1px 2px 0;
	cursor: pointer;
}
#modal .modal_inner #confirm_area .btn_area p.btn {
	width: 22%;
	margin: 0 auto;
}
#modal .modal_inner #confirm_area .btn_area p.btn a {
	padding: 5% 0 4%;
	border: 2px solid #2A2A2A;
}

footer {
	text-align: center;
	background: #F1FAFD url(../images/border.png) repeat-x bottom center;
	background-size: 100%;
	padding-left: 4.5%;
}
footer small {
	display: block;
	font-size: 0.9em;
	padding: 5px 0;
	transform: translateY(-100%);
}

@media (max-width: 1200px){

	#example .voice div span {
		font-size: 1.1em;
	}
	#flow ol li .list_box .list_inner h3,
	#summary .grid_box .grid_item .item_box .item_inner h3 {
		font-size: 1.1em;
	}
	#flow ol li .list_box .list_inner p,
	#summary .grid_box .grid_item .item_box .item_inner p {
		font-size: 1.0em;
	}
	#summary .grid_box .grid_item .item_box .item_inner ul {
		font-size: 0.95em;
	}

}

@media screen and (max-width:768px) {

	html, body {
		min-width: 100%;
		background-size: 28px;
	}
	.pc_only {
		display: none !important;
	}
	.sp_only {
		display: block !important;
	}
	.inner {
		width: 96%;
		margin: 0 auto;
	}

	header {
		padding: 20px 10px;
		min-width: 100%;
	}
	header h1 {
		width: 42%;
	}
	header p.btn {
		width: 46%;
	}

	#index header.fixed {
		padding: 10px 10px 15px;
	}

	p.btn a {
		border: 2px solid #2A2A2A;
		padding: 3% 3% 4%;
	}
	p.btn::after {
		top: 8%;
    left: 1%;
	}

	#mainvisual {
		padding: 0;
	}
	#mainvisual .flexbox {
		display: block;
	}
	#mainvisual .leftbox {
    width: 72%;
    padding-top: 45px;
    margin: 0 auto;
	}
	#mainvisual .rightbox {
		width: 100%;
		padding-bottom: 50px;
		margin-top: 75px;
		overflow: hidden;
	}
	#mainvisual .rightbox .img01 {
		width: 90%;
    margin-top: 50px;
    margin-left: 19%;
	}
	#mainvisual .rightbox .img02 {
		left: 3%;
    width: 57%;
	}
	#mainvisual .rightbox .img03 {
		top: 32%;
    right: 11%;
    width: 40%;
	}
	#mainvisual .rightbox p.btn {
		width: 75%;
    margin: 25px auto 0;
	}
	#mainvisual .rightbox p.btn a {
		border: 3px solid #2A2A2A;
		padding: 3% 26% 3%;
		border-radius: 100px;
	}
	#mainvisual .mvfoot {
		width: 100%;
    margin-top: -20%;
    margin-left: 0;
    border-right: 0;
    border-bottom: 0;
		padding-top: 150px;
		padding-bottom: 50px;
    overflow: hidden;
	}
	#mainvisual .mvfoot img {
		width: 110%;
		max-width: 110%;
		margin-left: -5%;
		margin-bottom: 0;
	}
	#mainvisual .mvfoot::before {
		content: "";
    position: absolute;
		top: 0;
    left: 50%;
    transform: translateX(-50%);
		z-index: -1;
		width: 3px;
		height: 100%;
		background: #2A2A2A;
	}
	#mainvisual .mvfoot::after {
		top: 0;
    right: 0;
    left: 50%;
    transform: translateX(-8px);
		width: 16px;
    height: 16px;
	}

	section {
		padding: 0;
	}
	section .inner {
		border-left: 0;
		padding: 0;
	}
	h2 {
		display: block;
	}
	h2::before {
		display: none;
	}
	h2 > span {
		display: block;
		width: 62%;
    margin: 0 auto;
		padding: 0;
	}
	h2 > span::before {
		position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);		
		border: 4px solid;
	}
	h2 span span {
		width: 30%;
		position: relative;
		left: 0;
    transform: translateX(0);
	}

	#example .bg_img {
		top: 35%;
	}
	#example h2 > span {
		padding: 0;
	}
	#example h2 span span {
		left: 0;
		margin: 4% auto 3px;
	}
	#example .voice {
		display: block;
		padding: 0;
    margin-top: 50px;
	}
	#example .voice .person {
		width: 83%;
		margin: -100px auto 0;
	}
	#example .voice .person img:first-child {
		width: 66%;
		margin-right: 0;
    margin-left: 35px;
	}
	#example .voice .person img:nth-child(2) {
		width: 44%;
    margin-right: 0;
    transform: translate(-45px, 3px);
	}
	#example .voice .balloon01 {
		position: relative;
    width: 75%;
    left: 0;
	}
	#example .voice .balloon01 span {
		top: 23%;
    left: 3%;
	}
	#example .voice .balloon02 {
    width: 70%;
    position: relative;
    top: -35px;
    right: 0;
    left: 29%;
    text-align: right;
	}
	#example .voice .balloon02 span {
    top: 25%;
	}
	#example .voice .balloon03 {
		position: relative;
    width: 80%;
    bottom: 70px;
    left: 2%;
	}
	#example .voice .balloon03 span {
		left: 1%;
	}
	#example .voice .balloon04 {
    width: 85%;
    position: relative;
    right: 0;
    left: 14%;
    bottom: 90px;
    text-align: right;
	}
	#example .voice .balloon04 span {
		width: 94%;
		left: auto;
    right: 3%;
	}
	#example .voice div span {
		font-size: 4.0vw;
	}
	#example::after {
		content: "";
    position: absolute;
		bottom: 50px;
    left: 50%;
		transform: translateX(-8px);
		display: block;
		width: 16px;
    height: 16px;
		background: #2A2A2A;
    border-radius: 20px;	
	}

	#flow .inner {
    padding: 100px 0;
	}
	#flow .inner::before {
		content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 3px;
    height: 150px;
    background: #2A2A2A;
	}
	#flow h2 span span {
		margin: 5% auto 0px;
	}
	#flow ol {
		width: 88%;
		display: block;
    margin: 100px auto 0;
	}
	#flow ol li {
		width: 100%;
		margin-top: 22%;
	}
	#flow ol li .icon {
		width: 30%;
		transform: translate(-50%, 3px);
		padding: 6% 9% 0;
		border: 3px solid #2A2A2A;
		border-bottom: 0;
	}
	#flow ol li .icon_shadow {
		background-size: 8px;
		transform: translate(-46%, 10px);
	}
	#flow ol li .list_box {
		padding: 12px;
		border: 3px solid #2A2A2A;
		border-radius: 20px;
	}
	#flow ol li::after {
		background-size: 8px;
		top: 13px;
    left: 10px;
		border-radius: 15px;
	}
	#flow ol li .list_box .list_inner {
		border: 2px solid #2A2A2A;
	}
	#flow ol li .list_box .list_inner h3 {
		font-size: 1.5em;
	}
	#flow ol li .list_box .list_inner figure {
		width: 63%;
    margin: 40px auto 55px;
	}
	#flow ol li .list_box .list_inner p {
		letter-spacing: 0;
	}
	#flow::after {
		content: "";
    position: absolute;
		bottom: 50px;
    left: 50%;
		transform: translateX(-8px);
		display: block;
		width: 16px;
    height: 16px;
		background: #2A2A2A;
    border-radius: 20px;	
	}

	#summary .inner {
		padding: 100px 0 60px;
	}
	#summary .inner::before {
		content: "";
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 3px;
    height: 150px;
    background: #2A2A2A;
	}
	#summary h2 span span {
    margin: 5% auto 0;
	}
	#summary .grid_box {
    width: 93%;
		display: block;
    gap: 0;
    margin: 50px auto 0;
	}
	#summary .grid_box .grid_item {
		margin-bottom: 35px;
	}
	#summary .grid_box .grid_item .item_box {
		border: 4px solid #2A2A2A;
    border-radius: 25px;
	}
	#summary .grid_box .grid_item .item_box .item_inner {
		border: 2px solid #2A2A2A;
    border-radius: 15px;
    padding: 15px 0;
	}
	#summary .grid_box .grid_item .item_box .item_inner h3 {
		font-size: 1.5em;
	}
	#summary .grid_box .grid_item .item_box .item_inner h3 span {
		padding: 0 35px;
	}
	#summary .grid_box .grid_item .item_box .item_inner p {
		line-height: 2em;
	}
	#summary .grid_box .grid_item::after {
		background-size: 8px;
    top: 8px;
    left: 8px;
    border-radius: 20px;
	}
	#summary .grid_box .grid_item .item_box .item_inner ul {
		font-size: 1.0em;
		padding: 10px 18px 0;
	}
	#summary .grid_box .grid_item .item_box .item_inner ul li {
		margin-bottom: 1em;
	}
	#summary::after {
		content: "";
    position: absolute;
		bottom: 50px;
    left: 50%;
		transform: translateX(-8px);
		display: block;
		width: 16px;
    height: 16px;
		background: #2A2A2A;
    border-radius: 20px;	
	}

	#form .inner {
		border: 0;
	}
	#form .inner::before {
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    width: 3px;
    height: 150px;
	}
	#form .inner h2 {
		position: relative;
    top: 0;
    left: 0;
    transform: none;
	}
	#form .mailform {
		padding-left: 0;
		margin-top: 50px;
	}
	#form .mailform > dl {
		width: 95%;
    margin: 0 auto 40px;
	}
	#form .mailform > dl > dt {
		font-size: 1.2em;
	}
	#form .mailform > dl > dt::before {
		width: 12px;
    height: 12px;
		left: 10px;
    border: 2px solid #2A2A2A;
	}
	#form .mailform > dl dd input {
		padding: 12px 8px;
		border: 2px solid #2A2A2A;
	}
	#form .mailform > dl dd {
		margin-bottom: 10px;
	}
	#form .mailform > dl dd dl {
		display: block;
		margin: 10px 0 10px 2em;
	}
	#form .mailform > dl dd dl dt {
		font-size: 1.2em;
	}
	#form .mailform > dl dd textarea {
		border: 2px solid #2A2A2A;
	}
	#form .mailform p.btn {
		width: 80%;
    font-size: 1.3em;
	}
	#form .mailform p.btn a {
		padding: 3% 0;
		border: 3px solid #2A2A2A;
		border-radius: 100px;
	}

	#modal .modal_inner {
		width: 94%;
	}
	#modal .modal_inner #confirm_area .formitem {
		display: block;
	}
	#modal .modal_inner #confirm_area .formitem p {
		width: 100%;
	}
	#modal .modal_inner #confirm_area .formitem > div	{
		width: 95%;
		margin: 5px 1% 0 4%;
	}
	#modal .modal_inner #confirm_area .formitem div.schedule {
		width: 95%;
	}
	#modal .modal_inner #confirm_area .btn_area p.btn {
		width: 60%;
    margin-bottom: 30px;
	}
	#modal .modal_inner #confirm_area .btn_area a.modal_close {
		position: relative;
	}

	footer {
		background-size: cover;
    padding-left: 0;
	}
	footer small {
		font-size: 0.8em;
    padding: 0;
    transform: translateY(-130%);
	}

}


#thanks .container {
	position: relative;
	background: url(../images/bg_thanks_pc.png) no-repeat left bottom;
	background-size: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
}
#thanks .container .flexbox {
	display: flex;
	justify-content: end;
}
#thanks .container .flexbox .leftbox {
	width: 44%;
  padding-top: 80px;
	margin-right: 4.5%;
}
#thanks .container .flexbox .leftbox > img {
	width: 70%;
	margin-left: 1%;
}
#thanks .container .flexbox .leftbox > p {
	font-size: 1.1vw;
	letter-spacing: -0.04em;
	line-height: 1.8;
	margin-top: 40px;
}
#thanks .container .flexbox .rightbox {
	width: 35%;
	position: relative;
}
#thanks .container .flexbox p.btn {
	width: 40%;
	margin: 90px 110px;
}
#thanks .container .flexbox p.btn a {
	border: 3px solid #2A2A2A;
	border-radius: 50px;
	padding: 2% 27% 3%;
}
#thanks .container .mvfoot {
	position: relative;
	width: 80%;
	text-align: center;
	margin-top: -1%;
	margin-left: -40px;
	border-right: 5px solid #2A2A2A;
	border-bottom: 5px solid #2A2A2A;
}
#thanks .container .mvfoot::before {
	content: "";
	position: absolute;
	top: -20px;
	right: -12px;
	display: block;
	width: 20px;
	height: 20px;
	background: #2A2A2A;
	border-radius: 20px;
}
#thanks .container .mvfoot img {
	width: 76%;
	margin-left: 7%;
	margin-bottom: -7.5px;
}

@media screen and (max-width:768px) {

	#thanks .container {
		background: url(../images/bg_thanks_sp.png) no-repeat left bottom;
    background-size: 100%;
		padding-bottom: 55px;
	}
	#thanks .container .flexbox {
		display: block;
	}
	#thanks .container .flexbox .leftbox {
		width: 95%;
		padding-top: 0;
		margin: 0 auto;
	}
	#thanks .container .flexbox .leftbox > img {
		width: 95%;
		display: block;
		margin: 0 auto;
	}
	#thanks .container .flexbox .leftbox > p {
    width: 85%;
		font-size: 1em;
    letter-spacing: 0;
    line-height: 1.6;
    margin: 30px auto;
	}
	#thanks .container .flexbox p.btn {
		width: 50%;
    margin: 50px auto;
	}
	#thanks .container .flexbox p.btn a {
		padding: 2% 23% 4%;
	}
	#thanks .container .flexbox .rightbox {
		display: none;
	}
	#thanks .container .mvfoot {
		width: 100%;
    margin: 0;
    border: 0;
		overflow: hidden;
	}
	#thanks .container .mvfoot::before {
		display: none;
	}
	#thanks .container .mvfoot img {
		width: 110%;
    max-width: none;
    margin-left: -6%;
    margin-top: 30px;
		margin-bottom: 0;
	}

}
