@charset "utf-8";
/* CSS Document */

/********************************************
* bootstrap.css overriding                  *
********************************************/
body {
	font-family: 'Open Sans', 'Noto Sans JP', sans-serif, "游ゴシック", "Yu Gothic", Yu Gothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック";
	line-height: 1.75;
	color: #333;
	letter-spacing: 0.1em;
	overflow-wrap: break-word;
	word-wrap: break-word;
	font-size: 93.75%;
}
a {
	color: #424f9c;
}
a:hover {
	color: #424f9c;
	text-decoration: underline;
}
.anchor {
	display: block;
	padding-top: 60px;
	margin-top: -60px;
}
header {
	padding-top: 94px;
	background-image: url(../images/bg.png);
	background-size: cover;
	background-position: center center;
}
div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	font-size: 100%;
}
ol, ul {
	list-style: none;
}
#toggle {
	display: none;
}
.navbar-nav li a {
	display: block;
	color: #333;
	font-weight: bold;
	text-decoration: none;
	transition: all 0.3s;
	position: relative;
}
.container {
	margin-top: 80px;
	padding: 0;
}
.custom-container {
	margin-top: 0;
	margin-bottom: 0;
	padding-left: 15px;
	padding-right: 15px;
}
.container p {
	margin: 20px 0;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #424f9c;
}
.jumbotron {
/*
	background-image: url("../images/hero.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	background-color: transparent;
	height: 670px;
*/
	width: 75%;
	margin-left: auto;
	position: relative;
	margin-bottom: 0;
	padding: 0;
	background-color: transparent;
}
.jumbotron img {
	max-width: 100%;
}
.jumbotron .container {
	width: 480px;
	position: absolute;
	top: 100px;
	left: -25%;
	margin: 0;
}
.jumbotron .container h1 {
	font-size: 54px;
	font-weight: bold;
	text-align: left;
	line-height: 1.6;
	margin-bottom: 2.0rem;
	text-shadow: 0 0 30px rgba(255,255,255,1), 0 0 15px rgba(255,255,255,1), 0 0 15px rgba(255,255,255,1), 0 0 1em rgba(255,255,255,1);
}
.jumbotron .container p {
	text-shadow: 0 0 5px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1), 0 0 5px rgba(255,255,255,1), 0 0 1em rgba(255,255,255,1);
}
.navbar {
	padding: 0.5rem 3rem;
	top: 0;
	position: fixed;
	z-index: 10000;
	width: 100%;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
	transition: height 0.3s ease;
}
.navbar.is-scroll {
	height: 58px;
}
.navbar-nav {
	justify-content: flex-end;
	justify-content: center;
}
.jumbotron .container h1:after {
	content: "";
	position: absolute;
	left: 15px;
	width: 8em;
	height: 2px;
	background-color: #f8b500;
	bottom: 60px;
}
.return {
	clear: both;
	position: fixed;
	bottom: 40px;
	right: 10px;
	z-index: 9999;
	display: none;
	background: #383b56 url(../images/arrow_t_white.svg) no-repeat center center;
	width: 58px;
	height: 58px;
	border-radius: 3px;
	transition: background-color .3s;
	font-size: 0;
	text-decoration: none;
	cursor: pointer;
}
.return:hover {
	background: #f8b500 url(../images/arrow_t_black.svg) no-repeat center center;
}
.navbar-light .navbar-brand img {
	display: block;
	width: 265px;
	height: auto;
	max-width: 100%;
	position: relative;
}

@media print, screen and (min-width: 768px) {
.custom-container {
	max-width: 100%;
}
.text-md-right {
	text-align: right !important;
}
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
.jumbotron .container {
	top: 60px;
}
.jumbotron .container h1 {
    font-size: 32px;
}
.navbar {
	padding: 0.5rem 1.5rem;
}
}
@media only screen and (min-width: 992px) {
.jumbotron .container {
	top: 80px;
}
.jumbotron .container h1 {
    font-size: 38px;
}
}
@media only screen and (min-width: 1200px) {
.jumbotron .container {
	top: 100px;
}
.jumbotron .container h1 {
    font-size: 54px;
}
}

@media print, screen and (min-width: 768px) {
.d-md-grid {
	display: -ms-grid!important;
	display: grid!important;
}
.navbar {
	height: 94px;
}
.navbar.is-scroll {
	height: 68px;
}
.navbar .navbar-nav .nav-link {
	position: relative;
	margin-bottom: -4px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 0.5rem;
	margin-left: 0.5rem;
	padding-left: 0;
	padding-right: 0;
	color: #333;
}
.navbar .navbar-nav .nav-link::after {
    background: #424f9c;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    width: 0;
    z-index: 10;
}
.navbar-light .navbar-nav .active > .nav-link::after {
    background: #424f9c;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
}
.navbar .navbar-nav .nav-link:hover::after {
    width: 100%;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: #41509c;
}
.tab_wrap .navbar .navbar-nav .nav-link:hover::after {
	display: none!important;		
}
.container {
	max-width: 96%;
}
.custom-container {
	max-width: 100%;
}
}

@media print, screen and (min-width: 992px) {
.container {
	max-width: 96%;
}
.navbar .navbar-nav .nav-link {
	position: relative;
	margin-bottom: -4px;
	font-size: 15px;
	font-weight: bold;
	margin-right: 2.0rem;
	margin-left: 2.0rem;
	padding-left: 0;
	padding-right: 0;
	color: #333;
}
}

@media print, screen and (min-width: 1200px) {
.container {
	max-width: 1030px;
}
.custom-container {
	max-width: 1400px;
	margin-top: 0;
	margin-bottom: 0;
}
}

@media only screen and (max-width: 767px) {
body {
	font-size: 81.25%;
}
header {
	padding-top: 58px;
}
.navbar {
	padding: 10px 1rem;
}
.navbar-brand {
	padding: 0;
}
.navbar-light .navbar-brand img {
	display: block;
	width: 190px;
}
#menu-box {
	overflow: auto;
	float: none;
	padding: 0;
}
#toggle {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	background: #fff;
	z-index: 100;
}
#toggle a {
	display: block;
	width: 68px;
	height: 58px;
	font-size: 0;
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	text-decoration: none !important;
}
#toggle a:before {
	content: "";
	position: absolute;
	width: 26px;
	height: 2px;
	background: #4a47ba;
	top: 20px;
	left: 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#toggle a span {
	display: block;
	width: 26px;
	height: 2px;
	background: #4a47ba;
	position: absolute;
	top: 29px;
	left: 20px;
	transition: all 0.3s;
}
#toggle a:after {
	content: "";
	position: absolute;
	width: 26px;
	height: 2px;
	background: #4a47ba;
	top: 38px;
	left: 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
#toggle a.open {
	background: #4a47ba;
}
#toggle a.open:before {
	background: #fff;
}
#toggle a.open::before, #toggle a.open::after, #toggle a.open span {
	background: #fff;
}
#toggle a.open:before {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 30px;
	left: 20px;
}
#toggle a.open span {
	opacity: 0;
}
#toggle a.open:after {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 30px;
	left: 20px;
}
.navbar-collapse {
	display: block;
	clear: both;
	background: rgba(255,255,255,0.9);
	position: absolute;
	top: 58px;
	left: 0;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	transition: all 0.3s;
	opacity: 1;
	z-index: 1000;
}
.menu_dis {
	visibility: hidden !important;
	opacity: 0;
}
.navbar-nav {
	overflow: hidden;
	background: #4a47ba;
	padding: 30px;
}
.navbar-nav li {
	float: none;
	padding-right: 0;
	margin-right: 0;
	border-bottom: 1px solid #8583b9;
}
.navbar-nav li:first-child {
	border-top: 1px solid #8583b9;
}
.navbar-nav .nav-item a.nav-link {
	padding: 15px 20px;
	color: #fff;
	text-align: center;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
	color: #f8b500;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
	color: rgba(248, 181, 0, 0.7);
}
.jumbotron {
	background-size: cover;
}
.jumbotron .container {
	width: 100%;
	top: 30px;
}
.jumbotron .container p {
	font-size: 75.0%;
}
.jumbotron .container h1:after {
	left: 15px;
	height: 2px;
	bottom: 30px;
}
.container {
	margin-top: 40px;
	margin-bottom: 40px;
	padding-right: 15px;
    padding-left: 15px;
	}
.jumbotron {
	height: auto;
	width: 80%;
}
.jumbotron .container h1 {
	font-size: 32px;
	margin-bottom: 1rem;
}
.jumbotron .container h1:after {
	height: 2px;
	bottom: 50px;
}
.custom-container {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 100%;
}
}
#nojs {
	width: 940px;
	background: #fff;
	color: #f00;
	padding: 25px;
	border: 5px solid #F00;
	text-align: center;
	margin: 20px auto;
}
.bg-none {
	background: none!important;
}
@media only screen and (max-width: 576px) {
.jumbotron .container h1 {
	font-size: 22px;
}
}
/********************************************
* Top                   *
********************************************/
.content-block {
	position: relative;
	overflow: visible;
}
.content-block .container {
	position: relative;
}

@media only screen and (max-width: 767px) {
.content-block .container {
	width: 90%;
	padding-top: 0;
	padding-bottom: 40px;
}
}
/********************************************
* Top Service                  *
********************************************/
#index_service {
	padding-top: 50px;
}
#index_service .container .image img {
	display: block;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	border-radius: 4px;
	max-width: 100%;
}
#index_service .container .block-item:last-child {
	padding: 50px 2%;
}
#index_service .container .block-item:last-child .title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	max-width: 500px;
}
#index_service .container .block-item:last-child .title span {
	display: block;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 40px;
	font-size: 36px;
}
#index_service .container .title span:after, #index_about .container .title span:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #f8b500;
	width: 105px;
	height: 4px;
}
.link-btn {
	text-align: center;
	margin: 40px 0 0;
}
.link-btn a {
	display: block;
	line-height: 1.75;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	background: #4a47ba;
	border: none;
	box-sizing: border-box;
	transition: background 0.3s;
	margin: auto;
	padding: 11px 15px 9px;
	transition: border 0.3s, background 0.3s;
	border-radius: 4px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,.24);
	box-shadow: 0 4px 8px 0 rgba(0,0,0,.24);
	position: relative;
}
.link-btn a:hover {
	background: #f8b500;
	color: #333;
}
.link-btn a:after {
	right: 40px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	top: 50%;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 2px 2px 0 0;
	-webkit-transform: translate(0, -50%) rotate(45deg);
	transform: translate(0, -50%) rotate(45deg);
	border-color: #f8b500;
	transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: '';
	transition: -webkit-transform 0.2s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99);
	transition: transform 0.2s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99);
	transition: transform 0.2s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99), -webkit-transform 0.2s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99);
}
.link-btn a:hover:after {
	-webkit-transform: translate3d(-5px, -50%, 0) rotate(45deg);
	transform: translate3d(-5px, -50%, 0) rotate(45deg);
	transition: -webkit-transform 0.4s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99);
	transition: transform 0.4s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99);
	transition: transform 0.4s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99), -webkit-transform 0.4s 0s cubic-bezier(0.38, 0.33, 0.23, 0.99);
	border-color: #000;
}

@media print, screen and (min-width: 992px) {
#index_service {
	padding-top: 100px;
}
.link-btn {
	width: 320px;
}
}

@media only screen and (max-width: 767px) {
#index_service {
	padding-top: 50px;
}
#index_service .container .block-item:last-child {
	padding: 0 4%;
}
#index_service .container .block-item:last-child .title span {
	font-size: 123.07%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#index_service .container .block-item:last-child .title {
	font-size: 123.07%;
	margin-bottom: 10px;
}
#index_service .container .title span:after, #index_about .container .title span:after {
	width: 60px;
	height: 3px;
}
.link-btn {
	margin: 20px 0 0;
}
}
/********************************************
* Top About us                  *
********************************************/
#index_about {
	padding-top: 100px;
}
#index_about .container .block-item:first-child {
	padding: 50px 2% 100px;
	color: #333;
}
#index_about .container .block-item:first-child .title {
	font-size: 28px;
	font-weight: bold;
	line-height: 1.5;
	max-width: 500px;
}
#index_about .container .block-item:first-child .title span {
	display: block;
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 40px;
	font-size: 36px;
}
#index_about .container .image img {
	display: block;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	border-radius: 4px;
	max-width: 100%;
}
.grid-image {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: repeat(2, 1fr);
	/*grid-gap: 20px;*/
	-ms-grid-rows: auto;
	grid-template-rows: auto;
}
.grid-image-item {
	padding: 10px;
}
.item-number-1 {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 1;
	grid-row: 1;
}
.item-number-2 {
	-ms-grid-column: 2;
	grid-column: 2;
	-ms-grid-row: 1;
	grid-row: 1;
}
.item-number-3 {
	-ms-grid-column: 1;
	grid-column: 1;
	-ms-grid-row: 2;
	grid-row: 2;
}
@media print, screen and (min-width: 1200px) {
.sec_fluid {
	padding-bottom: 450px;
}
.fluid-box {	
	width: 1200px;
	position: absolute;
	right: 50%;
	transform: translateX(50%);
	-webkit-transform: translateX(50%);
	-ms-transform: translateX(50%);
/*
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
*/
}
.fluid-box-inner {
	margin: 0 auto;
	padding: 0 20px;
}
}

@media print, screen and (min-width: 992px) {
#index_about .container .block-item:first-child {
	padding: 50px 2% 200px;
}
}

@media print, screen and (min-width: 768px) {
.btn-color-reverse>a {
	background: #373b56;
}
.btn-color-reverse>a:after {
	border-color: #f8b500;
}
.layer-reverse {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: calc(50vw + 60px);
	height: 100%;
	-webkit-transform: translate3d(-60px, 0, 0);
	transform: translate3d(-60px, 0, 0);
	background-color: #f5f5f5;
}
#index_about .container .block-item:first-child {
	color: #fff;
}
#index_about .container .image img {
	margin: 100px 0 -100px;
}
}
.layer-reverse {
	left: auto;
	right: 0;
	-webkit-transform: translate3d(100px, 0, 0);
	transform: translate3d(100px, 0, 0);
}
.layer-reverse {
	z-index: -1;
	background-color: #4a47ba;
}

@media print, screen and (min-width: 768px) {
.layer-reverse {
	width: calc(50vw + 200px);
	-webkit-transform: translate3d(200px, 0, 0);
	transform: translate3d(200px, 0, 0);
}
}

@media only screen and (max-width: 767px) {
#index_about {
	padding-top: 0;
}
#index_about .container .block-item:first-child {
	padding: 0 2% 0;
}
#index_about .container .block-item:first-child .title {
	font-size: 123.07%;
	margin-bottom: 10px;
}
#index_about .container .block-item:first-child .title span {
	font-size: 123.07%;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#index_about .grid-image {
	margin: 0 -10px;
}
}
/********************************************
* Top CTA                  *
********************************************/
#index_cta {
	margin-top: 100px;
	padding: 130px 0;
	min-height: 400px;
	box-sizing: border-box;
	background: url(../images/bg_index_cta.jpg) no-repeat center top;
	background-size: cover;
}
#index_cta .container {
	color: #fff;
	text-align: center;
}
#index_cta h2 {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 30px;
}
#index_cta .container p {
	padding-bottom: 20px;
}
#index_cta .container .cta:before {
	position: absolute;
	left: 15px;
	top: 50%;
	width: 75px;
	height: 337px;
	margin-top: -168px;
	content: "";
	background: url(../images/bg_index_cta_l.png) no-repeat center left;
}
#index_cta .container .cta:after {
	position: absolute;
	right: 15px;
	top: 50%;
	width: 75px;
	height: 337px;
	margin-top: -168px;
	content: "";
	z-index: 100;
	background: url(../images/bg_index_cta_r.png) no-repeat center right;
}
#index_cta .container .link-btn {
	margin: 20px auto 0;
	width: 260px;
}
#index_cta .container .link-btn a {
	padding: 12px 25px;
	border: none;
	color: #333;
	background-color: #f8b500;
	border-radius: 30px;
}
#index_cta .container .link-btn>a:after {
	border-color: #000;
}
#index_cta .container .cta {
	min-height: 210px;
}
#index_cta .container .contact {
	padding-top: 60px;
}
#index_cta .container .tel {
	border-left: 1px solid #f8b500;
	padding-top: 48px;
}
#index_cta .container .tel span {
	display: block;
}
#index_cta .container .tel .tel-ttl {
	font-size: 18px;
	font-weight: bold;
}
#index_cta .container .tel .txt {
	font-size: 14px;
}
#index_cta .container .tel svg {
	color: #f8b500;
}
#index_cta .container .tel a {
	font-size: 28px;
}
#index_cta .container .tel .fa-phone {
	margin-right: 20px;
}
#index_cta .container .tel a[href^="tel:"] {
	text-decoration: none;
	color: #fff;
	cursor: text;
	display: block;
}

@media print, screen and (min-width: 992px) {
#index_cta .container .row:before {
	left: 60px;
}
#index_cta .container .row:after {
	right: 60px;
}
}

@media only screen and (max-width: 767px) {
#index_cta {
	padding: 0;
	margin-top: 0;
}
#index_cta h2 {
	font-size: 18px;
	margin-bottom: 20px;
}
#index_cta .container {
	padding-top: 40px;
	padding-bottom: 40px;
}
#index_cta .container p {
	font-size: 87.5%;
	padding-bottom: 0;
}
#index_cta .container .row:before {
	left: 0;
	width: 35px;
}
#index_cta .container .row:after {
	right: 0;
	width: 35px;
}
#index_cta .container .contact {
	padding-top: 0;
}
#index_cta .container .tel {
	border: none;
	padding-top: 20px;
}
#index_cta .container .tel .tel-ttl {
	font-size: 15px;
}
#index_cta .container .tel .txt {
	font-size: 12px;
}
}
/********************************************
* Footer                  *
********************************************/
footer {
	position: relative;
}
.footer_top {
	overflow: hidden;
	padding: 35px 0;
}
.footer_top_l {
	margin-top: 5px;
	padding-right: 0;
}
.footer_top img {
	display: block;
	width: 265px;
	height: auto;
	max-width: 100%;
	margin: 0 0 10px;
}
.footer_top address {
	display: block;
	font-size: 87.5%;
}
.footer_top_r {
	padding-left: 0;
}
.footer_top_r>ul {
	display: flex;
	justify-content: flex-end;
}
.footer_top_r>ul>li {
	margin-right: 40px;
}
.footer_top_r ul li a {
	text-decoration: none;
	color: #333;
}
.footer_top_r ul li a:hover {
    text-decoration: underline;
}
.footer_top_r>ul>li>a {
	background: url(../images/arrow_r_black.svg) no-repeat left center;
	padding: 0 0 0 13px;
	font-weight: bold;
}
.footer_top_r>ul>li>ul {
	padding: 7px 0 0 13px;
}
.footer_top_r > ul > li > ul > li > a {
	font-size: 86.66%;
}
.footer_column {
	border-top: #e9e9e9 solid 1px;
	overflow: hidden;
	padding: 15px 0 30px;
}
.footer_column .column_r small {
	font-size: 75.0%;
}
.footer_column .column_l a {
	text-decoration: none;
	color: #333;
	padding: 0 0 0 13px;
	background: url(../images/arrow_r_black.svg) no-repeat left center / 6px 10px;
	font-size: 87.5%;
}
.footer_column .column_l a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 991px) {
.footer_top_r>ul>li {
	margin-right: 22px;
}
}

@media only screen and (max-width: 767px) {
.footer_top {
	padding: 30px 0 0;
}
.footer_top img {
	max-width: 190px;
}
.footer_top address {
	font-size: 92.3%;
	margin-bottom: 0;
}
.footer_top_r {
	margin: 12px 0 0;
	border-top: 1px solid #e9e9e9;
	padding: 0;
}
.footer_top_r>ul {
	display: block;
}
.footer_top_r>ul>li {
	border-bottom: 1px solid #e9e9e9;
	margin-right: 0;
}
.footer_top_r>ul>li>ul {
	display: none;
	padding: 0 0 14px;
}
.footer_top_r>ul>li>a {
	display: block;
	font-size: 107.7%;
	background: url(../images/arrow_b_black.svg) no-repeat right 20px center / 10px 6px;
	padding: 15px 35px 14px 21px;
}
.footer_top_r>ul>li>a.open {
	background: url(../images/arrow_t_black.svg) no-repeat right 20px center / 10px 6px;
}
.footer_top_r > ul > li > ul > li {
	margin: 0 0 7px;
}
.footer_top_r > ul > li > ul > li > a {
	font-size: 92.3%;
	padding: 1px 40px;
}
.footer_column {
	border-top: none;
	padding: 10px 0 15px;
}
.footer_column .column_r {
	margin: 10px 0 0;
	font-size: 62.5%;
}
}
/********************************************
* Bread crumbs                  *
********************************************/
#bread_crumb {
	width: 100%;
	box-sizing: border-box;
	padding-top: 9px;
	padding-bottom: 9px;
	z-index: 4;
	background-color: #f7f7f7;
}
.bread_crumb_list {
	width: 100%;
	padding-right: 3%;
	padding-left: 3%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	overflow: hidden;
}
.bread_crumb_list li {
	position: relative;
	font-size: 13px;
	font-size: 0.8125rem;
	color: #333;
	white-space: nowrap;
}
.bread_crumb_list li > a {
	transition: color 0.1s 0s ease;
	color: #333;
}
.bread_crumb_list li:last-child {
	overflow: hidden;
	text-overflow: ellipsis;
}
.bread_crumb_list li:after {
	box-sizing: border-box;
	display: inline-block;
	position: relative;
	top: -0.1em;
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px 1px 0 0;
	margin-left: 8px;
	border-color: #cccccc;
	-webkit-transform: translate(0, 0) rotate(45deg);
	transform: translate(0, 0) rotate(45deg);
	transition: border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, border-color cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s, -webkit-transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.15s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	content: '';
	margin-right: 16px;
	margin-left: 13px;
}
.bread_crumb_list li:last-child:after {
	display: none;
}
/********************************************
* Service                  *
********************************************/
#page_title {
	height: 389px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.page_service {
	background: url(../images/page_title_service.jpg) center no-repeat;
	background-size: cover;
}
.page_title_content {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
	width: 540px;
	min-height: 105px;
}
.page_title_content:before {
	content: '';
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to left bottom, #4a47ba, #4a47ba);
	opacity: 0.9;
}
.page_title_content h1 {
	padding-bottom: 5px;
	-webkit-font-feature-settings: 'palt' 1;
	font-feature-settings: 'palt' 1;
	color: #fff;
	font-weight: bold;
	z-index: 1;
	font-size: 175%;
}
.page_title_content h1::after {
	content: '';
	display: block;
	width: 55px;
	height: 2px;
	background: #f8b500;
	margin: 9px auto 0;
}
.container .heading01 {
	position: relative;
	padding-bottom: 25px;
	font-weight: bold;
	font-size: 186.66%;
	margin: 60px 0 25px;
}
.container .heading01:after {
	content: '';
	display: block;
	width: 55px;
	height: 2px;
	background: #f8b500;
	position: absolute;
	bottom: 0;
}
.container strong {
	font-size: 106.66%;
}
.outline {
	margin-bottom: 60px;
}
.outline_list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}
.outline_item {
	margin-right: 35px;
	position: relative;
}
.outline_item>a {
	display: inline-block;
	position: relative;
	padding-left: 25px;
	background: url(../images/arrow_b_yellow.svg) left center no-repeat;
	font-weight: bold;
	color: #333;
	margin-top: 40px;
}
ul.border_list {
	border: 2px solid #DDD;
	padding: 15px 20px 15px 40px;
}
ul.border_list > li {
	/*
    list-style: disc;
	*/
	float: left;
	width: 50%;
	position: relative;
	padding-left: 20px;
}
ul.border_list > li:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	width: 5px;
	height: 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #ccc;
	border-radius: 50%;
	top: .75em;
}
.container .image img {
	display: block;
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.16);
	border-radius: 4px;
	max-width: 100%;
}

@media only screen and (max-width: 767px) {
.outline {
	margin-bottom: 30px;
}
#bread_crumb {
	display: none;
}
#page_title {
	height: 40vw;
}
.page_title_content {
	width: 100%;
	min-height: 100%;
}
.page_title_content h1 {
	font-size: 137.5%;
}
.container .heading01 {
	padding-bottom: 20px;
	font-size: 153.8%;
	margin: 40px 0 15px;
}
.container .heading01:after {
	width: 40px;
}
ul.border_list {
	padding: 10px 15px 10px 15px;
}
ul.border_list > li {
	float: none;
	width: 100%;
	padding-left: 15px;
}
.outline_list {
	justify-content: left;
	margin-right: 0;
}
.outline_item>a {
	margin-top: 10px;
}
}
/********************************************
* About                  *
********************************************/
.page_about {
	background: url(../images/page_title_about.jpg) center no-repeat;
	background-size: cover;
}
.container table {
	width: 100%;
	margin: 20px 0 0;
	border-top: 1px solid #d2d2d2;
}
.container table th {
	font-weight: bold;
	text-align: left;
}
.container table th, .container table td {
	border-bottom: 1px solid #d2d2d2;
	padding: 18px 20px;
	vertical-align: top;
}
.container .map {
	margin: 20px 0;
}
.container .map iframe {
	width: 100%;
	border: 0 !important;
}

@media only screen and (max-width: 767px) {
.container table th, .container table td {
	padding: 15px 10px;
}
.container .map {
	height: 300px;
}
.container .map iframe {
	height: 100%;
}
}
/********************************************
* Contact                  *
********************************************/
.container .heading02 {
	font-size: 120.0%;
	font-weight: bold;
	line-height: 2.0;
	background: #f6f6f6;
	margin-top: 40px;
}
.page_contact {
	background: url(../images/page_title_contact.jpg) center no-repeat;
	background-size: cover;
}
.contact_tel {
	padding: 40px 20px;
	text-align: center;
}
.contact_tel strong {
	display: block;
	font-size: 160%;
}
.contact_tel .tel_no {
	display: block;
	font-size: 186.67%;
	font-weight: bold;
	color: #41509c;
}
.contact_tel .tel_no a[href^="tel:"] {
    text-decoration: none;
}
.contact_tel .tel_no span {
	font-size: 128.57%;
}
.container .pri_table {
	width: 70%;
	margin: 20px 0;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
}
.container .pri_table th {
	font-weight: bold;
	text-align: left;
	background: #f6f6f6;
}
.container .pri_table th, .container .pri_table td {
	border-bottom: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	padding: 10px 15px 10px;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
.container h3 {
	font-size: 115.38%;
}
.container .pri_table {
	width: 100%;
}
.contact_tel {
	margin-left: 0;
}
.container .pri_table th, .container .pri_table td {
	padding: 10px;
}
.container .heading02 {
	margin-top: 20px;
}
}
/*
 * Fade in Up (Min)
 */
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpMin {
  animation-name: fadeInUpMin;
}
