@charset "UTF-8";

/*reset.css */
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, emimg, 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, input {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-weight: normal;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
body {line-height: 1;}
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;}

/*基本設定
---------------------------------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
}
html, body {
  width: 100%;
  height: 100%;
}
body {
  color: #333;
  line-height: 1.6;
  letter-spacing:0.05em;
  font-style: normal;
  *font-size: small;
  *font: x-small;
  counter-reset: number 0;
  }
img {  border: 0;}
strong { font-weight: bold;}

button {
  background: transparent;
  border: none;
}

.sp {display: none;}

a {transition: .5s;}

#wrapper {
  position: relative;
  overflow: hidden;
}

/* loading */
#loading {
  position: relative;
  width: 100vw;
  height: 100vh;
  background: #f7951c;
  z-index: 10000;
}
#loading .inr {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
#loading div { text-align: center; }
#loading div.circle {margin-bottom: 20px;}


/* font */
header .logo p,
.entry a span,
main .ttl,
#env li p,
#env li span,
#real li h4:before {
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}
header nav ul li a,
.entry a,
main .ttl span,
#top .txt h2,
#top .txt p,
#real li h4,
#env li p,
#env li p span,
#license ul li h4 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
}

b, strong, .bold{
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}
/* IEだけに適応 */
_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

/*  header
---------------------------------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-width:1161px;
  height: 85px;
  background: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

header .logo {
  display: flex;
  align-items: center;
  position: relative;
  margin-left: 50px;
}
header .logo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
header .logo h1 {
  height: 45px;
}
header .logo h1 img {
  height: 100%;
  width: auto;
}
header .logo p {
  margin: 0 10px;
  font-size: 1.6rem;
}


/*-----------------------
  navigation
-----------------------*/
nav, nav ul {
  display: flex;
  align-items: center;
}
nav ul {margin-right: 5em;}
nav ul li {
  margin: 0 15px;
  font-size: 1.6rem;
}
header nav ul li a {
  color: #000;
  text-decoration: none;
}

header .entry a {
  display: table-cell;
  vertical-align: middle;
  height: 85px;
  padding: 0 30px;
}


/*  main
---------------------------------------------------------- */
main {
  padding-top: 85px;
}
#about,#works,#env,#real,#app,#line {
  padding-top: 85px;
  margin-top: -85px;
}
main .bg_01 {background: #efefef;}
main .block {
  width: 980px;
  margin: 0 auto;
  padding: 50px 0;
}
main .block .txt {margin-bottom: 30px;}
main .block .txt p {
  margin-bottom: 20px;
  line-height: 1.75;
  letter-spacing: 0.075em;
  font-size: 1.8rem;
}

main .ttl {
  line-height: 1;
  letter-spacing: 0.1em;
  font-size: 6.4rem;
}
main .ttl span {
  display: block;
  margin: 10px 0 30px;
  font-size: 1.6rem;
}

.entry a {
  background:linear-gradient(#ea5811,#f8b729);
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 1.8rem;
  transition: 0s;
}
.entry a span {
  display: block;
  font-size: 1.4rem;
}
.entry a:hover {
  background:#ea5811;}

/*-----------------------
  #top
-----------------------*/
.news {
  position: absolute;
  bottom: 20px;
  left: 20px;
  display: flex;
  padding: 20px 40px;
  background: rgba(0,0,0,.8);
  color: #fff;
  font-size: 1.4rem;
  box-shadow: 0px 0px 20px -5px #fff;
}
.news h3 {
  margin-right: 25px;
  font-weight: bold;
}

#top {
  position: relative;
  width: 100%;
  min-width:1161px;
  height: 0;
  padding-top: calc(1367 / 2500 * 100%);
  background: url(../img/img_main.jpg) no-repeat center / cover;
}

#top .txt {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  text-align: center;
}
#top .txt h2 {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 4.2rem;
}
#top .txt h2:after {
  content: "";
  display: block;
  width: 80%;
  height: 8px;
  margin: 10px auto 0;
  background:linear-gradient(90deg,#ea5811,#f8b729);
}

#top .txt p {
  font-size: 1.8rem;
  line-height: 1.85;
}

/*-----------------------
  #about
-----------------------*/
#about dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  font-size: 1.6rem;
}
#about dt {
  width: 150px;
  padding: 10px;
  border-bottom: #ccc solid 4px;
  box-sizing: border-box;
}
#about dd {
  width: calc(100% - 190px);
  padding: 10px;
  border-bottom: #ccc solid 4px;
  box-sizing: border-box;
}

/*-----------------------
  #works
-----------------------*/
#works ul {
  display: flex;
}
#works ul li {
  width: 310px;
  padding: 10px;
  margin-right: 20px;
  background: #fff;
  border: #ccc solid 4px;
  box-sizing: border-box;
}
#works ul li:last-child {
  margin-right: 0;
}

#works ul dl {
  overflow: hidden;
  width: 100%;
  margin-bottom: 1em;
  font-size: 1.2rem;
}
#works ul dl dt {
  float: left;
  clear: left;
  width: 5.6em;
  padding: 0.3em 0;
  margin-bottom: 0.5em;
  background: #ea5811;
  color: #fff;
  text-align: center;
  font-weight: bold;
  box-sizing: border-box;
}
#works ul dl dd {
  float: left;
  width: calc(100% - 5.6em);
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  box-sizing: border-box;
}

#works ul li p {
  font-size: 1.4rem;
}

/*-----------------------
  #env
-----------------------*/
#env .inr {
  display: flex;
  justify-content: space-around;
}

#env .txt {
  width: calc(50% - 20px);
  margin:0 20px 0 0;
  padding: 20px;
  background: #fff;
  box-sizing: border-box;
}
#env .txt p {
  letter-spacing: 0.15em;
  font-weight: bold;
  font-size: 1.6rem;
}

#env ul {
  width: calc(25% - 10px);
}

#env li {
  margin-bottom: 20px;
  padding: 15px;
  background: #fff;
  color: #ea5811;
  box-sizing: border-box;
}
#env li h4 {
  text-align: center;
  line-height: 1;
  font-size: 2.0rem;
}
#env li p {
  text-align: center;
  line-height: 1;
  font-size: 3.2rem;
}
#env li p span {font-size: 50%;}
#env li img {
  width: 100%;
  text-align: center;
}

#env ul.right {
  margin-left: 20px;
}
#env .left li:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

#env .right li:nth-child(2) h4,
#env .right li:nth-child(2) p {
  text-align: left;
  margin: 8px 0;
}


/*-----------------------
  #real
-----------------------*/

#real ol li {
  width: 100%;
  padding: 25px;
  margin: 0 0 30px;
  border: #ccc solid 4px;
  box-sizing: border-box;
}

#real li h4 {
  margin-bottom: 15px;
  font-size: 2.4rem;
}
#real li h4:before {
  content: "0" counter(number);
  counter-increment: number 1;
  display: inline-block;
  padding:0 5px;
  margin-right: 15px;
  border-bottom: #000 2px solid;
}

#real li p {
  font-size: 1.6rem;
}


/*-----------------------
  #app
-----------------------*/
#app table {
  margin-bottom: 30px;
  font-size: 1.5em;
}
#app table th {
  vertical-align: middle;
  padding: 20px;
  background: #333;
  border-bottom: #fff solid 1px;
  text-align: left;
  color: #fff;
  font-weight: bold;
}
#app table td {
  padding: 20px;
  background: #fff;
  border-bottom: #333 dotted 1px;
}
#app table .map {
  margin-left:0.5em;
  padding:5px 10px;
  border: #ea5811 1px solid;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
}
#app table .map:link,#app table .map:visited{
  color: #fff;
  background: #ea5811;
}
#app table .map:hover,#app table .map:active {
  color: #ea5811;
  background: #fff;
}

#app .entry a {
  display: block;
  width: 50%;
  margin: 0 auto;
  padding: 20px 0;
  font-size: 2.4rem;
}

/* LINE */
#line a.pc {
  display: block;
  margin: 40px 0;
}
#line a:hover {
  opacity: .8;
}
/*-----------------------
  #license
-----------------------*/

#license .ttl {text-align: center;}
#license ul {
  margin: 50px 0;
  display: flex;
  justify-content: space-between;
}
#license ul li {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 18%;
  text-align: center;
}
#license ul li a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  font-size: 0;
  opacity: 0;
}
#license ul li h4 {
  line-height: 1.3;
  font-size: 1.4rem;
}
#license ul li a:hover {opacity:.5;}

#license ul li img {
  margin: auto 0;
  max-width: 100%;
  height: auto;
}
#license ul li:last-child h4 {
  margin: auto 0;
}

/*footer
---------------------------------------------------------- */
footer {
  padding: 20px 0;
  background:#000;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
footer a {
  display: block;
  width: 15em;
  margin: 1em auto 1.5em;
  padding: 0.5em 1em;
  text-decoration: none;
  font-size: 1.3rem;
}
footer a:link,footer a:visited {
  background: #000;
  color: #fff;
  border: #fff solid 2px;
}
footer a:hover, footer a:active {
  background: #fff;
  color: #000;
}

footer p {
  margin-bottom: 20px;
  font-size: 1.1rem;
}

/*
---------------------------------------------------------- */

.align_c { text-align: center;}
.align_r {text-align: right;}

.font11 { font-size: 1.1rem !important;}
.font12 { font-size: 1.2rem !important;}
.font13 { font-size: 1.3rem !important;}
.font14 { font-size: 1.4rem !important;}
.font15 { font-size: 1.5rem !important;}
.font16 { font-size: 1.6rem !important;}
.font18 { font-size: 1.8rem !important;}
.font20 { font-size: 2.0rem !important;}
.font22 { font-size: 2.2rem !important;}
.font24 { font-size: 2.4rem !important;}
.font26 { font-size: 2.6rem !important;}
.font28 { font-size: 2.8rem !important;}
.font30 { font-size: 3.0rem !important;}

.mt10 { margin-top: 10px;}
.mt20 { margin-top: 20px;}

.mb10 { margin-bottom: 10px;}
.mb15 { margin-bottom: 15px;}
.mb20 { margin-bottom: 20px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb40 { margin-bottom: 40px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}


/*clearfix
---------------------------------------------------------- */
.hidden {overflow: hidden;}
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.clearfix {
	display: inline-block;
	min-height: 1%;
}
/*¥*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* */
