body {
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
	color:#111111;
	letter-spacing: 3px;
}

a {
	transition: 0.4s;
}

a:hover {
	transition: 0.4s;
	text-decoration: none;
}

.clear-fix { clear: both; }

.bg-image {
	z-index: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.text-bg-top {
	z-index: 0;
	height: 400px;
	text-align: center;
	position: relative;
}
.text-bg-top .caption {
	color: #fff;
	font-size: 30pt;
	line-height: 1.7;
	padding-top: 5em;
	padding-bottom: 5em;
	font-weight: bold;
}

.single-post .blog-content img {
	max-width: 100%;
	height: auto;
}
.single-post .blog-content a {
   word-break: break-all;
}

.content-none {
    text-align: center;
    font-size: 20px;
    padding: 80px 10px;
}
.content-none .error-number {
    font-size: 70px;
}
.content-none .content-none-btn {
    margin: 20px auto;
    text-align: center;
}

header {
	position: fixed;
	width: 100%;
	background-color: #fff;
	z-index: 100;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.15);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.15);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.15);
}

.container-header {
	max-width: 1440px;
	margin: auto;
}

header .top-menu {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

header .top-menu .top-left {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 15px;
}

header .top-menu .top-left .main-menu {
	margin-left: 15px;
}

header .top-menu .top-left .main-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

header .top-menu .top-left .main-menu ul li {
	display: inline-block;
}

header .top-menu .top-left .main-menu ul li a {
	display: block;
	padding: 10px 20px;
	color:#333333;
}

header .top-menu .top-right {

}

.contact-link {
	display: block;
	padding: 30px 30px;
	background-color: #007cba;
	color:#fff;
}

.contact-link:hover {
	color:#fff;
}

.section-top {
	height: 89vh;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-padding {
	padding: 80px 0;
	background-color: #fff;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.main-title {
	text-align: center;
	margin-bottom: 60px;
}

.main-title h2 {
	color:#333333;
	padding-bottom: 8px;
	border-bottom: 1px solid #007cba;
	display: inline-block;
	margin: 0;
}

.main-title p {
	margin-bottom: 0;
	margin-top: 20px;
	font-size: 17px;
}

.intro-row {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.intro-row .content-left {
	width: 50%;
	padding: 0 30px;
	padding-left: 160px;
}

.intro-row .img-right {
	width: 50%;
}

.intro-row .img-right img {
	width: 100%;
}

.intro-row .content-left h3 {
	color:#007cba;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.6em;
	margin-bottom: 15px;
}

.intro-row .content-left p {
	font-size: 18px;
	font-weight: 300;
	margin: 15px 0;
}

.more-btn {
	display: inline-block;
	padding: 12px 25px;
	padding-right: 40px;
	border-radius: 50px;
	border:2px solid #111;
	color:#111;
	font-size: 18px;
	font-weight: 500;
	margin-top: 15px;
	text-align: center;
	min-width: 240px;
	position: relative;
}

.more-btn i {
	position: absolute;
	right: 15px;
	top: 17px;
}

.more-btn:hover {
	background-color: #111;
	color:#fff;
}
.scroll-btn {
	display: inline-block;
	padding: 12px 20px;
	padding-right: 40px;
	border:2px solid #fff;
	color:#fff;
	font-size: 16px;
	font-weight: 500;
	margin-top: 15px;
	text-align: center;
	min-width: 220px;
	position: relative;
}

.scroll-btn i {
	position: absolute;
	right: 15px;
	top: 17px;
}

.scroll-btn:hover {
	background-color: #111;
	color:#fff;
}

.section-select-button {
    padding: 50px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.back-btn {
	padding: 12px 25px;
}

.cover-feature-box .feature-row {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.feature-box {
	display: block;
	color:#111;
	background-color: #fff;
	width: 30%;
	box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.0);
	-moz-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.0);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(119, 119, 119, 0.0);
}

.feature-box:hover {
	color:#111;
	box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.09);
	-webkit-box-shadow: 0px 0px 10px 8px rgba(0, 0, 0, 0.09);
}

.feature-box .feature-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.feature-box .feature-img:after {
	content: "";
	display: block;
	padding-bottom: 80%;
}

.feature-box .feature-content {
	padding: 15px;
	padding-bottom: 30px;
	background-color: #fff;
}

.feature-box .feature-content .feature-title {
	font-size: 20px;
	color:#004669;
	padding-bottom: 10px;
	border-bottom: 2px solid #004669;
	margin-bottom: 15px;
}

.feature-box .feature-content .feature-info {

}

.cover-center {
	text-align: center;
	margin-top: 60px;
}

.cover-gallery .gallery-box {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
	display: block;
}

.cover-gallery .gallery-box:after {
	content: "";
	display: block;
	padding-bottom: 80%;
}

.cover-gallery .gallery-box .gallery-tag {
	position: absolute;
	left: 0;
	top: 0;
	padding: 5px 10px;
	background-color: #004669;
	color:#fff;
	font-size: 20px;
}

.news-list .each-news {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	color: #111;
	padding: 15px 0;
	border-bottom: 1px dotted #ccc;
	font-size: 15px;
	letter-spacing: 2px;
}

.news-list .each-news .the-date {
	width: 15%;
}

.news-list .each-news .the-title {
	width: 85%;
}

.section-bottom {
	padding: 60px 0;
}

.section-bottom .contact-title {
	text-align: center;
	color:#fff;
	font-weight: 500;
	font-size: 20px;
}

.section-bottom .contact-sub-title {
	text-align: center;
	color:#fff;
	font-size: 18px;
	margin-top: 5px;
}

.contact-box {
	max-width: 90%;
	width: 600px;
	padding: 30px;
	background-color: #fff;
	margin: 60px auto;
	margin-bottom: 0;
	text-align: center;
}

.contact-box .phone-bar {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.contact-box .phone-bar .a-phone {
	font-size: 36px;
	color:#007cba;
	line-height: 1em;
	font-weight: 500;
}

.contact-box .phone-bar .a-phone i {
	transform: rotate(-45deg);
}

.contact-box .phone-bar .dailytime {
	font-size: 18px;
	font-weight: 500;
}

.contact-box .contact-btn {
	display: inline-block;
	padding: 10px 30px;
	background-color: #007cba;
	color:#fff;
	font-weight: 500;
	font-size: 20px;
	margin-top: 20px;
}

footer {
	padding-top: 60px;
	background-color: #111111;
	text-align: center;
}

.footer-logo {
	display: inline-block;
}

footer .footer-menu {
	margin: 45px 0;
}

footer .footer-menu ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

footer .footer-menu ul li {
	display: inline-block;
}

footer .footer-menu ul li a {
	color:#fff;
	padding: 5px 10px;
}

footer .copyright {
	text-align: center;
	font-size: 12px;
	color:#fff;
	padding-bottom: 10px;
}

.section-cover {
	height: 480px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.section-cover .cover-page-name {
	width: 480px;
	background-color: rgba(0,0,0,0.9);
	color:#fff;
	max-width: 90%;
	padding:45px 0px;
	text-align: center;
}

.section-cover .cover-page-name h1 {
	font-family: cursive;
	font-size: 700;
}

.section-cover .cover-page-name h2 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
}

.cover-table-company {
	max-width: 800px;
	margin: auto;
}

.cover-table-company table {
	width: 100%;
	letter-spacing: 3px;
}

.cover-table-company table tr td {
	padding: 15px;
	border-bottom: 1px solid #ccc;
	vertical-align: top;
	font-weight: 400;
}

.cover-table-company table tr td:first-child {
	text-align: left;
	font-weight: 500;
	color:#111111;
	width: 20%;
}

.section-moutain {
	padding: 100px 0;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.section-moutain .white-box {
	padding: 30px 30px;
	background-color: #fff;
	line-height: 1.6em;
	font-size: 18px;
}

.below-moutain {
	padding: 35px 0;
	position: relative;
	background-color: #fff;
}

.below-moutain .prop {
	position: absolute;
	max-width: 90%;
	width: 580px;
	right: 150px;
	bottom: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.below-moutain .prop .signature {
	width: 20%;
	padding-bottom: 10px;
}

.below-moutain .prop img {
	width: 80%;
}

.about-content img {
	width: 100%;
}

.section-timeline table {
	width: 100%;
}

.section-timeline table tr td {
	padding: 15px 30px;
	vertical-align: top;
}

.section-timeline table tr td:first-child {
	width: 18%;
	background-color: #f4f4f6;
}

.section-timeline table tr td.table-header {
	padding: 60px 0;
	text-align: center;
}

.section-timeline table tr td.table-header h3 {
	display: inline-block;
	padding-bottom: 5px;
	border-bottom: 1px solid #007cba;
	margin: 0;
}

.section-timeline table tr td.empty-col {
	padding: 80px 0;
}

.map-row {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.map-row .map-left {
	width: 70%;
	height: 320px;
}

.map-row .map-left iframe {
	width: 100%;
	height: 100%;
}

.map-row .map-right {
	width: 30%;
	padding: 25px;
	font-size: 18px;
}

.res-row-style1 {
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: right center;
	padding-top: 30px;
	margin-bottom: 60px;
}

.res-blue-box {
	padding: 45px;
	background-color: #f2f8fb;
}

.res-blue-box h3 {
	padding: 8px 10px;
	color:#fff;
	background-color: #007cba;
	display: inline-block;
	font-size: 22px;
	margin-bottom: 15px;
}

.res-blue-box .more-btn {
	font-size: 16px;
	padding: 5px 12px;
	padding-right: 35px;
	min-width: auto;
}

.res-blue-box .more-btn i {
	top: 10px;
	right: 8px;
}

.cover-res {
	margin-bottom: 60px;
}

.cover-res img {
	width: 100%;
}

.cover-res .res-content h3 {
	padding: 8px 10px;
	color:#fff;
	background-color: #007cba;
	display: inline-block;
	font-size: 22px;
	margin-bottom: 15px;
}	

.res-row-style2 {
	background-position: center left;
	margin-bottom: 0;
}

.section-fish-gallery {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.white-title h2,
.white-title p {
	color:#fff;
}

.white-title h2 {
	border-color:#fff;
}

.cover-fish-gallery {
	margin-bottom: 100px;
}

.cover-fish-gallery .ff-gallery {
	display: block;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 30px;
}

.cover-fish-gallery .ff-gallery:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.cover-fish-gallery .ff-gallery .fish-g-tag {
	position: absolute;
	padding: 5px 10px;
	background-color: #004669;
	color:#fff;
	bottom: 0;
	left: 0;
}

.cover-white-tag .white-tag-box {
	text-align: center;
	padding: 8px 0;
	border:2px solid #fff;
	color:#fff;
	margin-bottom: 15px;
}

.row-blue-box {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}

.row-blue-box .the-blue-box {
	border:2px solid #007cba;
	text-align: center;
	color:#007cba;
	padding: 15px;
	width: 30%;
	line-height: 2em;
}

.section-blue {
	padding: 60px 0;
	background-color: #f2f8fb;
}

.remove-margin {
	margin: 0;
}

.one-q {
	padding-bottom: 30px;
	padding-top: 10px;
	border-bottom: 1px dashed #333;
}

.one-q .q,
.one-q .a {
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.one-q .q .q-box,
.one-q .a .a-box {
	width: 5%;
	font-size: 40px;
	font-weight: bold;
}

.one-q .q .q-box {
	color:#007cba;
}

.one-q .a .a-box {
	color:#d95353;
}

.one-q .q span,
.one-q .a span {
	width: 90%;
	padding-top: 27px;
}

.one-q .q span {
	color:#007cba;
	font-size: 20px;
	font-weight: 500;
}

.one-q .a p {
	margin: 0;
	padding: 0;
}

.section-recruit {
	padding: 100px 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.recruit-box {
	padding: 45px 30px;
	border:1px solid #777777;
	margin-bottom: 60px;
}

.recruit-box table {
	width: 100%;
}

.recruit-box table tr td {
	padding: 15px;
	border-bottom: 1px dotted #ccc;
}

.recruit-box table tr td:first-child {
	font-weight: 500;
}

.below-table {
	text-align: center;
}

.below-table h3 {
	font-size: 20px;
}

.below-table .cover-center {
	margin-top: 30px;
}

.below-table .more-btn {
	background-color: #fff;
}

.below-table .more-btn:hover {
	color:#111;
}

.bc {
	padding: 15px 0;
}

.bc ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.bc ul li {
	display: inline-block;
	color:#111;
	font-weight: 300;
}

.bc ul li a {
	display: block;
	color:#007cba;
	border-bottom: 1px solid #007cba;
}

.section-news {
	padding-bottom: 100px;
}

.each-post {
	padding: 30px 0;
	border-bottom: 1px dotted #ccc;
}

.each-post .post-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.each-post .post-img:after {
	content: "";
	display: block;
	padding-bottom: 75%;
}

.each-post .post-content h2 {
	font-size: 20px;
	color:#111111;
}

.cate-bar {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin: 10px 0;
}

.cate-bar .the-cate {
	font-size: 12px;
	font-weight: 400;
	padding: 0px 5px;
	border:1px solid #007cba;
	margin-right: 10px;
	color:#007cba;
}

.cate-bar .the-date {
	font-size: 14px;
}

.each-post .post-content p {
	font-size: 16px;
	color:#111;
	height: calc(1.5em*4);
	overflow: hidden;
	margin: 0;
}

.feature-img-block {
	margin: 30px 0;
	text-align: center;
}

/* Contact form */
.oc-contact-form {
	max-width: 800px;
	margin: auto;
}

.oc-contact-form .oc-form-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.oc-contact-form .oc-form-row .oc-form-label {
	width: 30%;
	padding: 5px 15px;
	margin: 5px 0;
	padding-top: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.oc-contact-form .oc-form-row .oc-form-label .req {
	font-size: 12px;
	padding: 0 2px;
	background-color: #cc0000;
	color:#fff;
}

.oc-contact-form .oc-form-row .oc-form-label .none-req {
	font-size: 12px;
	padding: 0 2px;
	background-color: #006dd9;
	color:#fff;	
}

.oc-contact-form .oc-form-row .oc-form-input {
	width: 70%;
	padding: 15px;
}

.oc-contact-form .oc-form-row .oc-form-input select {
	padding: 10px;
	border:1px solid #ddd;
	width: 60%;
	background-color: #f9faf9;
}

.oc-contact-form .oc-form-row .oc-form-input input[type="text"],
.oc-contact-form .oc-form-row .oc-form-input input[type="email"],
.oc-contact-form .oc-form-row .oc-form-input textarea {
	width: 100%;
	padding: 10px 10px;
	background-color: #f9faf9;
	border:1px solid #ccc;
}

.oc-contact-form .oc-form-row .oc-form-input textarea {
	height: 160px;
}

.oc-contact-form .oc-form-row .oc-form-input.oc-form-select .oc-select {
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	padding: 5px 0;
	margin-right: 15px;
}

.oc-contact-form .oc-form-row .oc-form-input.oc-form-select input {
	width: 15px;
	height: 15px;
}

.oc-contact-form .oc-form-row .oc-form-input.oc-form-select label {
	margin: 0;
	margin-left: 5px;
	font-size: 14px;
}

.oc-contact-form .cover-check-box {
	text-align: center;
	padding: 30px 0;
}

.oc-contact-form .cover-button-center {
	margin: 0;
}

.oc-contact-form .oc-form-row .oc-form-multiple input[type="text"] {
	width: 40%;
	margin-right: 1%;
}

.oc-contact-form .oc-form-row .oc-form-short input[type="text"] {
	width: 60%;
}

.oc-contact-form .oc-form-row .oc-form-input .oc-check-group a {
	color:#0091ed;
	text-decoration: underline;
}

.oc-contact-form .oc-form-row .oc-form-check-group {
	padding-top: 30px;
}

.oc-contact-form .cover-button-center {
	text-align: center;
	margin-top: 60px;
}

.oc-contact-form .cover-button-center button {
	border:none;
	width: 160px;
}

.oc-contact-form .oc-form-row .oc-form-input .row-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.oc-contact-form .oc-form-row .oc-form-input .row-group .sp-left {
	width: 35%;
	margin-right: 10px;
}

.oc-contact-form .oc-form-row .oc-form-input .row-group .sp2-left {
	margin-right: 15px;
}

.oc-contact-form .cover-button-center button.submit-btn {
	transition: 0.4s;
	background-color: #fff;
	border:none;
	border:2px solid #111;
}

.oc-contact-form .cover-button-center button.submit-btn:hover {
	transition: 0.4s;
	background-color: #111;
}

/*BURGER ICON*/
.burger-icon {
	color:#333333;
	cursor: pointer;
	position: relative;
	width: 30px;
	height: 30px;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	float: right;
	display: none;
}

.burger-line { /* bar color */
	transition: 0.3s;
	width: 100%;
	height: 4px;
	background-color: #111;
	border-radius: 3px;
}

.burger-icon .burger-line:last-child {
	margin-bottom: 0;
}

.burger-line-1 {
	position: relative;
	top: 0;
}

.burger-line-3 {
	position: relative;
	bottom: 0;
}

.burger-icon.open .burger-line-1 {
	position: absolute;
	top: 50%;
	transform: translateY(-50%) rotate(-45deg);
}

.burger-icon.open .burger-line-2 {
	opacity: 0;
}

.burger-icon.open .burger-line-3 {
	position: absolute;
	bottom: 50%;
	transform: translateY(50%) rotate(45deg);
}

.burger-menu {
	z-index: 9999;
	display: none;
	position: fixed;
	width: 100%;
	left: auto;
	right: 0;
	padding: 0 15px;
	background-color: #fff;
}

.burger-menu ul {
	padding: 0;
	margin: 0;
	text-align: center;
	list-style-type: none;
}

.burger-menu ul li {
	display: block;
}

.burger-menu ul li a {
	display: block;
	color: #111;
	font-size: 1.4rem;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}

.burger-menu ul li:last-child a {
	border: none;
}
.burger-menu ul li:first-child a {
	border-top: 1px solid #eee;
}

.side-bar h2 {
	font-size: 22px;
	padding: 5px 10px;
	border-bottom: 1px solid #007cba;
}

.side-bar ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.side-bar ul li {
	display: block;
}

.side-bar ul li a {
	display: block;
	color:#1a1a1a;
	padding: 10px 0;
	font-size: 16px;
	border-bottom: 1px dotted #ccc;
	letter-spacing: 0;
}

.side-bar > ul > li > a:before {
	content: "› ";
	padding-left: 15px;
}

ul.sub-cate  {
	padding-left: 15px;
	display: none;
}

ul.sub-cate li a {
	padding: 5px;
	font-size: 16px;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
} 

.pagination span {
	background-color: #007cba;
	color:#fff;
	padding: 2px 4px;
}

.pagination a {
	color:#007cba;
	padding: 2px 4px;
}

.wrapp-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}

.wrapp-button a {
	display: block;
	color:#007cba;
}

.blog-content p {
	letter-spacing: 0;
}

.gallery-filter {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 30px;
}

.gallery-filter a {
	padding: 10px 15px;
	border:1px solid #007cba;
	color:#007cba;
	margin: 0 15px 15px 0;
}

.gallery-filter a:hover,
.gallery-filter a.current {
	background-color: #007cba;
	color:#fff;
}
.cs-box {
	color: #fff;
	margin-top: 50px;
}
.cs-box img {
	width:100%;
}

.section-privacy {
    padding: 100px 0;
}
.section-privacy h2 {
    font-size: 30px;
    color: #0362a8;
    margin: 30px 0;
}
.section-privacy h3 {
    font-size: 20px;
    padding: 15px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid #ccc;
}
.gray-box {
    padding: 30px;
    background-color: #f2f2f2;
}
.back-to-top {
	display: block;
	position: fixed;
	bottom: 25px;
	cursor: pointer;
	top:auto;
	right: 5%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 100%;
	background-color: rgba(0,124,186,0.8);
	color:#fff;
	z-index: 10;
}
/*zzzxxx*/

@media only screen and (max-width: 1250px) {

	header .top-menu .top-left .main-menu ul li a {
		padding: 10px;
		font-size: 17px;
		letter-spacing: 0;
	}

	header .top-menu .top-right .contact-link {
		padding: 30px 15px;
	}

	.below-moutain .prop {
		width: 480px;
		right: 15px;
	}

}

@media only screen and (max-width: 991px) {

	.main-menu {
		display: none;
	}

	.burger-icon {
		display: inline-flex;
	}

	header {
		padding: 15px;
	}

	header .top-menu .top-right .contact-link {
		display: none;
	}

	header .top-menu .top-left {
		padding-left: 0;
	}

	.intro-row .content-left {
		padding-left: 30px;
	}

	.intro-row .content-left h3 {
		font-size: 18px;
	}

	.intro-row .content-left p {
		font-size: 16px;
	}

	.cover-feature-box .feature-row {
		
	}

	.cover-feature-box .feature-row .feature-box {
		width: 48%;
		margin-bottom: 30px;
	}

	.section-moutain {
		padding-bottom: 240px;
	}

	.below-moutain .prop img {
		width: 240px;
	}

	.simple-content {
		padding: 15px 0;
	}

	.section-timeline table tr td:first-child {
		width: 28%;
	}

	.one-q .q .q-box, .one-q .a .a-box {
		width: 8%;
	}

	.recruit-box table tr td:first-child {
		width: 25%;
	}

	.res-blue-box {
		padding: 15px;
	}

	.cover-res .res-content h3 {
		font-size: 18px;
	}

	.cover-gallery .gallery-box .gallery-tag {
		font-size: 14px;
	}

	.oc-contact-form .oc-form-row .oc-form-label {
		width: 35%;
	}

	.oc-contact-form .oc-form-row .oc-form-input {
		width: 65%;
	}

}

@media only screen and (max-width: 767px) {

	.intro-row .content-left {
		order:2;
		width: 100%;
		padding: 30px;
	}

	.intro-row .img-right {
		width: 100%;
		order:1;
	}

	.cover-feature-box .feature-row {
		justify-content: center;
	}

	.cover-gallery .gallery-box {
		margin-bottom: 30px;
	}

	.news-list .each-news {
		flex-wrap: wrap;
	}

	.news-list .each-news .the-date {
		width: 100%;
	}

	.news-list .each-news .the-title {
		width: 100%;
	}

	.each-post .post-img {
		margin-right: 20px;
	}
	.each-post .post-img:after {
		padding-bottom: 60%;
	}
	.each-post .post-img.empty:after {
		padding-bottom: 10%;
	}

	.each-post .post-content {
		padding: 10px;
		margin: -40px 0 0 20px;
		background-color: #fff;
		box-shadow: 0 3px 7px -1px rgb(0 0 0 / 30%);
	}

	.cover-feature-box .feature-row .feature-box {
		width: 100%;
		max-width: 400px;
	}

	.contact-box .phone-bar {
		flex-wrap: wrap;
	}

	.contact-box .phone-bar .a-phone {
		width: 100%;
	}

	.section-timeline table tr td {
		padding: 10px 10px;
	}

	.map-row .map-left {
		width: 100%;
	}

	.map-row .map-right {
		width: 100%;
	}

	.map-row .map-left {
		height: 360px;
	}

	.oc-contact-form .oc-form-row .oc-form-label {
		width: 100%;
		justify-content: flex-start;
	}

	.oc-contact-form .oc-form-row .oc-form-label .req {
		margin-left: 5px;
	}

	.oc-contact-form .oc-form-row .oc-form-input {
		width: 100%;
	}

	.oc-contact-form .oc-form-row .oc-form-multiple input[type="text"] {
		width: 48%;
	}

	.one-q .q .q-box, .one-q .a .a-box {
		width: 10%;
	}

	.res-row-style1 {
		padding-top: 200px;
		background-position: center top;
		background-size: 100%;
	}

	.res-content {
		padding: 30px 0;
	}

	.m-order-1 {
		order: 1;
	}

	.m-order-2 {
		order: 2;
	}

	.row-blue-box .the-blue-box {
		width: 48%;
		margin-bottom: 30px;
	}
	.back-to-top {
		right: 10px;
	}
	

}

@media only screen and (max-width: 500px) {

	body {
		letter-spacing: 1px;
	}

	.section-top img {
		max-width: 100%;
		margin: auto;
	}

	.main-title h2 {
		font-size: 24px;
	}

	.main-title {
		margin-bottom: 30px;
	}

	.intro-row .content-left {
		padding: 15px;
	}

	.intro-row .content-left .more-btn {
		width: 100%;
		text-align: center;
	}

	.main-title p {
		font-size: 16px;
	}

	.contact-box .phone-bar .a-phone {
		font-size: 24px;
	}

	.contact-box .contact-btn {
		padding: 10px;
		font-size: 16px;
	}

	footer .footer-menu ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	footer .footer-menu ul li {
		width: 49%;
		text-align: left;
	}	

	.section-cover .cover-page-name {
		width: 100%;
		max-width: 100%;
	}

	.cover-table-company table tr td:first-child {
		width: 30%;
	}

	.cover-table-company table tr td {
		padding: 10px;
	}

	.section-moutain .white-box {
		padding: 15px;
		font-size: 16px;
	}

	.below-moutain .prop {
		width: 100%;
	}

	.below-moutain .prop .signature {
		width: 40%;
	}

	.below-moutain .prop img {
		width: 58%;
	}

	.section-moutain {
		padding-bottom: 90px;
	}

	.section-timeline table tr td {
		font-size: 14px;
		padding: 10px 5px;
		vertical-align: top;
	}

	.section-timeline table tr td:first-child {
		width: 35%;
	}

	.oc-contact-form .oc-form-row .oc-form-multiple input[type="text"] {
		width: 100%;
		margin-bottom: 15px;
	}

	.oc-contact-form .oc-form-row .oc-form-input .row-group .sp-left {
		width: 100%;
	}

	.oc-contact-form .oc-form-row .oc-form-input select {
		width: 100%;
	}

	.oc-contact-form .oc-form-row .row-group select {
		width: 60%;
	}

	.oc-contact-form .oc-check-group {
		font-size: 12px;
	}

	.one-q .q .q-box, .one-q .a .a-box {
		width: 15%;
	}

	.one-q .q {
		align-items: center;
	}

	.one-q .q span,
	.one-q .a span {
		width: 80%;
		margin-left: 5px;
		padding-top: 10px;
	}

	.recruit-box {
		padding: 10px;
	}

	.recruit-box table tr td {
		padding: 10px;
		vertical-align: top;
		font-size: 14px;
	}

	.recruit-box table tr td:first-child {
		width: 35%;
	}

	.section-cover .cover-page-name img {
		max-width: 90%;
		margin: auto;
	}

	.res-row-style1 {
		padding-top: 100px;
	}

	.row-blue-box .the-blue-box {
		width: 100%;
	}

	.section-padding {
		padding: 40px 0;
	}

}

