@charset "UTF-8";
/* CSS Document */


/*color*/

body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", sans-serif;
	color: #333;
	line-height: 1.8;
}

.color_wh {
	color: #fff;
}

.bg_color_wh {
	background-color: #fff;
}

.bg_color_a {
	background-color: #28D5FD;
}

.bg_color_b {
	background-color: #D8FF35;
}

.bg_color_c {
	background-color: #bbf2ff;
}

/*br*/
.sp-hdn {
	display: none;
}
.pc-hdn {
	display: block;
}
@media screen and (min-width: 481px){
	.sp-hdn {
		display: block;
	}
	.pc-hdn {
		display: none;
	}
}

/*common*/
img {
	max-width: 100%;
	height: auto;
}

section {
	//margin-top: 50px;
	margin-bottom: 50px;
}

.container {
	width: 90%;
	margin: 0 auto;
}

@media screen and (min-width: 1040px){
	.container {
		max-width: 1024px;
	}
}

.center {
	text-align: center;
}

/*header*/
	header {
		//position: fixed;
		//z-index: 9999;
		//top: 0;
		width: 100%;
		padding: 10px 0 10px;
		background-color: #fff;
	}
	header a {
		text-decoration: none;
		color: #333;
	}

	.header_contact_btn {
		font-weight: bold;
		color: #1B288D;
		background-color: #D8FF35;
		padding: 10px;
		border-radius: 10px;
	}

	.main-h {
		display: flex;
		align-items: center;
	}

	.site_title {
		margin-right:auto;
		font-size: 1.5rem;
	}

.site_title img {margin-right: 5px;}
/*pc*/
@media screen and (min-width: 481px){
	#menu-globalnav {
		display: flex;
	}
	#menu-globalnav li {
		margin-right: 20px;
	}
	.header_contact_btn {
		order: 3;
	}
}

/*sp*/
@media screen and (max-width:480px), print {
	.header_contact_btn {
		margin-right: 10px;
	}

	.gnav {
		position: fixed;
		top: 68px;
		left: 0;
		right: 0;
		bottom: 0;
		padding: 1rem;
		background-color: rgba(255,255,255,0.9);
		
		opacity: 0;
		visibility: hidden;
		transition: opacity .5s, visibility .5s;
		}
	.gnav li {
		text-align: center;
		padding: 1rem;
	}
	.mobile-toggle {
		//display: block;
		position: relative;
		width: 1.75rem;
		height: 1.5rem;
		
		//position: absolute;
		//right: 5px;
		//top: 5px;
	}
	.mobile-toggle span {
		display: block;
		width: 100%;
		height: 2px;
		background-color: #333;
		position: absolute;
		transition: transform .5s, opacity .5s;
	}
	.mobile-toggle span:nth-child(1) {
		top: 0;
	}
	.mobile-toggle span:nth-child(2) {
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.mobile-toggle span:nth-child(3) {
		bottom: 0;
	}

	.gnav.show {
		opacity: 1;
		visibility: visible;
	}

	.mobile-toggle.show span:nth-child(1) {
		transform: translateY(10px) rotate(-45deg);
	}
	.mobile-toggle.show span:nth-child(2) {
		opacity: 0;
	}
	.mobile-toggle.show span:nth-child(3) {
		transform: translateY(-12px) rotate(45deg);
	}
}

/*hero*/
#hero {
	//margin-top: 63px;
	padding: 10px 0;
	color: #fff;
	background-image: url("../images/hero-img.jpg");
}

#hero h1 {
	margin: 0;
}

.hero_btn {
	margin-top: 50px;
}

.hero_btn a {
	color: #fff;
	text-decoration: none;
	padding: 1rem 2rem;
	border: 3px solid #fff;
}

.hero_contents_img {
	margin-top: 50px;
}

@media screen and (min-width: 481px){
	#hero h1 {
		font-size: 4.5rem;
	}
	
	#hero p {
		font-size: 1.5rem;
		font-weight: bold;
	}
	
	.hero_btn a {
		font-size: 1.5rem;
	}
	
	.hero_btn a:hover {
		background-color: rgba(0,0,0,0.2);
		transition: all .5s;
	}
	.hero_contents {
		display: flex;
		//justify-content: space-between;
	}
	.hero_contents_text {
		width: 60%;
	}
	.hero_contents_img {
		width: 30%;
		margin-top: 0px;
	}
}

/*introduction*/


@media screen and (min-width: 481px){
	.introduction_text {
		text-align: center;
	}
	.introduction_closing {
		font-size: 1.25rem;
		text-align: center;
		margin-bottom: 50px;
	}
	.introduction_images_inner {
		width: 60%;
		margin: 0 auto;
	}
	.introduction_images {
		display: flex;
		flex-wrap: wrap;
	}
	.introduction_images_01 {
		width: 50%;
	}
	.introduction_images_02 {
		width: 50%;
	}
	.introduction_images_03 {
		width: 70%;
	}
	.introduction_images_04 {
		width: 30%;
	}
}

/*point*/
#point {
	padding-top: 60px;
}

.point_item {
	position: relative;
	margin-bottom: 300px;
}

.point_item_img {
	width: 80%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.point_box {
	padding: 110px 1rem 2rem 1rem;
	border-radius: 20px;
	position: absolute;
	top: 150px;
	left: 3px;
	z-index: 1;
}

.point_box_box {
	padding: 0.5rem 1rem;
	border-radius: 20px;
}

.point_box p {
	color: #1B288D;
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
}

.point_box h3 {
	text-align: center;
}

.point_box ul {
	margin: 0;
	padding: 0;
	list-style-position: inside;
	display: flex;
	flex-wrap: wrap;
}

.point_box li {
	width: 50%;
}

.point_title {
	margin-top: -160px;
	padding: 150px 0 5px;
    color: #fff;
    text-align: center;
}

@media screen and (min-width: 1040px){	
	.point_contents {
		display: flex;
		justify-content: space-between;
	}
	
	.point_item {
		width: 30%;
	}
	
	.point_box {
		top: 120px;
	}
	
	.point_title {
		margin-top: -130px;
		font-size: 1.875rem;
	}

}

/*positive*/

.positive_title {
	text-align: center;
	margin-bottom: 50px;
}

.positive_item {
	padding: 1rem;
	font-weight: bold;
	border-radius: 20px;
}

.positive_item h3 {
	text-align: center;
	color: #1B288D;
    //margin-bottom: 20px;
}

.positive_item p {
	//width: 90%;
	//margin: 20px auto;
	padding: 1rem;
	border-radius: 20px;
	text-align: center;
}

.up {
	font-size: 1.5rem;
	color: #FF2424;
	margin:0;
}

@media screen and (min-width: 481px){	
	.positive_title {
		font-size: 2.8125rem;
	}
	
	.positive_contents {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
	}
	
	.positive_item {
		width: 49%;
	}
	
	.positive_item h3 {
		font-size: 1.5rem;
	}
	
	.positive_item_text {
		font-size: 1.25rem;
	}
	
	.up {
		font-size: 2.8125rem;
	}
	
	.positive_item_textbox02 {
		order: 4;
	}
	
	.positive_item_img02 {
		order: 3;
	}
}

/*problem*/

#problem {
	padding: 50px 0 100px;
}

.problem_title {
	text-align: center;
	margin-bottom: 50px;
}

.balloon_right {
	background-color: #fff;
	border: solid 3px #333;
	border-radius: 20px;
	margin-bottom: 10px;
}

.balloon_left {
	background-color: #fff;
	border: solid 3px #333;
	border-radius: 20px;
	margin-bottom: 10px;
}

.balloon_right p, .balloon_left p {
	text-align: center;
	font-weight: bold;
}

.problem_closing {
	font-size: 1.5em;
	text-align: center;
	color: #1B288D;
	margin-top: -130px;
}

.problem_closing h3 {
	padding: 5px;
	border-radius: 20px;
}

@media screen and (min-width: 481px){	
	.problem_title {
		font-size: 2.8125rem;
	}
	
	.balloon_right {
		width: 90%;
		position: relative;
		display: inline-block;
		margin: 1.5em 15px 1.5em 0;
		padding: 7px 10px;
		//min-width: 120px;
		//max-width: 100%;
		//color: #555;
		//font-size: 16px;
		background: #FFF;
		border: solid 3px #333;
		border-radius: 20px;
		//box-sizing: border-box;
	}

	.balloon_right:before {
		content: "";
		position: absolute;
		top: 50%;
		right: -24px;
		margin-top: -12px;
		border: 12px solid transparent;
		border-left: 12px solid #FFF;
		z-index: 2;
	}

	.balloon_right:after {
		content: "";
		position: absolute;
		top: 50%;
		right: -30px;
		margin-top: -14px;
		border: 14px solid transparent;
		border-left: 14px solid #333;
		z-index: 1;
	}

	.balloon_right p {
		//margin: 0;
		//padding: 0;
		//padding-left: 3rem;
	}
	
	.balloon_left {
		width: 90%;
		position: relative;
		display: inline-block;
		margin: 1.5em 0 1.5em 15px;
		padding: 7px 10px;
		//min-width: 120px;
		//max-width: 100%;
		//color: #555;
		//font-size: 16px;
		background: #FFF;
		border: solid 3px #333;
		border-radius: 20px;
		//box-sizing: border-box;
	}

	.balloon_left:before {
		content: "";
		position: absolute;
		top: 50%;
		left: -24px;
		margin-top: -12px;
		border: 12px solid transparent;
		border-right: 12px solid #FFF;
		z-index: 2;
	}

	.balloon_left:after {
		content: "";
		position: absolute;
		top: 50%;
		left: -30px;
		margin-top: -14px;
		border: 14px solid transparent;
		border-right: 14px solid #333;
		z-index: 1;
	}

	.balloon_left p {
		//margin: 0;
		//padding-left: 3rem;
	}
	
	.balloon_right_parts, .balloon_left_parts {
		//display: flex;
		//flex-direction: column;
	}
	
	.problem_contents {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.balloon_parts {
		width: 30%;
	}
	
	.balloon_right_parts {
		order: 1;
	}
	
	.balloon_center_parts {
		order: 2;
	}
	
	.balloon_left_parts {
		order: 3;
	}
	
	.problem_contents p {
		font-size: 1.25rem;
		//text-align: center;
	}
	
	.problem_closing {
		font-size: 1.875rem;
		margin-top: -90px;
	}
	.problem_closing .sp-hdn {
		display: inline;
	}
}

/*action*/
#action {
	padding-top: 50px;
}

.action_title, h3.action_title {
	font-size: 1.5em;
	text-align: center;
	margin-bottom: 50px;
}

.action_item {
	border-radius: 20px;
	padding: 0.2rem 2rem;
	color: #1B288D;
	margin-bottom: 30px;
}

.action_item h3.action_title {
	border-radius: 20px;
	margin-bottom: 20px;
}

.action_item p {
	text-align: center;
	font-weight: bold;
}

@media screen and (min-width: 481px){	
	.action_title, h3.action_title {
		font-size: 2.8125rem;
	}
	#action p {
		font-size: 1.25rem;
		text-align: center;
	}
	.action_contents {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.action_item {
		width: 49%;
	}
	#action .sp-hdn {
		display: inline;
	}
}

/*job_category*/
#job_category {
	padding: 50px 0;
}

.job_category_title {
	margin-bottom: 50px;
}

.job_cat, .work_cat {
	padding: 2rem;
	margin-bottom: 50px;
	border-radius: 50px;
}

.job_cat ul, .work_cat ul {
	margin: 0;
	list-style-position: inside;
}

.job_category_title {
	text-align: center;
}

@media screen and (min-width: 481px){	
	.job_category_title {
		font-size: 2.8125rem;
	}
	.job_cat ul, .work_cat ul {
		font-size: 1.25rem;
	}
	.job_cat {
		display: flex;
		justify-content: space-between;
	}
	.job_cat ul {
		width: 33.33333%;
	}
	.work_cat ul {
		display: flex;
		flex-wrap: wrap;
	}
	.work_cat ul li {
		width: 20%;
	}
	.work_cat ul li:before {
		margin-right: 5px; 
	}
}

/*price*/
#price {
	padding-top: 50px; 
}
.price-title {
		text-align: center;
}
.price-title span {
	display: block;
}

.price-text {
	margin-bottom: 50px;
}

#price table {
	width: 100%;
	margin-bottom: 50px;
}

#price table th {
	font-weight: normal;
	width: 20%;
}

#price table td {
		width: 40%;
}

#price table th, #price table td {
	border: 1px solid #333;
	padding: 0.8rem;
}

.jizenkakunin {
	border: 1px solid #333;
	padding: 1.5rem 2rem;
}

.jizenkakunin h3 {
	text-align: center;
	font-weight: normal;
}

.contact_btn,
.contact_btn:before,
.contact_btn:after {
	//box-sizing: border-box;
}

.to_form {
	width: 100%;
	margin: 50px auto 0;
	
	display: flex;
	justify-content: space-between;
}

.request_btn {
	background-color: #FFAC75;
	padding: 1rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	width: 48%;
	border: 3px solid rgba(0,0,0,0);
	border-radius: 10px;
}

.request_btn a {
	display: block;
	text-decoration: none;
	//color: #333;
}

.contact_btn {
	background-color: #D8FF35;
	padding: 1rem 1rem;
	font-size: 1.5rem;
	font-weight: bold;
	text-align: center;
	width: 48%;
	border: 3px solid rgba(0,0,0,0);
	border-radius: 10px;
}

.contact_btn a {
	display: block;
	text-decoration: none;
	//color: #333;
}

@media screen and (min-width: 481px){	
	.price-title {
		font-size: 2.8125rem;
	}
	.price-title span {
		font-size: 1.875rem;
	}
	.price-text {
		font-size: 1.875rem;
		text-align: center;
	}
	.jizenkakunin h3 {
		font-size: 1.875rem;
	}
	.jizenkakunin p {
		font-size: 1.25rem;
	}
	#price table th, #price table td {
		padding: 2rem;
		font-size: 1.875rem;
	}
	.request_btn,.contact_btn {
		border-radius: 50px;
	}
	.contact_btn {
	font-size: 2.8125rem;
	}
	.contact_btn:hover {
		background-color: #F6FFD2;
		border: 3px solid #D8FF35;
		transition: all .5s;
	}
}

/*faq*/
#faq {
	padding-top: 50px;
}

.faq-title {
	padding: 5px 0;
	color: #fff;
	text-align: center;
}

.faq-text {
	margin-top: 50px;
}

.accordion-container span {
	color: #28D5FD;
	font-weight: bold;
}

.accordion-title{
	max-width: 64rem;
}

.accordion-container .accordion-title {
	position: relative;
	margin-bottom: 0px; 
	font-size: 1rem;
	font-weight: normal;
  cursor: pointer;
}

.accordion-container .accordion-title::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	width: 15px;
	height: 2px;
	/*縦線に*/
	transform: rotate(90deg);
	background: #28D5FD;
	transition: all .3s ease-in-out;
}

.accordion-container .accordion-title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 25px;
	/*横線*/
	width: 15px;
	height: 2px;
	background: #28D5FD;
	transition: all .2s ease-in-out;
}

.accordion-container .accordion-title.open::before {
	transform: rotate(180deg);
}

.accordion-container .accordion-title.open::after {
	opacity: 0;
}

.accordion-title {
	border: 1px solid #efefef;
	border-radius: 40px;
	padding: 0.5rem 3rem 0.5rem 2rem;
}

.accordion-content {
	border-left: 1px solid #efefef;
	border-right: 1px solid #efefef;
	border-bottom:  1px solid #efefef;
	padding: 3.5rem 2rem 1rem;
	margin-top: -40px;
	margin-bottom: 30px;
}

.asterisk{
	margin-top: 30px;
	text-align: right;
}


@media screen and (min-width: 481px){
	.faq-title {
		font-size: 1.875rem;
	}
	.accordion-content {
		padding: 2rem 2rem 1rem;
		margin-top: -20px;
	}
}

/*closing*/

.closing-title {
	padding: 5px 0;
	color: #fff;
	text-align: center;
}

.closing-text {
	margin-top: 50px;
}

@media screen and (min-width: 481px){
	#closing {
		text-align: center;
	}
	.closing-title {
		font-size: 1.875rem;
	}
	.closing-text {
		font-size: 1.25rem;
	}
	
}

/*contact*/

.labels, .inputs {
	display: block;
}

.labels {
	margin-top: 20px;
}

#contactform .privacy .inner {
  border: 1px solid #333;
	border-radius: 10px;
  padding: 0.5rem 2rem;
  height: 200px;
  background: #f5f5f5;
  overflow-y: scroll;
  margin-bottom: 30px;
}

.m-alert {
	color: #FF2424;
}

.m-alert-asterisk {
	color: #FF2424;
	display:inline-block;
	animation: spin 1s linear 0s infinite;
}

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

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
	/*追記*/
	background-color: transparent;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

input[type=submit],
input[type=text],
select,
input[type=email],
input[type=tel],
input[type=number],
textarea {
	appearance: none;
	outline: 0;
	box-shadow: none;
}

/* フォントを継承 */
button, input, select, textarea {
  font-family : inherit;
  font-size   : 100%;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=number],
textarea {
	font-size: 1rem;
	padding: 0.4rem 0.8rem;
	border-radius: 10px;
	border: 1px solid #333;
	background-color: #bbf2ff;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
	width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus {
	border: solid 1px #28D5FD;
}

#contactform input[type=submit] {	
	border-radius: 5px;
	border: #a9a9a9 1px solid;
	-moz-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2), 0 0 2px rgba(0, 0, 0, 0.3);
	width: 25%;
	height: 40px;
	font-size: 18px;
	padding: 0 3px;
	margin: 5px;
	cursor: pointer;
	color: #333;
	font-weight: bold;
	background: #f5f5f5;
	text-shadow: 1px 1px 0px #fff;
}

input[type="radio"] {
	transform: scale(1.5);
	margin-right: 0.5em;
}

label + input[type="radio"] {
	margin-left: 20px;
}

.floating {
	opacity: 0;
	position: sticky;
	bottom: 10px;
	z-index: 99999;
	margin-bottom: 50px;
}

.fadeInDown {
    animation-name: fadeInDown;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes fadeInDown {
    0% {
        opacity: 0;         
    }
    100% {
    opacity: 1;
    transform: translate(0);
    }
}

footer {
	text-align: center;
	color: #fff;
	background-color: #333;
}
