@import url("case_list.css");

main section {
	padding:2em 0;
}

main section a:hover,
main section a:focus,
main section a:active,
main section a:visited {
	text-decoration: none;
}

main section#about,
main section#use,
main section#cases,
main section#support,
main section#recruit {
	background: var(--PaleBlue);
}

main h2 {
	text-align: center;
	font-weight:bold;
	font-size:1.4em;
	margin-bottom:0.7em;
}

p.btn {
	text-align: center;
	margin-top:1.5em;
	display: block;
	overflow: hidden;
}

#recruit p.btn {
	margin-top:0;
}

p.btn a {
	display: inline-block;
	font-weight: 500;
	color: var(--DarkGray);
	background: var(--Yellow);
	border-radius: 3em;
	position: relative;
	text-align: center;
	padding:1.3em 6em 1.3em 5em;
	border:solid 3px var(--Yellow);
	margin-top:1em;
	line-height: 1em;
	box-sizing: border-box;
}

p.btn a:before {
	content:"";
	width: 19px;
    height: 19px;
    background: var(--Orange);
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 10px);
    right: 19px;
}

p.btn a:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 27px;
}

#mv_home {
	position: absolute;
    top: 0;
    left: -90%;
    width: 280%;
    height: calc(56.25 * 2.8vw);
    z-index: -1;
    background: #000;
}

#mv_home .youtube_wrap {
	pointer-events:none;
	overflow: hidden;
	position: relative;
}

#mv_home .youtube {
	position:relative;
	padding-top: 56.25%;
	overflow:hidden;
}

#mv_home .youtube iframe {
	position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transform:scale(1.25); /*scaleを1.2以下にするとYouTubeの見出しが見えてしまうことがあるので注意。*/
}

main {
	background: none;
}

main > section {
	background: #FFF;
}

main > section#mv_front {
	position: relative;
	background: none;
	padding:0;
}

#mv_front:before {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-image: linear-gradient(rgba(0,0,0,0.05) 50%, rgba(0,0,0,0.8) 75%);
	z-index: -1;
}

#mv_front .container {
	width:86%;
	max-width: 1160px;
}

#mv_front .container > p {
	color:#FFF;
	font-weight:600;
	font-size:9vw;
	padding:2.5em 0;
	text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

main #mv_front h2 {
	font-family: "Roboto", sans-serif;
	color:#FFF;
	text-align: left;
	font-size: 2.0em;
	width:80%;
	margin:0 auto;
}

main #mv_front #pickup {
	padding-bottom:30px;
}

#pickup .swiper-slide {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	object-fit: cover;
	text-align: center;
}

#pickup .swiper {
	width:80%;
	margin:0 auto;
	overflow: visible;
	z-index: 0;
}

#pickup .swiper-button-prev {
	left: -41px;
    background: var(--Yellow);
    box-sizing: border-box;
    border-radius: 100%;
    border: solid 2px #FFF;
    color: #333;
    width:31px;
    height:31px;
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
}

#pickup .swiper-button-next {
	right: -41px;
    background: var(--Yellow);
    box-sizing: border-box;
    border-radius: 100%;
    border: solid 2px #FFF;
    color: #333;
    width:31px;
    height:31px;
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
}

#pickup .swiper-button-prev::after {
	content: "";
    border-left: solid 2px #333;
    border-bottom: solid 2px #333;
    transform: rotate(45deg);
    width:7px;
    height: 7px;
    margin-left: 4px;
}

#pickup .swiper-button-next::after {
	content: "";
    border-right: solid 2px #333;
    border-top: solid 2px #333;
    transform: rotate(45deg);
    width:7px;
    height: 7px;
    margin-left: -4px;
}

#pickup .swiper-button-next.swiper-button-disabled,
#pickup .swiper-button-prev.swiper-button-disabled {
	opacity: 1;
}

#pickup a {
	color:#FFF;
}

#pickup a p {
	text-align: left;
	margin-top:0.5em;
}

#pickup a p span {
	border:solid 1px #FFF;
	padding:0 0.4em 1px;
	margin-right:0.6em;
	line-height: 1.0;
	font-size: 0.9em;
}

main section h2.tit,
main section h2.tit2 {
	font-weight: 500;
    font-size: 2.1em;
    margin-bottom:0.6em;
    line-height: 1.3;
}

main section h2.tit span,
main section h2.tit2 span {
	display: inline-block;
	font-weight: 500;
}

main section#news h2.tit {
	font-size: 1.8em;
}

main section h2.tit i {
	font-family: "Roboto", sans-serif;
	font-weight:normal;
	font-size:1.5rem;
	display: block;
	line-height: 1.2;
	color:#999;
}

main section#news h2.tit i {
	font-size:1.5rem;
}

main section h2.tit img {
	display:inline-block;
	width:1.6em;
	vertical-align: bottom;
    margin: 0.5em 0.3em 0 0;
}

main section h2.tit2 i {
	display:inline-block;
	width:1.3em;
	margin-right:0.3em;
	vertical-align: middle;
}

main section#cases h2.tit i {
	margin-bottom:0.3em;
}

main section h2.tit2 i img {
	vertical-align: baseline;
}

main section#movie h2.tit2 i img {
	margin-bottom: 0.08em;
}

main section#support h2.tit2 i {
	width: 1.6em;
}

main section p.lead {
	text-align: center;
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom:1em;
}

main section p.lead span {
	display: inline-block;
	font-weight: 500;
}

#our_business ul {
	display: block;
	overflow: hidden;
}

#our_business ul li a {
	border:solid 1px #CCC;
	border-radius: 4px;
	display: block;
	margin-top:117px;
	padding:117px 1.5em 1em;
	box-sizing: border-box;
	position: relative;
	color:var(--DarkGray);
}

#our_business h3 {
	font-size: 1.6em;
	font-weight: 500;
	text-align: center;
	margin:0 auto;
	max-width: 13em;
}

#our_business h3 span {
	display: inline-block;
	font-weight: 500;
}

#our_business h3 i {
	display: block;
    background: var(--Orange);
    border-radius: 6px;
    color: #FFF;
    font-weight: 500;
    font-size: 0.8em;
    padding: 0.3em;
    margin-bottom:0.5em;
}

#our_business ul li a p {
	padding: 1em 0 0 0;
	text-align: justify;
	line-height: 2;
}

#our_business ul li a img {
	position:absolute;
	top:-117px;
	left:50%;
	margin-left:-162px;
	width:324px;
	height:auto;
}

#our_business ul li a > span {
	display:block;
	font-weight: 500;
	background: var(--Yellow);
	border-radius: 8px;
	position: relative;
	text-align: center;
	padding:1em;
	margin-top:1em;
	box-sizing: border-box;
}

#our_business ul li a > span.link:before {
	content:"";
	width: 19px;
    height: 19px;
    background: var(--Orange);
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 10px);
    right: 19px;
}

#our_business ul li a > span.link:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 27px;
}

#our_business ul li a > span.exlink:before {
	content:"";
	width: 18px;
    height: 18px;
    background: url('../images/common/icon_exlink.svg') no-repeat center center;
    background-size: 100%;
    display: block;
    position: absolute;
    top: calc(50% - 9px);
    right: 19px;
}

#about .container_wide > div {
	width: 100%;
	box-sizing: border-box;
}

#about .container_wide > div:nth-of-type(2) {
	background: #FFF;
	padding:1.5em 2em 2em;
}

#about .container_wide div p {
	text-align: justify;
	line-height: 2;
}

#about ul {
	margin-top:1.5em;
}

#about ul li a {
	display: inline-block;
	position: relative;
	padding-right:44px;
	color:var(--DarkGray);
	font-weight: 600;
	padding-top:0.6em;
	padding-bottom:0.6em;
}

#about ul li a:before {
	content:"";
	width: 19px;
    height: 19px;
    background: var(--Orange);
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 10px);
    right: 19px;
}

#about ul li a:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 27px;
}

main section#use {
	padding-top:1em;
}

main section#use h2 {
	font-size: 1.43em;
    font-weight: 500;
    line-height: 1.7;
    max-width: 20em;
    margin: 0 auto 1em;
    padding: 0 1em;
}

main section#use h2 span {
	font-weight: 500;
	display: inline-block;
}

#use ul {
	display: flex;
    flex-wrap: wrap;
    gap: 24px 12px;
}

#use ul li {
	width:calc((100% - 12px) / 2);
	font-size:1.4rem;
	box-sizing: border-box;
	text-align: left;
	padding:0;
}

#use ul li a {
	display: block;
}

#use ul li a:hover {
	text-decoration: none;
}

#use ul li a img {
	display: block;
	aspect-ratio: 220 / 165;
    object-fit: cover;
}

#use ul li:nth-child(1) a img,
#use ul li:nth-child(2) a img,
#use ul li:nth-child(3) a img,
#use ul li:nth-child(9) a img,
#use ul li:nth-child(10) a img {
	object-position: center 20%;
}

#use ul li a p {
	line-height: 1.6;
	color:var(--DarkGray);
	text-align: justify;
    font-size: 0.9em;
}

#use ul li a figure {
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#use ul li a > div {
	position: relative;
	z-index: 1;
	margin-top:-1.2em;
}

#use ul li a p.use_name {
	font-weight:500;
	font-size:1.05em;
	color:var(--DarkGray);
	padding:0.3em 0.8em 0.4em;
	background: var(--Yellow);
	border-radius: 4px;
	line-height: 1.4;
	display: inline-block;
	margin-bottom:0.6em;
	word-break: keep-all;
	text-align: left;
}

#products ul.lineup_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 13px;
	margin:2em 0 1em;
}

#products ul.lineup_list li {
	width:calc((100% - 13px) / 2);
}

#products ul.lineup_list li a {
	height:100%;
	text-align: center;
	display: block;
	color:var(--DarkGray);
	padding:2.5em 0.5em 2em;
	box-sizing: border-box;
	background: var(--PaleBlue);
	border-radius: 4px;
	transition-duration: .3s;
	position: relative;
}

#products ul.lineup_list li:nth-of-type(4) a {
	padding:2.5em 0.5em 1.5em;
}

#products ul.lineup_list li a > span {
	display: inline-block;
	background: var(--DarkGray);
	color:#FFF;
	font-size:0.9em;
	font-weight: 500;
	line-height: 1.0;
	padding:0.3em 0.8em 0.4em;
	border-radius: 4px;
	position: absolute;
	top:0;
	left: 0;
}

#products ul.lineup_list li a > span.green {
	background: var(--Green);
}

#products ul.lineup_list li a > span.blue {
	background: var(--Blue);
}

#products ul.lineup_list li a > span span {
	display: inline-block;
}

#products ul.lineup_list li a p {
	font-weight:500;
	line-height: 1.3;
	font-size: 1.1em;
	margin-top:0.8em;
}

#products ul.lineup_list li:nth-of-type(4) a p {
	margin-top:0;
}

#products ul.lineup_list li a img {
	width: 100%;
    max-width: 160px;
	margin:0 auto;
	transition-duration: .3s;
}

#products_search .search_box {
	display: block;
	width:100%;
	max-width: 430px;
	border:solid 1px #CCC;
	border-radius: 10px;
	margin:2em auto;
	overflow: hidden;
}

#products_search .search_box form {
	display: flex;
}

#products_search .search_box input[type=text]{
	border:none;
	font-size: 1.1em;
	width: 100%;
	padding: 0 0.7em;
    box-sizing: border-box;
}

#products_search .search_box input[type=image]{
	background:var(--Yellow);
	padding:8px 10px;
	width:2em;
}

#products_search ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
	gap: 14px;
}

#products_search ul li {
	width:calc((100% - 14px) / 2);
}

#products_search ul li a {
	display: block;
	height:100%;
	background:var(--PaleYellow);
	border-radius: 4px;
	color: var(--DarkGray);
	padding: 1.3em;
	box-sizing: border-box;
}

#products_search ul li a figure {
	display: block;
	margin:0 auto 1em;
	max-width:160px;
}

#products_search ul li a p {
	text-align: justify;
}

#products_search ul li a p span {
	display: block;
	text-align: center;
}

#products_search ul li a p span strong {
	display: inline-block;
	font-weight: 500;
	position: relative;
	padding-right:1.5em;
	font-size: 1.1em;
	margin-bottom:0.3em;
	width: 6em;
}

#products_search ul li a p span strong:before {
	content:"";
	width: 19px;
    height: 19px;
    background: var(--Orange);
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
}

#products_search ul li a p span strong:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 2px);
    right: 8px;
}

#cases .container > p {
	line-height: 2;
	padding:0 0.4em;
	text-align: justify;
}

#cases .container > p.btn {
	text-align: center;
}

#cases ul {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: left;
	gap:32px 14px;
	margin:2em auto;
	width: 100%;
	max-width: 692px;
}

#cases ul li {
	width: calc((100% - 14px) / 2);
}

#cases ul li a {
	display: block;
	color:var(--DarkGray);
}

#cases ul li a figure {
	overflow: hidden;
	border-radius: 4px;
	background: #FFF;
}

#cases ul li a figure img {
	aspect-ratio: 3 / 2;
	object-fit: cover;
}

#cases ul li a p {
	text-align: justify;
	font-weight: 500;
	margin:0.7em 0;
}

#cases ul li a span {
	display: inline-block;
	vertical-align: top;
	border:solid 1px #B3B3B3;
	border-radius: 1em;
	line-height: 1.6;
	color:#999;
	padding:0 0.6em 1px;
	margin:0 2px 4px;
	font-size: 1.1rem;
}

.bnr_process_area {
	display: block;
	text-align: center;
	margin:5em 0 1em;
}

.bnr_process_area a {
	display: inline-block;
  position: relative;
  background: #FFF;
  border: solid 4px var(--Orange);
  border-radius: 21px;
  overflow: visible;
  padding: 1.6em 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 850px;
  margin:0 auto;
  min-width: 324px;
}

.bnr_process_area a > i {
	font-size: 20px;
  line-height: 68px;
  padding: 0;
  text-align: center;
  width: 68px;
  height: 68px;
  box-sizing: border-box;
  color: #FFF;
  font-weight: 500;
  background: var(--Orange);
  border-radius: 100%;
  position: absolute;
  left: 6%;
  top: -36px;
}

.bnr_process_area a > img {
	position: absolute;
	width: 21%;
	max-width: 156px;
	left: 4%;
	bottom: 0;
}

.bnr_process_area a p {
	font-weight: 500;
	font-size: 3.25vw;
	color: var(--DarkGray);
	line-height: 1.6;
	text-align: left;
	width: 19.5em;
	float: right;
}

.bnr_process_area a p span {
	display: inline-block;
	font-weight: 500;
}

.bnr_process_area a p strong {
	display: block;
	width: 13em;
	color:var(--Orange);
	font-size: 1.45em;
	font-weight:500;
	margin-top:0.2em;
	position: relative;
}

.bnr_process_area a p strong:before {
	content:"";
	width: 19px;
    height: 19px;
    background: var(--Orange);
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
}

.bnr_process_area a p strong:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1px);
    right: 18px;
}

#movie ul {
	width: 100%;
	margin:2em auto 0;
	max-width: 692px;
}

#movie ul > li {
	margin-bottom:1.5em;
}

#movie ul > li:nth-of-type(4) {
	display: none;
}

#movie ul li figure > div {
  width: 100%;
  aspect-ratio: 16 / 9;
}

#movie ul li figure > div iframe {
  width: 100%;
  height: 100%;
}

#movie ul li figure figcaption {
	font-weight: 500;
	font-size: 1.1em;
	line-height: 1.4;
	padding:0.3em 0;
}

#support .container div div p {
	line-height: 2;
	padding:2em 1em 1.5em;
}

#support .container div div p strong {
	font-weight:500;
	font-size: 1.1em;
	display: block;
	margin-bottom:0.6em;
}


.info_area > ul,
.column_area > ul {
	border-top:solid 1px #CCC;
	margin:0 auto 14px;
	max-width: 900px;
	position: relative;
}

.info_area > ul:before,
.column_area > ul:before {
	content:"";
	display: block;
	position: absolute;
	top:0;
	left: 0;
	width: 23%;
	height:0;
	outline:solid 2.5px #4287b2;
	z-index: 1;
}

.column_area > ul:before {
	outline:solid 2.5px #458950;
}

.info_area > ul li a,
.column_area > ul li a {
	border-bottom:solid 1px #CCC;
	color:var(--DarkGray);
	display: block;
	padding:1.3em 0;
	transition-duration: .2s;
}

.column_area > ul li a {
	padding:1em 0;
}

.info_area > ul li a:hover,
.column_area > ul li a:hover {
	background: var(--PaleBlue);
	text-decoration: none;
}

.info_area ul li a p,
.column_area ul li a p {
	display: inline-block;
	vertical-align: top;
}

#news span.icon_new {
	color:#F44;
	font-weight:bold;
	font-size:0.9em;
	margin-right:0.8em;
}

.info_area > ul li a ul.cate,
.column_area > ul li a ul.cate {
	display: inline-block;
	vertical-align: top;
}

.info_area > ul li a ul.cate li,
.column_area > ul li a ul.cate li {
	display: inline-block;
	vertical-align: top;
	border:solid 1px #4287b2;
	color:#4287b2;
	padding:0 0.6em;
	margin-right:0.2em;
	font-size:0.8em;
	border-radius:3px;
}

.info_area > ul li a ul.cate li.information {
	border:solid 1px #4287b2;
	color:#FFF;
	background:#4287b2;
}

.column_area > ul li a ul.cate li {
	border:solid 1px #458950;
	color:#458950;
}

.column_area > ul li a ul.cate li.column {
	border:solid 1px #458950;
	color:#FFF;
	background:#458950;
}

.info_area ul li a p.date,
.column_area ul li a p.date {
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	padding-right:0.6em;
	font-size: 1.1em;
    line-height: 1.3;
}

.info_area ul li a p.post_title,
.column_area ul li a p.post_title {
	display: block;
	line-height: 1.4;
	padding-top: 3px;
}

#news .to_list {
	text-align: center;
	width:100%;
	max-width:900px;
	margin:0 auto;
}

#news .to_list a {
	color:var(--DarkGray);
	position: relative;
	padding-right:2.4em;
	font-weight: 500;
}

#news .to_list a:before {
	content:"";
	width: 19px;
    height: 19px;
    background: #4287b2;
    border-radius: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: calc(50% - 8px);
    right: 10px;
}

#news .column_area .to_list a:before {
	background: #458950;
}

#news .to_list a:after {
	content: "";
    width: 4px;
    height: 4px;
    border-top: solid 1px #FFF;
    border-right: solid 1px #FFF;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1px);
    right: 18px;
}

.column_area {
	margin-top:4em;
}

.column_area > ul li a dl {
	display: table;
}

.column_area > ul li a dl dt,
.column_area > ul li a dl dd {
	display: table-cell;
	vertical-align: top;
}

.column_area > ul li a dl dt {
	width:84px;
	padding-right:1em;
}

#recruit .container > figure {
	margin-bottom:1em;
}

#recruit .container > div {
	padding-bottom:2em;
}

#recruit p.recruit_txt {
	line-height: 2;
	padding:0 1em;
}


@media screen and (min-width: 480px) {

#products ul.lineup_list li a p {
	font-size: 1.2em;
}

#products_search ul li a {
	padding: 1.5em;
}

#products_search ul li a p span strong {
	font-size: 1.2em;
	width: auto;
}

main section#support h2.tit2 i {
	width: 2em;
}

}


@media screen and (min-width: 560px) {

main #mv_front h2,
#pickup .swiper {
	width:60%;
}

#pickup .swiper-button-prev {
	left: -58px;
	width:44px;
    height:44px;
}

#pickup .swiper-button-next {
	right: -58px;
	width:44px;
    height:44px;
}

#pickup .swiper-button-prev::after,
#pickup .swiper-button-next::after {
    width: 10px;
    height: 10px;
}

#use ul li {
	width:calc((100% - 24px) / 3);
}

#products_search ul li a {
	padding: 2em;
}

#products_search ul li a p span strong {
	font-size: 1.4em;
}

#cases ul li a p {
	font-size: 1.1em;
}

.bnr_process_area a {
	padding: 2em 0;
}

.bnr_process_area a > i {
	left: 3%;
}

.bnr_process_area a > img {
	width: 15%;
    left: 4.5%;
}

.bnr_process_area a p {
	font-size: 2.45vw;
	line-height: 1.7;
	width: 28em;
}

.bnr_process_area a p strong {
	font-size: 1.7em;
	margin:0;
}

#movie ul {
	display: flex;
	gap:20px;
	flex-wrap: wrap;
}

#movie ul > li {
	margin-bottom:0;
	width: calc((100% - 20px) / 2);
}

#movie ul > li:nth-of-type(4) {
	display: block;
}

}


@media screen and (min-width: 640px) {

#our_business ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: stretch;
    justify-content: center;
}

#our_business ul li {
	width:calc((100% - 12px)/2);
}

#our_business ul li a {
	height:calc(100% - 117px);
}

#our_business ul li a p {
	padding:1em 0 5em;
}

#our_business ul li a > span {
	position: absolute;
	bottom: 1em;
	width: calc(100% - 4em);
}

#use ul li a p {
	font-size: 1em;
}

#use ul li a p.use_name {
	font-size:1.15em;
}

#cases ul li a span {
	font-size: 1.2rem;
}

main section#recruit {
	background: #FFF;
	padding-bottom:0;
}

#recruit .container {
	display: flex;
	flex-direction: row-reverse;
	align-items: stretch;
	width: 100%;
	max-width: 1160px;
}

#recruit .container > figure,
#recruit .container > div {
	width: 100%;
}

#recruit .container > figure {
	margin-bottom:0;
}

#recruit .container > figure img {
	width:50vw;
	max-width: 580px;
	height:100%;
	object-fit: cover;
	aspect-ratio: 3 / 2;
}

#recruit .container > div {
	padding:1em;
	background: var(--PaleBlue);
	position: relative;
	min-height: 22em;
}

#recruit .recruit_inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 83%;
	height: auto;
}

main section#recruit h2.tit,
#recruit p.btn {
	text-align: left;
}

main section#recruit h2.tit {
	font-size: 1.8em;
	margin-bottom:0.4em;
}

main section#recruit h2.tit i {
	font-size: 1.5rem;
}

#recruit p.recruit_txt {
	padding:0;
}

}


@media screen and (min-width: 768px) {

#mv_home {
	left: -35%;
    width: 170%;
    height: calc(56.25 * 1.7vw);
}

#mv_front:before {
	background-image: linear-gradient(rgba(0,0,0,0.05) 55%, rgba(0,0,0,0.6) 70%);
}

#pickup .swiper-button-prev {
	left: -64px;
}

#pickup .swiper-button-next {
	right: -64px;
}

main section {
	padding:3em 0;
}

main h2 {
	font-size:1.6em;
}

main section h2.tit,
main section h2.tit2 {
	font-size: 2.6em;
}

main section h2.tit i {
	font-size: 18px;
}

#mv_front .container > p {
	font-size:7vw;
	padding:2.1em 0 1.3em;
}

main #mv_front h2,
#pickup .swiper {
	width:calc(100% - 128px);
}

#about .container_wide {
	display: flex;
	flex-direction: row-reverse;
}

main section#about h2.tit {
	text-align: left;
}

#about .container_wide > div,
#about .container_wide > div img {
	border-radius: 4px;
}

#about .container_wide > div img {
	position: relative;
    z-index: 1;
}

#about .container_wide > div:nth-of-type(2) {
	margin-top:3em;
	position: relative;
	padding:3em 2em 3em 4em;
}

#about .container_wide > div:nth-of-type(2):before {
	content:"";
	display: block;
	width:21%;
	height:100%;
	background: #FFF;
	position: absolute;
	top:0;
	right:-20%;
	border-radius: 4px;
}

main section#use h2 {
	font-size: 2.2em;
}

#use ul {
	gap:40px 14px;
}

#use ul li {
	width:calc((100% - 42px) / 4);
}

#use ul li a p.use_name {
	font-size: 1.2em;
}

#products ul.lineup_list {
	margin:3em 0 2em;
}

#products ul.lineup_list li {
	width:calc((100% - 26px) / 3);
}

#products_search ul li a {
	display: flex;
	align-items: center;
	justify-content: left;
	padding:1.5em 1.5em;
	gap:1em;
	border-radius: 10px;
}

#products_search ul li a figure {
	margin:0 auto;
	max-width: 120px;
	width: 30%;
}

#products_search ul li a p {
	font-size: 0.9em;
	width: 70%;
}

#products_search ul li a p span {
	text-align: left;
}

#products_search ul li a p span strong {
	font-size:1.3em;
}

#cases .container {
	width: 90%;
}

#cases .container > p br.pc {
	display: none;
}

#cases ul {
	gap:32px 24px;
}

#cases ul li {
	width: calc((100% - 24px) / 2);
}

.bnr_process_area a {
	padding: 2em 0;
	max-width: 850px;
}

.bnr_process_area a > i {
  line-height: 73px;
  width: 73px;
  height:73px;
  top:-24px;
  left: auto;
  right: calc(50% + 296px);
}

.bnr_process_area a > img {
	width: 120px;
  left: auto;
  right: calc(50% + 190px);
}

.bnr_process_area a p {
	font-size: 17px;
	line-height: 1.8;
	float: none;
  padding-left: calc(50% - 170px);
}

.bnr_process_area a p strong {
	font-size: 30px;
	margin:0;
	width: 12.5em;
}

main section#support {
	background:#FFF;
}

main section#support {
	padding-bottom:0;
}

#support .container {
	padding-bottom:4em;
	border-bottom:solid 1px #CCC;
	position: relative;
}

#support .container:after {
	content:"";
	display: block;
	width:12.5%;
	height:0;
	outline:solid 2.5px var(--Yellow);
	position: absolute;
	bottom:0;
	left:0;
}

#support .container > div {
	display: flex;
  flex-direction: row-reverse;
  margin-top:2em;
}

#support .container div div p {
	padding:0 1em 1.5em;
}

#support .container > div figure {
	width: 40%;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

#support .container > div > div {
	margin-top: 2em;
    background: var(--PaleBlue);
    padding: 2.5em 1.5em 2em 3em;
    box-sizing: border-box;
    border-radius: 4px;
    width: 60%;
    position: relative;
}

#support .container > div > div:after {
	content: "";
    display: block;
    position: absolute;
    width: 13%;
    height: 100%;
    top: 0;
    right: -10%;
    background: var(--PaleBlue);
    border-radius: 4px;
    z-index: 0;
}

#support .container div div p {
	padding:0 0 1.5em;
}

#news .container {
	display: flex;
	gap:50px;
	width: 90%;
}

#news .container > div {
	width:100%;
}

main section#news h2.tit {
	text-align: left;
}

.column_area {
	margin-top: 0;
}

.column_area > ul li a dl dd {
	padding:0;
}

#news .to_list {
	text-align: right;
}

main section#recruit {
	padding:0;
}

}


@media screen and (min-width: 1000px) {

#mv_home {
	left: -19%;
	width: 138%;
	height: calc(56.25 * 1.38vw);
}

main section {
	padding:4em 0;
}

#mv_front .container > p {
	font-size:6vw;
}

#pickup a,
#pickup a img {
	transition-duration: .3s;
}

#pickup a:hover img {
	filter: brightness(50%);
}

#pickup a:hover {
	color:#999;
}

#pickup a:hover p span {
	border:solid 1px #999;
}

#our_business ul {
	align-items: stretch;
	flex-wrap: nowrap;
}

#our_business ul li {
	width: 100%;
}

#our_business ul li a {
	background: var(--Yellow);
	border:none;
	padding:98px 2em 1.5em;
	height: calc(100% - 98px);
	margin-top:98px;
}

#our_business ul li a img {
	top:-98px;
	width:270px;
	margin-left:-135px;
}

#our_business h3 {
	font-size: 1.9vw;
	max-width: none;
}

#our_business ul li:nth-of-type(3) a h3 {
	margin-top:-0.5em;
}

#our_business ul li a > span {
	background:#FFF;
	bottom: 2em;
	width: calc(100% - 4em);
}

#our_business ul li a > span.link:before,
#our_business ul li a > span.exlink:before,
p.btn a:before {
	right: 29px;
}

#our_business ul li a > span.link:after,
p.btn a:after {
	right: 37px;
}

#products_search ul li a p span strong:before {
	right: 10px;
	top: calc(50% - 7px);
}

#products_search ul li a p span strong:after {
	right: 18px;
	top: calc(50%);
}

p.btn a:hover {
	color:var(--Orange);
	background: #FFF;
	border:solid 3px var(--Orange);
}

p.btn a,
p.btn a:before,
p.btn a:after,
#our_business ul li a > img,
#our_business ul li a > span:before,
#our_business ul li a > span:after,
#our_business ul li a > span,
#about ul li a:before,
#about ul li a:after,
#about ul li a,
#products_search ul li a p span strong:before,
#products_search ul li a p span strong:after,
.to_list a,
.to_list a:before,
.to_list a:after {
	transition-duration: .2s;
}

p.btn a:hover:before,
#our_business ul li a:hover > span:before,
#about ul li a:hover:before,
#products_search ul li a:hover p span strong:before,
#news .to_list a:hover:before {
	transform: translateX(10px);
}

p.btn a:hover:after,
#our_business ul li a:hover > span:after,
#about ul li a:hover:after,
#products_search ul li a:hover p span strong:after,
#news .to_list a:hover:after {
	transform: translateX(10px) rotate(45deg);
}

#our_business ul li a:hover > span,
#about ul li a:hover {
	color:var(--Orange);
}

#our_business ul li a:hover > img {
	transform: scale(1.05);
}

#about .container_wide > div:nth-of-type(2) {
	padding:3em 3em 3em 4em;
	margin-top:4em;
}

#use ul li {
	width:calc((100% - 56px) / 5);
}

#use ul li a img {
	transition-duration: .3s;
}

#use ul li a:hover img {
	transform: scale(1.05);
	filter: brightness(0.5);
}

#products ul.lineup_list {
	margin: 4em 0 3em;
}

#products ul.lineup_list li {
	width:calc((100% - 39px) / 4);
}

#products ul.lineup_list li a:hover {
	background: #CCC;
}

#products ul.lineup_list li a:hover img {
	transform: scale(1.1);
}

#products_search .search_box {
	margin:3em auto;
}

#products_search .search_box input[type=text] {
	padding:0.4em 1em;
}

#products_search .search_box input[type=image] {
	width: 2.5em;
}

#products_search .search_box input[type="image"]:hover {
	background: var(--PaleYellow);
}

#products_search ul li a {
	padding:1.5em 2em;
	gap:1.5em;
	transition-duration: .3s;
}

#products_search ul li a:hover {
	background: var(--Yellow);
}

#products_search ul li a figure {
	width: 46%;
	max-width: 240px;
	border-radius: 100%;
    overflow: hidden;
}

#products_search ul li a figure img {
	transition-duration: .3s;
}

#products_search ul li a:hover figure img {
	transform: scale(1.1);
}

#products_search ul li a p {
	width: 54%;
	font-size: 1em;
}

#products_search ul li a p span strong {
	font-size: 2vw;
	padding-right:1.8em;
}

#cases .container {
	width: 96%;
}

#cases .container > p {
	text-align: center;
}

#cases .container > p br.pc {
	display: block;
}

#cases ul {
	max-width: none;
	margin: 3em auto;
	gap:32px 14px;
}

#cases ul li {
	width: calc((100% - 42px) / 4);
}

#cases ul li a p,
#cases ul li a span,
#cases ul li a figure,
#cases ul li a figure img {
	transition-duration: .3s;
}

#cases ul li a:hover figure {
	filter: brightness(0.8);
}

#cases ul li a:hover figure img {
	transform: scale(1.1);
}

#cases ul li a:hover p,
#cases ul li a:hover span {
	opacity: 0.6;
}

#cases ul li a p {
	font-size: 1em;
}

#cases ul li a span {
	font-size: 11px;
}

.bnr_process_area a,
.bnr_process_area a p strong:before,
.bnr_process_area a p strong:after {
	transition-duration: .2s;
}

.bnr_process_area a:hover {
	background: var(--PaleYellow);
	border: solid 4px var(--Yellow);
}

.bnr_process_area a:hover p strong:before {
	transform: translateX(10px);
}

.bnr_process_area a:hover p strong:after {
	transform: translateX(10px) rotate(45deg);
}

.bnr_process_area a p {
	padding-left: calc(50% - 156px);
}

#movie ul {
	max-width: none;
	margin:3em auto 0;
}

#movie ul > li {
	margin-bottom:0;
	width: calc((100% - 40px) / 3);
}

#movie ul > li:nth-of-type(4) {
	display: none;
}

#support .container {
	padding-bottom:5em;
}

#support .container > div figure,
#support .container > div > div {
	width: 100%;
}

#support .container > div > div:after {
	width:18%;
	right:-15%;
}

.info_area > ul li a {
	padding:1.3em 1em;
}

.column_area > ul li a {
	padding:1em;
}

#news .to_list a:hover {
	color: #4287b2;
}

#news .column_area .to_list a:hover {
	color: #458950;
}

}


@media screen and (min-width: 1080px) {

#support .container {
	padding-bottom:6em;
}

}


@media screen and (min-width: 1200px) {

main section h2.tit,
main section h2.tit2 {
	font-size: 3em;
}

main section h2.tit i {
	font-size: 20px;
}

main section#about h2.tit {
	font-size: 2.9em;
}

#mv_front .container > p {
	padding:2.4em 0 1.9em;
}

#about .container_wide > div {
	width: 50%;
}

#about .container_wide > div:nth-of-type(2) {
    padding: 4em 4% 4em 7%;
}

#use ul li a p.use_name {
	font-size: 1.2em;
}

#products_search ul {
	gap:22px;
}

#products_search ul li {
	width: calc((100% - 22px) / 2);
}

#products_search ul li a {
	padding: 2.5em;
    gap: 2em;
}

#cases ul {
	gap:24px;
}

#cases ul li {
	width: calc((100% - 72px) / 4);
}

#cases ul li a span {
	font-size: 12px;
}

main section#news h2.tit,
main section#recruit h2.tit {
	font-size: 36px;
}

main section#news h2.tit i,
main section#recruit h2.tit i {
	font-size: 20px;
}

#support .container {
	padding-bottom:7em;
}

#support .container > div > div {
	padding:3em 3em 3em 4em;
}

#news .container {
	gap: 70px;
}

}


@media screen and (min-width: 1320px) {

#mv_front .container > p {
	font-size: 80px;
	padding:3em 0 2.1em;
}

#our_business h3 {
	font-size: 26px;
}

#our_business ul li:nth-child(1) a h3,
#our_business ul li:nth-child(2) a h3 {
	width: 10em;
}

#our_business ul li a {
	margin-top:133px;
	height: calc(100% - 133px);
	padding:133px 2em 1.5em;
}

#our_business ul li a img {
	top: -133px;
    margin-left: -184px;
    width: 368px;
}

}


@media screen and (min-width: 1480px) {

#our_business ul li a {
	margin-top:140px;
	height: calc(100% - 140px);
	padding:140px 2em 1.5em;
}

#our_business ul li a img {
	top: -140px;
    margin-left: -194px;
    width: 388px;
}

#products_search ul li a {
	padding: 3.5em;
    gap: 2.5em;
}

#products_search ul li a p {
	font-size: 16px;
}

#products_search ul li a p span strong {
	font-size: 29px;
}

}

@media screen and (min-width: 1800px) {

#mv_home {
	left: 0%;
	width: 100%;
	height: calc(56.25vw);
}

}