@charset "utf-8";
/*
Theme Name: Theme Well be
Author:
Version: 1.0.0
*/

/*
---------------------------------------------------------------------------
Reset
---------------------------------------------------------------------------
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
	content: '';
	content: none;
}

a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}

del {
	text-decoration: line-through;
}

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

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select {
	vertical-align: middle;
}

img.alignleft {
	text-align: left;
}

img.aligncenter {
	display: block;
	margin: 1px auto;
}

img.alignright {
	display: block;
	margin: 1px 0 1px auto;
}

/*
---------------------------------------------------------------------------
Font
---------------------------------------------------------------------------
*/
html,
body,
input,
textarea {
	color: #272727;
	font-size: 16px;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 400;
	line-height: 1.8;
}

a {
	color: #000;
	text-decoration: none;
	transition: .5s all;
	font-weight: 600;
}

a:hover {
	opacity: .5;
}

/*
---------------------------------------------------------------------------
Common
---------------------------------------------------------------------------
*/
img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

main p {
	margin-bottom: 1em;
}

.contents {
	width: 94%;
	max-width: 1420px;
	margin: 0 auto;
}

.flex {
	display: flex;
	justify-content: space-between;
}

h2.section_title {
	font-size: 48px;
	font-weight: bold;
	margin-bottom: 96px;
	text-align: center;
}

h2.section_title span {
	padding: 0 20px 1px;
	background: linear-gradient(transparent 60%, #FCDD56 60%);
	display: inline-block;
	line-height: 1;
}

.pc_none {
	display: none;
}

.sp_none {
	display: block;
}

@media screen and (max-width: 541px) {
	.pc_none {
		display: block;
	}

	.sp_none {
		display: none;
	}
}

.slide-up {
	opacity: 0;
	transform: translate(0, 200px);
	-webkit-transform: translate(0, 200px);
	transition: 2s;
}

.go {
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}

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

.google_map {
	position: relative;
	padding-bottom: 64.47%;
	height: 0;
	overflow: hidden;
	text-align: center;
}

.google_map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.text_right {
	text-align: right;
}

/*
---------------------------------------------------------------------------
Header
---------------------------------------------------------------------------
*/
.site_header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
	background: rgba(255, 255, 255, .96);
	z-index: 10000;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
	color: #000;
}

.site_header .contents {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.logo_mark {
	width: 150px;
	height: 41px;
	padding: 16px 0 15px;
	margin: 0 auto 0 0;
}

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

.global_nav li a {
	padding: 4px 12px;
	margin: 0 8px;
	font-size: 20px;
	color: #000;
}

.global_nav li a.contact {
	border: 1px solid #000;
	margin: 0 0 0 32px;
}

.global_nav li a.ml {
	margin-left: 120px;
}

#nav-toggle {
	display: none;
	position: fixed;
	right: 0;
	top: 0;
	width: 30px;
	height: 26px;
	padding: 23px 20px;
	cursor: pointer;
	z-index: 11111;
	background: rgba(255, 255, 255, .96);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

#nav-toggle.change {
	background: #000;
}

#nav-toggle div {
	position: relative;
}

#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #000;
	left: 0;
	-webkit-transition: 0.35s ease-in-out;
	-moz-transition: 0.35s ease-in-out;
	transition: 0.35s ease-in-out;
}

#nav-toggle.change span {
	background: #fff;
}

#nav-toggle span:nth-child(1) {
	top: 0;
}

#nav-toggle span:nth-child(2) {
	top: 11px;
}

#nav-toggle span:nth-child(3) {
	top: 22px;
}

.open #nav-toggle {
	/* right: 150px; */
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}

.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}

.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}



/*
---------------------------------------------------------------------------
Footer
---------------------------------------------------------------------------
*/
.site_footer {
	font-size: 12px;
	padding: 64px 0;
	text-align: center;
}

/*
---------------------------------------------------------------------------
Top
---------------------------------------------------------------------------
*/
.top_hero {
	padding-top: 71px;
}

.top_hero_img {
	width: 100%;
	max-width: 100%;
}

.top_hero .contents {
	padding: 0 0 64px;
	margin-top: -240px;
}

.top_hero_main {
	width: 52%;
}

.top_hero h1 {
	width: 100%;
	max-width: 900px;
	margin: 0 auto 128px;
	font-size: 38px;
	color: #707070;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}

.news_area {
	width: 100%;
	max-width: 900px;
	margin: 40px auto;
	background-color: #fff;
	padding: 64px;
	box-sizing: border-box;
}

.banner_area {
	width: 100%;
	max-width: 430px;
	margin: 40px auto;
}

.news_area h2 {
	font-size: 25px;
	font-weight: normal;
	color: #707070;
	padding-bottom: 4px;
	border-bottom: 1px solid #707070;
	margin-bottom: 32px;
}

.news_list li {
	padding-bottom: 2px;
	border-bottom: 1px solid #707070;
	margin-bottom: 32px;
	color: #707070;
	font-weight: 600;
}

.news_list li:last-child {
	margin-bottom: 0;
}

.news_list li a {
	color: #707070;
}

.ideal {
	padding: 64px 0;
	background-image: url(img/back_ideal.png);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
	text-align: center;
}

.ideal h3 {
	font-size: 25px;
	margin-bottom: 32px;
}

.business {
	padding: 64px 0;
}

.business_contents_wrapper {
	margin-bottom: 32px;
}

.business_title {
	text-align: center;
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	background-color: #6F706F;
	padding: 4px 0;
	position: relative;
}

.business_title::after {
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
	content: url(img/arrow.png);
	cursor: pointer;
}

.business_contents {
	background-repeat: no-repeat;
	background-size: cover;
	padding: 64px;
	display: none;
}

.business_contents.education {
	background-image: url(img/back_education.png);
}

.business_contents.medical {
	background-image: url(img/back_medical.png);
}

.business_contents.event {
	background-image: url(img/back_event.png);
}

.business_contents.sports {
	background-image: url(img/back_sports.png);
}

.business_contents.ad {
	background-image: url(img/back_ad.png);
}

.business_contents_inner p {
	font-size: 20px;
}

.business_contents_inner > .flex {
	margin-top: 64px;
}

.business_contents_inner > .flex:first-child {
	margin-top: 0;
}


.business_contents_inner>.flex>div:first-child {
	width: 57%;
}

.business_contents_inner>.flex>div:nth-child(2) {
	width: 37%;
}

.business_contents_inner>.flex.half-size>div:first-child {
	width: 47%;
}

.business_contents_inner>.flex.half-size>div:nth-child(2) {
	width: 47%;
}

.business_contents_inner>.flex>.flex {
	flex-wrap: wrap;
}

.business_contents_inner>.flex>.flex>div {
	width: 48%;
	margin-bottom: 10px;
}

.business_contents_inner>.flex>.flex.education_book_img>div {
	width: 24%;
}

.business_contents .mb {
	margin-bottom: 40px;
}

.business_subTitle {
	font-size: 25px;
	font-weight: normal;
}

.business_subTitle::before {
	content: "●";
	margin-right: 2px;
}

.aboutus {
	padding: 64px 0 200px;
	background-image: url(img/back_aboutus.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center bottom;
	color: #fff;
	font-size: 18px;
}

.aboutus_spec {
	width: 34%;
}

.aboutus_spec th {
	font-weight: normal;
	text-align-last: left;
	width: 5em;
}

.aboutus_map {
	width: 63%;
}


/*
---------------------------------------------------------------------------
Service
---------------------------------------------------------------------------
*/

@media screen and (max-width: 1111px) {
	.global_nav_wrapper {
		position: fixed;
		left: 100%;
		top: 0;
		background: rgba(255, 255, 255, .9);
		width: 300px;
		height: 100vh;
		padding-top: 128px;
		transition: .5s;
		z-index: -1000;
	}

	.open .global_nav_wrapper {
		left: calc(100% - 300px);
	}

	.global_nav {
		flex-direction: column;
		align-items: center;
	}

	.global_nav li {
		margin-bottom: 20px;
	}

	.global_nav li.mt {
		margin-top: 64px;
		margin-bottom: 32px;
	}

	.global_nav li a {
		margin: 0;
	}

	.global_nav li a.contact {
		margin: 0 ;
	}

	.global_nav li a.ml {
		margin-left: 0;
	}

	#nav-toggle {
		display: block;
	}
	.top_hero h1 {
		font-size: 4vw;
	}
	.business_contents_inner>.flex {
		flex-direction: column;
	}

	.business_contents_inner>.flex>div:first-child, .business_contents_inner>.flex.half-size>div:first-child {
		width: 100%;
	}

	.business_contents_inner>.flex>div:nth-child(2), .business_contents_inner>.flex.half-size>div:nth-child(2) {
		width: 100%;
	}

}

@media screen and (max-width: 768px) {
	.flex {
		flex-direction: column;
	}

	.top_hero .contents {
		margin-top: -100px;
	}

	.business_contents_inner>.flex>div:first-child {
		width: 100%;
	}

	.business_contents_inner>.flex>div:nth-child(2) {
		width: 100%;
	}

	.business_contents_inner>.flex .flex {
		flex-direction: row;
		flex-wrap: wrap;
	}

	.aboutus_spec {
		width: 100%;
		max-width: 450px;
		margin: 0 auto 64px;
	}

	.aboutus_map {
		width: 100%;
	}

	.google_map {
		padding-bottom: 100%;
	}
}

@media screen and (max-width: 541px) {
	.top_hero .contents {
		margin-top: 0;
	}

	.top_hero h1 {
		font-size: 4.5vw;
	}

	.news_area {
		padding-left: 0;
		padding-right: 0;
	}

	h2.section_title {
		font-size: 30px;
	}

	.ideal h3 {
		font-size: 22px;
	}

	.business_contents {
		padding: 24px;
	}

	.business_title {
		font-size: 24px;
	}

	.business_contents_inner>.flex>.flex.education_book_img>img {
		width: 48%;
	}


}