@import url('https://fonts.googleapis.com/css2?family=Crimson+Text:ital,wght@0,400;0,600;1,400;1,600&family=Noto+Sans+JP:wght@300;500&display=swap');
/* common
========================================================================== */

html {
  height: 100%;
  color: #0c151a;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 300;
  font-size: 62.5%;
  line-height: 1.5;
}

body {
  height: 100%;
  margin: 0;
  background: #0c151a;
}

/* box-sizing
---------------------------------------------*/

*, *:before, *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
       -o-box-sizing: border-box;
      -ms-box-sizing: border-box;
          box-sizing: border-box;
}

/* clearfix
---------------------------------------------*/

.clearfix:after { content: " "; display: block; height: 0; visibility: hidden; clear: both; }

/* img
---------------------------------------------*/

img { vertical-align: bottom; }

/* title
---------------------------------------------*/

h1,h2,h3 {
  margin: 0;
  padding: 0;
  font-weight: 300;
  line-height: 1.5;
}

/* list
---------------------------------------------*/

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 1.2rem;
  line-height: 1.8;
}

dl {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  line-height: 1.8;
}

dl dt,
dl dd {
  margin: 0;
  padding: 0;
}

/* text
---------------------------------------------*/

p {
  margin: 0;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.8;
}

p.txt-center {
  text-align: center;
}

/* link
---------------------------------------------*/

a {
  text-decoration: none;
}

p a:link,
p a:visited {
  color: #2e67be;
}

a:link,
a:visited {
  color: #2e67be;
}

a:hover {
  opacity: 0.5;
  transition: all 0.3s linear 0s;398
}

a:hover img {

}

/* content
========================================================================== */

.contentWrapper {
  position: relative;
  background: #e3e7e9;
}

@media screen and (max-width: 640px) {
  .contentWrapper {
    padding-top: 5.5rem;
  }

  .content .contentWrapper {
    padding: 0;
  }
}

.sp {
  display: none;
}

/* header
---------------------------------------------*/

header {
  width: auto;
}




@media screen and (max-width: 640px) {
	  header {
	    width: 100%;
	    border-bottom: 3px solid #c43229;
	    background: #14232C;
	    position: fixed;
	    z-index: 200;
	    display: inline-flex;
	    top: 0;
	  }

	  header #spLogo {
	    height: 9vw;
	    font-size: 0;
	    text-align: center;
	  }

	header #spLogo a {
		display: inline-flex;
		width: 25%;
		height: 100%;
		/* background: #336ABC; */
		vertical-align: middle;
	}

	header #spLogo a img {

	}

	header img[src*='logo-ymt.svg'] {
		width: 100%;
	}

	header .menuBtn {
		position: absolute;
		display: -webkit-box;
		display: -moz-box;
		display: -webkit-flexbox;
		display: -moz-flexbox;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: -moz-flex;
		-js-display: flex;
		display: flex;
		box-orient: vertical;
		justify-content:center;
		align-items:center;
		width: 7.5vw;
		height: 100%;
	}

	.drawer-open header .menuBtn button {
		background: rgba(20,35,44,0.7);
		border-radius: 3px;
		margin-left: 0.3rem;
		display: -webkit-box;
		min-width: 27px;
		min-height: 25px;
		padding: 0.5rem;
	}

	header .menuBtn svg {
		color: #fff;
		font-size: 2.8rem;
		line-height: 2;
		vertical-align: middle;
	}
}


@media all and (-ms-high-contrast:none){
	header .menuBtn {
		height: 30%;
	}
}


#home header {

}

#home header .hdCt {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 870px;
  background: url(../images/hd-mainvisu.jpg?180320) no-repeat center center / cover;
  text-align: center;
}

#home header .hdCt p {
	position: relative;
	top: -40px;
}

#mainVisual {
	display: none;
}

.spVisual {
	display: none;
	height: 0;
	width: 0;
}

@media screen and (max-width: 1024px) {
	.spVisual {
		display: none;
	}
}

@media screen and (max-width: 640px) {
	#mainVisual {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 45vw;
		min-height: 42vw;
		position: absolute;
		top: 8vw;
		width: 100%;
	}

	.spVisual {
		display: block;
		background: url(../images/hd-mainvisu4.jpg) no-repeat center center / cover;
	}
}

#mainVisual img {
  width: 80%;
  max-width: 450px;
}

#home header .hdCt p img {
  width: 95%;
}

#home header .hdCt nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

/* nav
---------------------------------------------*/

#change {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  display: none;
  z-index: 9999;
}

nav {
  width: auto;
  height: 80px;
  background: #14232c;
  border-bottom: solid 5px #c43229;
}

nav ul {
  display: flex;
  max-width: 1024px;
  height: 75px;
  margin: 0 auto;
  background: #14232c;
  text-align: center;
}

nav ul.en {
}

nav ul.en li {
	line-height: 2.5;
	width: 124px;
}

nav ul.en li:nth-of-type(3) {
	display: none;
}


nav ul li {
	position: relative;
	width: 104px;
	height: 75px;
	padding-top: 15px;
	color: #fff;
	font-family: 'Arial';
	font-size: 1.7rem;
	text-align: center;
	line-height: 1.3;
	font-weight: lighter;
}

nav ul li.disabled {
	color: rgba(255,255,255,0.2);
}

nav ul li span {
	font-family: 'Noto Sans Japanese';
	font-size: 1.2rem;
	font-weight: 300;
}

nav ul li:after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 0;
	width: 1px;
	height: 20px;
	background: #fff;
	opacity: 0.3;
}

nav ul li:first-of-type:after,
nav ul li:nth-of-type(7):after,
nav ul li:nth-of-type(8):after,
nav ul li:last-of-type:after {
  display: none;
}

nav ul li:first-of-type {
	width: 182px;
	padding-top: 10px;
	/* background: #336abc; */
}

nav ul li:nth-of-type(8) {
	width: 64px;
	font-size: 1.1rem;
	background: #091822;
	line-height: 1.2;
}

nav ul li:last-of-type {
  width: 150px;
  padding: 15px 10px 15px 10px;
}

nav ul li a {
  display: block;
  min-height: 100%;
  color: inherit !important;
  font-family: inherit;
  font-size: inherit;
}

nav ul li .fa-language {
  margin-bottom: 5px;
  font-size: 2.5rem;
}

@media screen and (max-width: 960px) {
	nav ul li {
		font-size: 1.4rem;
		line-height: 1.3
	}

	nav ul li span {
		font-size: 0.9rem;
	}
}


/* footer
---------------------------------------------*/

footer {
  position: relative;
  width: auto;
  background: #0c151a;
}

footer .ftLogo {
  text-align: center;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding: 1rem 0 0.8rem;
}

footer .ftLogo img[src*='logo-ymt.svg'] {
  max-width: 170px;
  opacity: 0.6;
}


@media screen and (max-width: 640px) {
  footer .ftLogo {
    text-align: center;
    border-bottom: 1px solid rgba(255,255,255,0.3);
    padding: 2rem 0 1.8rem;
  }

  footer .ftLogo img[src*='logo-ymt.svg'] {
    max-width: 120px;
    display: inline-block;
    vertical-align: top;
  }
}

footer .ftCt {
  max-width: 1024px;
  width: auto;
  margin: 0 auto;
  padding: 2rem;
}

footer .ftCt .ftBoxContainer {
  display: flex;
  justify-content: space-between;
}

footer .ftCt .ftBoxContainer .ftBoxLeft {
}

footer .ftCt ul {
  margin: 0 0 2px;
  font-size: 0;
}

footer .ftCt ul li {
  display: inline-block;
  margin-right: 1.2rem;
  color: #fff;
  font-weight: 300;
  font-size: 1.3rem;
}

footer .ftCt ul li .fa-angle-right {
  position: relative;
  top: 0.15rem;
  margin-right: 0.3rem;
  font-size: 1.4em;
}

footer .ftCt ul li:last-of-type {
  margin-right: 0;
}

footer .ftCt ul li a {
  color: inherit;
  font-size: inherit;
}

footer .ftCt p {
  color: #fff;
  font-weight: 300;
  font-size: 1.3rem;
  text-align: right;
}

footer .ftLogo .sns {
	position: relative;
	top: 0.3rem;
}

footer .ftLogo a:link,
footer .ftLogo a:visited {
	opacity: 0.3;
}

footer .ftLogo a:hover {
	opacity: 1.0;
}


@media screen and (max-width: 640px) {
	.sub footer .ftLogo .sns {
		opacity: 0.3;
		position: relative;
	}
}

.sub footer .ftLogo .sns + .sns {
  margin-left: 10px;
}

.sub footer .ftLogo .sns img {
  width: 50px;
  vertical-align: top;
  display: inline-block;
}

@media screen and (max-width: 640px) {
  .sub footer .ftLogo .sns img {
    width: 35px;
  }
}

footer small {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.8;
}

#backTop {
	position: fixed;
	display: flex;
	bottom: 220px;
	right: 0;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: #2e67be;
	z-index: 300;
}

@media screen and (max-width: 640px) {
  #backTop {
    bottom: 2rem;
    width: 40px;
	height: 40px;
  }
}

#backTop .fa-angle-double-up {
  color: #fff;
  font-size: 4em;
}



/* main
---------------------------------------------*/

main {
  padding: 80px 0;
}

@media screen and (max-width: 640px) {
  main {
    padding: 5rem 0;
  }
}

/* home */

#home main section {
  max-width: 1024px;
  margin: 0 auto 8rem;
  padding: 0 2.5rem;
}

#home main section:last-of-type {
  margin: 0 auto;
}

#home main p {
  font-weight: 300;
  text-align: center;
}

#home main section h1 {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 36px;
  color: #7b8288;
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 3.0rem;
  letter-spacing: 0.3em;
  text-align: center;
}

#home main section h1:after {
  content: "";
  position: absolute;
  left: 48.5%;
  bottom: 0;
  width: 25px;
  height: 3px;
  background: #2e67be;
}

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

  #home main section h1:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 8%;
    height: 3px;
    background: #2e67be;
  }

}

/* news */

#home main #news {
}

#home main #news dl {
  display: table;
  max-width: 640px;
  height: 40px;
  margin: 0 auto;
  font-size: 1.6rem;
}

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

	#home main #news dl {
	  font-size: 2.4rem;
	}

}

#home main #news dl dt {
  position: relative;
  display: table-cell;
  width: 128px;
  color: #fff;
  background: #14232c;
  text-align: center;
  vertical-align: middle;
}

#home main #news dl dt:before {
	content:"";
	position: absolute;
	left: 100%;
	top: calc(50% - 8px);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-left: 10px solid #14232c;
	z-index: 999;
}

@media all and (-ms-high-contrast:none){
	#home main #news dl dt:before {
		top: auto;
	}
}

#home main #news dl dd {
	position: relative;
	display: table-cell;
	width: 440px;
	padding: 10px 20px;
	color: #000;
	background: #fff;
	vertical-align: middle;
	box-sizing: border-box;
}

#home main #news dl dd a {
	position: absolute;
	top: calc(50% - 12px);
	right: 10px;
	color: #111;
}

#home main #BusinessDomain p {
  margin-bottom: 8rem;
  font-size: 1.8rem;
}

@media screen and (max-width: 960px) {
	#home main #BusinessDomain p {
		text-align: left;
	}
}

#home main #Brand ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 80px;
}

#home main #Brand ul li {
  position: relative;
  width: calc(33.3% - 5px);
  width: :-webkit-calc(33.3% - 5px);
  height: 100px;
  margin: 0 7px 7px 0;
  background: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.5;
}

#home main #Brand ul li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #e3e7e9;
}

#home main #Brand ul li:nth-of-type(3n) {
  margin: 0 0 7px 0;
}

#home main #Brand ul li.other {
  background: url(../images/bnr_brand_other.jpg) no-repeat bottom 21px;
}

#home main #Brand ul li a {
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	text-align: center;
}

#home main #Brand ul li a span {
  color: #222;
}

#home main #Brand ul li a:hover {
  transition: inherit;
}

#home main #Brand ul li a.other {
  background: url(../images/bnr_brand_other.jpg) no-repeat 95% 100% / 20%;
}

#home main #Brand ul li:nth-of-type(1) a img { width: 50%; }
#home main #Brand ul li:nth-of-type(2) a img { width: 60%; }
#home main #Brand ul li:nth-of-type(3) a img { width: 48%; }
#home main #Brand ul li:nth-of-type(4) a img { width: 30%; }
#home main #Brand ul li:nth-of-type(5) a img { width: 59%; }
#home main #Brand ul li:nth-of-type(6) a img { width: 37%; }
#home main #Brand ul li:nth-of-type(7) a img { width: 34%; }

#home main #Vision {
  max-width: 100%;
  padding: 0;
}

#home main #Vision h1 {
  max-width: 1024px;
  margin: 0 auto 40px;
  padding: 0 25px 36px;
}

#home main #Vision .inner {
	display: flex;
	align-items: center;
	width: 100%;
	height: 500px;
	background: url(../images/home/vision-bg.jpg) no-repeat center top #004566;
	background-size: contain;
}

#home main #Vision .inner p {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 25px;
	color: #fff;
	font-size: 2.1rem;
	line-height: 3;
}

@media screen and (max-width: 960px) {
	#home main #Vision .inner p {
		font-size: 1.9rem;
		line-height: 2.8;
	}
}

@media screen and (max-width: 640px) {
	#home main #Vision .inner {
		display: flex;
		max-width: 100%;
		align-items: center;
		height: auto;
		background: url(../images/home/vision-bg.jpg) no-repeat center top #004566;
		background-size: cover;
		padding: 4rem 0;
	}

	#home main #Vision .inner p {
		max-width: 750px;
		margin: 0 auto;
		padding: 0 25px;
		color: #fff;
		font-size: 2.4rem;
		line-height: 3;
	}
}

#home main #SocialNetwork {

}

#home main #SocialNetwork .socialBlockContainer {
  display: flex;
  justify-content: space-between;
}

#home main #SocialNetwork .socialBlockContainer .socialBlock {
	width: 47%;
}

#home main #SocialNetwork .socialBlockContainer .socialBlock h2 {
	margin: 0 0 40px;
	font-family: 'Times New Roman';
	font-size: 2.0rem;
	letter-spacing: 0.3em;
	text-align: center;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
    width: 100% !important;
}

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
	}
}

/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: 100%;
	}
}

@media screen and (max-width: 640px) {
	#home main #SocialNetwork .socialBlockContainer .socialBlock h2 {
		margin: 0 0 2.5rem;
		font-size: 2.8rem;
		letter-spacing: 0.3em;
		text-align: center;
	}
}
/* sub */

.sub header {
  width: 100%;
  position: fixed;
  z-index: 200;
}

.sub main {
  max-width: 1024px;
  margin: 0 auto;
  padding: 16rem 2.5rem 8rem;
}

@media screen and (max-width: 640px) {
  .sub main {
    padding: 4rem 2.5rem 8rem;
  }
}

.sub main h1 {
  position: relative;
  margin: 0 0 40px;
  padding: 0 0 36px;
  color: #7b8288;
  font-family: 'Times New Roman';
  font-style: italic;
  font-size: 4rem;
  letter-spacing: 0.3em;
  text-align: center;
  line-height: 2;
}

.sub main h1:after {
  content: "";
  position: absolute;
  left: 48%;
  bottom: 0;
  width: 46px;
  height: 5px;
  background: #2e67be;
}

.sub main h1 span {
  color: #0c151a;
  font-family: 'Noto Sans Japanese','Times New Roman';
  font-style: normal;
  font-weight: 300;
  font-size: 2.4rem;
  letter-spacing: 2px;
}

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

  .sub main h1 {
    font-size: 3.5rem;
  }

  .sub main h1:after {
    content: "";
    position: absolute;
    left: 45%;
    bottom: 0;
    width: 8%;
    height: 3px;
    background: #2e67be;
  }

}

/* supplier */

#supplier main .boxContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#supplier main section {
  position: relative;
  width: 48.5%;
/*   height: 508px; */
  margin: 0 0 26px 0;
  padding: 25px;
  background: #fff;
}

#supplier main section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-right: 15px solid transparent;
  border-top: 15px solid #e3e7e9;
}

#supplier main section:last-of-type {
  margin: 0;
}

#supplier main section h2 {
	position: relative;
	font-weight: 300;
	margin: 0 0 30px;
	padding: 100px 0 0;
	font-size: 2.5rem;
	text-align: center;
}

#supplier main section a:link h2,
#supplier main section a:visited h2 {
	color: #111;
}

#supplier main section h2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
}

#supplier main section#DUMONT h2:before {
  background: url(../images/bnr-dumont.png) no-repeat center center;
}

#supplier main section#IDEAL h2:before {
  background: url(../images/bnr-ideal.png) no-repeat center center;
}

#supplier main section#RUBIS h2:before {
  background: url(../images/bnr-rubis.png) no-repeat center center;
}

#supplier main section#SIPEL h2:before {
  background: url(../images/bnr-sipel.png) no-repeat center center;
}

#supplier main section#PEER h2:before {
  background: url(../images/bnr-pv.png) no-repeat center center;
  background-size: 60%;
}

#supplier main section#EREM h2:before {
  background: url(../images/bnr-erem.png) no-repeat center center;
  background-size: 35%;
}

#supplier main section#KFI h2:before {
  background: url(../images/bnr-kfi.png) no-repeat center center;
}

#supplier main section p {
  margin: 0 0 30px;
  font-size: 1.5rem;
  text-align: justify;
  text-justify: inter-character;
}

#supplier main section ul {
  font-size: 1.4rem;
}

#supplier main section ul li:before {
  content: " - ";
}

#supplier main section ul li a {
  color: inherit;
  font-size: inherit;
}

/* news */

#news section {}

#news section dl {
  width: 100%;
  font-size: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #fff;
}

#news section dl dt {
  font-size: 1.5rem;
  line-height: 1.8;
  width: 17%;
  border-bottom: 1px solid #fff;
  padding: 1rem;
}

#news section dl dd {
  width: 83%;
  border-bottom: 1px solid #fff;
  padding: 1rem;
}

#news section dl dd p {
  font-size: 1.5rem;
  line-height: 1.8;
}

#news section dl dd p + p {
  margin-top: 0.75em;
}

@media screen and (max-width: 640px) {
  #news section dl {
    display: block;
  }

  #news section dl dt {
    font-size: 2rem;
    line-height: 1.8;
    width: 100%;
    border-bottom: 0;
    padding: 1rem 1rem 0;
  }

  #news section dl dd {
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 0.5rem 1rem 1rem;
  }

  #news section dl dd p {
    font-size: 2rem;
  }
}



/* about */

#about main {
  z-index: 90;
}

#about section + section,
#business section + section {
  margin-top: 4rem;
}


#about section#topMessage p {
    font-size: 1.8rem;
    line-height: 2;
    text-align: center;
}

#about section#topMessage p + p {
	margin-top: 3rem;
}

@media screen and (max-width: 960px) {

	#about section#topMessage p {
		text-align: left;
	}

	#about section#topMessage p br {
		display: none;
	}

	#about section#topMessage p.president {
		text-align: right;
	}
}


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

	#about section#topMessage p {
		font-size: 2rem;
	}
}


#about main section h2 {
  position: relative;
  font-weight: 300;
  margin-bottom: 2.5rem;
  padding: 0;
  font-size: 2rem;
  text-align: center;
}

#about main section h2:before,
#about main section h2:after {
  content: 'ー';
  margin: 0 0.5rem;
  font-weight: 100;
}


#about section dl {
  width: 100%;
  font-size: 1px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  border-top: 1px solid #fff;
}


#about section dl dt {
  font-size: 1.5rem;
  line-height: 1.8;
  width: 20%;
  border-bottom: 1px solid #fff;
  padding: 1rem;
}

#about section dl dd {
  width: 80%;
  border-bottom: 1px solid #fff;
  padding: 1rem;
}


#about section dl dd p,
#about section dl dd ul li {
  font-size: 1.5rem;
  line-height: 1.8;
}

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

  #about section dl dt {
    display: block;
    width: 100%;
    font-size: 1.8rem;
    border-bottom: 0;
    font-weight: 500;
    color: #666;
    padding-bottom: 0;
  }

  #about section dl dd {
    width: 100%;
    display: block;
    border-bottom: 1px solid #fff;
    padding-top: 0;
  }

  #about section dl dd p,
  #about section dl dd ul li {
    font-size: 1.8rem;
  }
}

#about section dl dd p span.linkMap {
  background: #2e67be;
  margin-left: 1rem;
}

#about section dl dd p span.linkMap a {
  padding: 0.1rem 0.5rem;
  color: #fff;
}

/*gmap*/
#about section .gmap {
  width: 100%;
  height: 450px;
  margin: 0 auto 0;
}

/* business */

#business main section h2 {
  position: relative;
  font-weight: 300;
  margin-bottom: 2.5rem;
  padding: 0;
  font-size: 2rem;
  text-align: center;
}

#business main section h2:before,
#business main section h2:after {
  content: 'ー';
  margin: 0 0.5rem;
  font-weight: 100;
}

#business main section p {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 960px) {
	#business main section p {
		text-align: left;
	}
}

#business main section img[src*='graph'] {
  margin-top: 4rem;
}

#business section#vision {
  height: 600px;
}

#business section#vision .visionInner {
	position: absolute;
	display: flex;
	align-items: center;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 500px;
	margin-bottom: 500px;
	background: url(../images/home/vision-bg.jpg) no-repeat center top #004566;
	background-size: contain;
}

#business section#vision .visionInner p {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 25px;
	color: #fff;
	font-size: 2.1rem;
	line-height: 3;
	text-align: center;
	font-weight: 300;
}

@media screen and (max-width: 940px) {
	#business section#vision .visionInner p {
		font-size: 1.8rem;
		font-weight: 300;
	}

	#business section#vision {
		height: 51rem;
	}

	#business section#vision .visionInner {
		margin-bottom: 5rem;
		padding: 2rem 0;
		max-height: 46rem;
		margin-bottom: 46rem;
		background: url(../images/home/vision-bg.jpg) no-repeat center top #004566;
		background-size: cover;
	}

}

@media screen and (max-width: 640px) {
	#business section#vision {
		height: 48rem;
	}

	#business section#vision .visionInner p {
		text-align: left;
	}

	#business section#vision .visionInner p br {
		display: none;
	}

	#business section#vision .visionInner {
		padding: 6rem 0;
		max-height: 41rem;
		margin-bottom: 41rem;
		background: url(../images/home/vision-bg.jpg) no-repeat center top #004566;
		background-size: cover;
	}

}


/* other */


#other main section h2 {
  position: relative;
  font-weight: 300;
  margin-bottom: 2.5rem;
  padding: 0;
  font-size: 2rem;
  text-align: center;
}

#other main section h2:before,
#other main section h2:after {
  content: 'ー';
  margin: 0 0.5rem;
  font-weight: 100;
}

@media screen and (max-width: 640px) {
  #other main section h2 {
    position: relative;
    font-weight: 300;
    margin-bottom: 2.5rem;
    padding: 0;
    font-size: 2.4rem;
    text-align: center;
  }
}

#other main section h3 {
  margin-top: 2rem;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-bottom: 0.5rem;
}

#other main section h4 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

@media screen and (max-width: 640px) {
  #other main section h3,
  #other main section h4 {
    font-size: 2rem;
    line-height: 1.8;
    padding-bottom: 0.5rem;
  }
}

#other main section .regInfo {
  margin: 3rem 0 0;
  background: #fff;
  padding: 2rem 2.5rem
}


#other main section p + h2,
#other main section ol + h2,
#other main section div + h2 {
  margin-top: 5rem;
}

#other main section p,
#other main section ol li {
  font-size: 1.4rem;
}

@media screen and (max-width: 640px) {
  #other main section p,
  #other main section ol li {
    font-size: 2rem;
  }
}


#other main section p + p {
  margin-top: 0.5rem;
}

#other main section p + ol {
  margin-top: 2rem;
}

#other main section ol li + li {
  margin-top: 0.5rem;
}

#other main section .contactInfo {
  text-align: center;
}

#other main section .contactInfo h3 {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  margin-bottom: 1rem;
  border-bottom: 0;
}

#other main section .contactInfo p {
  text-align: center;
}

#other main section p + .contactInfo {
  margin-top: 2rem;
}

#other main section dl.sitemapColumn {
  width: 80%;
  margin: 0 auto;
  font-size: 1px;
  display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}

#other main section dl.sitemapColumn dd {
  width: 45%;
}

#other main section dl.sitemapColumn dd:nth-of-type(2) {
  margin-left: 10%;
}

#other main section dl.sitemapColumn:after {
  content: " "; display: block; height: 0; visibility: hidden; clear: both;
}

#other main section dl.sitemapColumn dd ul + ul {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ccc;
}

#other main section dl.sitemapColumn dd ul li:before {
  content: '-';
  margin: 0 0.5rem 0 0;
}

#other main section dl.sitemapColumn dd ul li {
  font-size: 1.6rem;
  line-height: 1.6;
}

#other main section dl.sitemapColumn dd ul li + li {
  margin-top: 0.5rem;
}

@media screen and (max-width: 640px) {
  #other main section dl.sitemapColumn {
    width: 100%;
    margin: 0 auto;
    font-size: 1px;
    display: inherit;
  }

  #other main section dl.sitemapColumn dd {
    width: 100%;
    display: block;
  }

  #other main section dl.sitemapColumn dd:nth-of-type(2) {
    margin-left: 0;
    margin-top: 4rem;
    border-top: 1px solid #ccc;
    padding-top: 4rem;
  }

  #other main section dl.sitemapColumn:after {
    content: " "; display: block; height: 0; visibility: hidden; clear: both;
  }

  #other main section dl.sitemapColumn dd ul + ul {
    margin-top: 2rem;
    padding-top: 0;
    border: 0;
  }

  #other main section dl.sitemapColumn dd ul li:before {
    content: '-';
    margin: 0 0.5rem 0 0;
  }

  #other main section dl.sitemapColumn dd ul li {
    font-size: 2rem;
    line-height: 1.6;
  }

  #other main section dl.sitemapColumn dd ul li + li {
    margin-top: 0.5rem;
  }
}


/* sitePolicy */

#sitePolicy p {
	text-align: center;
}

#sitePolicy .recommendBrowser h3, h4 {
	text-align: center;
}

#sitePolicy ul li {
	font-size: 1.4rem;
	line-height: 1.6;
}

#sitePolicy ul li + li {
	margin-top: 0.3rem;
}

#sitePolicy .recommendBrowser ul {
	text-align: center;
}

#sitePolicy .recommendBrowser ul li {
	display: inline-block;
}

#sitePolicy .recommendBrowser ul li:after {
	content: '／';
	margin: 0 0.5rem;
}

#sitePolicy .recommendBrowser ul li:last-child:after {
	content: '';
	margin: 0;
}


#sitePolicy .regInfo p {
	text-align: left;
}

#sitePolicy .regInfo ul + p {
	margin-top: 0.8rem;
}

#sitePolicy .regInfo ul {
	margin-left: 1.8rem;
	list-style-type: disc;
}

@media screen and (max-width: 640px) {
	#sitePolicy p.txt-left {
		text-align: left;
	}

	#sitePolicy ul li {
		font-size: 1.8rem;
	}
}



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

} /*@media screen and (max-width: 768px) */

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

html {
  font-size: 1.5625vw;
}

/* list
---------------------------------------------*/

ul {
  font-size: 2.0rem;
  line-height: 1.5;
}

dl {
  font-size: 2.0rem;
  line-height: 1.5;
}

/* text
---------------------------------------------*/

p {
  font-size: 2.0rem;
}

/* content
========================================================================== */

.pc { display: none; }
.sp { display: block; }

/* header
---------------------------------------------*/




#home header .hdCt p img {
  width: 90%;
}

/* footer
---------------------------------------------*/

footer .ftCt .ftBoxContainer {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

footer .ftCt .ftBoxContainer .ftBoxLeft {
  margin-bottom: 20px;
  text-align: center;
}

footer .ftCt ul li {
  font-size: 1.8rem;
}

footer .ftCt p {
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.8;
}

footer small {
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 640px) {
  footer .ftCt ul li {
    font-size: 1.7rem;
  }

  footer .ftCt p {
    font-size: 1.7rem;
  }

  footer small {
    font-size: 1.7rem;
    text-align: center;
  }
}

/* main
---------------------------------------------*/

/* home */

#home main {
  padding: 60vw 0 7rem 0;
}

#home main #BusinessDomain p {
  font-size: 2.0rem;
  text-align: left;
}

@media screen and (max-width: 640px) {
  #home main #BusinessDomain p {
    font-size: 2.4rem;
  }
}

#home main #Brand ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 8rem;
}

#home main #Brand ul li {
  width: 48%;
  height: 88px;
  margin: 0 0 20px 0;
}

#home main #SocialNetwork {
  padding: 0 8%;
}

#home main #SocialNetwork .socialBlockContainer {
  display: block;
}

#home main #SocialNetwork .socialBlockContainer .socialBlock {
  width: 100%;
}

#home main #SocialNetwork .socialBlockContainer .socialBlock + .socialBlock {
  margin-top: 48px;
}

/* supplier */

#supplier main .boxContainer {
  flex-direction: column;
  align-items: center;
}

#supplier main section {
  width: 100%;
}

#supplier main section p {
  margin: 0 0 30px;
  font-size: 2.0rem;
}

#supplier main section ul {
  font-size: 2.0rem;
}

#supplier main section h2 {
  padding: 150px 0 0;
}

#supplier main section h2:before {
  height: 150px;
}

} /*@media screen and (max-width: 640px) */