@charset "utf-8";
/******************************************************************
Theme Name: SJ THEME
Theme URI: http://cube096.com
Description: レスポンシブウェブデザインテーマ
Author: nishida
Author URI: http://cube096.com
Version: beta
Tags: fluid-layout, responsive-layout, accessibility-ready, translation-ready, microformats, rtl-language-support
*/
*,
*::before,
*::after {
	box-sizing: border-box;
}
* {
	margin: 0;
}
html,
body {
	/*height: 100%;*/
}
body {
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
}
input,
button,
textarea,
select {
	font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	overflow-wrap: break-word;
}
#root,
#__next {
	isolation: isolate;
}
ol,
ul {
	list-style-type: none;
	margin: 0;
}
legend,
menu,
ol,
ul {
	padding: 0
}
a {
	text-decoration: none;
	transition: all .2s;
	color: #111;
}
a:hover {
	opacity: 0.7;
}
p {
	line-height: 1.8;
}
body {
	font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	/*font-family: "Noto Sans Japanese";*/
	color: #111;
}
body img {
	max-width: 100%;
	height: auto;
}
:root {
	--gradation: linear-gradient(to right, #FFA702, #FF6D02);
}
.sp640 {
	display: none;
}
.grecaptcha-badge {
	visibility: hidden;
}
/* ページネーション
----------------------------------------------------------- */
/*アーカイブ用*/
.nav-links {
	display: -webkit-flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.nav-links .page-numbers {
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #fff;
	transition: all ease 0.5s;
	border-radius: 3px;
	border: 1px solid #D5D5D5;
	margin: 0 5px;
}
.nav-links .page-numbers.current,
.nav-links .page-numbers:hover {
	background-color: #F2F2F2;
}
.nav-below {
	display: -webkit-flex;
	display: flex;
	justify-content: center;
}
.next.page-numbers,
.prev.page-numbers {
	padding: 0 5px;
}
/*シングル用*/
.single .nav-below {
	display: inherit;
	margin-top: 65px;
}
.single .nav-below:after {
	content: "";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.single .nav-below a {
	background-color: #FFF;
	text-decoration: none;
	padding: 5px;
	font-size: 0.8em;
	line-height: 1.5;
	transition: all ease 0.5s;
	border: 1px solid #D5D5D5;
}
.single .nav-below a:hover {
	background-color: #FFFAF5;
}
.single .nav-below #prev {
	padding-left: 65px;
	position: relative;
}
.single .nav-below #next {
	padding-right: 65px;
	position: relative;
}
.single .nav-below #prev::before,
.single .nav-below #next::before {
	content: "";
	width: 40px;
	height: 40px;
	background-color: #1C69A9;
	border-radius: 20px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.single .nav-below #prev::before {
	left: 10px;
}
.single .nav-below #next::before {
	right: 10px;
}
.single .nav-below #prev::after,
.single .nav-below #next::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
}
.single .nav-below #prev::after {
	left: 25px;
	border-right: 7px solid #fff;
	border-left: 0;
}
.single .nav-below #next::after {
	right: 25px;
	border-left: 7px solid #fff;
	border-right: 0;
}
#prev {
	width: 48%;
	float: left;
}
#next {
	width: 48%;
	float: right;
	text-align: right;
}
#next p {
	text-align: right;
}
#next p,
#prev p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 1;
	margin-top: 5px;
}
#prev img {
	float: left;
	margin-right: 0.5rem;
}
#next img {
	float: right;
	margin-left: 0.5rem;
}
#prevAndNextLeft a:before {
	content: "\f053";
	margin-right: 5px;
	font-family: FontAwesome;
}
#prevAndNextRight a:after {
	content: "\f054";
	margin-left: 10px;
	font-family: FontAwesome;
}
#prevAndNextLeft {
	width: 50%;
	float: left;
}
#prevAndNextRight {
	width: 50%;
	float: left;
}
#prevAndNextLeft {
	text-align: left;
}
#prevAndNextRight {
	text-align: right;
}
/* 
 animation
----------------------------------------------------------- */
.fadein {
	opacity: 0.1;
	transition: all ease 1s;
	-webkit-transition: all ease 1s;
	-moz-transition: all ease 1s;
}
.on.fadein {
	opacity: 1;
}
.fadeinbottom {
	opacity: 0.1;
	-webkit-transform: translateY(50px);
	transform: translateY(50px);
	transition: all ease 0.7s;
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
}
.on.fadeinbottom {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
/* 
 Head
----------------------------------------------------------- */
.header {
	width: 100%;
}
/* 
 gNavi
----------------------------------------------------------- */
.navwrap {
	width: 100%;
	background: rgba(255, 255, 255, 0.7);
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-left: 6em;
}
.navwrap h1 a {
	display: flex;
	align-items: center;
}
.navwrap h1 a img {
	margin-right: 0.5em;
}
.navwrap h1 a span {
	font-size: 0.75em;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.1rem;
}
.navwrap h1 a span small {
	font-size: 0.7em;
}
.navwrap > ul {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.navwrap > ul > li {
	position: relative;
	cursor: pointer;
	background: rgba(229, 229, 229, 0);
	transition: all .2s;
}
.navwrap > ul > li:hover {
	background: rgba(229, 229, 229, 1);
}
.navwrap > ul > li > a {
	padding: 22px 20px;
	font-weight: 700;
	letter-spacing: 0.06rem;
	font-size: clamp(14px, .86vw, 1rem);
}
/* .navwrap > ul > li:last-child {
	margin-left: 1.1rem;
} */
.navwrap > ul > li:last-child a {
	color: #fff;
	padding: 1.4rem 2.6rem;
	background: linear-gradient(to right, #FFA702, #FF6D02);
}
.navwrap .down_menu {
	display: flex;
	align-items: center;
}
.navwrap .down_menu::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #111 transparent transparent transparent;
	border-width: 6px 4px 0px 4px;
	margin-left: 10px;
	margin-top: 2px;
}
.navwrap ul li a {
	display: block;
	text-align: center;
	color: #111;
}
.navwrap ul li ul {
	width: fit-content;
	/* width: 240px; */
	position: absolute;
	overflow: hidden;
	visibility: hidden;
	z-index: 8999;
	height: 0;
	display: block;
	background-color: #fff;
	transition: all .2s;
	right: 50%;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
}
.navwrap ul li:hover ul {
	top: auto;
	overflow: visible;
	visibility: visible;
	height: auto;
	opacity: 1;
}
.navwrap ul li ul li {
	width: 100% !important;
	background: rgba(229, 229, 229, 0);
}
.navwrap ul li ul li:hover {
	background: rgba(229, 229, 229, 1);
}
.navwrap ul li ul li a {
	text-align: left !important;
	padding: 1rem;
	transition: all .2s;
	white-space: nowrap;
}
.navwrap * {
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
/* 
 fancybox
----------------------------------------------------------- */
.fancy-ico {
	width: 40px;
	height: 40px;
}
.fancy-ico span {
	left: 0;
	top: 0;
	width: 40px;
	height: 40px;
	background: rgba(28, 105, 169, .6);
	box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1);
	border: none;
}
#fancybox-outer {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
}
#fancybox-close {
	top: 7px;
	right: 7px;
}
#fancybox-next,
body.rtl #fancybox-prev {
	right: 7px;
}
#fancybox-prev,
body.rtl #fancybox-next {
	left: 7px;
}
#fancybox-prev span::after,
#fancybox-next span::after {
	top: 12px;
	width: 15px;
	height: 15px;
}
#fancybox-prev span::after,
body.rtl #fancybox-next span::after {
	left: 15px;
}
#fancybox-next span::after,
body.rtl #fancybox-prev span::after {
	left: initial;
	right: 15px;
}
#fancybox-close span::after,
#fancybox-close span::before {
	width: 20px;
	top: 19px;
	left: 10px;
}
#fancybox-content {
	border: none;
}
#fancybox-outer {
	overflow: hidden;
}
#fancybox-overlay {
	background-color: #EFF8FA !important;
}
.fancybox-title-over #fancybox-title {
	background: rgba(28, 105, 169, .4);
	display: none;
}
#fancybox-close:hover span,
#fancybox-next:hover span,
body.rtl #fancybox-prev:hover span {
	transform: none;
}
#fancybox-prev:hover span,
body.rtl #fancybox-next:hover span {
	transform: none;
}
/* 
 共通
----------------------------------------------------------- */
#content {
	width: 100%;
}
.pc {
	display: block;
}
.sp {
	display: none;
}
/* 
 TOP
----------------------------------------------------------- */
#top_fv {
	height: 100vh;
	background-image: url(library/images/fv01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}
#top_fv::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	z-index: 2;
}
#top_fv .txt {
	position: absolute;
	left: 5%;
	bottom: 5%;
	z-index: 3;
}
#top_fv h2 {
	color: #fff;
	text-align: left;
	font-size: 5em;
	font-weight: 400;
	line-height: 1.3em;
	margin-bottom: 3rem;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-style: italic;
}
#top_fv p {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	color: #fff;
	font-size: 1.5em;
}
#top_fv p span {
	display: inline-block;
}
#top01 {
	padding: 5rem 5% 10rem;
	position: relative;
	background: #fff;
}
#top01::after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(library/images/section_bg.png) no-repeat center bottom;
	background-size: contain;
	top: 0;
	left: 0;
	z-index: 1;
}
#top01 .inner {
	width: min(100%, 1535px);
	margin-inline: auto;
}
#top01 .inner dl {
	display: flex;
	justify-content: space-between;
	padding: 1rem 0;
}
#top01 .inner dl dt {
	width: 48%;
	padding-top: 1rem;
}
#top01 .inner dl dt .mid02 {
	color: #1C69A9;
}
#top01 .inner dl dt .mid_right_line + p {
	font-size: 1.4em;
	font-weight: 500;
	margin-bottom: 0.9em;
	line-height: 1.5em;
	letter-spacing: 0.15rem;
}
#top01 .inner dl dt .mid_right_line + p + p {
	margin-bottom: 2.2em;
	line-height: 2rem;
	letter-spacing: 0.1em;
}
#top01 .inner dl dt .btn01 {
	text-align: left;
	position: relative;
	z-index: 2;
}
#top01 .inner dl dd {
	width: 50%;
}
#top01 .inner dl dd .pho_box {
	width: 100%;
	padding: 19.7% 0;
	position: relative;
}
#top01 .inner dl dd .pho_box:first-child {
	margin-bottom: 10px;
}
#top01 .inner dl dd .pho_box::before,
#top01 .inner dl dd .pho_box::after {
	content: '';
	display: block;
	background: #fff;
	position: absolute;
	z-index: 1;
	width: 28%;
	height: 100%;
}
#top01 .inner dl dd .pho_box:first-child::before {
	clip-path: polygon(0% 0, 100% 100%, 0 100%);
	bottom: -1px;
	left: -1px;
}
#top01 .inner dl dd .pho_box:first-child::after {
	clip-path: polygon(100% 0, 100% 100%, 0 0%);
	top: -1px;
	right: -1px;
}
#top01 .inner dl dd .pho_box:nth-child(2)::before {
	clip-path: polygon(100% 0, 0% 100%, 0 0%);
	top: -1px;
	left: -1px;
}
#top01 .inner dl dd .pho_box:nth-child(2)::after {
	clip-path: polygon(100% 0, 100% 100%, 0 100%);
	background: #fff;
	bottom: -1px;
	right: -1px;
}
#top01 .inner dl dd .pho_box img {
	position: absolute;
	inset: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
	width: 100%;
	height: 100%;
}
#top02 {
	padding: 9rem 0 0;
	position: relative;
}
#top02::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(library/images/pala01.jpg) no-repeat center;
	background-size: cover;
	z-index: -3;
	opacity: 0;
	transition: all 0.5s;
}
#top02.on::before {
	opacity: 1;
}
#top02 .mid02_cen {
	color: #fff;
}
#top02 ul {
	display: flex;
	flex-wrap: wrap;
}
#top02 ul li {
	width: 50%;
}
#top02 ul li dl {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
#top02 ul li dl dd {
	background: #fff;
	padding: 4em 1em;
	text-align: center;
	width: 100%;
	height: 100%;
}
#top02 ul li:first-child dl dd {
	border-right: solid 1px #BBBBBB;
}
#top02 ul li dl dd h3 {
	padding: 0.6em 0;
	font-size: 2em;
	font-weight: 800;
	position: relative;
	text-align: center;
	margin-bottom: 1.5rem;
	font-family: 'Noto Serif JP';
	letter-spacing: 0.1em;
}
#top02 ul li dl dd h3::before,
#top02 ul li dl dd h3::after {
	content: '';
	display: block;
	width: 210px;
	height: 2px;
	background: #1C69A9;
	position: absolute;
	left: 50%;
	right: 50%;
	transform: translateX(-50%);
}
#top02 ul li dl dd h3::before {
	top: 0;
}
#top02 ul li dl dd h3::after {
	bottom: 0;
}
#top02 ul li dl dd h3 + p {
	color: #1C69A9;
	font-size: 1.5em;
	margin-bottom: 1.5rem;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
#top02 ul li dl dd h3 + p + p {
	margin-bottom: 1.5rem;
	line-height: 2em;
	width: min(600px, 90%);
	margin-right: auto;
	margin-left: auto;
}
#top03 {
	padding: 9rem 0 0;
	position: relative;
}
#top03::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(library/images/pala02.jpg) no-repeat center;
	background-size: cover;
	z-index: -2;
	opacity: 0;
	transition: all 0.5s;
}
#top03.on::before {
	opacity: 1;
}
#top03 .mid02_cen {
	color: #1C69A9;
}
#top03 dl {
	display: flex;
}
#top03 dl:nth-of-type(even) {
	flex-direction: row-reverse;
}
#top03 dl:not(:last-of-type) {
	margin-bottom: 8rem;
}
/* #top03 dl {
	margin-bottom: 8rem;
} */
#top03 dl:nth-of-type(1) dt img {
	object-position: 90%;
}
#top03 dl:nth-of-type(3) dt img {
	object-position: 30%;
}
#top03 .btn01 {
	margin: 6rem 0;
}
#top03 dl > * {
	width: 50%;
}
/* #top03 dl dt > a {
	position: relative;
}
#top03 dl dt > a::before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(library/images/expansion_whi.png);
	background-size: contain;
	position: absolute;
	right: 10px;
	bottom: 10px;
} */
#top03 dl dt img {
	object-fit: cover;
	height: 100%;
}
#top03 dl dd {
	padding: 3em 4%;
	background: rgba(255, 255, 255, 0.7);
}
#top03 dl dd h3 {
	font-size: 1.6em;
	font-family: 'Noto Serif JP';
	padding-bottom: 1rem;
	border-bottom: solid 1px #000000;
	margin-bottom: 2.4rem;
	letter-spacing: 0.1em;
}
#top03 dl dd h3 span {
	font-size: 1.7em;
	font-family: 'Noto Serif';
	margin-right: 0.1em;
	color: #FFA702;
	font-weight: 400;
	line-height: 1em;
	font-style: italic;
	letter-spacing: 0.6rem;
}
#top03 dl dd h3 em {
	font-style: normal;
	display: inline-block;
}
#top03 dl dd h3 + p {
	line-height: 2em;
	letter-spacing: 0.06em;
}
#top03 dl dd h3 #top_slide_area .slide_lists .slide_item {
	margin-right: 30px;
}
#top03 dl dd .btn01 {
	text-align: left;
}
#top04 {
	padding: 8rem 5%;
	background: #fff;
}
#top04 .inner {
	width: min(100%, 1300px);
	margin-inline: auto;
}
#top04 .mid02 {
	color: #1C69A9;
}
#top04 .mid_right_line {
	margin-bottom: 2rem;
}
#top04 p {
	margin-bottom: 4rem;
}
#top04 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 2em;
}
#top04 ul li {
	width: calc(100% / 2 - 1em);
	margin-bottom: 2em;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 2rem 1rem;
	background: #fff;
}
#top04 ul li:nth-of-type(1) {
	border-radius: 30px 0 0 0;
}
#top04 ul li:nth-of-type(2) {
	border-radius: 0 30px 0 0;
}
#top04 ul li:nth-of-type(3) {
	border-radius: 0 0 0 30px;
}
#top04 ul li:nth-of-type(4) {
	border-radius: 0 0 30px 0;
}
#top04 ul li::before {
	content: '';
	display: block;
	margin-bottom: 0.4em;
}
#top04 ul li:nth-of-type(1)::before {
	background: url(library/images/top_i03.png) no-repeat center;
	background-size: contain;
	width: 78px;
	height: 80px;
}
#top04 ul li:nth-of-type(2)::before {
	background: url(library/images/top_i04.png) no-repeat center;
	background-size: contain;
	width: 72px;
	height: 80px;
}
#top04 ul li:nth-of-type(3)::before {
	background: url(library/images/top_i_health.png) no-repeat center;
	background-size: contain;
	width: 68px;
	height: 80px;
}
#top04 ul li:nth-of-type(4)::before {
	background: url(library/images/top_i_alcohol.png) no-repeat center;
	background-size: contain;
	width: 70px;
	height: 80px;
}
#top04 ul li h3 {
	font-size: 1.5em;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
}
#top04 ul li h3::before {
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background: url(library/images/check_mark.png) no-repeat center;
	background-size: contain;
	margin-right: 0.1em;
}
#top_slide_area {
	background: #fff;
}
#top_slide_area .slick-slider {
	margin-bottom: 0;
}
#top_slide_area .slide_item {
	margin-right: 30px;
}
#top_slide_area .phobox {
	transform: skew(-35deg, 0);
	overflow: hidden;
}
#top_slide_area .phobox > img {
	width: 100%;
	transform: skew(35deg, 0) scale(1.4);
}
#top_news {
	padding: 8rem 5%;
	background: #fff url(library/images/section_bg.png) no-repeat bottom;
	background-size: contain;
}
#top_news .inner {
	width: min(100%, 1300px);
	margin-inline: auto;
	display: flex;
	justify-content: space-between;
}
#top_news .mid02 {
	color: #1C69A9;
	margin-right: 1em
}
#top_news .news_content {
	width: 70%;
}
#top_news .news_content ul {
	border-top: solid 1px #B2B2B2;
}
#top_news .news_content ul li {
	border-bottom: solid 1px #B2B2B2;
}
#top_news .news_content ul li a {
	padding: 1.4em 0;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
#top_news .news_content ul li a::after {
	content: '';
	display: block;
	width: 29px;
	height: 7px;
	background: url(library/images/blue_arrow.png) no-repeat center;
	background-size: contain;
	margin-right: 0.4em;
	transition: all 0.2s;
}
#top_news .news_content ul li a:hover:after {
	margin-right: 0;
}
#top_news .news_content ul li a .upper {
	display: flex;
	align-items: center;
	margin-bottom: 0.5em;
}
#top_news .news_content ul li a .upper span:nth-child(1) {
	margin-right: 0.7em;
	font-size: 1.1em;
}
#top_news .news_content ul li a .upper span:nth-child(2) {
	padding: 0.1em 0.9em;
	text-align: center;
	border: solid 1px #1C69A9;
	color: #1C69A9;
	border-radius: 50vh;
	font-size: 0.8em;
}
#top_news .news_content ul li a h3 {
	font-weight: 400;
}
#top_news .news_content ul {
	margin-bottom: 4rem;
}
/* 
 subpage共通
----------------------------------------------------------- */
#sub_fv {
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-blend-mode: color;
	background-size: cover;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 150px 0 90px;
}
#sub_fv h1 {
	width: min(90%, 1200px);
	margin-inline: auto;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 500;
	letter-spacing: 0.1em;
}
#sub_fv h1 span {
	display: block;
	font-family: 'Lato', 'Noto Sans';
	font-size: 2em;
	line-height: 1.2;
	font-weight: 900;
	letter-spacing: 0.4rem;
}
#pan {
	padding: 5px 0;
}
.breadcrumbs {
	font-size: 14px;
	color: #969696;
	width: min(90%, 1200px);
	margin-inline: auto;
}
.breadcrumbs a {
	color: #999;
}
.breadcrumbs .current-item {
	color: #111;
}
.sub .inner {
	width: min(90%, 1200px);
	margin-inline: auto;
	padding: 0 0 130px;
}
.sub section:nth-of-type(3) .inner {
	padding-top: 130px;
}
.sub_line {
	border-top: 1px solid #DDD;
	position: relative;
	width: min(90%, 1200px);
	margin-inline: auto;
}
.sub_line::before {
	content: "";
	position: absolute;
	left: 0;
	top: -1px;
	height: 1px;
	width: 150px;
	background-color: #FF6D02;
}
.flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sub_h2 {
	color: #1C69A9;
	font-size: 32px;
	line-height: 1.2;
	font-weight: bold;
	margin-bottom: 40px;
}
.sub_h2 span {
	display: block;
	font-family: 'Lato', 'Noto Sans';
	font-size: 19px;
	line-height: 1.2;
	font-weight: 900;
}
.tbl dl {
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid 1px #D1E1EE;
}
.tbl dl:first-of-type {
	border-top: solid 1px #D1E1EE;
}
.tbl dl dt {
	width: 180px;
	padding: 30px;
	background-color: #EFF8FA;
}
.tbl dl dd {
	width: calc(100% - 180px);
	padding: 30px 50px;
	text-align: justify;
}
.tbl dl dd .ttl {
	font-size: 18px;
	color: #1C69A9;
	font-weight: 500;
}
.line_ttl {
	font-size: 18px;
	font-weight: bold;
	padding-left: 15px;
	border-left: 5px solid #FFA702;
	margin-bottom: 10px;
}
.under_ttl {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
	letter-spacing: 0.1em;
	padding: 10px 0;
	width: fit-content;
	margin: 0 auto 40px;
	position: relative;
}
.under_ttl::before,
.under_ttl::after {
	content: "";
	height: 1px;
	width: 245px;
	background-color: #1C69A9;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.under_ttl::before {
	top: 0;
}
.under_ttl::after {
	bottom: 0;
}
.img_wrap .img_box {
	position: relative;
}
.img_wrap .img_box img {
	width: 100%;
	height: auto;
}
.img_wrap .white {
	background-color: #fff;
	width: min(95%, 1080px);
	height: 45px;
	position: absolute;
	bottom: -1px;
	left: 50%;
	transform: translateX(-50%);
}
.img_wrap .wrap {
	width: min(90%, 1000px);
	margin-inline: auto;
}
.img_wrap .wrap .sub_h2 {
	margin-bottom: 20px;
}
.img_wrap .wrap .ttl {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 32px;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}
.wrap_area {
	margin-bottom: 80px;
}
.b_box {
	background-color: #EFF8FA;
	padding: 80px;
}
.tac {
	text-align: center !important;
}
/* 
 company
----------------------------------------------------------- */
.company #sub_fv {
	background-image: url(library/images/company_fv.jpg);
}
.company .inner {
	padding: 100px 0;
}
#company_greeting {
	background-image: url(library/images/company_bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-bottom: 100px;
	z-index: 1;
	overflow: hidden;
}
#company_greeting::before {
	content: "";
	background-image: url(library/images/company_greeting_txt.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 60px 490px;
	z-index: -1;
}
#company_greeting .txt,
#company_greeting .img {
	width: 50%;
}
#company_greeting .img {
	text-align: center;
}
#company_greeting .img h4 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
#company_greeting .img .name_image {
	margin: 1rem 0 0;
	display: inline-block;
	text-align: center;
}
#company_greeting h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 40px;
	letter-spacing: 0.15em;
}
#company_philosophy .txt {
	position: relative;
	z-index: 1;
}
#company_philosophy .txt::before {
	content: "";
	background-image: url(library/images/logo_bg.svg);
	background-repeat: no-repeat;
	background-position: contain;
	background-size: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	padding: 85px 115px;
	z-index: -1;
	opacity: 0.05;
}
#company_philosophy .txt img {
	margin: 0 auto;
	height: 90px;
	width: auto;
}
#company_philosophy ul {
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#company_philosophy ul li {
	width: 350px;
	height: 350px;
	background-color: #fff;
	box-shadow: 0px 2px 5px 0px rgba(209, 136, 56, 0.4);
	position: relative;
	text-align: center;
	border-radius: 50%;
	display: grid;
	place-content: center;
	place-items: center center;
}
#company_philosophy ul li:nth-child(even) {
	margin-top: 70px;
}
#company_philosophy ul li h3 {
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.1em;
	margin-bottom: 15px;
}
#company_philosophy ul li h3 span {
	font-size: 40px;
}
#company_philosophy ul li h3 small {
	display: block;
	color: #258BBA;
	font-family: "Pinyon Script", cursive;
	font-weight: 400;
	font-style: normal;
	line-height: 1.2;
}
#company_philosophy ul li p {
	font-size: 20px;
	color: #1C69A9;
	line-height: 1.5;
}
#company_philosophy .read {
	font-size: 20px;
	font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
	text-align: center;
	letter-spacing: 0.1em;
	font-weight: bold;
}
#company_location p,
#company_group p {
	line-height: 1.7;
}
#company_location p i,
#company_group p i {
	font-size: 1.3em;
	color: #2C9FD8;
	margin-right: 10px;
}
#company_location iframe,
#company_group iframe {
	margin: 10px 0;
}
#company_location .img_list,
#company_group .img_list,
#company_group .inner > ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#company_location .img_list li {
	width: 32.5%;
}
#company_group .img_list li {
	width: 48.5%;
}
#company_group .inner > ul > li {
	width: 32%;
}
/* 
 倉庫事業・共同配送事業 business_warehouse
----------------------------------------------------------- */
.warehouse #sub_fv {
	background-image: url(library/images/warehouse_fv.jpg);
}
#warehouse_joint .flex > div {
	width: 48%;
}
#warehouse_joint .flex > div img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
#warehouse_joint .flex > div p {
	padding-left: 75px;
	position: relative;
}
#warehouse_joint .flex > div p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background-image: url("./library/images/point_b.svg");
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	padding: 27px 32px;
}
#warehouse_joint .flex > div:nth-of-type(2) p::before {
	background-image: url("./library/images/point_o.svg");
}
/* 
 運送事業 business_shipping
----------------------------------------------------------- */
.shipping #sub_fv {
	background-image: url(library/images/shipping_fv.jpg);
}
#shipping_dangerous .b_box ul.fancy_wrapper {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(100%, 910px);
	margin: 0 auto 40px;
}
#shipping_industrial .b_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(100%, 910px);
	margin: 0 auto 0;
}
#shipping_dangerous .b_box ul.fancy_wrapper li {
	width: 28%;
}
#shipping_industrial .b_box ul li {
	width: 23%;
	margin-bottom: 40px;
}
#shipping_industrial .b_box ul li:nth-last-child(-n+4) {
	margin-bottom: 0;
}
#shipping_dangerous .b_box ul.fancy_wrapper li img,
#shipping_industrial .b_box ul li img {
	width: 100%;
	height: auto;
}
#shipping_dangerous .b_box ul.fancy_wrapper li p,
#shipping_industrial .b_box ul li p {
	text-align: center;
	margin-top: 5px;
}
/* qualifications.php */
.b_box .tac {
	margin-bottom: 2rem;
}
.b_box .splide {
	margin-bottom: 2rem;
}
.b_box .splide .splide-wrapper {
	position: relative;
}
.b_box .splide__track {
	width: min(900px, 85%);
	margin: 0 auto;
}
.b_box .splide__pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 2rem;
	text-align: center;
	position: relative;
}
.b_box .splide__pagination li {
	height: 3px;
}
.b_box .splide__pagination__page {
	width: 1.6rem;
	height: 3px;
	cursor: pointer;
	transition: var(--transition);
	vertical-align: top;
	background-color: #ddd;
	border-radius: 0;
	transition: 0.8s cubic-bezier(0.2, 1, 0.2, 1);
	margin: 0 3px;
}
.b_box .splide__pagination__page.is-active {
	width: 4rem;
	background-color: #1C69A9;
	transform: scale(1);
}
.b_box .t_cont {
	width: min(900px, 85%);
	margin: 0 auto;
	display: flex;
	border: solid 1px #EFF8FA;
}
.b_box .t_cont dl {
	width: calc(100% / 3);
	background-color: #fbebe7;
}
.b_box .t_cont dl:not(:last-child) {
	border-right: solid 1px #EFF8FA;
}
.b_box .t_cont dl dt,
.b_box .t_cont dl dd {
	padding: 1rem;
}
.b_box .t_cont dl dt {
	border-bottom: solid 1px #EFF8FA;
	background-color: #f9b6a5;
	font-weight: 500;
}
.b_box .t_cont dl dd {
	background-color: #fbebe7;
}
.accordion_to {
	color: #258BBA;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
}
.accordion_de {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in-out;
	line-height: 1.3rem;
	position: relative;
}
/* .accordion_de::before {
	content: '';
	display: block;
	width: 1px;
	height: 95%;
	background-color: #000;
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 0.5rem;
	transform: translateY(-50%);
} */
.accordion_de span {
	font-size: 0.9rem;
}
.accordion_de span::before {
	content: '';
	display: inline-block;
	padding: 0.2rem;
}
.accordion_de.open {
	max-height: 200px;
}
.b_box .qua_num {
	width: min(900px, 85%);
	margin: 0 auto 0.3rem;
	font-weight: 500;
}
/* 
 高森運送の強み strength
----------------------------------------------------------- */
.strength #sub_fv {
	background-image: url(library/images/strength_fv_v2.jpg);
}
#strength_main {
	position: relative;
	padding-top: 4rem;
}
#strength_main::before {
	content: '';
	display: block;
	position: fixed;
	background-image: url(library/images/strength_bg.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -2;
}
#strength_main::after {
	content: '';
	display: block;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(239, 248, 250, 0.9);
	top: 0;
	left: 0;
	z-index: -1;
}
#strength_main dl.strength_list {
	position: relative;
}
#strength_main dl.strength_list {
	margin-bottom: 9rem;
}
#strength_main > dl.strength_list:nth-of-type(1) {
	margin-bottom: 9rem;
}
#strength_main > dl.strength_list:nth-of-type(2) {
	margin-bottom: 13rem;
}
#strength_main > dl.strength_list:nth-of-type(3) {
	margin-bottom: 9rem;
}
#strength_main > dl.strength_list:nth-of-type(4) {
	margin-bottom: 9rem;
}
#strength_main > dl.strength_list:nth-of-type(5) {
	margin-bottom: 18rem;
}
#strength_main dl.strength_list dt {
	position: absolute;
	z-index: 1;
	width: 50%;
	top: 0;
	left: 0;
}
#strength_main dl.strength_list dd {
	width: 55%;
	margin-left: auto;
	padding: 2% 5% 2% 10%;
	background-color: rgb(255 255 255 / 0.7);
	position: relative;
}
#strength_main dl.strength_list dd h3 {
	position: absolute;
	width: fit-content;
	color: #FFA702;
	font-size: 3rem;
	font-family: 'Noto Serif';
	top: calc(0% - 2.3rem);
	font-weight: 400;
	font-style: italic;
	letter-spacing: 0.4rem;
	display: block;
}
#strength_main dl.strength_list dd h2 {
	font-size: 1.6rem;
	letter-spacing: 0.2rem;
	padding-bottom: 1.8rem;
	border-bottom: solid 2px #000;
	margin-bottom: 1.8rem;
	font-family: 'Noto Serif JP';
}
#strength_main dl.strength_list dd p {
	line-height: 2rem;
	letter-spacing: 0.06rem;
}
#strength_main dl.strength_list:nth-of-type(2n) dt {
	right: 0;
	left: auto;
}
#strength_main dl.strength_list:nth-of-type(2n) dd {
	margin-right: auto;
	margin-left: unset;
	padding: 2% 10% 2% 5%;
}
#strength_main .b_box {
	background-color: #fff;
	padding: 80px;
	width: min(100%, 1200px);
	margin: 0 auto 9rem;
}
/* #strength_main .b_box ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: min(100%, 910px);
	margin: 0 auto 40px;
}
#strength_main .b_box ul li {
	width: 28%;
}
#strength_main .b_box ul li img {
	width: 100%;
	height: auto;
}
#strength_main .b_box ul li p {
	text-align: center;
	margin-top: 5px;
} */
#strength_main .btn01 {
	text-align: left;
	margin-top: 2rem;
}
/* 
 環境・安全への取り組み
----------------------------------------------------------- */
#main.e-s {
	position: relative;
}
#main.e-s::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -2;
	background-image: url(library/images/e-s_bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(255, 255, 255, 0.9);
	background-blend-mode: color;
}
.e-s #sub_fv {
	background-image: url(library/images/e-s_fv.jpg);
}
.e-s_links {
	width: min(775px, 100%);
	margin: 0 auto;
	padding: 6rem 0 5rem;
	display: flex;
	justify-content: space-between;
}
.e-s_links a {
	display: block;
	color: #111;
	padding-bottom: 5px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0.1rem;
	position: relative;
}
.e-s_links a::before {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #2C9FD8;
	position: absolute;
	bottom: 0;
	left: 0;
}
.e-s_links a::after {
	content: '▼';
	display: inline-block;
	color: #2C9FD8;
	font-size: 12px;
	margin-left: 10px;
	vertical-align: middle;
}
.e-s_main {
	padding: 11.5rem 5% 0;
}
.e-s_main:last-of-type {
	padding-bottom: 8rem;
}
#e-s_safety {
	padding-top: 130px;
	margin-top: -130px;
}
.e-s_main .inner {
	width: min(100%, 1200px);
	margin-inline: auto;
	padding: 0;
}
#e-s_safety .inner {
	padding-top: 0;
}
.e-s_main dl {
	display: flex;
	justify-content: space-between;
}
.e-s_main dl:not(:last-of-type) {
	margin-bottom: 4rem;
}
.e-s_main dl dt {
	width: 37.5%;
	height: fit-content;
}
.e-s_main dl dt.pho_shadow {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}
.e-s_main dl dd {
	width: 60%;
}
.e-s_main dl dd h3 {
	font-family: 'Noto Serif JP';
	color: #1C69A9;
	font-size: 2rem;
	margin-bottom: 1rem;
	font-weight: 900;
	letter-spacing: 0.1rem;
}
.e-s_main dl dd p {
	letter-spacing: 0.07rem;
}
.e-s_main dl dd p .ref {
	font-style: italic;
	font-size: 0.8em;
}
.e-s_main .inner > p {
	margin-bottom: 1.2rem;
}
/* 
 contact
----------------------------------------------------------- */
.contact #sub_fv {
	background-image: url(library/images/contact_fv.jpg);
}
#contact_form .inner {
	width: min(90%, 1000px);
}
#cont_list ul {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 50px;
}
#cont_list li {
	width: 32%;
	text-align: center;
	background-color: #E3E3E3;
	color: #FFF;
	padding: 0.5rem;
	border-radius: 5px;
	font-weight: bold;
}
.cont_page {
	background-color: #1C69A9 !important;
}
#cont_list li:nth-of-type(2) {
	margin: 0 2%;
}
.wpcf7,
.mw_wrap {
	width: min(100%, 850px);
	margin: 0 auto;
}
.wpcf7 dl,
.mw_wrap dl {
	width: 100%;
	margin-bottom: 30px;
}
.wpcf7 dt,
.mw_wrap dt {
	width: 100%;
	color: #1C69A9;
	font-weight: bold;
	margin-bottom: 3px;
}
.wpcf7 dt span,
.mw_wrap dt span {
	color: #E43836;
	padding-left: 0.5em;
	font-size: 14px;
	font-weight: 500;
}
.wpcf7 dd,
.mw_wrap dd {
	width: 100%;
}
.wpcf7 dl.form_sub,
.mw_wrap dl.form_sub {
	margin-bottom: 10px;
}
.wpcf7 dl.form_sub dt p,
.mw_wrap dl.form_sub dt p {
	font-size: 16px;
}
.wpcf7 dt.form_sub_ttl,
.mw_wrap dt.form_sub_ttl {
	margin-bottom: 5px;
}
.wpcf7-list-item {
	margin: 0 1em 0 0;
	margin-bottom: 5px;
}
.wpcf7-date {
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding: 5px;
	font-size: 0.9rem;
	min-height: 38px;
}
.wpcf7 .subbtn,
.mw_wrap .subbtn {
	width: fit-content;
	margin: 30px auto 0;
}
.wpcf7 .flex,
.mw_wrap .flex {
	justify-content: center;
}
.wpcf7 .flex .subbtn,
.mw_wrap .flex .subbtn {
	margin: 30px 15px 0;
}
.subbtn input {
	width: 300px;
	padding: 10px;
	color: #FFF;
	border-style: none;
	background-color: #1C69A9;
	border-radius: 5px;
	transition: all ease 0.5s;
}
.subbtn input:hover {
	opacity: 0.7;
}
.wpcf7 .flex .subbtn:first-of-type input,
.mw_wrap .flex .subbtn:first-of-type input {
	background-color: #fff8f0;
	color: #222;
}
.wpcf7-text,
.mw_txt {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding: 5px;
	font-size: 0.9rem;
	min-height: 38px;
}
.wpcf7-text:focus,
.wpcf7-textarea:focus {
	background-color: #fafeff;
}
.wpcf7-select,
.mw_select,
.wpcf7-file,
.me_file {
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding: 5px 10px;
	font-size: 0.9rem;
	min-height: 38px;
}
.wpcf7-textarea,
.mw_area {
	width: 100%;
	background-color: #FFF;
	max-width: 100%;
	border: 1px solid #D9E2E9;
	padding: 5px;
	font-size: 0.9rem;
}
.wpcf7 dd .sub,
.mw_wrap dd .sub {
	font-size: 14px;
	color: #1C69A9;
	margin-bottom: 5px;
}
.shonin .wpcf7-list-item {
	margin: 15px auto 0;
	text-align: center;
	display: block;
	font-size: 14px;
}
.wpcf7 .flex,
.mw_wrap .flex {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.wpcf7 .flex .subbtn,
.mw_wrap .flex .subbtn {
	margin: 30px 15px 0;
}
.wpcf7 .flex .subbtn:first-of-type input,
.mw_wrap .flex .subbtn:first-of-type input {
	background-color: #cccccc;
}
.shonin .wpcf7-list-item {
	margin: 15px auto 0;
	text-align: center;
	display: block !important;
	font-size: 14px;
}
.priva {
	margin-top: 30px;
}
.priva p {
	text-align: left;
}
.priva h3 {
	font-size: 15px;
	font-weight: 500;
	margin-bottom: 5px;
}
.priva h3 span {
	font-size: 14px;
	margin-left: 15px;
	display: inline-block;
}
.priva ul {
	width: 100%;
	overflow-y: scroll;
	height: 250px;
	border: 1px solid #D9E2E9;
	background: #FFF;
}
.priva li {
	padding: 0 15px 15px 15px;
}
.priva li h4 {
	margin: 25px auto 10px;
	border-bottom: 1px solid #2B1A02;
	font-size: 16px;
	font-weight: 500;
}
.privabtn {
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
}
/* 
 news
----------------------------------------------------------- */
.news #sub_fv {
	background-image: url(library/images/news_fv.jpg);
}
/* 
 news index-archives page（サイドバー無し）
----------------------------------------------------------- */
.archivetitle {
	font-size: 30px;
	font-weight: bold;
	margin: 0 auto 1rem;
}
.archivetitle span {
	font-size: 20px;
	padding-right: 15px;
}
.archivetitle a,
.bcontwrap a {
	color: #000;
}
#g_list {
	width: min(100%, 1200px);
	margin: 0 auto 3rem;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding: 0.5rem 1rem 0.5rem 112px;
	background: #eff6fc;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
	position: relative;
}
#g_list p {
	padding: 0.5rem 0;
	position: absolute;
	top: 0.5rem;
	left: 1rem;
	font-weight: bold;
}
#g_list .box {
	padding: 0.4rem 0.3rem;
}
#g_list .box a {
	color: #000;
	background: #FFF;
	padding: 0.2rem 0.5rem;
	font-size: 0.9rem;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
#g_list .box a:hover {
	background: #1C69A9;
	color: #FFF;
}
.bcontwrap ul {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap
}
.bcontwrap ul li {
	width: 30%;
	margin-bottom: 50px;
	padding-bottom: 60px;
	position: relative;
	margin-right: 5%;
}
.bcontwrap ul li:nth-child(3n) {
	margin-right: 0;
}
.bcontwrap ul li:before {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.bcontwrap li dd:nth-child(1) {
	margin-bottom: 10px;
	font-weight: bold;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.bcontwrap li dd:nth-child(1) a {
	color: #FFF;
	background: #1C69A9;
	padding: 0 10px;
	margin: 0 0 5px 5px;
	font-size: 14px;
}
.bcontwrap li dt:nth-child(2) {
	margin-bottom: 15px;
}
.bcontwrap li div {
	position: absolute;
	bottom: 30px;
	right: 0;
}
.bcontwrap h2 {
	font-size: 20px;
	font-weight: bold;
	text-align: justify;
	margin-bottom: 10px;
}
.bcontwrap p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-bottom: 1.25rem;
}
.bcontwrap .more_btn {
	position: relative;
	display: inline-block;
	padding: 0 50px 0 20px;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	font-weight: bold;
}
.bcontwrap .more_btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 2px;
	background: #111;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.bcontwrap .more_btn::after {
	content: '';
	position: absolute;
	top: 41%;
	right: 10px;
	width: 10px;
	height: 1.5px;
	background: #111;
	transform: rotate(35deg);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
.bcontwrap .more_btn:hover::before {
	right: 0;
}
.bcontwrap .more_btn:hover::after {
	right: 0;
}
/* 
 news index-archives page（サイドバー有り）
----------------------------------------------------------- */
.ttl_maru {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
	color: #1C69A9;
}
.ttl_maru::before {
	content: "●";
	padding-right: 3px;
	color: #1C69A9;
}
#wrap {
	width: min(100%, 1200px);
	margin-inline: auto;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
#l_cotent {
	width: 65%;
	margin-right: 5%;
}
#l_cotent > ul {
	margin-bottom: 70px;
}
#l_cotent > ul > li {
	background-color: #fff;
	padding: 1.25rem;
	border: 1px solid #d5d5d5;
	border-left: 9px solid #1C69A9;
	margin-bottom: 1.25rem;
	position: relative;
	transition: all ease 0.3s;
}
#l_cotent > ul > li:last-child {
	margin-bottom: 0;
}
#l_cotent > ul > li:hover {
	background-color: #eff6fc;
}
#l_cotent li > a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
#sidebar1 {
	width: 30%;
}
/*アイキャッチなしの場合は削除*/
#l_cotent li dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
#l_cotent li dt {
	width: 30%;
}
#l_cotent li dt img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
/*アイキャッチなしの場合は削除 ここまで*/
#l_cotent li dd {
	/*width:67%;*/
	/*▼アイキャッチなしの場合*/
	width: 100%;
}
#l_cotent li dd a:hover {
	opacity: 0.7;
}
.news_info {
	padding-top: 15px;
	border-top: 1px solid #d5d5d5;
	font-size: 15px;
}
.news_info span:first-of-type {
	margin-right: 10px;
	font-size: 18px;
}
.news_info span a {
	background-color: #fff;
	padding: 2px 10px;
	font-size: 14px;
	white-space: nowrap;
	margin-right: 5px;
	font-weight: normal;
	border: 1px solid #1C69A9;
	color: #1C69A9;
	border-radius: 15px;
	line-height: 1;
}
#l_cotent li dd h3 {
	font-size: 20px;
	font-weight: 400;
	background: none;
	padding-left: 0;
	text-align: justify;
	color: #1C69A9;
	margin-bottom: 5px;
}
#l_cotent li dd p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-bottom: 10px;
	color: #555;
}
#l_cotent .linkbox {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.5rem;
}
#l_cotent .more_btn {
	position: relative;
	display: inline-block;
	padding: 0 50px 0 20px;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	font-weight: 500;
}
#l_cotent .more_btn::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	width: 30px;
	height: 2px;
	background: #FFF;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
#l_cotent .more_btn::after {
	content: '';
	position: absolute;
	top: 41%;
	right: 10px;
	width: 10px;
	height: 1.5px;
	background: #FFF;
	transform: rotate(35deg);
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	-moz-transition: all ease 0.5s;
}
#l_cotent .more_btn:hover::before {
	right: 0;
	background: #1C69A9;
}
#l_cotent .more_btn:hover::after {
	right: 0;
	background: #1C69A9;
}
#sidebar {
	width: 25%;
}
.widgettitle {
	font-size: 16px;
	padding: 0 0 10px 1.2rem;
	margin-bottom: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
	font-weight: 500;
}
.widgettitle::before {
	content: "●";
	color: #1C69A9;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 0.9rem;
}
.widget ul {
	margin-bottom: 2rem;
}
.widget ul li a {
	width: 100%;
	display: block;
	padding: 0.3rem 1rem 0.3rem 1.5rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	position: relative;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
.widget ul li a::before {
	content: "▶";
	font-size: 0.6rem;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.widget ul li a:hover {
	color: #1C69A9;
}
#archives-dropdown-2 {
	width: 100%;
	font-size: 0.9rem;
	padding: 0.7rem 1rem;
	border: 0px;
	background-color: #F0F0F0;
}
.archivetitle {
	width: 100%;
	margin-bottom: 2rem;
	font-weight: 500;
}
/* news single page
----------------------------------------------------------- */
.tca {
	display: flex;
	align-items: center;
	margin-bottom: 2.5rem;
	flex-wrap: wrap;
}
.tca a {
	background: #1C69A9;
	color: #FFF;
	padding: 0.1rem 0.3rem;
	font-size: 12px;
	white-space: nowrap;
	margin-right: 5px;
}
.tca a:after {
	content: " , ";
}
.tca a:last-of-type:after {
	content: "";
}
.stitle {
	font-size: 24px;
	line-height: 1.5em;
	color: #1C69A9;
	padding: 0 0 0.5rem 1.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
	position: relative;
	text-align: justify;
	font-weight: 400;
}
.stitle::before {
	content: "●";
	color: #1C69A9;
	position: absolute;
	top: 1px;
	left: 0;
	font-size: 1rem;
}
.singlecont {
	overflow: auto;
}
.singlecont h1 {
	font-size: 20px;
	line-height: 1.5em;
	color: #1C69A9;
	padding-bottom: 0.5rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid #ccc;
	position: relative;
}
.singlecont h1::before {
	content: "";
	height: 1px;
	width: 50px;
	background-color: #1C69A9;
	position: absolute;
	bottom: -0.5px;
	left: 0;
}
.singlecont h2 {
	font-size: 18px;
	padding-bottom: 10px;
	margin-bottom: 15px;
	position: relative;
	color: #1C69A9;
	text-align: justify;
}
.singlecont h3 {
	border-left: 1px solid #1C69A9;
	padding: 0 10px;
	margin-bottom: 16px;
	color: #1C69A9;
	background: none;
}
.singlecont h4 {
	background: #1C69A9;
	color: #FFF;
	padding: 1px 10px 0;
	margin-bottom: 16px;
}
.singlecont h5 {
	border-bottom: 1px dashed #1C69A9;
	margin-bottom: 16px;
	font-size: 16px;
	color: #1C69A9;
}
.singlecont h6 {
	margin-bottom: 16px;
	font-size: 16px;
	color: #1C69A9;
}
.singlecont p {
	text-align: justify;
	font-size: 16px;
}
.singlecont img {
	margin-bottom: 16px;
	height: auto;
	max-width: 100%;
}
.singlecont a {
	text-decoration: underline;
}
.singlecont ul {
	list-style: disc;
	list-style-position: inside;
}
.singlecont ol {
	list-style: decimal;
	list-style-position: inside;
}
.singlecont .aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.singlecont .alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}
.singlecont .alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}
.singlewrap .news_info {
	border-top: none;
	padding-top: 10px;
	margin-bottom: 40px;
}
/* 
 全ページ共通コンタクトパーツ
----------------------------------------------------------- */
#contact_temp_area {
	background: url(library/images/contact_area_bg.jpg) rgba(0, 0, 0, 0.7) no-repeat;
	background-blend-mode: color;
	background-position: center;
	background-size: cover;
	padding: 8rem 5%;
}
#contact_temp_area .inner {
	width: min(100%, 1540px);
	margin-inline: auto;
}
#contact_temp_area .inner dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#contact_temp_area .inner dl > * {
	width: calc(100% / 3);
	padding: 0 1em;
}
#contact_temp_area .inner dl > dt:first-child {
	padding-left: 0;
}
#contact_temp_area .inner dl dt {
	color: #fff;
}
#contact_temp_area .inner dl dt p {
	line-height: 2em;
	font-weight: 200;
	letter-spacing: 2px;
}
#contact_temp_area .inner dl dd {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 26%;
}
#contact_temp_area .inner dl dd:nth-child(2) {
	width: 34%;
}
/* #contact_temp_area .inner dl dd:nth-child(3) {
	width: 27%;
} */
#contact_temp_area .inner dl > dd:nth-child(2) {
	border-left: solid 1px #828282;
	border-right: solid 1px #828282;
}
#contact_temp_area .inner dl > dd::before {
	content: '';
	display: block;
	width: 6rem;
	height: 6rem;
	border-radius: 50%;
	background-size: 40%;
	border: solid 1px #fff;
}
#contact_temp_area .inner dl > dd:nth-child(2):before {
	background: url(library/images/contact_area_tel_icon.png) no-repeat center;
}
#contact_temp_area .inner dl > dd:nth-child(3):before {
	background: url(library/images/contact_area_mail_icon.png) no-repeat center;
}
#contact_temp_area .inner dl > dd:last-child {
	padding-right: 0;
}
#contact_temp_area .inner dl > dd h3 {
	color: #fff;
	margin: 1rem 0;
}
#contact_temp_area .inner dl > dd a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(100%, 385px);
	min-height: 50px;
	border-radius: 50vh;
	line-height: 1;
	padding: 1.3rem 0;
	letter-spacing: 0.1rem;
}
#contact_temp_area .inner dl > dd:nth-child(2) a {
	color: #000;
	font-size: 1.7em;
	font-weight: 800;
	/* font-family: 'Lato'; */
	letter-spacing: 0.06em;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#contact_temp_area .inner dl > dd:nth-child(2) a:hover {
	opacity: 1;
}
#contact_temp_area .inner dl > dd:nth-child(2) a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50vh;
	z-index: -2;
}
#contact_temp_area .inner dl > dd:nth-child(2) a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #e3e3e3;
	transition: all .3s ease-in;
	z-index: -1;
}
#contact_temp_area .inner dl > dd:nth-child(2) a:hover::after {
	width: 100%;
}
#contact_temp_area .inner dl > dd:nth-child(2) a span {
	font-size: 0.7em;
}
#contact_temp_area .inner dl > dd:nth-child(3) a {
	color: #fff;
	font-size: 1.4em;
	font-weight: 600;
	transition: all .2s;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
#contact_temp_area .inner dl > dd:nth-child(3) a:hover {
	opacity: 1;
}
#contact_temp_area .inner dl > dd:nth-child(3) a::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--gradation);
	border-radius: 50vh;
	z-index: -2;
}
#contact_temp_area .inner dl > dd:nth-child(3) a::after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #FFA702;
	transition: all .3s ease-in;
	z-index: -1;
}
#contact_temp_area .inner dl > dd:nth-child(3) a:hover::after {
	width: 100%;
}
/* 
 foot
----------------------------------------------------------- */
#footer {
	width: 100%;
	background: #fff;
	padding: 8rem 5%;
}
#footer .inner {
	width: min(100%, 1350px);
	margin-inline: auto;
	text-align: center;
}
#footer .inner .f_upper {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 2.5em;
}
#footer .inner .f_upper .f_left {
	width: 250px;
	min-width: 250px;
	text-align: left;
	margin-right: 1%;
}
#footer .inner .f_upper .f_left h1 {
	margin-bottom: 1rem;
}
#footer .inner .f_upper .f_left h1 a {
	display: flex;
	align-items: center;
}
#footer .inner .f_upper .f_left h1 a img {
	margin-right: 0.5em;
}
#footer .inner .f_upper .f_left h1 a span {
	font-size: 0.75em;
	color: #000;
	font-weight: 500;
}
#footer .inner .f_upper .f_left h1 a span small {
	font-size: 0.7em;
}
#footer .inner .f_upper .f_left p {
	line-height: 2em;
	letter-spacing: 0.06em;
	color: #000;
	pointer-events: none;
}
#footer .inner .f_upper .f_left a {
	color: #000;
}
#footer .inner .f_upper .f_right {
	width: min(100%, 1040px);
	display: flex;
	align-items: flex-start;
	padding-bottom: 1.5rem;
	border-bottom: solid 1px #828282;
}
#footer .inner .f_upper .f_right ul {
	width: 20%;
	width: min(30%, 210px);
	text-align: left;
}
#footer .inner .f_upper .f_right ul:not(:last-child) {
	margin-right: 0.5em;
}
#footer .inner .f_upper .f_right ul li {
	padding-bottom: 0.5rem;
	border-bottom: solid 1px #D0D0D0;
	display: flex;
	align-items: center;
}
#footer .inner .f_upper .f_right ul li::before {
	content: '';
	display: block;
	width: 0.8em;
	height: 1px;
	margin-right: 0.2em;
	background: #000;
	margin-top: 0.3em;
}
#footer .inner .f_upper .f_right ul li:not(:last-child) {
	margin-bottom: 1.8rem;
}
#footer .inner .f_upper .f_right ul li a {
	color: #000;
}
#footer .inner .f_upper .f_right ul:nth-child(2) li {
	margin-bottom: 0.5rem;
}
#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(1)::before {
	content: none;
}
#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(1)::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #000 transparent transparent transparent;
	border-width: 6px 4px 0px 4px;
	margin-left: 5px;
	margin-top: 2px;
}
#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(n+2) {
	border-bottom: 0;
	padding-bottom: 0;
}
#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(n+2)::before {
	margin-top: 0.1em;
}
#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(n+2) a {
	font-size: 0.9em;
}
#footer .inner .f_bottom {
	width: min(100%, 1040px);
	margin-left: auto;
	display: flex;
}
#footer .inner .f_bottom li {
	text-align: left;
	padding: 0 1.5%;
}
#footer .inner .f_bottom li:first-child {
	padding-left: 0;
}
#footer .inner .f_bottom li:last-child {
	padding-right: 0;
}
#footer .inner .f_bottom li:not(:last-child) {
	border-right: solid 1px #828282;
}
#footer .inner .f_bottom li h3 {
	font-size: 1em;
	margin-bottom: 0.5rem;
}
#footer .inner .f_bottom li p {
	font-size: 0.95em;
}
#cop {
	background: #2C9FD8;
	color: #fff;
	text-align: center;
}
/* 
 smartphone menu btn
----------------------------------------------------------- */
#spnavbtn {
	position: fixed;
	top: 4%;
	right: 2%;
	z-index: 999;
	text-align: center;
	padding: 12px 10px 5px 11px;
	display: block;
	cursor: pointer;
	display: none;
	background: #FF6D02;
}
.nav-trigger,
.nav-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.nav-trigger {
	position: relative;
	width: 30px;
	height: 18px;
}
.nav-trigger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #FFF;
	border-radius: 20px;
}
.nav-trigger span:nth-of-type(1) {
	top: 0;
}
.nav-trigger span:nth-of-type(2) {
	top: 8px;
}
.nav-trigger span:nth-of-type(3) {
	bottom: 0;
}
/* 
 smartphone menu btn click
----------------------------------------------------------- */
#spnavbtn .activete {
	font-size: 0.9em;
	opacity: 0;
}
#spnavbtn .activete:before {
	content: "";
}
.nav-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(8px) rotate(-45deg);
	transform: translateY(8px) rotate(-45deg);
}
.nav-trigger.active span:nth-of-type(2) {
	left: 60%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}
@-webkit-keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
@keyframes active-menu-bar02 {
	100% {
		height: 0;
	}
}
.nav-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(45deg);
	transform: translateY(-8px) rotate(45deg);
}
/* 
 smartphone menu btn click area
----------------------------------------------------------- */
#spnav {
	position: relative;
	z-index: 998;
}
#spnav:has(.open) .spnav_bg {
	display: block;
	width: 100vw;
	height: 100vh;
	background-color: rgb(0 0 0 / 0.5);
	position: fixed;
	top: 0;
	left: 0;
}
#spnav .trigger {
	width: 300px;
	height: 100%;
	transition: all ease 0.4s;
	-webkit-transition: all ease 0.4s;
	-moz-transition: all ease 0.4s;
	position: fixed;
	top: 0;
	left: -300px;
	color: rgba(255, 255, 255, 0);
	overflow-y: scroll;
}
#spnav .open {
	width: 300px;
	max-width: 80%;
	background: rgba(255, 255, 255, 1);
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	color: rgba(150, 150, 150, 1);
	overflow-y: scroll;
}
/* #spnav .open::before {
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	background-color: rgb(0 0 0 / 0.3);
	position: absolute;
	top: 0;
	left: 0;
} */
#spnav h1 {
	width: 100%;
	padding: 2rem 5%;
	margin-bottom: 2rem;
	text-align: center;
}
#spnav h1 img {
	width: 120px;
}
#spnav ul {
	padding: 0 4vw 80px;
}
#spnav ul li {
	text-align: left;
}
#spnav ul li:not(:last-child) {
	border-bottom: solid 1px #ccc;
}
#spnav ul li a {
	display: block;
	color: #000;
	text-decoration: none;
	/* padding: 0 10px; */
	padding: 1em 0;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.05rem;
}
#spnav ul li a:hover,
#spnav .navright:hover {
	background: rgba(255, 255, 255, 1);
	color: rgba(150, 150, 150, 1);
}
#spnav .navleft {
	width: 88%;
	float: left;
	display: block;
}
#spnav .navright {
	width: 12%;
	display: block;
	float: left;
	text-align: center;
	cursor: pointer;
	transition: all ease 0.3s;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
}
#spnav ul li dl {
	overflow: hidden;
}
#spnav ul li dd {
	display: none;
}
#spnav ul li .subnav {
	padding: 0 30px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.2);
	opacity: 0;
	transition: all ease 0.8s;
	-webkit-transition: all ease 0.8s;
	-moz-transition: all ease 0.8s;
}
#spnav ul li .drop1,
#spnav ul li .drop2,
#spnav ul li .drop3 {
	opacity: 1;
}
/* spハンバーガー内_お問い合わせメニューボタン用 */
#spnav .sp_nav_contact {
	margin-top: 1.5rem;
}
#spnav .sp_nav_contact a {
	color: #fff;
	background: linear-gradient(to right, #FFA702, #FF6D02);
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
}
#spnav .sp_nav_contact a .fa_mail::before {
	margin-right: 0.2rem;
	content: '\f0e0';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-style: normal;
}
@media screen and (max-width: 1700px) {
	#contact_temp_area .inner dl dd,
	#contact_temp_area .inner dl dd:nth-child(2) {
		width: calc(100% / 3);
	}
}
@media screen and (max-width: 1600px) {}
@media screen and (max-width: 1500px) {
	.navwrap {
		padding-left: 1em;
	}
	.navwrap > ul > li > a {
		padding: 1.2rem 1rem;
	}
	/* .navwrap > ul > li:last-child {
		margin-left: 0.5rem;
	} */
	.navwrap > ul > li:last-child a {
		padding: 1.2rem 2rem;
	}
	/* 
トップページ
----------------------------------------------------------- */
	#top03 dl dd h3 {
		/* font-size: 1.4em; */
		margin-bottom: 1rem;
	}
	#top03 dl dd h3 span {
		font-size: 2em;
		letter-spacing: 0.3rem;
	}
	/* 
	高森運送の強み　strength
	----------------------------------------------------------- */
	#strength_main dl.strength_list {
		margin-bottom: 5rem;
	}
	#strength_main dl.strength_list:nth-of-type(5) {
		margin-bottom: 11rem;
	}
	#strength_main dl.strength_list dd {
		width: 52%;
		padding: 3% 5% 3% 4%;
	}
	#strength_main dl.strength_list:nth-of-type(2n) dd {
		padding: 3% 5% 3% 5%;
	}
	#strength_main dl.strength_list dd h2 {
		font-size: 1.5rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	#strength_main dl.strength_list dd h3 {
		font-size: 3rem;
		top: calc(0% - 2rem);
	}
	#strength_main .b_box {
		margin: 0 auto 5rem;
	}
	#strength_main > dl.strength_list:nth-of-type(1),
	#strength_main > dl.strength_list:nth-of-type(2),
	#strength_main > dl.strength_list:nth-of-type(3),
	#strength_main > dl.strength_list:nth-of-type(4) {
		margin-bottom: 6rem;
	}
	#strength_main > dl.strength_list:nth-of-type(5) {
		margin-bottom: 12rem;
	}
}
@media screen and (max-width: 1400px) {
	.navwrap > ul > li > a {
		/* font-size: 14px;
		font-weight: 500; */
	}
}
@media screen and (max-width: 1300px) {
	/* 
高森運送の強み　strength
----------------------------------------------------------- */
	#strength_main dl.strength_list dt {
		height: 100%;
	}
	#strength_main dl.strength_list dt img {
		object-fit: cover;
		width: 100%;
		height: 100%;
	}
	#strength_main > dl.strength_list:nth-of-type(1),
	#strength_main > dl.strength_list:nth-of-type(2),
	#strength_main > dl.strength_list:nth-of-type(3),
	#strength_main > dl.strength_list:nth-of-type(4),
	#strength_main > dl.strength_list:nth-of-type(5) {
		margin-bottom: 6rem;
	}
	#strength_main dl.strength_list dd h3 {
		font-size: 2.3rem;
		top: calc(0% - 1.3rem);
	}
	#strength_main dl.strength_list dd h2 {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 1200px) {
	/* 
ヘッダー
----------------------------------------------------------- */
	.navwrap ul li a {
		font-size: 0.9rem;
	}
	.navwrap > ul > li > a {
		padding: 1.2rem 0.7rem;
	}
	/* 
 トップページ
----------------------------------------------------------- */
	#top_fv h2 {
		font-size: 4em;
		margin-bottom: 2rem;
	}
	#top_fv p {
		font-size: 1.3em;
	}
	/* 
 sub
----------------------------------------------------------- */
	#sub_fv h1 {
		font-size: 30px;
	}
	#sub_fv h1 span {
		font-size: 65px;
	}
	/* 
 company
----------------------------------------------------------- */
	#company_philosophy ul li {
		width: 300px;
		height: 300px;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	.cont_area02_box {
		padding: 3.5rem 4rem 4rem;
		position: relative;
		top: -5rem;
		left: 5%;
		right: 5%;
		margin-left: 0;
	}
	#cont_area02 {
		padding: 0 5%;
	}
	#cont_area03 {
		padding: 5rem 5%;
	}
}
@media screen and (max-width: 1100px) {
	.pc {
		display: block;
	}
	.sp {
		display: none;
	}
	#cont_list {
		margin-top: 0rem;
	}
	.navwrap {
		padding: 0.4rem 0 0.4rem 0.5rem;
	}
	.navwrap li {
		display: none;
	}
	/* 
 ハンバーガーメニュー
----------------------------------------------------------- */
	#spnav h1 {
		display: flex;
		align-items: center;
		justify-content: center;
		margin-bottom: 0;
	}
	#spnav h1 img {
		width: 50px;
	}
	#spnav h1 img {
		margin-right: 0.5em;
	}
	#spnav h1 span {
		font-size: 0.75em;
		color: #000;
		font-weight: 500;
	}
	#spnav h1 span small {
		font-size: 0.7em;
	}
	/* 
 トップページ
----------------------------------------------------------- */
	#top_fv {
		height: 80vh;
	}
	#top_fv h2 {
		font-size: 3em;
		margin-bottom: 1rem;
	}
	#top01 .inner dl dt .mid_right_line + p {
		font-size: 1.1em;
	}
	#top02 ul li dl dd h3 {
		font-size: 1.5em;
	}
	#top02 ul li dl dd h3 + p {
		font-size: 1em;
	}
	#top03 dl dd {
		padding: 2em 3%;
	}
	#top03 dl dd h3 {
		font-size: 1.1em;
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
	}
	#top03 dl dd h3 span {
		font-size: 1.8em;
	}
	#top03 dl dd h3 + p {
		line-height: 1.8rem;
	}
	/*	
 sub
----------------------------------------------------------- */
	.sub_h2 {
		font-size: 28px;
		margin-bottom: 30px;
	}
	.sub_h2 span {
		font-size: 17px;
	}
	.sub .inner {
		padding: 0 0 100px;
	}
	.sub section:nth-of-type(3) .inner {
		padding-top: 100px;
	}
	.img_wrap .white {
		height: 25px;
	}
	.img_wrap .wrap .ttl {
		font-size: 26px;
	}
	.under_ttl {
		font-size: 25px;
		margin: 0 auto 30px;
	}
	.wrap_area {
		margin-bottom: 50px;
	}
	.b_box {
		padding: 50px;
	}
	/*	
 company
----------------------------------------------------------- */
	.company .inner {
		padding: 70px 0;
	}
	#company_greeting {
		margin-bottom: 70px;
	}
	#company_greeting::before {
		padding: 40px 320px;
	}
	#company_greeting .img h4 {
		font-size: 23px;
	}
	#company_greeting h3 {
		font-size: 30px;
		margin-bottom: 30px;
	}
	#company_philosophy .txt::before {
		padding: 65px 85px;
	}
	#company_philosophy .txt img {
		height: 80px;
	}
	#company_philosophy ul {
		margin: 30px 0;
	}
	#company_philosophy ul li {
		width: 270px;
		height: 270px;
	}
	#company_philosophy ul li h3 {
		font-size: 18px;
		margin-bottom: 10px;
	}
	#company_philosophy ul li h3 span {
		font-size: 30px;
	}
	#company_philosophy ul li p {
		font-size: 18px;
	}
	#company_philosophy .read {
		font-size: 18px;
	}
	/* 
	 運送事業 business_shipping
	----------------------------------------------------------- */
	#shipping_dangerous .b_box ul.fancy_wrapper {
		margin: 0 auto 30px;
	}
	#shipping_industrial .b_box ul li {
		margin-bottom: 30px;
	}
	/* 
高森運送の強み strength
----------------------------------------------------------- */
	#strength_main dl.strength_list dd h2 {
		font-size: 1.2rem;
		padding-bottom: 1rem;
		margin-bottom: 1rem;
	}
	#strength_main dl.strength_list dd h3 {
		font-size: 3rem;
		top: calc(0% - 2.3rem);
	}
	#strength_main .b_box {
		padding: 50px 5%;
	}
	/* #strength_main .b_box ul {
		margin: 0 auto 30px;
	} */
	/* 
 環境・安全への取り組み
----------------------------------------------------------- */
	.e-s_main dl dd h3 {
		font-size: 1.5rem;
	}
	.e-s_main .inner {
		padding-bottom: 0;
	}
	/*	
 news
----------------------------------------------------------- */
	#l_cotent > ul {
		margin-bottom: 40px;
	}
	#l_cotent li dd h3 {
		font-size: 18px;
	}
	#l_cotent li dd p {
		margin-bottom: 1rem;
	}
	.news_info {
		padding-top: 1rem;
	}
	.news_info span:first-of-type {
		font-size: 16px;
	}
	/* 
 smartphone menu btn
----------------------------------------------------------- */
	#spnavbtn {
		top: 0.5rem;
		right: 0.5rem;
		padding: 10px 10px 5px 11px;
		display: block;
	}
	.nav-trigger {
		width: 30px;
	}
	/* 
 コンタクトパーツ
----------------------------------------------------------- */
	#contact_temp_area .inner dl {
		justify-content: flex-end;
	}
	#contact_temp_area .inner dl > dt:first-child {
		width: 100%;
		margin-bottom: 3rem;
		/* width: 50%; */
	}
	#contact_temp_area .inner dl dd:nth-child(2),
	#contact_temp_area .inner dl dd {
		width: 50%;
	}
	#contact_temp_area .inner dl dd > *:not(:last-child) {
		margin-bottom: 1rem;
	}
	#contact_temp_area .inner dl dd::before {
		/* margin-bottom: 1rem; */
	}
	#contact_temp_area .inner dl > dd:nth-child(2) {
		border-left: 0;
		/* border-right: 0; */
		/* margin-bottom: 3rem; */
	}
	/* qualifications.php */
	.b_box .t_cont dl dt,
	.b_box .t_cont dl dd {
		padding: 0.7rem;
	}
	/* 
 footer
----------------------------------------------------------- */
	#footer .inner .f_upper {
		flex-wrap: wrap;
	}
	#footer .inner .f_upper .f_left {
		margin-bottom: 1rem;
	}
	#footer .inner .f_upper .f_right {
		width: 100%;
		justify-content: space-between;
	}
	#footer .inner .f_upper .f_right ul {
		width: calc(100% / 4 - 0.5em);
	}
	#footer .inner .f_upper .f_right ul:not(:last-child) {
		margin-right: 0;
	}
	#footer .inner .f_upper .f_right ul li a {
		font-size: 0.9em;
	}
	#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(n+2) a {
		font-size: 0.8em;
	}
	#footer .inner .f_bottom {
		flex-wrap: wrap;
		justify-content: unset;
	}
	#footer .inner .f_bottom li {
		width: calc(100% / 2 - 4%);
		margin-bottom: 1rem;
	}
	#footer .inner .f_bottom li:not(:last-child) {
		margin-right: 0;
		padding-right: 0;
		border-right: 0;
	}
	#footer .inner .f_bottom li:nth-child(odd) {
		padding-left: 0%;
		border-right: solid 1px #828282;
	}
}
@media screen and (max-width:950px) {
	/* 
 環境・安全への取り組み
----------------------------------------------------------- */
	.e-s_links {
		padding: 6rem 5% 5rem;
	}
}
@media screen and (max-width:800px) {
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	.flex-prev {
		display: none !important;
	}
	.flex-next {
		display: none !important;
	}
	.img_wrap .white {
		height: 20px;
	}
	/* 
 共通部分
----------------------------------------------------------- */
	#content {
		font-size: 0.9em;
	}
	/* 
 トップページ
----------------------------------------------------------- */
	#top01 {
		padding: 4rem 5%;
	}
	#top01 .inner dl dt {
		background: rgba(255, 255, 255, 0.9);
		position: relative;
		z-index: 1;
		width: 100%;
	}
	#top01 .inner dl dd {
		width: 60%;
		position: absolute;
		right: 6%;
		z-index: 0;
	}
	#top01 .inner dl dd .pho_box {
		width: 80%;
		padding: 5.5em 0;
		margin-left: auto;
	}
	#top02 {
		padding: 4rem 0 0;
	}
	#top03 {
		padding: 4rem 0 0;
	}
	#top03 dl {
		margin-bottom: 3rem;
		flex-wrap: wrap;
	}
	#top03 dl:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	#top03 dl > * {
		width: 100%;
	}
	#top03 .btn01 {
		margin: 3rem 0;
	}
	#top04 {
		padding: 4rem 5%;
		background: #fff;
	}
	#top04 .mid_right_line {
		margin-bottom: 0.3rem;
	}
	#top04 p {
		margin-bottom: 2rem;
	}
	#top04 ul li {
		width: calc(100% / 2 - 0.5em);
		margin-bottom: 1em;
		padding: 1em;
	}
	#top04 ul li h3 {
		font-size: 1.1em;
	}
	#top_news {
		padding: 4rem 5%;
	}
	#top_news .news_content ul li a {
		padding: 0.8em 0;
	}
	/* 
 sub
----------------------------------------------------------- */
	#sub_fv h1 {
		font-size: 25px;
	}
	#sub_fv h1 span {
		font-size: 50px;
	}
	.sub_h2 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	.sub_h2 span {
		font-size: 16px;
	}
	.tbl dl dt {
		width: 150px;
		padding: 20px;
	}
	.tbl dl dd {
		width: calc(100% - 150px);
		padding: 20px 30px;
	}
	.tbl dl dd .ttl {
		font-size: 16px;
	}
	.sub .inner {
		padding: 0 0 60px;
	}
	.wrap_area {
		margin-bottom: 30px;
	}
	.sub section:nth-of-type(3) .inner {
		padding-top: 60px;
	}
	.img_wrap .wrap .ttl {
		font-size: 22px;
	}
	.under_ttl {
		font-size: 20px;
	}
	.b_box {
		padding: 30px;
	}
	/* 
	 company
	----------------------------------------------------------- */
	.company .inner {
		padding: 50px 0;
	}
	#company_greeting {
		margin-bottom: 50px;
	}
	#company_greeting::before {
		padding: 35px 280px;
	}
	#company_greeting .txt,
	#company_greeting .img {
		width: 100%;
	}
	#company_greeting .txt {
		margin-bottom: 20px;
	}
	#company_greeting h3 {
		font-size: 25px;
		margin-bottom: 20px;
	}
	#company_philosophy .txt img {
		height: 70px;
	}
	#company_philosophy ul li h3 {
		font-size: 16px;
	}
	#company_philosophy ul li h3 span {
		font-size: 23px;
	}
	#company_philosophy ul li p {
		font-size: 16px;
	}
	#company_philosophy .read {
		font-size: 16px;
	}
	#company_philosophy ul {
		justify-content: center;
	}
	#company_philosophy ul li {
		margin: 10px !important;
	}
	#company_philosophy ul li:nth-child(even) {
		margin-top: 0;
	}
	#company_philosophy ul li {
		width: 230px;
		height: 230px;
	}
	#company_location iframe {
		height: 250px;
	}
	#company_group .inner > ul > li {
		width: 100%;
	}
	#company_group .inner > ul > li:not(:last-child) {
		margin-bottom: 30px;
	}
	/* 
	 倉庫事業・共同配送事業 business_warehouse
	----------------------------------------------------------- */
	#warehouse_joint .flex > div p {
		padding-left: 55px;
	}
	#warehouse_joint .flex > div p::before {
		padding: 22px 25px;
	}
	/* 
	 運送事業 business_shipping
	----------------------------------------------------------- */
	#shipping_dangerous .b_box ul.fancy_wrapper,
	#shipping_industrial .b_box ul {
		position: relative;
	}
	#shipping_dangerous .b_box ul.fancy_wrapper::before,
	#shipping_industrial .b_box ul::before,
	#shipping_dangerous .b_box ul.fancy_wrapper::after,
	#shipping_industrial .b_box ul::after {
		content: '';
		display: block;
		width: 30% !important;
		order: 3;
	}
	#shipping_dangerous .b_box ul.fancy_wrapper li,
	#shipping_industrial .b_box ul li {
		width: 30%;
	}
	/* 
高森運送の強み　strength
----------------------------------------------------------- */
	#strength_main {
		padding-top: 0rem;
	}
	#strength_main dl.strength_list:nth-of-type(5) {
		margin-bottom: 5rem;
	}
	#strength_main dl.strength_list dt {
		position: unset;
		height: auto;
		width: 100%;
	}
	#top03 dl:nth-of-type(4) dt img {
		object-position: 20%;
	}
	#strength_main dl.strength_list dd {
		width: 100%;
		padding: 1rem 5% 2rem 4%;
	}
	#strength_main dl.strength_list dd h3 {
		position: unset;
		font-size: 2.2rem;
	}
	#strength_main dl.strength_list dd p {
		line-height: 1.5rem;
	}
	/* 
 環境・安全への取り組み
----------------------------------------------------------- */
	#e-s_safety .inner {
		padding-bottom: 0;
	}
	.e-s_main .inner {
		padding-bottom: 0;
	}
	.e-s_main:last-of-type {
		padding-bottom: 4rem;
	}
	.e-s_main {
		padding: 4rem 5% 0;
	}
	.e-s_links {
		padding: 4rem 5% 3rem;
	}
	.e-s_links a {
		font-size: 16px;
	}
	.e-s_main dl:not(:last-of-type) {
		margin-bottom: 2rem;
	}
	.e-s_main dl dd h3 {
		font-size: 1.2rem;
		margin-bottom: 0.6rem;
	}
	/* 
 news
----------------------------------------------------------- */
	.archivetitle {
		font-size: 1.5rem;
		margin: 0 auto 1rem;
	}
	.archivetitle span {
		font-size: 1rem;
		padding-right: 5px;
	}
	.cate_list {
		background-color: #291F12;
		padding: 0.3rem 0.5rem 0.6rem;
		font-size: 1rem;
		line-height: 1.7rem;
		margin-bottom: 2rem;
	}
	.cate_list a {
		margin-right: 5px;
		padding: 0 5px 2px;
		font-size: 0.8rem;
	}
	.bcontwrap ul li {
		width: 100%;
		margin-bottom: 2rem;
		padding-bottom: 4.5rem;
		margin-right: 0;
	}
	.bcontwrap li dd:nth-child(1) {
		font-size: 1rem;
	}
	.bcontwrap li dd:nth-child(1) a {
		padding: 1px 10px;
		margin: 0 0 0 5px;
		font-size: 12px;
	}
	.bcontwrap li dd:nth-child(1) {
		margin-bottom: 1rem;
	}
	/* news single page（サイドバー無し）
	----------------------------------------------------------- */
	#l_cotent {
		width: 100%;
		margin: 0;
	}
	#sidebar1 {
		width: 100%;
		margin-top: 40px;
	}
	#l_cotent li dt {
		width: 100%;
		margin: 0 auto 1rem;
	}
	#l_cotent li dd {
		width: 100%;
	}
	/* 
	 contact
	----------------------------------------------------------- */
	#cont_list {
		margin-bottom: 30px;
	}
	#cont_list li {
		line-height: 1.5rem;
		font-size: 0.7rem;
	}
	.wpcf7 dl {
		width: 100%;
		display: block;
		border-top: 0px dashed #CCC;
		margin-bottom: 1em;
	}
	.wpcf7 dt span {
		color: #d60101;
		font-size: 0.7em;
		padding-left: 1%;
	}
	.priva ul {
		font-size: 0.9em;
	}
	/* 
 コンタクトパーツ
----------------------------------------------------------- */
	#contact_temp_area {
		padding: 4rem 5%;
	}
	#contact_temp_area .inner dl > dd:nth-child(2) a {
		font-size: 1.4em;
	}
	#contact_temp_area .inner dl > dd:nth-child(3) a {
		font-size: 1.2em;
	}
	/* qualifications.php */
	.b_box .splide__track {
		width: min(900px, 80%);
	}
	.b_box .qua_num,
	.b_box .t_cont {
		width: min(900px, 100%);
	}
	/* 
 foot
----------------------------------------------------------- */
	#prev,
	#next {
		width: 100%;
		margin: 0 0 0.4rem;
	}
	#next {
		float: right;
	}
	#footer {
		padding: 4rem 5%;
	}
	#footer .inner .f_upper .f_right {
		flex-wrap: wrap;
	}
	#footer .inner .f_upper .f_right ul {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
	#footer .inner .f_upper .f_right ul:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	#footer .inner .f_upper .f_right ul li {
		width: 49%;
	}
	#footer .inner .f_upper .f_right ul li:not(:last-child) {
		margin-bottom: 0.7rem;
	}
	#footer .inner .f_upper .f_right ul li:not(:last-child) {
		margin-bottom: 0;
	}
	#footer .inner .f_upper .f_right ul:nth-child(2) {
		display: block;
	}
	#footer .inner .f_upper .f_right ul:nth-child(2) {
		padding-bottom: 0.7rem;
		border-bottom: solid 1px #D0D0D0;
	}
	#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(1) {
		margin-bottom: 0.7rem;
		width: 100%;
	}
	#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(3) {
		margin-bottom: 0;
	}
	#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(2) {
		margin-bottom: 0.8rem;
	}
	#footer .inner .f_upper .f_right ul:nth-child(2) li:nth-child(n+2) {
		width: 100%;
	}
}
@media screen and (max-width: 640px) {
	/* 
	 fancybox
	----------------------------------------------------------- */
	.fancy-ico,
	.fancy-ico span {
		width: 30px;
		height: 30px;
	}
	#fancybox-close {
		top: 3px;
		right: 3px;
	}
	#fancybox-next,
	body.rtl #fancybox-prev {
		right: 3px;
	}
	#fancybox-prev,
	body.rtl #fancybox-next {
		left: 3px;
	}
	#fancybox-close span::after,
	#fancybox-close span::before {
		width: 16px;
		top: 15px;
		left: 7px;
	}
	#fancybox-prev span::after,
	#fancybox-next span::after {
		top: 11px;
		width: 10px;
		height: 10px;
	}
	#fancybox-prev span::after,
	body.rtl #fancybox-next span::after {
		left: 12px;
	}
	#fancybox-next span::after,
	body.rtl #fancybox-prev span::after {
		right: 12px;
	}
	/* 
 共通
----------------------------------------------------------- */
	.pc640 {
		display: none;
	}
	.sp640 {
		display: block;
	}
	/* 
 トップページ
----------------------------------------------------------- */
	#top_fv {
		height: 60vh;
		min-height: 480px;
	}
	#top_fv .txt {
		left: 3%;
	}
	#top_fv h2 {
		font-size: 1.8em;
	}
	#top_fv p {
		font-size: 1.1em;
	}
	#top02 ul li {
		width: 100%;
	}
	#top02 ul li dl dd {
		padding: 2em 1em;
	}
	#top03 dl {
		display: block;
	}
	#top03 dl > * {
		width: 100%;
	}
	#top03 dl dd h3 {
		font-size: 1em;
	}
	#top03 dl dd h3 + p {
		line-height: 1.4rem;
		font-size: 0.8rem;
	}
	#top03 dl dt img {
		object-fit: cover;
		height: auto;
	}
	#top03 dl dd h3 span {
		font-size: 2em;
		letter-spacing: 0.2rem;
	}
	#top03 .inner > img {
		object-fit: cover;
		height: 13rem;
	}
	#top04 .mid02 {
		line-height: 1.2em;
	}
	#top04 ul li {
		width: 100%;
	}
	#top04 ul li:nth-of-type(1),
	#top04 ul li:nth-of-type(2),
	#top04 ul li:nth-of-type(3),
	#top04 ul li:nth-of-type(4) {
		border-radius: 0;
	}
	#top_news .inner {
		display: block;
	}
	#top_news .news_content {
		width: 100%;
	}
	#top_news .news_content ul {
		margin-bottom: 2rem;
	}
	#top02 ul li dl dd h3 + p + p {
		text-align: left;
		width: min(450px, 100%);
		margin: 0 auto 1.5rem;
	}
	#contact_temp_area .inner dl > dd a {
		padding: 1rem 0;
	}
	#contact_temp_area .inner dl > dd:nth-child(2) a {
		font-size: 1.3em;
	}
	#contact_temp_area .inner dl > dd:nth-child(3) a {
		font-size: 1.1em;
	}
	#top01::after {
		z-index: 0;
	}
	/* 
 sub
----------------------------------------------------------- */
	#sub_fv h1 {
		font-size: 20px;
	}
	#sub_fv h1 span {
		font-size: 40px;
	}
	.sub_h2 {
		font-size: 23px;
	}
	.tbl dl dt {
		width: 100%;
		padding: 15px;
	}
	.tbl dl dd {
		width: 100%;
		padding: 15px;
	}
	.img_wrap .white {
		height: 15px;
	}
	.img_wrap .wrap .ttl {
		font-size: 20px;
	}
	.under_ttl {
		font-size: 18px;
		margin: 0 auto 20px;
	}
	.under_ttl::before,
	.under_ttl::after {
		width: 150px;
	}
	.b_box {
		padding: 20px;
	}
	/* 
 company
----------------------------------------------------------- */
	#company_greeting::before {
		padding: 20px 160px;
	}
	#company_greeting .img h4 {
		font-size: 18px;
		text-align: center;
	}
	#company_greeting .img {
		text-align: left;
	}
	#company_greeting .img .name_image {
		width: 80%;
	}
	#company_greeting h3 {
		font-size: 20px;
	}
	#company_philosophy .txt::before {
		padding: 45px 58px;
	}
	#company_philosophy .txt img {
		height: 50px;
	}
	/* 
 倉庫事業・共同配送事業 business_warehouse
----------------------------------------------------------- */
	#warehouse_joint .flex > div {
		width: 100%;
	}
	#warehouse_joint .flex > div:not(:last-of-type) {
		margin-bottom: 30px;
	}
	#warehouse_joint .flex > div img {
		margin-bottom: 10px;
	}
	/* 
	 運送事業 business_shipping
	----------------------------------------------------------- */
	.shipping #sub_fv {
		background-position: center left 83%;
	}
	#shipping_dangerous .b_box ul.fancy_wrapper {
		margin: 0 auto 20px;
	}
	#shipping_dangerous .b_box ul.fancy_wrapper::before,
	#shipping_industrial .b_box ul::before,
	#shipping_dangerous .b_box ul.fancy_wrapper::after,
	#shipping_industrial .b_box ul::after {
		content: '';
		display: block;
		width: 45% !important;
		order: 3;
	}
	#shipping_dangerous .b_box ul.fancy_wrapper li,
	#shipping_industrial .b_box ul li {
		width: 45%;
		margin-bottom: 20px !important;
	}
	#shipping_dangerous .b_box ul.fancy_wrapper li:nth-last-child(-n+2),
	#shipping_industrial .b_box ul li:nth-last-child(-n+2) {
		margin-bottom: 0 !important;
	}
	#shipping_dangerous .b_box ul.fancy_wrapper li p,
	#shipping_industrial .b_box ul li p {
		font-size: 0.8em;
	}
	/* 
高森運送の強み strength
----------------------------------------------------------- */
	#strength_main dl.strength_list dd h2 {
		letter-spacing: 0.1rem;
	}
	#strength_main dl.strength_list dd p {
		line-height: 1.2rem;
	}
	#strength_main dl.strength_list {
		margin-bottom: 2rem;
	}
	#strength_main dl.strength_list:nth-of-type(5) {
		margin-bottom: 2rem;
	}
	#top03 dl dt img {
		object-position: center !important;
	}
	#strength_main .b_box {
		margin: 0 auto 3rem;
	}
	#strength_main > dl.strength_list:nth-of-type(1),
	#strength_main > dl.strength_list:nth-of-type(2),
	#strength_main > dl.strength_list:nth-of-type(3),
	#strength_main > dl.strength_list:nth-of-type(4),
	#strength_main > dl.strength_list:nth-of-type(5) {
		margin-bottom: 3rem;
	}
	/* #strength_main .b_box {
		padding: 20px;
	}
	#strength_main .b_box ul {
		margin: 0 auto 20px;
	}
	#strength_main .b_box ul li {
		width: 45%;
		margin-bottom: 20px !important;
	} */
	/* 
 環境・安全への取り組み
----------------------------------------------------------- */
	.e-s_links {
		display: block;
		padding: 2rem 5% 2rem;
	}
	.e-s_links a {
		margin-bottom: 0.5rem;
		display: block;
		/* display: inline-block; */
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0.4rem 0.5rem;
	}
	.e-s_main dl {
		flex-wrap: wrap;
	}
	.e-s_main dl dt,
	.e-s_main dl dd {
		width: 100%;
	}
	.e-s_main dl dt {
		margin-bottom: 0.6rem;
	}
	/* 
 news
----------------------------------------------------------- */
	#g_list {
		margin: 0 auto 2rem;
	}
	#news_area .inner {
		padding: 50px 0;
	}
	#l_cotent li dd h3 {
		font-size: 16px;
	}
	.news_info span:first-of-type {
		font-size: 15px;
	}
	#l_cotent > ul > li {
		padding: 1rem;
	}
	#l_cotent li dd p {
		margin-bottom: 0.5rem;
	}
	.news_info {
		padding-top: 0.5rem;
	}
	.singlecont .alignleft {
		float: none;
		margin-right: 0;
	}
	.singlecont .alignright {
		float: none;
		margin-left: 0;
	}
	.stitle {
		font-size: 1.3rem;
		line-height: 1.3em;
		padding: 0 0 0.3rem 1.3rem;
	}
	/* 
 コンタクトパーツ
----------------------------------------------------------- */
	#contact_temp_area {
		background-position: 95%;
	}
	#contact_temp_area .inner dl {
		width: min(100%, 450px);
		margin: 0 auto;
	}
	#contact_temp_area .inner dl > dt:first-child {
		padding: 0;
		margin-bottom: 2rem;
	}
	#contact_temp_area .inner dl dd:nth-child(2),
	#contact_temp_area .inner dl dd {
		width: 100%;
		padding: 0;
	}
	#contact_temp_area .inner dl > dd:nth-child(2) {
		border-right: 0;
		margin-bottom: 2rem;
	}
	#company_location .img_list li {
		width: 48.5%;
		margin-bottom: 15px;
	}
	#company_location .img_list li:last-child {
		margin-bottom: 0;
	}
	/* qualifications.php */
	.b_box .t_cont {
		display: block;
	}
	.b_box .t_cont dl {
		width: 100%;
	}
	.splide__arrow--prev {
		left: -0.5em;
	}
	.splide__arrow--next {
		right: -0.5em;
	}
	.b_box .splide__pagination__page.is-active {
		width: 3rem;
	}
	/* 
	 footer
	----------------------------------------------------------- */
	#footer .inner .f_upper {
		margin-bottom: 1em;
	}
	#footer .inner .f_upper .f_right ul li a {
		font-size: 0.8em;
	}
	#footer .inner .f_upper .f_right ul li::before {
		margin-top: 0.1em;
	}
	#footer .inner .f_bottom li {
		width: 100%;
		padding: 0;
		margin-bottom: 0;
	}
	#footer .inner .f_bottom li:not(:last-child) {
		padding-bottom: 0.5rem;
		margin-bottom: 0.5rem;
		border-bottom: solid 1px #D0D0D0;
	}
	#footer .inner .f_bottom li:nth-child(odd) {
		border-right: 0;
	}
	#footer .inner .f_bottom li h3 {
		font-size: 0.9em;
		margin-bottom: 0.3rem;
	}
	#footer .inner .f_bottom li p {
		font-size: 0.85em;
	}
}
/* ================================================================ */
/* トップ強み仮 */
/* ================================================================ */
#top03_v2 {
	padding: 9rem 0 0;
	position: relative;
}
#top03_v2::before {
	content: '';
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: url(library/images/pala02.jpg) no-repeat center;
	background-size: cover;
	z-index: -2;
	opacity: 0;
	transition: all 0.5s;
}
#top03_v2 .mid02_cen {
	color: #1C69A9;
}
#top03_v2 .wrapper {
	display: flex;
	flex-wrap: wrap;
}
#top03_v2 dl {
	margin-bottom: 4rem;
}
#top03_v2 .wrapper > dl {
	width: 50%;
	display: flex;
	flex-direction: column;
}
#top03_v2 .wrapper > dl dd {
	padding: 2em 4%;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	height: 100%;
}
#top03_v2 .wrapper > dl:nth-child(odd) dd {
	border-right: solid 1px #BBBBBB;
}
#top03_v2 dl dd h3 {
	font-size: 2em;
	font-family: 'Noto Serif JP';
	padding-bottom: 1rem;
	border-bottom: solid 1px #000000;
	margin-bottom: 2.4rem;
	letter-spacing: 0.1em;
}
#top03_v2 dl dd h3 span {
	font-size: 1.7em;
	font-family: 'Noto Serif';
	margin-right: 0.1em;
	color: #FFA702;
	font-weight: 400;
	line-height: 1em;
	font-style: italic;
	letter-spacing: 0.6rem;
}
#top03_v2 dl dd h3 em {
	font-style: normal;
	display: inline-block;
}
#top03_v2 dl dd h3 + p {
	line-height: 2em;
	letter-spacing: 0.06em;
}
@media screen and (max-width: 1500px) {
	#top03_v2 dl dd h3 {
		font-size: 1.4em;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 1100px) {
	#top03_v2 .wrapper > dl dd {
		padding: 2em 4%;
	}
	#top03_v2 dl dd h3 {
		font-size: 1.2em;
		margin-bottom: 1rem;
	}
}
@media screen and (max-width: 800px) {
	#top03_v2 dl {
		margin-bottom: 3rem;
	}
}
@media screen and (max-width: 640px) {
	#top03_v2 .wrapper > dl {
		width: 100%;
		display: flex;
		flex-direction: column;
	}
}