@charset 'utf-8';



/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

共通

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/
html,
body {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  word-break: break-all;
	font-size: 62.5%;
}

body {
  width: 100%;
  height: 100%;
  font-size: 1.6em;
  line-height: 180%;
  color: #2e2e2b;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;
  /*font-family: "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", Meiryo, "MS PGothic", sans-serif;*/
	/*"IBM Plex Sans JP",*/
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  background-color: #ffffff;
}


a:link,
a:visited {
  text-decoration: none;
  color: #686f5f;
}

a:hover {
  text-decoration: none;
  color: #7e7e5a;
}

.ibm-plex-sans-jp-regular {
  font-family: "IBM Plex Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}


/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

CSSアニメーション

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.op_start {
  opacity: 0;
}

.kv_message_h1_anime {
  -webkit-animation: kv_message_h1_anime 1s forwards ease;
  animation: kv_message_h1_anime 1s forwards ease;
}

@keyframes kv_message_h1_anime {
  0% {
    transform: translate(0px, 40px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

.kv_message_message_anime {
  -webkit-animation: kv_message_message_anime 1s forwards ease .3s;
  animation: kv_message_message_anime 1s forwards ease .3s;
}

@keyframes kv_message_message_anime {
  0% {
    transform: translate(0px, -40px);
    opacity: 0;
  }

  100% {
    transform: translate(0px, 0px);
    opacity: 1;
  }
}


.corporate_profile_anm {
  -webkit-animation: corporate_profile_anm 1s forwards ease;
  animation: corporate_profile_anm 1s forwards ease;
}

@keyframes corporate_profile_anm {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}



/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

レイアウト

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.header {
  position: fixed;
  top: 0px;
  left: 50%;
	box-sizing: border-box;
  margin-left: max(-50%, -650px);
	padding-left: 20px;
	padding-right: 20px;
  width: 100%;
  max-width: 1300px;
	z-index: 100;
}

.page_container *{
	position: relative;
	box-sizing: border-box;
}

.page_container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(228, 244, 248, 1) 100%);
	background-size: auto 100vh;
}

/*中ページ用のpage_container*/
.pages .page_container {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
	background: url(../img/layout/kv_message_bg.webp),linear-gradient(0deg,rgba(255, 255, 255, 1) 50%, rgba(228, 244, 248, 1) 100%);
	background-size: 120px ,auto 150vh;
	background-repeat: repeat, no-repeat;
	background-position: center center, top center;
}

.kv_message {
  margin: 0;
  padding: 0;
  width: 100%;
	height: 90vh;
	min-height: 900px;
	max-height: 1200px;
	background: url(../img/layout/kv_message_bg.webp) top center;
	background-size: 120px;
}

.business_area {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
	background: url(../img/layout/business_area_bg.webp) top center;
	background-size: 60px;
	background-color:#2e499a;
}

.business_area_adj {
  height: 1px;
  overflow: hidden;
}


.corporate_profile {
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer {
  margin: 0;
  padding: 0;
  width: 100%;
	background-color:#2eadcc;
}

.copy {
  margin: 0;
  padding: 20px 0;
  width: 100%;
	font-size: 80%;
	background-color:#e4f4f8;
}



/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

ヘッダ内

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/


.header h1 {
  display: block;
  overflow: hidden;
  margin: 0;
  padding-top: 80px;
  height: 0 !important;
  line-height: 250%;
  width: 100px;
  background: url(../img/layout/logo.png) center center no-repeat;
  background-size: 100%;
}

.header #pagemenu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 350px;
  background: #2E499A;
  background: linear-gradient(90deg, rgba(46, 73, 154, 1) 0%, rgba(46, 173, 204, 1) 100%);
  border-radius: 9999px;
  box-shadow: 0 0 8px 0 #ffffff;
}

.header #pagemenu ul {
  margin: 0;
  padding: 0 20px;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.header #pagemenu ul li {
  margin: 0;
  padding: 0;
}

.header #pagemenu ul a {
  display: block;
  margin: 0;
  padding: 15px 0;
  color: #ffffff;
  font-weight: bold;
  text-align: center;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.header #pagemenu ul a:hover {
  opacity: 0.8;
}

.header #pagemenu .sp_menu,
.header #pagemenu .sp_menu_close {
  display: none;
}



/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

KVメッセージ箇所

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.kv_message .bond_line {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #2e499a;
}


.kv_message h1 {
  position: absolute;
  top: calc(45% - 250px);
  left: 50%;
  margin: 0;
  margin-left: max(-50%, -400px);
  padding: 200px 20px 0 120px;
  width: 100%;
  max-width: 800px;
  display: block;
  overflow: hidden;
  height: 0 !important;
  line-height: 250%;
  background: url(../img/layout/kv_message_text.svg) center center no-repeat;
  background-size: 100%;
}


.kv_message .message {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: max(-50%, -400px);
  padding: 0 20px 0 120px;
  width: 100%;
  max-width: 800px;
  font-weight: bold;
  color: #2e499a;
  font-size: 135%;
  line-height: 1.7;
}

.kv_message .kv_earth_image {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: url(../img/layout/kv_earth_image.webp) top center no-repeat;
  background-size: 100%;
}



/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

事業領域

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.business_area .inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: calc(100% - 40px);
	max-width: 1400px;
	color: #ffffff;
}

.business_area h2 {
  position: relative;
  margin: 0 auto 30px auto;
  padding: 0;
	max-width: 1000px;
}

.business_area h2 i {
  position: relative;
	display: inline-block;
  margin: 0;
  padding: 20px 40px;
	font-style: normal;
}

.business_area h2 i::before {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 10px;
	height: 100%;
	background: url(../img/layout/cross_image.webp),url(../img/layout/cross_image.webp);
	background-size: 10px ,10px;
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
}

.business_area h2 i::after {
	content: '';
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 10px;
	height: 100%;
	background: url(../img/layout/cross_image.webp),url(../img/layout/cross_image.webp);
	background-size: 10px ,10px;
	background-repeat: no-repeat, no-repeat;
	background-position: top center, bottom center;
}


/*事業部エリア*/

.business_area .project {
  position: relative;
  display: grid;
  grid-template-columns: 2.2fr .5fr 1fr;
  grid-gap: 10px;
  padding: 0;
	margin: 100px calc(50% - 50vw);
  width: 80vw;
}

.business_area .project.food {
  grid-template-columns: 1fr .5fr 2.2fr;
	margin: 100px calc(50% - 30vw);
	width: 80vw;
}


.business_area .project * {
  position: relative;
}

.business_area .project.dispatch h3 {
  order: 2;
  text-align: center;
}

.business_area .project.dispatch>p {
  order: 3;
}

.business_area .project.dispatch .photo_image {
  order: 1;
}

.business_area .project.finished h3 {
  order: 2;
  text-align: center;
}

.business_area .project.finished>p {
  order: 3;
}

.business_area .project.finished .photo_image {
  order: 1;
}

.business_area .project.food h3 {
  order: 2;
  text-align: center;
}

.business_area .project.food>p {
  order: 1;
}

.business_area .project.food .photo_image {
  order: 3;
}

.business_area .project .photo_image ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.business_area .project .photo_image li {
  margin: 0;
  padding: 0;
}

.business_area .project .photo_image img {
  width: 100%;
}

.business_area .photo_image::before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 15%;
  width: 14px;
  height: 14px;
  background: url(../img/layout/cross_image.webp) center center no-repeat;
  background-size: 100%;
}


.business_area h3::before {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  left: 0;
  width: 14px;
  height: 14px;
  background: url(../img/layout/cross_image.webp) center center no-repeat;
  background-size: 100%;
}

.business_area h3::after {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../img/layout/cross_image.webp) center center no-repeat;
  background-size: 100%;
}

.business_area p::after {
  content: '';
  display: block;
  position: absolute;
  top: -40px;
  right: 0;
  width: 14px;
  height: 14px;
  background: url(../img/layout/cross_image.webp) center center no-repeat;
  background-size: 100%;
}





/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

企業情報

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.corporate_profile {
  background: url(../img/layout/corporate_profile_bg.webp) center bottom no-repeat;
  background-size: 1700px;
  background-color: #ffffff;
}

.corporate_profile .inner {
  position: relative;
  margin: 0 auto;
  padding: 40px 0;
  width: calc(100% - 40px);
  max-width: 1200px;
}


.corporate_profile_message {
  position: relative;
  margin: 0 0 40px 0;
  padding: 40px;
  background: url(../img/layout/cross_image_blue.webp), url(../img/layout/cross_image_blue.webp);
  background-size: 14px, 14px;
  background-repeat: no-repeat, no-repeat;
  background-position: top left, bottom left;
}

.corporate_profile_message h2 {
  color: #2e499a;
}


.corporate_profile .news {
  padding-left: 40px;
}

/*googlemap*/
.corporate_profile .map_area{
margin-left: 40px;
}


.corporate_profile .map {
  position: relative;
  width: 70%;
	margin-left: 30%;
	margin-top: 100px;
	margin-bottom: 80px;
  height: 0;
  padding-top: 55%;
}

.corporate_profile .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.corporate_profile .map::before {
	content: '';
	display: block;
	position: absolute;
	top: 50px;
	left: -30%;
	width: 100%;
	height: 100%;
	background: url(../img/layout/bg_stripe.webp) center center repeat;
  background-size: 15px;
}

.corporate_profile .map_area .link_btn{
margin-left: 100px;
}

.corporate_profile .address {
  padding-left: 50%;
}


.corporate_profile .information {
  margin: 100px 0 0 0;
  padding: 40px;
  padding-top: 70px;
  background: url(../img/layout/cross_image_halfblue.webp), rgba(228, 231, 242, 0.6);
  background-size: 80px, auto;
  background-repeat: repeat, repeat;
  background-position: center center, center center;
}

.corporate_profile .information h2 {
  margin: -100px 0 20px 0;
  padding: 0;
}

.corporate_profile .information h2 i {
  display: inline-block;
  margin: 0;
  padding: 20px 40px;
  background-color: #ffffff;
  border: 1px solid #596eaf;
  font-style: normal;
  color: #596eaf;
}

.corporate_profile .information h3 {
  margin-top: 30px;
}





/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

フッタ

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/


.footer{
	background: url(../img/layout/footer_earth_bg.webp) center bottom no-repeat;
  background-size: 1500px;
	background-color:#2eadcc;
}

.footer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 40px;
  background: url(../img/layout/footer_bg_moon.webp) top center no-repeat;
  background-size: 100% 40px;
}

.footer .inner {
  position: relative;
  margin: 0 auto;
  padding: 100px 0 40px 0;
  width: calc(100% - 40px);
  max-width: 1000px;
	color: #ffffff;
}

.footer .inquiry {
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: .3fr 1fr .8fr;
  grid-gap: 10px;
}

.footer .inquiry h3 {
  margin-top: 20px;
}

.footer .inquiry .small {
  margin-right: 10px;
}

.footer .inquiry a:first-of-type {
  margin-right: 50px;
}

.footer dl {
  margin: 0;
  padding: 0;
	margin-top: 50px;
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.2fr 1.2fr 1fr;
  grid-gap: 10px;
}

.footer dt,
.footer dd{
  margin: 0;
  padding: 0;
}

.footer dt{
  font-weight: bold;
	font-size: 2.5rem;
}

.footer ul{
  margin: 0;
  padding: 0;
	margin-left: 10px;
	list-style: none;
	font-size: 90%;
}

.footer li{
  margin: 0;
  padding: 0;
}

.footer ul a {
  display: block;
	transition: all 0.2s;
  -webkit-transition: all 0.2s;
}

.footer ul a:hover {
  opacity: .8;
}

.footer ul a:link,.footer ul a:visited {
  color: #ffffff;
}

.copy {
  text-align: center;
}



/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

中ページ用のレイアウト

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

.page_inner_container {
  margin: 0 auto 0 auto;
  padding: 150px 0 0 0;
  max-width: 1000px;
  width: calc(100% - 40px);
  min-height: 70vh;
}

.page_inner_container>h1 {
  margin: 0 0 10px 0;
  padding: 0 0 10px 0;
  font-weight: bold;
  font-size: 2em;
  color: #2e499a;
}

.page_inner_container>h1::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 2px;
  background-color: #2e499a;
}

.page_inner_container .page_info {
  margin: 0;
  padding: 0;
  text-align: right;
  font-size: .8em;
}

.text_body {
  margin: 50px 0 0 0;
  padding: 0;
}

.page_inner_container img {
  max-width: 100%;
  height: auto;
}

/**/

.breadcrumbs {
  margin: 50px 0 0 0;
  padding: 10px 0 0 0;
  background: url(../img/layout/dot_line.webp) top center repeat-x;
  background-size: 5px;
}

.breadcrumbs ol {
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  list-style: none;
  display: table;
  border-collapse: collapse;
}

.breadcrumbs li {
  display: table-cell;
  margin: 0;
  padding: 0 40px 0 0;
}

.breadcrumbs li:not(:last-child):after {
  content: ' ≫ ';
  display: block;
  position: absolute;
  top: 0;
  right: 4px;
  width: 20px;
  height: 100%;
  font-size: .6em;
}

/*記事要素*/

.text_body h1:not(:first-child),
.text_body h2:not(:first-child),
.text_body h3:not(:first-child),
.text_body h4:not(:first-child) {
  margin-top: 45px !important;
}

.text_body h1 {
  margin: 5px 0 20px 0;
  padding: 5px 0 0 20px;
  font-weight: bold;
  border-left: 5px solid #2e499a;
  color: #2e499a;
  font-size: 2.2em;
}

.text_body h2 {
  margin: 5px 0 20px 0;
  padding: 5px 0 0 20px;
  font-weight: bold;
  border-left: 5px solid #2e499a;
  color: #2e499a;
  font-size: 1.8em;
}

.text_body h3 {
  margin: 5px 0 20px 0;
  padding: 5px 0 0 0;
  font-weight: bold;
  color: #2e499a;
  font-size: 1.4em;
}

.page_link {
  margin: 50px 0 100px 0;
  padding: 50px 0 0 0;
  background: url(../img/layout/dot_line.webp) top center repeat-x;
  background-size: 5px;
}

.page_link ul {
  margin: 20px 0 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.page_link ul a {
  margin: 0;
  padding: 0;
  display: block;
}




/*
ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー

媒体別設定

ーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーーー
*/

@media (max-width: 1200px) {

.business_area .project,
.business_area .project.food {
	margin: 100px 0;
  width: 100%;
}
}

@media (max-width: 900px) {

.business_area .project,
.business_area .project.food {
  position: relative;
  display: grid;
  grid-template-columns: .4fr 1fr;
  grid-gap: 10px;
  margin: 100px 0 50px 0;
  padding: 0;
}

.business_area .project .photo_image,
.business_area .project.food .photo_image {
	grid-column: 1 / 3;
}

.business_area .project h3,
.business_area .project.food h3 {
  order: 2;
}

.business_area .project>p,
.business_area .project.food>p {
  order: 3;
}

.business_area .project .photo_image,
.business_area .project.food .photo_image {
  order: 1;
}


}





