	html,
	body,
	div,
	span,
	applet,
	object,
	iframe,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	p,
	blockquote,
	pre,
	a,
	abbr,
	acronym,
	address,
	big,
	cite,
	code,
	del,
	dfn,
	em,
	img,
	ins,
	kbd,
	q,
	s,
	samp,
	small,
	strike,
	strong,
	sub,
	sup,
	tt,
	var,
	b,
	u,
	i,
	center,
	dl,
	dt,
	dd,
	ol,
	ul,
	li,
	fieldset,
	form,
	label,
	legend,
	table,
	caption,
	tbody,
	tfoot,
	thead,
	tr,
	th,
	td,
	article,
	aside,
	canvas,
	details,
	embed,
	figure,
	figcaption,
	footer,
	header,
	hgroup,
	menu,
	nav,
	output,
	ruby,
	section,
	summary,
	time,
	mark,
	audio,
	video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	/* HTML5 display-role reset for older browsers */
	
	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	menu,
	nav,
	section {
		display: block;
	}
	
	body {
		line-height: 1;
		animation: bodyfadeIn 1s ease-in 0s 1 normal;
		-webkit-animation: bodyfadeIn 1s ease-in 0s 1 normal;
		font-family: '游ゴシック Regular', serif;
	}
	
	ol,
	ul {
		list-style: none;
	}
	
	blockquote,
	q {
		quotes: none;
	}
	
	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: '';
		content: none;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	section {
		width: 100%;
		position: relative;
	}
	
	header {
		width: 1040px;
		height: 100px;
		margin: 20px auto 0;
		position: fixed;
		top: 0;
		left: calc(50% - 1040px/2);
		z-index: 100;
		box-sizing: border-box;
	}
	
	header ul {
		width: 960px;
		margin: 0 auto;
		height: 98px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	header ul li {
text-align: center;
    line-height: 1.25;
    position: relative;
    font-family: Cambria;
    font-size: 120%;
		}
	header ul li span{
text-align: left;
    line-height: 1.25;
    position: relative;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    font-size: 70%;
    font-weight: normal;
		}
	
		header h1 {
    color: #fff;
    font-size: 85%;
    margin-bottom: 40px;
}
		header h1 img{
		height:100px;
}
	
	header ul li a {
		color: #fff;
		font-weight: 700;
		text-decoration: none;
	}
	
	h1 em.logoFont {
		font-size: 32px;
		letter-spacing: 0.25rem;
		line-height: 0.9;
	}
	
	.logoFont {
		font-family: 'Squada One', cursive;
		font-size: 1.35em;
		padding: 0 0.15em 0 0;
		letter-spacing: 0;
	}
	
	.headerAnimation {
		margin: 0 auto !important;
		animation: uekara 0.5s linear 0s 1;
		background: #fff;
		height: 60px !important;
	}
	
	.headerAnimation ul {
		height: 60px !important;
	}
	
	.headerAnimation ul li a::after {
		background: #333;
	}
	
	.headerAAnimation {
		color: #333;
		font-weight: 500;
	}
	
	@keyframes uekara {
		0% {
			transform: translate(0px, -100%);
		}
		100% {
			transform: translate(0px, 0px);
		}
	}
	
	#top {
		position: relative;
		overflow: hidden;
	}
	
	#top h1 {
		width: 100%;
		height: 95vh;
		z-index: 3;
		position: absolute;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	#top h1 ul {
		position: relative;
		width: 1040px;
	}
	
	#top h1 ul li:nth-child(1) {
		animation: fadeIn01 22s ease-in 0s infinite both;
	}
	
	#top h1 ul li:nth-child(2) {
		animation: fadeIn02 22s ease-in 0s infinite both;
	}
	
	#top h1 ul li:nth-child(3) {
		animation: fadeIn03 22s ease-in 0s infinite both;
	}
	
	#top h1 ul li {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translateY(-50%) translateX(-40%);
		text-align: center;
		width: 100%;
		color: #FFFFFF;
		font-size: 34px;
		font-weight: 700;
		line-height: 1.45;
	}
	
	#top h1 ul li strong {
		font-size: 150%;
		font-weight: 500;
		font-family: serif;
	}
	
	.sphidden {
		font-size: 100%;
		font-weight: 400;
	}
	
	@keyframes fadeIn01 {
		0% {
			opacity: 0;
			transform: translate(-50%, -35%);
		}
		5% {
			opacity: 1;
			transform: translate(-50%, -40%);
		}
		25% {
			opacity: 1;
			transform: translate(-50%, -40%);
		}
		30% {
			opacity: 0;
			transform: translate(-50%, -40%);
		}
		100% {
			opacity: 0;
			transform: translate(-50%, -35%);
		}
	}
	
	@keyframes fadeIn02 {
		0% {
			opacity: 0;
			transform: translate(-50%, -35%);
		}
		30% {
			opacity: 0;
			transform: translate(-50%, -35%);
		}
		35% {
			opacity: 1;
			transform: translate(-50%, -40%);
		}
		55% {
			opacity: 1;
			transform: translate(-50%, -40%);
		}
		60% {
			opacity: 0;
			transform: translate(-50%, -40%);
		}
		100% {
			opacity: 0;
			transform: translate(-50%, -35%);
		}
	}
	
	@keyframes fadeIn03 {
		0% {
			opacity: 0;
			transform: translate(-50%, -35%);
		}
		60% {
			opacity: 0;
			transform: translate(-50%, -35%);
		}
		65% {
			opacity: 1;
			transform: translate(-50%, -40%);
		}
		95% {
			opacity: 1;
			transform: translate(-50%, -40%);
		}
		100% {
			opacity: 0;
			transform: translate(-50%, -40%);
		}
	}
	
	.drawer {
		display: none;
	}
	
	.videoWrap {
		height: 95%;
		height: 95vh;
		position: relative;
		width: 100%;
	}
	
	.videoWrap::after {
		content: "";
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.4);
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
	}
	
	#video {
		background: #fff;
		background-attachment: fixed;
		background-position: center;
		background-size: cover;
		left: 0;
		min-height: 95%;
		min-height: 95vh;
		min-width: 100%;
		min-width: 100vw;
		position: absolute;
		top: 0;
		z-index: 1;
	}
	
	.first {
		background-color: #fff;
		padding-top: 50px;
		padding-bottom: 50px;
		width: 100%;
	}
	
	.second {
		background-color: #F2F2F2;
		padding-top: 50px;
		padding-bottom: 50px;
		width: 100%;
	}
	.third {
		background-image: linear-gradient(to bottom, white 50%, #F2F2F2 50%);
		padding-top: 50px;
		padding-bottom: 50px;
		width: 100%;
	}
	
	.contents {
		width: 1040px;
		margin: 0 auto;
	}
	.contents02 {
		width: 100%;
		margin: 0 auto;
	}
	
	.title {
		max-width: 100%;
		font-size: 70px;
		font-weight: bold;
		margin-top: 50px;
		font-family: Impact;
		color:#eeeeee;
		letter-spacing: 8px;
		text-align: right;
		margin-bottom: -5px;
	}
	.title02 {
		max-width: 100%;
		font-size: 70px;
		font-weight: bold;
		margin-top: 50px;
		font-family: Impact;
		color:#eeeeee;
		letter-spacing: 8px;
		text-align: left;
		margin-bottom: -5px;
	}
	.subtitle {
		max-width: 100%;
		font-size: 40px;
		font-weight: bold;
		font-family: '游明朝 Demibold';
	}
	.service-text {
		max-width: 100%;
		margin: 40px 0;
		line-height: 2.0;
		font-family: '游ゴシック Regular';;
	}
	.service-text02 {
		max-width: 100%;
		margin: 40px 0;
		line-height: 2.0;
		font-family: '游ゴシック Regular';;
	}
	.service-text p{
		text-align:left;
	}
	.service-text02 p{
		text-align:center;
	}
	.company-text {
		max-width: 100%;
		line-height: 2.0;
		text-align:right;
		padding-right: 40px;
		font-family: '游ゴシック Regular';
	}
	.heading {
		max-width: 100%;
		font-size: 20px;
		font-weight: bold;
		margin-top: 20px;
		text:align:left;
		font-family: YuMincho,
	"Hiragino Mincho ProN",
	serif;
	}
	.heading-e {
		font-size: 12px;
		font-weight: bold;
		margin-top: 20px;
		letter-spacing: 4px;
		font-family: YuMincho,
	"Hiragino Mincho ProN",
	serif;
	}
	.copy {
		max-width: 100%;
		font-size: 18px;
		font-weight: bold;
		margin-top: 40px;
		margin-bottom: 20px;
		text-align:center;
	}
	
	h2 {
		width: 100%;
		font-weight: 500;
		font-size: 150%;
		margin-bottom: 50px;
		padding-left: 60px; 
	}
	
	.text-box {
		margin: 50px 0 150px 0;
		font-weight: 500;
		line-height: 2;
		text-align: center;
		letter-spacing: 0.1em;
	}
	
	.text-box02 {
		margin: 50px 0;
		font-weight: 500;
		line-height: 2;
		text-align: center;
		letter-spacing: 0.1em;
	}
	
	.second ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		flex-direction: row;
	}
	
	.second ul li {
		overflow: hidden;
		width: 500px;
		margin-top: 10px;
		margin-bottom: 50px;
	}
	
	h3 {
		font-size: 110%;
		font-weight: 700;
		padding-bottom: 3px;
		margin-bottom: 8px;
		border-bottom: 2px solid #2292d2;
		text-align: center;
	}
	
	dl {
		display: flex;
		flex-wrap: wrap;
		width: 700px;
		margin: 0 auto 40px;
		line-height: 1.75;
	}
	
	dt {
		width: 200px;
	}
	
	dt,
	dd {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #EFEFEF;
		padding: 20px 0;
	}
	
	dd {
		width: 500px;
	}
	
	dl.vehiclelist {
		display: flex;
		flex-wrap: wrap;
		width: 700px;
		margin: 0 auto 40px;
		line-height: 2;
		font-size: 120%;
		font-weight: bold;
	}
	
	.vehiclelist dt {
		width: 100px;
	}
	
	.vehiclelist dt,
	.vehiclelist dd {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #fff;
		padding: 40px 0;
		justify-content: center;
	}
	
	.vehiclelist dd {
		width: 200px;
	}
	
	.vehiclelist-img {
		margin: 100px 0;
		text-align: center;
	}
	
	.requirement-img {
		margin: 0 auto;
		text-align: center;
		max-width: 464px;
	}
	
	.t-title {
		color: #2292d2;
		display: block;
	}
	
	dl.inquiry {
		display: flex;
		flex-wrap: wrap;
		width: 700px;
		margin: 0 auto 40px;
		align-items: center;
		line-height: 1.75;
		font-weight: 500;
	}
	
	.inquiry dt {
		width: 200px;
	}
	
	.inquiry dt,
	.inquiry dd {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #fff;
		padding: 20px 0;
		justify-content: center;
		font-size: 110%;
	}
	
	.inquiry dd {
		width: 500px;
	}
	
	.pchidden {
		display: none;
	}
	
	.map {
		margin-bottom: 50px;
	}
	
	.address {
	padding-top: 70px
	}
	
	.requirement {
		width: 100%;
		margin: 100px 0 100px 0;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	
	.requirement li {
		width: 320px;
		margin: 20px auto 0;
		background: #2292d2;
		padding: 0 0 20px 0;
		border-radius: 5px;
		transition: .2s;
	}
	
	.requirement li a {
		color: #fff;
		text-decoration: none;
	}
	
	.requirement h3 {
		padding: 20px 0 0;
		text-align: center;
		font-size: 120%;
	}
	
	.requirement h4 {
		text-align: center;
	}
	
	.phone {
		font-size: 120%;
		text-align: center;
		font-weight: bold;
		margin-bottom: 20px;
	}
	
	.phone a {
		font-size: 250%;
		color: #2292d2;
		padding: 1rem 0 2rem;
		font-weight: bold;
		text-decoration: none;
	}
	
	.phone02 a {
		font-size: 110%;
		color: #2292d2;
		padding: 1rem 0 2rem;
		font-weight: bold;
		text-decoration: none;
	}
	
	
	.foot-logo {
		margin: 50px 0;
		text-align: center;
	}
	
	address {
		margin: 50px 0;
	}
	
	address p {
		width: 100%;
		color: #333;
		margin: 20px 0;
		text-align: center;
		font-size: 100%;
		font-weight: bold;
	}
	
	.copyr {
		width: 100%;
		border-top: 1px solid rgba(255, 255, 255, .1);
		height: 60px;
		line-height: 60px;
		text-align: center;
		float: left;
		font-size: 70%;
		color: #FFFFFF;
		background-image: linear-gradient(to right, #434343 0%, black 100%);
	}
	
	.br-sp {
		display: none;
	}
	
	.br-pc {
		display: block;
	}
	
	.strong {
		font-size: 150%;
		font-weight: 500;
		font-family: serif;
	}
	
	.photo_box {
		width: 1040px;
		margin-top: 40px;
		text-align: center;
	}
	
	.photo_box img {
		width: 256px;
		display: inline-block;
	}
	
	.photo_box02 {
		width: 1040px;
		margin: 40px auto;
		text-align: center;
	}
	
	.photo_box02 img {
		width: 512px;
		display: inline-block;
	}
	.drawer {
		display: none;
	}
	.container {
  display: grid;
  grid-template-columns:3.6fr 4.2fr;
  grid-template-rows: auto;
  gap: 0; /* グリッドアイテム間のギャップを設定 */
  margin-bottom:100px;
}

.item {
  background-color: #fff; /* グリッドアイテムの背景色 */
  padding: 0; /* グリッドアイテム内の余白 */
  border: 0; /* グリッドアイテムの境界線 */
}
	.service-photo {
  display: grid;
  grid-template-columns:repeat(3, 1fr);;
  grid-template-rows: auto;
  gap: 10px; /* グリッドアイテム間のギャップを設定 */
  width:420px;
}

.service-photo-item {
  background-color: #fff; /* グリッドアイテムの背景色 */
  padding: 0px; /* グリッドアイテム内の余白 */
  border: 0; /* グリッドアイテムの境界線 */
}
.service-photo-item img{
	width:120px;
}

	.company {
  display: grid;
  grid-template-columns:1fr 2fr;
  grid-template-rows: auto;
  gap: 0; /* グリッドアイテム間のギャップを設定 */
  margin-bottom:100px;
}
	.company02 {
  display: grid;
  grid-template-columns:1fr 1fr 2fr;
  grid-template-rows: auto;
  gap: 0; /* グリッドアイテム間のギャップを設定 */
  margin-bottom:100px;
  margin-top: -100px;
}

.company-item {
  background-color: #fff; /* グリッドアイテムの背景色 */
  padding: 30px 80px; /* グリッドアイテム内の余白 */
  border-top: 1px solid gray;
}
	.access-title {
  display: grid;
  grid-template-columns:1fr 1.5fr;
  grid-template-rows: auto;
  gap: 0; /* グリッドアイテム間のギャップを設定 */
}

.access-title-item {
  background-color: #fff; /* グリッドアイテムの背景色 */
}
	.foot {
  display: grid;
  justify-content: center;
  grid-template-columns:3fr 1fr;
  grid-template-rows: auto;
  gap: 200px; /* グリッドアイテム間のギャップを設定 */
  width: 1000px;
  margin: 0 auto;
}

.foot-item {
}
	.foot-left {
  display: grid;
  justify-content: center;
  grid-template-columns:1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0; /* グリッドアイテム間のギャップを設定 */
  width: 100%;
}

.foot-left-item {
  padding:40px 0px 20px 0px;
  text-align:center;
  border-bottom: 2px solid ;
}
	.foot-right {
  display: grid;
  justify-content: center;
  grid-template-columns:1fr;
  grid-template-rows: 153px;;
  gap: 0; /* グリッドアイテム間のギャップを設定 */
  width:100%;
}

.foot-right-item {
  padding:40px 0px 20px 0px;
  text-align:center;
  font-size: 60%;
    line-height: 3;
}

.foot-left-item02 {
  grid-column: 1/3;
  text-align:center;
  padding:20px 0px 40px 0px;

}
.foot-left-item03 {
  grid-column: 3/5;
  padding:20px 0px 40px 0px;
  text-align:center;

}
.foot-botton {
  padding: 10px 20px;
border: 1px solid;
cursor: pointer;
margin: 0px 40px 
}
.foot-botton a {
    text-decoration: none;
    color: black;
}
.foot-left-item a {
    text-decoration: none;
    color: black;
}
/*------ スライダーの横幅 ------*/
.slider{
  width:70%;
  margin:0 auto;
}

/*------ スライダー画像 ------*/
.slider img{
	width:100%;
}

/*-------- 高さ調整 ----------*/
.slider .slick-slide{
	height:auto!important;
}

/*---------- 矢印 ----------*/
.slider .slick-next{
    right:0!important;
}
.slider .slick-prev{
    left:0!important;
}
.slider .slick-arrow{
    width: initial!important;
    height: initial!important;
    z-index:2!important;
}
.slider .slick-arrow:before{
    font-size: 30px!important;
}
.slider .slick-slide{
    margin-right: 1vw!important;
    margin-left: 1vw!important;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
    width: 100%;
}

@keyframes progressbar-anime {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
p.slide-title {
    padding: 5px;
    border: 1px solid;
    margin: 20px 0 5px;
    width: 70px;
    text-align: center;
}
p.slide-text {
    font-size: 110%;
    font-weight: bold;
    text-align: right;
}

	@media screen and (max-width: 1040px) {
		header {
			width: 100%;
			height: 58px;
			margin: 0 auto;
			position: fixed;
			top: 0;
			left: 0;
			z-index: 100;
			border: none;
			min-width: 100%;
		}
		header ul {
			width: calc(100% - 2rem);
			margin: 0px auto 0;
			height: 58px;
			display: flex;
			justify-content: space-between;
			align-items: flex-start;
		}
		header ul li:first-child {
			display: inline-block;
			text-align: left;
		}
		header ul li {
			text-align: center;
			line-height: 1.25;
			position: relative;
			display: none;
		}
		header ul li a {
			color: #FFFFFF;
			font-weight: 700;
			text-decoration: none;
		}
		.headerAnimation {
			margin: 0 auto !important;
			animation: uekara 0.5s linear 0s 1;
			background: #fff;
			height: 58px !important;
		}
		.headerAAnimation {
			color: #333;
			font-weight: 500;
		}
		.headerAnimation ul {
			height: 98px !important;
			margin: 0px auto 20px;
		}
		nav.drawer-nav ul li {
			display: block;
		}
		.drawer {
			display: block;
		}
		#video {
			display: none;
		}
		#video_sp {
			display: block;
			min-height: 100%;
			min-height: 100vh;
			min-width: 100%;
			min-width: 100vw;
		}
		#top h1 ul li strong {
			font-size: 32px;
			font-weight: 600;
			font-family: serif;
		}
				header h1 img{
		height:58px;
}

		.contents {
			width: 95%;
			margin: 0 auto;
		}
		iframe {
			width: 100%;
			margin: 0 auto;
		}
		.title {
			width: 100%;
			text-align: right;
			font-size: 300%;
			font-weight: bold;
			margin-bottom: 20px;
			margin-top: 50px;
		}
			.title02 {
			width: 100%;
			text-align: right;
			font-size: 300%;
			font-weight: bold;
			margin-bottom: 20px;
			margin-top: 50px;
	}

		h2 {
			width: 100%;
			text-align: center;
			font-weight: 500;
			font-size: 100%;
			margin-bottom: 50px;
			padding-left:0px;
		}
		.container {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 50px;
    margin-bottom: 100px;
}
.subtitle {
    max-width: 100%;
    font-size: 30px;
    font-weight: bold;
    font-family: '游明朝 Demibold';
    text-align: center;
}
.service-text p {
    text-align: center;
	font-size: 80%;
}
.service-text02 p {
	font-size: 80%;
}
.service-photo {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    gap: 10px;
    width: 100%;
}
.service-photo-item img {
    width: 100%;
}
.company-text {
    max-width: 100%;
    line-height: 2.0;
    text-align: right;
    padding-right: 0;
    font-family: '游ゴシック Regular';
	font-size: 80%;
}
.company-item {
    background-color: #fff;
    padding: 30px 20px;
    border-top: 1px solid gray;
}
.heading {
    max-width: 100%;
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    font-family: YuMincho, "Hiragino Mincho ProN", serif;
}
.company-item:nth-child(2n) {
    border-top: none;
}
.company02 .company-item:nth-child(2) {
    border-top: none;
}
.company02 .company-item:nth-child(3) {
    border-top: 1px solid gray;
}
.company02 .company-item:nth-child(5) {
    border-top: none;
}
.company02 .company-item:nth-child(6) {
    border-top: none;
}
.access-title {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
}
		dl {
			display: flex;
			flex-wrap: wrap;
			width: 100%;
			margin: 0 auto 40px;
			line-height: 1.75;
		}
		dt {
			width: 30%;
		}
		dd {
			width: 70%;
		}
		dl.vehiclelist {
			display: flex;
			flex-wrap: wrap;
			width: 100%;
			margin: 0 auto 40px;
			line-height: 1.75;
		}
		.vehiclelist dt {
			width: 19%;
		}
		.vehiclelist dd {
			width: 27%;
		}
		.vehiclelist-img {
			margin: 50px 0;
			text-align: center;
			max-width: 100%;
		}
		.requirement-img {
			margin: 50px 0;
			text-align: center;
			width: 100%;
			max-width: 100%;
			height: auto;
			box-sizing: border-box;
			-moz-box-sizing: border-box;
			-webkit-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
		}
		dl.inquiry {
			display: flex;
			flex-wrap: wrap;
			width: 100%;
			margin: 0 auto 40px;
			line-height: 1.75;
		}
		.inquiry dt {
			width: 30%;
		}
		.inquiry dd {
			width: 70%;
		}
		.br-sp {
			display: block;
		}
		.br-pc {
			display: none;
		}
		.phone {
			font-size: 110%;
			text-align: center;
			font-weight: bold;
			margin-bottom: 20px;
		}
		.phone a {
			font-size: 200%;
			color: #2292d2;
			padding: 1rem 0 2rem;
			font-weight: bold;
			text-decoration: none;
		}
		.phone02 a {
			font-size: 110%;
			color: #2292d2;
			padding: 1rem 0 2rem;
			font-weight: bold;
			text-decoration: none;
		}
		.sphidden {
			font-size: 16px;
			font-weight: 400;
		}
		.strong {
			font-size: 32px;
			font-weight: 500;
			font-family: serif;
		}
		.second ul {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
			flex-direction: row;
			width: 100%;
			text-align: center;
		}
		.second ul.reverse {
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap-reverse;
			flex-direction: row-reverse;
		}
		.photo_box {
			width: 100%;
			text-align: center;
		}
		.photo_box img {
			width: 48%;
			display: inline-block;
		}
		.photo_box02 {
			width: 100%;
			text-align: center;
		}
		.photo_box02 img {
			width: 48%;
			display: inline-block;
		}
		.foot-logo {
			display: none;
		}
		ul.drawer-menu {
			list-style: none;
			display: block;
		}
		nav.drawer-nav ul li {
			display: block;
			width: 100%;
			line-height: 4;
			border-bottom: 1px ridge;
			text-align: center;
		}
		nav.drawer-nav ul li:first-child {
			text-align: center;
			margin-top: 20px;
		}
.company {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    margin-bottom: 100px;
}		
.company02 {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    margin-bottom: 100px;
    margin-top: -100px;
}
.third {
    background-image: linear-gradient(to bottom, white 50%, #F2F2F2 50%);
    padding-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    margin-bottom: 100px;
}		
.foot {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    width: 90%;
    margin: 0 auto;
	gap:0;
}		
.foot-left {
    display: grid;
    justify-content: center;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    width: 100%;
}
.foot-left-item {
    padding: 20px 0px 20px 0px;
    text-align: center;
    border-bottom: 1px solid;
}		
.foot-left-item02 {
    grid-column: auto;
    text-align: center;
    padding: 40px 0px 40px 0px;
}		
.foot-left-item03 {
    grid-column: auto;
    padding: 20px 0px 40px 0px;
    text-align: center;
}
.foot-right-item {
    padding: 40px 0px 20px 0px;
    text-align: center;
    font-size: 60%;
    line-height: 3;
    width: 60%;
    margin: 0 auto;
}		
	}
