@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);

* {
	padding: 0px;
	margin: 0px;
	-webkit-text-size-adjust: 100%;
	color: #111;
	line-height: 1.6em;
}

body {
    animation: fadeIn 3s ease 0s 1 normal;
    -webkit-animation: fadeIn 3s ease 0s 1 normal;
}
.set {
	margin: 0px;
	padding: 0px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
}
img {
	border: 0
}
.alpha:hover {
	filter: alpha(opacity=80);
	opacity: 0.8;
}

/*clearfix*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

ul {
	list-style-type: none;
}
.alphabet {
	font-family: 'Russo One', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
}

.vt {
	color: #ec662c;
}
.dmo {
	color: #12849e;
}
.gm7 {
	color: #00913a;
}
.bhe {
	color: #f08d8e;
}


/* PC */
@media print, screen and (min-width: 751px){
.pc_none {
  display: none;
}

header {
	background: #ec662c;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#header_inner {
	max-width: 1000px;
	height: 80px;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
#header_inner h1 {
	color: #FFF;
	font-size: 12px;
	font-weight: 400;
	position: absolute;
	top: 10px;
	left: 80px;
}
#header_inner .logo {
	width: 300px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 10px;
}
#header_inner .logo a {
	text-decoration: none;
}
#header_inner .logo img {
	width: 60px;
	float: left;
	margin: 0 10px 0 0;
}
#header_inner .logo h2 {
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	width: 200px;
	float: left;
	margin: 20px 0 0 0;
	letter-spacing: 0.1em;
}
#header_inner .logo h2 span {
	font-size: 26px;
	color: #FFF;
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
}
#header_inner nav #global_nav {
	position: absolute;
	right: 10px;
	bottom: 10px;
}
#header_inner nav #global_nav li {
	float: left;
	font-size: 15px;
	font-weight: 400;
	margin: 0 5px;
	font-family: 'Russo One', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
}
#header_inner nav #global_nav li a {
	color: #FFF;
	text-decoration: none;
	padding: 5px;
	display: block;
}
#header_inner #language {
	position: absolute;
	top: 0;
	right: 1px;
}
#header_inner #language li {
	margin-right: 10px;
	float: left;
}
#header_inner #language li a {
	font-size: 13px;
	font-weight: 400;
	background: #FFF;
	text-align: center;
	padding: 0px 10px;
	display: block;
	text-decoration: none;
}
#mv-wrapper {
	width: 100%;
	z-index: 100;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 500px;
	height: 500px;
	margin-top: 80px;
}
#mv_gptw {
	width: 100%;
	height: auto;
	margin: 80px auto 0;
	position: relative;
}
#mv_gptw .bg {
	width: 100%;
}
#mv_gptw .catch {
	width: 48%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%); /* Safari用 */
	transform: translate(-50%, -50%);
}
#mv_gptw .catch img {
	width: 100%;
}
.contents-wrapper {
	max-width: 1000px;
	margin: 0 auto;
	padding: 50px 20px;
}
.main_ttl {
	text-align: center;
	margin: 0 0 10px 0;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	color: #ec662c;
	font-size: 20px;
	font-weight: 700;
}
.main_ttl span:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ec662c;
	border-radius: 2px;
}
#philosophy {
	margin: 0 0 150px 0;
}
#philosophy .txt {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 80px 0;
}
#philosophy .desc {
	width: 620px;
	padding: 15px 15px 5px;
	border: solid 1px #CCC;
	margin: -50px auto 120px;
}
#philosophy .desc p {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 10px;
}
#philosophy .desc ul {
	margin: 0 0 10px;
}
#philosophy .desc ul li {
	font-size: 16px;
	font-weight: 400;
	position: relative;
	padding-left: 15px;
	margin: 0 0 5px;
}
#philosophy .desc ul li:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ec662c;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#philosophy .desc ul li .marker {
	font-weight: 700;
	background: -webkit-linear-gradient(transparent 70%, #fff000 70%);
	background: -o-linear-gradient(transparent 70%, #fff000 70%);
	background: linear-gradient(transparent 70%, #fff000 70%);
}
#philosophy .desc ul li .caption {
	font-size: 16px;
	font-weight: 700;
	color: #ec662c;
}
#mission {
	margin: 0 0 80px 0;
}
#mission h3 {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 20px 0;
}
#mission h3 span {
	font-size: 13px;
	font-weight: 400;
	display: block;
}
#mission h4 {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	color: #ec662c;
	margin: 0 0 10px 0;
}
#mission ul {
}
#mission ul li {
	width: 32%;
	float: left;
}
#mission ul li:not(:last-child) {
	margin: 0 2% 0 0;
}
#mission ul li h5 {
	font-size: 15px;
	font-weight: 400;
	color: #FFF;
	background: #ec662c;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
}
#mission ul li h6 {
	font-size: 13px;
	font-weight: 400;
}
#mission .way {
	text-align: center;
	margin: 30px 0 0 0;
}
#mission .way h3 {
	font-size: 28px;
	font-weight: bold;
	color: #ec662c;
	font-family: 'Josefin Sans', sans-serif;
	border-bottom: solid 1px #ec662c;
	padding: 0 10px 0 0;
	display: initial;
}
#mission .way h3 span {
	font-size: 18px;
	font-weight: normal;
	background: #ec662c;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: 'Ubuntu', sans-serif;
}
#mission .mission img {
	width: 60%;
	margin: 0 20% 60px 20%;
}
#business {
	margin: 0 0 80px 0;
}
#business ul {
	width: 102%;
	margin: 0 0 30px -1%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#business ul li {
	width: 18.4%;
	margin: 0 1%;
	text-align: center;
}
#business ul li img {
	width: 100%;
}
#business ul li h3 {
	font-size: 14px;
	font-weight: 400;
	color: #ec662c;
}
#business ul li a {
	text-decoration: none;
}
.btn_more {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.btn_more a {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	background: #555;
	padding: 5px;
	display: block;
}
#newsrelease {
	width: 48%;
	height: 550px;
	float: left;
	margin: 0 0 80px 0;
}
#newsrelease #post_list {
	height: 500px;
	overflow: auto;
}
#newsrelease #post_list li {
	margin: 0 0 15px 0;
}
#newsrelease #post_list li p {
	font-size: 12px;
	font-weight: 400;
	color: #ec662c;
}
#newsrelease #post_list li p span {
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	background: #999;
	padding: 0 5px;
	margin: 0 0 0 5px;
}
#newsrelease #post_list li a {
}
#newsrelease #post_list li a:hover {
	text-decoration: none;
}
#fb {
	width: 48%;
	height: 550px;
	float: right;
	margin: 0 0 80px 0;
}
footer {
	background: #ec662c;
	padding: 3% 0 0 0;
}
#footer_inner {
	max-width: 1080px;
	width: 96%;
	margin: 0 auto 3%;
	padding: 20px;
	background: #FFF;
	box-sizing: border-box;
}
#footer_inner .footer_logo {
	border-bottom: solid 1px #222;
	margin: 0 0 10px;
	text-align: center;
}
#footer_inner .footer_logo a {
	text-decoration: none;
}
#footer_inner .footer_logo img {
	width: 60px;
}
#footer_inner .footer_logo p {
	font-size: 20px;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 0 10px 0;
}
#footer_inner .footer_wrap {
	display: flex;
	justify-content: center;
}
#footer_inner .footer {
}
#footer_inner .footer:nth-of-type(1) {
	width: 40%;
}
#footer_inner .footer:nth-of-type(2), #footer_inner .footer:nth-of-type(3) {
	width: 30%;
}
#footer_inner .footer li {
	font-size: 13px;
	font-weight: 700;
}
#footer_inner .footer li a {
	text-decoration: none;
}
#footer_inner .footer li .child {
	list-style-type: disc;
	 margin: 0 0 10px;
}
#footer_inner .footer li .child li {
	font-size: 13px;
	font-weight: 400;
	margin: 0 1em 0 1.5em;
}
.copy {
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	text-align: center;
	background: #FFF;
}

#sv-wrapper {
	margin: 80px 0 0 0;
}
#sv-wrapper img {
	width: 100%;
	display: block;
}
#about {
	margin: 0 0 80px 0;
}
.vision {
	max-width: 800px;
	margin: 0 auto 50px auto;
}
.vision img {
	width: 100%;
}
#about .outline {
	border-bottom: solid 1px #CCC;
	border-right: solid 1px #CCC;
}
#about .outline td {
	font-size: 14px;
	font-weight: 400;
	border-top: solid 1px #CCC;
	border-left: solid 1px #CCC;
	padding: 10px;
}
#about .outline td.item {
	width: 30%;
	text-align: center;
}
#about .outline td.item span {
	font-size: 12px;
}
#about .outline td a {
	color: #ec662c;
}
#about .outline td a:hover {
	text-decoration: none;
}
#about .outline dl {
	border: none;
}
#about .outline dl dt {
	border: none;
	width: 35%;
	float: left;
	padding: 0;
	text-align: left;
}
#about .outline dl dd {
	border: none;
	width: 65%;
	float: left;
	padding: 0;
}
#about .outline ul {
	list-style-type: disc;
}
#about .outline ul li {
	margin: 0 0 0 20px;
}
.service {
	margin: 0 0 80px 0;
}
.service .overview {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 0;
}
.service ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.service ul li {
	width: 32%;
	margin: 0 2% 3% 0;
}
.service ul li img {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}
.service ul li .caption {
	font-size: 15px;
	font-weight: 400;
	color: #ec662c;
}
.service ul li .txt {
	font-size: 14px;
	font-weight: 400;
}
.service ul li .link {
	margin: 5px 0 0 0;
}
.service ul li .link a {
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: solid 1px #CCC;
	margin: 0 0 5px 0;
}
.link .fa.fa-chevron-circle-right {
	margin: 0 0 0 3px;
}
.service ul li .link a:hover {
	background: #EFEFEF;
}
	
.contact {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.contact iframe {
}

.privacy {
	margin: 0 0 80px 0;
}
.privacy .caption {
	font-size: 15px;
	font-weight: 400;
	color: #ec662c;
	border-bottom: double 3px #ec662c;
	margin: 0 0 10px 0;
}
.privacy .txt {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.privacy .enactment {
	font-size: 14px;
	font-weight: 400;
	text-align: right;
}

.policy {
	margin: 0 0 30px 0;
}
.policy li {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 20px 1.5em;
}
.policy li span {
	font-size: 15px;
	font-weight: 700;
	display: block;
}
.policy li .child {
	list-style-type: lower-alpha;
	margin: 10px 0 0;
}
.policy li .child li {
	margin: 0 0 10px 1.2em;
}
.policy li .child li .disc li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}

#anc01, #anc02, #anc03, #anc04, #anc05, #anc06, #anc07 {
	padding-top: 130px;
	margin-top: -130px;
}

#pagetop {
	height: 50px;
	width: 50px;
	bottom: 20px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}

}


/* SP */
@media only screen and (max-width: 750px) {
.sp_none {
  display: none;
}

header {
	background: #ec662c;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 99999;
}
#header_inner {
	max-width: 500px;
	height: 50px;
	margin: 0 auto;
	padding: 0 10px;
	position: relative;
}
#header_inner h1 {
	display: none;
}
#header_inner .logo {
	width: 250px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 5px;
}
#header_inner .logo a {
	text-decoration: none;
}
#header_inner .logo img {
	width: 40px;
	float: left;
	margin: 0 10px 0 0;
}
#header_inner .logo h2 {
	color: #FFF;
	font-size: 16px;
	font-weight: 400;
	width: 180px;
	float: left;
	margin: 7px 0 0 0;
	letter-spacing: 0.1em;
}
#header_inner .logo h2 span {
	font-size: 20px;
	color: #FFF;
	font-family: 'Mulish', sans-serif;
	font-weight: 700;
}
.sb-toggle-right {
	height: 50px;
	position: absolute;
	right: 0px;
	top: 0px;
}
.sb-toggle-right img {
	width: 40px;
	padding: 5px;
}
.global-nav {
	list-style-type: none;
	margin: 0 0 20px 0;
}
.global-nav li {
	border-bottom: solid 1px #ec662c;
	font-family: 'Russo One', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
}
.global-nav li img {
	width: 30px;
	margin-right: 10px;
	vertical-align: middle;
}
.global-nav li a {
	font-size: 15px;

	line-height: 20px;
	color: #ec662c;
	text-decoration: none;
	display: block;
	padding: 10px;
}
.sb-slidebar #language {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.sb-slidebar #language li {
	float: left;
	margin: 0 5px;
}
.sb-slidebar #language li a {
	font-size: 13px;
	font-weight: 400;
	background: #EFEFEF;
	text-align: center;
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
#mv-wrapper {
	width: 100%;
	z-index: 99;
	position: relative;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	max-height: 300px;
	height: 300px;
	margin-top: 50px;
}
#mv_gptw {
	width: 100%;
	height: auto;
	margin: 50px auto 0;
}
#mv_gptw .bg {
	width: 100%;
}
#mv_gptw .catch {
	width: 70%;
	margin: -20px auto 0;
	box-shadow: 0 5px 5px 0 rgb(0 0 0 / 20%);
}
#mv_gptw .catch img {
	width: 100%;
}
.contents-wrapper {
	max-width: 500px;
	margin: 0 auto;
	padding: 40px 10px;
}
.main_ttl {
	text-align: center;
	margin: 0 0 10px 0;
}
.main_ttl span {
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
	color: #ec662c;
	font-size: 16px;
	font-weight: 700;
}
.main_ttl span:before {
	content: '';
	position: absolute;
	bottom: -10px;
	display: inline-block;
	width: 60px;
	height: 3px;
	left: 50%;
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #ec662c;
	border-radius: 2px;
}
#philosophy {
	margin: 0 0 120px 0;
}
#philosophy .txt {
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	margin: 0 0 60px 0;
}
#philosophy .desc {
	padding: 10px 10px 5px;
	border: solid 1px #CCC;
	margin: -45px auto 80px;
}
#philosophy .desc p {
	font-size: 14px;
	font-weight: 400;
	margin: 0 0 10px;
}
#philosophy .desc ul {
	margin: 0 0 20px;
}
#philosophy .desc ul li {
	font-size: 14px;
	font-weight: 400;
	position: relative;
	padding-left: 15px;
	margin: 0 0 5px;
}
#philosophy .desc ul li:before {
	content: "";
	position: absolute;
	top: .5em;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #ec662c;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#philosophy .desc ul li .marker {
	font-weight: 700;
	background: -webkit-linear-gradient(transparent 70%, #fff000 70%);
	background: -o-linear-gradient(transparent 70%, #fff000 70%);
	background: linear-gradient(transparent 70%, #fff000 70%);
}
#philosophy .desc ul li .caption {
	font-size: 16px;
	font-weight: 700;
	color: #ec662c;
}
#mission {
	margin: 0 0 50px 0;
}
#mission h3 {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin: 0 0 10px 0;
}
#mission h3 span {
	font-size: 12px;
	font-weight: 400;
	display: block;
	margin: 5px 0 0 0;
}
#mission h4 {
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	color: #ec662c;
	margin: 0 0 10px 0;
}
#mission ul {
}
#mission ul li {
	margin: 0 0 10px 0;
}
#mission ul li h5 {
	font-size: 14px;
	font-weight: 400;
	color: #FFF;
	background: #ec662c;
	text-align: center;
	padding: 5px;
	margin: 0 0 10px 0;
}
#mission ul li h6 {
	font-size: 13px;
	font-weight: 400;
}
#mission .way {
	text-align: center;
	margin: 30px 0 0 0;
}
#mission .way h3 {
	font-size: 22px;
	font-weight: bold;
	color: #ec662c;
	font-family: 'Josefin Sans', sans-serif;
	border-bottom: solid 1px #ec662c;
	padding: 0 10px 0 0;
	display: initial;
}
#mission .way h3 span {
	font-size: 16px;
	font-weight: normal;
	background: #ec662c;
	color: #FFF;
	padding: 5px 10px;
	display: inline-block;
	margin: 0 10px 0 0;
	font-family: 'Russo One', sans-serif;
	/*font-family: 'Ubuntu', sans-serif;*/
}
#mission .mission img {
	width: 80%;
	margin: 0 10% 40px 10%;
}
#business {
	margin: 0 0 50px 0;
}
#business ul {
	margin: 0 0 10px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#business ul li {
	width: 48%;
	margin: 0 0 20px 0;
	text-align: center;
}
#business ul li:nth-child(odd) {
	margin: 0 4% 0 0;
}
#business ul li:nth-child(even) {
}
#business ul li img {
	width: 100%;
}
#business ul li h3 {
	font-size: 13px;
	font-weight: 400;
	color: #ec662c;
}
#business ul li a {
	text-decoration: none;
}
.btn_more {
	width: 100px;
	margin: 0 auto;
	text-align: center;
}
.btn_more a {
	font-size: 13px;
	font-weight: 400;
	color: #FFF;
	text-decoration: none;
	background: #555;
	padding: 5px;
	display: block;
}
#newsrelease {
	height: 360px;
	margin: 0 0 50px 0;
}
#newsrelease #post_list {
	height: 320px;
	overflow: auto;
}
#newsrelease #post_list li {
	margin: 0 0 15px 0;
}
#newsrelease #post_list li p {
	font-size: 12px;
	font-weight: 400;
	color: #ec662c;
}
#newsrelease #post_list li p span {
	font-size: 11px;
	font-weight: 400;
	color: #FFF;
	background: #999;
	padding: 0 5px;
	margin: 0 0 0 5px;
}
#newsrelease #post_list li a {
}
#newsrelease #post_list li a:hover {
	text-decoration: none;
}
#fb {
	width: 90%;
	height: 550px;
	margin: 0 auto 30px auto;
}
footer {
	background: #ec662c;
	padding: 2% 0 0 0;
}
#footer_inner {
	max-width: 500px;
	width: 96%;
	margin: 0 auto 2%;
	padding: 10px 10px 5px 10px;
	background: #FFF;
	box-sizing: border-box;
}
#footer_inner .footer_logo {
	border-bottom: solid 1px #222;
	text-align: center;
	margin: 0 0 10px;
}
#footer_inner .footer_logo a {
	text-decoration: none;
}
#footer_inner .footer_logo img {
	width: 40px;
}
#footer_inner .footer_logo p {
	font-size: 18px;
	font-weight: 700;
	font-family: 'Josefin Sans', sans-serif;
	padding: 0 0 5px 0;
}
#footer_inner .footer {
	margin: 0 5px;
}
#footer_inner .footer li {
	font-size: 13px;
	font-weight: 700;
}
#footer_inner .footer li a {
	text-decoration: none;
}
#footer_inner .footer li .child {
	list-style-type: disc;
}
#footer_inner .footer li .child li {
	font-size: 13px;
	font-weight: 400;
	margin: 0 1em 0 1.5em;
}
.copy {
	font-size: 12px;
	font-weight: 400;
	padding: 10px;
	text-align: center;
	background: #FFF;
}
#sv-wrapper {
	margin: 50px 0 0 0;
}
#sv-wrapper img {
	width: 100%;
	display: block;
}
#about {
	margin: 0 0 50px 0;
}
.vision {
	margin: 0 0 30px 0;
}
.vision img {
	width: 100%;
}
#about .outline {
}
#about .outline td {
	width: 100%;
	display: block;
	font-size: 13px;
	font-weight: 400;
	padding: 5px;
	box-sizing: border-box;
	-ms-box-sizing: border-box;
}
#about .outline td.item {
	background: #EFEFEF;
}
#about .outline td.item span {
	font-size: 12px;
}
#about .outline td.matter {
	margin: 0 0 10px 0;
}
#about .outline td a {
	color: #ec662c;
}
#about .outline dd .child {
}
#about .outline dl dt {
	background: none;
	width: 50%;
	float: left;
	padding: 0;
	text-align: left;
}
#about .outline dl dd {
	width: 50%;
	float: left;
	padding: 0;
}
#about .outline ul {
	list-style-type: disc;
}
#about .outline ul li {
	margin: 0 0 0 20px;
}
.service {
	margin: 0 0 50px 0;
}
.service .overview {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
.service ul {
}
.service ul li {
	margin: 0 0 30px 0;
}
.service ul li img {
	width: 100%;
	display: block;
	margin: 0 0 5px 0;
}
.service ul li .caption {
	font-size: 14px;
	font-weight: 400;
	color: #ec662c;
}
.service ul li .txt {
	font-size: 13px;
	font-weight: 400;
}
.service ul li .link {
	margin: 5px 0 0 0;
}
.service ul li .link a {
	padding: 5px 10px 5px 10px;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	border: solid 1px #CCC;
	margin: 0 0 5px 0;
}

.privacy {
	margin: 0 0 50px 0;
}
.privacy .caption {
	font-size: 14px;
	font-weight: 400;
	color: #ec662c;
	border-bottom: double 3px #ec662c;
	margin: 0 0 10px 0;
}
.privacy .txt {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 30px 0;
}
.privacy .enactment {
	font-size: 13px;
	font-weight: 400;
	text-align: right;
}

.policy {
	margin: 0 0 20px 0;
}
.policy li {
	font-size: 13px;
	font-weight: 400;
	margin: 0 0 15px 1.5em;
}
.policy li span {
	font-size: 14px;
	font-weight: 700;
	display: block;
}
.policy li .child {
	list-style-type: lower-alpha;
	margin: 10px 0 0;
}
.policy li .child li {
	margin: 0 0 10px 1.2em;
}
.policy li .child li .disc li {
	list-style-type: disc;
	margin: 0 0 0 1.5em;
}

#anc01, #anc02, #anc03, #anc04, #anc05, #anc06, #anc07 {
	padding-top: 90px;
	margin-top: -90px;
}

#pagetop {
	height: 40px;
	width: 40px;
	bottom: 10px;
	position: fixed;
	right: 10px;
	z-index: 6;
}
#pagetop img {
	width: 100%;
}
}


/* 20250530追記 */
#footer_inner .footer.mb10 {
	margin-bottom: 10px;
}
/*  */
@media screen and (max-width: 768px) {
	.u_pc {
	  display: none;
	}
}

@media screen and (min-width: 769px) {
	.u_sp {
	  display: none;
	}
}


/* 20260528追記 */
.recruit {
	margin: 0 0 50px;
}
.recruit img {
	width: 100%;
	margin: 0 0 10px;
}
.recruit .txt {
	font-size: 13px;
	line-height: 1.6em;
}
.recruit .txt span {
	font-weight: 700;
}
.recruit .txt .marker {
	font-size: 15px;
	background: -webkit-linear-gradient(transparent 70%, #fff000 70%);
	background: -o-linear-gradient(transparent 70%, #fff000 70%);
	background: linear-gradient(transparent 70%, #fff000 70%);
}
.recruit .schedule {
	margin: 40px 0 30px;
}
.recruit .schedule p {
	font-size: 13px;
	border: solid 1px #CCC;
	margin: 0 0 5px;
	padding: 5px;
}
.recruit .schedule ul {
	list-style-type: circle;
}
.recruit .schedule ul li {
	font-size: 13px;
	margin: 0 0 5px 1.6em;
}
.recruit .btn a {
	width: 220px;
	font-size: 13px;
	color: #FFF;
	background-color: #ec662c;
	border-radius: 40px;
	margin: 0 auto;
	padding: 10px 30px;
	text-decoration: none;
	text-align: center;
	display: block;
}
.recruit .btn a i {
	color: #FFF;
}

@media screen and (min-width: 769px) {
.recruit {
	width: 720px;
	margin: 0 auto 80px;
}
.recruit img {
	margin: 0 0 10px;
}
.recruit .txt {
	font-size: 14px;
	text-align: center;
}
.recruit .txt .marker {
	font-size: 16px;
}
.recruit .schedule {
	width: 320px;
	margin: 40px auto;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.recruit .schedule p {
	width: 100px;
	font-size: 14px;
	padding: 5px 0 0;
	text-align: center;
}
.recruit .schedule ul {
	width: calc(100% - 100px);
	padding: 5px 0 10px 20px;
}
.recruit .schedule ul li {
	font-size: 14px;
}
.recruit .btn a {
	font-size: 14px;
}
.recruit .btn a:hover {
	background-color: #f9cc03;
	transition: .5s;
}
}

