body {
	font-family:"游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: normal;
}

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

img {
	max-width: 100%;
}

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

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

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

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

.logo {
	display: block;
	width: 280px;
}

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

.contact-header {
	padding: 10px 15px;
	background-color: #0362a8;
	color:#fff;
	display: none;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-right: 20px;
}

.home .contact-header {
	display: inline-flex;
}

.contact-header .l {
	font-size: 30px;
	font-weight: bold;
}

.contact-header .r {
	padding: 0 10px;
	border-left: 1px solid #fff;
	text-align: center;
}

.contact-header .r a {
	color:#fff;
	display: inline-block;
	vertical-align: middle;
}

.contact-header .r i {
	font-size: 16px;
	display: inline-block;
	vertical-align: middle;
}

.contact-header .r span {
	font-size: 30px;
	font-weight: bold;
	display: block;
	font-family: 'Roboto';
	font-weight: 900;
	line-height: 1em;
}

.contact-header .r small {
	display: block;
	font-size: 10px;
	line-height: 1em;
	margin-bottom: 5px;
}

.gold-button {
	display: inline-block;
	padding: 4px 40px;
	background-image: url('../img/tel-back.png');
	background-repeat: repeat-x;
	background-size: 100% 100%;
	background-position: center;
	border:3px solid #fff;
	font-weight: bold;
	color:#000;
	font-size: 26px;
	margin-top: 5px;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 900;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.gold-button:hover {
	background-size: 100% 200%;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.40);
}

.contact-top-zone span {
	display: block;
	text-align: center;
	font-size: 12px;
}

.top-group {
	width: 77%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.section-top {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 700px;
	position: relative;
	padding: 30px 0;
}

.section-top-curve {
	height: 100px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.section-top-curve img {
	position: absolute;
	z-index: 2;
	left: 0;
	bottom: 0;
	width: 100%;
}

.middle-top-box {
	position: absolute;
	width: 100%;
	text-align: center;
	z-index: 3;
}

.middle-top-box img {
	display: block;
	margin: auto;
}

.section-intro {
	padding: 60px 0;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top center;
	min-height: 600px;
	background-color: #efefef;
}

.img-title {
	text-align: center;
	margin: 45px 0;
}

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

.one-ppl-box {
	padding: 15px 0px;
	background-color: #fff;
	border:2px solid #0362a8;
	border-radius: 15px;
	width: 30%;
	text-align: center;
	margin-bottom: 45px;
}

.one-ppl-box img {
	width: 200px;
}

.one-ppl-box h3 {
	margin: 0;
	padding: 15px 0;
	font-size: 26px;
	line-height: 1.4em;
	color:#0362a8;
}

.ppl-content {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 140px;
	text-align: center;
}

.just-blue-text {
	text-align: center;
}

.just-blue-text h2 {
	font-size: 28px;
	color:#0362a8;
	line-height: 1.4em;
	margin: 30px 0;
}

.blue-banner-box {
	padding: 30px;
	padding-top: 10px;
	background-color: #0362a8;
	border-radius: 15px;
	margin-bottom: 30px;
	margin-top: 60px;
}

.blue-top {
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.blue-top .b-t-l {
	width: 70%;
	text-align: right;
	padding-bottom: 30px;
}

.blue-top .b-t-r {
	width: 30%;
}

.blue-bottom .gold-button {
	position: relative;
	z-index: 2;
	font-size: 50px;
	display: block;
	text-align: center;
	padding: 20px 0;
	border-radius: 10px;
	margin-top: 0px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.65);
}

.blue-bottom .gold-button:hover {
	box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.65);
	-moz-box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.65);
	-webkit-box-shadow: 0px 0px 14px 6px rgba(0, 0, 0, 0.65);	
}

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

.section-slogan h2,
.contact-title h2 {
	font-size: 46px;
	line-height: 1.4em;
}

.section-slogan p {
	margin: 0;
	line-height: 1.8em;
	font-size: 18px;
}

.green-line {
	max-width: 200px;
	margin:30px auto;
	height: 10px;
	background-color: #c4e8d9;
}

.white-line {
	max-width: 200px;
	margin:30px auto;
	height: 10px;
	background-color: #fff;	
}

.section-green {
	padding: 50px 0;
	padding-top: 160px;
	background-image: url('../img/bg-green.jpg');
	background-repeat: repeat;
	background-size: 100%;
	background-position: center;
	border-bottom: 25px solid #357980;
}

.white-card {
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	background-color: #fff;
	margin-bottom: 60px;
}

.card-content {
	width: 70%;
}

.card-img {
	width: 30%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.card-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 0;
}

.card-title .g-card {
	padding: 10px 25px;
	background-color: #357980;
	color:#fff;
	font-size: 36px;
}

.card-title h3 {
	margin: 0;
	font-size: 30px;
	margin-left: 15px;
	color:#357980;
}

.card-content p {
	padding: 25px;
	margin: 0;
	font-size: 18px;
	min-height: 160px;
}

.section-white {
	padding: 50px 0;
	background-color: #fff;
}

.ribbon-title {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.ribbon-title h2 {
	font-size: 50px;
	margin: 0;
	color:#357980;
}

.ribbon-sub {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 100px;
}

.ribbon-sub h3 {
	font-size: 20px;
}

.price-box {
	background-color: #f2f2f2;
	border:2px solid #357980;
	border-radius: 10px;
	padding: 25px;
	margin-bottom: 60px;
}

.price-title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.price-title .price-t {
	font-size: 30px;
	background-color: #0362a8;
	color:#fff;
	padding: 0px 30px;
}

.price-sub {
	color: #357980;
	margin: 10px 0;
	font-size: 18px;
}

.price-title h3 {
	margin: 0;
	font-size: 30px;
	color:#357980;
	margin-left: 15px;
}

.price-content-box p {
	word-break: break-all;
	font-size: 18px;
	height: 126px;
	overflow: auto;
}

.price-bar {
	background-color: #fff;
	border: 2px solid #0362a8;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.price-bar .pp-one {
	width: 50%;
	color:#0362a8;
	font-size: 20px;
}

.price-bar .pp-one span {
	font-size: 30px;
	color:#c1272d;
	line-height: 1em;
}

.section-blue {
	padding: 50px 0;
	background-image: url('../img/bg-blue.jpg');
	background-repeat: repeat;
	background-size: 100%;
	background-position: center;
	border-bottom: 20px solid #0362a8;
}

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

.blue-title h2 {
	font-size: 40px;
	color:#0362a8;
	margin-bottom: 30px;
}

.blue-line {
	background-color: #0362a8;
	height: 10px;
	width: 160px;
	margin:auto;
}

.b-c-row {
	display: flex;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.bc-box {
	width: 28%;
	background-color: #fff;
	border:2px solid #0362a8;
	margin-bottom: 45px;
}

.b-c-title {
	padding: 10px;
	background-color: #0362a8;
	color:#fff;
	text-align: center;
	font-size: 18px;
}

.b-c-content {
	padding: 25px;
}

.b-c-icon-title {
	text-align: center;
	font-size: 30px;
	color:#0362a8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.b-c-icon-title img {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}

.b-c-icon-title span {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	line-height: 1.2em;
	font-size: 20px;
	margin-left: 5px;
}

.b-c-content p {
	padding-top: 30px;
	margin: 0;
	font-size: 16px;
}

.bc-arrow {
	width: 5%;
	text-align: center;
	font-size: 60px;
	color:#0362a8;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-gray {
	padding: 50px 0;
	background-color: #e6e6e6;
}

.qa-box {
	padding: 15px;
	background-image: url('../img/bg-qa.jpg');
	background-repeat: repeat;
	background-position: center;
	background-size: initial;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.14);
	margin-bottom: 30px;
}

.qq,.aa {
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.qa-box .qq {
	font-size: 30px;
	padding: 5px 0;
	border-bottom: 2px solid #0362a8;
}

.qa-box .aa {
	font-size: 20px;
	padding: 15px 0;
	padding-left: 30px;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
}

.qa-box .aa span {
	display: block;
}

.qa-box .aa span.content-a {
	padding-top: 15px;
}

.qa-box .big-a,
.qa-box .big-q {
	font-size: 36px;
	margin-right: 10px;
	font-weight: bold;
}

.qa-box .big-q {
	color:#0362a8;
}

.qa-box .big-a {
	color:#489f80;
}

.img-map img {
	width: 100%;
}

.img-map {
	max-width: 800px;
	margin: auto;
}

.blue-large-banner {
	background-image: url('../img/bg-blue-2.png');
	background-repeat: repeat;
	background-size: initial;
	background-position: center;
	padding: 15px 0;
	padding-bottom: 0;
}

.bl-row {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}

.bl-l {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	width: 70%
}

.bl-r {
	position: relative;
	width: 30%;
}

.bl-r img {
	position: absolute;
	bottom: 0;
	width: 300px;
}

.inner-l {
	width: 50%;
	text-align: right;
	font-size: 30px;
	line-height: 1em;
}

.inner-r {
	width: 50%;
}

.inner-bottom {
	width: 100%;
	text-align: center;
}

.inner-bottom p {
	font-size: 24px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
	text-align: center;
}

.contact-title {
	text-align: center;
}

.contact-title h2 {
	color:#fff;
}

.section-contact {
	padding: 50px 0;
	background-color: #0362a8;
}

.contact-box {
	padding: 25px;
	background-color: #fff;
	border-radius: 10px;
	max-width: 600px;
	margin:auto;
	margin-top: 100px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}

.fc-group label {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin: 0;
	margin-bottom: 10px;
}

.contact-box .req {
	font-size: 12px;
	color:#fff;
	background-color: #cc0000;
	padding: 5px 8px;
}

.fc-group {
	margin-bottom: 15px;
}

.fc-group input[type="text"],
.fc-group textarea {
	width: 100%;
	padding: 8px;
	background-color: #f2f2f2;
	border:1px solid #ccc;
	border-radius: 5px;
}

.fc-group textarea {
	height: 200px;
}

.fc-group .rad-group {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.fc-group .rad-group label {
	display: inline-block;
	margin: 0;
	font-weight: normal;
}

.fc-group .rad-group .one-rad {
	display: block;
	margin-right: 15px;
}

.agree-content {
	padding: 15px;
	height: 200px;
	overflow: auto;
	border:1px solid #ccc;
}

.agree-content h3 {
	font-size: 24px;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.fc-group .gold-button {
	transition: 0.3s;
	width: 100%;
	font-size: 36px;
	padding: 15px;
	border-radius: 10px;
}

footer {
	border-top: 20px solid #111;
	padding: 15px 0;
	background-image: url('../img/bg-footer.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.footer-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer-left {
	color:#fff;
	text-align: center;
}

.footer-left a {
	color:#fff;
	display: block;
}

.footer-tel {
	font-size: 26px;
}

.footer-left {
	width: 25%;
	border-right: 1px solid #fff;
	text-align: center;
}

.footer-right {
	width: 75%;
	padding: 0 25px;
}

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

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

.footer-menu ul li a {
	display: block;
	color:#fff;
	font-size: 20px;
	padding: 0 10px;
	border-right: 1px solid #fff;
}
.footer-lastword a {
	color:#fff;
}

.footer-menu ul li:last-child a {
	border:none;
}

.footer-lastword {
	text-align: right;
	color:#fff;
}

.copyright {
	text-align: center;
	color:#fff;
}

.section-cover {
	background-image: url('../img/cover-all.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 240px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.section-cover h1 {
	color:#fff;
	font-size: 48px;
	text-shadow: 3px 3px 8px rgba(0,0,0,0.77);
}

.about-table {
	margin-top: 100px;
}

.about-table table {
	width: 100%;
}

.about-table table tr {
	background-color: #fcfcfc;
}

.about-table table tr td {
	padding: 15px;
	color:#1a1a1a;
	vertical-align: top;
}

.about-table table tr td span {
	border-left: 8px solid #0362a8;
	padding: 8px;
}

.about-table table tr:nth-child(even) {
	background-color: #f2f2f2;
}

.section-deep-blue {
	padding: 50px 0;
	background-color: #0362a8;
}

.sample-content p {
	margin: 0;
	padding: 0;
	font-size: 16px;
}

.signature {
	text-align: right;
	font-size: 30px;
}

.main-title {
	text-align: center;
}

.main-title h2 {
	font-size: 46px;
	line-height: 1.4em;	
}

.main-title .the-line {
	background-color: #eee;
	height: 10px;
	width: 160px;
	margin:auto;	
}

.green-title h2 {
	color:#357980;
}

.green-title .the-line {
	background-color: #357980;
}

.set-section {
	padding: 100px 0;
	border: none;
}

.white-table {
	max-width: 800px;
	margin:auto;
	margin-top: 100px;
	padding: 25px;
	background-color: #fff;
}

.white-table table {
	width: 100%;
	background-color: #fff;
}

.white-table table tr td {
	padding: 10px 15px;
	vertical-align: top;
}

.white-table table tr td:first-child {
	color:#357980;
	width: 18%;
	border-right: 1px solid #111;
}

.inner-wide {
	width: 100%;
}

.inner-wide span {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
}

.set-left {
	display: block;
	text-align: left;
}

.inner-bottom p.set-position-1 {
	display: block;
}

.inner-sp-bottom {
	max-width: 600px;
	margin-bottom: 30px;
}

.bl-l-set-left {
	justify-content: flex-start;
}

.inner-sp-bottom .gold-button {
	width: 100%;
	padding: 15px;
	font-size: 36px;
	border-radius: 10px;
}

img.big-man {
	width: 400px;
	position: absolute;
	right: 0;
	bottom: 0;
}

.main-menu {
	width: 60%;
}

.home .main-menu {
	display: none;
}

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

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

.main-menu ul li a {
	color:#111;
	font-size: 18px;
	padding: 0 15px;
	border-right: 1px solid #111;
}

.main-menu ul li:last-child a {
	border:none;
}

.section-privacy {
	padding: 100px 0;
}

.section-privacy p {
	margin: 0;
	margin: 15px 0;
	padding-bottom: 15px;
}

.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;
}

.section-privacy .gray-box h2 {
	margin: 0;
	padding: 0;
	padding-bottom: 15px;
	border-bottom: 1px solid #111;
}

.section-privacy .gray-box p {
	padding: 0;
	margin: 0;
	margin-top: 15px;
}

.section-work {
	padding: 100px 0;
	background-color: #fff;
}

.work-p p {
	margin: 0;
	padding: 0;
	text-align: center;
	margin-bottom: 100px;
}

.one-work {
	display: block;
	color:#111;
	margin-bottom: 30px;
}

.work-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.work-img:after {
	content: "";
	display: block;
	padding-bottom: 70%;
}

.work-tag {
	font-size: 14px;
	color:#fff;
	background-color: #111;
	padding: 3px 5px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.work-content {
	height: 109px;
	overflow: hidden;
	padding: 10px;
	background-color: #f2f2f2;
}

.work-content p {
	margin: 0;
	padding: 0;
	height: 70px;
	overflow: hidden;
}

.the-cate {
	color:#0362a8;
}

.section-single-work {
	padding: 100px 0;
	background-color: #fff;
}

.section-single-work h1 {
	color:#489f80;
	font-size: 36px;
}

.single-date {
	font-size: 14px;
	padding: 3px 5px;
	background-color: #489f80;
	color:#fff;
	display: inline-block;
}

.single-work-title {
	padding-bottom: 15px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
}

.gallery-img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.gallery-img:after {
	content: "";
	display: block;
	padding-bottom: 50%;
}

.gallery-top {
	margin-bottom: 15px;
}

.single-work-content {
	padding: 15px 0;
	/* padding-bottom: 60px; */
}

.single-work-content p {
	word-break: break-all;
}

.news-img {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: #ccc;
}

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

.section-news-list {
	padding: 100px 0;
	background-color: #fff;
}

.each-news h3 {
	color:#0362a8;
	font-size: 22px;
}

.the-date {
	font-size: 14px;
	color:#fff;
	padding: 1px 5px;
	background-color: #0362a8;
	display: inline-block;
	margin: 0;
}

.each-news p {
	padding: 15px 0;
	margin: 0;
	font-size: 17px;
	color:#111;
	max-height: 90px;
	overflow: hidden;
}

.read-more {
	font-size: 18px;
	color:#489f80;
}

.each-news {
	padding: 15px 0;
	border-bottom: 1px solid #ccc;
}

.news-body .each-news:last-child {
	border:none;
}

.side-bar h2 {
	font-size: 22px;
	padding: 5px 10px;
	border-left: 8px solid #0362a8;
}

.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: 18px;
	border-bottom: 1px solid #c1e5d8;
}

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

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

.news-tabs {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 5px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
}

.single-news-page h1 {
	font-size: 36px;
	color:#0362a8;
}

.single-news-page .content-part a {
	word-break: break-all;
}

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

.rec-title {
	margin-bottom: 100px;
}

.rec-box h3 {
	text-align: center;
	font-size: 24px;
	color:#0362a8;
	font-weight: bold;
	margin-bottom: 15px;
}

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

.rec-img:after {
	content: "";
	display: block;
	padding-bottom: 55%;
}

.rec-box p {
	padding: 15px 0;
	margin: 0;
}

.rec-box .gold-button {
	width: 100%;
	border-radius: 12px;
	border:3px solid #fff;
	text-align: center;
	padding: 10px 0;
}

.cover-recbox {
	margin-top: 100px;
}

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

.rec-col-box {
	width: 28%;
}

.rec-arrow-col {
	width: 2%;
	text-align: center;
	font-size: 40px;
	color:#357980;
	display: flex;
	align-items: center;
	justify-content: center;
}

.table-green table tr td span {
	border-color: #357980;
}

.under-table {
	margin: 60px 0;
	text-align: center;
}

.cover-big-gold-button {
	max-width: 800px;
	margin:auto;
}

.cover-big-gold-button .gold-button {
	width: 100%;
	padding: 30px 0;
	font-size: 48px;
	text-align: center;
	border-radius: 8px;
}

.sub-p {
	margin: 0;
	margin-top: 30px;
}

.service-box {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	z-index: 1;
}

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

.in-service {
	width: 100%;
	padding: 5px;
	background-color: #e6e6e6;
	color:#0362a8;
	text-align: center;
	font-size: 26px;
	margin-bottom: 30px;
}

.blue-top .b-t-l.re-left {
	text-align: left;
	padding-top: 30px;
	padding-left: 30px;
}

.cover-service-qa {
	margin-top: 100px;
}

.service-qa {
	padding: 25px;
	padding-left: 0;
	background-color: #fff;
	margin-bottom: 30px;
}

.s-qq {
	font-size: 32px;
	color:#357980;
	position: relative;
	padding-left: 30px;
	margin-bottom: 15px;
}

.s-qq span {
	width: 20px;
	height: 40px;
	position: absolute;
	left: -5px;
	top: 4px;
	background-color: #357980;
}

.s-aa {
	padding-left: 45px;
	font-size: 18px;
}

.top-blue-box {
	padding: 25px;
	background-color: #0362a8;
	border-radius: 15px;
	max-width: 560px;
	margin:auto;
	box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.40);
	-moz-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.40);
	-webkit-box-shadow: 0px 0px 10px 4px rgba(0, 0, 0, 0.40);
}

.top-blue-box .gold-button {
	border-radius: 10px;
	padding: 20px 10px;
	font-size: 36px;
	margin-top: 20px;
	border:3px solid #fff;
}

.top-blue-box .gold-button span {
	margin-bottom: 10px;
	display: block;
}
.top-blue-box .gold-button span:nth-child(2)>span {
	display: inline;
}
.top-blue-box span.front-gold.stroke {
	
	font-weight: bold;
	font-size: 54px;
}

.show-mobile {
	display: none;
}

.burger-center {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	color:#111;
	margin-top: 15px;
}

.burger-center span {
	width: 100%;
	font-size: 12px;
}

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

.wrapp-button a,
.wrapp-button div {
	display: block;
	color:#0362a8;
	font-size: 18px;
	width: 33%;
}

.wrapp-button a.mid-wrap {
	text-align: center;
}

.wrapp-button a:last-child {
	text-align: right;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination a,
.pagination span {
	display: block;
	font-size: 18px;
	padding: 5px 10px;
	color:#0362a8;
}

.pagination span {
	color:#fff;
	background-color: #0362a8;
}

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

.margin-box {
	margin: 30px 0;
}
.sp-only {
	display: none;
}
.pc-only {
	display: block;
}

.section-single-work .swiper-slide  {
	border: 1px solid #ddd;
}
.flooting-section p.line-link-pc {
	display: block;
    position: fixed;
    bottom: 156px;
    left: 0;
    width: 75px;
    z-index: 999;
}
ul.footing-sp {
    display: none;
}

.author-top {
	padding-top: 50px;
}
.author-name {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 0;
}
.en-author-name {
	font-size: 18px;
	color: #0A4B8B;
}
.sns-link img {
	width: 60px;
}
.sns-link img.facebook {
	width: 40px;
	margin: 0 10px;
}
.table th, .table td{
	border: none;
}
.table td, .table th{
	border: none;
}
.repeater-table {
	max-width: 850px;
	margin: 0 auto;
}
.repeater-table .title {
	font-size: 27px;
	font-weight: bold;
	border-bottom: 3px solid #D9D9D9;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.repeater-table .title:before {
	content: "";
	position: absolute;
	left: 0;
	width: 50px;
	border-bottom: 3px solid #004B8B;
	bottom: -3px;
}
.author-section-top {
	margin-bottom: 40px;
}
.chronology li {
	padding: 0.75em 0;
}
.container .repeater-table {
	padding-bottom: 40px;
}

.author-post {
	color: black;
}
.cat-box {
	margin-left: 0;
	margin-right: 0;
	display: flex;
}
.cat-box div {
	margin-bottom: 10px;
	margin-right: 10px;
}
.cat-box span {
	font-size: 11px;
	color: white;
	background-color: #3F9575;
	padding: 2px 8px;
}
.author-post p.author-post-title {
	font-weight: bold;
	margin-bottom: 0;
}
.author-post-date {
	font-size: 12px;
}
li.author-post {
	list-style: none;
}
.author-post-left {
	width: 160px;
    /* height: 90px; */
    /* background-color: #BCB8B8; */
    text-align: center;
	/* border: 1px solid #BCB8B8; */
	/* margin-right: 10px; */
}
.author-post-left img {
	/* height: 100%; */
}
td.h-table {
	width: 20%;
}
td.c-table {
	width: 80%;
}
.d-flex.author-post {
	column-gap: 10px;
}
.front-gold i.fas.fa-phone-alt {
	font-size: 33px;
	padding-right: 15px;
	vertical-align: 6px;
}
.img-tel.wow.fadeIn {
	position: relative;
}
.img-tel.wow.fadeIn figcaption {
	position: absolute;
	color: black;
	font-size: 80px;
	top: 115px;
	left: 120px;
	font-weight: bold;
	-webkit-text-stroke: 2px white;
}
.img-tel.wow.fadeIn figcaption i.fas.fa-phone-alt {
	font-size: 60px;
	padding-right: 10px;
	vertical-align: 5px;
}

a.top-bottom-tel {
	color: black;
	font-size: 78px;
	font-weight: bold;
	-webkit-text-stroke: 2px white;
}
a.top-bottom-tel i.fas.fa-phone-alt {
	font-size: 50px;
	padding-right: 10px;
	vertical-align: 5px;
}
a.bottom-tel {
	color: black;
	font-size: 60px;
	font-weight: bold;
	-webkit-text-stroke: 2px white;
}
a.bottom-tel i.fas.fa-phone-alt{
	font-size: 40px;
	padding-right: 10px;
	vertical-align: 5px;
}
a.bottom-tel.service {
	display: block;
	color: black;
	font-size: 70px;
	font-weight: bold;
	-webkit-text-stroke: 2px white;
}
a.bottom-tel.service i.fas.fa-phone-alt{
	font-size: 48px;
}

/*zzxx*/

@media only screen and (max-width: 1250px) {
  
	.contact-header .l {
		font-size: 24px;
	}

	.logo {
		width: 200px;
	}

	.inner-wide span {
		font-size: 20px;
	}

	.blue-large-banner img.big-man {
		position: relative;
	}

	.main-menu {
		width: 70%;
	}
}

@media only screen and (max-width: 1200px) {
	.img-tel.wow.fadeIn figcaption {
		font-size: 70px;
		top: 90px;
		left: 100px;
	}
	.img-tel.wow.fadeIn figcaption i.fas.fa-phone-alt {
		font-size: 47px;
	}
	a.bottom-tel {
		font-size: 48px;
	}
	a.bottom-tel i.fas.fa-phone-alt{
		font-size: 32px;
	}
	
}

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

	.contact-header {
		display: none;
	}

	.top-group {
		display: none;
	}

	.burger-icon {
		display: flex;
	}

}

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

	.one-ppl-box {
		width: 48%;
	}

	.blue-bottom .gold-button {
		font-size: 36px;
	}

	.ribbon-title h2 {
		font-size: 30px;
	}

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

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

	.price-box img {
		width: 100%;
	}

	.price-title {
		margin: 15px 0;
	}

	.bc-box {
		width: 100%;
		margin: 0;
	}

	.bc-arrow {
		width: 100%;
	}

	.hide-mobile {
		display: none;
	}

	.show-mobile {
		display: block;
	}

	.qa-box .qq {
		font-size: 20px;
	}

	.inner-l {
		font-size: 20px;
	}

	.footer-row {
		flex-wrap: wrap;
	}

	.footer-left,
	.footer-right {
		width: 100%;
		border: none;
		text-align: center;
	}

	.footer-menu ul {
		text-align: center;
	}

	.footer-lastword {
		text-align: center;
		margin: 15px 0;
	}

	.about-table table tr td {
		padding: 5px;
	}

	.about-table table tr td:first-child {
		width: 38%;
	}

	.sample-content img {
		width: 100%;
		margin-bottom: 15px;
	}

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

	.side-bar {
		margin-top: 30px;
		border-top: 1px solid #ccc;
		padding-top: 30px;
	}

	.bl-l {
		width: 100%;
		padding: 15px;
	}

	.bl-r {
		width: 100%;
	}

	.bl-row {
		flex-wrap: wrap;
	}

	.blue-large-banner img.big-man {
		position: relative;
		display: block;
		margin:auto;
	}

	.inner-sp-bottom .gold-button {
		width: 100%;
	}

	.inner-sp-bottom {
		max-width: 100%;
	}
	.img-tel.wow.fadeIn figcaption {
		font-size: 50px;
		top: 75px;
		left: 70px;
	}
	.img-tel.wow.fadeIn figcaption i.fas.fa-phone-alt {
		font-size: 38px;
	}
	a.top-bottom-tel {
		font-size: 72px;
		/* padding-left: 270px; */
	}
	a.top-bottom-tel i.fas.fa-phone-alt {
		font-size: 25px;
	}
	a.bottom-tel {
		font-size: 70px;
		text-align: center;
	}
	a.bottom-tel i.fas.fa-phone-alt{
		font-size: 48px;
	}
	a.bottom-tel.service {
		
		font-size: 52px;
	}
	a.bottom-tel.service i.fas.fa-phone-alt{
		font-size: 34px;
	}

}
/*991*/


@media only screen and (max-width: 767px) {
	.b-c-content {
		padding: 10px;
	}
	.b-c-content p {
		padding-top: 20px;
	}
	.price-box {
		padding: 10px;
	}
	.middle-top-box img {
		max-width: 510px;
	}
	.section-single-work {
		padding:20px 0;
	}
	.section-cover {
		height: 140px;
	}
	.section-single-work h1 {
		font-size: 24px;
	}

	.top-blue-box {
		max-width: 90%;
		margin:auto;
		margin-top: 20px;
	}

	.top-blue-box .gold-button {
		font-size: 22px;
	}

	.one-ppl-box {
		width: 48%;
	}
	.one-ppl-box h3 {
		font-size: 18px;
	}
	.ppl-content {
		height: 60px;
	}

	.blue-bottom .gold-button {
		font-size: 24px;
	}

	.white-card {
		flex-wrap: wrap;
	}

	.card-img {
		width: 100%;
		height: 220px;
		order:1;
	}

	.card-content {
		width: 100%;
		order:2;
	}

	.ribbon-title .t-left,
	.ribbon-title .t-right {
		width: 30px;
	}

	.price-title .price-t {
		padding: 0 5px;
	}

	.price-bar .pp-one {
		font-size: 16px;
	}

	.price-bar .pp-one span {
		font-size: 24px;
	}

	.price-content-box p {
		height: auto;
	}

	.inner-l {
		width: 100%;
	}

	.inner-r {
		width: 100%;
	}

	.bl-row {
		overflow: hidden;
	}

	.bl-r img {
		width: 200px;
		max-width: none;
		z-index: 1;
		position: relative;
		margin:auto;
		text-align: center;
		display: block;
	}

	.blue-large-banner .container {
		padding: 0;
	}

	.fc-group input[type="file"] {
		width: 100%;
	}

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

	.footer-menu ul li {
		width: 50%;
	}

	.footer-menu ul li a {
		border:none;
		font-size: 16px;
	}

	.about-table table tr td span {
		display: block;
	}

	.rec-col-box {
		width: 100%;
	}

	.rec-row {
		flex-wrap: wrap;
	}

	.rec-arrow-col {
		width: 100%;
		text-align: center;
		padding: 45px 0;
	}

	.cover-big-gold-button .gold-button {
		font-size: 24px;
	}

	.s-qq {
		font-size: 24px;
	}
	.pc-only {
		display: none;
	}
	.sp-only {
		display: block;
	}
	.section-green {
		padding-top: 60px;
	}
	.contact-box {
		margin-top:20px;
	}
	.section-white {
		padding:20px 0;
	}
	.one-ppl-box {
		margin-bottom: 15px;
	}
	.section-news-list {
		padding: 30px 0;
	}
	.single-news-page h1 {
		font-size: 28px;
	}
	.flooting-section p.line-link-pc {
		display: none;
	}
	ul.footing-sp {
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		padding: 6px 0;
		padding-left: 1%;
		width: 100%;
		z-index: 100;
		background:#357980;
		box-shadow: 0px 0px 13px -3px #000000;
		letter-spacing: -.4em;
		text-align: center;
		margin-bottom: 0;
	}
	ul.footing-sp li.footing-line,
	ul.footing-sp li.footing-tel {
		width: 48%;
	}
	ul.footing-sp li.footing-line img, ul.footing li.footing-tel img {
		width: 100%;
	}
	ul.footing-sp li {
		display: inline-block;
		letter-spacing: normal;
		margin-right: 1%;
	}
	.img-tel.wow.fadeIn figcaption {
		font-size: 36px;
		top: 54px;
		left: 32px;
		-webkit-text-stroke: 1px white;
	}
	.img-tel.wow.fadeIn figcaption i.fas.fa-phone-alt {
		font-size: 29px;
	}
	a.top-bottom-tel {
		color: black;
		font-size: 61px;
		/* padding-left: 270px; */
	}
	a.top-bottom-tel i.fas.fa-phone-alt {
		font-size: 38px;
	}
	.saitan-red {
		margin:0 auto;
	}
	a.bottom-tel {
		padding-left: unset;
		font-size: 61px;

	}
	a.bottom-tel i.fas.fa-phone-alt {
		font-size: 34px;
	}
	a.bottom-tel.service {
		font-size: 33px;
	}
	a.bottom-tel.service i.fas.fa-phone-alt{
		font-size: 22px;
	}
	.top-blue-box span.front-gold.stroke {
		font-size: 44px;
	}
	.middle-top-box.wow.fadeIn.sp-only div.div-relative {
		position: relative;
		max-width: 510px;
		margin:0 auto;
	}

	.middle-top-box.wow.fadeIn.sp-only figcaption {
		position: absolute;
		font-size: 54px;
		font-weight: bold;
		bottom:38px;
		left: 50%;
		transform: translateX(-50%);	  
		width: fit-content;
		color: black;
		white-space: nowrap
		/* -webkit-text-stroke: 2px white; */
	}
	.middle-top-box.wow.fadeIn.sp-only i.fas.fa-phone-alt {
		font-size: 32px;
		padding-right: 5px;
		vertical-align: 8px;
	}
	.bread-crumbs .bc-item {
		white-space: normal;
	}
	

}
/*767*/


@media only screen and (max-width: 480px) {
	.middle-top-box img {
		width: 90%;;
	}

	.top-blue-box .gold-button {
		font-size: 16px;
	}

	.section-top {
		height: 540px;
	}

	.one-ppl-box h3 {
		font-size: 16px;
	}

	.just-blue-text h2 {
		font-size: 20px;
	}

	.blue-top {
		flex-wrap: wrap;
	}

	.blue-top .b-t-l {
		width: 100%;
		order:2;
	}

	.blue-bottom .gold-button {
		font-size: 14px;
	}

	.section-slogan h2, .contact-title h2 {
		font-size: 26px;
	}

	.card-title .g-card {
		padding: 8px;
		font-size: 18px;
	}

	.card-title h3 {
		font-size: 18px;
	}

	.card-content p {
		font-size: 16px;
		padding: 10px;
	}

	.ribbon-title h2 {
		font-size: 20px;
	}

	.ribbon-sub h3 {
		font-size: 16px;
	}

	.price-title .price-t {
		font-size: 18px;
	}

	.price-title h3 {
		font-size: 18px;
	}

	.price-content-box p {
		font-size: 16px;
	}

	.price-bar .pp-one {
		width: 100%;
		font-size: 14px;
	}

	.price-bar {
		flex-wrap: wrap;
	}

	.blue-top .b-t-r {
		width: 100%;
		order:1;
	}

	.blue-title h2 {
		font-size: 30px;
	}

	.qa-box .qq,
	.qa-box .aa {
		font-size: 16px;
	}

	.qa-box .aa {
		padding-left: 0;
	}

	.fc-group .gold-button {
		font-size: 18px;
	}

	.agree-content h3 {
		font-size: 18px;
	}
	.agree-content h4 {
		font-size: 1.2rem;
	}

	.section-cover h1 {
		font-size: 28px;
	}

	.each-news h3 {
		margin: 10px 0;
	}
	.cat-box span {
		padding: 2px 8px;
	}
	.author-post-left {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 1;
	}
	.author-post-right {
		flex: 2;
	}
	.author-post-ul {
		padding:0 25px;
	}
	td.h-table {
		display: block;
		padding-bottom: 0;
		width: unset;
	}
	td.c-table {
		display: block;
		padding-top: 0;
		width: unset;
	}
	.author-top {
		padding-top: 20px;
	}
	.img-tel.wow.fadeIn figcaption {
		font-size: 26px;
		top: 36px;
		left: 28px;
	}
	.img-tel.wow.fadeIn figcaption i.fas.fa-phone-alt {
		font-size: 18px;
	}
	a.top-bottom-tel {
		padding-left: unset;
		font-size: 38px;

	}
	a.top-bottom-tel i.fas.fa-phone-alt {
		font-size: 25px;
	}
	a.bottom-tel {
		padding-left: unset;
		font-size: 30px;
		-webkit-text-stroke: 1px white;

	}
	a.bottom-tel i.fas.fa-phone-alt {
		font-size: 20px;
	}
	a.bottom-tel.service {
		font-size: 36px;
	}
	a.bottom-tel.service i.fas.fa-phone-alt{
		font-size: 22px;
	}
	.middle-top-box.wow.fadeIn.sp-only figcaption {
		font-size: 30px;
		bottom:42px;
		left: 50%;
		transform: translateX(-50%);	  
		width: fit-content;
		white-space: nowrap
	}
	.middle-top-box.wow.fadeIn.sp-only i.fas.fa-phone-alt {
		font-size: 21px;
		padding-right: 10px;
		vertical-align: 3px;
	}
	.blue-top .b-t-l.re-left {
		text-align: center;
		padding-left: 0;
	}
	.inner-sp-bottom .gold-button {
		font-size: 30px;
	}
	
}
@media only screen and (max-width: 380px) { 
	a.bottom-tel.service {
		font-size: 30px;
	}
	a.bottom-tel.service i.fas.fa-phone-alt{
		font-size: 20px;
	}
	.middle-top-box.wow.fadeIn.sp-only figcaption {
		font-size: 26px;
		bottom:33px;
		width: 100%;
		left: 50%;
		transform: translateX(-50%);
		width: fit-content;
		white-space: nowrap
	}
	.middle-top-box.wow.fadeIn.sp-only i.fas.fa-phone-alt {
		font-size: 19px;
		padding-right: 8px;
		vertical-align: 3px;
	}
	a.top-bottom-tel {
		padding-left: unset;
		font-size: 30px;
	}
}	

@media only screen and (max-width: 360px) {
	.middle-top-box.wow.fadeIn.sp-only figcaption {
		font-size: 28px;
		bottom:28px;
	}
	
}








