@charset "UTF-8";
/*---------------------------------
  Basic
---------------------------------*/
body {
	color: #333;
  font-family: 'Noto Sans Japanese', serif;
  font-size: 16px;
  font-weight: 500;
	line-height: 1.8em;
	margin: 0;
	padding: 0;
  position: relative;
}

h1,h2,h3,h4,h5 {
  letter-spacing: 0.1em;
	margin: 0;
	padding: 0;
}

img {
	width: 100%;
	border: 0;
	vertical-align: bottom;
  display: block;
}

p,ul,li,dl,dt,dd,th,td {
	margin: 0;
	padding: 0;
}

ol,ul,li {
	list-style: none;
}

i {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

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

::selection {
	background: #dfe1e5;
}

::-moz-selection {
	background: #dfe1e5;
}

@media screen and (max-width: 896px) {	
	body {
		font-size: 14px;
		min-width: 300px;
	}
}

/*---------------------------------
  ScrollTrigger
---------------------------------*/
.invisible {
  transition: all 1s ease;
  opacity: 0.0;
}

.visible {
  transition: all 1s ease;
  opacity: 1.0;
}

/*---------------------------------
  Link
---------------------------------*/
a:link, a:visited, a:hover, a:active {
	color: #333;
	text-decoration: none;
}

.btn {
	max-width: 300px;
	height: 60px;
	line-height: 60px;
	color: #fff !important;
	font-weight: 700;
	text-align: center;
	letter-spacing: 0.1em;
	border-radius: 5em;
	padding: 0 2em;
	display: block;
	position: relative;
}

.btn_forward:after {
	content: "\f105";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 1.5em;
}

.btn_forward:hover:after {
	right: 1.3em;
	opacity: 0.8;
	transition: 0.3s;
}

.btn_back:after {
	content: "\f104";
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	left: 1.5em;
}

.btn_back:hover:after {
	left: 1.3em;
	opacity: 0.8;
	transition: 0.3s;
}

.btn_forward:hover,
.btn_back:hover {
	opacity: 0.8;
	transition: 0.3s;
}


.btn_index {
	border: solid 1px #fff;
	border-radius: 5em;
	background: #c62a88;
	margin: 3em auto 0 auto;
	display: block;
}

/*---------------------------------
  Common
---------------------------------*/
.index_wrap {
  margin-top: 8em;
}

.contents_wrap {
  margin-top: 5em;
}

.background_wrap {
  padding: 5em 0;
}

.wrapper {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 1em;
}

.text_box p:nth-child(n+2) {
  margin-top: 1em;
}

.head_text_wrap {
	padding: 5em 0;
	position: relative;
}

.head_text_wrap:before {
	content: '';
	width: 35%;
	height: 100%;
	background: #f9e5f1;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.head_text_wrap h3 {
	font-size: 28px;
	line-height: 1.8em;
	margin-bottom: 1em;
}

.index_title {
	font-family: 'Kaushan Script', cursive;
	color: #c62a88;
	font-size: 80px;
	font-weight: 500;
	transform: rotate(-7deg);
	position: absolute;
	top: 0;
}

.page_title_wrap {
	position: relative;
}

.page_title_box {
	position: absolute;
	top: 30%;
	left: 5%;
}

.page_title_box h2 {
	font-family: 'Kaushan Script', cursive;
	color: #c62a88;
	font-size: 80px;
	font-weight: 500;
	transform: rotate(-7deg);
	line-height: 2em;
}

.page_title_box h3 {
	font-size: 28px;
	margin-top: 0.5em;
}

.page_title_wrap .hero_box {
	height: 450px;
}

.page_title_wrap .hero_box img {
	height: 450px;
	object-fit: cover;
}

.recruit_wrap .hero_box img {
	object-position: right;
}

.page_wrap h3 {
	font-size: 28px;
	border-bottom: solid 5px #f9e5f1;
	position: relative;
	margin-bottom: 2em;
	padding: 1em 0;
}

.page_wrap h3:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 5px #c62a88;
  bottom: -5px;
  width: 20%;
}

.reason_content {
	display: flex;
	flex-wrap: wrap;
}

.reason_content dl {
	width: calc(100% / 3 - 1em);
	color: #fff;
	text-align: center;
	background: #71922a;
	margin: 0.5em;
	padding: 3em 2em;
}

.reason_content dl dt {
	font-size: 21px;
	line-height: 1.8em;
	margin-bottom: 2em;
}

.reason_content dl dt:after {
	content: '';
	width: 55px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 1em auto 0 auto;
}

.delivery_reason_wrap .reason_content dl {
	background: #71922a;
}

.fireworks_reason_wrap .reason_content dl {
	background: #181b46;
}

.youtube_box {
	width: 100%;
	max-width: 900px;
	aspect-ratio: 16 / 9;
	margin: 0 auto;
}

.youtube_box iframe {
	width: 100%;
	height: 100%;
}

.question_content dl:nth-of-type(n+2) {
	margin-top: 2em;
}

.question_content dl dt,
.question_content dl dd {
	padding: 0.5em 0 0 4em;
	position: relative;
}

.question_content dl dt:before,
.question_content dl dd:before {
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	top: 0;
	left: 0;
}

.question_content dl dt:before {
	content: 'Q';
	background: #01acbd;
}

.question_content dl dd:before {
	content: 'A';
	background: #c62a88;
}

.question_content dl dt {
	color: #01acbd;
	font-weight: 600;
	margin-bottom: 1.5em;
}

@media print, screen and (max-width: 896px) {
  .contents_wrap {
    margin-top: 3em;
  }
  
  .background_wrap {
    padding: 3em 0;
  }
  
  .wrapper {
    padding: 0 4%;
  }
	
	.page_title_box h2 {
		font-size: 50px;
	}
	
	.page_title_box h3 {
		font-size: 18px;
	}
	
	.page_wrap h3 {
		font-size: 21px;
	}
	
	.head_text_wrap h3 {
		font-size: 18px;
	}
	
	.reason_content {
		flex-direction: column;
	}
	
	.reason_content dl {
		width: 100%;
		margin: 0.5em 0;
		padding: 2em;
	}
	
	.reason_content dl dt {
		font-size: 18px;
		margin-bottom: 1.5em;
	}
	
	.reason_content dl dd {
		text-align: left;
	}
	
	.reason_content dl dd br {
		display: none;
	}
	
	.index_title {
		font-size: 40px;
	}
}

/*---------------------------------
  Header
---------------------------------*/
header {
	margin-bottom: 2em;
}

.header_content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header_content h1 {
	max-width: 160px;
}

.header_box {
	margin-left: auto;
}

.header_box ul,
.header_box nav {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: center;
}

.header_box ul li {
	margin: 0.5em;
}

.header_box ul li:first-of-type {
	font-size: 21px;
	font-weight: 600;
}

.header_box ul li:first-of-type:before {
	content: "\f095";
	font-family: 'Font Awesome 5 Free';
	color: #c62a88;
	font-size: 90%;
	margin-right: 0.5em;
}

.header_box ul li:first-of-type span {
	color: #666;
	font-size: 12px;
	font-weight: 400;
	margin-left: 1em;
}

.header_box ul li:last-of-type {
	font-size: 28px;
}

.header_box ul li:last-of-type:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.header_box nav li {
	font-weight: 600;
	letter-spacing: 0.1em;
	margin: 0 0.5em;
}

.header_box nav li a:hover {
	opacity: 0.8;
	transition: 0.3s;
}

.header_box nav li:nth-of-type(n+4) a {
	min-width: 160px;
	color: #fff;
	text-align: center;
	border-radius: 3em;
	padding: 0.5em 1.5em;
	display: block;
}

.header_box nav li:nth-of-type(n+4) a:before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 500;
	margin-right: 0.5em;
}

.header_box nav li:nth-of-type(4) a {
	background: #c62a88;
}

.header_box nav li:nth-of-type(4) a:before {
	content: "\f2b5";
}

.header_box nav li:last-of-type a {
	background: #01acbd;
}

.header_box nav li:last-of-type a:before {
	content: "\f0e0";
}

@media print, screen and (max-width: 897px) {
	header {
		padding: 1em 0;
	}
	
	.header_content h1 {
		max-width: 100px;
	}
	
	.header_box {
		display: none;
	}
}

/*---------------------------------
  Burger
---------------------------------*/
.burger_area {
	position: absolute;
	top: 0;
	right: 0;
}

.btn_burger {
	display: flex;
	justify-content: flex-end;
}

.btn_burger a {
  z-index: 20;
  position: relative;
  width: 30px;
  height: 26px;
	display: block;
  cursor: pointer;
	margin: 15px;
}

.btn_burger a,
.btn_burger a span {
	display: inline-block;
  transition: all 0.3s;
  box-sizing: border-box;
}

.btn_burger a span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: #000;
  border-radius: 4px;
}

.btn_burger a span:nth-of-type(1) {
  top: 0;
}

.btn_burger a span:nth-of-type(2) {
  top: 11px;
}

.btn_burger a span:nth-of-type(3) {
  bottom: 0;
}

.btn_burger a.active span:nth-of-type(1) {
  background: #fff;
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
}

.btn_burger a.active span:nth-of-type(2) {
  opacity: 0;
}

.btn_burger a.active span:nth-of-type(3) {
  background: #fff;
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
}

.burger {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  z-index: 10;
}

.burger.open {
	display: block;
}

.burger.close {
	display: none;
}

.burger_menu {
	height: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.burger_menu li {
	font-weight: 600;
  display: block;
  margin: 2em;
}
	
.burger_menu li:before {
	color: #fff;
	content: "\f105";
	font-family: "Font Awesome 5 Free";
	vertical-align: middle;
	margin-right: 1em;
}

.burger_menu li a {
  color: #fff !important;
}

@media print, screen and (min-width: 898px) {
	.burger_area {
		display: none;
	}
}

/*---------------------------------

  Index

---------------------------------*/
/*---------------------------------
  Hero
---------------------------------*/
.hero_wrap {
	position: relative;
	padding-bottom: 3em;
}

.hero_wrap:after {
	content: '';
	width: 60%;
	height: 300px;
	background: #f9e5f1;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.catch_box {
	max-width: 95%;
	position: absolute;
	top: 20%;
	left: 0;
}

.catch_box h2 {
	color: #fff;
	font-size: 34px;
	line-height: 1.5em;
	background: #c62a88;
	margin: 0.5em 0;
	padding: 0.8em 1em;
}

.hero_box {
	max-width: 70%;
	margin-left: auto;
	margin-bottom: 3em;
}

.hero_box img {
	height: 80vh;
	object-fit: cover;
}

@media print, screen and (max-width: 897px) {
	.hero_wrap {
		padding-bottom: 2em;
	}
	
	.catch_box {
		top: 5%;
	}
	
	.catch_box h2 {
		font-size: 21px
	}
	
	.hero_box {
		max-width: 85%;
	}
}

@media print, screen and (max-width: 480px) {
	.catch_box h2 {
		max-width: 90%;
	}
}

/*---------------------------------
  Index Delivery
---------------------------------*/
.index_delivery_wrap {
	position: relative;
}

.index_delivery_wrap:before {
	content: '';
	width: 68%;
	height: 75%;
	background: url("images/top/delivery.jpg") no-repeat;
	background-size: cover;
	background-position: top right;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 3em;
}

.index_delivery_content {
	position: relative;
}

.index_delivery_content h2 {
	font-size: 36px;
	line-height: 1.8em;
	writing-mode: vertical-rl;
	margin-left: auto;
}

.index_delivery_box {
	width: 50%;
	color: #fff;
	background: #71922a;
	margin-left: auto;
	margin-top: 4em;
	padding: 5em 5em 10em 5em;
}

.index_check_inner {
	font-weight: 600;
	margin-bottom: 2em;
}

.index_check_inner li {
	font-size: 24px;
	letter-spacing: 0.1em;
	border-bottom: solid 1px #fff;
	margin: 0.5em;
	padding-bottom: 10px;
}

.index_check_inner li:before {
	content: "\f14a";
	font-family: 'Font Awesome 5 Free';
	font-weight: 500;
	margin-right: 0.5em;
}

.index_delivery_box .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3em;
	margin: 0 auto;
}

@media print, screen and (max-width: 897px) {
	.index_delivery_wrap:before {
		background-position: top center;
	}
	
	.index_delivery_content h2 {
		font-size: 21px;
	}
	
	.index_delivery_box {
		width: 100%;
		padding: 3em 3em 10em 3em;
	}
	
	.index_check_inner li {
		font-size: 18px;
	}
}

/*---------------------------------
  Index Fireworks
---------------------------------*/
.index_fireworks_wrap {
	color: #fff;
	padding-top: 20em;
	position: relative;
}

.index_fireworks_wrap h3 {
	color: #c62a88;
}

.index_fireworks_wrap:before {
	content: '';
	width: 100%;
	height: 75%;
	background: url("images/top/fireworks.jpg") no-repeat;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.index_fireworks_content {
	text-align: center;
	margin-bottom: 3em;
}

.index_fireworks_content h2 {
	font-size: 42px;
	line-height: 1.8em;
	margin-bottom: 1em;
}

.index_fireworks_content h2:after {
	content: '';
	width: 150px;
	height: 5px;
	background: #c62a88;
	display: block;
	margin: 1em auto 0 auto;
}

.index_fireworks_content .text_box p {
	line-height: 2.5em;
}

.index_fireworks_policy_content {
	position: relative;
}

.index_fireworks_policy_content > p {
	font-family: 'Kaushan Script', cursive;
	font-size: 36px;
	transform: rotate(-7deg);
	position: absolute;
	top: -0.5em;
	left: 1em;
}

.index_fireworks_box {
	display: flex;
	flex-wrap: wrap;
}

.index_fireworks_inner {
	width: calc(100% / 3 - 1em);
	color: #fff;
	text-align: center;
	background: #181b46;
	margin: 0.5em;
	padding: 3em 2em;
}

.index_fireworks_inner h4 {
	color: #c62a88;
	font-size: 21px;
	line-height: 1.8em;
	margin-bottom: 2em;
}

.index_fireworks_inner h4:after {
	content: '';
	width: 55px;
	height: 3px;
	background: #fff;
	display: block;
	margin: 1em auto 0 auto;
}

@media print, screen and (max-width: 897px) {
	.index_fireworks_wrap {
		padding-top: 10em;
	}
	
	.index_fireworks_content h2 {
		font-size: 21px;
	}
	
	.index_fireworks_content .text_box p {
		font-size: 12px;
	}
	
	.index_fireworks_policy_content > p {
		font-size: 24px;
	}
	
	.index_fireworks_box {
		flex-direction: column;
	}
	
	.index_fireworks_inner {
		width: 100%;
		padding: 2em;
	}
	
	.index_fireworks_inner h4 {
		font-size: 18px;
		margin-bottom: 1.5em;
	}
	
	.index_fireworks_inner .text_box {
		text-align: left;
	}
	
	.index_fireworks_inner .text_box br {
		display: none;
	}
}

/*---------------------------------
  Index Recruit
---------------------------------*/
.index_recruit_wrap {
	position: relative;
}

.index_recruit_wrap .index_title {
	right: 0;
	left: inherit;
}

.index_recruit_wrap:before {
	content: '';
	width: 68%;
	height: 75%;
	background: url("images/top/recruit.jpg") no-repeat;
	background-size: cover;
	background-position: top right;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: 3em;
}

.index_recruit_content {
	position: relative;
}

.index_recruit_content h2 {
	font-size: 36px;
	line-height: 1.8em;
	writing-mode: vertical-rl;
}

.index_recruit_box {
	width: 50%;
	color: #fff;
	background: #c62a88;
	margin-top: 4em;
	padding: 5em 5em 10em 5em;
}

.index_recruit_box .btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 3em;
	margin: 0 auto;
}

@media print, screen and (max-width: 897px) {
	.index_recruit_wrap:before {
	}
	
	.index_recruit_content h2 {
		font-size: 21px;
	}
	
	.index_recruit_box {
		width: 100%;
		margin-top: 10em;
		padding: 3em 3em 10em 3em;
	}
}

/*---------------------------------
  about
---------------------------------*/
.overview_content dl {
	display: flex;
	flex-wrap: wrap;
}

.overview_content dl dt,
.overview_content dl dd {
	border-bottom: solid 1px #dfe1e5;
	padding: 2em 1em;
}

.overview_content dl dt {
	width: 250px;
	font-weight: 600;
}

.overview_content dl dd {
	width: calc(100% - 250px);
}

.overview_content dl dd a {
	text-decoration: underline;
}

.overview_content iframe {
	width: 100%;
	margin-top: 3em;
}

@media print, screen and (max-width: 897px) {
	.overview_content dl {
		flex-direction: column;
	}
	
	.overview_content dl dt,
	.overview_content dl dd {
		width: 100%;
	}
	
	.overview_content dl dt {
		border-bottom: none;
		padding: 1.5em 1em 0 1em;
	}
	
	.overview_content dl dd {
		padding: 1em 1em 1.5em 1em;
	}
}

/*---------------------------------
  Delivery
---------------------------------*/
.delivery_service_content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.delivery_service_content:nth-of-type(n+2) {
	margin-top: 5em;
}

.delivery_service_box {
	width: 45%;
	padding: 2em 0;
}

.delivery_service_box h4 {
	font-size: 24px;
	margin-bottom: 2em;
}

.delivery_service_box h4:before {
	content: "\f111";
	font-family: 'Font Awesome 5 Free';
	color: #71922a;
	margin-right: 0.5em;
}

.delivery_service_img {
	width: 50%;
}

.delivery_service_img img {
	height: 350px;
	object-fit: cover;
}

.delivery_area_content dl dt {
	color: #71922a;
	margin-bottom: 1em;
}

.delivery_area_content dl dd ul li {
	color: #fff;
	font-size: 14px;
	border-radius: 5em;
	background: #71922a;
	margin: 0.5em;
	display: inline-block;
	padding: 0.5em 2em;
}

@media print, screen and (max-width: 897px) {
	.delivery_service_content {
		flex-direction: column-reverse;
	}
	
	.delivery_service_content:nth-of-type(n+2) {
		margin-top: 3em;
	}
	
	.delivery_service_box {
		width: 100%;
	}
	
	.delivery_service_box h4 {
		font-size: 18px;
		margin-bottom: 1em;
	}
	
	.delivery_service_img {
		width: 100%;
	}
}

/*---------------------------------
  Recruit
---------------------------------*/
.recruit_detail_content dl {
	display: flex;
	flex-wrap: wrap;
	border-top: solid 1px #dfe1e5;
}

.recruit_detail_content dl dt,
.recruit_detail_content dl dd {
	border-bottom: solid 1px #dfe1e5;
	padding: 2em;
}

.recruit_detail_content dl dt {
	width: 30%;
	font-weight: 600;
	background: #f9e5f1;
}

.recruit_detail_content dl dd {
	width: 70%;
}

.recruit_detail_content .btn {
	background: #c62a88;
	margin: 3em auto 0 auto;
}

@media print, screen and (max-width: 897px) {
	.recruit_detail_content dl {
		flex-direction: column;
		border-top: none;
	}
	
	.recruit_detail_content dl dt,
	.recruit_detail_content dl dd {
		border-bottom: none;
	}
	
	.recruit_detail_content dl dt {
		width: 100%;
		text-align: center;
		border-bottom: none;
		padding: 0.5em;
	}
	
	.recruit_detail_content dl dd {
		width: 100%;
		padding: 1.5em 1em;
	}
}

/*---------------------------------
  Fireworks
---------------------------------*/
.fireworks_body {
	color: #fff;
	background: #333;
}

.fireworks_body .header_box ul li:first-of-type,
.fireworks_body .header_box ul li:first-of-type span,
.fireworks_body .header_box ul li:last-of-type a,
.fireworks_body .header_box nav li a {
	color: #fff;
}

.fireworks_body .common_contact_wrap {
	background: #333;
}

.video_wrap {
	width: 100%;
  position: relative;
}

.video_wrap video {
	width: 100%;
}

.mask {
	background-image: url("https://www.transparenttextures.com/patterns/dark-dot.png");
	width: 100%;
	height: 99%;
	display: block;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.fireworks_body .page_title_box {  
  position: absolute;
  left: 5%;
  top: 2em;
  z-index: 2;
}

.video_wrap h4 {
	font-size: 28px;
	line-height: 1.8em;
	position: absolute;
	left: 5%;
	bottom: 2em;
	z-index: 2;
}

@media print, screen and (max-width: 897px) {
	.video_wrap video {
		height: 80vh;
		object-fit: cover;
	}
	
	.video_wrap h4 {
		font-size: 18px;
	}
}

/* ギャラリー */
.fireworks_gallery_box {
	display: flex;
	flex-wrap: wrap;
}

.fireworks_gallery_box:nth-of-type(n+2) {
	margin-top: 3em;
}

.fireworks_gallery_box .youtube_box {
	width: 30%;
}

.fireworks_gallery_inner {
	width: 70%;
	padding: 1em 2em;
}

.fireworks_gallery_inner h4 {
	color: #01acbd;
	font-size: 21px;
	margin-bottom: 1em;
}

.more_link {
  max-width: 300px;
	height: 60px;
	line-height: 60px;
  color: #fff;
  text-align: center;
  border-radius: 5em;
  background: #c62a88;
  margin: 3em auto 0 auto;
  display: block;
  cursor: pointer;
}

.more_link:hover {
  opacity: 0.8;
  transition: 0.3s;
}

@media print, screen and (max-width: 897px) {
	.fireworks_gallery_box {
		flex-direction: column;
	}
	
	.fireworks_gallery_box .youtube_box,
	.fireworks_gallery_inner {
		width: 100%;
	}
	
	.fireworks_gallery_inner {
		padding: 1em;
	}
	
	.fireworks_gallery_inner h4 {
		font-size: 16px;
	}
}

/* 実績 */
.achievement_content table {
	width: 100%;
}

.achievement_content table th,
.achievement_content table td {
	font-size: 14px;
	border: solid 1px #dfe1e5;
	padding: 5px;
}

.achievement_content table th {
	color: #c62a88;
	background: #fff;
}

@media print, screen and (max-width: 897px) {
	.achievement_content table th,
	.achievement_content table td {
		font-size: 12px;
		line-height: 1.8em;
	}
}

/*---------------------------------
  Thanks
---------------------------------*/
.thanks_content .text_box p:nth-last-child(2)	{
	font-size: 21px;
	font-weight: 600;
  letter-spacing: 0.1em;
}

.thanks_content .text_box p:nth-last-child(2):before {
  content: "\f095";
	font-family: 'Font Awesome 5 Free';
  font-size: 21px;
  font-weight: 600;
  display: inline-block;
	vertical-align: middle;
	margin-right: 0.5em;
}

.thanks_content .btn {
	background: #c62a88;
	margin: 5em auto 0 auto;
}

@media print, screen and (max-width: 896px) {
  .thanks_content .text_box p:nth-last-child(2)	{
    font-size: 18px;
  }
  
  .thanks_content .text_box p:nth-last-child(2):before {
    font-size: 16px;
  }
}

/*---------------------------------
  Contact
---------------------------------*/
.common_contact_wrap {
	background: linear-gradient(180deg, #fff 0%, #fff 50%, #333 50%, #333 100%);
}

.common_contact_inner {
	color: #fff;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-radius: 0.5em;
	background: #01acbd;
	overflow: hidden;
}

.common_contact_inner dt {
	width: 300px;
	font-size: 36px;
	font-weight: 600;
	letter-spacing: 0.1em;
	background: #019dac;
	padding: 2.5em 0.5em;
}

.common_contact_inner dt span {
	font-size: 16px;
	font-weight: 500;
	display: block;
	margin-top: 1em;
}

.common_contact_inner dd {
	width: calc((100% - 300px) / 2);
	padding: 0.5em;
}

.common_contact_phone {
	border-right: solid 1px #fff;
}

.common_contact_phone p:nth-of-type(2) {
	font-size: 28px;
	font-weight: 600;
	margin: 0.8em 0 0.5em 0;
}

.common_contact_phone p:nth-of-type(2) a {
	color: #fff !important;
}

.common_contact_phone p:nth-of-type(2):before {
	content: "\f095";
	font-family: 'Font Awesome 5 Free';
	font-size: 90%;
	margin-right: 0.5em;
}

.common_contact_phone p:nth-of-type(2) span {
	font-size: 14px;
}

.common_contact_inner .btn {
	color: #01acbd !important;
	text-align: center;
	background: #fff;
	margin: 1em auto 0 auto;
}

.common_contact_inner .btn:before {
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 500;
	margin-right: 0.5em;
}

.common_contact_inner .btn:hover {
	opacity: 0.8;
	transition: 0.3s;
}

@media print, screen and (max-width: 897px) {
	.common_contact_inner {
		flex-direction: column;
	}
	
	.common_contact_inner dt,
	.common_contact_inner dd {
		width: 100%;
	}
	
	.common_contact_inner dt {
		font-size: 21px;
		padding: 1em 0.5em;
	}
	
	.common_contact_inner dt span {
		font-size: 12px;
		margin-top: 0.5em;
	}
	
	.common_contact_inner dd {
		padding: 1em 0.5em;
	}
	
	.common_contact_phone {
		border-right: none;
		border-bottom: solid 1px #fff;
	}
	
	.common_contact_phone p:nth-of-type(2) {
		font-size: 18px;
	}
	
	.common_contact_phone p:nth-of-type(2) {
		font-size: 18px;
	}
	
	.common_contact_phone p:nth-of-type(3) {
		font-size: 12px;
	}
	
	.common_contact_inner .btn {
		width: 80%;
		margin-bottom: 1em;
	}
}

/*---------------------------------
  Footer
---------------------------------*/
footer {
	color: #fff;
	background: #333;
	padding: 5em 0;
}

.footer_content,
.footer_content ul {
	display: flex;
	flex-wrap: wrap;
}

.footer_box {
	margin-right: auto;
}

.footer_box p:first-of-type {
	font-size: 24px;
	margin-bottom: 0.5em;
}

.footer_content ul li {
	font-size: 14px;
}

.footer_content ul li a {
	color: #fff;
	padding: 0 1em;
}

.footer_content ul li:last-of-type {
	font-size: 28px;
}

@media print, screen and (max-width: 897px) {
	footer {
		padding: 3em 0;
	}
	
	.footer_content {
		text-align: center;
		flex-direction: column;
	}
	
	.footer_box {
		margin-right: inherit;
	}
	
	.footer_box p:first-of-type {
		font-size: 16px;
	}
	
	.footer_content ul {
		justify-content: center;
		margin-top: 2em;
	}
	
	.footer_content ul li {
		width: calc(100% / 2);
		font-size: 12px;
	}
}

address {
	color: #fff;
	font-size: 0.7em;
	font-style: normal;
	text-align: center;
	margin-top: 3em;
}

/*---------------------------------
  PageTop
---------------------------------*/
.pagetop {
	width: 60px;
	height: 60px;
	line-height: 55px;
	border-radius: 50%;
	color: #fff !important;
	font-size: 18px;
	text-align: center;
	background: rgba(198, 42, 136, 0.9);
	display: block;
	position: fixed;
	right: 40px;
	bottom: 40px;
	z-index: 1000;
}

.pagetop:hover {
	opacity: 0.8;
	transition: 0.3s;
}

@media screen and (max-width: 896px) {
	.pagetop {
		width: 50px;
		height: 50px;
		line-height: 45px;
		font-size: 14px;
		right: 10px;
		bottom: 10px;
	}
}

@media screen and (max-width: 480px) {
  .pagetop {
    display: none !important;
  }
}