@charset "utf-8";

/* 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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,main,nav,section {
	display:block;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

input, select {
	vertical-align:middle;
}
* {
margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	}
/* Setting */
html {

}


input,
textarea {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
@media (min-width:736px) {
body {
	font-size: 15px;
	line-height: 1.4;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: 1px;
}
}
@media (min-width:0px) and (max-width:735px) {
body {
	font-size: 14px;
	line-height: 1.5;
	/**font-family: "メイリオ", 'Century Gothic', "Hiragino Kaku Gothic Pro", " ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;**/
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	color: #000000;
	background-color: #FFFFFF;
	letter-spacing: 1px;
	-webkit-text-size-adjust: 100%;
}
}
* html body { /* for IE6 */
	font-size: small;
}

*:first-child+html body { /* for IE7 */
	font-size: small;
}

img {
	vertical-align: middle;
}

ul {
	list-style-position: outside;
	list-style-type: none;
}

ol {
	list-style-position: inside;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
}

*:active, *:focus {
	outline: none;
}

/* scrollbar */
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
  background-color: #D6D6D6;
}
::-webkit-scrollbar-thumb {
  background-color: #003e80;
  box-shadow:0 0 0 1px rgba(255, 255, 255, .3);
}

/* clear */
.clear {
	clear: both;
}

.clear hr {
	display: none;
}

/* link */
a {
	color: #444444;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a img:hover {
	opacity:0.7;
}
/* iphoneのデフォルトstyleを無効*/
input[type="button"],input[type="text"],input[type="submit"],input[type="reset"] {
   -webkit-appearance: none;
   border-radius: 0;
}
.red{
	color: #e6222e;
}
.red-b{
	color: #e6222e;
	font-weight:bold;
}
.pink {
	color: #fa2452;
}
.pink-b {
	color: #f53c6c;
	font-weight:bold;
}
.orange{
	color: #FF6600;
}
.orange-b{
	color: #ff6600;
	font-weight:bold;
}
.blue{
	color: #0461a5;
}
.blue-b{
	color: #0461a5;
	font-weight:bold;
}
.blue2{
	color: #04345a;
}
.blue2-b{
	color: #04345a;
	font-weight:bold;
}
.white{
	color: #ffffff;
}
.green{
	color: #468037;
}
#main p {
	line-height: 180%;
	display: block;
	overflow: hidden;
}
#main .t-center {
	text-align: center;
}
#main .t-right {
	text-align: right;
}
#main .t-pc_center {
	text-align: center;
}
#main .t-pc_right {
	text-align: right;
}

@media (min-width:0px) and (max-width:735px) {
#main .t-pc_center {
	text-align: left;
}
#main .t-pc_right {
	text-align: left;
}
#main .t-sp_center {
	text-align: center;
}
#main .t-sp_right {
	text-align: right;
}
}
.bold{
	font-weight:bold;
}
.t_indent01{
	text-indent: -1em;
	padding-left: 1em;
}
.txt80{
	font-size: 80%;
}
.txt90{
	font-size: 90%;
}
.txt110{
	font-size: 110%;
}
.txt120{
	font-size: 120%;
}
.txt130{
	font-size: 130%;
}
.txt140{
	font-size: 140%;
}
.txt150{
	font-size: 150%;
}
.txt160{
	font-size: 160%;
}
.txt170{
	font-size: 170%;
}

#main .mb0 {
	margin-bottom: 0px;
}
#main .mb05 {
	margin-bottom: 5px;
}
#main .mb10 {
	margin-bottom: 10px;
}
#main .mb20 {
	margin-bottom: 20px;
}
#main .mb25 {
	margin-bottom: 25px;
}
#main .mb30 {
	margin-bottom: 30px;
}
#main .mb40 {
	margin-bottom: 40px;
}
#main .mb60 {
	margin-bottom: 60px;
}
#main .pt10 {
	padding-top: 10px;
}
#main .pt20 {
	padding-top: 20px;
}
#main .pt30 {
	padding-top: 30px;
}
#main .pd10 {
	padding: 10px;
}
#main .pd15 {
	padding: 15px;
}
#main .pd20 {
	padding: 20px;
}
#main .pl10 {
	padding-left: 10px;
}
#main .pl20 {
	padding-left: 20px;
}
#main .pl30 {
	padding-left: 30px;
}

#main .pl10_pc {
	padding-left: 10px;
}
#main .pl30_pc {
	padding-left: 30px;
}
#main .pl60_pc {
	padding-left: 60px;
}
@media (min-width:0px) and (max-width:735px) {
#main .pl10_pc {
	padding-left: 0px;
}
#main .pl30_pc {
	padding-left: 0px;
}
#main .pl60_pc {
	padding-left: 0px;
}
}

#main .pb0 {
	padding-bottom: 0px !important;
}

/**WordPress用**/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

@media (min-width:736px) {
.pcnone {
	display:none !important;
}
.spnone {

}

}
@media (min-width:0px) and (max-width:735px) {
.pcnone {
	display: block !important;
}
.spnone {
	display:none !important;
}
}
/*=================================================

header

==============================*/
@media (min-width:736px) {
#header-out {
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	height: 110px;
	background-color: #fff;/****/
	width: 100%;
	padding: 0px 20px;
	box-sizing: border-box;
	/**box-shadow: 0 0px 20px #999;**/
	z-index: 3;
	position: fixed;/****/
	top: 0px;
	left: 0;
	right: 0;

}

#header {
	min-width: 1100px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	/**overflow: hidden;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;**/

}

#header .h_box{
	/**overflow: hidden;**/

}
#header .logo {
	display: block;
	height: auto;
	width: 123px;
	float: left;
	padding-top: 10px;
}
#header .logo a img {
	height: auto;
	width: 100%;

}
}
#header .logo a {
	color: #ffc30c;
}
#header .logo a:hover {
	opacity: 0.8;
	text-decoration: none;
}

#header .h_btn{
	float: right;
	/**width: 780px;**/
	padding-top: 20px;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;

}

#header .h_btn img.btn_tel{
	display: none;

}
#header .h_btn .h_btn_mail {
	color: #ffffff;
	background-color: #ff9a00;
	display: block;
	width: 234px;
	line-height: 45px;
	height: 45px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	margin-top: 10px;
}
#header .h_btn .h_btn_mail span {
	position: relative;
  padding-right: 36px;
}
/**#header .h_btn .h_btn_mail span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -13px;
}**/
#header .h_btn .h_btn_mail span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
/**#header .h_btn .h_btn_mail span {
	background: url(../img/icon_mail2.png) left center no-repeat;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
}**/
#header .h_btn .h_btn_mail:hover {
	text-decoration:none;
}

@media (min-width:0px) and (max-width:735px) {
#header-out {
	height: 50px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	z-index: 3;
	padding: 0px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0px 10px #999;
}

#header {
	height: 50px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
	overflow: hidden;
}

#header .logo {
	display: block;
	height: 40px;
	width: auto;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
#header .logo a img {
	height: 100%;
	width: auto;

}
#header .h_btn{
	float: right;
	padding-top: 0px;
	padding-right: 50px;
	width: auto;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:space-around;

}
#header .h_btn img{
	/**width: 50px;
	height: 70px;**/
}
#header .h_btn .h_btn_mail {
	display: none;
}
#header .h_btn img.btn_tel{
	width: 50px;
	display: block;
}

}

@media (min-width:0px) and (max-width:335px) {
#header-out {
	height: 60px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	position: fixed;
	top: 0px;
	z-index: 5;
	padding: 0px;
	background-color: #fff;
	width: 100%;
	box-shadow: 0 0px 10px #999;
}

#header {
	height: 60px;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	z-index: 2;
	overflow: hidden;
}
#header .logo {
	display: block;
	height: auto;
	width: 34%;
	float: left;
	padding-left: 5px;
	padding-top: 5px;
}
#header .logo a img {
	height: auto;
	width: 100%;

}
#header .h_btn img{
	/**width: 50px;**/
	height: 60px;
}
}

#header .sp_btn {
	display: none;
}

@media (min-width:0px) and (max-width:735px) {
#header .sp_btn {
	display: block;
	display: flex;
justify-content: flex-end;
flex-wrap: wrap;
margin-bottom: 15px;
}
#header .sp_btn a:first-child {
	padding-right: 5px;
}

}


/*------------------------------------------------------------
	グローバルナビ
------------------------------------------------------------*/

@media (min-width: 736px) {

#gNavi {
	margin-bottom: 0px;
	/**min-width: 1100px;
	width: 100%;**/
	z-index: 5;
	/**background-color: #fff;**/
}

#gNavi ul {
	box-sizing: border-box;
	/**width: 1100px;**/
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 0px;
	/**overflow: hidden;
	height: 58px;**/
}
#gNavi ul li {
	box-sizing: border-box;
	font-size: 15px;
	/**float: left;
	height: 36px;
	line-height: 40px;
	width: 16.66666%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #f2f2f2;**/
}
#gNavi ul li:last-child {
	border-right-style: none;

}

#gNavi .p-gnav__menu {
	display: flex;
  justify-content: center;
}

#gNavi .p-gnav__menu > li{
	color: #3b3b3b;
	line-height: 45px;/****/
	font-size: 15px;
	/**font-weight: bold;
	padding-left: 45px;
	padding-right: 45px;
	width: 205px;**/
	padding-inline: 2em;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b3b3b;/****/
	font-weight: bold;
	text-align: center;
}
/**#gNavi .p-gnav__menu > li:nth-child(5){
	border-right: none;
}**/
#gNavi .p-gnav__menu > li:last-child(5){
	border-right: none;
}
#gNavi .p-gnav__menu > li > a{
	display: inline-block;
}
#gNavi .p-gnav__menu > li > a:hover{
	border-bottom: solid 3px #468037;
	color: #468037;
}
#gNavi .p-gnav__menu > li > a span{
	position:relative;
	padding-right: 15px;
	display: inline-block;
}
#gNavi .p-gnav__menu > li.p-gnav__item--has-mega > a span:after{
	content: '\f107';
	display: block;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	top: 0px;

}


#gNavi li a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #3b3b3b;

}
#gNavi li a span {


}

#gNavi li img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	/**width: 104px;
	padding-top: 5px;**/


}
#gNavi li a:hover {

}
#gNavi li .this {
	border-bottom: solid 3px #00acdc;
}

#slide-header {
	height: 90px;
	position: absolute;
	width: 100%;
	z-index: 3;
	display: none;
}
}

@media (min-width: 1350px) {
#gNavi .p-gnav__menu > li{
	color: #3b3b3b;
	line-height: 45px;/****/
	font-size: 15px;
	/**font-weight: bold;
	padding-left: 45px;
	padding-right: 45px;
	width: 285px;**/
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #3b3b3b;/****/
	font-weight: bold;
	text-align: center;
}
}

/*-----スマホ用折り畳みメニュー------*/

@media (min-width:0px) and (max-width:735px) {

#slide-header {
	height: 50px;
	position: fixed;
	width: 50px;
	z-index: 4;
	right: 0px;
	top: 0px;
	margin-top: 0px;
	display: block;
	margin-right: 0px;
}
#slide-header .button {
	width: 50px;
	height: 50px;
	position: relative;
	display: block;
	top: 0px;
}

.menu-button-right {
	right: 0px;
}

#menu-nav {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
#menu-button {
	vertical-align: bottom;
	float: right;
	cursor: pointer;
	background-repeat: no-repeat;
	background-image: url(../img/menu_button.png);
	background-position: center top;
	background-size:50px 50px;
}
#menu-button.selected,
#menu-button:active {
	opacity: 1;
	background-repeat: no-repeat;
	background-image: url(../img/menu_button-on.png);
	background-position: center top;
	background-size:50px 50px;
	z-index:4;
}
#menu-button-inner {
	width: 65px;
	height: 65px;
	z-index:4;
}
:has(#wpadminbar) #menu-button{
	top: 50px;
}

#gNavi {
	box-sizing: border-box;
	clear: both;
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	z-index: 5;
	padding-top: 75px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-color: rgba(255,255,255,0.9);
	top: 0px;
	margin-right: auto;
	margin-left: auto;
	right: 0px;
}
#gNavi ul {
	overflow: hidden;
	padding: 10px;
	z-index: 5;
	position:relative;
}
#gNavi li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3b3b3b;
}

#gNavi li:last-child {
	/**border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #001f58;**/
}

#gNavi a {
	white-space: nowrap;
	text-decoration: none;
	display: block;
	line-height: 2em; /* 46/16 = 3.375em */
	height: 2em; /* 46/16 = 3.375em */
	padding: 10px; /* 6/16 = .375em */
	background-image: url(../img/icon01.png);
	background-repeat: no-repeat;
	background-position: right center;
	color: #3b3b3b;
}
#gNavi a:hover,
#gNavi a:active {

 }
#gNavi li a span {
	display: block;

}

#gNavi li img {
	/**display: none;**/

}
}

#header-out {}
#header {}
#gNavi * {
	box-sizing: border-box;
}
#gNavi li a span.u-br {
	display: inline-block;
}
#gNavi > ul ul {
	width: auto;
	padding: 0;
	overflow: visible;
	height: auto;
	line-height: 1.25;

	/**overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;**/
}
#gNavi > ul ul li {
	float: none;
	height: auto;
}
#gNavi > ul ul li a {
	display: block;
	text-align: left;
	text-decoration: none;
	color: inherit;
}
#gNavi .p-gnav {
}
#gNavi .p-gnav__menu {
	box-sizing: border-box;
	/**position: relative;**/
	overflow: visible;
}
#gNavi .p-gnav__item {
	/**height: 50px;**/
}
#gNavi .p-gnav-mega {
	display: block;
	/**margin: 0 auto;
	width: 40%;
	height: 6px;
	border-bottom: solid 3px #fff;
	transition: border-bottom 500ms ease;**/
}
#gNavi .p-gnav__mega-menu {
	position: absolute;
	display: block;
	visibility: visible;
	opacity: 0;
	left: 0;
	right: 0;
	top: -100vh;
	color: #000;
	background-color: #fff;
	text-align: left;
	padding: .75em 2em 1.5em 2em;;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	height: auto;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/**transition: opacity 500ms ease, visibility 500ms ease, top 500ms ease;**/
	transition: all 0.001s ease-out 0.01s;
	z-index: -1;
}
#gNavi .p-gnav-mega__item {
	width: 100%;
	clear: both;
	padding-top: .75em;
}
#gNavi .p-gnav-mega__item--href {
	width: 50%;
	float: left;
	clear: none;
}

#gNavi .p-gnav__mega-menu a {
	color: #000;
}
/**#gNavi .p-gnav__item:hover .p-gnav-mega {
	border-bottom: solid 3px rgba(0, 184, 177, .75); /*#00B8B1;
}**/
#gNavi .p-gnav__item:hover .p-gnav__mega-menu {
	visibility: visible;
	opacity: 1;
	top: 75px;
}

#gNavi .p-gnav__mega-menu .flex_menu{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
padding-top: 50px;
}
#gNavi .p-gnav__mega-menu .flex_menu li{
	width: 23%;
}
#gNavi .p-gnav__mega-menu .flex_menu li a:hover{
	background-color: transparent;
}
#gNavi .p-gnav__mega-menu .flex_menu li img{
	max-width: 100%;
}

@media (min-width:0px) and (max-width:735px) {
#gNavi .p-gnav__mega-menu .flex_menu{
padding-top: 10px;
}
#gNavi .p-gnav__mega-menu .flex_menu li{
	width: 48%;
	border-bottom: none;
	margin-bottom: 10px;
}
#gNavi .p-gnav-mega__item .flex_menu li a {
	padding: 0em 0em 0em 0em;
	}
}

#gNavi .p-gnav__mega-menu .s-title {
	font-weight: bold;
	position: relative;
	clear: both;
	margin-bottom: 10px;
}
#gNavi .p-gnav__mega-menu .s-title::before {
	content: '';
	display: block;
	position: absolute;
	top: .4em;
	left: .25em;
	width: 0;
	height: 0;
	border-width: .5em;
	border-style: solid;
	border-color: transparent transparent transparent #468037;
}
#gNavi .p-gnav__mega-menu .s-title:hover::before {
	opacity: .5;
}

#gNavi .p-gnav__mega-menu .s-item {
	/**position: relative;**/
	width: 25%;
	float: left;
	font-weight: normal;
}
#gNavi .p-gnav-mega__item--href .s-item {
	width: 50%;

}
#gNavi .p-gnav-mega__item a {
	padding: .25em .25em .25em 1em;
	transition: background-color 150ms ease;
}
#gNavi .p-gnav-mega__item a:hover {
	color: #000;
	background-color: rgba(70, 128, 55, .1);
	border-radius: 2px;
}

/* スマホメニューここから */
/* 背面のページのスクロールを防ぐ対策 */
body.js-no-scroll {
	position: fixed;
	width: 100%;
	height: 100%;
}
@media (min-width:0px) and (max-width:735px) {
	/* 共通 */
	#menu-button {
		position: relative;
	}
	#menu-button.selected,
	#menu-button:active {
		padding-right: 0px;
	}
	#menu-button.selected::after,
	#menu-button:active::after {
		content: '';
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 5px;
		right: 5px;
		/**border: 1px solid #fff;**/
	}
	#gNavi {
		padding-right: 0;
		padding-left: 0;
		height: 100%;
		overflow-y: scroll;
		-webkit-overflow-scrolling: touch;
	}
	#gNavi a {
		line-height: 1.25;
		height: auto;
		white-space: normal;
	}
	#gNavi .p-gnav__header {

	}
	#gNavi .p-gnav__header a {
	}
	/* 場所 */
	#gNavi .p-gnav__area {
		color: #fff;
		padding-bottom: 0;
	}
	#gNavi .p-gnav__area ul {
		list-style-type: none;
		margin-left: 0;
	}
	#gNavi .p-gnav__area > li {
		border: none;
		margin-bottom: 2px;
	}
	#gNavi .p-gnav__area-name {
		display: block;
		padding: .6em .75em;
		border-radius: 5px;
	}
	#gNavi .p-gnav__area-name--1 {
		background-color: #796590;
	}
	#gNavi .p-gnav__area-name--2 {
		background-color: #65a1c2;
	}
	#gNavi .p-gnav__locations {
		display: flex;
		flex-wrap: wrap;
	}
	#gNavi .p-gnav__locations > li {
		width: 50%;
		border-bottom: none;
	}
	#gNavi .p-gnav__locations > li > a {
		padding: .75em .75em;
		border: 1px solid #fff;
		transition: background-color 500ms ease, border 500ms ease;
	}
	#gNavi .p-gnav__locations > li > a:hover {
		background-color: rgba(255, 255, 255, .25);
		border: 1px solid #999;
	}
	/* リンクボタン */
	#gNavi .p-nav__btn-links {
		padding-top: 0;
		padding-bottom: 0;
	}
	#gNavi .p-nav__btn-links > li {
		border: none;
		padding: 0 5px;
		margin-top: 10px;
	}
	#gNavi .p-nav__btn-link {
		display: block;
		font-weight: bold;
		text-align: center;
		padding: .75em .75em;
		background-color: #ea6500;
		border-radius: 5px;
		transition: background-color 500ms ease;
	}
	#gNavi .p-nav__btn-link2 {
		display: block;
		font-weight: bold;
		text-align: center;
		padding: .75em .75em;
		background-color: #2cbf13;
		border-radius: 5px;
		transition: background-color 500ms ease;
	}
	#gNavi .p-nav__btn-link2 span {
		background: url(../img/icon_line1.png) left center no-repeat;
		display: inline-block;
		padding-left: 32px;
		padding-top: 3px;
		min-height: 28px;
	}

	#gNavi .p-nav__btn-link:hover {
		background-color: rgba(234, 101, 0, .75)
	}
	/* リンクメニュー */
	#gNavi .p-gnav__menu > li > a {
		font-weight: bold;
	}
	#gNavi .p-gnav__menu > li > a {
		position: relative;
		padding-left: 1.5em;
	}
	#gNavi .p-gnav__menu > li > a::before {
		content: '';
		display: block;
		position: absolute;
		top: .9em;
		left: .5em;
		width: .75em;
		height: .75em;
		background-color: #468037; /*#0080cc;*/
	}

	#gNavi .p-gnav__item {
		height: auto;
		margin-bottom: 15px;
	}
	#gNavi .p-gnav-mega {
		display: block;
		margin: 0 auto;
		width: 100%;
		height: auto;
		border-bottom: none;
		transition: border-bottom 500ms ease;
	}
	#gNavi .p-gnav__item:hover .p-gnav-mega {
		border-bottom: none;
	}
	#gNavi .p-gnav__item:hover .p-gnav__mega-menu {
		top: 0;
	}
	#gNavi .p-gnav__mega-menu {
		position: relative;
		opacity: 1;
		left: 0;
		top: 0;
		color: #fff;
		background-color: transparent;
		padding: 0;
		width: auto;
		margin-right: auto;
		margin-left: auto;
		overflow: hidden;
		height: auto;
		border: none;
		transition: opacity 0s ease, visibility 0s ease, top 0s ease;
		z-index: auto;
	}
	#gNavi .p-gnav__menu > li > a,
	#gNavi .p-gnav__mega-menu a {
		/*color: #3b3b3b;*/
		transition: background-color 500ms ease;
	}
	#gNavi .p-gnav__menu > li > a:hover,
	#gNavi .p-gnav__mega-menu a:hover {
		/*color: #468037;*/ /*#fff;*/
		background-color: rgba(255, 255, 255, .25);
	}
	#gNavi .p-gnav-mega__item {
		position: relative;
		width: 100%;
		float: none;
		clear: both;
		padding-top: 0;
		border-bottom: none;
	}
	#gNavi .p-gnav__item--has-mega {
		border-bottom: none;
		margin-bottom: 0;
	}
	#gNavi .p-gnav__item--has-mega > a {
		border-bottom: 1px solid #ccc;
	}
	#gNavi .p-gnav__mega-menu .s-title {
		position: relative;
		padding: .75em .75em .75em 1.5em;
		border-bottom: 1px solid #535353;
	}
	#gNavi .p-gnav__mega-menu .s-title::before {
		content: '';
		display: block;
		position: absolute;
		top: .9em;
		left: .5em;
		width: .75em;
		height: .75em;
		background-color: #468037;
		border: none;
	}
	#gNavi .p-gnav__mega-menu .s-title:hover::before {
		opacity: 1;
	}
	#gNavi .p-gnav-mega__item .s-item {
		width: 100%;
		float: none;
	}
	#gNavi .p-gnav-mega__item .s-item > a {
		display: block;
		position: relative;
		padding: .5em .75em .5em 1.5em;
	}
	/* 下部ボタン */
	#gNavi .p-gnav__footer {
		padding: 1em 0;
		text-align: center;
	}
	#gNavi .p-gnav__close-btn {
		cursor: pointer;
		font-size: 1.125em;
		display: inline-block;
		position: relative;
		padding: .75em 1.5em .75em 2.5em;
		background-image: none;
		background-color: rgba(0, 0, 0, .5);
		border-radius: 5px;
		transition: background-color 500ms ease;
		color: #ffffff;
	}
	#gNavi .p-gnav__close-btn:hover {
		background-color: rgba(255, 255, 255, .3);
	}
	#gNavi .p-gnav__close-btn::before,
	#gNavi .p-gnav__close-btn::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 1.5em;
		width: .75em;
		height: .75em;
		border-left: 1px solid #fff;
	}
	#gNavi .p-gnav__close-btn::before {
		-moz-transform: translate(0, -50%) skewX(45deg);
		-webkit-transform: translate(0, -50%) skewX(45deg);
		-o-transform: translate(0, -50%) skewX(45deg);
		-ms-transform: translate(0, -50%) skewX(45deg);
		transform: translate(0, -50%) skewX(45deg);
	}
	#gNavi .p-gnav__close-btn::after {
		-moz-transform: translate(0, -50%) skewX(45deg);
		-webkit-transform: translate(0, -50%) skewX(45deg);
		-o-transform: translate(0, -50%) skewX(45deg);
		-ms-transform: translate(0, -50%) skewX(45deg);
		transform: translate(0, -50%) skewX(-45deg);
	}
	/* アコーディオン */
	#gNavi .s-no-arrow {
		background-image: none;
	}
	#gNavi .s-drop-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 4em;
		height: 2.5em;
		z-index: 1;
		background-image: none;
	}
	#gNavi .s-drop-btn--all {
		width: auto;
		left: 0;
		bottom: 0;
	}
	#gNavi .s-drop-btn .s-icon {
		position: absolute;
		top: .4em;
		right: .25em;
		width: 1.75em;
		height: 1.75em;
		border: 1px solid #3b3b3b;
		border-radius: 1em;
		transition: background-color 500ms ease;
	}
	#gNavi .s-drop-btn:hover .s-icon {
		background-color: rgba(0, 0, 0, .25);
	}
	#gNavi .s-drop-btn .s-icon::before,
	#gNavi .s-drop-btn .s-icon::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		-moz-transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-o-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
	#gNavi .s-drop-btn .s-icon::before {
		width: 1em;
		border-top: 1px solid #3b3b3b;
	}
	#gNavi .s-drop-btn[data-open="no"] .s-icon::after {
		height: 1em;
		border-left: 1px solid #3b3b3b;
	}
	#gNavi .s-drop-btn[data-open="no"] {
	}
	#gNavi .s-drop-btn[data-open="yes"] {
	}
	#gNavi .s-drop-btn + ul {
		transition: opacity 500ms ease, visibility 500ms ease;
	}
	#gNavi .s-drop-btn[data-open="no"] + ul {
		position: absolute;
		display: block;
		visibility: hidden;
		opacity: 0;
		transition: opacity 0s ease, visibility 0s ease;
	}
	#gNavi .s-drop-btn[data-open="yes"] + ul {
		visibility: visible;
		opacity: 1;
	}
}




@media (min-width:736px) {
.topmg{
	margin-top: 110px;
}
#conteiner {

	margin-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
}
#main {
	padding-top: 0px;
}

}

@media (min-width:0px) and (max-width:735px) {
.topmg{
	margin-top: 50px;
}
#conteiner {
	box-sizing: border-box;
	width: 100%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
#main {
	padding-top: 0px;
}

}



/*=================================================

footer

==============================*/
#footer-out {
	padding-bottom: 20px;
	background-color: #e5e5e5;
	min-width: 1100px;

}

footer {
	width: 1100px;
	padding-top: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	box-sizing: border-box;
}

@media (min-width:0px) and (max-width:735px) {
#footer-out {
	padding-top: 10px;
	padding-bottom: 10px;
	min-width: inherit;
}
footer {
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

}

footer .box .right p {
	font-size: 12px;
}


footer ul {
	text-align: center;
	margin: 0 ;
}

footer ul li {
	display: inline-block;
	padding: 0 10px;
}

footer ul li a {

}
footer .copy {
	text-align: center;
	padding-top: 0px;
	color: #1c1c1c;
}
footer .copy a {
	color: #ffffff;
}
@media (min-width:0px) and (max-width:735px) {
footer .copy {
	text-align: left;
	padding-top: 10px;
}
footer .copy a {
	color: #ffffff;
}
}




/*=================================================

go-top

==============================*/
#go-top {
	position: fixed;
	bottom: 50px;
	right: 0;
	z-index:4;
}
@media (min-width:0px) and (max-width:735px) {
#go-top {
	position: fixed;
	bottom: 30px;
	right: 0;
}
}
#go-top a {
	display: block;
	width: 70px;
}

#go-top a:hover {
	text-decoration: none;
}

#go-top span {
	display: block;
	height: 70px;
	width: 60px;
	transition: 0.2s ease-out;
	-webkit-transition: 0.3s ease-out;
	-moz-transition: 0.3s ease-out;
	background-size: 60px auto;
	background-image: url(../img/gotop.png);
	background-repeat: no-repeat;
	background-position: center center;
}
/*===breadCrumb====*/
/*===breadCrumb====*/
#breadCrumb {
	width: 100%;
	min-width: 1100px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #efefef;

}
#breadCrumb ul, #breadCrumb ol {
	margin:0 auto;
	box-sizing: border-box;
	padding-right: 10px;
	padding-left: 10px;
}
#breadCrumb ul li, #breadCrumb ol li {
	display: inline;
	padding-right: 5px;
	font-size: 12px;
	color: #001129;
}

#breadCrumb ul li a, #breadCrumb ol li a {
	color: #001129;
	text-decoration: none;
}
#breadCrumb ul li a:hover, #breadCrumb ol li a[href]:hover {
	text-decoration: underline;
}
#breadCrumb ol li::after {
	content: '>';
	display: inline;
	padding-left: .5em;
}
#breadCrumb ol li:last-child::after {
	display: none;
}

@media (min-width:0px) and (max-width:735px) {
#breadCrumb {
	min-width:inherit;

}
#breadCrumb ul, #breadCrumb ol {
	width: auto;
	margin:0 auto;
	padding-right: 5px;
	padding-left: 5px;
}
}



/*=================================================

conteiner

==============================*/

p .img100 {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}
p .img100-l {
	max-width: 100%;
	margin-bottom: 10px;
	display: block;
	margin-top: 10px;
}


#mainvl {
	background-image: url(../img/mainvl_pc.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 686px;
	min-width: 1100px;
	background-size: cover;
}

#mainvl img {
	display:none;
}

@media (min-width:0px) and (max-width:735px) {
#mainvl{
	background-image: none;
	height: auto;
	min-width: inherit;
}
#mainvl img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}
}

#f-btn {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	/**background-color: rgba(255,255,255,0.8);**/
	width: 1100px;
	left: 0;
	right: 0;
	padding-bottom: 0px;
	margin: auto;

}
@media (min-width:0px) and (max-width:735px) {
#f-btn {
	position: fixed;
	z-index: 5;
	bottom: 0px;
	background-color: rgba(255,255,255,0.8);
	width: 100%;
	left: 0;
	right: 0;
	margin: auto;
	padding-bottom: 0px;
	padding-top: 0px;

}
}

#f-btn ul {
	margin-bottom: 0;
	overflow: hidden;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	z-index: 6;
	position: relative;

}
#f-btn ul li {
	box-sizing: border-box;
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;

}
#f-btn ul li.pt2 {
	box-sizing: border-box;
	display: inline-block;
	width: 50%;
	padding-right: 5px;
	padding-left: 5px;
	float: left;

}
#f-btn ul li:first-child {

}
#f-btn ul li a {

}
#f-btn ul li a img:hover {
	opacity:0.8;
}
#f-btn ul .logo {

}
#f-btn ul .logo img {
	padding-top: 20px;
	height: auto;
	max-width: 100%;
}
#f-btn ul .contact {

}

#f-btn ul .contact img {
	height: auto;
	max-width: 100%;

}
#f-btn ul li img {
	max-width: 100%;

}
@media (min-width:0px) and (max-width:735px) {
#f-btn ul {
	padding-top: 0px;
	overflow: hidden;
	text-align: center;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#f-btn ul li {
	box-sizing: border-box;
	display: block;
	text-align: center;

}
#f-btn ul li.pt2 {
	box-sizing: border-box;
	display: block;
	text-align: center;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	float: none;
}
#f-btn ul .logo {
	width:99%;
	margin-bottom: 5px;
}
#f-btn ul .logo img {
	padding-top: 7px;
}
#f-btn ul .contact {
	width:99%;
}
#f-btn ul .contact a img {
	width:100%;
}

}


#sliderTop {
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	min-width: 1050px;
	box-sizing: border-box;
}

#sliderTop li {
	height: 733px;
	min-width: 1000px;
	list-style-type: none;
}
#sliderTop li.no1 {
	background-image: url(../img/mainvisual_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#sliderTop li.no2 {
	background-image: url(../img/mainvisual_bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#sliderTop li img {
	display:none;
}

@media (min-width:0px) and (max-width:765px) {
#sliderTop {
	min-width: inherit;
}
#sliderTop li {
	background-image: none;
	height: auto;
	min-width:inherit;
}

#sliderTop li img {
	width: 100%;
	height: auto;
	display: block;
	position: relative;
}

}


#main section.links,
#main div.links {
	margin-top: -110px;
	padding-top: 110px;

}
@media (min-width:0px) and (max-width:735px) {
#main section.links,
#main div.links {
	margin-top: -50px;
	padding-top: 50px;

}
}

#main section.cont {
	min-width: 1100px;
}
#main section .box {
	/**width: 1100px;**/
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
}
#main section.cont.subtop .box {
	padding-top: 50px;
	padding-bottom: 50px;
}
#main section.cont.subtop2 .box {
	padding-top: 50px;
	padding-bottom: 20px;
}
@media (min-width:0px) and (max-width:735px) {
#main section.cont {
	min-width: inherit;
}
#main section .box {
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing:border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
#main section.cont.subtop .box {
	padding-top: 30px;
	padding-bottom: 0px;
}
#main section.cont.subtop2 .box {
	padding-top: 30px;
	padding-bottom: 0px;
}
}




.bg_gray{
	background-color: #eeeeef;
}
.bg_gray2{
	background-color: #f5f5f5;
}
.bg_blue{
	background-color: #04345a;
}
.bg_color01{
	background-color: #f8f8f1;
}
.top_company_info{
	background: url("../img/top_company_info_pc.png") center top repeat;
	background-size: cover;
	min-height: 500px;
}
.top_recruit{
	background: url("../img/top_recruit_pc.png") center top repeat;
	background-size: cover;
	min-height: 500px;
}
section.footermenu {
	background-color: #e5e5e5;
}
@media (min-width:0px) and (max-width:735px) {
.top_company_info{
	background: none;
	background-size: cover;
	min-height: inherit;
}
.top_recruit{
	background: none;
	background-size: cover;
	min-height: inherit;
}
}


section.cont.implementation{
	background: url("../img/bg_implementation.png") center top no-repeat;
}
#main section.cont.implementation .box {
	padding-top: 150px;
}
@media (min-width:0px) and (max-width:735px) {
section.cont.implementation{
	background: url("../img/bg_implementation.png") center top no-repeat;
	background-size: auto 200px;
}
#main section.cont.implementation .box {
	padding-top: 30px;
}
}

section.cont.sap_concur{
	background: url("../img/bg_sap_concur.png") center top no-repeat;
}
#main section.cont.sap_concur .box {
	padding-top: 150px;
}
@media (min-width:0px) and (max-width:735px) {
section.cont.sap_concur{
	background: url("../img/bg_sap_concur.png") center top no-repeat;
	background-size: auto 200px;
}
#main section.cont.sap_concur .box {
	padding-top: 30px;
}
}

section.cont.line_clova_orc{
	background: url("../img/bg_line_clova_orc.png") center top no-repeat;
}
#main section.cont.line_clova_orc .box {
	padding-top: 150px;
}
@media (min-width:0px) and (max-width:735px) {
section.cont.line_clova_orc{
	background: url("../img/bg_line_clova_orc.png") center top no-repeat;
	background-size: auto 200px;
}
#main section.cont.line_clova_orc .box {
	padding-top: 30px;
}
}

section.cont.tdi_solution{
	background: url("../img/bg_tdi_solution.png") center top no-repeat;
}
#main section.cont.tdi_solution .box {
	padding-top: 150px;
}
@media (min-width:0px) and (max-width:735px) {
section.cont.tdi_solution{
	background: url("../img/bg_tdi_solution.png") center top no-repeat;
	background-size: auto 200px;
}
#main section.cont.tdi_solution .box {
	padding-top: 30px;
}
}


section.cont.company_profile{
	background: url("../img/bg_company_profile.png") center top no-repeat;
}
#main section.cont.company_profile .box {
	padding-top: 150px;
}
@media (min-width:0px) and (max-width:735px) {
section.cont.company_profile{
	background: url("../img/bg_company_profile.png") center top no-repeat;
	background-size: auto 200px;
}
#main section.cont.company_profile .box {
	padding-top: 30px;
}
}

section.cont.company_message{
	background: url("../img/bg_company_message.png") center top no-repeat;
}
#main section.cont.company_message .box {
	padding-top: 150px;
}
@media (min-width:0px) and (max-width:735px) {
section.cont.company_message{
	background: url("../img/bg_company_message.png") center top no-repeat;
	background-size: auto 200px;
}
#main section.cont.company_message .box {
	padding-top: 30px;
}
}

section.cont.company_policy{
	background: url("../img/bg_company_policy.png") center top no-repeat;
}
#main section.cont.company_policy .box {
	padding-top: 150px;
}
@media (min-width:0px) and (max-width:735px) {
section.cont.company_policy{
	background: url("../img/bg_company_policy.png") center top no-repeat;
	background-size: auto 200px;
}
#main section.cont.company_policy .box {
	padding-top: 30px;
}
}

/**ここから**/



#main table.contact {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 16px;
	margin-right: auto;
	margin-left: auto;
}

#main table.contact tr th {
	text-align: left;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	width: 300px;
	padding-left: 10px;
	vertical-align: top;
	overflow: hidden;
	box-sizing: border-box;
	background-color: #f6f6f6;
	border-bottom: solid 2px #ffffff;
}

#main table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: solid 2px #ffffff;
}
#main .contact tr {
	padding-top: 10px;
	padding-bottom: 10px;
	/**border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E1E1;**/
}

#main .contact tr:last-child {
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #E1E1E1;
}
#main .contact tr td label {
	/**display: inline-block;
	padding-bottom: 5px;
	padding-top: 5px;**/
}
#main .contact tr th div {
	padding: 10px;
	background-color: #dcdcdc;
	float: left;
	width: 70%;

}
#main .contact tr th div.noncolor {
	background-color: #fff;

}
#main .contact tr th .pdd {
	padding-top: 40px;
	padding-bottom: 40px;
}

#main .contact tr td ul {
}
#main .contact tr td ul li {
	padding-top: 5px;
	padding-bottom: 5px;
}
#main .contact tr td .pt04 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 17%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
}
#main .contact tr td .pt05 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 25%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
}
#main .contact tr td .pt06 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 50%;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
}

@media (min-width:0px) and (max-width:735px) {

#main table.contact {
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	table-layout: fixed;
	box-sizing: border-box;
	overflow: hidden;
}

#main .contact tr th div {
	float: left;
	width: 100%;

}
#main table.contact tr th {
	text-align: left;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 20px;
	vertical-align: top;
	display: block;
	width: auto;
	padding-left: 5px;
	padding-right: 5px;
}

#main table.contact tr td {
	padding-top: 10px;
	padding-bottom: 10px;
	display:block;
}

#main .contact tr .l_Cel {
	font-weight: bold;
	border-bottom:solid 1px #999999;
	padding-bottom:0px;
}
#main .contact tr th p.leftth {
	text-align: left;
}
#main table.contact tr td input,
#main table.contact tr td textarea,
#main table.contact tr td select {
	font-size: 16px;
}
#main .contact tr th .pdd {
	padding-top: 10px;
	padding-bottom: 10px;
}
#main .contact tr td .pt04 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 30%;
	border-radius:5px;
	margin-left:2px;
	margin-right:2px;
	margin-bottom: 5px;
}
#main .contact tr td .pt05 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 30%;
	border-radius:5px;
	margin-left:2px;
	margin-right:2px;
}
#main .contact tr td .pt06 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: auto;
	border-radius: 5px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #E1E1E1;
}
}
#main table.contact tr td input.pt01 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #468037;
	border-top: 1px solid #f9f9f9;
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#main table.contact tr td input.pt02 {
	font-size: 16px;
	line-height: 40px;
	height: 40px;
	width: 40%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #468037;
	border-top: 1px solid #f9f9f9;
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}
#main table.contact tr td textarea {
	font-size: 16px;
	min-height: 100px;
	width: 98%;
	padding-right: 10px;
	padding-left: 10px;
	box-sizing: border-box;
	border-bottom: 1px solid #468037;
	border-top: 1px solid #f9f9f9;
	border-left: 1px solid #f9f9f9;
	border-right: 1px solid #f9f9f9;
	background-color: #f9f9f9;
}

#main table.contact td dl{

}
#main table.contact td dl dt{
	padding-top: 8px;
	margin-bottom: 3px;
}
#main table.contact td dl dd{

}

#main .fbtn input {
	cursor: pointer;

}
#main .fbtn {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center;
}

@media (min-width:0px) and (max-width:735px) {
#main .fbtn {
	padding-right: 10px;
	padding-left: 10px;
}

}


#main .contact tr th .his {
	color: #FFF;
	background-color: #FF9F9D;
	margin-left: 10px;
	padding-right: 10px;
	padding-left: 10px;
	display: inline-block;
	float: right;
	line-height: 40px;
}
#main .contact tr td .pd2 {
	padding-top: 10px;
	display:block;
}


#main .contact tr th .nini {
	padding-left: 28px;
}
#main .contact tr td .pd2 {
	padding-top: 10px;
	display:block;
}


/* checkbox
================================================== */
.label_list {
	width: 100%;
  	margin: 0;
  	line-height: 2.0;
}
.label_list::after {
  	display: block;
  	content: '';
  	clear: both;
}

/* radio
================================================== */
.input-radio01{
	display: none;
}
.input-radio01 + label{
	padding-top: 4px;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	color: #333;
}
.input-radio01 + label::before{
	content: "";
	display: block;
	position: absolute;
	top: 1px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background-color: #fff;
	border-radius: 50%;
}
.input-radio01:checked + label{

}
.input-radio01:checked + label::after{
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 3px;
	width: 16px;
	height: 16px;
	background: #468037;
	border-radius: 50%;
}
.input-radio01 + span{
	padding-top: 4px;
	padding-left: 30px;
	position: relative;
	font-size: 16px;
	color: #333;
}
.input-radio01 + span::before{
	content: "";
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #aaa;
	background-color: #fff;
	border-radius: 50%;
}
.input-radio01:checked + span::after{
	content: "";
	display: block;
	position: absolute;
	top: 11px;
	left: 3px;
	width: 16px;
	height: 16px;
	background: #468037;
	border-radius: 50%;
}


.mwform-checkbox-field {

}
.mwform-checkbox-field label {
	padding-left: 30px;
	margin-bottom: 20px;
  	position: relative;
  	display: block;
  	word-break: break-all;
}
.pt2 .mwform-checkbox-field label {
	padding-left: 0px;
}

.mwform-checkbox-field label input[type="checkbox"] + span,
.mwform-checkbox-field label input[type="radio"] + span {
  	position: relative;
  	padding: 0 0 0 35px;
}

/*  DEMO 01 CHECKBOX */
.label_list:nth-of-type(1) label input[type="checkbox"] + span::before {
 	border-color: #aaa;
}
.label_list:nth-of-type(1) label input[type="checkbox"]:checked + span::before {

}
label span {
  	display: inline-block;
}
label input[type="checkbox"] {
  	position: absolute;
  	top: 0;
  	left: 0;
  	opacity: 0;
}
label input[type="checkbox"] + span::before, label input[type="checkbox"] + span::after {
  	position: absolute;
  	top: 3px;
  	left: 0;
  	display: inline-block;
  	content: '';
  	box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
 	z-index: 0;
  	width: 22px;
  	height: 22px;
	border: 1px solid #aaa;
	background-color: #fff;
}
label input[type="checkbox"] + span::after {
  	z-index: 1;
  	margin: 0 9px;
  	width: 10px;
  	height: 16px;
}
label input[type="checkbox"]:checked + span::before {

}
label input[type="checkbox"]:checked + span::after {
  	border: 3px solid #468036;
  	border-width: 0 3px 3px 0;
  	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.mwform-checkbox-field-text {
	font-size: 16px;
}




#faq {
	padding-top: 20px;
}

#faq .box .accordion {
	margin-right: auto;
	margin-left: auto;
	max-width:900px;
}
#faq .box .accordion h3 {
	background-color: #f5fafd;
	background-image: url(../img/faq_q.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 60px;
	font-size: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9b9b9b;
	margin-top: 10px;
}
#faq .box .accordion h3 span {
	background-image: url(../img/accordion_off.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 45px;
	display: block;
	min-height: 30px;
	cursor: pointer;
}
#faq .box .accordion h3 span.open {
	background-image: url(../img/accordion_on.png);
}
#faq .box .accordion .box2 {
	background-color: #efefef;
	background-image: url(../img/faq_a.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	font-size: 18px;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 50px;
}




#formBox .box .f_area .buttons {
	text-align: center;
}
#formBox .box .f_area .buttons .bt_back,
#formBox .box .f_area .buttons .bt_submit {
	color: #FFF;
	background-color: #e94f7a;
	margin-right: 5px;
	margin-left: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 5px;
	padding-right: 6px;
	padding-bottom: 5px;
	padding-left: 6px;
}

/****/

.ttl01 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	color: #468037;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
@media (min-width:0px) and (max-width:735px) {
.ttl01{
  font-size: 20px;
}
}

.ttl01.pt2 {
	text-align: left;
}
@media (min-width:0px) and (max-width:735px) {
.ttl01.pt2{

}
}


.ttl02 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.ttl02 span {
  padding: 20px 30px;
	color: #ffffff;
	background-color: rgba(70,128,55,0.8);
	margin: 0 auto;
	display: inline-block;
	min-width: 500px;
}
@media (min-width:0px) and (max-width:735px) {
.ttl02{
  font-size: 19px;
  margin-bottom: 20px;
}
.ttl02 span {
  padding: 15px 10px;
	margin: 0 auto;
	display: inline-block;
	min-width: inherit;
}
}

.ttl03 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	text-align: center;
	font-size: 26px;
	font-weight: bold;
}
.ttl03 span {
	border-bottom: solid 5px #468037;
}
@media (min-width:0px) and (max-width:735px) {
.ttl03{
  font-size: 19px;
  margin-bottom: 20px;
}
}

.ttl04 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	position: relative;
	font-size: 22px;
	font-weight: bold;
}
.ttl04:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #468037;
}
.ttl04 span {
	position: relative;
  padding: 0 1em 0 0.5em;
  background: #fff;
}
@media (min-width:0px) and (max-width:735px) {
.ttl04{
  font-size: 17px;
  margin-bottom: 20px;
}
}



.ttl_sub {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	/**text-align: center;**/
	font-size: 18px;
	font-weight: bold;
}

@media (min-width:0px) and (max-width:735px) {
.ttl_sub{
  font-size: 17px;
  margin-bottom: 20px;
}
}

.ttl_sub2 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 40px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;

}
.ttl_sub2 span {
  padding-top: 20px;
	border-bottom: solid 2px #468037;
	display: inline-block;
}
@media (min-width:0px) and (max-width:735px) {
.ttl_sub2{
  font-size: 18px;
  text-align: left;
  margin-bottom: 40px;
}
}

.ttl_sub3 {
  padding-bottom: 20px;
  padding-top: 0px;
  margin-bottom: 20px;
	color: #468037;
	font-size: 26px;
	font-weight: bold;
	border-bottom: solid 1px #c4c4c4;
}
@media (min-width:0px) and (max-width:735px) {
.ttl_sub3{
  font-size: 20px;
}
}


.ttl_sap01 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	background: url("../img/icon_sap01.png") left center no-repeat;
	padding-left: 52px;
	padding-top: 15px;
	min-height: 50px;
	font-size: 23px;
	font-weight: bold;
}
.ttl_sap01 span {
	font-size: 16px;
	padding-left: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.ttl_sap01{
  font-size: 18px;
  background-size: 30px auto;
  padding-left: 40px;
  padding-top: 0px;
  min-height: 35px;
  margin-bottom: 20px;
}
.ttl_sap01 span {
	font-size: 12px;
	display: block;
	padding-left: 10px;
}
}

.ttl_sap02 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	background: url("../img/icon_sap02.png") left center no-repeat;
	padding-left: 52px;
	padding-top: 10px;
	min-height: 50px;
	font-size: 18px;
	border-bottom: solid 1px #d6d6d6;
}

@media (min-width:0px) and (max-width:735px) {
.ttl_sap02{
  font-size: 14px;
  background-size: 30px auto;
  padding-left: 40px;
  padding-top: 10px;
  min-height: 35px;
  margin-bottom: 20px;
}

}

.ttl_sap03 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	background: url("../img/icon_sap03.png") left center no-repeat;
	padding-left: 52px;
	padding-top: 10px;
	min-height: 50px;
	font-size: 18px;
	border-bottom: solid 1px #d6d6d6;
}

@media (min-width:0px) and (max-width:735px) {
.ttl_sap03{
  font-size: 14px;
  background-size: 30px auto;
  padding-left: 40px;
  padding-top: 0px;
  min-height: 35px;
  margin-bottom: 20px;
}
}

.ttl_sap04 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	background: url("../img/icon_sap04.png") left center no-repeat;
	padding-left: 52px;
	padding-top: 10px;
	min-height: 50px;
	font-size: 18px;
	border-bottom: solid 1px #d6d6d6;
}

@media (min-width:0px) and (max-width:735px) {
.ttl_sap04{
  font-size: 14px;
  background-size: 30px auto;
  padding-left: 40px;
  padding-top: 0px;
  min-height: 35px;
  margin-bottom: 20px;
}
}

/**大見出し**/
.ttl_sap05 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	background: url("../img/icon_sap05.png") left center no-repeat;
	padding-left: 52px;
	padding-top: 15px;
	min-height: 50px;
	font-size: 23px;
	font-weight: bold;
}
.ttl_sap05 span {
	font-size: 16px;
	padding-left: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.ttl_sap05{
  font-size: 18px;
  background-size: 30px auto;
  padding-left: 40px;
  padding-top: 0px;
  min-height: 35px;
  margin-bottom: 20px;
}
.ttl_sap05 span {
	font-size: 12px;
	display: block;
	padding-left: 10px;
}
}

.ttl_sap06 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	background: url("../img/icon_sap06.png") left center no-repeat;
	padding-left: 52px;
	padding-top: 10px;
	min-height: 50px;
	font-size: 18px;
	border-bottom: solid 1px #d6d6d6;
}

@media (min-width:0px) and (max-width:735px) {
.ttl_sap06{
  font-size: 14px;
  background-size: 30px auto;
  padding-left: 40px;
  padding-top: 0px;
  min-height: 35px;
  margin-bottom: 20px;
}

}

.ttl_sap07 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	background: url("../img/icon_sap07.png") left center no-repeat;
	padding-left: 52px;
	padding-top: 10px;
	min-height: 50px;
	font-size: 18px;
	border-bottom: solid 1px #d6d6d6;
}

@media (min-width:0px) and (max-width:735px) {
.ttl_sap07{
  font-size: 14px;
  background-size: 30px auto;
  padding-left: 40px;
  padding-top: 0px;
  min-height: 35px;
  margin-bottom: 20px;
}

}

.ttl_sap08 {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 20px;
	background: url("../img/icon_sap08.png") left center no-repeat;
	padding-left: 52px;
	padding-top: 10px;
	min-height: 50px;
	font-size: 18px;
	border-bottom: solid 1px #d6d6d6;
}

@media (min-width:0px) and (max-width:735px) {
.ttl_sap08{
  font-size: 14px;
  background-size: 30px auto;
  padding-left: 40px;
  padding-top: 0px;
  min-height: 35px;
  margin-bottom: 20px;
}
}

.map{
	width: 100%;
}

.max800{
	max-width: 800px;
	margin: 30px auto 0px auto;
}

.max850{
	max-width: 850px;
	margin: 40px auto;
}
@media (min-width:0px) and (max-width:735px) {
.max850{
	margin: 20px auto;
}
}
.max900{
	max-width: 900px;
	margin: 0 auto;
}
.max950{
	max-width: 950px;
	margin: 0 auto;
}
.max950b{
	max-width: 950px;
	margin: 0 auto 50px auto;
}
.max1100{
	max-width: 1100px;
	margin: 40px auto;
}
@media (min-width:0px) and (max-width:735px) {
.max1100{
	margin: 20px auto;
}
}
.max1100b{
	max-width: 1100px;
	margin: 0 auto;
}
@media (min-width:0px) and (max-width:735px) {
.max1100b{
	margin: 0 auto;
}
}

.flex2_1{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 20px;
}
.flex2_1.pt3{
	flex-direction: row-reverse;
}
.flex2_1 li{
	width: 48%;
	box-sizing: border-box;
}
.flex2_1.pt2 li{
	margin-bottom: 45px;
}
.flex2_1 li img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.flex2_1 li p{

}
@media (min-width:0px) and (max-width:735px) {
.flex2_1{
margin-bottom: 10px;
}
.flex2_1 li{
	width: 100%;
	margin-bottom: 20px;
}
.flex2_1.pt2 li{
	margin-bottom: 30px;
}
}



.flex3_1{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 20px;
}

.flex3_1 > li{
	width: 32%;
	box-sizing: border-box;
	padding: 10px;
}

.flex3_1 li img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}
@media (min-width:0px) and (max-width:735px) {
.flex3_1 > li{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

}

.flex3_2{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 0px;
}

.flex3_2 > li{
	width: 30%;
	box-sizing: border-box;
	margin-bottom: 20px;
}

.flex3_2 li img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:0px) and (max-width:735px) {
.flex3_2 > li{
	width: 48%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

}


.flex01{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 20px;
max-width: 1800px;
margin-left: auto;
margin-right: auto;
}

.flex01 li{
	width: 19%;
	box-sizing: border-box;
}

.flex01 li img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media (min-width:0px) and (max-width:735px) {
.flex01{
margin-bottom: 10px;
}
.flex01 li{
	width: 100%;
	margin-bottom: 25px;
}
}


.float01{
margin-bottom: 20px;
max-width: 1800px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
flex-direction: row-reverse;
}

.float01 li{

}
.float01 li.txtBox{
	width: 39%;
}
.float01 li.txtBox p{
	padding-top: 20%;

}
.float01 li.img{
	width: 60%;
	box-sizing: border-box;
}

.float01 li img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (min-width:0px) and (max-width:735px) {
.float01{
margin-bottom: 10px;
}
.float01 li.txtBox{
	width: 100%;
}
.float01 li.txtBox p{
	padding-top: 0%;
	padding-left: 10px;
	padding-right: 10px;
}
.float01 li.img{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

}

.float02{
margin-bottom: 20px;
max-width: 1800px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
}

.float02 li{

}
.float02 li.txtBox{
	width: 39%;
}
.float02 li.txtBox p{
	padding-top: 20%;
}
.float02 li.img{
	width: 60%;
	box-sizing: border-box;
}

.float02 li img{
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

@media (min-width:0px) and (max-width:735px) {
.float02{
margin-bottom: 10px;
}
.float02 li.txtBox{
	width: 100%;
}
.float02 li.txtBox p{
	padding-top: 0%;
	padding-left: 10px;
	padding-right: 10px;
}
.float02 li.img{
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 15px;
}

}


/**ここから***/






.btn01 {
	color: #468037;
	background-color: #fff;
	display: block;
	width: 100%;
	max-width: 350px;
	line-height: 50px;
	height: 50px;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #468037;
	border-radius: 5px;
	padding-left: 10px;
	box-sizing: border-box;
}
.btn01 span {
	position: relative;
  padding-right: 36px;
}

.btn01 span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #468037;
  border-right: 3px solid #468037;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}

.btn01:hover {
	text-decoration:none;
}
@media (min-width:0px) and (max-width:735px) {
.btn01 {
	color: #468037;
	background-color: #fff;
	display: block;
	width: 100%;
	max-width: inherit;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	margin-left: auto;
	margin-right: auto;
	border: solid 1px #468037;
	border-radius: 5px;
	padding-left: 10px;
	box-sizing: border-box;
}
}


.btn02 {
	color: #000000;
	background-color: #dce3e8;
	display: block;
	max-width: 400px;
	box-sizing: border-box;
	line-height: 67px;
	height: 67px;
	font-size: 22px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;
	margin: 0 auto;
}
.btn02 span {
	position: relative;
  /**padding-right: 36px;**/
  display: block;
}
.btn02 span:before {
  content: '';
  width: 26px;
  height: 26px;
  background: #04345a;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -13px;
}
.btn02 span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -5px;
}
.btn02:hover {
	text-decoration:none;
}
@media (min-width:0px) and (max-width:735px) {
.btn02 {
	color: #000000;
	background-color: #dfdfdf;
	display: block;
	width: 100%;
	box-sizing: border-box;
	line-height: 67px;
	height: 67px;
	font-size: 19px;
	text-align: center;
	font-weight: bold;
	border-radius: 10px;

}
}

#main .btn03 {
	color: #ffffff;
	display: inline-block;
	text-align: center;
	padding: 10px 30px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 30px;
	position: relative;
	border:  solid 2px #ffffff;
	font-size: 20px;
}
#main .btn03:after {
	content: '\f105';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -16px;
	font-weight: 900;
}
#main .btn03:hover {
	text-decoration:none;
}
@media (min-width:0px) and (max-width:735px) {
#main .btn03 {
	display: block;
	padding: 10px 0px;
	font-size: 16px;
}
}

#main .btn04 {
	color: #468037;
	display: inline-block;
	text-align: center;
	padding: 10px 40px;
	margin-top: 10px;
	margin-bottom: 20px;
	border-radius: 10px;
	font-size: 18px;
	background-color: #ffffff;
	font-weight: bold;
	border: solid 1px #468037;
}
#main .btn04-back {
	background-color: #f8f8f8;
	margin-right: 2em;
	opacity: .6;
}

@media (min-width:0px) and (max-width:735px) {
#main .btn04 {
	padding: 10px 20px;
	font-size: 16px;
}
}







.f_menu{
	width: 260px;
	border-top: solid 1px #c6c6c6;
	border-bottom: solid 1px #c6c6c6;
	border-left: solid 1px #c6c6c6;
	border-radius: 10px 0px 0px 10px;
	position: fixed;
	top: 200px;
	right: 0px;
	z-index: 10;
	background-color: #ffffff;
}
.f_menu ul{

}
.f_menu ul li{
	padding: 0px 15px;
}
.f_menu ul li a{
	display: block;
	padding: 10px;
	color: #04345a;
	font-weight: bold;
	font-size: 19px;
	border-bottom: solid 1px #d5d5d5;
}
.f_menu ul li a.last{
	border-bottom: none;
}
.f_menu ul li a img{
	max-width: 100%;
	margin-right: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.f_menu{
	display: none;
}
}



.lesson_info{
	line-height: 30px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 10px;
}
.lesson_info p{
	float: left;
}
.lesson_info p:first-child{
	padding-right: 50px;
}
.lesson_info .type01{
	border: solid 1px #c3c3c3;
	display: inline-block;
	width: 60px;
	background-color: #ffe7ff;
}
.lesson_info .type02{
	border: solid 1px #c3c3c3;
	display: inline-block;
	width: 60px;
	background-color: #d3e9ff;
}
@media (min-width:0px) and (max-width:735px) {
.lesson_info{
	margin-left: 0px;
	margin-bottom: 0px;
}
.lesson_info p{
	float: none;
	margin-bottom: 10px;
}
.lesson_info p:first-child{
	padding-right: 0px;
}
}

.lesson_f_box01{
	overflow: hidden;
	margin-bottom: 30px;
}
.lesson_f_box01 .left{
	width: 58%;
	float: left;
}
.lesson_f_box01 .right{
	width: 40%;
	float: right;
}
.lesson_f_box01 li img{
	max-width: 100%;
}

@media (min-width:0px) and (max-width:735px) {
.lesson_f_box01 .left{
	width: 100%;
	float: none;
	margin-bottom: 30px;
}
.lesson_f_box01 .right{
	width: 100%;
	float: none;
}

}

.lesson_f_box02{
	overflow: hidden;
	margin-bottom: 30px;
}
.lesson_f_box02 .left{
	width: 26%;
	float: left;
}
.lesson_f_box02 .right{
	width: 72%;
	float: right;
	padding-top: 80px;
}
.lesson_f_box02 li img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

@media (min-width:0px) and (max-width:735px) {
.lesson_f_box02 .left{
	width: 100%;
	float: none;
}
.lesson_f_box02 .right{
	width: 100%;
	float: none;
	padding-top: 10px;
}

}

#main .movBox {
	width: 95%;
	max-width: 600px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	padding-top: 0px !important;
	padding-bottom: 0px !important;

}
#main .movBox .mov {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}
#main .movBox .mov iframe {
	position: absolute;
  	top: 0;
  	right: 0;
  	width: 100% !important;
  	height: 100% !important;
}
@media (min-width:0px) and (max-width:765px) {

#main .movBox {
	width: 90%;
	margin:0 auto;

}
}






.photos{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.photos li{
	margin-bottom: 20px;
	width: 290px;
}
.photos.pt2 li{
	margin-bottom: 20px;
	width: 250px;
}
.photos li img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.bg_onetime_popup {
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	transition: 0.5s;
}

.bg_onetime_popup.js_active {
	opacity: 1;
	visibility: visible;
}


.onetime_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 30%;
	min-width: 600px;
	cursor: pointer;
}



.onetime_popup_title {
	position: relative;
	padding: 30px 90px;
	margin: 0px;
	background-color: #3388dd;
	color: #fff;
	font-size: 32px;
	text-align: center;
	line-height: 1.5;
}

.onetime_popup_title::before,.onetime_popup_title::after {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	width: 30px;
	height: 4px;
	background-color: #fff;
	content: "";
}

.onetime_popup_title::before {
	transform: rotate(45deg);
}

.onetime_popup_title::after {
	transform: rotate(-45deg);
}



.onetime_popup_content {
	padding: 60px 30px;
	text-align: center;
}



.onetime_popup img{
	height: auto;
	width: 80%;
}





@media (min-width:0px) and (max-width:735px) {

.onetime_popup {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	width: 60%;
	min-width: 300px;
	cursor: pointer;
}



.photos li{
	margin-bottom: 10px;
	width: 100%;
}
.photos.pt2 li{
	margin-bottom: 10px;
	width: 100px;
}
}

.list_sitemap{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
	max-width: 950px;
	margin: 0 auto;
}
.list_sitemap li{
	width: 450px;
	border-bottom: solid 1px #04345a;
}
.list_sitemap li a{
	padding: 20px 30px;
	color: #04345a;
	display: block;
}
.list_sitemap li.spnone{
	border-bottom: none;
}
@media (min-width:0px) and (max-width:735px) {

}










.fotter_menu{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
margin-bottom: 20px;
max-width: 1800px;
margin-left: auto;
margin-right: auto;
}

.fotter_menu .f_box{

}
.fotter_menu .f_box_l{
	width: 40%;
	padding-top: 30px;
	padding-left: 20px;
}
.fotter_menu .f_box_l img{
	max-width: 100%;
	display: block;
}
@media (min-width:0px) and (max-width:735px) {
.fotter_menu{
margin-bottom: 0px;
}
.fotter_menu .f_box{
	width: 100%;
}
.fotter_menu .f_box_l{
	width: 100%;
	padding-top: 20px;
	padding-left: 0px;
}
.fotter_menu .f_box_l img{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
}
.fotter_menu .f_box h2{
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 20px;
}
.fotter_menu .f_box h2 a{
}
.fotter_menu .f_box .area{
	margin-bottom: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.fotter_menu .f_box h2{
	color: #081744;
	font-size: 17px;
	padding: 10px 5px;
	font-weight: bold;
	/**border-bottom: solid 1px #000000;**/
	margin-bottom: 0px;
}
.fotter_menu .f_box h2 a{
	border-left: solid 3px #468037;
	padding-left: 5px;
}
/**.t_link a{
	display: block;
	position: relative;
}
.t_link a:after{
	content: '\f105';
	display: block;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	top: 0px;
}**/
.fotter_menu .f_box .area{
	padding-top: 5px;
	margin-bottom: 5px;
}
}

.fotter_menu .f_box .area ul{
	margin-bottom: 20px;
}
.fotter_menu .f_box .area ul li{
	padding-top: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	padding-right: 5px;
}
.fotter_menu .f_box .area ul li.sub{
	padding: 5px 5px 5px 20px;
}
.fotter_menu .f_box .area ul li a{
	display: block;
}

@media (min-width:0px) and (max-width:735px) {
.fotter_menu .f_box .area ul{
	margin-bottom: 10px;
}
.fotter_menu .f_box .area ul li a{
	display: block;
	position: relative;
	padding-left: 5px;
}
.fotter_menu .f_box .area ul li a:after{
	content: '\f105';
	display: block;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	right: 0;
	top: 0px;
}
}


.flexTop01{
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	padding-top: 20px;
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}
.flexTop01 li{
	width: 48%;
}
.flexTop01 li.bg01{
	background: url("../img/bg_top_service01.png") center top;
	background-size: cover;
}
.flexTop01 li .area01{
	background-color: rgba(255,255,255,0.8);
	padding: 60px 10px;
	box-sizing: border-box;
	margin: 15% auto;
	width: 80%;
	text-align: center;
}
.flexTop01 li .area01 h3{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 23px;
}
.flexTop01 li .area01 p{
	margin-bottom: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.flexTop01 li{
	width: 100%;
}
.flexTop01 li.bg01{
	background: url("../img/bg_top_service01.png") center top;
	background-size: cover;
	margin-bottom: 20px;
}
.flexTop01 li .area01{
	background-color: rgba(255,255,255,0.8);
	padding: 20px 10px;
	box-sizing: border-box;
	margin: 15% auto;
	width: 90%;
	text-align: center;
}
.flexTop01 li .area01 h3{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}
.flexTop01 li .area01 p{
	margin-bottom: 20px;
}
}

.flexTop01 li .bg02{
	background: url("../img/bg_top_service02.png") center top;
	background-size: cover;
	padding: 40px 10px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}
.flexTop01 li .bg02 h3{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 23px;
}
.flexTop01 li .bg02 p{
	margin-bottom: 20px;
}
@media (min-width:0px) and (max-width:735px) {
.flexTop01 li .bg02{
	background: url("../img/bg_top_service02.png") center top;
	background-size: cover;
	padding: 20px 10px;
	text-align: center;
	color: #ffffff;
	margin-bottom: 20px;
}
.flexTop01 li .bg02 h3{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}
.flexTop01 li .bg02 p{
	margin-bottom: 20px;
}
}
.flexTop01 li .bottom{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
}
.flexTop01 li .bottom div{
	width: 49%;
	color: #ffffff;
	text-align: center;
	padding: 30px 10px;
	box-sizing: border-box;
}
.flexTop01 li .bottom div h3{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 23px;
}
.flexTop01 li .bottom div p{
	margin-bottom: 20px;
}

.flexTop01 li .bottom .bg03{
	background: url("../img/bg_top_service03.png?20230316") center top;
	background-size: cover;
}
.flexTop01 li .bottom .bg04{
	background: url("../img/bg_top_service04.png") center top;
	background-size: cover;
}
@media (min-width:0px) and (max-width:735px) {
.flexTop01 li .bottom div{
	width: 100%;
	color: #ffffff;
	text-align: center;
	padding: 20px 10px;
	box-sizing: border-box;
	margin-bottom: 20px;
}
.flexTop01 li .bottom div h3{
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
}
}

.topArea01{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
}
.topArea01 .left{
	width: 50%;
}
.topArea01 .left img{
	max-width: 100%;
}
.topArea01 .right{
	width: 50%;
	box-sizing: border-box;
	padding-top: 60px;
}
.topArea01 .right p{
	margin-bottom: 30px;
	padding-top: 10px;
	text-align: center;
}
@media (min-width:0px) and (max-width:735px) {
.topArea01 .left{
	width: 100%;
}
.topArea01 .right{
	width: 100%;
	box-sizing: border-box;
	padding-top: 15px;
}
.topArea01 .right p{
	margin-bottom: 30px;
	padding-top: 10px;
}

}


.service_area01{
	background: url("../img/service01.png") center top no-repeat;
	background-size: cover;
	/**min-height: 725px;**/
	margin-bottom: 50px;
}
#main .service_area01 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.service_area01{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .service_area01 .box{
	padding-top: 10px;
}
}

.service_area02{
	background: url("../img/service02.png") center top no-repeat;
	background-size: cover;
	/**min-height: 725px;**/
	margin-bottom: 50px;
}
#main .service_area02 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.service_area02{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .service_area02 .box{
	padding-top: 10px;
}
}

.service_area03{
	background: url("../img/service03.png?20230316") center top no-repeat;
	background-size: cover;
	/**min-height: 725px;**/
	margin-bottom: 50px;
}
#main .service_area03 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.service_area03{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .service_area03 .box{
	padding-top: 10px;
}
}

.service_area04{
	background: url("../img/service04.png") center top no-repeat;
	background-size: cover;
	/**min-height: 725px;**/
	margin-bottom: 50px;
}
#main .service_area04 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.service_area04{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .service_area04 .box{
	padding-top: 10px;
}
}


.serviceBox01{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-pack:justify;
-ms-flex-pack:justify;
justify-content:space-between;
flex-wrap: wrap;
}
.serviceBox01 .left{
	width: 50%;
}
.serviceBox01 .left img{
	max-width: 100%;
}
.serviceBox01 .right{
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
}
.serviceBox01 .right .contArea{
	background-color: #ffffff;
	box-shadow: 0 0 8px gray;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.serviceBox01 .right .contArea .ttl{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 20px;
}
.serviceBox01 .right .contArea p{
	margin-bottom: 30px;
	padding-top: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.serviceBox01 .left{
	width: 100%;
}
.serviceBox01 .right{
	width: 100%;
	box-sizing: border-box;
	padding: 7px;
	margin-top: -70px;
}
.serviceBox01 .right .contArea{
	background-color: #ffffff;
	box-shadow: 0 0 6px gray;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.serviceBox01 .right .contArea .ttl{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.serviceBox01 .right .contArea p{
	margin-bottom: 30px;
	padding-top: 10px;
}

}


.serviceBox02{
	overflow: hidden;
}
.serviceBox02 .right{
	width: 50%;
	float: right;
	position: relative;
	z-index: 0;
}
.serviceBox02 .right img{
	max-width: 100%;
}
.serviceBox02 .left{
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	position: relative;
	z-index: 1;
}
.serviceBox02 .left .contArea{
	background-color: #ffffff;
	box-shadow: 0 0 8px gray;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
}
.serviceBox02 .left .contArea .ttl{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.serviceBox02 .left .contArea p{
	margin-bottom: 30px;
	padding-top: 10px;
}
@media (min-width:0px) and (max-width:735px) {
.serviceBox02 .right{
	width: 100%;
	float: none;
}
.serviceBox02 .left{
	width: 100%;
	float: none;
	box-sizing: border-box;
	padding: 7px;
	margin-top: -70px;
}
.serviceBox02 .left .contArea{
	background-color: #ffffff;
	box-shadow: 0 0 6px gray;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 5px;
	padding-right: 5px;
}
.serviceBox02 .left .contArea .ttl{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	text-align: center;
}
.serviceBox02 .left .contArea p{
	margin-bottom: 30px;
	padding-top: 10px;
}

}

.p_linkArea{
	background-color: #ffffff;
  border-radius: 10px;
  width: 95%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 150px;
  padding: 20px;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
}
.p_linkArea.pt2{
  margin-bottom: 30px;
  margin-top: 30px;
}
.p_linkArea .p_link{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
}

.p_linkArea .p_link a{
	position: relative;
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #468037;
	border-radius: 10px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 40px;
	text-align: center;
	width: 23%;
	box-sizing: border-box;
}
.p_linkArea .p_link a span{
	border-bottom: solid 1px #ffffff;
	display: block;
	padding: 5px 0px 15px 0px;
}

.p_linkArea .p_link a:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: auto;
}

@media (min-width:0px) and (max-width:735px) {
.p_linkArea{
	background-color: #ffffff;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
}
.p_linkArea.pt2{
  margin-bottom: 20px;
  margin-top: 20px;
}
.p_linkArea .p_link{
	padding-top: 20px;
}

.p_linkArea .p_link a{
	position: relative;
	display: block;
	color: #ffffff;
	text-decoration: none;
	background-color: #468037;
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 40px;
	text-align: center;
	width: 49%;
	margin-bottom: 20px;
	font-size: 14px;
}
.p_linkArea .p_link a span{
	border-bottom: solid 1px #ffffff;
	display: block;
	padding: 5px 0px 10px 0px;
}

.p_linkArea .p_link a:after {
  content: '';
  width: 12px;
  height: 12px;
  border: 0;
  border-bottom: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
  margin-left: auto;
  margin-right: auto;
}

}

.txtBox{
	background: url("../img/cont_item01_top.png") left 5px top no-repeat, url("../img/cont_item01_bottom.png") left 5px bottom no-repeat;
	padding: 30px 0px;
	box-sizing: border-box;
}
.txtBox .inner{
	background: url("../img/cont_item01_middle.png") left 5px top repeat-y;
	height: 100%;
	padding-left: 30px;
	padding-right: 10px;
}
.txtBox .inner p{

}
@media (min-width:0px) and (max-width:735px) {
.txtBox{
	padding: 15px 0px;
	background-size: 150px auto;

}
.txtBox .inner{
	background-size: 150px auto;
	padding-left: 15px;
	padding-right: 10px;
	padding-top: 0px;
	margin-bottom: 0px;
	margin-top: 0px;

}
.txtBox .inner p{

}
}

.btn_mail2 {
	color: #ffffff;
	background-color: #ff9a00;
	display: block;
	width: 450px;
	line-height: 75px;
	height: 75px;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.btn_mail2 span {
	position: relative;
  padding-right: 36px;
}
.btn_mail2 span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
.btn_mail2:hover {
	text-decoration: none;
}
@media (min-width:0px) and (max-width:735px) {
.btn_mail2 {
	color: #ffffff;
	background-color: #ff9a00;
	display: block;
	width: 100%;
	line-height: inherit;
	height: auto;
	font-size: 15px;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
	padding: 20px 10px;
}
.btn_mail2 span {
	position: relative;
  padding-right: 36px;
}
.btn_mail2 span:after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: 3px solid #ffffff;
  border-right: 3px solid #ffffff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -5px;
}
}


.borderBox{
	border: solid 5px #468037;
	border-radius: 10px;
	padding: 50px 20px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}
@media (min-width:0px) and (max-width:735px) {
.borderBox{
	border: solid 3px #468037;
	border-radius: 10px;
	padding: 20px 10px;
}
}

.txtBox2{
	padding-top: 300px;
	margin-bottom: 50px;
}
@media (min-width:0px) and (max-width:735px) {
.txtBox2{
	padding-top: 100px;
	margin-bottom: 30px;
}
}

.img01 .txt{
	margin-top: -70px;
}
@media (min-width:0px) and (max-width:735px) {
.img01 .txt{
	margin-top: -10px;
}
}

.tokuBox{
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
}

.tokuBox{
	max-width: 1800px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
	padding: 10px;
}
.TopArea{
	padding-left: 21px;
	padding-right: 21px;
}
.shadowBox{
	box-shadow: 0 0 8px gray;
	padding: 15px;
	border-radius: 15px;
}
@media (min-width:0px) and (max-width:735px) {
.TopArea{
	padding-left: 10px;
	padding-right: 10px;
}
.shadowBox{
	box-shadow: 0 0 8px gray;
	padding: 10px;
	border-radius: 10px;
}
}


.contArea{
	background-color: #ffffff;
  width: 95%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 50px 50px;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
}

@media (min-width:0px) and (max-width:735px) {
.contArea{
	background-color: #ffffff;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
}
}

.contArea2{
	background-color: #ffffff;
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  margin-top: 50px;
  padding: 50px 50px;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
}

@media (min-width:0px) and (max-width:735px) {
.contArea2{
	background-color: #ffffff;
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
  box-shadow: 0 0 8px gray;
}
}

.contArea3{
	background-color: #ffffff;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  box-sizing: border-box;
}

@media (min-width:0px) and (max-width:735px) {
.contArea3{
	background-color: #ffffff;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 10px;
  box-sizing: border-box;
}
}


.company_area01{
	background: url("../img/company01.png") center top no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#main .company_area01 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.company_area01{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .company_area01 .box{
	padding-top: 10px;
}
}

.company_area02{
	background: url("../img/company02.png") center top no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#main .company_area02 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.company_area02{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .company_area02 .box{
	padding-top: 10px;
}
}

.company_area03{
	background: url("../img/company03.png") center top no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#main .company_area03 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.company_area03{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .company_area03 .box{
	padding-top: 10px;
}
}

.lineItem{
	border: solid 2px #468037;
}

#main table.profile {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 19px;
	margin-right: auto;
	margin-left: auto;
}
#main table.profile tr th {
	text-align: left;
	font-weight: normal;
	padding: 20px;
	width: 400px;
	vertical-align: middle;
	box-sizing: border-box;
}
#main table.profile tr td {
	padding: 20px;
}
#main .profile tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#main .profile tr:last-child {

}

@media (min-width:0px) and (max-width:735px) {

#main table.profile {
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	/**table-layout: fixed;**/
	box-sizing: border-box;
}
#main table.profile tr th {
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	width: auto;
}
#main table.profile tr td {
	padding: 10px;
	display:block;
}
}

#main table.profile2 {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 40px;
	font-size: 19px;
	margin-right: auto;
	margin-left: auto;
	border-top: solid 5px #468037;
	border-bottom: solid 5px #468037;
}
#main table.profile2 tr th {
	text-align: left;
	font-weight: bold;
	padding: 20px;
	width: 300px;
	vertical-align: middle;
	box-sizing: border-box;
}
#main table.profile2 tr td {
	padding: 20px;
}
#main .profile2 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
#main .profile2 tr:last-child {
	border-bottom: none;
}

@media (min-width:0px) and (max-width:735px) {

#main table.profile2 {
	font-size: 16px;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-top: solid 3px #468037;
	border-bottom: solid 3px #468037;
}
#main table.profile2 tr th {
	text-align: center;
	font-weight: bold;
	padding-top: 20px;
	padding-bottom: 10px;
	display: block;
	width: auto;
}
#main table.profile2 tr td {
	padding: 10px;
	display:block;
}
}


.ceoBox{
	overflow: hidden;
	padding-top: 50px;
}
.ceoBox .img{
	float: right;
}
.ceoBox .img img{
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.ceoBox .txt{
	float: right;
	text-align: center;
	font-weight: bold;
	padding-top: 200px;
	padding-left: 30px;
}

.recruit_area01{
	background: url("../img/recruit01.png") center top no-repeat;
	background-size: cover;
	margin-bottom: 50px;
}
#main .recruit_area01 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.recruit_area01{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .recruit_area01 .box{
	padding-top: 10px;
}
}

.recruit_area02{
	background: url("../img/recruit02.png") center top no-repeat;
	background-size: cover;
	/**min-height: 725px;**/
	margin-bottom: 50px;
}
#main .recruit_area02 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.recruit_area02{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .recruit_area02 .box{
	padding-top: 10px;
}
}

.recruit_area03{
	background: url("../img/recruit03.png") center top no-repeat;
	background-size: cover;
	/**min-height: 725px;**/
	margin-bottom: 50px;
}
#main .recruit_area03 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.recruit_area03{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .recruit_area03 .box{
	padding-top: 10px;
}
}

.recruit_area04{
	background: url("../img/recruit04.png") center top no-repeat;
	background-size: cover;
	/**min-height: 725px;**/
	margin-bottom: 50px;
}
#main .recruit_area04 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.recruit_area04{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .recruit_area04 .box{
	padding-top: 10px;
}
}

.recruit_bgArea01{
	background: url("../img/recruit_bg01.png") center top no-repeat;

	margin-bottom: 50px;
}
#main .recruit_bgArea01 .box{
	max-width: 1500px;
}
@media (min-width:0px) and (max-width:735px) {
.recruit_bgArea01{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .recruit_bgArea01 .box{
	padding-top: 10px;
}
}

.recruit_bgArea02{
	background: url("../img/recruit_bg02.png") center top no-repeat;
	margin-bottom: 50px;
}
#main .recruit_bgArea02 .box{
	max-width: 1700px;
}
@media (min-width:0px) and (max-width:735px) {
.recruit_bgArea02{
	background: none;
	min-height: inherit;
	margin-bottom: 20px;
}
#main .recruit_bgArea02 .box{
	padding-top: 10px;
}
}

.voiceArea{
	padding-right: 20%;
	padding-left: 20px;
}

.voiceArea ul{

}
.voiceArea ul li{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
	border-bottom: solid 1px #a4a4a4;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.voiceArea ul li .img{
	width: 20%;
}
.voiceArea ul li .img img{
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.voiceArea ul li .txt{
	width: 50%;
}
.voiceArea ul li .txt .ttl{
	color: #468037;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 19px;
}
.voiceArea ul li .btn{
	padding-top: 12%;
}
@media (min-width:0px) and (max-width:735px) {
.voiceArea{
	padding-right: 0%;
	padding-left: 0px;
}

.voiceArea ul{

}
.voiceArea ul li{
	border-bottom: solid 1px #a4a4a4;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.voiceArea ul li .img{
	width: 100%;
	margin-bottom: 20px;
}
.voiceArea ul li .txt{
	width: 100%;
	margin-bottom: 10px;
}
.voiceArea ul li .txt .ttl{
	color: #468037;
	font-weight: bold;
	margin-bottom: 20px;
	font-size: 18px;
	text-align: center;
}
.voiceArea ul li .btn{
	padding-top: 0%;
}
}

.recruit_bottom{
	background: url("../img/recruit_bg03.png") center top no-repeat;
	height: 840px;
}
#main .recruit_bottom .box{
	max-width: 1700px;
}
.btnArea{
	border: solid 1px #468037;
	border-radius: 20px;
	background-color: #ffffff;
	margin-top: 200px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
@media (min-width:0px) and (max-width:735px) {
.recruit_bottom{
	min-height: inherit;
	height: auto;
	background-size: 100% auto;
}
#main .recruit_bottom .box{
	padding-top: 10px;
}
.btnArea{
	border: solid 1px #468037;
	border-radius: 20px;
	background-color: #ffffff;
	margin-top: 50px;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
}

.area_sap{
	padding-left: 50px;
}
@media (min-width:0px) and (max-width:735px) {
.area_sap{
	padding-left: 30px;
}

}

.news .box{
	max-width: 1400px;
}

.newsList{
	margin-bottom: 30px;
	padding-top: 30px;
}
.newsList li{
	overflow: hidden;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-ms-flex-pack:distribute;
justify-content:space-around;
flex-wrap: wrap;
	margin-bottom: 50px;
}
.newsList li a{
	display: block;
	text-decoration: underline;
}
.newsList li div:nth-child(1) {
	width: 10%;
	border-right: solid 1px #636363;
	color: #636363;
	box-sizing: border-box;
}
.newsList li div:nth-child(2) {
	width: 80%;
	box-sizing: border-box;
}
@media (min-width:0px) and (max-width:735px) {
.newsList{
	margin-bottom: 30px;
	padding-top: 10px;
}
.newsList li{
	margin-bottom: 30px;
}
.newsList li div:nth-child(1) {
	width: 100%;
	border-right: none;
}
.newsList li div:nth-child(2) {
	width: 100%;
}
}

.dates{
	margin-bottom: 20px;
	padding-top: 30px;
}

/* 2022.07. */
.u-br {
	display: inline-block;
}
.wp-post {
	display: block;
}
.wp-post__back {
	display: block;
	text-align: center;
	margin: 5em auto;
}
.wp-post__back a {
	line-height: 1;
	padding: .5em 1.5em;
	border: 1px solid #000;
}
/* pagenation */
.p-pagenation {
	font-size: .875em;
	text-align: center;
	padding: 0;
	line-height:2.25
}
@media (min-width: 735px) {
	.p-pagenation {
		font-size:1em
	}
}
.p-pagenation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	display:inline
}
.p-pagenation li {
	display: inline-block;
	text-align: center;
	margin-bottom:.5em
}
.p-pagenation span.current {
	border: 1px solid #231f20;
	padding: .5em .75em;
	color: #fff;
	background-color:#231f20
}
.p-pagenation a {
	border: 1px solid #999;
	padding: .5em .75em;
	color: #231f20;
	background-color: #fff;
	text-decoration:none
}
.p-pagenation a:hover {
	color: #fff;
	background-color:rgba(35, 31, 32, .75)
}
.p-pagenation .next, .p-pagenation .prev {
	border: 1px solid #fff;
	color: #231f20;
	background-color: #fff;
	border:1px solid #999
}
.p-pagenation .dots {
	color:#999
}

.p-lineocr-top {
	display: block;
	position: relative;
	max-width: 600px;
	padding: 20px 30px 20px;
	margin: 0 auto;
	text-align: center;
}
.p-lineocr-top img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}
.p-sapcon-top {
	display: block;
	position: relative;
	top: -25px;
	max-width: 800px;
	padding: 15px 30px;
	margin: 0 auto;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 2px;
	text-align: center;
}
.p-sapcon-top img {
	max-width: 100%;
	width: 100%;
	height: auto;
	margin-bottom: 1.5em;
}
.p-2movies, .p-2movies * {
	box-sizing: border-box;
}
.p-2movies {
	margin-bottom: 60px;
}
.p-2movies__row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	max-width: 1800px;
	margin: 0 auto;
}
.p-2movies__col {
	width: 100%;
	max-width: 800px;
}
.p-2movies__title {
	padding-bottom: 0px;
	padding-top: 0px;
	margin-top: 15px;
	margin-bottom: 5px;
	color: #468037;
	text-align: center;
	font-size: 16px;
}
.p-2movies__note {
	width: 100%;
	text-align: center;
	margin: 1em auto;;
}
.p-2movies__frame-ratio {
	display: block;
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	height: 0;
}
.p-2movies__frame {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.p-2movies__frame > iframe {
	width: 100% !important;
	height: 100% !important;
}

@media (min-width: 735px) {
	.p-lineocr-top {
		padding: 0 30px 20px;
	}
	.p-sapcon-top {
		top: -80px;
	}
	.p-2movies__col {
		width: 50%;
		padding: 1em;
	}
	.p-2movies__title {
		font-size: 21px;
	}
}

.p-anchor {
	position: relative;
}
.p-anchor [id] {
	position: absolute;
	top: -80px;
}

