html, body, div, span, applet, object, iframe,
h1, h2, h3, fea, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{	display: block;}
body{ line-height: 1;}
ol, ul{ list-style: none;}
blockquote,q{ quotes: none;}
blockquote:before, blockquote:after,q:before,q:after{ content: ''; content: none;}
table{ border-collapse: collapse; border-spacing: 0;}
*, *:before, *:after { box-sizing: border-box;}

/*==============================
  common
================================*/
.maincolor{color: #e66f02;}
.subcolor{color: #f4f4f4;}
html{ font-size: 62.5%;}
a{ text-decoration: none; color: inherit;}
a:hover img{ opacity: 0.7;}
img{ max-width: 100%; height: auto; min-width: 0;}
body{
	width: 100%;
  line-height: 1.4;
  margin: 0 auto;
  font-size: 1.8rem;
	height: 100%;
}
body,h1,h2,h3,h4,h5,a{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
h2{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.wrap{
  width: 100%;
	min-height: 100%;
	margin: 0 auto;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
.inner{
  width: 96%;
  max-width: 100%;
  min-width: 380px;
  margin: 0 auto;
}
.clear{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
.clear:after{
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.container{
	width: 100%;
	max-width: 1280px;
	margin: 0;
}
article{
	padding-top: 60px;
	padding-bottom: 1px;
}
article.main{ width: 100%; margin: 0 auto;}
.tleft{ text-align: left !important;}
.tright{ text-align: right !important;}
.tcenter{ text-align: center !important;}
.ff_min{
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3",
	 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E",
	 "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/*==============================
  commoncss
================================*/
.news-page h2,
.news-page h3,
.news-page h4,
.news-page h5,
.edit-template h3,
.edit-template h4,
.edit-template h5{
	text-align: left;
	font-weight: bold;
}

.news-page h3,
.edit-template h3{
	font-size: 24px;
	margin-bottom: 5%;
}
.news-page h4,
.edit-template h4{
	font-size: 22px;
}
.news-page h5,
.edit-template h5{
	font-size: 20px;
}
.news-page p,
.edit-template p{
	padding: 10px 0;
	line-height: 1.8;
}
/* ボタン全体のスタイル */
.btn{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	width: auto;
	margin: 0 auto;
	border-radius: 5px !important;
	border: none;
	height: 60px;
	background: #e66f02 !important;
	color: #fff;
	padding: 10px 15px;
	margin: 1% auto 5%;
}

/*==============================
	responsive
================================*/
@media screen and (min-width: 768px){
	.main{ font-size: 18px; margin-bottom: 30px;}
	.main-content{ margin: 0 auto; width: 100%;}
	.flexbox_sa{display: flex; justify-content: space-around;;}
	.flexbox_sb{display: flex; justify-content: space-between;}
	.flexbox_fs{display: flex; justify-content: flex-start;}
	.flexbox_fe{display: flex; justify-content: flex-end;}
	.flexbox_c{display: flex; justify-content: center;}
	.flex_img{
		width: 100%; /* 画像をflexアイテムの幅いっぱいに広げる */
		height: auto; /* 高さを自動調整してアスペクト比を維持 */
		object-fit: contain; /* 画像を伸縮して flex アイテムに収まるようにする */
		max-width: 100%; /* 画像が親要素を超えないようにする */
	}
	.fw_w{flex-wrap: wrap;}
	.fb_reverse{flex-direction: row-reverse;}
	.fb_reverse_c{flex-direction: column-reverse;}
	.fb_is{align-items: flex-start;}
	.fb_ie{align-items: flex-end;}
	.fb_cn{align-items: center;}
	.g10{gap: 10px;}
	br.mbbr{display: none;}
	.mobile{display: none !important;}
	.menu_pc, .craft_pc{display: inline;}
	.menu_mobile, .craft_mobile{display: none !important;}
}

/*==============================
  header
================================*/
#header_area {
}

#header_area.scrolled {
	position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: white;
}

.header-main {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  background-color: transparent;
  width: 100%;
	top: 0;
	z-index: 999;
}
.scrolled .header-main {
	position: relative;
}

.header-main h1 {
	margin: 0;
  display: flex;
	align-items: flex-end;
	gap: 5%;
	white-space: nowrap;
}
.header-main h1 span{
	font-size: 30px;
}
.header-main h1 img {
	width: 200px;
  display: block;  /* 画像の幅に合わせてh1要素の幅が自動的に調整されるようにします */
	margin-left: 2vw;
	margin-right: 15px;
	padding: 10px 0;
}
.mainmenu {
  display: flex;
  align-items: center;
}
.mainmenu .menu_pc nav #navi ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mainmenu .menu_pc nav #navi ul li {
  margin: 0 10px;
}

.mainmenu .menu_pc nav #navi ul li a {
  text-decoration: none;
  position: relative;
  display: inline-block;
}

.mainmenu .contact{
	display: block;
	background: #e56f01;
	align-self: stretch;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	box-sizing: border-box;
	font-size: 18px;
	color: #fff;
}
#navi ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
}
#navi li{
	position: relative;
  flex-grow: 1;
	padding: 20px 10px;
}
#navi li a,
#navi li p{
	position: relative;
	display: block;
	text-align: center;
	font-size: 18px;
	font-weight: 500;
	color: #000;
	white-space: nowrap;
}
#navi li a {
  position: relative;
  display: inline-block;
}
#navi li a::after {
  position: absolute;
  bottom: -50%;
  left: 50%;
  content: '';
  width: 0;
  height: 3px;
  background-color: #e66f02;
  transition: .3s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#navi li a:hover {
  color: #e66f02;
}
#navi li a:hover::after {
  width: 100%;
}
nav ul#navi li{
	display: block;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
nav#navi li.nonactive a:hover::after,
.nonactive ul.sub-menu li a:hover::after{
	content: none !important;
}
ul.sub-menu{
	display: inline-block !important;
	overflow: hidden;
	opacity: 0;
	height: 0;
	margin: 0 !important;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 50%;
  transform: translateX(-50%);
	background: #e66f02;
	z-index: -999;
	padding: 0 10px;
}
#navi ul.sub-menu li{
	display: block;
	word-break: break-all;
	white-space: nowrap;
	text-align: center;
	background: #e66f02;
	padding: 10px 0;
	min-width: 200px;
}
#navi ul.sub-menu li + li {
    position: relative; /* 擬似要素の位置を基準にする */
}

#navi ul.sub-menu li + li::before {
    content: "";
    position: absolute;
    top: 0;
		left: 50%;
	  transform: translateX(-50%);
    height: 2px;
		width: 80%;
		border-top: 4px dotted #fff;
}
#navi ul.sub-menu li a{
	padding: 10px;
	box-sizing: border-box;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	word-break: break-all;
	color: #fff !important;
}

#navi li:hover > ul.sub-menu{
	overflow: visible;
	position: absolute;
	width: auto;
	top: 100%;
	opacity: 1;
	z-index: 1;
}
nav#navi li.nonactive:hover::after,
.nonactive ul.sub-menu li:hover::after{
	content: none !important;
}

/*==============================
  footer
================================*/
#footer_in{
	border-top: 3px solid #e66f02;
	width: 100%;
	color: #000;
	margin: -1px auto 0;
	padding: 1% 5% 2%;
	text-align: left;
}
.footer_img{
	width: 10vw;
	max-width: 200px;
}
.f_address{
	display: flex;
	flex-direction: column;
	gap:20px 0;
}
.f_address h2{
	font-size: 24px;
	margin-bottom: 0;
	text-align: left;
}
.footer-main{
	margin: 5% auto;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
	-ms-align-items: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.footer-main .top{
	-ms-align-items: flex-end;
	align-items: flex-end;
}
.f_sns{
	display: flex;
	-ms-align-items: center;
	align-items: center;
	gap: 20px;
}
.f_menu li{
	margin: 3% 0;
}
.f_menu a{
	margin-right: 20px;
}
.map{
	width: 32vw;
}
.copylight{
	text-align: center;
	padding: 1%;
	margin: 0;
	font-size: 12px;
	text-align: center;
}
/*==============================
  toppage
================================*/
.main-template h2,
.blog-template h1{
	display: inline-block;
	font-weight: bold;
	margin: 3% auto 1%;
	padding: 0;
	background: linear-gradient(transparent 80%, #edb17b 80%);
}
.main-template p{
	margin: 3% 0;
}

.bg-g{
	background-color: #f4f4f4;
	border: 1px solid #f4f4f4;
}
.top-area{
	position: relative;
	width: 90%;
	max-width: 1200px;
	padding: 10px 0 0;
	margin: 0 auto;
}
.top-area h2{
	font-size: clamp(60px, 6.25vw, 120px);
	position: relative;
	color: #000;
	line-height: .5;
}
.top-area h2 span{
	font-size: 24px;
}

.bannar{position: relative;}

.bannarimg{width: 100%;}

.bannar img{
	display: block;
	vertical-align: top;
}
h1.bannar_txt{
	font-size: 48px;
	font-weight: bold;
	margin: 0;
}
.bannar_txt{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: clamp(20px, 2.5vw, 48px);
	font-weight: bold;
	font-family: unset;
	text-align: center;
	width: 100%;
	line-height: 2;
	margin: 0 !important;
}
.about_area{
	display: flex;
	justify-content: space-around;
	align-items: flex-start;
	margin: 5% 0;
}
.about_txt{
	margin: 5% 0;
}
.about_img{
	display: flex;
	align-items: flex-start;
	gap: 1%;
}
.about_img img:last-child{
	margin-top: 15%;
}
.company_img{
	position: relative;
}
.company_img img{
	display: block;
}
.company_img_txt{
	position: absolute;
	width: 85%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(255, 255, 255, .8);
	font-size: 20px;
	padding: 10px 20px;
	margin: 0 auto;
}
.company_img_txt p + p{
	margin-top: clamp(18px, 2vw, 30px);
}
.working{
	background: #fff;
	padding: 2vw;
	border-radius: 15px;
	margin-bottom: 3vw;
}
.working p + p{
	margin-top: 5%;
}
.recruit_txt h1{
	font-size: 26px;
	font-weight: bold;
}
.recruit_txt h2{
	font-size: 24px;
	font-weight: bold;
}
.recruit_txt h3{
	font-size: 22px;
	font-weight: bold;
}
.recruit_txt h4{
	font-size: 20px;
	font-weight: bold;
}
.recruit_txt h5{
	font-size: 18px;
	font-weight: bold;
}

.swiper-wrapper {
}
.swiper-slide {
}
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -35px;
}
.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
	margin: 0 1% !important;
}
.swiper-pagination-bullet-active{
	background: #e66f02;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%; /* 真ん中付近に配置 */
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-color: transparent;
  z-index: 10;
}
.swiper-button-next,
.swiper-button-prev,
.swiper-button-prev:after,
.swiper-button-next:after{
	color: #e66f02;
}
.swiper-button-next {
	top: 3.5vw;
  right: 15vw;

}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
	font-size: 28px !important;
	font-weight: bold;
}
.swiper-button-prev {
	top: 3.5vw;
  left: 15vw;

}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
	font-size: 28px !important;
	font-weight: bold;
}

.staff-voice{
	box-sizing: border-box;
	background-color: #f4f4f4;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	align-items: center;
	width: 100%;
	max-width: 1000px;
	margin: auto;
	padding: 2vw;
	gap: 3%;
}
.staffimg{
  position: relative;
  width: 30vw;
	max-width: 300px;
	max-height: 300px;
  overflow: hidden;
  margin: 0 auto;
}
.staffimg img{
	width: 100%;
  max-width: 100%;
  max-height: 100%;
	object-fit: cover; /* 画像をトリミング */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.center-area{
	width: 60%;
	margin: 5% auto;
}
.jobclass{
	background-color: #f4f4f4;
	width: 45%;
	max-width: 480px;
	margin: 5% 0;
}
.jobclass h3{
	font-size: 30px;
	font-weight: bold;
	padding: 2vw 3vw;
}
.jobclass p{
	margin: 1.5vw 3vw;
}
.jobclass-s{
	display: block;
	background-color: #00a1df;
}
.jobclass-p{
	display: block;
	background-color: #f39d00;
}
.recruit_form{
	font-size: 20px;
	font-weight: bold;
	max-width: 1000px;
	width: 100%;
	margin: auto;
}
.recruit_form a,
.recruit_form a:visited{
	color: #f39d00;
}
.recruit_form th{
	text-align: left;
	vertical-align: top;
}
.recruit-topics-list {
	background: #fff;
	padding: 20px;
	border-radius: 15px;
	display: table;
	width: 90%;
	max-width: 800px;
	margin-bottom: 5%;
}
.recruit-topics-list li {
	display: table-row;
}
.recruit-topics-list li a {
	display: table-cell;
	padding: 10px;
	font-size: 20;
	font-weight: bold;
	color: #f39d00;
}

/*==============================
  page-css
================================*/
.fzb{font-size: 24px; font-weight: bold;}
.bannartxt{
	position: absolute;
	color: #fff;
	top: 60%;
	left: 10%;
	transform: translate(-10%,-60%);
	font-size: clamp(60px, 6.25vw, 126px);
	font-family: ui-monospace;
	margin: 0;
	white-space: nowrap;
	line-height: .75;
}
.bannartxt span{
	font-size: clamp(20px, 3vw, 32px);
}
.edit-template section{
	line-height: 1.8;
	font-size: 20px;
}

.subtitle {
  position: absolute;
	font-family: ui-monospace;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 0%);
	font-size: clamp(60px, 6.25vw, 120px);
  font-weight: bold;
  white-space: nowrap;
  z-index: -1; /* 背景風に */
}


.edit-template h2{
	position: relative;
	color: #e66f02;
	font-size: 36px;
	display: block;
	text-align: center;
	font-weight: bold;
	letter-spacing: .2em;
	margin: 5% auto;
}

.edit-template h3,
.edit-template h4{
	display: inline-block;
	margin: 5% auto 0;
	font-weight: bold;
	padding: 20px 0;
}
.edit-template h3{
	color: #e66f02;
	font-size: 32px;
	display: block;
	text-align: center;
	font-weight: bold;
	margin: 10% auto 3%;
	border-bottom: 2px solid #e66f02;
}
.edit-template h4{
	font-weight: bold;
	font-size: 30px;
	margin-top: 5%;
}
.edit-template h5{
	color: #e66f02;
	font-size: 24px;
	text-align: left;
}
.child-area-l{
	width: 90%;
	max-width: 1000px;
	margin: auto;
}
.edit-template .child-area a,
.edit-template .child-area a:visited{
	color: #e66f02;
}
.child-title{
	position: absolute;
	left: 0;
	bottom: 0;
}
.child-title2{
	position: absolute;
	right: 0;
	bottom: 0;
}


/* company_table */
.company_table th,
.company_table td{ padding: 10px 0; text-align: left;}
.company_table th{
	width: 15%;
	padding: 10px 15px;
	vertical-align: middle;
	font-weight: normal;
}
.service_table tr:first-child,
.service_table tr + tr,
.company_table tr:first-child,
.company_table tr + tr{
	border-top: 2px solid #ccc;
}
.company_history td { display: inline-flex;}
.company_history td span {
	width: 100px;
	padding-right: 20px;
	text-align: right;
}

/*==============================
  news(Wordpress)
================================*/
.newsheader,
.newsheader:visited{
	display: inline-block;
	width: 100%;
	max-width: 300px;
	font-size: 24px;
	font-weight: bold;
	color: #e66f02;
	padding: 20px 0;
	text-align: center;
	border: 2px solid #e66f02;
	transition: .3s;
	margin-bottom: 5%;
}
.newsheader:hover{
	background: #e66f02;
	color: #fff;
}
.blog-template{
	background-image: url(./img/recruit00.jpg);
	background-color: #f4f4f4;
	background-size: contain;
	background-position: top;
	background-repeat: no-repeat;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.blog-template .edit-template{
	width: 80vw;
	max-width: 1200px;
	margin: 0 auto 3vw;
}
.edit-template .child-area{
	background: rgba(255,255,255,.7);
}
.blog-area{
	width: 80%;
	margin: auto;
}
.blog-list{
	width: 80%;
}
h2.header-title{
	font-weight: bold;
	display: block;
	margin: 0 0 5%;
	text-align: left;
	padding: 10px 5px;
	letter-spacing: normal;
	border-bottom: 3px solid #e66f02;
	color: #000;
}
.blog-contents{
	margin: 3%;
	font-size: 20px;
}
.blog-page{
	max-width: 1000px;
	width: 100%;
	margin: 3% auto;
}
.box-blog{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	margin: 5% 0;
}
.box-blog,
.box-blog:visited{
	color: #e66f02;
}
.blog-detail{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}
.blog-img{
	flex-shrink: 0;
	margin-right: 5%;
}
.blog-txt{
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	flex-direction: column;

}
.box-blog h3{
	font-size: 24px;
	font-weight: bold;
	margin: 3% 0;
	padding: 10px 0;
	text-align: left;
	border: none;
}

.wp-pagenavi {
	clear: both;
	text-align:center;
	margin: 5% auto 10%;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #e66f02;
	padding: 8px 15px;
	border: 1px solid transparent;
	margin: 0 2px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover,
.wp-pagenavi span.current{
	color: #fff;
	background-color: #e66f02;
	border: 1px solid #e66f02;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-weight: bold;
}

.cr_bl{
	color: #fff;
}
.cr_bk{
	display: flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #e66f02;
	border-radius: 50%;
	color: #e66f02;
	width: 60px;
	height: 60px;
	font-size: 40px;
	flex-shrink: 0;
}
.custom-prev-class,
.custom-next-class{
	margin: 5% 0;
}
.custom-prev-class a,
.custom-next-class a{
	background: #e66f02;
	color: #fff !important;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: bold;
	gap: 5px;
	padding: 5px 15px;
}
#sidebar{
	width: 20%;
}
#sidebar ul li{
	padding-left: 15px;
}
#sidebar h4,
#sidebar ul li a,
#sidebar ul li a:hover{
	color: #e66f02;
}
/*==============================
  contact form7
================================*/
.contactform th{ line-height: 2;}
.wpcf7{ margin: 1% 0;}
input[type="submit"].wpcf7-submit,
input[type="reset"].resetbtn{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	padding: 15px;
	width: 50%;
	margin: 0 auto;
	border-radius: 5px !important;
	border: none;
}
input[type="submit"].wpcf7-submit{
	width: 80%;
	max-width: 300px;
	height: 60px;
	background: #e66f02 !important;
	color: #fff;
	margin: 1% auto 5%;
}
.asterisk{ margin: 0 0 0 0.2em; color: #f5637a;}
.wpcf7 span.wpcf7-not-valid-tip{ font-size: 80%;}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 select,
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="number"],
.wpcf7 textarea{
	width:100%;
	color: #000;
	border: 1px solid #ddd;
	font-size: 20px;
	padding: 5px;
	background-color: #fce2b2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.wpcf7-form p{ padding: 10px;margin: 0; -webkit-box-sizing: border-box;
box-sizing: border-box;}
/* 送信ボタン */
input.sub-btn{
	width: 300px;
	height: 60px;
	background: #F90;
	color: #FFF;
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	border: 1px solid #ffae13;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	-ms-transition: 0.3s;
	transition: 0.3s;
}
/* 送信ボタンホバー */
input.sub-btn:hover{ background: #FFF;	color: #F90;}
input[type="password"]{
	background-color: #fff;
	color: #333;
	border: 1px solid #ddd;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}

/*==============================
	googlemap
================================*/
.ggmap{
	margin: 1%;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position: relative;
}
.ggmap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.oneArea {
  background: linear-gradient(180deg, #eeeeee 50%, #eeeeee 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 500px;
}
.oneArea p {
  color: #fff;
  font-size: 40px;
  font-weight: bold;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 728px;
  height: 349px;
  background: #f9f9f9;
}
.container p {
  color: #26499d;
  font-weight: bold;
}
