/* General element styling --------------------------------------------- */

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 32px;
	color: #564B51;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
	margin: 0 0 20px;
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
}

.am-flex.between {
	justify-content: space-between;
}

.am-flex.center {
	justify-content: center;
}

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

.am-center {
	text-align: center;
}

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
	position: relative;
}

.am-bg-pix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.am-bg-pix > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.am-bg-cont {
	position: relative;
	z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
	position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
	object-position: right;
}

.bnr__title {
	margin: 0;
	font-size: 50px;
	padding: 200px 0;
}

.sect-cont {
	padding: 80px 0;
}

.sect-cont.style2 {
	padding: 60px 0;
}

.af-topgap {
	/*	height: 68px;*/
}

header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	font-family: "Noto Sans JP", sans-serif;
}

.hdr__layout {
	height: 80px;
}

.hdr__logo {
	margin: 0 auto 0 0;
	max-width: 220px;
}

.hdr__logo>a>img {
	height: 70px;
    margin: 15px 0 0;
	object-fit: contain;
}

.hdr__navi-menu {
	display: block;
}

.hdr__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	width: 450px;
	align-self: center;
}

.hdr__navi-menu li {
	list-style: none;
	text-align: center;
	display: block;
	line-height: 1;
	position: relative;
}

.hdr__navi-menu li:last-child {
	border-width: 0;
}

.hdr__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 10px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
	font-size: 15px;
}

#salon-intro .price-list__border {
    border: 4px dotted #FF5A79;
}

.hdr__navi-lang a {
	color: #000;
	text-decoration: none;
}

/* .hdr__navi-lang a.active {
color: blue;
} */

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
	position: absolute;
	top: calc(80px / 2);
	right: 15px;
	border: 1px solid #333;
	background: transparent;
	width: 50px;
	height: 50px;
	transform: translateY(-50%);
	display:none;
	z-index: 3;
}

.hdr__menu-btn-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	display: block;
	margin: 8px 0;
	transition: 0.5s ease;
	opacity: 1;
}

header.hdr__menu--show {
	height: 100vh;
	overflow: auto;
}
 
.am-banner {
    position: relative;
}

.bnr__pix {
	text-align: center;
	width: 100%;
	height: auto;
}

.bnr__pix > img {
    display: block;
}

#sect-banner .bnr__pix > img {
    display: block;
    height: 800px;
    object-fit: cover;
    width: 100%;
    object-position: top;
}

.bnr__pix > video {
	width: 100%;
	height: auto;
}

.bnr__pix-ftr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.bnr__pix-ftr > img {
    display: block;
}

.bnr__ov {
	position: absolute;
	transform: translateY(-50%);
	right: 5%;
	z-index: 1;
	font-size: 48px;
	text-align: left;
	font-weight: 700;
	top: 50%;
	color: #fff;
	width: fit-content;
}

.bnr__txt1 {
	display: block;
	font-size: 48px;
	color: #fff;
	line-height: 1.5;
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.4);
	white-space: nowrap;
	width: fit-content;
}

.bnr__txt2 {
	font-size: 20px;
	color: #fff;
}

.bnr__ov-img {
	position: fixed;
	top: 14%;
	right: 5%;
	z-index: 1;
}

.hdr__navi-menu li a.active {
    color: #BA2228;
}

.cont-1000 {
	max-width: 1000px;
	margin: 0 auto;
}

.cont-1200 {
	max-width: 1200px;
	margin: 0 auto;
}

/*  */
.slider__container-aboutus {
	width: 96%;
	height: 96%;
	position: absolute !important;
	left: 50%;
	top: 1%;
	transform: translateX(-50%);
	border-radius: 14%;
	overflow: hidden;
}

.slider__layout-aboutus {
	position: relative;
	width: calc(100% - 50px);
	margin: auto;
}

.slider__item-aboutus > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 33% 100%;
}

.slider__item-aboutus {
	height: 100%;
}

.slider__container-aboutus .slick-list,
.slider__container-aboutus .slick-track {
	height: 100% !important;
}

.slider__item-aboutus {
	width: 100%;
	height: auto 50px auto auto;
}

.slider__container-aboutus {
	width: 96%;
	height: 96%;
	position: absolute !important;
	left: 50%;
	top: 1%;
	transform: translateX(-50%);
	border-radius: 14%;
	overflow: hidden;
}

#tow-truck-crew-wanted .vid-frame,  #message-president .vid-frame{
    position: relative;
    width: 100%;
    height: auto;
}

.tow-truck-crew-wanted__subcont-content, .message-president__subcont-content {
    margin: 0 0 0 50px;
    width: calc(100% - 325px);
	line-height: 28px;
}

#tow-truck-crew-wanted {
    padding: 80px 0;
}

.title1 {
    text-align: center;
}

.title-en {
    display: block;
    font-family: 'Impact';
    font-size: 45px;
    color: #187FC3;
    margin: 0 0 10px;
}

.title-jp {
    font-size: 20px;
    font-weight: 700;
    color: #000;
}

.tow-truck-crew-wanted__subitem-icon img {
    width: 20px;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.tow-truck-crew-wanted__subcont-subtitle {
    color: #187FC3;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 16px;
}

.tow-truck-crew-wanted__subcont-subtitle:after {
    content: '';
    color: #187FC3;
    flex: 1;
    height: 2px;
    background: #187FC3;
}

.title-jp {
    position: relative;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    color: #111;
    padding-bottom: 18px;
    line-height: 1.4;
}

/* Left red line */
.title-jp::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42%;
    height: 6px;
    background: #d90000;
}

/* Right orange line */
.title-jp::after {
    content: "";
    position: absolute;
    left: 42%;
    bottom: 0;
    width: 58%;
    height: 6px;
    background: #f3a000;
    
    /* creates the angled cut */
    clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%);
}

.tow-truck-crew-wanted__subcont {
    margin: 50px auto 0;
}

#message-president {
    padding: 80px 0;
	background-color: #000;
}

.message-president__subcont {
    margin: 50px 0;
}

.message-president__subcont-content {
    color: #fff;
}

.message-president__content-name {
    text-align: right;
    font-family: 'Noto Serif JP';
	font-size: 25px;
}

.message-president__content-position {
    font-size: 18px;
    margin: 0 10px 0 0;
}

.call-all-tow-trucks__text1 {
    font-size: 40px;
}

.call-all-tow-trucks__cont {
    color: #fff;
    right: 30%;
    text-align: center;
}

#call-all-tow-trucks {
    padding: 80px 0;
}

.call-all-tow-trucks__cont span {
    display: block;
}

.call-all-tow-trucks__text2 {
    font-size: 25px;
    font-weight: 700;
    margin: 15px 0;
}

.call-all-tow-trucks__text3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 40px;
}

.call-all-tow-trucks__button {
    background-image: linear-gradient(180deg, #187FC3, #05619D);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    padding: 22px 57px;
}

.call-all-tow-trucks__button img {
    width: 20px;
    vertical-align: middle;
    margin: 0 0 2px 10px;
}

#exclusive-interview-ceo {
    padding: 80px 0;
}

.exclusive-interview-ceo__subcont {
    margin: 50px auto 0;
}

.exclusive-interview-ceo__subcont-arrow img {
    width: 35px;
    height: auto;
    margin: 0 auto;
    display: block;
    object-fit: contain;
}

.exclusive-interview-ceo__subcont-item .vid-frame {
    position: relative;
    z-index: 1;
}

.four-promises__cont {
	padding: 80px 0 40px;
}

.four-promises__desc {
    text-align: center;
    margin: 30px 0 50px;
}

.four-promises__subcont-item {
    width: calc(100% / 2 - 30px);
    margin: 0 30px 30px 0;
    display: flex;
    border: 1px solid #187FC3;
    overflow: hidden;
}

.four-promises__subcont {
    flex-wrap: wrap;
}

.four-promises__item-image img {
    width: 100%;
    height: 220px;
    object-fit: cover;
	display: block;
}

.four-promises__item-image {
    width: 50%;
}

.four-promises__item-label {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}

.four-promises__item-number {
    font-size: 26px;
    font-family: 'Impact';
    display: block;
}
.four-promises__item-content {
    width: 100%;
    height: auto;
	padding: 20px 20px 0;
}

.four-promises__subcont-item:nth-child(2n) {
    margin: 0 0 30px;
}

.four-promises__item-subtitle::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 42%;
    height: 6px;
    background: #EF8507;
}

/* Right orange line */
.four-promises__item-subtitle::after {
    content: "";
    position: absolute;
    left: 42%;
    bottom: 0;
    width: 58%;
    height: 6px;
    background: #187FC3;
}

.four-promises__item-subtitle {
	position: relative;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    color: #111;
    padding-bottom: 5px;
	color: #054B79;
	margin: 0;
}

.four-promises__item-label::before {
   	content: "";
   	display: block;
   	position: absolute;
   	width: 0;
   	height: 0;
   	border: transparent solid;
   	border-bottom-color: #187fc3;
   	border-width: 0 80px 80px;
   	/* transform-origin: bottom left; */
   	transform: rotate(-45deg);
   	z-index: 0;
   	left: -52px;
   	top: -12px;
}

.four-promises__item-label > span {
    position: relative;
    z-index: 1;
    margin: 0 0 0 15px;
}

#employee-interviews {
    padding: 80px 0;
	background-color: #000;
}

.employee-interviews__subcont-image {
    width: 330px;
}

#employee-interviews3 .employee-interviews__subcont-content {
    color: #000;
}

.employee-interviews__subcont-content {
    width: calc(100% - 330px);
    margin: 0 0 0 50px;
    color: #fff;
}

#employee-interviews3 {
    padding: 80px 0;
}

.employee-interviews__subcont-image img {
    width: 100%;
}

.employee-interviews__subcont {
    margin: 50px auto 0;
}

.employee-interviews__content-title img {
    width: 20px;
    height: 35px;
    object-fit: contain;
    margin: 0 10px 0 0;
    vertical-align: middle;
}

.employee-interviews__content-name {
    font-size: 20px;
    margin: 0 0 0 10px;
    font-weight: 700;
}

#employee-interviews .am-bg-pix > img {
    filter: opacity(0.8);
}

.employee-interviews__content-title {
    margin: 0 0 10px;
}

#employee-interviews .title-jp {
    color: #fff;
}

.message__cont-text2 {
    font-size: 18px;
    font-weight: 700;
    display: block;
}

.message__cont {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    padding: 50px;
}

.message {
    /* padding: 50px 0; */
}

.message__cont-text3 {
    font-size: 30px;
    font-weight: 700;
    margin: 20px 0 0;
    display: block;
}

.message__cont-text4 {
    margin: 30px 0 0;
	text-align: left;
}

.message__cont {
    position: relative;
    overflow: hidden;
}

.message__cont-text1 {
    content: "CHECK!";
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    color: #fff;
    font-weight: bold;
    text-align: center;
    height: 160px;
    width: 160px;
    display: flex;
    justify-content: center;
    align-items: end;
    line-height: 3;
    transform: translate(-50%, -50%) rotate(-45deg);
	font-family: "Oooh Baby", cursive;
	font-size: 22px;
}

.message {
    max-width: 1000px;
    margin: 0 auto;
}

.message__main-cont {
    padding: 0 0 80px;
}

.employee-interviews__subcont {
    margin: 30px auto 0 auto;
    max-width: 1200px;
    justify-content: center;
}

.faq__subcont {
    margin: 50px auto 0;
}

.faq-submenu__item {
    border-left: 1px solid #2584a0;
    padding: 15px 20px;
}

.faq-submenu__item:hover {
    border-left: 1px solid #2584a0;
}

.faq-submenu__item::after {
    content: ">";
    display: inline-block;
    transform: rotate(90deg) scale(0.7, 1.25);
    margin: 0 0 0 15px;
}

.faq-submenu__item:last-child {
    border-right: 1px solid #2584a0;
}

.faq-submenu {
    margin: 0 0 40px;
}

.faq-tab__title {
	position: relative;
	padding: 20px 0 25px;
	margin: 0 0 40px;
	font-size: 24px;
}

.faq-tab__title::after {
    content: "";
    width: 80px;
    height: 1px;
    background: #2584a0;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

/* .faq-item {
	margin: 20px 0;
} */

.faq-container__subcont {
    margin: 30px 0 0;
}

.faq-item_q {
    background: transparent;
    color: #fff;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    border: 1px solid #fff;
    border-width: 1px 1px 0;
    transition: 0.5s ease;
	font-family: "Poppins", sans-serif;
}

.faq-item:last-child .faq-item_q {
    border-width: 1px;
}

.faq-item.show .faq-item_q {
    border-width: 1px;
}

.faq-container__item {
    margin: 60px auto;
}

.faq-item_q h5 {
    font-size: 16px;
	margin: 0;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
	font-family: 'Libertinus Sans';
}

.faq-item_q::before, .faq-item_a::before {
    content: "Q";
    width: 50px;
    height: 50px;
	align-content: center;
    margin: 10px;
    font-size: 40px;
    line-height: 1;
    text-align: center;
    background-color: #F96200;
    color: #fff;
	font-family: 'Impact';
}

.faq-item_a > div {
    width: calc(100% - 50px);
}

.faq-item_a::before {
    content: "A";
    background-color: #BA2228;
    color: #fff;
	border: 1px solid #fff;
	font-size: 40px;
}

.faq-item_q > h5 {
    padding: 0 0 0 15px;
    color: #fff;
    font-weight: 700;
	width: auto;
	flex: 1;
}

.faq-item_a > p {
    padding: 0 0 0 15px;
    color: #2A2A2A;
    font-weight: 400;
	width: auto;
	flex: 1;
}

.faq-item_a {
    background: transparent;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_a {
    border-width: 1px 0 0;
}

.faq-item_q::after {
	background-image: url("../images/arrow-up-white.png");
	background-position: center; /* Center the image */
	background-repeat: no-repeat; /* Do not repeat the image */
	background-size: contain; /
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 18px;
    transition: 0.5s ease;
	content: "";
    display: block;
    width: 15px;
    height: 15px;
	margin: 0 20px;
}

.faq__title {
    border-bottom: 1px solid #F96200;
    color: #333;
    font-size: 20px;
}

.faq-item.show .faq-item_q::after {
    transform: rotate(180deg);
	color: #004484;
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
	background-color: #fff;
}

.top-page .faq-item.show .faq-item_a {
	background-color: #F4FAFF;
}

.faq__subcont-item {
    margin: 0 0 50px;
}

#employee-interviews2 {
    background-color: #000;
    padding: 80px 0;
}

#thoughts-on-training {
    padding: 80px 0;
}

.call-all-tow-trucks__button-cont {
    text-align: center;
    margin: 50px 0 0;
}

#thoughts-on-training .am-bg-pix > img {
    object-position: bottom;
}

.thoughts-on-training__cont-desc {
    margin: 50px 0 0;
}

#message-president .title-jp {
    color: #fff;
}

#message-president .title-jp {
    color: #fff;
}

#message {
    background-color: #000;
}

#message .title-jp {
    color: #fff;
}

.message__cont-desc {
    text-align: left;
    margin: 50px 0;
}

.message__subcont-image {
    width: 300px;
}

.message__subcont-content {
    width: calc(100% - 350px);
    margin: 0 0 0 50px;
    text-align: left;
}

.message__content-title img {
    width: 24px;
    height: 35px;
    object-fit: contain;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.message__content-company {
    font-weight: 700;
    border-bottom: 1px solid;
    margin: 0 0 10px;
    padding: 0 0 5px;
}

.message__content-position {
    font-weight: 700;
    font-size: 18px;
}

#advantages-working-kanmon-road {
    padding: 80px 0;
}

.advantages-working-kanmon-road__item-image {
    width: 550px;
    margin: 0 50px 0 0;
}

.advantages-working-kanmon-road__item-content {
    width: calc(100% - 550px);
}

.advantages-working-kanmon-road__subcont {
    margin: 50px 0 0;
}

.advantages-working-kanmon-road__subtitle-number {
    font-size: 50px;
    color: #EF8507;
    font-family: 'Impact';
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.advantages-working-kanmon-road__content-subtitle {
    font-weight: 700;
    font-size: 18px;
}

.advantages-working-kanmon-road__item {
    margin: 0 0 30px;
}

#about-kanmon-road {
    background-color: #000;
    color: #fff;
    padding: 80px 0;
}

#about-kanmon-road .title-jp {
    color: #fff;
}

.about-kanmon-road__cont-desc {
    margin: 50px 0;
}

.message__subcont-table table {
    width: 100%;
    border-collapse: collapse;
}

.message__subcont-table table tr td {
    border: 1px solid #fff;
    padding: 20px;
    text-align: left;
}

.message__subcont-table table tr td:first-child {
    width: 200px;
	text-align: center;
}

.button2 {
    background-color: #EF8507;
    padding: 18px 30px;
    color: #fff;
    text-decoration: none;
    margin: 0 30px 0 0;
    font-weight: 700;
}

.button2 img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin: 0 0 0 10px;
    vertical-align: sub;
}

.about-kanmon-road__button-cont {
    margin: 50px 0 0;
    justify-content: center;
}

.about-kanmon-road__button-cont .button2:last-child {
    margin: 0;
}

#benefits {
    padding: 80px 0;
    background-color: #000;
    color: #fff;
}

#workplace-locations {
    padding: 80px 0;
}

.workplace-locations__cont {
    margin: 50px auto 0;
}

.workplace-locations__subcont-maps {
    width: 550px;
    margin: 0 50px 0 0;
}

.workplace-locations__subcont {
    margin: 50px auto 0 auto;
	justify-content: center;
}

.workplace-locations__item-subtitle {
    border: 1px solid #187FC3;
    color: #187FC3;
    width: 120px;
    height: 50px;
    display: block;
    text-align: center;
    align-content: center;
    font-weight: 700;
}

.workplace-locations__content-item {
    margin: 0 0 30px;
}

.workplace-locations__item-desc {
    margin: 10px 0;
}

#instagram {
    padding: 80px 0;
}

.instagram_subcont {
    flex-wrap: wrap;
    margin: 50px 0 0;
    justify-content: center;
}

.instagram_subcont-item {
    width: calc(100% / 5 - 30px);
    margin: 0 30px 30px 0;
}

.instagram_subcont-item:nth-child(5n) {
    margin: 0 0 30px 0;
}

#benefits .title-jp {
    color: #fff;
}

#blog {
    padding: 80px 0;
    color: #fff;
    background-color: #000;
}

.blog__subcont {
    margin: 50px auto 0;
    justify-content: center;
}

.blog__item {
    width: calc(100% / 3 - 30px);
    margin: 0 30px 0 0;
}

.blog__item:nth-child(3n) {
    margin: 0;
}

.blog__item-date {
    width: 115px;
    border: 1px solid #fff;
    text-align: center;
    margin: 0 0 10px 0;
}

.blog__item-image img {
    width: 100%;
    object-fit: contain;
    margin: 0 0 20px 0;
}

.blog__item-title {
    font-weight: 700;
}

.blog-button__cont {
    margin: 70px 0 0;
}

#blog .title-jp {
    color: #fff;
}

#faq {
    padding: 80px 0;
    background-color: #000;
}

#faq .title-jp {
    color: #fff;
}

footer {
    background-color: #000;
    padding: 50px 0 30px;
}

.ftr__logo-image img {
    max-width: 160px;
}

.ftr__logo-details-text1 {
    display: block;
    font-size: 20px;
    font-weight: 700;
}

.ftr__logo-details-tel {
    display: block;
    font-weight: 700;
    font-size: 30px;
}

.ftr__logo-details-tel img {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin: 0 0 5px;
}

.ftr__logo-details {
    color: #fff;
    margin: 10px 0;
}

.ftr__cont-maps {
    margin: 0 50px 0 0;
    width: calc(100% - 590px);
}

.ftr__logo-image {
    margin: 0 50px 0 0;
}

.ftr__cont-maps img {
    width: 100%;
}

.ftr__sns {
    color: #fff;
    justify-content: center;
}

.ftr__sns img {
    width: 46px;
    height: 46px;
}

.ftr__sns span {
    display: block;
    font-size: 14px;
    text-align: center;
    line-height: 1.2;
}

.ftr__sns-item {
    margin: 0 15px 0 0;
}

.ftr__sns-item:last-child {
    margin: 0;
}

.ftr__cpright {
    color: #fff;
}

#lower-banner__image img {
    filter: brightness(0.6);
    height: 550px;
    object-fit: cover;
	display: block;
	width: 100%;
}

.lower-banner__image-text {
    position: absolute;
    color: #fff;
    transform: translate(-50%, -50%);
    top: 60%;
    left: 40%;
}

#lower-banner__image {
    position: relative;
}

#company-pg {
    padding: 80px 0;
}

.company__subcont-table {
    margin: 50px 0 0;
}

.company__subcont-table table tr td {
    border: 1px solid #187FC3;
    padding: 15px;
}

.company__subcont-table table {
    border-collapse: collapse;
    width: 100%;
}

.company__subcont-table table tr td:first-child {
    font-weight: 700;
    color: #187FC3;
    text-align: center;
}

.company__subcont-desc {
    text-align: center;
}

#position {
    padding: 80px 0;
}

.position__subcont-table {
    margin: 50px 0 0;
}

.position__subcont-table table tr td {
    border: 1px solid #187FC3;
    padding: 15px;
}

.position__subcont-table table {
    border-collapse: collapse;
    width: 100%;
}

.position__subcont-table table tr td:first-child {
    font-weight: 700;
    color: #187FC3;
    text-align: center;
	width: 150px;
}

.position__subcont-desc {
    text-align: center;
}

.fc-red {
    color: #BA2228;
    font-weight: 700;
    text-decoration: underline;
}

.inquiry-form__contact-form {
	margin: 50px auto 0;
	text-align: right;
	max-width: 1000px;
	width: calc(100% - 20px);
	color: #fff;
}

.required {
	color: #FFF;
	padding: 0 26px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #7E8F5B;
}

.not.required {
    background: #888888;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
	color: #000;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #187FC3;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #187FC3;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 16px 10px;
    width: 100%;
	border: 1px solid #187FC3;
}

.notrequired {
	color: #FFF;
    padding: 0 26px;
    font-size: 14px;
    margin: 0 20px 0 auto;
    background-color: #999999;
}

input[type="checkbox"] {
    width: unset;
}

span.wpcf7-list-item.first.last label {
    display: inline-block;
    margin: 0 5px 0 0;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
	margin: 0 0 10px;
}

.inquiry-form__contact-col {
    width: calc(70% - 20px);
	margin: 0 0 0 20px;
}

.inquiry-form__contact-col:first-child {
    width: 30%;
	color: #371F1F;
}

.inquiry-form__submit-cont .dl-submit p input {
    border: unset;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    padding: 16px 50px;
	font-weight: 700;
	background-position-x: calc(100% - 15px)!important;
	background: url(../images/white-circle-right.png) no-repeat right center;
	background: linear-gradient(#187FC3, #05619D);
	background-size: 20px;
}

.inquiry-form__submit-cont {
    text-align: center;
}

.inquiry-form__contact-col textarea {
    padding: 10px;
    width: calc(100% - 22px);
    border: 1px solid #0079E1;
}

input[type="radio"] {
    width: 20px!important;
}

span.wpcf7-form-control.wpcf7-radio label {
    display: inline-block;
	margin: 0 20px 0 0;
}

.inquiry-form__contact-col {
	text-align: left;
	color: #000;
}

#take-first-step {
    padding: 80px 0;
}

.take-first-step__subcont-desc {
    text-align: center;
    margin: 50px 0;
}

.take-first-step__subcont-desc1 {
    text-align: center;
    margin: 30px 0;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	display: flex;
	color: #054B79;
    font-weight: 700;
    display: block;
}

.title-en-cf {
    font-weight: 400;
    color: #187FC3;
    font-family: 'Century Gothic';
    font-size: 15px;
}

.take-first-step__button-item {
    width: calc(100% / 3 - 30px);
    margin: 0 30px 0 0;
}

.take-first-step__item-text-en {
    display: block;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #187FC3;
    margin: 10px 0 20px;
}

.take-first-step__button-item img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin: 20px 0 0;
}

.take-first-step__button-item {
    text-align: center;
    border: 1px solid #187FC3;
}

.take-first-step__item-text-jp {
    font-weight: 700;
    color: #fff;
    background-color: #187FC3;
    display: flex;
    text-align: center;
    display: block;
}

.take-first-step__item-text-jp img {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin: 0 0 3px 10px;
}

.take-first-step__button-item:last-child {
    margin: 0;
}

.take-first-step__button {
    justify-content: center;
}

a.take-first-step__button-item {
    text-decoration: none;
}

.ftr__cont-maps iframe {
    width: 100%;
}

span.wpcf7-spinner {
    display: none;
}

#vehicles-introduction {
    background-color: #000;
    padding: 80px 0;
    color: #fff;
}

#vehicles-introduction .title-jp {
    color: #fff;
}

.vehicles-introduction__subcont-inner {
    flex-wrap: wrap;
	margin: 50px 0 0;
}

.vehicles-introduction__gallery {
    flex-wrap: wrap;
    justify-content: center;
}

.vehicles-introduction__gallery-image {
    width: calc(50% - 30px);
    margin: 0 30px 30px 0;
}

.vehicles-introduction__gallery-image img {
    height: 330px;
    object-fit: cover;
}

.vehicles-introduction__gallery-image:nth-child(2n) {
    margin: 0 0 30px;
}

.vehicles-introduction__cont {
    text-align: center;
    margin: 50px auto 0;
}

.vehicles-introduction__subcont-tab {
    border: 1px solid #737373;
    border-width: 1px 1px 0 1px;
    width: auto;
    padding: 16px 20px;
    font-weight: 700;
    border-radius: 16px 16px 0 0;
	background: transparent;
    color: #fff;
}

.vehicles-introduction__subcont-tab.active {
    background: #BA2228;
}

.vehicles-introduction__subcont-tab {
    width: calc(100% / 5);
}

.vehicles-introduction__subcont-subcontent {
    border: 1px solid #737373;
    padding: 30px;
	text-align: left;
}

.vehicles-introduction__subcontent-desc1 {
    font-size: 30px;
}

.vehicles-introduction__subcontent-desc2 {
    margin: 30px 0;
}

.lower-banner__image-text h1 {
    font-size: 50px;
}

.lower-banner__image-text span {
    font-size: 20px;
    font-weight: 700;
}

.vehicles-introduction__subcont-content {
    display: none;
}

.vehicles-introduction__subcont-content.active {
    display: block;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -100px;
}

.hdr__button {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 1;
}

.hdr__button .call-all-tow-trucks__button {
    padding: 20px 25px;
}

#lower-banner__image img.hdr__button-icon {
	width: 20px;
	object-fit: contain;
	height: 20px;
	display: inline-block;
	filter: unset;
}

#thanks {
    padding: 80px 0;
    background-color: #000;
    color: #fff;
}

.thanks__subcont {
    text-align: center;
    margin: 50px 0 0;
}

#thanks .title-jp {
    color: #fff;
}

.header-nav a.active {
    color: red;
}

a.call-all-tow-trucks__button:hover {
	background-image: unset;
    background-color: #fff;
	color: #05619D;
	border: 2px solid #05619D;
	font-weight: 700;
}

.call-all-tow-trucks__button:hover img {
   	   filter: brightness(0) saturate(100%) invert(24%) sepia(89%) saturate(1646%) hue-rotate(181deg) brightness(94%) contrast(96%);
}

#lower-banner__image .call-all-tow-trucks__button:hover img.hdr__button-icon {
	   	   filter: brightness(0) saturate(100%) invert(24%) sepia(89%) saturate(1646%) hue-rotate(181deg) brightness(94%) contrast(96%);
}

.fc-red a {
    color: #BA2228;
}

.workplace-locations__subcont-content {
    width: calc(100% - 600px);
}

.vehicles-introduction__subcont-content {
	display: none;	
}

.vehicles-introduction__subcont-tab.active {
	display: block;
}

.hide-section {
    display: none;
}

.ftr__sns-item {
    color: #fff;
    text-decoration: none;
	text-align: center;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	cursor: revert;
}

.ii-pgnavi__btn {
	background-color: #000;
	padding: 10px 14.79px;
	color: #fff;
	font-weight: 500;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
	border: none;
	border-radius: 4px;
}

a.ii-pgnavi__btn {
    text-decoration: none;
}

.ii-pgnavi__btn i {
	background-color: #0b6aa8;
	color: #fff;
	margin: 0 0 0 8px;
}

.ii-pgnavi__btn.next {
	background-color: #0b6aa8;
	padding: 5px 12.79px;
	color: #fff;
	font-size: 18px;
	border: 1px solid #0b6aa8;
	border-radius: 4px;
	
}

.ii-pgnavi__btn.previous {
	background-color: #0b6aa8;
	padding: 5px 12.79px;
	color: #fff;
	font-size: 18px;
	border: none;
	border-radius: 4px;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 50px auto 0;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.previous i.fa.fa-chevron-left {
    margin: 0 8px 0 0;
}

.column__cont-subitem {
    width: calc(100% / 2 - 30px);
    margin: 0 30px 0 0;
}

.column__cont-item {
    flex-wrap: wrap;
}

#column {
    padding: 80px 0;
    background-color: #FFE6D88F;
}

#blog {
    padding: 80px 0;
}

img.blog-image {
    max-width: 380px;
    width: 100%;
    height: 246px;
    min-height: 230px;
    object-fit: cover;
}

.blog-cont {
    margin: 0 0 50px;
/* 	justify-content: center; */
}

.blog-item a {
    text-decoration: none;
}

.top-columns__content {
    color: #000;
	display: block;
	margin: 10px 0 0;
}

.blog-title {
    display: flex;
    color: #000;
    font-weight: 700;
	width: calc(100% - 30px);
	margin: 5px 0 0;
	justify-content: space-between;
}

.top-columns__subtitle {
    margin: 0 10px;
    font-weight: 700;
	font-size: 16px;
}

.blog-title img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.blog-date {
    margin: 0 18px 0 0;
	font-size: 16px;
}

.am-col4.blog-item {
    width: calc(100% / 12 * 4 - 30px);
    margin: 0 30px 30px 0;
}

.am-col4.blog-item:last-child {
    margin: 0;
}

.column__container {
    max-width: 1200px;
    margin: 50px auto;
}

.blog-category-list li {
    list-style: none;
    margin-bottom: 6px;
}
.blog-category-list a {
    text-decoration: none;
    color: #333;
}
.blog-category-list a:hover {
    color: #FF613E; 
}

.blog-item {
    margin: 0 30px 30px 0;
    width: calc(100% / 12 * 7 - 110px);
	padding: 15px;
	border: 1px solid #000;
    box-shadow: 5px 5px #eee;
}

.column__subtitle {
    display: flex;
}

.column__subtitle {
    align-self: center;
    justify-content: flex-start;
    display: inline-block;
    padding: 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
}

.column__subtitle img {
	width: 24px;
    height: 21px;
    margin: 0 5px 0 0;
    object-fit: contain;
}

.blog-category-list li {
    list-style: none;
    border-bottom: 1px solid #B6B6B6;
    margin: 0 0 10px;
    padding: 0 0 10px 0;
}

ul.blog-category-list {
    padding: 0;
}

.column__categories {
    margin: 0 0 40px;
}

.column__recommended-articles {
    margin: 0 0 40px;
}

.column__subtitle:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    background-color: #000;
}

.column__sidebar {
    border: 1px solid #000;
    padding: 20px;
}

.blog-side__item {
    display: flex;
	align-items: center;
}

.blog-side__item-pix {
    width: calc(40% - 10px);
    margin: 0 10px 0 0;
}

.blog-side__item-desc {
    width: 60%;
}

.blog-item__pix {
	width: 100%;
}

.blog-date img {
    vertical-align: middle;
    color: #000;
    margin: 5px 5px 0 0;
}

.blog-title {
    justify-content: flex-start;
    color: #000;
}

.blog-category img {
    vertical-align: middle;
	margin: 0 0 5px;
}

.blog-category {
    color: #000;
	align-items: center;
}

.blog-item a {
    color: #564B51;
	font-weight: 400;
}

#column-main {
    padding: 80px 0;
}

.blog__read-more img {
    vertical-align: middle;
    margin: 0 0 0 5px;
}

.blog__read-more {
    margin: 10px 0 20px;
}

.column__subcont {
    margin: 0 30px 0 0;
	width: calc(100% - 374px);
}

.title5 img {
    width: 24px;
    height: 21px;
    object-fit: contain;
}

.category-cont {
    margin: 0;
}

.single-class-category {
    border: 1px solid #000;
    padding: 15px;
}

.title5 {
    margin: 0 0 20px;
}

.category-list a {
    color: #564B51;
    text-decoration: none;
    border-bottom: 1px solid #B5AD84;
    width: 100%;
    display: block;
    margin: 0 0 10px 0;
    padding: 0 0 5px;
}

.title5 img {
    margin: 0 5px 0 0;
}

.recommended-post {
    display: flex;
	border-bottom: 1px solid #B5AD84;
    padding: 20px 0 0;
    margin: 0 0 20px;
}

.recommended-post__thumb img {
    width: 151px;
    object-fit: cover;
}

.recommended-post__content {
    width: calc(100% - 151px);
    margin: 0 0 0 10px;
}

.recommended-post a {
    text-decoration: none;
    color: #564B51;
}

.sect-blog__sidebar {
    justify-content: end;
}

.popular-posts a {
	color: #564B51;
	text-decoration: none;
}

a.popular-post {
    display: flex;
    border-bottom: 1px solid #B5AD84;
    padding: 20px 0;
}

.popular-posts img {
    width: 151px;
}

.popular-post__thumb img {
    width: 100%;
    object-fit: contain;
}

.popular-post__content {
	width: calc(100% / 2 - 10px);
	margin: 0 0 0 10px;
}

.cont-1140 {
	max-width: 1140px;
	margin: 0 auto;
}

.blog-item:nth-child(2n) {
    margin: 0 0 30px;
}

.ks-blog-title:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 80px;
    height: 3px;
    background: #000;
}

.title5.ks-blog-title {
    position: relative;
    margin: 20px 0 10px;
}

.mgt-40 {
    margin: 40px 0 20px 0;
}

.title1 {
    display: block;
	font-size: 36px;
    line-height: 54px;
}

#column-main .title1,
#sect-blog .title1 {
    border-bottom: 3px solid #000;
}

.single-item {
	margin: 0 0 30px;
}

.sect-blog__item-cont {
    margin: 0 40px 0 0;
}

.table-of-content {
    border: 1px solid #000;
    margin: 20px 0;
	padding: 20px;
}

.table-of-content ul {
    list-style: decimal;
	padding: 0 0 0 20px;
}

.single-item {
	margin-bottom: 30px;
}

.single-item .title1 {
    font-size: 32px;
}

.table-of-content__subtitle {
    text-align: center;
    display: block;
    font-weight: 700;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

#sect-blog .title1 {
    text-align: left;
}

.recommended-articles {
    border: 3px solid #000;
    padding: 40px 20px;
	margin: 60px 0 30px;
	position: relative;
}

.recommended-articles__subtitle {
    position: absolute;
    left: 30px;
    top: 0;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    background: #FFF;
    padding: 0 10px;
}

.single-pg.blog-title {
    font-weight: 400;
	margin: 0 0 10px 0;
}

.single-pg h3.top-columns__subtitle {
    font-weight: 400;
	margin: -5px 0 0 5px;
}

.recommended-articles__subtitle > span {
	margin: 0 0 0 10px;
	display: block;
	font-weight: 700;
    font-size: 20px;
    color: #000;
}

.blue-dot {
    width: 16px;
    height: 16px;
    background-color: #000;
    display: inline-block;
    border-radius: 50%;
    margin: 0 10px 0 0;
}

.recommended-articles__subtitle img {
    width: 74px;
    height: 74px;
	object-fit: contain;
}

.popular-post__thumb {
    width: calc(100% / 2 - 10px);
    margin: 0 10px 0 0;
}

.div_banner2 {
    background-color: #f0f0f0;
    padding: 20px;
    margin-bottom: 12px;
    margin-top: 5px
}

.div_banner2 .title {
    position: relative;
    z-index: 1
}

.div_banner2 .title:before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #9a9a9a;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 0
}

.div_banner2 .title span {
    font-weight: 700;
    font-size: 16px;
    background-color: #f0f0f0;
    padding-right: 20px
}

.div_banner2 .content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 25px 0 10px
}

.div_banner2 .img {
    width: 14.493%;
    height: 100px;
    margin-left: 3.188%;
    margin-right: 2.174%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%
}

.div_banner2 .all_text {
    width: 79.71%
}

.div_banner2 .all_text .txt_note {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700
}

.div_banner2 .all_text .txt {
    font-size: 13px
}

.sect-blog__post {
    margin: 0 30px 0 0;
}

a.blog__item {
    text-decoration: none;
    color: #fff;
}

img.exclusive-interview-ceo__arrow {
    display: none;
}

#contact-form-top {
    padding: 80px 0;
	background-color: #000;
}

#contact-form-top .title-jp {
    color: #fff;
}

.inquiry-form__contact-form.inquiry-page.top-page .inquiry-form__contact-col label {
	color: #fff;
	font-weight: 400;
}

.inquiry-page.top-page .title-en-cf {
	color: #fff;
	background-color: #BA2228;
	padding: 3px 15px;
	margin: 0 0 0 15px;
}

.inquiry-page.top-page .inquiry-form__contact-col input,
.inquiry-page.top-page .inquiry-form__contact-col textarea {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}

.inquiry-form__contact-col.tel-tp input {
	width: calc(100% / 3 - 80px);
	color: #fff;
	background-color: transparent;
	border: 1px solid #fff;
}

.fc-white {
    color: #fff;
    margin: 0 10px;
    font-size: 18px;
}

#contact-form-top .dl-submit.faq-cf {
    margin: 30px 0;
}