@charset "UTF-8";
/* 共通 */
html {
	font-size: 100%;
}
body {
	position: relative;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
	line-height: 1.7;
	color: #333;
	font-size: 15px;
	background: #fff;
	-webkit-font-smoothing: antialiased; /*アンチエイリアスを滑らかに*/
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: 0.1em;
	line-height: 1.9;
}
a {
	text-decoration: none;
	color: #0661C9;
	transition: .4s;
}
a:hover {
	color: #5fc5d4;
}
ul, ol {
	list-style: none;
	padding: 0;
}
main {
	display: block;
	position: relative;
	overflow: hidden;
}
main section {
	padding: 80px 0 100px;
	position: relative;
}
@media (max-width: 985px) {
	main section:first-child {
		padding-top: 40px;
	}
	main section {
		padding: 80px 0;
	}
}
@media (max-width: 550px) {
	main section:first-child {
		padding-top: 25px;
	}
	main section {
		padding: 45px 0;
	}
}
/* 下層 section */
.subs main {
	background: #f7faff;
}
.subs main section {
	padding: 60px 0 110px;
	background: #fff;
	width: calc(100% - 110px);
	margin: auto;
	margin-bottom: 50px;
}
.subs main section:last-child {
	margin-bottom: 0 !important;
}
@media (max-width: 985px) {
	.subs main section:first-child {
		padding-top: 40px;
	}
	.subs main section {
		padding: 80px 0;
		width: 100%;
	}
}
@media (max-width: 550px) {
	.subs main section:first-child {
		padding-top: 30px;
	}
	.subs main section {
		padding: 45px 0;
		margin-bottom: 35px;
	}
}
/* 画像 */
img {
	line-height: 1;
	vertical-align: top;
	max-width: 100%;
	transition: .4s;
}
/* テキスト */
p {
	margin-bottom: 10px;
}
.marker {
	text-decoration: underline;
	text-decoration-thickness: 0.4em;
	text-decoration-color: rgba(255, 239, 135, 0.75);
	text-underline-offset: -0.05em;
	text-decoration-skip-ink: none;
}
/*見出し01*/
.maintitle {
	position: relative;
	margin-bottom: 70px;
	color: #333;
	font-size: 1.55rem;
	line-height: 1.5;
	font-weight: 500;
}
.maintitle .en {
	font-weight: 400;
	font-family: 'League Spartan', sans-serif;
	color: #0661C9;
	font-size: 73%;
	margin-right: -3.5px;
}
@media (max-width: 750px) {
	.maintitle {
		margin-bottom: 45px !important;
	}
}
@media (max-width: 450px) {
	.maintitle {
		font-size: 1.25rem;
		margin-bottom: 30px !important;
		line-height: 1.55;
	}
	.maintitle .en {
		font-size: 78%;
	}
}
/*見出し02*/
.mtitle {
	position: relative;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
	font-size: clamp(1.15rem, 1rem + 0.5333vw, 1.4rem);
	font-weight: 500;
}
@media (max-width: 750px) {
	.mtitle {
		margin-bottom: 15px;
	}
}
@media (max-width: 450px) {
	.mtitle {
		margin-bottom: 7px;
	}
}
/*見出し03*/
.stitle {
	position: relative;
	font-size: 1.05rem;
	font-size: clamp(1.1rem, 0.98rem + 0.4267vw, 1.3rem);
	font-weight: 500;
	border-bottom: 1px solid #0661C9;
	margin-bottom: 25px;
	padding-bottom: 3px;
	color: #333;
}
@media (max-width: 750px) {
	.stitle {
		margin-bottom: 15px;
	}
}
/*ボタン*/
.mainbtn a {
	position: relative;
	vertical-align: middle;
	margin: 0 auto;
	padding: 13px;
	border: 1px solid #0661C9;
	transition: .4s;
	display: inline-block;
	width: 17rem;
	text-align: center;
	color: #0661C9;
	background: #fff;
	z-index: 1;
	overflow: hidden;
}
.mainbtn a:hover {
	transition: .4s;
	color: #fff;
	background: #0661C9;
}
.mainbtn a::after {
	position: absolute;
	top: 50%;
	right: 10px;
	font-family: "Font Awesome 5 Free";
	content: "\f105";
	font-weight: bold;
	line-height: 1;
	transform: translate(0, -50%);
	font-size: .75em;
	transition: .1s;
}
@media (max-width: 450px) {
	.mainbtn {
		margin: auto;
	}
	.mainbtn a {
		width: 75%;
		padding: 10px;
	}
}
/*flex要素*/
.flexbox {
	display: flex;
	justify-content: space-between;
}
@media (max-width: 750px) {
	.flexbox {
		display: block;
	}
	.flexbox img {
		width: 100%;
	}
	.flexbox div {
		width: 100%;
	}
}
.reverse {
	flex-direction: row-reverse;
}
.fa-external-link-alt {
	font-size: 90%;
}
/*幅*/
.inner {
	width: 92%;
	max-width: 1200px;
	margin: 0 auto;
}
.w62 {
	width: 62%;
}
.w55 {
	width: 55%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w41 {
	width: 41%;
}
.w32 {
	width: 32%;
}
/* 背景 */
.bg_grey::after {
	position: absolute;
	display: block;
	content: "";
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #f7faff;
	z-index: -2;
}
.swhite::before {
	content: "";
	width: 100%;
	height: 90%;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	background: #fff;
	z-index: -1;
}
/* テーブル */
.info_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.info_table tr {
	border: 2px solid #f5f5f5;
}
.info_table th, .info_table td {
	padding: 15px 5px;
}
.info_table th {
	background: #0661C9;
	color: #fff;
	width: 30%;
	border-right: 2px solid #f5f5f5;
}
.info_table td {
	padding-left: 10px;
	background: #fff;
	width: 70%;
	border-right: 2px solid #f5f5f5;
	border-left: 2px solid #f5f5f5;
}
/*=== 共通部分ここまで ===*/
/* header */
.change_color {
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.header_sticky {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.header {
	padding: 15px 5px;
	transition: all .5s;
	width: 100%;
	z-index: 100;
	position: relative;
}
.header_inner {
	/* max-width: 1250px; */
	width: 93%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header_title a {
	display: flex;
	align-items: center;
}
.header_title {
	filter: drop-shadow(0px 0.3px 1px rgb(0 0 0 / 50%)) drop-shadow(0px -0.3px 2px rgb(0 0 0 / 50%));
}
.header_logo {
	width: 295px;
	filter: brightness(0) invert(1);	
}
.change_color .header_logo, .change_color .header_title {
	filter: none;
}
.header h1 {
	transition: .3s;
	z-index: 110;
}
.header_title:hover h1 {
	opacity: 0.6;
	transition: .3s;
}
.header ul {
	display: flex;
	text-align: center;
}
.header ul li {
	margin-right: 30px;
	position: relative;
	line-height: 1.6;
}
.header ul li:last-child {
	margin-right: 0;
}
.header ul li a {
	display: block;
	width: 100%;
	transition: all .3s;
	position: relative;
	top: 0;
	padding: 3px 0;
	color: #fff;
	font-family: 'League Spartan', sans-serif;
	font-weight: 400;
	font-size: 1.15rem;
	text-shadow: 0px 0.3px 1px rgb(0 0 0 / 40%), 0px -0.3px 2px rgb(0 0 0 / 40%);
}
.change_color ul li a {
	color: #333;
	text-shadow: none;
}
.header ul li a:hover {
	opacity: 0.6;
}
.header ul li a span {
	display: block;
	font-size: 70%;
	font-weight: 500;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
/* ハンバーガーメニュー */
.hamburger_menu {
	display: none;
}
/* 電話番号 */
.hum_tel {
	text-align: center;
	margin-bottom: 13px;
	font-size: 1.2rem;
}
.hum_tel a {
	color: #0661C9;
}
.hum_tel a:hover {
	opacity: 0.6;
}
/* ボタン */
.menu_btn {
	position: fixed;
	top: 19px;
	right: 16px;
	cursor: pointer;
	display: flex;
	height: 23px;
	width: 23px;
	justify-content: center;
	align-items: center;
	z-index: 110;
}
.menu_btn span, .menu_btn span:before, .menu_btn span:after {
	content: '';
	display: block;
	height: 2px;
	width: 30px;
	background: #fff;
	position: absolute;
	transition: all 0.4s;
}
.change_color .menu_btn span, .change_color .menu_btn span:before, .change_color .menu_btn span:after {
	background: #0661C9;
}
.menu_btn span:before {
	bottom: 7px;
}
.menu_btn span:after {
	top: 7px;
}
#menu_btn_check:checked ~ .menu_btn span {
	background-color: rgba(255, 255, 255, 0) !important;
	transition: all 0.4s;
}
#menu_btn_check:checked ~ .menu_btn span::before {
	bottom: 0;
	transform: rotate(45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check:checked ~ .menu_btn span::after {
	top: 0;
	transform: rotate(-45deg) !important;
	transition: all 0.4s;
	background: #333;
}
#menu_btn_check {
	display: none;
}
/* ハンバーガー内メニュー */
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 80;
	background-size: cover;
	background-position: center;
	overflow: auto;
}
.menu_content .menu_padding {
	position: absolute;
	top: 52%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 90%;
}
.menu_content nav {
	padding: 0 30px 20px;
}
.menu_content ul {
	text-align: center;
}
.menu_content ul li {
	padding: 3px 0;
	margin: 3px 0;
	list-style: none;
}
.menu_content ul li a {
	display: block;
	width: 100%;
	font-size: 1.1rem;
	box-sizing: border-box;
	text-decoration: none;
	padding: 9px 0;
	color: #333;
	position: relative;
}
.menu_content ul li a:hover {
	opacity: 0.6;
}
.menu_content {
	width: 100%;
	height: 100%;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fff;
	transition: all 0.6s;
	pointer-events: none;
	opacity: 0;
}
.menu_content .mainbtn {
	text-align: center;
	margin-bottom: 7px;
}
.menu_content .mainbtn:last-child {
	margin-bottom: 0;
}
.menu_content .mainbtn a:after {
	content: none;
}
.menu_content .mainbtn a {
	padding: 10px;
}
#menu_btn_check:checked ~ .menu_content {
	opacity: 1;
	pointer-events: auto;
}
/*下層ヘッダー*/
.subpage {
	position: sticky;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
.subpage .header_sticky {
	position: relative;
}
.subpage .header {
	background: #fff;
	box-shadow: 0px 4px 4px -5px rgba(0, 0, 0, 0.4);
}
.subpage .header_logo, .subpage .header_title {
	filter: none;
}
.subpage .header ul li a {
	color: #333;
	text-shadow: none;
}
.subpage .menu_btn span, .subpage .menu_btn span:before, .subpage .menu_btn span:after {
	background: #0661C9;
}
@media (max-width: 975px) {
	.header {
		padding: 10px 20px;
	}
	.header_logo {
		width: 195px;
	}
	.menu_btn_mgt, .hamburger_menu, .header_inner label {
		display: block;
	}
	.header_nav {
		display: none;
	}
	.header .inner {
		display: none;
	}
	.header_inner {
		margin: 0;
	}
	.menu_btn {
		top: 16px;
		right: 34px;
	}
}
@media (max-width: 500px) {
	.header_title {
		width: 170px;
	}
	.header {
		padding: 10px;
	}
	.menu_btn {
		top: 12px;
		right: 21px;
	}
	.menu_content .mainbtn a {
		width: 65%;
		padding: 7px;
		font-size: 0.97rem;
	}
	.menu_content ul li a {
		font-size: 0.97rem;
	}
}
@media (max-width: 315px) {
	.header_title {
		width: 64vw;
	}
	.menu_btn {
		top: 8px;
		right: 15px;
	}
}
/* footer */
.footer_contact {
	position: relative;
	z-index: 1;
	padding: 30px 0;
}
.footer_contact .inner {
	max-width: 830px;
}
.footer_contact .maintitle {
	margin-bottom: 30px;
}
.tl_title {
	font-weight: 500;
	margin-bottom: 3px;
	font-size: 0.97rem;
}
.tel_contact {
	font-size: 1.9rem;
	margin-left: -5.5px;
	font-family: 'League Spartan', sans-serif;
	font-weight: 400;
	margin-bottom: 0 !important;
}
.tel_contact a {
	color: #043C7C;
}
.tel_contact a:hover {
	opacity: 0.6;
}
.tl_text {
	font-size: 0.9rem;
	margin-bottom: 0;
}
.footer_contact .flexbox {
	margin-bottom: 55px;
}
@media (max-width: 750px) {
	.footer_contact .maintitle {
		margin-bottom: 30px !important;
	}
	.footer_contact .flexbox div {
		margin-bottom: 35px;
	}
	.footer_contact .flexbox {
		margin-bottom: 45px;
	}
	.tl_title {
		font-size: 1.05rem;
	}
	.tl_text {
		font-size: 1rem;
	}
}
@media (max-width: 450px) {
	.tel_contact {
		font-size: 7.5vw;
	}
	.tl_text {
		font-size: 0.95rem;
	}
}
/* コピーライト */
.copyright {
	margin: 0;
	text-align: center;
	line-height: 1.3;
}
.copyright p {
	color: #333;
	margin-bottom: 0;
}
/*ページ上に戻るボタン*/
.go_top {
	display: block;
	width: 65px;
	height: 65px;
	box-sizing: border-box;
	border: 2px solid #fff;
	background: #0661C9;
	padding-top: 30px;
	text-align: center;
	letter-spacing: -1px;
	font-size: 85%;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 30px;
	z-index: 79;
	border-radius: 50px;
}
.go_top::before {
	content: "";
	display: block;
	border-top: 3.5px solid #fff;
	border-right: 3.5px solid #fff;
	width: 37%;
	height: 37%;
	top: 22px;
	left: 0;
	right: 0;
	margin: auto;
	position: absolute;
	transform: rotate(-45deg);
}
.go_top:hover {
	background: #fff;
	border: 2px solid #0661C9;
}
.go_top:hover::before {
	border-top: 3.5px solid #0661C9;
	border-right: 3.5px solid #0661C9;
}
.tfade {
	position: relative;
	z-index: 79;
}
@media(max-width:450px) {
	.go_top {
		width: 55px;
		height: 55px;
		text-indent: -9999px;
		bottom: 10px;
		right: 10px;
		opacity: 1;
	}
	.go_top::before {
		bottom: 18px;
	}
}
.center {
	text-align: center;
}
.tbtn {
	margin-top: 35px;
}
@media (max-width: 450px) {
	.tbtn {
		margin-top: 25px;
	}
}
/* スライド */
.topslide {
	overflow: hidden;
	position: relative;
}
.slide_items {
	width: 100%;
	overflow: hidden;
}
.slide_items img {
	width: 100%;
	min-height: 650px;
	height: 100vh;
	object-fit: cover;
	z-index: -2;
}
/*=== 丸が動いてスクロールを促す ====*/
/*スクロールダウン全体の場所*/
.scrolldown {
	/*描画位置※位置は適宜調整してください*/
	position: absolute;
	bottom: 30px;
	left: 80px;
}
@media (max-width: 1095px) {
	.scrolldown {
		left: 50px;
	}
}
/*Scrollテキストの描写*/
.scrolldown span {
	/*描画位置*/
	position: absolute;
	left: 10px;
	bottom: 160px;
	/*テキストの形状*/
	color: #fff;
	font-size: 0.9rem;
	letter-spacing: 0.07em;
	/*縦書き設定*/
	-ms-writing-mode: tb-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
/* 線の描写 */
.scrolldown:after {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0;
	left: 0;
	/*線の形状*/
	width: 2px;
	height: 200px;
	background: #eee;
}
/* 丸の描写 */
.scrolldown:before {
	content: "";
	/*描画位置*/
	position: absolute;
	bottom: 0;
	left: -4px;
	/*丸の形状*/
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #eee;
	/*丸の動き4秒かけて透過し、永遠にループ*/
	animation: circlemove 4s ease-in-out infinite, cirlemovehide 4s ease-out infinite;
}
/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
	0% {
		bottom: 195px;
	}
	100% {
		bottom: -5px;
	}
}
/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
	0% {
		opacity: 0
	}
	50% {
		opacity: 1;
	}
	80% {
		opacity: 0.9;
	}
	100% {
		opacity: 0;
	}
}
@media (max-width: 985px) {
	.slide_items img {
		min-height: auto;
		height: 620px;
	}
	.scrolldown {
		display: none;
	}
	.topslide {
		padding-bottom: 80px;
	}
}
@media (max-width: 550px) {
	.slide_items img {
		height: 330px;
	}
	.topslide {
		padding-bottom: 55px;
	}
}
/* お知らせ */
.newsab {
	position: absolute;
	bottom: 30px;
	right: 40px;
	min-width: 750px;
	background: #fff;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 2px 24px 0px, rgba(0, 0, 0, 0.04) 0px 0px 0px 1px;
	padding: 10px;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}
.newsab .flex {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.newsin {
	width: 645px;
	max-height: 100px;
}
.newsab .mtitle {
	font-family: 'League Spartan', sans-serif;
	font-weight: 400;
	margin-bottom: 0;
	margin-bottom: -5px;
}
@media (max-width: 985px) {
	.newsab .flex {
		display: block;
	}
	.newsab {
		min-width: auto;
		width: 90%;
		bottom: 20px;
		left: 50%;
		transform: translateX(-50%);
	}
	.newsin {
		width: 100%;
	}
	.newsab .mtitle {
		margin-left: 20px;
	}
	.newsab {
		width: 95%;
		bottom: 10px;
	}
}
@media (max-width: 550px) {
	.newsab {
		width: 95%;
		bottom: 3px;
		box-shadow: rgb(0 0 0 / 3%) 0px 6px 24px 0px, rgb(0 0 0 / 3%) 0px 0px 0px 1px;
	}
	.newsab .mtitle {
		margin-left: 18px;
	}
}
@media (max-width: 550px) {
	.newsab {
		padding: 5px;
	}
}
/*挨拶*/
.welcome .maintitle {
	margin-bottom: 30px;
	/* margin-bottom: 50px; */
}
.wide_img {
	object-fit: cover;
	width: 100%;
	height: 325px;
}
.welcome .wide_img {
	margin-bottom: 20px;
}
@media (max-width: 880px) {
	.welcome .maintitle {
		margin-bottom: 25px !important;
	}
	.welcome .wide_img {
		margin-bottom: 10px;
	}
}
@media (max-width: 750px) {
	.welcome .maintitle {
		margin-bottom: 20px !important;
	}
	.wide_img {
		height: auto;
	}
}
/* 株式会社 リトアで一緒に働く従業員を大募集中 */
.recruit .maintitle {
	margin-bottom: 45px;
}
.whitebox {
	background: #fff;
	padding: 45px 40px 50px;
	box-shadow: rgba(0, 0, 0, 0.01) 0px 2px 24px 0px, rgba(0, 0, 0, 0.017) 0px 0px 0px 1px;
}
.recruit .whitebox {
	padding: 40px 40px 75px;
}
.longs {
	align-items: center;
}
@media (max-width: 995px) {
	.longs img {
		object-fit: cover;
		width: 100%;
		height: 360px;
	}
}
@media (max-width: 750px) {
	.recruit .whitebox {
		padding: 30px 30px 55px;
	}
	.whitebox .flexbox img {
		margin-bottom: 10px;
	}
	.longs img {
		height: auto;
	}
}
@media (max-width: 450px) {
	.recruit .whitebox {
		padding: 20px 20px 40px;
	}
	.recruit .whitebox .maintitle {
		margin-bottom: 17px !important;
	}
}
/* CONTENTS */
.contents .maintitle {
	height: fit-content;
}
.card {
	width: 77%;
}
.imgcard img {
	object-fit: cover;
}
.imgcard {
	position: relative;
	overflow: hidden;
}
.imgcard a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
	padding: 60% 10px;
}
.imgcard a::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.15);
	pointer-events: none;
	z-index: -1;
	transition: .3s;
}
.imgcard a img {
	display: block;
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.3s ease;
	z-index: -2;
	transform: scale(1.05, 1.05);
}
.imgcard .text {
	position: absolute;
	top: 10px;
	left: 13px;
	display: flex;
}
.imgcard h3, .imgcard p {
	background: #fff;
	padding: 5px 0;
	box-shadow: 0px 4px 4px -5px rgb(0 0 0 / 40%);
	color: #333;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	height: fit-content;
}
.imgcard h3 {
	font-size: 1.2rem;
	margin-right: 10px;
	padding-right: 1.5px;
	line-height: 1.6;
	font-weight: 500;
}
.imgcard p {
	line-height: 1.4;
	padding-right: 2px;
	font-size: 1.07rem;
	font-weight: 400;
	font-family: 'League Spartan', sans-serif;
}
.imgcard a:hover img {
	transform: scale(1, 1);
	transition: .3s;
}
.imgcard a:hover::after {
	background: rgba(0, 0, 0, 0.25);
	transition: .3s;
}
@media (max-width: 860px) {
	.imgcard h3 {
		font-size: 1.1rem;
		margin-bottom: 3px;
	}
	.imgcard p {
		font-size: 1rem;
	}
}
@media (max-width: 750px) {
	.imgcard a img {
		transform: scale(1, 1);
	}
	.imgcard a {
		padding: 110px 0px;
	}
	.imgcard {
		margin-bottom: 10px;
	}
	.imgcard:last-child {
		margin-bottom: 0;
	}
	.contents .maintitle {
		text-align: center;
	}
}
/* 下層ページトップ ================================*/
.fv {
	height: 260px;
	width: 100%;
	display: flex;
	align-items: center;
	background: #f7faff;
	position: relative;
}
.fv .inner {
	max-width: 80%;
}
.fv h2 {
	font-size: clamp(1.4rem, 0.98rem + 1.4933vw, 2.1rem);
	text-align: center;
	line-height: 1;
	z-index: 1;
	position: relative;
	margin-bottom: 10px !important;
	font-weight: 400;
	font-family: 'League Spartan', sans-serif;
}
.fv h2 .en {
	font-size: 55%;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	font-weight: 500;
}
@media(max-width:850px) {
	.fv {
		height: 205px;
	}
}
@media(max-width:450px) {
	.fv {
		height: 140px;
	}
	.fv h2 {
		margin-bottom: 0 !important;
		line-height: 1.1;
	}
	.fv h2 .en {
		font-size: 60%;
	}
}
.fb {
	font-size: 104%;
	color: #0661C9;
}
/* 事業内容ページ ================================*/
/* 見出し・文章のみ section */
.textnom .maintitle {
	margin-bottom: 33px;
}
.textnom .inner {
	max-width: 1000px;
}
/* リトアの強み */
.features .flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1050px;
	margin: auto;
}
.features .flex img {
	width: 190px;
	margin-bottom: 7px;
}
.feanum {
	font-size: 0.9rem;
	line-height: 1.35;
}
.feanum span {
	font-size: 1.45rem;
	font-weight: 400;
	font-family: 'League Spartan', sans-serif;
	color: #0661C9;
}
.feaex {
	font-size: 0.91rem;
}
.feaex br {
	display: none;
}
@media(max-width:735px) {
	.features .flex {
		max-width: 500px;
	}
	.features .flex div {
		width: 47%;
		margin: 0 1.5% 15px;
	}
	.features .flex img {
		width: 160px;
		margin-bottom: 0;
	}
}
@media(max-width:450px) {
	.feanum {
		font-size: 0.8rem;
		line-height: 1.35;
		margin-bottom: 3.5px;
	}
	.feanum span {
		font-size: 1.1rem;
		color: #0661C9;
	}
	.features .flex img {
		width: auto;
		max-width: 130px;
		margin-bottom: 4px;
	}
	.features .flex div {
		width: 44%;
		margin: 0 2.5% 0;
	}
	.feaex {
		font-size: 0.8rem;
	}
	.feaex br {
		display: block;
	}
}
@media(max-width:335px) {
	.features .flex img {
		max-width: 100%;
	}
}
@media(max-width:255px) {
	.feaex br {
		display: none;
	}
}
/* 事業内容 */
.smt .mtitle {
	font-size: clamp(1.07rem, 0.992rem + 0.2773vw, 1.2rem);
}
.smt .mtitle:before {
	position: absolute;
	bottom: -7px;
	left: 0;
	width: 65px;
	height: 3px;
	content: '';
	background: #c4d4f4;
}
@media(max-width:750px) {
	.smt .mtitle:before {
		bottom: -4px;
	}
}
@media(max-width:450px) {
	.smt .mtitle {
		margin-bottom: 15px;
	}
}
.servicep .flexbox {
	align-items: center;
	margin-bottom: 55px;
}
.servicep .flexbox:last-child {
	margin-bottom: 0 !important;
}
.servicep .flexbox .stitle {
	margin-bottom: 13px;
}
.simgs .flexbox img {
	object-fit: cover;
	height: 350px;
}
.sep05 {
	object-position: 45% 50%;
}
@media(max-width:1185px) {
	.sep05 {
		object-position: 55% 50%;
	}
}
@media(max-width:750px) {
	.simgs .flexbox img {
		object-fit: cover;
		height: auto;
		margin-bottom: 7px;
	}
}
@media(max-width:450px) {
	.servicep .flexbox {
		margin-bottom: 40px;
	}
}
/* 流れ */
.flow {
	position: relative;
}
.flow::before {
	content: "";
	width: 16px;
	height: 100%;
	background-color: #f5f5f5;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
.ftitle {
	font-weight: 500;
	margin-bottom: 13px;
	font-size: clamp(1.1rem, 1.01rem + 0.32vw, 1.25rem);
	position: relative;
	z-index: 2;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}
.ftitle span {
	color: #0661C9;
	font-weight: 400;
	font-family: 'League Spartan', sans-serif;
	margin-right: 12px;
	font-size: 95%;
	position: relative;
}
.flow .fwrap {
	margin-bottom: 65px;
	padding: 35px;
	background: #fff;
	box-shadow: rgb(0 0 0 / 1%) 0px 6px 24px 0px, rgb(0 0 0 / 3.5%) 0px 0px 0px 1px;
}
.flow .fwrap .mainbtn a {
	width: 100%;
	border: 1px solid #0661C9;
	padding: 8px 0;
	color: #fff;
	background: #0661C9;
}
.flow .fwrap .mainbtn a:hover {
	color: #0661C9;
	background: #fff;
}
.flow .flowd::after, .flow .flowd::before {
	content: "";
	display: block;
	position: absolute;
	top: 57px;
}
.flow .flowd {
	padding-left: 80px;
	position: relative;
}
.flow .flowd::before {
	z-index: 1;
	width: 11px;
	height: 11px;
	margin-top: -5px;
	background: #0661C9;
	border-radius: 50%;
	left: 3px;
}
.flow .flowd::after {
	width: 63px;
	border-bottom: 1px dashed #333;
	position: absolute;
	left: 13px;
}
.btns {
	margin-top: 20px;
}
@media (max-width: 955px) {
	.fservices {
		padding-bottom: 0;
	}
	.flow .flowd {
		padding-left: 0;
	}
	.flow .flowd::before, .flow .flowd::after {
		content: none;
	}
	.flow::before {
		content: none;
	}
	.flow .fwrap .mainbtn a::after {
		content: none;
	}
	.flow .fwrap {
		margin-bottom: 25px;
	}
	.ftitle span {
		margin-right: 8px;
	}
}
@media (max-width: 1100px) {
	.flow .flexbox {
		align-items: center;
	}
}
@media(max-width: 830px) {
	.flow .flexbox {
		display: block;
	}
	.flow .flexbox img {
		width: 100%;
	}
	.flow .flexbox div {
		width: 100%;
	}
	.flow .flowd .flexbox img {
		margin-bottom: 10px;
	}
	.flow .flex div {
		margin: 0 5px 8px;
	}
	.flowd .flimg img {
		object-fit: cover;
		width: 100%;
		height: 240px;
	}
	.btns {
		display: flex !important;
		margin-top: 15px;
	}
	.flow .fwrap .btns .mainbtn {
		width: 49%;
	}
}
@media(max-width: 600px) {
	.flow .flex {
		display: block;
	}
	.flow .flex img {
		width: 100%;
	}
	.flow .flex div {
		width: 100%;
		margin: 0 0 8px;
	}
	.flowd .flimg img {
		height: 100%;
	}
}
@media(max-width: 450px) {
	.flow .fwrap {
		padding: 25px 15px;
	}
	.ftitle {
		margin-bottom: 10px;
	}
	.btns {
		display: block !important;
		margin-top: 13px;
	}
	.flow .fwrap .btns .mainbtn {
		width: 90%;
	}
	.flow .fwrap .btns .mainbtn a:first-child {
		margin-bottom: 5px !important;
	}
	.flow .fwrap .btns .mainbtn a {
		padding: 5px 0;
	}
}
/* 株式会社リトアでは施工後のメンテナンスも徹底しております！ */
.fltext {
	position: relative !important;
	max-width: 620px;
	text-align: center;
	margin: auto;
	color: #043C7C;
}
.fltext::before, .fltext::after {
	content: '';
	display: block;
	width: 1px;
	height: 2.7em;
	background: #043C7C;
	position: absolute;
	bottom: 0;
}
.fltext::before {
	left: -1em;
	transform: rotate(-20deg);
}
.fltext::after {
	right: -1em;
	transform: rotate(20deg);
}
@media(max-width: 610px) {
	.fltext {
		font-size: 0.8rem;
	}
}
@media(max-width: 520px) {
	.fltext::before, .fltext::after {
		content: none;
	}
	.fltext {
		text-align: left;
		font-size: 0.9rem;
	}
}
/* 工事ご対応地域 */
.area .inner {
	max-width: 620px;
}
.area .maintitle {
	margin-bottom: 40px;
}
.artext {
	position: relative;
	font-size: 1.1rem;
}
.artext i {
	color: #0661C9;
	font-size: 85%;
}
.artext:before {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	width: 120px;
	height: 3px;
	content: '';
	background: #0661C9;
	opacity: 0.25;
}
@media(max-width: 1100px) {
	.area .inner {
		max-width: 480px;
	}
}
@media(max-width: 750px) {
	.artext {
		margin-bottom: 40px;
	}
	.aimg img {
		width: 60%;
	}
}
@media(max-width: 450px) {
	.artext {
		margin-bottom: 30px;
		font-size: 1rem;
	}
	.artext:before {
		bottom: -7px;
		width: 100px;
	}
}
/* 採用情報ページ ================================*/
.recruitp {
	margin-top: 90px;
}
.recruitp .flexbox {
	align-items: center;
	margin-bottom: 55px;
}
.recruitp .flexbox:last-child {
	margin-bottom: 0 !important;
}
.recruitp .flexbox .stitle {
	margin-bottom: 13px;
}
.mnpbr {
	display: none;
}
.recruitp .flexbox .mtitle {
	line-height: 1.75;
}
.mtitle .en {
	font-size: 75%;
	color: #043C7C;
	font-weight: 400;
	font-family: 'League Spartan', sans-serif;
}
@media(max-width:750px) {
	.recruitp .flexbox img {
		margin-bottom: 7px;
	}
	.recruitp {
		margin-top: 60px;
	}
}
@media(max-width:500px) {
	.mnpbr {
		display: block;
	}
}
@media(max-width:450px) {
	.recruitp .flexbox {
		margin-bottom: 35px;
	}
	.recruitp {
		margin-top: 40px;
	}
}
@media(max-width:255px) {
	.mnpbr {
		display: none;
	}
}
/* 会社概要ページ ================================*/
/* 理念 */
.philosophy .inner {
	max-width: 400px;
}
.philosophy .maintitle {
	margin-bottom: 30px !important;
}
.philosophy .flex {
	display: flex;
	justify-content: space-between;
}
.ph p {
	border-bottom: 3px solid #c4d4f4;
	padding-bottom: 2px;
	font-size: 1.55rem;
	color: #043C7C;
	line-height: 1.6;
}
.ph p span {
	font-size: 50%;
}
@media(max-width:550px) {
	.philosophy .maintitle {
		margin-bottom: 20px !important;
	}
	.ph p {
		font-size: 1.15rem;
	}
	.philosophy .inner {
		max-width: 300px;
	}
}
/* 代表挨拶 */
.greeting .flexbox {
	align-items: center;
}
@media(max-width:1090px) {
	.greeting .flexbox img {
		object-fit: cover;
		height: 360px;
	}
}
@media(max-width:750px) {
	.greeting .flexbox img {
		margin-bottom: 7px;
		height: auto;
	}
}
/* 沿革 */
.history .inner {
	max-width: 1100px;
}
.history .maintitle {
	margin-right: 40px;
}
.history .company_table {
	max-width: 880px;
	margin-right: 0;
	margin-left: auto;
}
@media(max-width:1185px) {
	/*Safari*/
	::-webkit-full-page-media, :future, :root .history .company_table {
		max-width: 580px;
	}
}
@media(max-width:750px) {
	.history .maintitle {
		margin-right: 0;
	}
	/*Safari*/
	::-webkit-full-page-media, :future, :root .history .company_table {
		max-width: 100%;
	}
}
/* map */
.map .inner {
	max-width: 1100px;
}
@media (max-width: 550px) {
	.map iframe {
		height: 280px;
	}
}
/* テーブル */
.company_table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
	font-weight: normal;
	max-width: 1100px;
	margin: auto;
}
.company_table tr {
	border-bottom: 1px solid #ddd;
}
.company_table tr:first-child {
	border-top: 1px solid #ddd;
}
.company_table th {
	background: #fff;
	width: 35%;
}
.company_table th, .company_table td {
	font-weight: 500;
	padding: 15px 0;
}
.company_table td {
	padding-left: 10px;
	padding-right: 10px;
	width: 65%;
	background: #fff;
}
.company_table .mn {
	font-size: 0.85rem;
}
.mgl {
	margin-left: -8px;
}
@media(max-width: 550px) {
	.company_table tr:first-child {
		border-top: none;
	}
	.company_table {
		border-collapse: collapse;
	}
	.company_table tr {
		border-bottom: none;
	}
	.company_table td {
		border-bottom: 1px solid #ddd;
		margin-bottom: 20px;
	}
	.company_table td, .company_table th {
		width: 100%;
		padding: 8px;
		display: block;
	}
	.company_table th {
		font-weight: 500;
		text-align: left;
		padding-bottom: 0;
		color: #0661C9;
	}
}
.alist li {
	margin-bottom: 3px;
}
.alist li::before {
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	font-weight: bold;
	opacity: 0.75;
	font-size: .35em;
	color: #043C7C;
	position: relative;
	top: -0.9em;
	margin-right: 5px;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, .textcard.flex p::before {
	top: -0.4em;
}
/* お問い合わせ ================================*/
.tels {
	margin-bottom: 0 !important;
	padding-bottom: 40px !important;
}
@media (max-width: 550px) {
	.tels {
		padding-bottom: 0 !important;
	}
}
.tl_mini {
	margin-bottom: 0;
	line-height: 1.45;
	margin-top: 1px;
}
.contact_wrap {
	padding: 20px 15px;
	background: #f7faff;
	border: 1px solid rgba(6, 97, 201, 0.05);
	max-width: 500px;
	margin: auto;
}
.tels .tel_contact i {
	color: #0661C9;
}
.tels .tel_contact {
	font-size: clamp(1.4rem, 1.1rem + 1.0667vw, 1.9rem);
	margin-bottom: 3px;
	white-space: nowrap;
	color: #333;
}
.tels .tel_contact:hover {
	color: #333;
	opacity: 0.6;
}
@media (max-width: 750px) {
	.contact_wrap {
		margin-bottom: 7px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0 !important;
	}
}
@media (max-width: 450px) {
	.contact_wrap {
		max-width: 85%;
		padding: 10px;
	}
	.contact_wrap:last-child {
		margin-bottom: 0;
	}
	.tl_mini {
		font-size: 0.8rem;
		margin-bottom: 0;
		line-height: 1.3;
	}
}
.cotm {
	margin-bottom: 35px;
}
.cotop {
	line-height: 2.3;
	margin-bottom: 50px;
}
@media (max-width:930px) {
	.cotm {
		margin-bottom: 25px !important;
	}
	.cotop {
		text-align: left;
		margin-bottom: 30px;
	}
}
.telmgb {
	margin-bottom: 15px;
}
.famgb {
	margin-bottom: 30px;
}
.tels .tl_text {
	font-size: clamp(1rem, 0.94rem + 0.2133vw, 1.1rem);
	margin-bottom: 30px;
}
.faxs {
	padding-top: 70px;
}
@media (max-width: 450px) {
	.telmgb {
		margin-bottom: 7px;
	}
	.tels .tl_text {
		margin-bottom: 13px;
	}
	.faxs {
		padding-top: 40px;
	}
}
/* メール */
.mnote {
	max-width: 920px;
	margin: auto;
	margin-top: 50px;
}
.mpdb {
	padding-bottom: 45px !important;
	margin-bottom: 0 !important;
}
@media(max-width:450px) {
	.mnote {
		margin-top: 30px;
	}
	.mpdb {
		padding-bottom: 35px !important;
	}
}
.formsel p:last-child {
	margin-bottom: 0;
}
.mailform {
	max-width: 1100px;
	margin: 40px auto 0;
}
@media (max-width: 850px) {
	.mailform {
		margin: 50px auto 0;
	}
}
@media (max-width: 450px) {
	.mailform {
		margin-top: 0;
	}
}
.mailform .row {
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.mailform .row:not(.last) {
	border-bottom: 0.9px dotted #333;
}
.mailform .row div {
	text-align: left;
}
.mailform .row div:nth-child(1) {
	width: 28%;
	font-weight: 500;
	font-size: 0.9rem;
}
.mailform .row div:nth-child(2) {
	width: 70%;
	line-height: 1.5;
}
.mailform .row span {
	color: #fff;
	background: #0661C9;
	padding: 5px;
	margin-right: 5px;
	font-size: 11px;
	font-weight: 500;
}
.mailsp {
	background: #fff !important;
	border: 1px solid #0661C9;
	color: #0661C9 !important;
}
.mailform .row small {
	display: block;
	margin-top: 3px;
}
.mailform label {
	color: #333;
	font-weight: 500;
}
.mailform .box, .mailform textarea {
	border: 1px solid #ddd;
	padding: 5px;
	width: 100% !important;
	border-radius: 0;
	-webkit-appearance: none;
	margin-bottom: 5px;
	background: #fff;
}
.mailform button {
	display: block;
	text-align: center;
	font-size: 1rem;
	margin: 0 auto;
	white-space: nowrap;
	border: 1px solid transparent;
	color: #fff;
	background: #0661C9;
	font-weight: 500;
	padding: 1% 7%;
	transition: .4s;
}
.mailform button:hover {
	background-color: #fff;
	color: #0661C9;
	border: 1px solid #0661C9;
	opacity: 1;
}
.mailform button::before {
	font-family: "Font Awesome 5 Free";
	content: "\f0e0";
	font-weight: bold;
	margin-right: 10px;
}
@media (max-width: 450px) {
	.mailform button {
		width: 65%;
		padding: 6px;
	}
	.formsel label, .selection small {
		font-size: 0.8rem;
	}
}
@media (max-width: 800px) {
	.mailform .row {
		padding: 20px 0;
		flex-direction: column;
	}
	.mailform .row div:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	.mailform .row div:nth-child(2) {
		width: 100%;
	}
}
/*個人情報の取り扱いについて*/
.privacy {
	padding-top: 0 !important;
}
.privacy_wrap {
	font-size: clamp(1.05rem, 0.9rem + 0.5333vw, 1.3rem);
	color: #333;
	margin: 0 auto;
	max-width: 1100px;
	border-bottom: 1.5px solid #333;
}
@media(max-width:450px) {
	.privacy_wrap {
		font-size: 1.05rem;
	}
}
.privacy_item {
	position: relative;
	width: 100%;
	margin: 0 auto;
	cursor: pointer;
	padding: 0 10px;
}
.privacy_header {
	transition: ease-in-out 100ms;
	font-weight: 500;
}
.privacy_text {
	width: 100%;
	display: none;
	padding: 20px 35px 30px;
	line-height: 1.7;
	font-size: 0.95rem;
	font-weight: 400;
}
.privacy_text span {
	font-weight: 500;
}
@media(max-width:750px) {
	.privacy_text {
		padding: 20px 15px 30px;
	}
}
.privacy_text p {
	margin-bottom: 17px;
}
.arrow {
	transition: ease-in-out 300ms;
}
.rotate-fa {
	transform: rotate(180deg);
}
.privacy_header span {
	position: absolute;
	top: 50%;
	right: 3%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.privacy_gold {
	color: #0661C9;
}